@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;
}
.module-wrap.notie .module.dark .module-title {
  background: linear-gradient(90deg, #00ecff 0.68359375%, #eaeb71);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.module-wrap.notie .module .module-title {
  background: linear-gradient(to right, #523cf5 0.68359375%, #eb21fd 99.0478515625%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.module-wrap.notie .module10 .content-list .content-item .swiper10-2 .swiper-slide .right .label {
  background: linear-gradient(-90deg, #523cf5 0.68359375%, #eb21fd 99.0478515625%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.module-wrap * {
  box-sizing: border-box;
}
.module-wrap .icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.module-wrap .banner {
  height: 506px;
}
.module-wrap .banner .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
}
.module-wrap .dec-nav {
  background-color: #f8f6f9;
}
.module-wrap .dec-nav .dec-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding-top: 57px;
  padding-bottom: 37px;
}
.module-wrap .dec-nav .dec-list .dec-wrap .dec-parent {
  position: relative;
}
.module-wrap .dec-nav .dec-list .dec-wrap .dec-parent::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #ebe7f9;
  border-radius: 50%;
  position: absolute;
  top: -13px;
  left: 0;
}
.module-wrap .dec-nav .dec-list .dec-wrap .dec-parent::after {
  content: "";
  width: 44px;
  height: 44px;
  background: #ebe7f9;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  left: 9px;
}
.module-wrap .dec-nav .dec-list .dec-wrap .dec-parent .left {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.module-wrap .dec-nav .dec-list .dec-wrap .dec-parent .left .icon0 {
  margin-left: 9px;
}
.module-wrap .dec-nav .dec-list .dec-wrap .dec-parent .right {
  margin-left: 87px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}
.module-wrap .dec-nav .dec-list .dec-wrap .dec-btn {
  margin-top: 31px;
  width: 246px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #ac2fec;
  border-radius: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #ac2fec;
  transition: box-shadow 0.4s;
}
.module-wrap .dec-nav .dec-list .dec-wrap .dec-btn:hover {
  border: none;
  color: #474aca;
  background: linear-gradient(270deg, #f4e880, #3aebf6);
  box-shadow: 0px 5px 10px 0px #c2f4f2;
}
.module-wrap .module.dark .module-title {
  color: #f4e880;
}
.module-wrap .module.dark .module-dec {
  color: #ffffff;
}
.module-wrap .module.dark .module-btn {
  box-shadow: none;
}
.module-wrap .module .module-title {
  font-size: 40px;
  font-weight: bold;
  color: #523cf5;
  line-height: 49px;
  text-align: center;
}
.module-wrap .module .module-dec {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  margin-top: 14px;
  text-align: center;
}
.module-wrap .module .module-btn {
  display: block;
  margin: 0 auto;
  width: 264px;
  line-height: 63px;
  background: linear-gradient(270deg, #f4e880, #3aebf6);
  box-shadow: 0px 5px 10px 0px #c2f4f2;
  border-radius: 32px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #401cc8;
}
.module-wrap .module .module-btn:hover {
  background: linear-gradient(90deg, #f4e880, #3aebf6);
}
.module-wrap .module1 {
  padding-top: 60px;
  background-color: #ede9ec;
  padding-bottom: 49px;
}
.module-wrap .module1 .course-list-wrap {
  height: 398px;
  overflow: hidden;
  margin-top: 36px;
  margin-bottom: 39px;
}
.module-wrap .module1 .course-list-wrap .course-list {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
.module-wrap .module1 .course-list-wrap .course-list.running {
  transition: transform 1s;
  transform: translateY(-66px);
}
.module-wrap .module1 .course-list-wrap .course-list .course {
  width: 586px;
  height: 56px;
  background: #f7f3f9;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 106px;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  margin-top: 10px;
}
.module-wrap .module1 .course-list-wrap .course-list .course:hover {
  color: #fff;
  background: #6565f5;
}
.module-wrap .module1 .course-list-wrap .course-list .course:hover .city {
  background-color: #fff;
  color: #6565f5;
}
.module-wrap .module1 .course-list-wrap .course-list .course .city {
  line-height: 26px;
  background: #6565f5;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding: 0 7px;
  position: absolute;
  left: 29px;
}
.module-wrap .module1 .course-list-wrap .course-list .course .date {
  margin-left: 44px;
  margin-right: 35px;
}
.module-wrap .module1 .course-list-wrap .course-list .course .icon {
  font-size: 24px;
}
.module-wrap .module1 .course-list-wrap .course-list .course .course-btn {
  margin-left: 38px;
  width: 100px;
  background: #ffffff;
  border: 1px solid #ac2fec;
  border-radius: 17px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #ac2fec;
  line-height: 32px;
}
.module-wrap .module2 {
  background-color: #f8f6f9;
  padding-top: 70px;
  padding-bottom: 49px;
}
.module-wrap .module2 .list {
  width: 1200px;
  margin: 36px auto 17px;
  display: flex;
  justify-content: space-between;
}
.module-wrap .module2 .list .item {
  width: 572px;
  height: 476px;
}
.module-wrap .module2 .list .item1 {
  background-image: url(../images/bg3-1.png);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-left: 130px;
  padding-top: 194px;
  padding-bottom: 87px;
  padding-right: 31px;
}
.module-wrap .module2 .list .item1 .card {
  position: relative;
  margin: 28px 13px;
}
.module-wrap .module2 .list .item1 .card .title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -29px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  white-space: nowrap;
}
.module-wrap .module2 .list .item2 {
  background-image: url(../images/bg3-2.png);
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-left: 98px;
  padding-right: 64px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 127px;
}
.module-wrap .module2 .list .item2 .chart {
  width: 67px;
  height: 66px;
  position: relative;
}
.module-wrap .module2 .list .item2 .chart:nth-child(1) {
  height: 66px;
}
.module-wrap .module2 .list .item2 .chart:nth-child(2) {
  height: 85px;
}
.module-wrap .module2 .list .item2 .chart:nth-child(3) {
  height: 125px;
}
.module-wrap .module2 .list .item2 .chart:nth-child(4) {
  height: 174px;
}
.module-wrap .module2 .list .item2 .chart .money {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  top: -30px;
}
.module-wrap .module2 .list .item2 .chart .year {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 49px;
  bottom: -38px;
}
.module-wrap .module2 .list .item2 .ps {
  position: absolute;
  bottom: 54px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.module-wrap .module4 {
  background-image: url(../images/bg4.png);
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 79px;
  padding-bottom: 65px;
}
.module-wrap .module4 .main {
  width: 1200px;
  height: 536px;
  margin: 0 auto;
  position: relative;
}
.module-wrap .module4 .main .card {
  position: absolute;
}
.module-wrap .module4 .main .card:nth-child(odd)::before {
  content: url(../images/bg4-2.png);
  left: -37px;
}
.module-wrap .module4 .main .card:nth-child(odd) .title:hover {
  background: linear-gradient(90deg, #c262fa, #6b3af6);
}
.module-wrap .module4 .main .card:nth-child(even)::before {
  right: -37px;
  content: url(../images/bg4-1.png);
}
.module-wrap .module4 .main .card:nth-child(even) .title:hover {
  background: linear-gradient(270deg, #c262fa, #6b3af6);
}
.module-wrap .module4 .main .card:nth-child(1) {
  top: 75px;
  right: 240px;
}
.module-wrap .module4 .main .card:nth-child(2) {
  top: 74px;
  left: 132px;
}
.module-wrap .module4 .main .card:nth-child(3) {
  top: 147px;
  right: 70px;
}
.module-wrap .module4 .main .card:nth-child(4) {
  top: 165px;
  left: 114px;
}
.module-wrap .module4 .main .card:nth-child(5) {
  top: 220px;
  right: 4px;
}
.module-wrap .module4 .main .card:nth-child(6) {
  top: 256px;
  left: 83px;
}
.module-wrap .module4 .main .card:nth-child(7) {
  top: 292px;
  right: 90px;
}
.module-wrap .module4 .main .card:nth-child(8) {
  top: 347px;
  left: 8px;
}
.module-wrap .module4 .main .card:nth-child(9) {
  top: 365px;
  right: 12px;
}
.module-wrap .module4 .main .card:nth-child(10) {
  top: 437px;
  left: 323px;
}
.module-wrap .module4 .main .card:nth-child(11) {
  top: 437px;
  right: 177px;
}
.module-wrap .module4 .main .card::before {
  position: absolute;
  top: -1.5px;
}
.module-wrap .module4 .main .card .title {
  position: relative;
  padding-left: 23px;
  padding-right: 12px;
  line-height: 42px;
  background: #ffffff;
  border: 1px solid #925ef4;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.module-wrap .module4 .main .card .title:hover {
  color: #ffffff;
}
.module-wrap .module4 .main .card .title:hover .strong {
  color: #fff;
}
.module-wrap .module4 .main .card .title .strong {
  color: #af35f3;
}
.module-wrap .module5 {
  padding-top: 74px;
  background-color: #f9f5fe;
  padding-bottom: 108px;
}
.module-wrap .module5 .main {
  width: 1200px;
  margin: 17px auto 38px;
}
.module-wrap .module5 .main .list {
  display: flex;
  align-items: center;
  position: relative;
}
.module-wrap .module5 .main .list:nth-child(1) .left .title {
  background: #5c3af6;
}
.module-wrap .module5 .main .list:nth-child(1) .left .title::before {
  border-bottom-color: #5c3af6;
}
.module-wrap .module5 .main .list:nth-child(1) .right .card {
  background: #5f3bf6;
}
.module-wrap .module5 .main .list:nth-child(1) .right .card + .card::before {
  content: url(../images/arrow5-1.png);
}
.module-wrap .module5 .main .list:nth-child(2) .left .title {
  background: #9f42f3;
}
.module-wrap .module5 .main .list:nth-child(2) .left .title::before {
  border-bottom-color: #9f42f3;
}
.module-wrap .module5 .main .list:nth-child(2) .right .card {
  background: #9f42f3;
}
.module-wrap .module5 .main .list:nth-child(2) .right .card + .card::before {
  content: url(../images/arrow5-2.png);
}
.module-wrap .module5 .main .list:nth-child(3) .left .title {
  background: #5ba1ef;
}
.module-wrap .module5 .main .list:nth-child(3) .left .title::before {
  border-bottom-color: #5ba1ef;
}
.module-wrap .module5 .main .list:nth-child(3) .right .card {
  background: #5ba1ef;
}
.module-wrap .module5 .main .list:nth-child(3) .right .card + .card::before {
  content: url(../images/arrow5-3.png);
}
.module-wrap .module5 .main .list + .list {
  margin-top: 39px;
}
.module-wrap .module5 .main .list::before {
  content: "";
  width: 1155px;
  height: 36px;
  background: rgba(95, 59, 246, 0.15);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.module-wrap .module5 .main .list .left {
  position: relative;
}
.module-wrap .module5 .main .list .left .title {
  position: absolute;
  bottom: 0px;
  width: 104px;
  height: 38px;
  border-radius: 6px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.module-wrap .module5 .main .list .left .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  border-bottom: 7px solid;
  border-left: 5px solid rgba(255, 255, 255, 0);
  border-right: 5px solid rgba(255, 255, 255, 0);
}
.module-wrap .module5 .main .list .right {
  display: flex;
  align-items: center;
  margin-left: 86px;
}
.module-wrap .module5 .main .list .right .card {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
}
.module-wrap .module5 .main .list .right .card + .card {
  margin-left: 85px;
  position: relative;
}
.module-wrap .module5 .main .list .right .card + .card::before {
  position: absolute;
  top: 33px;
  left: -62px;
}
.module-wrap .module6 {
  background-color: #f9f5fe;
  background-image: url(../images/bg5.png);
  background-repeat: no-repeat;
  background-position: center 151px;
  padding-bottom: 116px;
}
.module-wrap .module6 .main {
  width: 1200px;
  height: 459px;
  background: linear-gradient(-63deg, #80a4f4, #c262fa, #5c3af6);
  border-radius: 20px;
  position: relative;
  margin: 88px auto 0;
  padding-left: 20px;
  padding-top: 60px;
}
.module-wrap .module6 .main .left {
  width: 316px;
  background: rgba(255, 255, 255, 0.21);
  border-radius: 10px;
}
.module-wrap .module6 .main .left .card {
  height: 102px;
  border-radius: 10px;
  padding-left: 63px;
  position: relative;
  cursor: pointer;
}
.module-wrap .module6 .main .left .card.active {
  background: linear-gradient(270deg, #f4e880, #3aebf6);
}
.module-wrap .module6 .main .left .card.active:nth-child(1)::after {
  content: url(../images/icon3-1-active.png);
}
.module-wrap .module6 .main .left .card.active:nth-child(2)::after {
  content: url(../images/icon3-2-active.png);
}
.module-wrap .module6 .main .left .card.active:nth-child(3)::after {
  content: url(../images/icon3-3-active.png);
}
.module-wrap .module6 .main .left .card.active + .card .title::before {
  content: none;
}
.module-wrap .module6 .main .left .card.active:before {
  content: "";
  border-top: 10px solid rgba(255, 255, 255, 0);
  border-bottom: 10px solid rgba(255, 255, 255, 0);
  border-left: 10px solid #f4e880;
  right: 0;
  transform: translate(100%, -50%);
  top: 50%;
  position: absolute;
}
.module-wrap .module6 .main .left .card.active .title {
  color: #401cc8;
}
.module-wrap .module6 .main .left .card.active .title::before {
  content: none;
}
.module-wrap .module6 .main .left .card.active .dec {
  color: #401cc8;
}
.module-wrap .module6 .main .left .card + .card {
  margin-top: 6px;
}
.module-wrap .module6 .main .left .card:nth-child(1)::after {
  content: url(../images/icon3-1.png);
}
.module-wrap .module6 .main .left .card:nth-child(2)::after {
  content: url(../images/icon3-2.png);
}
.module-wrap .module6 .main .left .card:nth-child(3)::after {
  content: url(../images/icon3-3.png);
}
.module-wrap .module6 .main .left .card:first-child .title::before {
  content: none;
}
.module-wrap .module6 .main .left .card::after {
  position: absolute;
  left: 20px;
  top: 23px;
}
.module-wrap .module6 .main .left .card .title {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  line-height: 26px;
  padding-top: 24px;
  position: relative;
}
.module-wrap .module6 .main .left .card .title::before {
  content: "";
  width: 280px;
  left: -39px;
  border-bottom: 1px dashed #fff;
  position: absolute;
  top: -2px;
}
.module-wrap .module6 .main .left .card .dec {
  margin-top: 9px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
}
.module-wrap .module6 .main .right {
  width: 807px;
  height: 427px;
  background: #ffffff;
  border-radius: 10px;
  left: 370px;
  top: -48px;
  box-shadow: 0 0 17px rgba(110, 55, 246, 0.09);
  position: absolute;
}
.module-wrap .module6 .main .right .content-item {
  display: none;
  background-repeat: no-repeat;
}
.module-wrap .module6 .main .right .content-item.active {
  display: block;
}
.module-wrap .module6 .main .right .content-item.active.type2 {
  display: flex;
}
.module-wrap .module6 .main .right .content-item.type1 {
  padding-top: 27px;
}
.module-wrap .module6 .main .right .content-item.type1 .card {
  padding-top: 19px;
  padding-bottom: 14px;
  padding-left: 309px;
  position: relative;
}
.module-wrap .module6 .main .right .content-item.type1 .card::before {
  width: 450px;
  height: 1px;
  background-color: #dedede;
  position: absolute;
  left: 311px;
  bottom: 0;
  content: "";
}
.module-wrap .module6 .main .right .content-item.type1 .card .title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 22px;
  position: relative;
}
.module-wrap .module6 .main .right .content-item.type1 .card .title::before {
  width: 8px;
  height: 8px;
  background: linear-gradient(-90deg, #523cf5, #eb21fd);
  border-radius: 50%;
  content: "";
  left: -19px;
  top: 6px;
  position: absolute;
}
.module-wrap .module6 .main .right .content-item.type1 .card .dec {
  width: 470px;
  margin-top: 12px;
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  line-height: 23px;
}
.module-wrap .module6 .main .right .content-item.type2 {
  flex-wrap: wrap;
  padding-left: 280px;
  padding-top: 25px;
}
.module-wrap .module6 .main .right .content-item.type2 .card {
  width: 230px;
  height: 79px;
  background: #faf8ff;
  border-radius: 10px;
  margin: 10px 17px 10px 0;
  display: flex;
  align-items: center;
}
.module-wrap .module6 .main .right .content-item.type2 .card .title {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  line-height: 23px;
  padding-left: 30px;
  padding-right: 10px;
}
.module-wrap .module6 .main .right .content-item.type2 .card .title::before {
  width: 8px;
  height: 8px;
  background: linear-gradient(-90deg, #523cf5, #eb21fd);
  border-radius: 50%;
  left: 10px;
  top: 8px;
  content: "";
  position: absolute;
}
.module-wrap .module6 .main .right .content-item:nth-child(1) {
  background-image: url(../images/bg5-1.png);
  background-position: 20px 126px;
}
.module-wrap .module6 .main .right .content-item:nth-child(2) {
  background-image: url(../images/bg5-2.png);
  background-position: 4px 118px;
}
.module-wrap .module6 .main .right .content-item:nth-child(3) {
  background-image: url(../images/bg5-3.png);
  background-position: 6px 130px;
}
.module-wrap .module6 .main .module-btn {
  position: absolute;
  bottom: 0;
  transform: translate(-50%, 50%);
  left: 50%;
}
.module-wrap .module7 {
  background-image: url(../images/bg7.png);
  background-repeat: no-repeat;
  background-position: center -52px;
  padding-top: 55px;
  padding-bottom: 60px;
  box-shadow: 0 0 57px rgba(88, 56, 218, 0.38);
  position: relative;
}
.module-wrap .module7 .main {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-bottom: 25px;
}
.module-wrap .module7 .main .list1 {
  display: flex;
  flex-wrap: wrap;
  width: 539px;
  margin-top: 49px;
}
.module-wrap .module7 .main .list1 .card {
  padding: 0 15px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 41px;
  background: #e8bd26;
  border: 1px solid #e8bd26;
  border-radius: 21px;
  margin: 9px 0;
}
.module-wrap .module7 .main .list1 .card + .card {
  margin-left: 15px;
}
.module-wrap .module7 .main .list1 .card:nth-child(6) {
  margin-left: 0;
}
.module-wrap .module7 .main .list1 .card:nth-child(10) {
  margin-left: 60px;
}
.module-wrap .module7 .main .list1 .card:nth-child(12) {
  margin-right: 80px;
}
.module-wrap .module7 .main .list1 .card:nth-child(13) {
  margin-left: 0;
}
.module-wrap .module7 .main .list1 .card:hover {
  background: rgba(255, 255, 255, 0);
}
.module-wrap .module7 .main .list2 {
  display: flex;
  flex-wrap: wrap;
  width: 521px;
  margin-top: 49px;
}
.module-wrap .module7 .main .list2 .card {
  padding: 0 13px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 41px;
  background: #c960ff;
  border: 1px solid #c960ff;
  border-radius: 21px;
  margin: 9px 0;
}
.module-wrap .module7 .main .list2 .card + .card {
  margin-left: 9px;
}
.module-wrap .module7 .main .list2 .card:nth-child(5) {
  margin-left: 77px;
}
.module-wrap .module7 .main .list2 .card:nth-child(10) {
  margin-left: 66px;
}
.module-wrap .module7 .main .list2 .card:nth-child(15) {
  margin-left: 61px;
}
.module-wrap .module7 .main .list2 .card:hover {
  background: rgba(255, 255, 255, 0);
}
.module-wrap .module7 .main .list3 {
  display: flex;
  flex-wrap: wrap;
  width: 471px;
  margin-top: 23px;
  margin-left: 145px;
}
.module-wrap .module7 .main .list3 .card {
  padding: 0 13px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 41px;
  background: #43d5c0;
  border: 1px solid #43d5c0;
  border-radius: 21px;
  margin: 9px 0;
}
.module-wrap .module7 .main .list3 .card + .card {
  margin-left: 9px;
}
.module-wrap .module7 .main .list3 .card:nth-child(1) {
  margin-left: 38px;
}
.module-wrap .module7 .main .list3 .card:hover {
  background: rgba(255, 255, 255, 0);
}
.module-wrap .module7 .main .list4 {
  display: flex;
  flex-wrap: wrap;
  width: 471px;
  margin-top: 23px;
  margin-right: 94px;
}
.module-wrap .module7 .main .list4 .card {
  padding: 0 13px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 41px;
  background: #43d5c0;
  border: 1px solid #43d5c0;
  border-radius: 21px;
  margin: 9px 0;
}
.module-wrap .module7 .main .list4 .card + .card {
  margin-left: 9px;
}
.module-wrap .module7 .main .list4 .card:nth-child(1) {
  margin-left: 38px;
}
.module-wrap .module7 .main .list4 .card:hover {
  background: rgba(255, 255, 255, 0);
}
.module-wrap .module7 .main .title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  line-height: 28px;
  top: 132px;
}
.module-wrap .module7 .main .dec {
  font-size: 24px;
  font-weight: bold;
  color: #401cc8;
  line-height: 36px;
  text-align: center;
  position: absolute;
  top: 182px;
  left: 50%;
  transform: translateX(-50%);
}
.module-wrap .module8 {
  background-image: url(../images/bg8.png);
  background-repeat: no-repeat;
  background-position: center 108px;
  background-color: #f9f5fe;
  padding-top: 72px;
  padding-bottom: 87px;
}
.module-wrap .module8 .main {
  width: 1200px;
  margin: 35px auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.module-wrap .module8 .main .left {
  display: flex;
  flex-wrap: wrap;
  width: 463px;
  padding-left: 22px;
  padding-top: 33px;
}
.module-wrap .module8 .main .left .card {
  padding-left: 54px;
  padding-right: 34px;
  padding-top: 13px;
  padding-bottom: 15px;
  line-height: 28px;
  background: #ffffff;
  border-radius: 10px;
  font-size: 16px;
  color: #211f1f;
  background-image: url(../images/check8.png);
  background-position: 17px 28px;
  background-repeat: no-repeat;
  margin: 7px 0;
  box-shadow: 0 0 17px rgba(110, 55, 246, 0.09);
}
.module-wrap .module8 .main .left .card + .card {
  margin-left: 15px;
}
.module-wrap .module8 .main .left .card:nth-child(2) {
  margin-left: 28px;
}
.module-wrap .module8 .main .left .card:nth-child(4) {
  margin-left: 0px;
}
.module-wrap .module8 .main .left .card:nth-child(5) {
  margin-left: 78px;
}
.module-wrap .module8 .main .left .card .strong {
  font-size: 18px;
  font-weight: bold;
  color: #ac2fec;
}
.module-wrap .module8 .main .right {
  display: flex;
  flex-wrap: wrap;
  width: 463px;
  padding-right: 70px;
  padding-top: 33px;
}
.module-wrap .module8 .main .right .card {
  padding-left: 54px;
  padding-right: 34px;
  padding-top: 13px;
  padding-bottom: 15px;
  line-height: 28px;
  background: #ffffff;
  border-radius: 10px;
  font-size: 16px;
  color: #211f1f;
  background-image: url(../images/check8.png);
  background-position: 17px 28px;
  background-repeat: no-repeat;
  margin: 7px 0;
  box-shadow: 0 0 17px rgba(110, 55, 246, 0.09);
}
.module-wrap .module8 .main .right .card + .card {
  margin-left: 17px;
}
.module-wrap .module8 .main .right .card:nth-child(3) {
  margin-left: 115px;
}
.module-wrap .module8 .main .right .card:nth-child(4) {
  margin-left: 171px;
}
.module-wrap .module8 .main .right .card:nth-child(5) {
  margin-left: 99px;
}
.module-wrap .module8 .main .right .card .strong {
  font-size: 18px;
  font-weight: bold;
  color: #ac2fec;
}
.module-wrap .module9 {
  background-color: #f9f5fe;
  position: relative;
}
.module-wrap .module9 .step-wrap {
  margin-top: 22px;
  background: linear-gradient(270deg, #80a4f4, #c262fa, #5c3af6);
}
.module-wrap .module9 .step-wrap .steps {
  padding-top: 11px;
  padding-bottom: 8px;
  display: flex;
  width: 1200px;
  margin: 0 auto;
}
.module-wrap .module9 .step-wrap .steps .step {
  width: 275px;
  height: 76px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
  padding-top: 7px;
  cursor: pointer;
  position: relative;
}
.module-wrap .module9 .step-wrap .steps .step.active {
  background: rgba(255, 255, 255, 0.14);
}
.module-wrap .module9 .step-wrap .steps .step.active + .step::before {
  background-color: rgba(255, 255, 255, 0.14);
}
.module-wrap .module9 .step-wrap .steps .step.active::before {
  background-color: rgba(255, 255, 255, 0.14);
}
.module-wrap .module9 .step-wrap .steps .step:first-child::before {
  content: none;
}
.module-wrap .module9 .step-wrap .steps .step::before {
  width: 1px;
  height: 48px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
}
.module-wrap .module9 .step-wrap .steps .step .strong {
  font-size: 22px;
}
.module-wrap .module9 .main-wrap {
  padding-bottom: 52px;
  background-color: #fff;
}
.module-wrap .module9 .main-wrap .main {
  width: 1200px;
  margin: 12px auto 0;
  padding-left: 38px;
  padding-right: 42px;
  height: 780px;
  overflow-y: auto;
  overflow-x: hidden;
}
.module-wrap .module9 .main-wrap .main .content {
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
.module-wrap .module9 .main-wrap .main .content.active {
  display: flex;
}
.module-wrap .module9 .main-wrap .main .content:nth-child(1) {
  height: 1530px;
}
.module-wrap .module9 .main-wrap .main .content:nth-child(2) {
  height: 1080px;
}
.module-wrap .module9 .main-wrap .main .content:nth-child(3) {
  height: 1560px;
}
.module-wrap .module9 .main-wrap .main .content:nth-child(4) {
  height: 1560px;
}
.module-wrap .module9 .main-wrap .main .content .card {
  margin-top: 19px;
  width: 263px;
  background: #ffffff;
  border: 2px solid #f0f0f0;
  border-radius: 10px;
  padding-top: 26px;
  padding-bottom: 22px;
}
.module-wrap .module9 .main-wrap .main .content .card .title {
  font-size: 16px;
  font-weight: 400;
  color: #373131;
  line-height: 20px;
  margin-left: 34px;
  position: relative;
}
.module-wrap .module9 .main-wrap .main .content .card .title::before {
  position: absolute;
  width: 10px;
  height: 10px;
  background: rgba(203, 215, 232, 0);
  border: 2px solid #bec7fd;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  content: "";
}
.module-wrap .module9 .main-wrap .main .content .card .dec {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  margin: 22px 35px 0;
}
.module-wrap .module9 .module-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.module-wrap .module10 {
  background-color: #f9f4ff;
  padding-top: 93px;
  padding-bottom: 68px;
}
.module-wrap .module10 .main {
  width: 1200px;
  display: flex;
  margin: 68px auto 0;
  justify-content: center;
  justify-content: space-between;
}
.module-wrap .module10 .main .card {
  width: 225px;
  height: 210px;
  background-blend-mode: normal, normal;
  border-radius: 6px;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  border: solid 1px #e7e9ef;
  transition: all ease-out 0.3s;
  text-align: center;
  padding-top: 20px;
}
.module-wrap .module10 .main .card:nth-child(1) {
  background: linear-gradient(135deg, #005eff, #00b0ff);
}
.module-wrap .module10 .main .card:nth-child(2) {
  background: linear-gradient(135deg, #ff002f, #ffa300);
}
.module-wrap .module10 .main .card:nth-child(3) {
  background: linear-gradient(135deg, #00f49d, #00aaec);
}
.module-wrap .module10 .main .card:nth-child(4) {
  background: linear-gradient(135deg, #ff8200, #ffca00);
}
.module-wrap .module10 .main .card:nth-child(5) {
  background: linear-gradient(135deg, #005eff, #00b0ff);
}
.module-wrap .module10 .main .card:hover {
  transform: translate3d(0, -10px, 5px);
  box-shadow: 0 7px 3px 3px rgba(87, 87, 87, 0.1);
}
.module-wrap .module10 .main .card .icon {
  width: 60px;
  height: 36px;
  font-size: 60px;
  line-height: 36px;
  color: #fff;
}
.module-wrap .module10 .main .card .title {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 16px;
  margin-top: 14px;
  line-height: 28px;
}
.module-wrap .module10 .main .card .title .strong {
  font-size: 24px;
}
.module-wrap .module10 .main .card .card-dec {
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
}
.module-wrap .module10 .tab-list {
  width: 380px;
  background: rgba(247, 246, 250, 0);
  border: 1px solid #603af6;
  border-radius: 25px;
  display: flex;
  margin: 51px auto 0;
}
.module-wrap .module10 .tab-list .tab {
  flex: 1;
  font-size: 22px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
}
.module-wrap .module10 .tab-list .tab.active {
  background: linear-gradient(90deg, #523cf5, #eb21fd);
  border-radius: 25px;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
}
.module-wrap .module10 .content-list {
  margin-top: 27px;
  position: relative;
}
.module-wrap .module10 .content-list.active0 {
  height: 607px;
}
.module-wrap .module10 .content-list.active1 {
  height: 370px;
}
.module-wrap .module10 .content-list .content-item {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.module-wrap .module10 .content-list .content-item.active {
  opacity: 1;
}
.module-wrap .module10 .content-list .content-item.active .swiper10-1 {
  max-width: 1920px;
}
.module-wrap .module10 .content-list .content-item.active .swiper10-1 .swiper-slide {
  height: 607px;
}
.module-wrap .module10 .content-list .content-item.active .swiper10-1 .swiper-slide .left {
  width: 61.5%;
  height: 100%;
  overflow: hidden;
  background-image: url(../images/bg10-1-left.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  position: absolute;
  clip-path: polygon(0 0, 100% 0, calc(100% - 155px) 100%, 0% 100%);
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 147px;
}
.module-wrap .module10 .content-list .content-item.active .swiper10-1 .swiper-slide .right {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(39.5% + 150px);
  background-image: url(../images/bg10-1-right.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
  padding-left: 110px;
  padding-top: 53px;
}
.module-wrap .module10 .content-list .content-item.active .swiper10-1 .swiper-slide .right .title {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  line-height: 23px;
  margin-bottom: 4px;
}
.module-wrap .module10 .content-list .content-item.active .swiper10-1 .swiper-slide .right .label {
  margin-top: 39px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  line-height: 23px;
}
.module-wrap .module10 .content-list .content-item.active .swiper10-1 .swiper-slide .right .dec {
  margin-top: 7px;
  width: 439px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.54);
  line-height: 23px;
}
.module-wrap .module10 .content-list .content-item.active .swiper10-1 .swiper-btn-wrap {
  z-index: 1;
  position: absolute;
  width: 100%;
  bottom: 72px;
  left: 0;
}
.module-wrap .module10 .content-list .content-item.active .swiper10-1 .swiper-btn-wrap .swiper-btn-parent {
  position: absolute;
  width: calc(39.5% + 150px);
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 110px;
}
.module-wrap .module10 .content-list .content-item.active .swiper10-1 .swiper-btn-wrap .swiper-btn-parent .swiper10-1-prev {
  transition: none;
  background-image: url(../images/arrow11.png);
  width: 44px;
  height: 44px;
  margin-top: 0;
  background-size: 100%;
  position: static;
}
.module-wrap .module10 .content-list .content-item.active .swiper10-1 .swiper-btn-wrap .swiper-btn-parent .swiper10-1-pagination {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 23px;
  position: static;
  width: 53px;
  text-align: center;
}
.module-wrap .module10 .content-list .content-item.active .swiper10-1 .swiper-btn-wrap .swiper-btn-parent .swiper10-1-next {
  transition: none;
  background-image: url(../images/arrow11.png);
  width: 44px;
  height: 44px;
  margin-top: 0;
  background-size: 100%;
  position: static;
  transform: rotate(180deg);
}
.module-wrap .module10 .content-list .content-item.active .swiper10-2 {
  width: 1200px;
  height: 377px;
  background: #ffffff;
  border-radius: 10px;
}
.module-wrap .module10 .content-list .content-item.active .swiper10-2 .swiper-slide .left {
  position: absolute;
  left: 30px;
  top: 23px;
  height: 332px;
}
.module-wrap .module10 .content-list .content-item.active .swiper10-2 .swiper-slide .right {
  padding-top: 46px;
  margin-left: 616px;
}
.module-wrap .module10 .content-list .content-item.active .swiper10-2 .swiper-slide .right .name {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
}
.module-wrap .module10 .content-list .content-item.active .swiper10-2 .swiper-slide .right .label {
  font-size: 16px;
  font-weight: bold;
  color: #523cf5;
  line-height: 20px;
  margin-top: 36px;
}
.module-wrap .module10 .content-list .content-item.active .swiper10-2 .swiper-slide .right .dec {
  margin-top: 17px;
  width: 546px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 23px;
}
.module-wrap .module10 .content-list .content-item.active .swiper10-2 .swiper-btn-wrap {
  z-index: 1;
  position: absolute;
  bottom: 17px;
  left: 0;
  display: flex;
  margin-left: 619px;
  align-items: center;
}
.module-wrap .module10 .content-list .content-item.active .swiper10-2 .swiper-btn-wrap .swiper10-2-prev {
  background-image: url(../images/arrow10-2.png);
  width: 44px;
  height: 44px;
  margin-top: 0;
  background-size: 100%;
  position: static;
  transition: none;
}
.module-wrap .module10 .content-list .content-item.active .swiper10-2 .swiper-btn-wrap .swiper10-2-pagination {
  font-size: 14px;
  font-weight: 400;
  color: #5636e9;
  line-height: 23px;
  position: static;
  width: 53px;
  text-align: center;
}
.module-wrap .module10 .content-list .content-item.active .swiper10-2 .swiper-btn-wrap .swiper10-2-next {
  transition: none;
  background-image: url(../images/arrow10-2.png);
  width: 44px;
  height: 44px;
  margin-top: 0;
  background-size: 100%;
  position: static;
  transform: rotate(180deg);
}
.module-wrap .module10 .module-btn {
  margin-top: 30px;
}
.module-wrap .module11 {
  background-color: #f9f5fe;
}
.module-wrap .module11 .dec-list {
  display: flex;
  justify-content: center;
  margin-top: 53px;
}
.module-wrap .module11 .dec-list .dec-wrap {
  text-align: center;
}
.module-wrap .module11 .dec-list .dec-wrap + .dec-wrap {
  margin-left: 87px;
}
.module-wrap .module11 .dec-list .dec-wrap .num {
  width: 158px;
  line-height: 41px;
  background: #d9d2ff;
  border-radius: 21px;
  font-size: 22px;
  font-weight: bold;
  color: #401cc8;
  text-align: center;
  position: relative;
  display: inline-block;
}
.module-wrap .module11 .dec-list .dec-wrap .num:hover {
  color: #d9d2ff;
  background: #401cc8;
}
.module-wrap .module11 .dec-list .dec-wrap .num::before {
  content: "";
  border-left: transparent 7px solid;
  border-right: transparent 7px solid;
  border-bottom: rgba(58, 38, 229, 0.16) 10px solid;
  position: absolute;
  left: 72px;
  bottom: -12px;
}
.module-wrap .module11 .dec-list .dec-wrap .title {
  margin-top: 23px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  text-align: center;
}
.module-wrap .module11 .teacher-wrap {
  width: 1200px;
  height: 494px;
  background: linear-gradient(270deg, #80a4f4, #c262fa, #5c3af6);
  box-shadow: 0px -12px 62px 0px #acb1f4;
  border-radius: 10px;
  overflow: hidden;
  margin: 46px auto 0;
  position: relative;
}
.module-wrap .module11 .teacher-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 320px;
  height: 494px;
  background: #b68cff;
  border-radius: 10px;
}
.module-wrap .module11 .teacher-wrap .teacher-big-list .teacher-big {
  display: none;
}
.module-wrap .module11 .teacher-wrap .teacher-big-list .teacher-big.active {
  display: flex;
}
.module-wrap .module11 .teacher-wrap .teacher-big-list .teacher-big .left {
  width: 320px;
  height: 494px;
  background: linear-gradient(270deg, #5b74f6, #3a26e5);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.module-wrap .module11 .teacher-wrap .teacher-big-list .teacher-big .left .teacher-img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.module-wrap .module11 .teacher-wrap .teacher-big-list .teacher-big .right {
  padding-top: 43px;
}
.module-wrap .module11 .teacher-wrap .teacher-big-list .teacher-big .right .name {
  padding-left: 58px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
}
.module-wrap .module11 .teacher-wrap .teacher-big-list .teacher-big .right .post {
  padding-left: 59px;
  margin-top: 4px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  line-height: 28px;
  position: relative;
}
.module-wrap .module11 .teacher-wrap .teacher-big-list .teacher-big .right .post::before {
  content: "";
  position: absolute;
  left: 58px;
  bottom: -18px;
  border: 1px solid #ffffff;
  width: 158px;
}
.module-wrap .module11 .teacher-wrap .teacher-big-list .teacher-big .right .dec {
  width: 766px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  margin-left: 58px;
  margin-top: 27px;
}
.module-wrap .module11 .teacher-wrap .teacher-icon-list {
  position: absolute;
  left: 355px;
  bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.module-wrap .module11 .teacher-wrap .teacher-icon-list .teacher-icon {
  width: 82px;
  height: 92px;
  background: #ebebf6;
  border-radius: 10px;
  position: relative;
  margin-left: 18px;
  overflow: hidden;
  margin-top: 16px;
  cursor: pointer;
}
.module-wrap .module11 .teacher-wrap .teacher-icon-list .teacher-icon.active {
  box-shadow: 0 0 7px #db9fff;
}
.module-wrap .module11 .teacher-wrap .teacher-icon-list .teacher-icon .teacher-img {
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  width: 94px;
}
.module-wrap .module11 .teacher-wrap .module-btn {
  position: absolute;
  top: 45px;
  right: 43px;
  width: 175px;
}
.module-wrap .module11 .c6-cont2 {
  width: 100%;
  height: 422px;
  margin-top: 77px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.module-wrap .module11 .c6-cont2 > div {
  width: 4000px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.module-wrap .module11 .c6-cont2 ul {
  float: left;
  width: 1920px;
}
.module-wrap .module11 .c6-cont2 ul li {
  width: 190px;
  height: 205px;
  margin: 0 2px 2px 0;
  float: left;
  position: relative;
}
.module-wrap .module11 .c6-cont2 ul li img {
  width: 100%;
  height: 100%;
}
.module-wrap .module11 .c6-cont2 ul li .c11_add_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(60, 106, 246, 0.5);
  display: none;
}
.module-wrap .module11 .c6-cont2 ul li:nth-child(31) .c11_add_teacher_info,
.module-wrap .module11 .c6-cont2 ul li:nth-child(32) .c11_add_teacher_info,
.module-wrap .module11 .c6-cont2 ul li:nth-child(33) .c11_add_teacher_info,
.module-wrap .module11 .c6-cont2 ul li:nth-child(34) .c11_add_teacher_info,
.module-wrap .module11 .c6-cont2 ul li:nth-child(35) .c11_add_teacher_info,
.module-wrap .module11 .c6-cont2 ul li:nth-child(36) .c11_add_teacher_info,
.module-wrap .module11 .c6-cont2 ul li:nth-child(37) .c11_add_teacher_info,
.module-wrap .module11 .c6-cont2 ul li:nth-child(38) .c11_add_teacher_info,
.module-wrap .module11 .c6-cont2 ul li:nth-child(39) .c11_add_teacher_info,
.module-wrap .module11 .c6-cont2 ul li:nth-child(40) .c11_add_teacher_info {
  top: -30px;
}
.module-wrap .module11 .c6-cont2 ul li .c11_add_teacher_info {
  position: absolute;
  width: 437px;
  box-sizing: border-box;
  padding: 23px;
  background: #3c6af6;
  left: 126px;
  top: 20px;
  display: none;
  z-index: 20;
}
.module-wrap .module11 .c6-cont2 ul li .c11_add_teacher_info h5 {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}
.module-wrap .module11 .c6-cont2 ul li .c11_add_teacher_info h5 span {
  font-size: 18px;
  font-weight: normal;
  padding-left: 15px;
}
.module-wrap .module11 .c6-cont2 ul li .c11_add_teacher_info p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  word-break: break-all;
}
.module-wrap .module11 .c6-cont2 ul li:hover .c11_add_teacher_info,
.module-wrap .module11 .c6-cont2 ul li:hover .c11_add_mask {
  display: block;
}
.module-wrap .module12 {
  padding-top: 55px;
  padding-bottom: 67px;
}
.module-wrap .module12 .book-swiper {
  margin-top: 28px;
  width: 1200px;
}
.module-wrap .module12 .book-swiper .swiper-slide {
  width: auto;
  height: 345px;
}
.module-wrap .module12 .book-swiper .swiper-slide .book-name {
  position: absolute;
  font-size: 19px;
  font-weight: 400;
  color: #ffffff;
  line-height: 23px;
  bottom: 37px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.module-wrap .module13 {
  background-color: #f9f5fe;
  padding-top: 69px;
  padding-bottom: 61px;
}
.module-wrap .module13 .main {
  width: 1200px;
  height: 536px;
  background: #ffffff;
  border-radius: 10px;
  margin: 35px auto 0;
  display: flex;
  flex-wrap: wrap;
  padding: 8px 22px 44px;
  justify-content: space-between;
}
.module-wrap .module13 .main .course {
  width: 270px;
  margin: 18px 0;
}
.module-wrap .module13 .main .course .course-img-warp {
  width: 270px;
  height: 156px;
  overflow: hidden;
}
.module-wrap .module13 .main .course .course-img-warp:hover .course-img {
  transform: scale(1.1);
}
.module-wrap .module13 .main .course .course-img-warp .course-img {
  transition: transform 0.4s;
}
.module-wrap .module13 .main .course .course-title {
  margin-top: 9px;
  font-size: 16px;
  font-weight: 400;
  color: #373131;
  line-height: 20px;
}
.module-wrap .module13 .main .course .course-dec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}
.module-wrap .module13 .main .course .course-dec .num {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
}
.module-wrap .module13 .main .course .course-dec .study-btn {
  width: 82px;
  line-height: 32px;
  background: linear-gradient(270deg, #f4e880, #3aebf6);
  box-shadow: 0px 5px 10px 0px #c2f4f2;
  border-radius: 16px;
  text-align: center;
}
.module-wrap .module13 .main .course .course-dec .study-btn:hover {
  background: linear-gradient(90deg, #f4e880, #3aebf6);
}
.module-wrap .module14 {
  padding-top: 47px;
  padding-bottom: 96px;
}
.module-wrap .module14 .dec-list {
  width: 1200px;
  margin: 29px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.module-wrap .module14 .dec-list .dec {
  display: flex;
}
.module-wrap .module14 .dec-list .dec .dec-content {
  font-size: 16px;
  font-weight: 400;
  color: #373131;
  line-height: 26px;
  display: inline-flex;
  align-items: center;
  margin-left: 9px;
}
.module-wrap .module14 .dec-list .dec .dec-content .strong {
  line-height: 26px;
  font-size: 22px;
  font-weight: bold;
  color: #401cc8;
}
.module-wrap .module14 .main {
  width: 1200px;
  height: 389px;
  background: #ffffff;
  border-radius: 10px;
  margin: 26px auto 29px;
  display: flex;
  padding-left: 34px;
  box-shadow: 0 0 7px rgba(235, 235, 246, 0.7);
}
.module-wrap .module14 .main .left {
  padding-top: 37px;
}
.module-wrap .module14 .main .left .title {
  width: 230px;
  line-height: 48px;
  border: 1px solid #7a6bff;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 400;
  color: #373131;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}
.module-wrap .module14 .main .left .title + .title {
  margin-top: 17px;
}
.module-wrap .module14 .main .left .title.active {
  background: linear-gradient(270deg, #f4e880, #3aebf6);
  box-shadow: 0px 5px 10px 0px #c2f4f2;
  border-radius: 10px;
  color: #ffffff;
  border: none;
  line-height: 50px;
}
.module-wrap .module14 .main .right {
  margin-left: 47px;
  margin-right: 34px;
  padding: 42px 28px 0;
  position: relative;
}
.module-wrap .module14 .main .right .company-swiper {
  width: 803px;
}
.module-wrap .module14 .main .right .company-swiper .dec {
  font-size: 16px;
  font-weight: 400;
  color: #373131;
  line-height: 20px;
  margin-top: 11px;
}
.module-wrap .module14 .main .right .company-button-next {
  background-image: url("../images/arrow-swiper.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  top: 127px;
  margin-top: 0;
}
.module-wrap .module14 .main .right .company-button-prev {
  background-image: url("../images/arrow-swiper.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  transform: rotate(180deg);
  top: 127px;
  margin-top: 0;
}
.module-wrap .module15 {
  padding-bottom: 45px;
}
.module-wrap .module15 .city-list {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: 14px auto 69px;
  justify-content: space-between;
}
.module-wrap .module15 .city-list .city {
  text-align: center;
  margin-top: 29px;
  width: 131px;
}
.module-wrap .module15 .city-list .city .city-name {
  margin-top: 7px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
}
.module-wrap .module15 .swiper15 {
  width: 1200px;
  padding-bottom: 48px;
}
.module-wrap .module15 .swiper15 .swiper-slide {
  text-align: center;
}
.module-wrap .module15 .swiper15 .swiper15-pagination {
  bottom: 0;
}
.module-wrap .module15 .swiper15 .swiper15-pagination .swiper-pagination-bullet {
  width: 52px;
  height: 8px;
  background: #dddddd;
  border-radius: 0;
  opacity: 1;
}
.module-wrap .module15 .swiper15 .swiper15-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fd4b01;
}
.module-wrap .module16 {
  background-image: url("/python-pc/images/bg14.png");
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 85px;
  height: 980px;
}
.module-wrap .module16 .title1 {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
}
.module-wrap .module16 .main {
  width: 1200px;
  margin: 51px auto 0;
  padding-top: 41px;
  position: relative;
}
.module-wrap .module16 .main::before {
  content: "";
  border-top: 1px dashed #dfe6fd;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
}
.module-wrap .module16 .main .dec-list {
  width: 1063px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.module-wrap .module16 .main .dec-list .dec {
  width: 113px;
  height: 105px;
  padding-top: 13px;
  text-align: center;
}
.module-wrap .module16 .main .dec-list .dec:hover {
  background: rgba(38, 66, 209, 0.7);
}
.module-wrap .module16 .main .dec-list .dec .icon {
  font-size: 34px;
  color: #ffffff;
  line-height: 38px;
}
.module-wrap .module16 .main .dec-list .dec .title {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  margin-top: 15px;
}
.module-wrap .module16 .main .card-list {
  margin-left: 190px;
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.module-wrap .module16 .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 .module16 .main .card-list .card::before {
  position: absolute;
  bottom: -6px;
  left: 37px;
  width: 243px;
  height: 6px;
  background: #f564a4;
  box-shadow: 0px -2px 50px 0px rgba(103, 24, 241, 0.1);
  border-radius: 0 0 10px 10px;
  content: "";
}
.module-wrap .module16 .main .card-list .card .title {
  position: absolute;
  background-image: url("/python-pc/images/bg14-title.png");
  top: -40px;
  line-height: 40px;
  width: 177px;
  background-repeat: no-repeat;
  background-position: top;
  left: 83px;
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.module-wrap .module16 .main .card-list .card .content-list {
  padding-top: 31px;
}
.module-wrap .module16 .main .card-list .card .content-list .content-wrap:hover .content {
  background: #fbb718;
  color: #ffffff;
  position: relative;
  transform: translateX(-13px);
  padding-left: 30px;
}
.module-wrap .module16 .main .card-list .card .content-list .content-wrap + .content-wrap {
  margin-top: 6px;
}
.module-wrap .module16 .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 .module17 .main-wrap {
  background-color: #a0b2e3;
}
.module-wrap .module17 .main {
  width: 1200px;
  background-repeat: no-repeat;
  background-position: center 70px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  background-image: url("/java/images/bg17.png");
}
.module-wrap .module17 .main .left {
  width: 753px;
  position: relative;
  height: 598px;
}
.module-wrap .module17 .main .left .dec {
  background: linear-gradient(270deg, #4059d9, #2917be);
  border-radius: 25px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  padding-left: 25px;
  padding-right: 19px;
  line-height: 50px;
  position: absolute;
}
.module-wrap .module17 .main .left .dec:hover {
  background: linear-gradient(90deg, #4059d9, #2917be);
}
.module-wrap .module17 .main .left .dec:nth-child(1) {
  top: 186px;
  left: 427px;
}
.module-wrap .module17 .main .left .dec:nth-child(2) {
  top: 268px;
  left: 501px;
}
.module-wrap .module17 .main .left .dec:nth-child(3) {
  top: 358px;
  left: 494px;
}
.module-wrap .module17 .main .left .dec:nth-child(4) {
  top: 439px;
  left: 427px;
}
.module-wrap .module17 .main .right {
  width: 405px;
  height: 452px;
  margin-top: 76px;
  position: relative;
  padding-top: 100px;
}
.module-wrap .module17 .main .right .title {
  position: absolute;
  top: -6px;
  left: 50px;
}
.module-wrap .module17 .main .right .input-wrap {
  padding-left: 72px;
  position: relative;
}
.module-wrap .module17 .main .right .input-wrap + .input-wrap {
  margin-top: 25px;
}
.module-wrap .module17 .main .right .input-wrap .icon-img {
  position: absolute;
  left: 33px;
  top: 50%;
  transform: translateY(-50%);
}
.module-wrap .module17 .main .right .input-wrap .input {
  border: none;
  padding-left: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #b6c1e3;
  width: 297px;
  height: 58px;
  background: #ffffff;
  border-radius: 10px;
}
.module-wrap .module17 .main .right .module-btn {
  margin-top: 30px;
  cursor: pointer;
}