.module-wrap {
  background: #f6f8fa;
}
.module-wrap .module.dark .module-dec {
  color: #fff;
}
.module-wrap .module.dark .module-title {
  color: #fff;
}
.module-wrap .module .module-title {
  font-size: 30px;
  font-weight: 800;
  color: #343434;
  line-height: 34px;
  text-align: center;
}
.module-wrap .module .module-title .strong {
  color: #5b13df;
}
.module-wrap .module .module-dec {
  margin-top: 14px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #727272;
  line-height: 24px;
}
.module-wrap .module .module-btn {
  width: 280px;
  line-height: 56px;
  text-align: center;
  display: block;
  background: linear-gradient(88deg, #ec241a, #f66a33);
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.module-wrap .module .module-btn:hover {
  background: linear-gradient(-92deg, #ec241a, #f66a33);
}
.module-wrap .module .module-btn::before {
  position: absolute;
  content: "";
  width: 280px;
  height: 280px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: scale 1s ease 0s infinite;
  animation: scale 1s ease 0s infinite;
}
.module-wrap .nav-v {
  position: fixed;
  top: 25%;
  left: 68px;
  display: none;
  width: 122px;
  height: 375px;
  background: #ffffff;
  box-shadow: 0px 3px 9px 0px rgba(225, 225, 225, 0.79);
  border-radius: 4px;
}
.module-wrap .nav-v .list .card {
  margin-left: 9px;
  margin-right: 9px;
  height: 45px;
  font-size: 16px;
  font-weight: 400;
  color: #2d3146;
  line-height: 44px;
  text-align: center;
  border-bottom: 1px solid #e5e5ed;
  cursor: pointer;
}
.module-wrap .nav-v .list .card.active {
  margin: 0;
  background: #1c47e7;
  color: #ffffff;
}
.module-wrap .nav-v .arrow {
  height: 45px;
  background-image: url(/zh-html/images/arrow-left.png);
  background-repeat: no-repeat;
  background-position: center 19px;
  cursor: pointer;
}
.module-wrap .module1 {
  background-image: url(/zh-html/images/bg1.png);
  background-repeat: repeat-x;
}
.module-wrap .module1 .main1 {
  width: 1210px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  height: 74px;
}
.module-wrap .module1 .main1 .left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.module-wrap .module1 .main1 .left .title {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  line-height: 28px;
}
.module-wrap .module1 .main1 .left .toast {
  margin-left: 13px;
  background-image: url(/zh-html/images/bg-toast1.png);
  width: 178px;
  height: 35px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 26px;
  text-align: center;
}
.module-wrap .module1 .main1 .right .text {
  font-size: 16px;
  font-weight: 500;
  color: #343434;
  line-height: 20px;
}
.module-wrap .module1 .main1 .right .text + .text {
  margin-left: 21px;
}
.module-wrap .module1 .main2 {
  margin: 0px auto 0;
  width: 1210px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.module-wrap .module1 .main2 .swiper1 {
  width: 900px;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
}
.module-wrap .module1 .main2 .swiper1:hover .swiper-button-next {
  opacity: 1;
}
.module-wrap .module1 .main2 .swiper1:hover .swiper-button-prev {
  opacity: 1;
}
.module-wrap .module1 .main2 .swiper1 .swiper-button-next {
  transition: all 0.4s;
  background-image: url(/zh-html/images/arrow1.png);
  background-size: 100%;
  width: 44px;
  height: 44px;
  opacity: 0;
}
.module-wrap .module1 .main2 .swiper1 .swiper-button-prev {
  transition: all 0.4s;
  background-image: url(/zh-html/images/arrow1.png);
  background-size: 100%;
  width: 44px;
  height: 44px;
  transform: rotateY(180deg);
  opacity: 0;
}
.module-wrap .module1 .main2 .swiper1 .swiper-pagination {
  bottom: 22px;
}
.module-wrap .module1 .main2 .swiper1 .swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 5px;
  background: #ffffff;
  opacity: 0.36;
  border-radius: 2px;
}
.module-wrap .module1 .main2 .swiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.module-wrap .module1 .main2 .right {
  width: 295px;
  height: 400px;
  background: #ffffff;
  box-shadow: 2px 3px 10px 0px rgba(214, 214, 214, 0.48);
  border-radius: 10px;
}
.module-wrap .module1 .main2 .right .open {
  line-height: 52px;
  background: linear-gradient(83deg, #226bfd, #3257f6);
  border-radius: 6px;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
.module-wrap .module1 .main2 .right .box1 {
  padding-top: 28px;
  width: 275px;
  height: 168px;
  background-image: url(/zh-html/images/bg1-right.png);
  margin: 6px auto 0;
  display: block;
}
.module-wrap .module1 .main2 .right .box1 .title {
  margin-left: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 22px;
}
.module-wrap .module1 .main2 .right .box1 .dec {
  text-align: center;
  margin-top: 13px;
  font-size: 27px;
  font-weight: bold;
  line-height: 31px;
  color: #ffffff;
}
.module-wrap .module1 .main2 .right .box1 .dec .strong {
  color: #fffd7a;
}
.module-wrap .module1 .main2 .right .box1 .list {
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-left: 18px;
}
.module-wrap .module1 .main2 .right .box1 .list .card {
  line-height: 32px;
  background: #5c91ff;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #fefefe;
  padding-left: 16px;
  padding-right: 9px;
}
.module-wrap .module1 .main2 .right .box1 .list .card + .card {
  margin-left: 11px;
}
.module-wrap .module1 .main2 .right .title1 {
  font-size: 18px;
  font-weight: bold;
  color: #181616;
  line-height: 22px;
  text-align: center;
  margin-top: 27px;
}
.module-wrap .module1 .main2 .right .time-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #444444;
  line-height: 20px;
  margin-top: 16px;
}
.module-wrap .module1 .main2 .right .time-wrap .img-time {
  margin-right: 6px;
}
.module-wrap .module1 .main2 .right .time-wrap .h,
.module-wrap .module1 .main2 .right .time-wrap .m,
.module-wrap .module1 .main2 .right .time-wrap .s {
  width: 24px;
  text-align: center;
  display: inline-block;
}
.module-wrap .module1 .main2 .right .btn {
  width: 241px;
  line-height: 41px;
  background: linear-gradient(257deg, #9462f8, #3257f6);
  border-radius: 21px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  display: block;
  text-align: center;
  margin: 31px auto 0;
  position: relative;
  overflow: hidden;
}
.module-wrap .module1 .main2 .right .btn:hover {
  background: linear-gradient(77deg, #2954de, #6846fe);
}
.module-wrap .module1 .main2 .right .btn::before {
  position: absolute;
  content: "";
  width: 241px;
  height: 241px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: scale 1s ease 0s infinite;
  animation: scale 1s ease 0s infinite;
}
.module-wrap .module2 .list {
  width: 1200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 auto;
  padding-top: 26px;
}
.module-wrap .module2 .list .card {
  width: 231px;
  height: 70px;
  margin: 8px 0;
  border-radius: 8px;
  transition: all 0.4s;
  background-size: 100%;
  background-position: top;
  position: relative;
  overflow: hidden;
}
.module-wrap .module2 .list .card:hover {
  background-size: 110%;
}
.module-wrap .module2 .list .card:hover .model {
  opacity: 1;
}
.module-wrap .module2 .list .card .item {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #ffffff;
  text-align: center;
}
.module-wrap .module2 .list .card .model {
  transition: all 0.4s;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.84);
  font-size: 18px;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.module-wrap .module2 .list .card .model .arrow2 {
  margin-left: 4px;
}
.module-wrap .module3 {
  padding-top: 37px;
}
.module-wrap .module3 .list {
  width: 1200px;
  margin: 36px auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.module-wrap .module3 .list .card:nth-child(1) .card-item .img-list3 {
  left: 32px;
  top: 27px;
}
.module-wrap .module3 .list .card:nth-child(2) .card-item .img-list3 {
  left: 45px;
  top: 24px;
}
.module-wrap .module3 .list .card:nth-child(3) .card-item .img-list3 {
  left: 34px;
  top: 29px;
}
.module-wrap .module3 .list .card:nth-child(4) .card-item .img-list3 {
  left: 61px;
  top: 24px;
}
.module-wrap .module3 .list .card:nth-child(5) .card-item .img-list3 {
  left: 31px;
  top: 29px;
}
.module-wrap .module3 .list .card:hover .card-item {
  transform: translateY(-20px);
}
.module-wrap .module3 .list .card .card-item {
  transition: all 0.4s;
  width: 223px;
  height: 264px;
  background: #ffffff;
  box-shadow: 2px 3px 10px 0px rgba(210, 210, 210, 0.73);
  border-radius: 4px;
  position: relative;
  background-image: url(/zh-html/images/bg3-1.png);
  background-repeat: no-repeat;
  background-position: center 25px;
  padding-top: 151px;
}
.module-wrap .module3 .list .card .card-item .img-list3 {
  position: absolute;
}
.module-wrap .module3 .list .card .card-item .title {
  font-size: 16px;
  font-weight: 400;
  color: #2b2b2b;
  line-height: 20px;
  text-align: center;
}
.module-wrap .module3 .list .card .card-item .btn {
  width: 130px;
  line-height: 30px;
  background: linear-gradient(94deg, #8013e5, #cc46fe);
  border-radius: 15px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin: 18px auto 0;
  position: relative;
  overflow: hidden;
}
.module-wrap .module3 .list .card .card-item .btn:hover {
  background: linear-gradient(-86deg, #2954de, #6846fe);
}
.module-wrap .module3 .list .card .card-item .btn::before {
  position: absolute;
  content: "";
  width: 130px;
  height: 130px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: scale 1s ease 0s infinite;
  animation: scale 1s ease 0s infinite;
}
.module-wrap .module4 {
  padding-top: 74px;
  padding-bottom: 106px;
}
.module-wrap .module4 .main {
  width: 1200px;
  margin: 84px auto 0;
  position: relative;
}
.module-wrap .module4 .main .left {
  position: absolute;
  left: -30px;
  top: -9px;
  width: 469px;
  height: 469px;
  border: 4px solid #edf4ff;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.module-wrap .module4 .main .left .poster {
  background-image: url(../images/poster.png);
  width: 395px;
  height: 395px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.module-wrap .module4 .main .left .poster .play {
  width: 88px;
  height: 88px;
  background-image: url(/zh-html/images/play.png);
  cursor: pointer;
  position: relative;
}
.module-wrap .module4 .main .left .poster .play::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-animation: playBtn_ripple_1 1.5s ease 0s infinite;
  animation: playBtn_ripple_1 1.5s ease 0s infinite;
}
.module-wrap .module4 .main .left .poster .play::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 100%;
  transform: scale(2);
  -webkit-animation: playBtn_ripple_2 1.5s ease 1.5s infinite;
  animation: playBtn_ripple_2 1.5s ease 1.5s infinite;
}
.module-wrap .module4 .main .left .btn {
  position: absolute;
  bottom: -29px;
  left: 103px;
  width: 260px;
  line-height: 53px;
  background: linear-gradient(88deg, #f82f20, #f67035);
  border-radius: 27px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
.module-wrap .module4 .main .left .btn:hover {
  background: linear-gradient(-92deg, #f82f20, #f67035);
}
.module-wrap .module4 .main .right {
  text-align: right;
}
.module-wrap .module4 .main .right .card {
  height: 82px;
  background: #ffffff;
  box-shadow: 0px 7px 13px 0px rgba(244, 234, 255, 0.7);
  border-radius: 10px;
  display: inline-block;
  position: relative;
  padding-top: 15px;
  padding-right: 15px;
}
.module-wrap .module4 .main .right .card + .card {
  margin-top: 28px;
}
.module-wrap .module4 .main .right .card:nth-child(1) {
  width: 738px;
}
.module-wrap .module4 .main .right .card:nth-child(2) {
  width: 688px;
}
.module-wrap .module4 .main .right .card:nth-child(3) {
  width: 654px;
}
.module-wrap .module4 .main .right .card:nth-child(4) {
  width: 685px;
}
.module-wrap .module4 .main .right .card:nth-child(5) {
  width: 738px;
}
.module-wrap .module4 .main .right .card .title {
  position: absolute;
  left: -50px;
  top: 19px;
  width: 80px;
  line-height: 50px;
  text-align: center;
  background: linear-gradient(88deg, #7e41f9, #3929a6);
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
.module-wrap .module4 .main .right .card .dec {
  font-size: 16px;
  font-weight: 400;
  color: #1f1f1f;
  line-height: 26px;
  text-align: left;
  padding-left: 49px;
}
.module-wrap .module4 .main .right .card .dec .strong {
  color: #4a2fba;
  font-weight: bold;
}
.module-wrap .module5 {
  background-image: url(../images/bg5.png);
  height: 787px;
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 64px;
  padding-bottom: 59px;
}
.module-wrap .module5 .main {
  width: 1146px;
  height: 433px;
  background: #fffdfe;
  box-shadow: 0px 7px 38px 0px rgba(215, 235, 255, 0.7);
  border-radius: 10px;
  margin: 42px auto 48px;
  display: -ms-flexbox;
  display: flex;
  padding-top: 44px;
}
.module-wrap .module5 .main .item {
  -ms-flex: 1;
      flex: 1;
}
.module-wrap .module5 .main .item.left .card-list {
  margin-left: 28px;
  margin-right: 7px;
}
.module-wrap .module5 .main .item.left .card-list .card {
  background: #3f50f4;
}
.module-wrap .module5 .main .item.right .card-list {
  margin-right: 20px;
}
.module-wrap .module5 .main .item.right .card-list .card {
  background: #7d2de5;
}
.module-wrap .module5 .main .item.right .card-list .card:nth-child(7), .module-wrap .module5 .main .item.right .card-list .card:nth-child(8), .module-wrap .module5 .main .item.right .card-list .card:nth-child(9), .module-wrap .module5 .main .item.right .card-list .card:nth-child(10) {
  width: 116px;
}
.module-wrap .module5 .main .item .title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #343434;
  line-height: 26px;
}
.module-wrap .module5 .main .item .dec {
  text-align: center;
  margin-top: 18px;
  font-size: 16px;
  font-weight: 400;
  color: #343434;
  line-height: 24px;
}
.module-wrap .module5 .main .item .card-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 27px;
}
.module-wrap .module5 .main .item .card-list .card {
  margin: 12px 11px;
  width: 157px;
  height: 55px;
  border-radius: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 18px;
}
.module-wrap .module6 {
  padding-top: 81px;
  padding-bottom: 20px;
}
.module-wrap .module6 .main {
  background-image: url(../images/bg6.png);
  width: 605px;
  height: 688px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 3px 47px;
  position: relative;
}
.module-wrap .module6 .main .card {
  position: absolute;
  font-size: 20px;
  font-weight: 500;
  color: #343434;
  line-height: 24px;
  white-space: nowrap;
}
.module-wrap .module6 .main .card:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
  color: #191919;
  line-height: 22px;
  left: 204px;
  top: 52px;
}
.module-wrap .module6 .main .card:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  color: #191919;
  line-height: 22px;
  left: 372px;
  top: 54px;
}
.module-wrap .module6 .main .card:nth-child(3) {
  left: -12px;
  top: 134px;
}
.module-wrap .module6 .main .card:nth-child(4) {
  left: 473px;
  top: 136px;
}
.module-wrap .module6 .main .card:nth-child(5) {
  left: -65px;
  top: 340px;
}
.module-wrap .module6 .main .card:nth-child(6) {
  left: 587px;
  top: 338px;
}
.module-wrap .module6 .main .card:nth-child(7) {
  left: 24px;
  top: 544px;
}
.module-wrap .module6 .main .card:nth-child(8) {
  left: 484px;
  top: 546px;
}
.module-wrap .ad-wrap {
  background-image: url(../images/bg8.png);
  background-repeat: no-repeat;
  background-position: center -477px;
  height: 112px;
}
.module-wrap .ad-wrap .ad {
  width: 1130px;
  margin: 0 auto;
  padding-left: 174px;
  position: relative;
}
.module-wrap .ad-wrap .ad .title {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  line-height: 112px;
}
.module-wrap .ad-wrap .ad .title .strong {
  color: #faf86f;
}
.module-wrap .ad-wrap .ad .btn {
  position: absolute;
  right: 65px;
  bottom: 30px;
  width: 247px;
  line-height: 55px;
  background: linear-gradient(88deg, #fce9a7, #ffd56f);
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #ce533a;
  text-align: center;
  overflow: hidden;
}
.module-wrap .ad-wrap .ad .btn:hover {
  background: linear-gradient(-92deg, #fce9a7, #ffd56f);
}
.module-wrap .ad-wrap .ad .btn::before {
  position: absolute;
  content: "";
  width: 247px;
  height: 247px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: scale 1s ease 0s infinite;
  animation: scale 1s ease 0s infinite;
}
.module-wrap .module9 {
  padding-top: 57px;
  padding-bottom: 84px;
}
.module-wrap .module9 .main {
  width: 1130px;
  height: 431px;
  background-image: url(../images/bg9.png);
  background-repeat: no-repeat;
  background-position: top;
  border-radius: 10px;
  margin: 43px auto 0;
  position: relative;
}
.module-wrap .module9 .main .content-item {
  position: relative;
  z-index: 2;
  display: none;
  -ms-flex-align: start;
      align-items: flex-start;
}
.module-wrap .module9 .main .content-item.active {
  display: -ms-flexbox;
  display: flex;
}
.module-wrap .module9 .main .content-item .left {
  padding-top: 53px;
}
.module-wrap .module9 .main .content-item .left .name {
  font-size: 30px;
  font-weight: bold;
  color: #ffefef;
  line-height: 34px;
  margin-left: 60px;
}
.module-wrap .module9 .main .content-item .left .post-list {
  display: -ms-flexbox;
  display: flex;
  margin-left: 73px;
  margin-top: 22px;
}
.module-wrap .module9 .main .content-item .left .post-list .post {
  line-height: 33px;
  background: #f1d2ab;
  border-radius: 4px;
  padding-left: 25px;
  padding-right: 9px;
  min-width: 187px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #904e15;
}
.module-wrap .module9 .main .content-item .left .post-list .post + .post {
  margin-left: 29px;
}
.module-wrap .module9 .main .content-item .left .post-list .post::before {
  content: "";
  width: 41px;
  height: 40px;
  background-image: url(/zh-html/images/icon8-1.png);
  position: absolute;
  left: -19px;
  top: -5px;
}
.module-wrap .module9 .main .content-item .left .dec {
  margin-top: 18px;
  width: 746px;
  font-size: 18px;
  font-weight: 400;
  color: #e9eafa;
  line-height: 32px;
  margin-left: 60px;
}
.module-wrap .module9 .main .content-item .left .btn-list {
  display: -ms-flexbox;
  display: flex;
  margin-left: 54px;
  margin-top: 19px;
}
.module-wrap .module9 .main .content-item .left .btn-list .btn {
  width: 155px;
  line-height: 42px;
  background: linear-gradient(89deg, #f82f20, #f67035);
  border-radius: 10px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  display: block;
  color: #ffffff;
  overflow: hidden;
  position: relative;
}
.module-wrap .module9 .main .content-item .left .btn-list .btn + .btn {
  margin-left: 15px;
}
.module-wrap .module9 .main .content-item .left .btn-list .btn::before {
  position: absolute;
  content: "";
  width: 155px;
  height: 155px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: scale 1s ease 0s infinite;
  animation: scale 1s ease 0s infinite;
}
.module-wrap .module9 .main .content-item .right {
  -ms-flex: 1;
      flex: 1;
  position: relative;
  padding-top: 262px;
}
.module-wrap .module9 .main .content-item .right .teacher-img {
  position: absolute;
  top: 65px;
  left: -30px;
}
.module-wrap .module9 .main .content-item .right .btn1 {
  width: 148px;
  background: rgba(247, 65, 38, 0.42);
  border-radius: 23px;
  padding: 3px 5px;
  display: block;
  margin-left: 125px;
  position: relative;
  cursor: pointer;
}
.module-wrap .module9 .main .content-item .right .btn1 .item {
  background: linear-gradient(88deg, #f82f20, #f67035);
  border-radius: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 39px;
  padding-left: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.module-wrap .module9 .main .content-item .right .btn1 .item .play {
  width: 23px;
  height: 23px;
  margin-right: 7px;
  position: relative;
  background-image: url(/zh-html/images/play.png);
  background-size: 100% 100%;
}
.module-wrap .module9 .main .content-item .right .btn1 .item .play::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  transform-origin: center center;
  -webkit-animation-name: bigger-data-v-db84cafe;
  animation-name: bigger-data-v-db84cafe;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
}
.module-wrap .module9 .main .content-item .right .btn1 .item .play::after {
  content: "";
  position: absolute;
  top: 4px;
  -webkit-animation-name: smaller-data-v-db84cafe;
  animation-name: smaller-data-v-db84cafe;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: rgba(255, 255, 255, 0.2);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.module-wrap .module9 .main .content-item .right .btn2-list {
  margin-top: 49px;
  position: relative;
  margin-left: 29px;
}
.module-wrap .module9 .main .content-item .right .btn2-list .btn2 {
  width: 178px;
  line-height: 50px;
  background: linear-gradient(95deg, #176ceb, #253be2);
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.module-wrap .module9 .main .content-item .right .btn2-list .btn2 + .btn2 {
  margin-left: 15px;
}
.module-wrap .module9 .main .content-item .right .btn2-list .btn2::before {
  position: absolute;
  content: "";
  width: 178px;
  height: 178px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: scale 1s ease 0s infinite;
  animation: scale 1s ease 0s infinite;
}
.module-wrap .module9 .main .swiper-wrap {
  padding-left: 43px;
  padding-right: 43px;
  position: absolute;
  height: 224px;
  top: 271px;
  left: 0;
  width: 100%;
}
.module-wrap .module9 .main .swiper-wrap .swiper-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  -ms-flex-align: end;
      align-items: flex-end;
}
.module-wrap .module9 .main .swiper-wrap .swiper-wrapper .swiper-slide {
  width: 193px;
  height: 124px;
  background: #fbfcff;
  box-shadow: 0px 8px 40px 0px rgba(157, 174, 237, 0.7);
  border-radius: 10px 10px 30px 10px;
  text-align: center;
  padding-top: 8px;
  overflow: hidden;
}
.module-wrap .module9 .main .swiper-wrap .swiper-wrapper .swiper-slide.swiper-slide-active {
  width: 224px;
  height: 144px;
}
.module-wrap .module9 .main .swiper-wrap .swiper-wrapper .swiper-slide.swiper-slide-active .teacher-img {
  transition: all 0.4s;
  width: 140px;
}
.module-wrap .module9 .main .swiper-wrap .swiper-wrapper .swiper-slide .teacher-img {
  width: 116px;
}
.module-wrap .module9 .main .swiper-wrap .swiper9-prev {
  background-image: url(/zh-html/images/arrow9.png);
  background-size: 100%;
  width: 26px;
  height: 27px;
  left: 12px;
  top: 109px;
  margin-top: 0;
}
.module-wrap .module9 .main .swiper-wrap .swiper9-next {
  background-image: url(/zh-html/images/arrow9.png);
  background-size: 100%;
  width: 26px;
  height: 27px;
  transform: rotateY(180deg);
  right: 12px;
  top: 109px;
  margin-top: 0;
}
.module-wrap .module10 {
  padding-top: 20px;
}
.module-wrap .module10 .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 29px;
}
.module-wrap .module10 .list .card {
  width: 183px;
  height: 60px;
  background: #6212e4;
  border-radius: 10px;
  padding-top: 8px;
}
.module-wrap .module10 .list .card + .card {
  margin-left: 14px;
}
.module-wrap .module10 .list .card .num {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 24px;
}
.module-wrap .module10 .list .card .title {
  margin-top: 0px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #d9c5f8;
  line-height: 20px;
}
.module-wrap .module10 .main {
  width: 1160px;
  height: 536px;
  background: #f1f3fc;
  box-shadow: 0px 8px 40px 0px rgba(236, 224, 255, 0.7);
  border-radius: 10px;
  margin: 29px auto 31px;
  display: -ms-flexbox;
  display: flex;
}
.module-wrap .module10 .main .left {
  width: 201px;
  height: 100%;
  background: #4c67f2;
  border-radius: 10px 0px 0px 10px;
  background-image: url(../images/bg10-left.png);
  padding-top: 19px;
  padding-bottom: 19px;
  overflow-y: auto;
  overflow-x: hidden;
}
.module-wrap .module10 .main .left .card {
  width: 150px;
  line-height: 46px;
  border-radius: 23px;
  margin-left: 25px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}
.module-wrap .module10 .main .left .card.active {
  background: #ffffff;
  color: #6212e4;
}
.module-wrap .module10 .main .left .card + .card {
  margin-top: 18px;
}
.module-wrap .module10 .main .right {
  -ms-flex: 1;
      flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  background: #ffffff;
  background-image: url(../images/bg10-right.png);
  background-repeat: no-repeat;
  background-position: 530px 73px;
}
.module-wrap .module10 .main .right .content-item {
  display: none;
  padding-top: 86px;
  padding-bottom: 20px;
}
.module-wrap .module10 .main .right .content-item.active {
  display: block;
}
.module-wrap .module10 .main .right .content-item .title {
  font-size: 24px;
  font-weight: bold;
  color: #272727;
  line-height: 28px;
  margin-left: 50px;
}
.module-wrap .module10 .main .right .content-item .content {
  display: -ms-flexbox;
  display: flex;
  margin-top: 69px;
  margin-left: 51px;
}
.module-wrap .module10 .main .right .content-item .content .left-content {
  width: 524px;
}
.module-wrap .module10 .main .right .content-item .content .right-content {
  -ms-flex: 1;
      flex: 1;
}
.module-wrap .module10 .main .right .content-item .content .label {
  line-height: 40px;
  background: #6212e4;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  padding-left: 41px;
  display: inline-block;
  height: 40px;
  padding-right: 17px;
  background-image: url(../images/icon9-1.png);
  background-repeat: no-repeat;
  background-position: 14px center;
}
.module-wrap .module10 .main .right .content-item .content .dec-list {
  margin-top: 27px;
  padding-right: 15px;
}
.module-wrap .module10 .main .right .content-item .content .dec-list .dec {
  padding-left: 26px;
  background-image: url(../images/icon9-2.png);
  background-repeat: no-repeat;
  background-position: left 2px;
  font-size: 16px;
  font-weight: 400;
  color: #272727;
  line-height: 20px;
}
.module-wrap .module10 .main .right .content-item .content .dec-list .dec + .dec {
  margin-top: 20px;
}
.module-wrap .module11 {
  padding-top: 64px;
}
.module-wrap .module11 .main-wrap {
  margin: 25px auto 0;
  width: 1174px;
  height: 485px;
  transform-style: preserve-3d;
  transform: perspective(800px);
}
.module-wrap .module11 .main-wrap .main {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.module-wrap .module11 .main-wrap .main .content-item {
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 47px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.module-wrap .module11 .main-wrap .main .content-item.active {
  transition: 1s;
  z-index: 1;
  opacity: 1;
}
.module-wrap .module11 .main-wrap .main .content-item .title-wrap {
  margin-left: 62px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.module-wrap .module11 .main-wrap .main .content-item .title-wrap .title {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  line-height: 34px;
}
.module-wrap .module11 .main-wrap .main .content-item .title-wrap .btn {
  margin-left: 14px;
  text-align: center;
  display: block;
  width: 152px;
  line-height: 41px;
  background: #ffffff;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #1a113c;
}
.module-wrap .module11 .main-wrap .main .content-item .dec-list {
  margin-top: 20px;
  margin-left: 62px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.module-wrap .module11 .main-wrap .main .content-item .dec-list .dec {
  width: 336px;
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
}
.module-wrap .module11 .main-wrap .main .content-item .dec-list .dec + .dec {
  margin-left: 51px;
}
.module-wrap .module11 .main-wrap .main .tab-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  bottom: 54px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.module-wrap .module11 .main-wrap .main .tab-list .tab {
  cursor: pointer;
  width: 204px;
  line-height: 97px;
  background: #fdfdfd;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.module-wrap .module11 .main-wrap .main .tab-list .tab + .tab {
  margin-left: 13px;
}
.module-wrap .module11 .main-wrap .main .play {
  position: absolute;
  top: 146px;
  right: 195px;
  z-index: 1;
}
.module-wrap .module12 {
  padding-top: 54px;
  padding-bottom: 66px;
}
.module-wrap .module12 .main {
  height: 577px;
  width: 1200px;
  margin: 51px auto 0;
  background-image: url(../images/bg12.png);
  background-repeat: no-repeat;
  background-position: center top;
  display: -ms-flexbox;
  display: flex;
}
.module-wrap .module12 .main .item {
  padding-top: 33px;
}
.module-wrap .module12 .main .item .card {
  width: 279px;
  height: 126px;
  background: #ffffff;
  border-radius: 10px;
  padding-top: 20px;
}
.module-wrap .module12 .main .item .card + .card {
  margin-top: 13px;
}
.module-wrap .module12 .main .item .card .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #2a2a2a;
  line-height: 24px;
}
.module-wrap .module12 .main .item .card .dec {
  margin-top: 4px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #7e7e7e;
  line-height: 22px;
}
.module-wrap .module12 .main .center {
  -ms-flex: 1;
      flex: 1;
  padding-top: 224px;
  position: relative;
}
.module-wrap .module12 .main .center .arrow-left {
  position: absolute;
  left: 0;
  top: 232px;
}
.module-wrap .module12 .main .center .arrow-right {
  position: absolute;
  right: 0;
  top: 232px;
}
.module-wrap .module12 .main .center .text {
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
}
.module-wrap .module12 .main .center .btn {
  width: 195px;
  line-height: 48px;
  background: #cf27ed;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #fefefe;
  text-align: center;
  display: block;
  margin: 24px auto 0;
  overflow: hidden;
  position: relative;
}
.module-wrap .module12 .main .center .btn::before {
  position: absolute;
  content: "";
  width: 195px;
  height: 195px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: scale 1s ease 0s infinite;
  animation: scale 1s ease 0s infinite;
}
.module-wrap .module13 {
  background-image: url(../images/bg13.png);
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 55px;
  height: 565px;
}
.module-wrap .module13 .title13 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fefefe;
  line-height: 34px;
}
.module-wrap .module13 .main {
  width: 1140px;
  margin: 60px auto 0;
  padding-left: 99px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.module-wrap .module13 .main .form {
  width: 360px;
  height: 353px;
  background: rgba(240, 246, 255, 0.27);
  border-radius: 10px;
  padding-top: 33px;
}
.module-wrap .module13 .main .form .form-title {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  margin-bottom: 23px;
}
.module-wrap .module13 .main .form input {
  width: 308px;
  height: 46px;
  background: #f3f3f3;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
  border: none;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
}
.module-wrap .module13 .main .form input + input {
  margin-top: 11px;
}
.module-wrap .module13 .main .form .submit {
  width: 306px;
  line-height: 46px;
  background: linear-gradient(96deg, #741cf8, #ff9f89);
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  margin: 22px auto 0;
  cursor: pointer;
}
.module-wrap .module13 .main .right {
  margin-left: 66px;
  width: 530px;
}
.module-wrap .module13 .main .right .card {
  border-bottom: 1px dashed #fff;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 53px;
  -ms-flex-align: center;
      align-items: center;
  padding-right: 13px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.module-wrap .module13 .main .right .card::before {
  content: "";
  border: 2px solid #fff;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 9px;
  position: absolute;
}
.module-wrap .module13 .main .right .card::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  position: absolute;
}
.module-wrap .module13 .main .right .card .card-title {
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  line-height: 70px;
}
.module-wrap .module13 .main .right .card .btn {
  width: 91px;
  line-height: 26px;
  background: linear-gradient(153deg, #ff8941, #f95e3b);
  border: 1px solid #ffffff;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.module-wrap .module13 .main .right .card .btn::before {
  position: absolute;
  content: "";
  width: 130px;
  height: 130px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: scale 1s ease 0s infinite;
  animation: scale 1s ease 0s infinite;
}
.module-wrap .videoalert {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 1000034;
}
.module-wrap .videoalert .video-parent {
  position: absolute;
  width: 700px;
  height: 394px;
  margin-left: -350px;
  margin-top: -300px;
  padding: 3px;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  border: 6px solid #b1b1b1;
  border-radius: 6px;
}
.module-wrap .videoalert .video-parent .videoalert21-videobox {
  width: 100%;
  height: 100%;
}
.module-wrap .videoalert .video-parent .videoalert21-videobox .video-ref {
  width: 100%;
  height: 100%;
}
.module-wrap .videoalert .video-parent .videoalert21-close {
  position: absolute;
  top: -50px;
  right: -50px;
  cursor: pointer;
}
.module-wrap .videoalert .video-parent .videoalert21-close .icon {
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  font-size: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  width: 44px;
  height: 44px;
  color: #fff;
}

@-webkit-keyframes playBtn_ripple_1 {
  100% {
    transform: scale(2);
  }
}

@keyframes playBtn_ripple_1 {
  100% {
    transform: scale(2);
  }
}
@-webkit-keyframes playBtn_ripple_2 {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes playBtn_ripple_2 {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes smaller-data-v-db84cafe {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.66);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes smaller-data-v-db84cafe {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.66);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes bigger-data-v-db84cafe {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(2.25);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes bigger-data-v-db84cafe {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(2.25);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@media screen and (min-width: 1600px) {
  .module-wrap .nav-v {
    display: block;
  }
}
@-webkit-keyframes scale {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  80% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scale {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  80% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}