.mt20 {
  margin-top: 20px;
}

.text-center {
  text-align: center;
}

.banner img {
  /* position: ; */
}

.item h3 {
  font-size: 26px;
  color: #333333;
  text-align: center;
  margin: 40px 0;
}

.title span {
  font-size: 26px;
  color: #333333;
  text-align: center;
  margin-top: 40px;
}

/* 
.item h3.title span:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #d92763;
  border-radius: 50%;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.item h3.title span:after {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #d92763;
  border-radius: 50%;
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
} */


.item-con {
  width: 1000px;
  margin: 0 auto;
}

.leyu-btn {
  display: inline-block;
  width: 100px;
  height: 28px;
  background-color: #d92763;
  text-align: center;
  line-height: 28px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.item .item-con {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.item1 ul li {
  width: calc(100% / 2 - 50px);
  padding: 40px 20px;
  text-align: center;
}

.item1 ul li:nth-child(1) {
  background: url(../images/approve-number/rz1.png) no-repeat 100%/cover;
}

.item1 ul li:nth-child(2) {
  background: url(../images/approve-number/rz2.png) no-repeat 100%/cover;
}

.item1 ul li p:nth-child(1) img {
  width: 70px;
  height: 70px;
}

.item1 ul li p:nth-child(2) {
  font-size: 18px;
  color: #d92763;
  font-weight: bold;
  margin: 10px 0 20px;
}

.item1 ul li p:nth-child(3) {
  color: #666;
}

.item2 ul li {
  width: calc(100% / 3 - 60px);
  padding: 40px 20px;
  border: 1px solid #ffbe5a;
  text-align: center;
}

.item2 ul li:nth-child(n + 4) {
  margin-top: 20px;
}

.item2 ul li p:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.item2 ul li p:nth-child(2) {
  color: #666;
}

.item2 ul li.hover {
  background-color: #ffbe5a;
  box-shadow: 0px 3px 6px 0px #ffbe5a;
  transition: all .3s ease-in-out;
}

.item2 ul li.hover p {
  color: #fff;
}

.item3 ul li {
  width: calc(100% / 4 - 50px);
  padding: 35px 20px;
  /* text-align: center; */
  background-color: #f6f6f6;
  position: relative;
}

.item3 ul li p:nth-child(1) {
  margin-left: 15%;
}

.item3 ul li p:nth-child(2) {
  position: absolute;
  bottom: 25%;
  left: 38%;
}

.item3 ul li:nth-last-child(1) p:nth-child(2) {
  left: 45%;
}

.item4 ul li {
  width: calc(100% / 4 - 50px);
  padding: 40px 20px;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 3px 8px 0px #FFE5EE;
}

.item4 ul li p img {
  height: 66px;
  margin-bottom: 20px;
}

.item4 ul li p:nth-child(2) {
  font-size: 18px;
  margin-bottom: 10px;
  color: #d92763;
  font-weight: bold;
}

.item5 ul {
  flex-direction: column;
}

.item5 ul li {
  padding: 40px 20px 0;
  text-align: center;
}

.item5 ul li.item-con-top {
  position: relative;
}

.item5 ul li.item-con-top p {
  font-size: 16px;
  color: #333;
  text-align: left;
}

.item5 ul li.item-con-top p.p1 {
  text-align: left;
  background: none;
}

.item5 ul li.item-con-top p.p2 {
  position: absolute;
  top: 20%;
  left: 24%;
  background: none;
}

.item5 ul li.item-con-top p.p3 {
  position: absolute;
  top: 15%;
  left: 50%;
  background: none;
}

.item5 ul li.item-con-top p.p4 {
  position: absolute;
  top: 29%;
  left: 50%;
  background: none;
}

.item5 ul li.item-con-top p.p5 {
  position: absolute;
  top: 51%;
  left: 50%;
  background: none;
}

.item5 ul li:nth-child(n + 1) {
  margin-top: 20px;
}

.item5 ul li.item-con-bottom p.p1 {
  font-size: 18px;
  font-weight: bold;
  color: #d92763;
  margin-bottom: 40px;
  background: none;
}

.item6 ul {
  /* flex-direction: column; */
  align-items: stretch !important;
  position: relative;
}

.item6 ul li {
  width: calc(100% / 2 - 160px);
  background-color: #f6f6f6;
  color: #d92763;
  font-size: 16px;
  font-weight: bold;
  padding: 50px 0;
}

.item6 ul li:not(.li7) p {
  margin-left: 80px;
}

.item6 ul li:not(:nth-child(n+5)) {
  margin-bottom: 40px;
}

.item6 ul li.li7 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffbe5a;
  box-shadow: 0px 0px 8px 0px #ffbe5a;
  color: #fff;
  width: 396px;
  height: 250px;
  padding: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.item6 ul li.li7 p:nth-child(1) {
  margin: 20px 0;
}

.item7 ul {
  flex-direction: column;
  align-items: stretch !important;
  border: 1px solid #ddd;
  padding: 40px 20px;
}

.item7 ul li {
  text-align: left;
  /* padding: 20px; */
  /* border: 1px solid #ddd; */
}

.item7 ul li:not(:nth-child(1)) {
  margin-top: 15px;
}

.item7 ul li div {
  margin-left: 20px;
}

.item8 ul {
  position: relative;
}

.item8 ul li {
  z-index: 1;
  margin-bottom: 40px;
  /* border: 1px solid #ddd; */
  /* padding: 40px; */
}

.item8 ul::before {
  position: absolute;
  left: 0;
  right: 0;
  display: inline-block;
  content: '';
  height: 3px;
  width: 96%;
  margin: 0 auto;
  background-color: #ffbe5a;
  top: 45px;
}

.item8 ul li p:nth-child(1) {
  width: 90px;
  height: 90px;
  text-align: center;
}

.item8 ul li p:nth-child(1) span {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  font-size: 20px;
  background-color: #f6f6f6;
  text-align: center;
  font-weight: bold;
  color: #ffbe5a;
  margin-top: 15px;
}

.item8 ul li p:nth-child(1) span.active {
  width: 90px;
  height: 90px;
  background-color: #ffbe5a;
  color: #fff;
  margin-top: 0;
  line-height: 90px;
  transition: all .3s ease-in-out;
}

.item8 ul li p:nth-child(2) {
  text-align: center;
  margin-top: 10px;
  color: #333;
}