.mt20 {
  margin-top: 20px;
}

.text-center {
  text-align: center;
}

.title {
  max-width: 750px;
  width: 100%;
  padding: 0.5333333333rem 0 0.1rem;
  border-bottom: none;
}

.x-title {
  color: #ed7267;
  font-size: .75rem;
  font-weight: bold;
  text-align: center;
  padding: 5px 0px;
}

.item {
  background-color: #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.item-con {
  width: 88.6%;
  height: auto;
  margin: .3rem auto 0;
}

.item-con p {
  font-size: .512rem;
  color: #999;
}

.leyu-btn {
  display: inline-block;
  width: 100px;
  height: 28px;
  background-color: #d92763;
  text-align: center;
  line-height: 28px;
  color: #fff;
  font-size: 0.875rem;
  cursor: pointer;
}

.item .item-con {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.item1 ul li {
  width: 100%;
  padding: .6rem .5rem;
  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) {
  margin-top: 20px;
  background: url(../images/approve-number/rz2.png) no-repeat 100%/cover;
}

.item1 ul li p:nth-child(1) img {
  width: 50px;
  height: 50px;
}

.item1 ul li p:nth-child(2) {
  font-size: 0.65rem;
  color: #d92763;
  font-weight: bold;
  margin: .5rem 0 .4rem;
}

.item1 ul li p:nth-child(3) {
  color: #666;
}

.item2 ul li {
  width: 100%;
  padding: 20px;
  border: 1px solid #d92763;
  text-align: center;
}

.item2 ul li:not(:nth-child(1)) {
  margin-top: .8rem;
}

.item2 ul li p:nth-child(1) {
  font-size: .65rem;
  font-weight: bold;
  color: #333;
  margin-bottom: .5rem;
}

.item2 ul li p:nth-child(2) {
  color: #666;
}

.item2 ul li.hover {
  background-color: #d92763;
  box-shadow: 0px 3px 6px 0px #FF80AC;
  transition: all .3s ease-in-out;
}

.item2 ul li.hover p {
  color: #fff;
}

.item3 ul li {
  width: calc(100% / 2 - 50px);
  padding: 35px 20px;
  /* text-align: center; */
  background-color: #f6f6f6;
  position: relative;
}

.item3 ul li:nth-child(n+3) {
  margin-top: 20px;
}

.item3 ul li p:nth-child(1) {
  margin-left: 8%;
}

.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%;
}

.item3 ul li p img {
  height: 2rem;
}

.item4 ul li {
  width: calc(100% / 2 - 20px);
  padding: 10px 8px;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 3px 8px 0px #FFE5EE;
  margin-bottom: 20px;
}

.item4 ul li p img {
  height: 2rem;
  margin-bottom: 1rem;
}

.item4 ul li p:nth-child(2) {
  font-size: .65rem;
  margin-bottom: 10px;
  color: #d92763;
  font-weight: bold;
}

.item4 ul li p:nth-child(3) {
  text-align: left;
}

.item5 ul {
  flex-direction: column;
}

.item5 ul li {
  /* padding: 10px; */
  text-align: center;
}

.item5 ul li.item-con-top ul li {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border: 1px solid;
  height: 3.2rem;
  color: #d92763;
}

.item5 ul li.item-con-top ul li:nth-child(2) {
  color: #01c9c2;
}

.item5 ul li.item-con-top ul li:nth-child(2)>p {
  background-color: #01c9c2;
}


.item5 ul li.item-con-top ul li>p {
  width: 23%;
  color: #fff;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bold;
  background-color: #d92763;
  color: #d92763;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item5 ul li.item-con-top ul li>p img {
  height: 2.5rem;
}

.item5 ul li.item-con-top ul li>div {
  width: 74%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}

.item5 ul li.item-con-top ul li>div p:nth-child(1) {
  color: #333;
}

.item5 ul li.item-con-bottom p.p1 {
  font-size: .55rem;
  font-weight: bold;
  color: #d92763;
  margin-top: .5rem;
}

.item5 ul li.item-con-bottom p.p2 img {
  width: 100%;
  margin: .8rem 0 0;
}

.item6 ul li {
  width: calc(100% / 2 - 1.5rem);
  background-color: #f6f6f6;
  margin-top: .6rem;
  padding: 0 .5rem;
  height: 1.3rem;
  display: flex;
  align-items: center;
}

.item6 ul li p:not(.li7) {
  color: #d92763;
  margin-left: .4rem;

}

.item6 ul li.li7 {
  background: #D92763;
  box-shadow: 0px 0px 8px 0px #B90D49;
  height: 1.8rem;
  width: 100%;
  line-height: 2rem;
}

.item6 ul li.li7 p {
  color: #fff;
  font-size: .8rem;
  width: 100%;
  text-align: center;
}

.item7 ul {
  flex-direction: column;
  align-items: stretch !important;
  border: 1px solid #ddd;
  padding: 40px 20px;
}

.item7 ul li {
  text-align: left;
}

.item8 ul {
  position: relative;
  margin-bottom: 20px;
}

.item8 ul li {
  background-color: #f5f5f5;
  text-align: center;
  width: calc(100% / 2 - 10px);
  padding: .4rem 0;
}

.item8 ul li p {
  color: #333;
  font-size: .512rem;
}

.item8 ul li p .active {
  padding: .3rem;
  width: .6rem;
  height: .6rem;
  display: inline-block;
  line-height: .6rem;
  color: #fff;
  font-size: .6rem;
  background-color: #d92763;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 10px;
}