.mt20 {
  margin-top: 20px;
}

.text-center {
  text-align: center;
}

.item h3 {
  color: #111111;
  font-size: 30px;
  text-align: center;
}

.title span {
  background-color: transparent;
  color: #111111;
  font-size: 30px;
  text-align: center;
  padding-top: 40px;
  font-weight: 400;
  text-align: center;
  width: auto;
}

/* 
.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;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;

}

.item1 {
  margin: 40px auto;
}

.item1 .item-con .left {
  flex: .4;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.item1 .item-con .left img {
  width: 100%;
}

.item1 .item-con .right {
  flex: .5;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.item1 .item-con .right .title {
  text-align: left;
  margin: -40px 0 40px;
}


.item2 ul li {
  width: calc(100% / 3 - 60px);
  padding: 40px 20px;
  border: 1px solid #d92763;
  text-align: center;
}

.item2 ul li.active {
  transform: scale(1.15);
  background-color: #d92763;
  transition: all .3s ease-in-out;
}

.item2 ul li p:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
  color: #666;
  margin-bottom: 10px;
}

.item2 ul li.active p {
  color: #fff;
  transition: all .3s ease-in-out;
}

.item3 ul li {
  width: calc(100% / 3 - 50px);
  padding: 10px 20px 20px;
  background-color: #F6F6F6;
  position: relative;
}

.item3 .item-con li p:nth-child(1) {
  /* margin: 10px; */
  padding: 20px 0;
  text-align: center;
  background-color: #fff;
  margin-bottom: 20px;
}

.item3 .item-con li p:nth-child(1) img {
  height: 164px;
}

.item3 .item-con li p:nth-child(2) span {
  color: #d92763;
  font-weight: bold;
  font-size: 18px;
}

.item3 .item-con li p:not(:nth-child(2)) {
  margin-top: 10px;
}

.item3 ul.item-con li p:nth-last-child(1) {
  margin-top: 30px;
  text-align: center;
}


.item4 ul li {
  width: calc(100% / 3 - 50px);
  padding: 20px;
  text-align: center;
  box-shadow: 0px 3px 8px 0px #FFE5EE;
}

.item4 ul li:nth-child(n+4) {
  margin-top: 15px;
}

.item4 ul li p:nth-child(2) {
  font-size: 18px;
  margin: 10px;
  color: #d92763;
  font-weight: bold;
}

.item4 ul li p img {
  height: 66px;
}

.item5 ul li {
  width: calc(100% / 2 - 50px);
  padding: 40px 20px;
  border: 1px solid #ddd;
  text-align: center;
  transition: all .3s ease-in-out;
}

.item5 ul li:nth-child(1) {
  background: url(../images/video-call/dz_img1.png) no-repeat 100%/cover;
}

.item5 ul li:nth-child(1):hover {
  background: url(../images/video-call/dz_img1_hover.png) no-repeat 100%/cover;
}

.item5 ul li:nth-child(2) {
  background: url(../images/video-call/dz_img2.png) no-repeat 100%/cover;
}

.item5 ul li:nth-child(2):hover {
  background: url(../images/video-call/dz_img2_hover.png) no-repeat 100%/cover;
}

.item5 ul li p:nth-child(1), .item5 ul li p:nth-child(2) {
  font-size: 20px;
  font-weight: bold;
  color: #d92763;
}

.item5 ul li p:nth-child(2) {
  margin: 8px 0 15px 0;
}

.item5 ul li p:nth-child(2) span {
  font-size: 14px;
  color: #555;
}

.item5 ul li p:nth-child(3) {
  height: 60px;
  border: 1px solid;
  padding: 5px 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
}

.item5 ul li:hover p, .item5 ul li:hover p:nth-child(2) span {
  color: #fff;
}

.item5 ul li:hover p span.leyu-btn {
  background-color: #fff;
  color: #d92763;
}

.item6 ul {
  flex-direction: column;
  align-items: stretch !important;
}

.item6 ul li {
  text-align: left;
  /* padding: 20px; */
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  cursor: default;
  transition: all .3s ease-in-out;
}

.item6 ul li:hover {
  color: #d92763;
  border: 1px solid #d92763;
  box-shadow: 0px 1px 5px 0px #F1A2BC;
}

.item6 ul li p:nth-child(2) {
  margin-left: 20px;
}

.item6 ul li p img {
  height: 122px;
}

.item6 ul li:not(:nth-child(1)) {
  margin-top: 20px;
}

.item7 ul {
  flex-direction: column;
  align-items: stretch !important;
  padding: 40px 48px;
  background: #F6F6F6;
}

.item7 ul li {
  text-align: left;
  /* padding: 0 20px; */
  /* border: 1px solid #ddd; */
}

.item7 ul li:not(:nth-child(1)) {
  margin-top: 15px;
}

.item7 ul li>p {
  color: #d92763;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

.item7 ul li div {
  margin-left: 10px;
  font-size: 16px;
  color: #666;
  line-height: 32px;
}

.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: #d92763;
  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: #d92763;
  margin-top: 15px;
}

.item8 ul li p:nth-child(1) span.active {
  width: 90px;
  height: 90px;
  background-color: #d92763;
  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;
}