.swiper-img {
  width: 100%;
  margin-top: 65px;
  max-height: 500px;
  height: 70vh;
  background-image: url("../imgs/ManagementAndFinance/banner_management.png");
  background-position: 50% 50%;
  background-size: 100%;
  position: relative;
  background-repeat: no-repeat;
}
.swiper-img .introduce {
  width: 1200px;
  margin: 0 auto;
}
.swiper-img .introduce .banner {
  position: absolute;
  top: 30%;
}
.swiper-img .introduce .banner-title {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  font-size: 54px;
  font-weight: 300;
}
.swiper-img .introduce .free-trial {
  position: absolute;
  width: 160px;
  height: 50px;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -597px;
  margin-top: 80px;
  color: #CF3F61;
  background-color: #fff;
}
.content-module {
  padding-top: 72px;
  padding-bottom: 80px;
  box-sizing: border-box;
  opacity: 0.95;
}
.content-module .module-title {
  font-size: 38px;
  font-weight: 400;
  color: #333333;
  line-height: 53px;
  text-align: center;
  margin-bottom: 150px;
}
.content-module .content-module-body {
  display: flex;
  justify-content: space-between;
}
.content-module .content-module-body .module-img {
  width: 322px;
  height: 640px;
  background-image: url(../imgs/EnrollmentAndMarketing/phone_2.png);
  background-size: 102% 101%;
  background-repeat: no-repeat;
  padding: 52px 16px 108px 25px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.content-module .content-module-body .module-img .img-wrap {
  width: 289px;
  height: 506px;
  overflow: hidden;
  margin-left: -6px;
}
.content-module .content-module-body .module-img .img-wrap ul {
  width: 2023px;
  height: 506px;
  overflow: hidden;
  position: relative;
  left: 22px;
}
.content-module .content-module-body .module-img .img-wrap ul li {
  width: 289px;
  opacity: 0;
}
.content-module .content-module-body .module-img .img-wrap ul li.on {
  transition: opacity 0.5s;
  opacity: 1;
}
.content-module .content-module-body .module-img .img-wrap ul li .picture {
  width: 289px;
  height: 506px;
}
.content-module .content-module-body .module-img .img-wrap ul.ul2 {
  left: 0px;
}
.content-module .content-module-body .module-img .img-wrap ul.ul3 {
  left: 0px;
}
.content-module .content-module-body .module-img .img-wrap ul.ul3 li {
  width: 553px;
  height: 340px;
}
.content-module .content-module-body .module-img .img-wrap ul.ul3 li .picture {
  width: 289px;
  height: 340px;
}
.content-module .content-module-body .web-img {
  box-shadow: 0 0 30px #eaeff6;
}
.content-module .content-module-body .module-text {
  position: relative;
  overflow: hidden;
}
.content-module .content-module-body .module-text .bg-shadow {
  width: 100%;
  height: 111px;
  background-color: #f7fbff;
  position: absolute;
  top: 100px;
  transition: top 0.2s;
}
.content-module .content-module-body .module-text .bg-shadow2 {
  width: 100%;
  height: 111px;
  background-color: #fff;
  position: absolute;
  top: 100px;
  transition: top 0.2s;
}
.content-module .content-module-body .module-text ul li {
  position: relative;
  z-index: 10;
  padding: 31px 53px 32px 25px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
}
.content-module .content-module-body .module-text ul li.on {
  background-color: #f7fbff;
}
.content-module .content-module-body .module-text ul li .left-img {
  width: 48px;
  height: 48px;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.content-module .content-module-body .module-text ul li .left-img.img1 {
  background-image: url("../imgs/ManagementAndFinance/sj_icon_5.png");
}
.content-module .content-module-body .module-text ul li .left-img.img2 {
  background-image: url("../imgs/ManagementAndFinance/sj_icon_6.png");
}
.content-module .content-module-body .module-text ul li .left-img.img3 {
  background-image: url("../imgs/ManagementAndFinance/sj_icon_7.png");
}
.content-module .content-module-body .module-text ul li .right-text .title {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  margin-bottom: 7px;
}
.content-module .content-module-body .module-text ul li .right-text .detail {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
}
.content-module .content-module-body .module-text .link-to {
  display: inline-block;
  width: 100px;
  height: 34px;
  background: #CF3F61;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 34px;
  text-align: center;
  margin-left: 29px;
  margin-top: 10px;
}
.content-module .content-module-body .module-text#text-container2 ul {
  margin-top: 83px;
}
.content-module .content-module-body .module-text#text-container2 ul li.on {
  background-color: #fff;
}
.content-module .content-module-body .module-text#text-container2 ul li .left-img {
  width: 48px;
  height: 48px;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.content-module .content-module-body .module-text#text-container2 ul li .left-img.img1 {
  background-image: url("../imgs/ManagementAndFinance/sj_icon_1.png");
}
.content-module .content-module-body .module-text#text-container2 ul li .left-img.img2 {
  background-image: url("../imgs/ManagementAndFinance/sj_icon_2.png");
}
.content-module .content-module-body .module-text#text-container2 ul li .left-img.img3 {
  background-image: url("../imgs/ManagementAndFinance/sj_icon_3.png");
}
.content-module .content-module-body .module-text#text-container2 ul li .left-img.img4 {
  background-image: url("../imgs/ManagementAndFinance/sj_icon_4.png");
}
.content-module .content-module-body .module-text#text-container3 ul .left-img {
  width: 48px;
  height: 48px;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.content-module .content-module-body .module-text#text-container3 ul .left-img.img1 {
  background-image: url("../imgs/ManagementAndFinance/sj_icon_8.png");
}
.content-module .content-module-body .module-text#text-container3 ul .left-img.img2 {
  background-image: url("../imgs/ManagementAndFinance/sj_icon_9.png");
}
.content-module .content-module-body .module-text#text-container3 ul .left-img.img3 {
  background-image: url("../imgs/ManagementAndFinance/sj_icon_10.png");
}

