@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

*:focus {
  outline: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  font-size: 14px;
}

table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

table,
tr,
td,
th,
thead,
tbody {
  position: static;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: top;
  border: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

abbr,
acronym {
  border: 0;
}

em,
i {
  font-style: normal;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.module-wrap {
  box-sizing: border-box;
  padding-top: 528px;
  position: relative;
}
.module-wrap .icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.module-wrap * {
  box-sizing: border-box;
}
.module-wrap .banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 580px;
}
.module-wrap .banner .swiper-slide {
  background-position: top;
  background-repeat: no-repeat;
}
.module-wrap .module.dark .module-title {
  color: #fff;
}
.module-wrap .module.dark .module-dec {
  color: #fff;
}
.module-wrap .module .module-title {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  color: #000000;
  line-height: 40px;
  padding-bottom: 21px;
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
  background-position: bottom;
  font-weight: bold;
}
.module-wrap .module .module-title .strong {
  color: #4a82eb;
}
.module-wrap .module .module-dec {
  font-size: 18px;
  font-weight: 400;
  color: #797979;
  line-height: 22px;
  margin-top: 9px;
  text-align: center;
}
.module-wrap .module .module-btn {
  margin: 0 auto;
  width: 370px;
  line-height: 66px;
  background: linear-gradient(90deg, #51e6ca, #00a0de);
  border-radius: 33px;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.module-wrap .module .module-btn::after {
  content: "";
  background-image: url(../images/hand.png);
  display: block;
  width: 19px;
  height: 23px;
  margin-left: 15px;
  -webkit-animation: opacity-animate 0.5s linear 0s infinite alternate;
          animation: opacity-animate 0.5s linear 0s infinite alternate;
}
.module-wrap .module1 {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 1200px;
  height: 100px;
  background: #ffffff;
  box-shadow: 0px 5px 30px 0px rgba(89, 104, 244, 0.12);
  border-radius: 10px;
  margin: 0 auto;
  padding-right: 26px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  overflow: hidden;
}
.module-wrap .module1 .left {
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
}
.module-wrap .module1 .left .item {
  text-align: center;
  padding-left: 29px;
  padding-right: 29px;
}
.module-wrap .module1 .left .item:nth-child(1) .title-wrap::before {
  background: #d6f8ed;
}
.module-wrap .module1 .left .item:nth-child(2) .title-wrap::before {
  background: #fdfce2;
}
.module-wrap .module1 .left .item:nth-child(3) .title-wrap::before {
  background: #ddf4ff;
}
.module-wrap .module1 .left .item:nth-child(4) .title-wrap::before {
  background: #fdf1e8;
}
.module-wrap .module1 .left .item + .item {
  position: relative;
}
.module-wrap .module1 .left .item + .item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 21px;
  background: #e5e5e5;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.module-wrap .module1 .left .item .title-wrap {
  display: inline-block;
  position: relative;
}
.module-wrap .module1 .left .item .title-wrap::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 9px;
}
.module-wrap .module1 .left .item .title-wrap .title {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 38px;
}
.module-wrap .module1 .left .item .title-wrap .title .strong {
  font-size: 34px;
  font-weight: 500;
  color: #333333;
  line-height: 38px;
}
.module-wrap .module1 .left .item .dec {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.module-wrap .module1 .module-btn {
  width: 224px;
  line-height: 52px;
  font-size: 18px;
  margin-left: 0;
  margin-right: 0;
}
.module-wrap .module2 {
  padding-top: 95px;
  background-image: url(../images/bg2.png);
  background-repeat: no-repeat;
  background-position: center 78px;
  padding-bottom: 77px;
}
.module-wrap .module2 .list {
  position: relative;
  height: 444px;
  width: 1200px;
  margin: 0 auto;
}
.module-wrap .module2 .list .item {
  position: absolute;
  width: 300px;
  height: 150px;
  background: #ffffff;
  box-shadow: 0px 5px 30px 0px rgba(89, 104, 244, 0.12);
  border-radius: 20px;
  color: #333333;
  font-size: 20px;
  line-height: 32px;
  padding-top: 44px;
  text-align: center;
}
.module-wrap .module2 .list .item:nth-child(1) {
  top: 49px;
  left: 422px;
}
.module-wrap .module2 .list .item:nth-child(2) {
  top: 72px;
  left: 754px;
}
.module-wrap .module2 .list .item:nth-child(3) {
  top: 238px;
  left: 438px;
}
.module-wrap .module2 .list .item:nth-child(4) {
  top: 261px;
  left: 770px;
}
.module-wrap .module2 .list .item:hover {
  background: linear-gradient(0deg, #30d7fb, #2079ff);
  box-shadow: 0px 5px 30px 0px rgba(89, 104, 244, 0.12);
  color: #fff;
}
.module-wrap .module2 .list .item:hover .strong {
  color: #fff;
}
.module-wrap .module2 .list .item:hover .blue {
  color: #fff;
}
.module-wrap .module2 .list .item .strong {
  font-size: 28px;
  font-weight: 400;
  color: #4a82eb;
}
.module-wrap .module2 .list .item .blue {
  color: #4a82eb;
  font-size: 24px;
}
.module-wrap .module3 {
  background-color: #f3f5f9;
  padding-top: 56px;
  padding-bottom: 65px;
}
.module-wrap .module3 .list {
  width: 1200px;
  margin: 29px auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.module-wrap .module3 .list .item {
  width: 384px;
  height: 330px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: top;
  box-shadow: 0px 5px 30px 0px rgba(89, 104, 244, 0.12);
  border-radius: 10px;
}
.module-wrap .module3 .list .item:hover .mask {
  opacity: 1;
  transition: opacity 0.4s;
}
.module-wrap .module3 .list .item .mask {
  height: 216px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px 10px 0px 0px;
  padding-top: 84px;
  opacity: 0;
}
.module-wrap .module3 .list .item .mask .btn {
  display: block;
  width: 150px;
  line-height: 46px;
  background: #4a82eb;
  border-radius: 23px;
  margin: 0 auto 0;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.module-wrap .module3 .list .item .title {
  font-size: 24px;
  font-weight: 400;
  color: #46505c;
  line-height: 28px;
  margin-top: 25px;
  margin-left: 20px;
}
.module-wrap .module3 .list .item .dec-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 10px;
  margin-top: 10px;
}
.module-wrap .module3 .list .item .dec-list .dec {
  margin-left: 10px;
  line-height: 21px;
  text-align: center;
  padding: 0 12px;
  background: #ffffff;
  border: 1px solid rgba(74, 130, 235, 0.5);
  font-size: 13px;
  font-weight: 400;
  color: #4a82eb;
}
.module-wrap .module4 {
  position: relative;
  background: linear-gradient(0deg, #6101ff, #2079ff);
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 65px;
  padding-bottom: 95px;
}
.module-wrap .module4 .video-wrap {
  width: 1200px;
  margin: 0 auto 91px;
  background-image: url(../images/bg4-1.png);
  height: 371px;
  padding-left: 61px;
  padding-top: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.module-wrap .module4 .video-wrap video {
  width: 568px;
  height: 306px;
}
.module-wrap .module4 .video-wrap .right {
  margin-left: 61px;
}
.module-wrap .module4 .video-wrap .right .title {
  font-size: 34px;
  font-weight: 400;
  color: #ffffff;
  line-height: 38px;
  font-weight: bold;
}
.module-wrap .module4 .video-wrap .right .dec {
  margin-top: 22px;
  width: 260px;
  line-height: 38px;
  text-align: center;
  background: #4a82eb;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}
.module-wrap .module4 .video-wrap .right .content {
  width: 469px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  margin-top: 19px;
}
.module-wrap .module4 .course-list-wrap {
  width: 1200px;
  margin: 44px auto 0;
  padding-left: 18px;
  position: relative;
}
.module-wrap .module4 .course-list-wrap .img4 {
  position: absolute;
  left: 441px;
  top: -78px;
}
.module-wrap .module4 .course-list-wrap .course-list-parent {
  overflow: hidden;
  width: 586px;
  height: 255px;
}
.module-wrap .module4 .course-list-wrap .course-list-parent .course-list {
  position: relative;
}
.module-wrap .module4 .course-list-wrap .course-list-parent .course-list.running {
  transition: transform 1s;
  transform: translateY(-66px);
}
.module-wrap .module4 .course-list-wrap .course-list-parent .course-list .course {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 56px;
  padding-left: 28px;
  background: #ffffff;
  border-radius: 10px;
  padding-right: 19px;
  background-image: url(../images/hot4.png);
  background-repeat: no-repeat;
  background-position: 416px;
}
.module-wrap .module4 .course-list-wrap .course-list-parent .course-list .course + .course {
  margin-top: 10px;
}
.module-wrap .module4 .course-list-wrap .course-list-parent .course-list .course:hover .course-btn {
  background-color: #4ea5ff;
  color: #fff;
}
.module-wrap .module4 .course-list-wrap .course-list-parent .course-list .course .city {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
  background: #4ea5ff;
  padding: 0 5px;
}
.module-wrap .module4 .course-list-wrap .course-list-parent .course-list .course .course-name {
  margin-left: 29px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}
.module-wrap .module4 .course-list-wrap .course-list-parent .course-list .course .date {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin-left: 29px;
  line-height: 22px;
  -ms-flex: 1;
      flex: 1;
}
.module-wrap .module4 .course-list-wrap .course-list-parent .course-list .course .course-btn {
  width: 100px;
  line-height: 32px;
  background: #ffffff;
  border: 1px solid #4ea5ff;
  border-radius: 17px;
  color: #4ea5ff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: block;
}
.module-wrap .module5 {
  padding-top: 80px;
  background-image: url(../images/bg5.png);
  background-repeat: no-repeat;
  background-position: center 142px;
  padding-bottom: 74px;
}
.module-wrap .module5 .list {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 527px;
}
.module-wrap .module5 .list .item {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  position: absolute;
}
.module-wrap .module5 .list .item:nth-child(1) {
  color: #ffffff;
  top: 81px;
  left: 139px;
}
.module-wrap .module5 .list .item:nth-child(2) {
  color: #f3a452;
  top: 86px;
  left: 784px;
}
.module-wrap .module5 .list .item:nth-child(3) {
  color: #f3a452;
  top: 418px;
  left: 84px;
}
.module-wrap .module5 .list .item:nth-child(4) {
  color: #549af4;
  top: 425px;
  left: 802px;
}
.module-wrap .module6 {
  padding-top: 75px;
  background-image: url(../images/bg6.png);
  background-repeat: no-repeat;
  background-position: top;
  padding-bottom: 121px;
}
.module-wrap .module6 .list {
  position: relative;
  height: 727px;
  width: 1200px;
  margin: 0 auto;
}
.module-wrap .module6 .list .item {
  position: absolute;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 18px;
}
.module-wrap .module6 .list .item:nth-child(1) {
  top: 61px;
  left: 230px;
}
.module-wrap .module6 .list .item:nth-child(2) {
  top: 101px;
  left: 523px;
}
.module-wrap .module6 .list .item:nth-child(3) {
  top: 46px;
  left: 941px;
}
.module-wrap .module6 .list .item:nth-child(4) {
  top: 252px;
  left: 88px;
}
.module-wrap .module6 .list .item:nth-child(5) {
  top: 165px;
  left: 772px;
}
.module-wrap .module6 .list .item:nth-child(6) {
  top: 322px;
  left: 288px;
}
.module-wrap .module6 .list .item:nth-child(7) {
  top: 289px;
  left: 926px;
}
.module-wrap .module6 .list .item:nth-child(8) {
  top: 505px;
  left: 90px;
}
.module-wrap .module6 .list .item:nth-child(9) {
  top: 486px;
  left: 1031px;
}
.module-wrap .module6 .list .item:nth-child(10) {
  top: 583px;
  left: 284px;
}
.module-wrap .module6 .list .item:nth-child(11) {
  top: 604px;
  left: 837px;
}
.module-wrap .module6 .list .item:nth-child(12) {
  top: 626px;
  left: 555px;
}
.module-wrap .module6 .list .item .light {
  font-size: 12px;
  font-weight: 400;
}
.module-wrap .module7 {
  padding-top: 65px;
  background-color: #f3f5f9;
  padding-bottom: 72px;
}
.module-wrap .module7 .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1200px;
  margin: 57px auto 54px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-left: 78px;
  padding-right: 77px;
  position: relative;
}
.module-wrap .module7 .list::before {
  content: "";
  width: 100%;
  height: 12px;
  background: #549af4;
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 218px;
}
.module-wrap .module7 .list .item {
  width: 339px;
  height: 188px;
  background: #ffffff;
  border-radius: 20px;
  padding-top: 31px;
}
.module-wrap .module7 .list .item:nth-child(1), .module-wrap .module7 .list .item:nth-child(2), .module-wrap .module7 .list .item:nth-child(3) {
  margin-bottom: 72px;
  position: relative;
}
.module-wrap .module7 .list .item:nth-child(1)::before, .module-wrap .module7 .list .item:nth-child(2)::before, .module-wrap .module7 .list .item:nth-child(3)::before {
  content: "";
  background-image: url(../images/bg7-1.png);
  width: 31px;
  height: 65px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -68px;
}
.module-wrap .module7 .list .item .title {
  width: 191px;
  line-height: 48px;
  text-align: center;
  background: #549af4;
  border-radius: 24px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}
.module-wrap .module7 .list .item .dec {
  margin: 15px auto 0;
  width: 219px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
}
.module-wrap .module8 {
  padding-top: 77px;
  padding-bottom: 58px;
}
.module-wrap .module8 .main {
  width: 1200px;
  display: -ms-flexbox;
  display: flex;
  margin: 22px auto 0;
  background-image: url(../images/bg8.png);
  background-repeat: no-repeat;
  background-position: 348px 50px;
  position: relative;
}
.module-wrap .module8 .main .left {
  width: 340px;
  height: 498px;
  background: linear-gradient(90deg, #30d7fb, #2079ff);
  border-radius: 10px;
  padding-top: 13px;
}
.module-wrap .module8 .main .left .title {
  width: 310px;
  height: 75px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  padding-top: 10px;
  margin: 0 auto;
}
.module-wrap .module8 .main .left .num-list {
  margin-top: 34px;
}
.module-wrap .module8 .main .left .num-list .item + .item {
  margin-top: 45px;
}
.module-wrap .module8 .main .left .num-list .item .num {
  font-size: 39px;
  font-weight: 400;
  color: #ffffff;
  line-height: 54px;
  text-align: center;
  font-weight: bold;
}
.module-wrap .module8 .main .left .num-list .item .dec {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  opacity: 0.7;
}
.module-wrap .module8 .main .ps {
  position: absolute;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 25px;
  top: 86px;
  left: 421px;
}
.module-wrap .module8 .main .right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex: 1;
      flex: 1;
  padding-left: 84px;
  padding-right: 8px;
  padding-bottom: 171px;
}
.module-wrap .module8 .main .right .item {
  width: 49px;
  position: relative;
}
.module-wrap .module8 .main .right .item:nth-child(1) {
  height: 33px;
}
.module-wrap .module8 .main .right .item:nth-child(2) {
  height: 41px;
}
.module-wrap .module8 .main .right .item:nth-child(3) {
  height: 45px;
}
.module-wrap .module8 .main .right .item:nth-child(4) {
  height: 131px;
}
.module-wrap .module8 .main .right .item:nth-child(5) {
  height: 150px;
}
.module-wrap .module8 .main .right .item:nth-child(6) {
  height: 277px;
}
.module-wrap .module8 .main .right .item:nth-child(7) {
  height: 256px;
}
.module-wrap .module8 .main .right .item .num {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  position: absolute;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  top: -24px;
}
.module-wrap .module8 .main .right .item .money {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  position: absolute;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  bottom: -44px;
}
.module-wrap .module8 .main .module-btn {
  position: absolute;
  top: 420px;
  left: 579px;
}
.module-wrap .module10 {
  padding-top: 53px;
  background-image: url(../images/bg10.png);
  background-repeat: no-repeat;
  background-position: top;
  padding-bottom: 59px;
}
.module-wrap .module10 .main {
  width: 1200px;
  margin: 43px auto 53px;
}
.module-wrap .module10 .main .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.module-wrap .module10 .main .item + .item {
  margin-top: 37px;
}
.module-wrap .module10 .main .item:nth-child(1) .left {
  background-color: #6c31ff;
}
.module-wrap .module10 .main .item:nth-child(1) .left::before {
  border-left-color: #6c31ff;
}
.module-wrap .module10 .main .item:nth-child(1) .right .list:nth-child(1) .post {
  width: 285px;
}
.module-wrap .module10 .main .item:nth-child(2) .left {
  background-color: #ff245d;
}
.module-wrap .module10 .main .item:nth-child(2) .left::before {
  border-left-color: #ff245d;
}
.module-wrap .module10 .main .item:nth-child(2) .right .list:nth-child(2) {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.module-wrap .module10 .main .item:nth-child(2) .right .list:nth-child(2) .post:nth-child(2) {
  margin-left: 47px;
}
.module-wrap .module10 .main .item:nth-child(3) .left {
  background-color: #00a236;
}
.module-wrap .module10 .main .item:nth-child(3) .left::before {
  border-left-color: #00a236;
}
.module-wrap .module10 .main .item:nth-child(3) .right .list:nth-child(2) {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.module-wrap .module10 .main .item:nth-child(3) .right .list:nth-child(2) .post:nth-child(2) {
  margin-left: 47px;
}
.module-wrap .module10 .main .item .left {
  margin-top: 10px;
  width: 217px;
  line-height: 62px;
  text-align: center;
  position: relative;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
}
.module-wrap .module10 .main .item .left:before {
  content: "";
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  border-left: 9px solid;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  position: absolute;
}
.module-wrap .module10 .main .item .right {
  -ms-flex: 1;
      flex: 1;
  padding-left: 49px;
}
.module-wrap .module10 .main .item .right .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.module-wrap .module10 .main .item .right .list:nth-child(2n) .post + .post::before {
  transform: translateY(-50%) rotate(180deg);
}
.module-wrap .module10 .main .item .right .list:nth-child(2n) .post:last-child {
  position: relative;
}
.module-wrap .module10 .main .item .right .list:nth-child(2n) .post:last-child::after {
  content: "";
  background-image: url(../images/arrow10.png);
  width: 11px;
  height: 11px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: rotate(90deg) translateX(-50%);
}
.module-wrap .module10 .main .item .right .list .post {
  padding: 0 33px;
  text-align: center;
  min-width: 198px;
  background-image: url(../images/bg10-1.png);
  background-size: 100% 100%;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 57px;
  margin: 10px 0;
}
.module-wrap .module10 .main .item .right .list .post + .post {
  position: relative;
}
.module-wrap .module10 .main .item .right .list .post + .post::before {
  content: "";
  background-image: url(../images/arrow10.png);
  width: 11px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
}
.module-wrap .module11 {
  padding-top: 62px;
  background-image: url(../images/bg11.png);
  background-repeat: no-repeat;
  background-position: top;
  padding-bottom: 73px;
}
.module-wrap .module11 .list {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 470px;
}
.module-wrap .module11 .list .item {
  position: absolute;
}
.module-wrap .module11 .list .item:nth-child(odd) .title {
  text-align: right;
}
.module-wrap .module11 .list .item:nth-child(odd) .dec {
  text-align: right;
}
.module-wrap .module11 .list .item:nth-child(1) {
  top: 13px;
  left: 874px;
}
.module-wrap .module11 .list .item:nth-child(2) {
  top: 77px;
  left: 99px;
}
.module-wrap .module11 .list .item:nth-child(3) {
  top: 172px;
  left: 910px;
}
.module-wrap .module11 .list .item:nth-child(4) {
  top: 254px;
  left: 92px;
}
.module-wrap .module11 .list .item:nth-child(5) {
  top: 334px;
  left: 864px;
}
.module-wrap .module11 .list .item .title {
  font-size: 24px;
  font-weight: 400;
  color: #434343;
  line-height: 28px;
}
.module-wrap .module11 .list .item .dec {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #797979;
  line-height: 26px;
  width: 221px;
}
.module-wrap .module12 {
  padding-top: 68px;
  background-image: url(../images/bg12.png);
  background-repeat: no-repeat;
  background-position: center 653px;
}
.module-wrap .module12 .module-dec {
  margin-top: 6px;
  line-height: 28px;
}
.module-wrap .module12 .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 1200px;
  margin: 36px auto 0;
}
.module-wrap .module12 .list .item {
  width: 230px;
  height: 301px;
  padding-top: 154px;
}
.module-wrap .module12 .list .item .title {
  font-size: 16px;
  line-height: 26px;
  color: #3273f6;
  text-align: center;
}
.module-wrap .module12 .list .item .title .strong {
  font-size: 22px;
  font-weight: bold;
}
.module-wrap .module12 .list .item .dec {
  font-size: 14px;
  font-weight: 400;
  color: #7a7e8b;
  line-height: 22px;
  text-align: center;
  width: 144px;
  margin: 32px auto 0;
}
.module-wrap .module12 .list2 {
  width: 1200px;
  height: 130px;
  background: #ffffff;
  border: 1px solid #2177ff;
  box-shadow: 0px 5px 30px 0px rgba(89, 104, 244, 0.12);
  border-radius: 20px;
  margin: 40px auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 47px;
}
.module-wrap .module12 .list2 .item {
  width: 190px;
  line-height: 53px;
  background: linear-gradient(0deg, #30d7fb, #2079ff);
  border-radius: 10px;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  color: #ffffff;
}
.module-wrap .module12 .list2 .item + .item {
  position: relative;
}
.module-wrap .module12 .list2 .item + .item::before {
  content: "";
  background-image: url(../images/arrow12.png);
  width: 20px;
  height: 19px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -28px;
}
.module-wrap .module12 .list2 .item:last-child {
  background-image: linear-gradient(0deg, #f66a47, #f78739);
}
.module-wrap .module12 .list3 {
  width: 1200px;
  margin: 0 auto;
  height: 753px;
  position: relative;
}
.module-wrap .module12 .list3 .item {
  width: 246px;
  padding-top: 23px;
  padding-bottom: 33px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  background: #ffffff;
  border-radius: 5px;
  padding-left: 28px;
  position: absolute;
}
.module-wrap .module12 .list3 .item:nth-child(odd) {
  left: 0;
}
.module-wrap .module12 .list3 .item:nth-child(odd)::before {
  border-left: 11px solid #fff;
  right: 0;
  transform: translateX(100%);
}
.module-wrap .module12 .list3 .item:nth-child(even) {
  right: 0;
}
.module-wrap .module12 .list3 .item:nth-child(even)::before {
  border-right: 11px solid #fff;
  left: 0;
  transform: translateX(-100%);
}
.module-wrap .module12 .list3 .item:nth-child(1) {
  top: 77px;
}
.module-wrap .module12 .list3 .item:nth-child(2) {
  top: 77px;
}
.module-wrap .module12 .list3 .item:nth-child(3) {
  top: 488px;
}
.module-wrap .module12 .list3 .item:nth-child(4) {
  top: 488px;
}
.module-wrap .module12 .list3 .item::before {
  content: "";
  position: absolute;
  top: 25px;
  border-bottom: 11px solid transparent;
  border-top: 11px solid transparent;
}
.module-wrap .module13 .tab-list {
  width: 1162px;
  border: 1px solid #4a82eb;
  border-radius: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 48px auto 0;
}
.module-wrap .module13 .tab-list .tab {
  padding: 0 21px;
  line-height: 49px;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 400;
  color: #4a82eb;
  cursor: pointer;
}
.module-wrap .module13 .tab-list .tab.active {
  color: #fff;
  background: #4a82eb;
}
.module-wrap .module13 .pro-list {
  width: 1200px;
  margin: 51px auto 37px;
  background: linear-gradient(90deg, #059dff, #006dff);
  border-radius: 20px;
}
.module-wrap .module13 .pro-list .pro {
  display: none;
  -ms-flex-align: start;
      align-items: flex-start;
  padding-left: 27px;
  padding-right: 21px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 24px;
}
.module-wrap .module13 .pro-list .pro.active {
  display: -ms-flexbox;
  display: flex;
}
.module-wrap .module13 .pro-list .pro .left {
  width: 576px;
  padding-top: 38px;
}
.module-wrap .module13 .pro-list .pro .left .label {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 24px;
  position: relative;
}
.module-wrap .module13 .pro-list .pro .left .label::before {
  content: "";
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0;
  width: 481px;
  top: 50%;
  transform: translateY(-50%);
}
.module-wrap .module13 .pro-list .pro .left .content {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}
.module-wrap .module13 .pro-list .pro .left .content + .label {
  margin-top: 60px;
}
.module-wrap .module13 .pro-list .pro .pro-img-wrap {
  margin-top: 24px;
  width: 548px;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  height: 392px;
}
.module-wrap .module13 .pro-list .pro .pro-img-wrap .pro-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.module-wrap .module14 {
  padding-top: 105px;
  background-image: url(../images/bg13.png);
  background-repeat: no-repeat;
  background-position: center 212px;
}
.module-wrap .module14 .main {
  display: -ms-flexbox;
  display: flex;
  width: 1230px;
  margin: 45px auto 0;
  height: 441px;
}
.module-wrap .module14 .main .left {
  -ms-flex: 1;
      flex: 1;
  padding-right: 28px;
}
.module-wrap .module14 .main .left .teacher {
  display: none;
  padding-left: 354px;
  position: relative;
  padding-top: 42px;
}
.module-wrap .module14 .main .left .teacher.active {
  display: block;
}
.module-wrap .module14 .main .left .teacher .teacher-img-wrap {
  width: 386px;
  height: 537px;
  overflow: hidden;
  position: absolute;
  left: -37px;
  top: -96px;
}
.module-wrap .module14 .main .left .teacher .teacher-img-wrap .teacher-img {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  height: 100%;
}
.module-wrap .module14 .main .left .teacher .name {
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
  line-height: 32px;
  font-weight: bold;
}
.module-wrap .module14 .main .left .teacher .post {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  margin-top: 7px;
}
.module-wrap .module14 .main .left .teacher .dec {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  margin-top: 25px;
}
.module-wrap .module14 .main .left .teacher .label {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  position: relative;
  margin-top: 35px;
  font-weight: bold;
  padding-left: 23px;
}
.module-wrap .module14 .main .left .teacher .label::before {
  content: "";
  position: absolute;
  border-left: 10px solid #fff;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.module-wrap .module14 .main .left .teacher .content {
  margin-top: 13px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
}
.module-wrap .module14 .main .right {
  width: 385px;
  padding-left: 18px;
  padding-right: 17px;
}
.module-wrap .module14 .main .right .icon-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.module-wrap .module14 .main .right .icon-list .icon {
  width: 167px;
  height: 167px;
  background: #ffffff;
  border: 10px solid #0071ff;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  margin-bottom: 16px;
}
.module-wrap .module14 .main .right .btn {
  width: 100%;
  display: block;
  line-height: 75px;
  text-align: center;
  background: #0071ff;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
}
.module-wrap .module15 {
  padding-top: 75px;
  padding-bottom: 61px;
}
.module-wrap .module15 .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding-left: 44px;
  padding-right: 53px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 23px;
  padding-bottom: 44px;
}
.module-wrap .module15 .list .item {
  padding-left: 93px;
  position: relative;
  width: 341px;
  margin-top: 36px;
}
.module-wrap .module15 .list .item .icon15 {
  position: absolute;
  left: 0;
  top: -1px;
}
.module-wrap .module15 .list .item .title {
  font-size: 24px;
  font-weight: 400;
  color: #434343;
  line-height: 28px;
}
.module-wrap .module15 .list .item .dec {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #797979;
  line-height: 26px;
}
.module-wrap .module16 {
  background-color: #f3f5f9;
  padding-bottom: 59px;
  padding-top: 58px;
}
.module-wrap .module16 .main {
  width: 1200px;
  height: 428px;
  background: #ffffff;
  border-radius: 10px;
  padding-top: 18px;
  margin: 37px auto 0;
}
.module-wrap .module16 .main .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 18px;
}
.module-wrap .module16 .main .list .img17 {
  display: block;
  width: 572px;
  height: 190px;
  border-radius: 5px;
  background-size: 100% 100%;
}
.module-wrap .module16 .main .list2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 75px;
}
.module-wrap .module16 .main .list2 .item {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  padding-right: 42px;
  -ms-flex-align: center;
      align-items: center;
  border-top: 1px dashed #dee5ed;
}
.module-wrap .module16 .main .list2 .item:nth-child(1), .module-wrap .module16 .main .list2 .item:nth-child(2) {
  border-top: none;
}
.module-wrap .module16 .main .list2 .item .name {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 59px;
  width: 239px;
}
.module-wrap .module16 .main .list2 .item .num {
  -ms-flex: 1;
      flex: 1;
  font-size: 18px;
  line-height: 59px;
  font-weight: 400;
  color: #333333;
}
.module-wrap .module16 .main .list2 .item .btn {
  width: 91px;
  display: block;
  line-height: 20px;
  text-align: center;
  border: 2px solid #ff8700;
  font-size: 16px;
  font-weight: 400;
  color: #ff8700;
}
.module-wrap .module17 {
  padding-top: 53px;
  background-image: url(../images/bg17.png);
  background-repeat: no-repeat;
  background-position: center 488px;
  padding-bottom: 55px;
}
.module-wrap .module17 .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-right: 87px;
  padding-left: 83px;
  width: 1200px;
  margin: 20px auto 0;
}
.module-wrap .module17 .list .item {
  font-size: 20px;
  font-weight: 400;
  color: #2b2a35;
  line-height: 35px;
  padding-left: 34px;
  background-image: url("/test-pc/images/msg.png");
  background-repeat: no-repeat;
  background-position: left;
}
.module-wrap .module17 .tab-list {
  margin: 31px auto 0;
  width: 1162px;
  border: 1px solid #4a82eb;
  border-radius: 25px;
  display: -ms-flexbox;
  display: flex;
}
.module-wrap .module17 .tab-list .tab {
  -ms-flex: 1;
      flex: 1;
  line-height: 50px;
  font-size: 18px;
  font-weight: 400;
  color: #4a82eb;
  text-align: center;
  cursor: pointer;
}
.module-wrap .module17 .tab-list .tab.active {
  background: #4a82eb;
  border-radius: 25px;
  color: #ffffff;
}
.module-wrap .module17 .swiper17 {
  width: 1164px;
  margin-top: 38px;
  padding-bottom: 47px;
  margin-bottom: 44px;
}
.module-wrap .module17 .swiper17 .swiper17-pagination {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.module-wrap .module17 .swiper17 .swiper17-pagination .swiper-pagination-bullet {
  display: block;
  width: 52px;
  height: 8px;
  background: #dddddd;
  opacity: 1;
  border-radius: 0;
}
.module-wrap .module17 .swiper17 .swiper17-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fd4b01;
}
.module-wrap .module18 {
  background-color: #f2f3f9;
  padding-top: 83px;
  padding-bottom: 67px;
}
.module-wrap .module18 .list {
  width: 1200px;
  margin: 46px auto 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
}
.module-wrap .module18 .list .item {
  width: 384px;
  height: 230px;
  background-image: url(../images/bg18-1.png);
  padding-top: 28px;
  text-align: center;
}
.module-wrap .module18 .list .item .title {
  margin-top: 16px;
  font-size: 26px;
  font-weight: 500;
  color: #ffffff;
  line-height: 30px;
}
.module-wrap .module18 .list .item .title .strong {
  color: #f0f029;
}
.module-wrap .module18 .list .item .dec {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
}
.module-wrap .module18 .title18 {
  font-size: 27px;
  font-weight: 400;
  color: #333333;
  line-height: 31px;
  margin-top: 52px;
  text-align: center;
}
.module-wrap .module18 .main2 {
  width: 1200px;
  margin: 41px auto 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.module-wrap .module18 .main2 .card {
  width: 384px;
  height: 260px;
  background: #ffffff;
  padding-top: 30px;
  position: relative;
}
.module-wrap .module18 .main2 .card::before {
  content: "";
  width: 139px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.module-wrap .module18 .main2 .card:nth-child(1)::before {
  background: #02bc5e;
}
.module-wrap .module18 .main2 .card:nth-child(1) .title {
  background: linear-gradient(90deg, #02c944, #006cff);
}
.module-wrap .module18 .main2 .card:nth-child(1) .btn {
  border-color: #006cfe;
  color: #006cfe;
}
.module-wrap .module18 .main2 .card:nth-child(2)::before {
  background: #ff2b5c;
}
.module-wrap .module18 .main2 .card:nth-child(2) .title {
  background: linear-gradient(90deg, #ff2b5c, #fc5f12);
}
.module-wrap .module18 .main2 .card:nth-child(2) .btn {
  border-color: #ff2b5c;
  color: #ff2b5c;
}
.module-wrap .module18 .main2 .card:nth-child(3)::before {
  background: #6c39ff;
}
.module-wrap .module18 .main2 .card:nth-child(3) .title {
  background: linear-gradient(90deg, #7f53fd, #262bf9);
}
.module-wrap .module18 .main2 .card:nth-child(3) .btn {
  border-color: #6c39ff;
  color: #6c39ff;
}
.module-wrap .module18 .main2 .card .title {
  margin: 0 auto;
  width: 290px;
  line-height: 60px;
  border-radius: 30px;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.module-wrap .module18 .main2 .card .dec {
  margin-top: 28px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  text-align: center;
}
.module-wrap .module18 .main2 .card .btn {
  display: block;
  width: 199px;
  line-height: 41px;
  border: 1px solid;
  border-radius: 20px;
  margin: 8px auto 0;
  text-align: center;
}
.module-wrap .module19 {
  padding-top: 72px;
  padding-bottom: 71px;
}
.module-wrap .module19 .swiper-wrap {
  width: 1314px;
  padding: 0 57px;
  position: relative;
  margin: 43px auto 45px;
  padding-bottom: 44px;
}
.module-wrap .module19 .swiper-wrap .swiper19 .swiper-slide {
  height: 620px;
}
.module-wrap .module19 .swiper-wrap .swiper19-prev {
  background-image: url(../images/arrow19.png);
  width: 32px;
  height: 62px;
  background-size: 100% 100%;
  transform: rotateY(180deg);
  left: 0;
  top: 256px;
  margin-top: 0;
}
.module-wrap .module19 .swiper-wrap .swiper19-prev:hover {
  transform: rotateY(0deg);
  background-image: url(../images/arrow19-active.png);
}
.module-wrap .module19 .swiper-wrap .swiper19-next {
  background-image: url(../images/arrow19.png);
  width: 32px;
  height: 62px;
  background-size: 100% 100%;
  right: 0;
  top: 256px;
  margin-top: 0;
}
.module-wrap .module19 .swiper-wrap .swiper19-next:hover {
  transform: rotateY(180deg);
  background-image: url(../images/arrow19-active.png);
}
.module-wrap .module19 .swiper-wrap .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: -ms-flexbox;
  display: flex;
}
.module-wrap .module19 .swiper-wrap .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 47px;
  height: 7px;
  background: #3899f7;
  opacity: 0.2;
  border-radius: 0;
}
.module-wrap .module19 .swiper-wrap .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 15px;
}
.module-wrap .module19 .swiper-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.module-wrap .module20 {
  padding-top: 93px;
  background-image: url(../images/bg20.png);
  background-repeat: no-repeat;
  background-position: top;
  padding-bottom: 138px;
}
.module-wrap .module20 .title20 {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  color: #ffffff;
  line-height: 44px;
}
.module-wrap .module20 .main {
  width: 1200px;
  margin: 20px auto 0;
  padding-top: 21px;
  position: relative;
}
.module-wrap .module20 .main .dec-list {
  width: 1063px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 auto;
}
.module-wrap .module20 .main .dec-list .dec {
  width: 113px;
  height: 105px;
  padding-top: 13px;
  text-align: center;
}
.module-wrap .module20 .main .dec-list .dec:hover {
  background: rgba(38, 66, 209, 0.7);
}
.module-wrap .module20 .main .dec-list .dec .icon {
  font-size: 34px;
  color: #ffffff;
  line-height: 38px;
}
.module-wrap .module20 .main .dec-list .dec .title {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  margin-top: 15px;
}
.module-wrap .module20 .main .card-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 70px;
  margin-bottom: 47px;
}
.module-wrap .module20 .main .card-list .card {
  position: relative;
  width: 316px;
  background: #ffffff;
  box-shadow: 0px -2px 50px 0px rgba(103, 24, 241, 0.1);
  border-radius: 10px;
  padding-bottom: 32px;
}
.module-wrap .module20 .main .card-list .card::before {
  position: absolute;
  bottom: -6px;
  left: 37px;
  width: 243px;
  height: 6px;
  background: #006fff;
  box-shadow: 0px -2px 50px 0px rgba(103, 24, 241, 0.1);
  border-radius: 0 0 10px 10px;
  content: "";
}
.module-wrap .module20 .main .card-list .card .title {
  position: absolute;
  background-image: url("/test-pc/images/bg15-title.png");
  top: -40px;
  line-height: 40px;
  width: 177px;
  background-repeat: no-repeat;
  background-position: top;
  left: 69px;
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.module-wrap .module20 .main .card-list .card .content-list {
  padding-top: 31px;
}
.module-wrap .module20 .main .card-list .card .content-list .content-wrap:hover .content {
  background: #f345a6;
  color: #ffffff;
  position: relative;
  transform: translateX(-13px);
  padding-left: 30px;
}
.module-wrap .module20 .main .card-list .card .content-list .content-wrap + .content-wrap {
  margin-top: 6px;
}
.module-wrap .module20 .main .card-list .card .content-list .content-wrap .content {
  padding-left: 17px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 42px;
  transition: transform 0.4s;
}
.module-wrap .module20 .main2 {
  width: 1200px;
  margin: 79px auto 0;
  padding-left: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-right: 20px;
  background-image: url(../images/bg21-1.png);
  background-repeat: no-repeat;
  background-position: top;
  height: 497px;
}
.module-wrap .module20 .main2 .left {
  width: 669px;
  height: 432px;
  background-image: url(../images/bg16-1.png);
  padding-top: 101px;
}
.module-wrap .module20 .main2 .left .title {
  font-size: 34px;
  font-weight: bold;
  color: #333333;
  line-height: 38px;
  margin-left: 72px;
  margin-bottom: 68px;
}
.module-wrap .module20 .main2 .left .dec {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 45px;
  padding-left: 101px;
  position: relative;
}
.module-wrap .module20 .main2 .left .dec::before {
  width: 8px;
  height: 8px;
  background: #34d2bf;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  top: 19px;
  left: 76px;
}
.module-wrap .module20 .main2 .right {
  padding-top: 39px;
}
.module-wrap .module20 .main2 .right .title {
  font-size: 44px;
  font-weight: bold;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  padding-bottom: 27px;
  width: 447px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 33px;
}
.module-wrap .module20 .main2 .right .input-wrap {
  width: 449px;
  height: 50px;
  position: relative;
}
.module-wrap .module20 .main2 .right .input-wrap + .input-wrap {
  margin-top: 26px;
}
.module-wrap .module20 .main2 .right .input-wrap .img-icon {
  position: absolute;
  left: 19px;
  top: 50%;
  transform: translateY(-50%);
}
.module-wrap .module20 .main2 .right .input-wrap input {
  padding-left: 81px;
  height: 100%;
  width: 100%;
  border: none;
  background-color: rgba(21, 50, 110, 0.2);
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.module-wrap .module20 .main2 .right .input-wrap input::-moz-placeholder {
  color: #fff;
}
.module-wrap .module20 .main2 .right .input-wrap input:-ms-input-placeholder {
  color: #fff;
}
.module-wrap .module20 .main2 .right .input-wrap input::placeholder {
  color: #fff;
}
.module-wrap .module20 .main2 .right .module-btn {
  width: 310px;
  line-height: 60px;
  margin-top: 40px;
}
.module-wrap .module20 .main2 .right .module-btn::after {
  content: none;
}

@-webkit-keyframes opacity-animate {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes opacity-animate {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}