.container{

}
.banner{
  width: 100%;
  height: 560px;
  background: url("https://file.enlightent.com/20251107/banner_page_mini_program.png") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

.banner-info {
  position: absolute;
  left: calc(50% - 600px);
  top: 120px;
  width: 510px;
}
.banner-info .banner-title {
  font-size: 50px;
  color: #333333;
  line-height: 69px;
  font-weight: 600;
}
.banner-info .banner-title span {
  color: #336FF7;
}
.banner-info .banner-desc {
  margin-top: 20px;
  font-size: 22px;
  color: #333333;
  line-height: 38px;
}
.banner-qr-box {
  padding-top: 29px;
}
.banner-qr-box img {
  width: 114px;
  height: 114px;
  display: block;
  object-fit: contain;
  border-radius: 6px;
  background: #ffffff;
}


.module-desc-title {
  text-align: center;
  font-size: 32px;
  font-family: SourceHanSansCN, SourceHanSansCN, Source Han Sans CN;
  font-weight: bold;
  color: #262526;
  line-height: 56px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.module-desc-title:after{
  content: ' ';
  display: block;
  position: absolute;
  width: 102px;
  height: 12px;
  background: #A6BFF9;
  left: 0;
  right: 0;
  bottom: 8px;
  margin: auto;
  z-index: -1;
}


.module-box-duoweidu {
  background-color: #F8F9FC;
  position: relative;
}
.module-box-duoweidu .content {
  padding: 70px 0 100px;
}
.module-box-duoweidu .bg-element1 {
  width: 155px;
  height: 251px;
  position: absolute;
  left: 0;
  top: 0;
}
.module-box-duoweidu .bg-element2 {
  width: 293px;
  height: 168px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.module-box-duoweidu .card-box {
  margin-top: 54px;
  background: #FFFFFF;
  box-shadow: 0px 2px 30px 0px rgba(231,233,238,0.5);
  border-radius: 8px;
  border: 1px solid #EEEEEE;
  padding: 30px 60px;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1;
}
.card-box .card-item {
  position: relative;
  z-index: 1;
  flex-basis: 340px;
  flex-shrink: 0;
  box-sizing: border-box;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 30px;
  padding-left: 90px;
}
.card-box .card-item:nth-of-type(3n-1) {
  flex-basis: 396px;
}
.card-box .card-item:nth-of-type(3n-2) {
  padding-left: 40px;
}

.card-box .card-item:nth-of-type(n+7){
  border-bottom: none;
}
.card-box .card-item:nth-of-type(3n) {
  border-right: none;
}
.card-box .card-item:nth-of-type(3n-2) .item-bg-img {
  left: -5px;
}

.card-box .item-bg-img {
  position: absolute;
  left: 45px;
  top: 26px;
  z-index: -1;
  width: 31px;
  height: 31px;
}
.card-box .item-name {
  font-size: 22px;
  font-weight: 500;
  color: #262526;
  padding-top: 33px;
}
.card-box .item-desc {
  font-size: 16px;
  color: #817D8A;
  padding-top: 16px;
}
.card-box .item-tags {
  margin-top: 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.card-box .item-tags div {
  margin-right: 6px;
  line-height: 20px;
  padding: 0 8px;
  background: #447DF6;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 6px;
}

.card-box .card-item4 .item-tags div {
  background: #E8AD19;
}
.card-box .card-item5 .item-tags div {
  background: #F09906;
}
.card-box .card-item6 .item-tags div {
  background: #754EE5;
}
.card-box .card-item7 .item-tags div {
  background: #ED5757;
}
.card-box .card-item8 .item-tags div,
.card-box .card-item9 .item-tags div
{
  background: #788CB4;
}

.module-three{
  padding: 70px;
}
.swiper-container {
  width: 100%;
  height: 100%;
  padding-top: 30px;
  max-width: 1160px;
}
.module-three .swiper-slide {
  text-align: center;
}
.module-three .slide-content{
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
}
.module-three .slide-img {
  width: 456px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-left: 80px;
}
.module-three .slide-img img{
  width: 100%;
  display: block;

}
.module-three .slide-desc{
  padding: 0 80px 0 100px;
  position: relative;
  height: 636px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  max-width: 300px;
}
.module-three .slide-desc .s-d-title{
  font-size: 24px;
  font-weight: 500;
  color: #262526;
}
.module-three .slide-desc .s-d-desc{
  font-size: 16px;
  color: #817D8A;
  line-height: 24px;
  padding-top: 21px;
}
.module-three .slide-desc .s-d-btn{
  width: 106px;
  height: 34px;
  background: #336FF7;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 40px;
  cursor: pointer;
  position: relative;
}
.module-three .slide-desc .s-d-btn a{
  color: #fff;
}

.qr-img-program{
  display: none;
  position: absolute;
  left: 0px;
  bottom: 43px;
  width: 180px;
  /*height: 200px;*/
  background: #fff;
  box-shadow: 0 0 6px 0px #efefef;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 20px;
  color: #666;
  font-size: 16px;
}

.qr-img-program:after{
  content: ' ';
  width: 0;
  height: 13px;
  display: block;
  position: absolute;
  left: calc(50% - 5px);
  bottom: -29px;
  border-width: 10px;
  border-style: solid;
  border-color: #FFf transparent transparent transparent;
  filter: drop-shadow(0px 2px 2px #efefef);
}
.qr-img-program img{
  display: block;
  width: 100%;
}

.swiper-button-prev:after, .swiper-button-next:after{
  content: ' ';
  width: 58px;
  height: 58px;
  background: url("../images/mini-program/button_arrow_left.png") no-repeat center;
  background-size: contain;
  display: block;
  position: absolute;
}
.swiper-button-next:after {
  transform: scaleX(-1);
}