.content-module:nth-child(2n) {
  background-color: #f7fbff;
}
.content-module:nth-child(2n + 1) {
  background-color: #fff;
}
.content-module.content-module-3 .content-module-body {
  display: flex;
  justify-content: space-between;
  width: 1026px;
}
.content-module.content-module-3 .content-module-body .web-img {
  position: relative;
  width: 553px;
  height: 340px;
}
.content-module.content-module-3 .content-module-body .web-img .img-wrap {
  width: 553px;
  height: 340px;
  overflow: hidden;
  position: relative;
}
.content-module.content-module-3 .content-module-body .web-img .img-wrap .ul4 {
  width: 2212px;
  height: 340px;
  overflow: hidden;
  position: relative;
}
.content-module.content-module-3 .content-module-body .web-img .img-wrap .ul4 li {
  width: 553px;
  height: 340px;
}
.content-module.content-module-3 .content-module-body .web-img .img-wrap .ul4 li img {
  width: 553px;
  height: 340px;
}
.content-module.content-module-3 .content-module-body .web-img .module-img {
  width: 156px;
  height: 310px;
  background-image: url(../imgs/EnrollmentAndMarketing/phone_2.png);
  background-size: 102% 101%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  right: -22px;
  top: 78px;
}
.content-module-body .module-img1{
  width: 640px;
  height: 340px;
}
.content-module-body .module-img1 .img-wrap {
  width: 640px;
  height: 340px;
  overflow: hidden;
  margin-left: -6px;
}
.content-module .content-module-body .module-img1 .img-wrap ul {
  width: 1920px;
  height: 340px;
  overflow: hidden;
  position: relative;
  left: 22px;
}
.content-module .content-module-body .module-img1 .img-wrap ul li{
  width: 640px;
  height: 340px;
}
.content-module .content-module-body .module-img1 .img-wrap ul li .picture{
  width: 640px;
  height: 340px;
}
.content-module.content-module-3 .content-module-body .web-img .module-img1 .img-wrap {
  width: 640px;
  /* height: 246px; */
  overflow: hidden;
  /* margin-left: -17px;
  margin-top: -28px; */
}
.content-module.content-module-3 .content-module-body .web-img .module-img .img-wrap ul {
  width: 2023px;
  height: 246px;
  overflow: hidden;
  position: relative;
  left: 4px;
}
.content-module.content-module-3 .content-module-body .web-img .module-img .img-wrap ul li {
  width: 141px;
  height: 246px;
}
.content-module.content-module-3 .content-module-body .web-img .module-img .img-wrap ul li img {
  width: 141px;
  height: 246px;
}
.content-module.content-module-3 .content-module-body .module-text ul li {
  padding: 31px 53px 32px 25px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
}
.content-module.content-module-3 .content-module-body .module-text ul li.on {
  background-color: #f7fbff;
}
.content-module.content-module-3 .content-module-body .module-text ul li .left-img {
  width: 48px;
  height: 48px;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.content-module.content-module-3 .content-module-body .module-text ul li .left-img.img1 {
  background-image: url("../imgs/ManagementAndFinance/Mask@3x.png");
}
.content-module.content-module-3 .content-module-body .module-text ul li .left-img.img2 {
  background-image: url("../imgs/ManagementAndFinance/Mask@3x_2.png");
}
.content-module.content-module-3 .content-module-body .module-text ul li .left-img.img3 {
  background-image: url("../imgs/ManagementAndFinance/Mask@3x_3.png");
}
.content-module.content-module-3 .content-module-body .module-text ul li .left-img.img4 {
  background-image: url("../imgs/ManagementAndFinance/Mask@3x_4.png");
}
.content-module.content-module-3 .content-module-body .module-text ul li .left-img.img5 {
  background-image: url("../imgs/ManagementAndFinance/Mask@3x_5.png");
}
.content-module.content-module-3 .content-module-body .module-text ul li .right-text .title {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  margin-bottom: 7px;
}
.content-module.content-module-3 .content-module-body .module-text ul li .right-text .detail {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
}
.content-module.content-module-3 .content-module-body .module-text .link-to {
  display: inline-block;
  width: 100px;
  height: 34px;
  background: #CF3F61;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 34px;
  text-align: center;
  margin-left: 29px;
}
.content-module.content-module-3 .content-module-body .module-text#text-container3 ul .left-img {
  width: 48px;
  height: 48px;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.content-module.content-module-3 .content-module-body .module-text#text-container3 ul .left-img.img1 {
  background-image: url("../imgs/ManagementAndFinance/sj_icon_8.png");
}
.content-module.content-module-3 .content-module-body .module-text#text-container3 ul .left-img.img2 {
  background-image: url("../imgs/ManagementAndFinance/sj_icon_9.png");
}
.content-module.content-module-3 .content-module-body .module-text#text-container3 ul .left-img.img3 {
  background-image: url("../imgs/ManagementAndFinance/sj_icon_10.png");
}
.content-module.content-module-3 .content-module-body .module-text#text-container3 ul .left-img.img4 {
  background-image: url("../imgs/ManagementAndFinance/Mask@3x_12.png");
}
.content-module.content-module-4 {
  padding: 0;
}
