*:focus {
  outline: none;
}

body {
  min-width: 1200px;
  overflow-x: auto;
}

.banner-table-submit img {
  display: inline-block;
}

.ditu {
  line-height: normal;
}

.nav_bg {
  height: 90px;
}

.nav_main .base_fixed img {
  max-width: none;
}

.nav_main .base_fixed a {
  -webkit-box-sizing: initial;
          box-sizing: initial;
}

[v-cloak] {
  display: none;
}

.banner-swiper {
  cursor: pointer;
}
.banner-swiper .swiper-wrapper.no-xiaoshiedu .swiper-slide .swiper-img-wrap .link .text-img {
  left: 60%;
}
.banner-swiper .swiper-wrapper.no-xiaoshiedu .swiper-slide .swiper-img-wrap .link .btn {
  left: 60%;
}
.banner-swiper .swiper-wrapper .swiper-slide .swiper-img-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 580px;
}
.banner-swiper .swiper-wrapper .swiper-slide .swiper-img-wrap .link {
  display: block;
  width: 1920px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.banner-swiper .swiper-wrapper .swiper-slide .swiper-img-wrap .link .text-img {
  position: absolute;
  top: 56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.banner-swiper .swiper-wrapper .swiper-slide .swiper-img-wrap .link .btn {
  position: absolute;
  bottom: 65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.banner-swiper .swiper-button-prev {
  width: 32px;
  height: 78px;
  background: #001954;
  opacity: 0.6;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 12px 23px;
          background-size: 12px 23px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.banner-swiper .swiper-button-next {
  width: 32px;
  height: 78px;
  background: #001954;
  opacity: 0.6;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 12px 23px;
          background-size: 12px 23px;
}
.banner-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.5;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.banner-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 32px;
  height: 10px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#5afffd), to(#77ffad));
  background: -webkit-linear-gradient(left, #5afffd, #77ffad);
  background: linear-gradient(90deg, #5afffd, #77ffad);
}

.btn {
  width: 323px;
  margin: 0 auto;
  background-image: url(../images/btn-bg.png);
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  position: relative;
  cursor: pointer;
  text-align: center;
  line-height: 72px;
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #000000;
}
.btn::after {
  content: "";
  width: 9px;
  height: 13px;
  background-image: url(../images/arrow.svg);
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  right: 79px;
  top: 50%;
}
.btn:hover {
  background-image: url(../images/btn-hover.png);
}

section {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
section.content {
  text-align: left;
}
section.content .title {
  padding-top: 69px;
  font-size: 36px;
  font-family: AlibabaPuHuiTiB;
  font-weight: 400;
  color: #ffffff;
}
section.content .dec {
  font-size: 18px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #ffffff;
  padding-top: 23px;
  padding-bottom: 64px;
}

.inline-img {
  display: inline-block;
}

.bg-black {
  background-color: #000;
}
.bg-black.black-1 {
  background-image: url(../images/bg-1.png);
  background-position: top center;
  height: 895px;
}
.bg-black.black-1 .lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bg-black.black-1 .lists .list {
  top: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 284px;
  height: 372px;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
.bg-black.black-1 .lists .list:hover {
  top: -10px;
}
.bg-black.black-1 .lists .list .text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #ffffff;
}
.bg-black.black-1 .btn {
  margin-top: 32px;
  margin-bottom: 50px;
}
.bg-black.black-2 {
  background-image: url(../images/bg-2.png);
  background-position: top center;
  height: 1022px;
  padding-top: 843px;
}

.bg-purple-to-black {
  background-image: url(../images/bg-purple-to-black.png);
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}

#app .table-warp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 34px;
  height: 520px;
  overflow: hidden;
}
#app .table-warp .left {
  border: 1px solid #752dc1;
  width: 203px;
}
#app .table-warp .left .left-list {
  padding-left: 26px;
}
#app .table-warp .left .left-list.active {
  background: #752dc1;
}
#app .table-warp .left .left-list.active .class-title-wrap {
  padding-top: 16px;
  padding-bottom: 12px;
}
#app .table-warp .left .left-list.active .class-title-wrap .num {
  background: transparent;
}
#app .table-warp .left .left-list.active .class-title-wrap .class-title {
  color: #ffffff;
}
#app .table-warp .left .left-list + .left-list {
  border-top: 1px solid #752dc1;
}
#app .table-warp .left .left-list .class-title-wrap {
  padding-top: 28px;
  padding-bottom: 25px;
}
#app .table-warp .left .left-list .class-title-wrap .num {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #742dbf;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 28px;
  line-height: 28px;
  font-size: 20px;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  margin-right: 7px;
}
#app .table-warp .left .left-list .class-title-wrap .class-title {
  cursor: pointer;
  font-size: 20px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #742dbf;
  line-height: 28px;
}
#app .table-warp .left .left-list .dec {
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  padding-bottom: 15px;
}
#app .table-warp .table {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  position: relative;
}
#app .table-warp .table::before {
  position: absolute;
  top: 0;
  left: 230px;
  content: "";
  border-right: 1px solid #beb1cc;
  height: 100%;
}
#app .table-warp .table::after {
  position: absolute;
  top: 0;
  left: 564px;
  content: "";
  height: 100%;
  border-right: 1px solid #beb1cc;
}
#app .table-warp .table .table-header {
  background: #d2c5de;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
}
#app .table-warp .table .table-header .th {
  padding-left: 27px;
  line-height: 34px;
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #000000;
}
#app .table-warp .table .table-header .th:nth-child(1) {
  width: 230px;
}
#app .table-warp .table .table-header .th:nth-child(2) {
  width: 333px;
}
#app .table-warp .table .table-header .th:last-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#app .table-warp .table .table-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  background: #f4ecfd;
}
#app .table-warp .table .table-body .table-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#app .table-warp .table .table-body .table-list + .table-list {
  border-top: 1px solid #beb1cc;
}
#app .table-warp .table .table-body .table-list .tr.tr-theme {
  width: 230px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 27px;
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #000000;
  line-height: 19px;
}
#app .table-warp .table .table-body .table-list .tr:nth-child(2) {
  width: 333px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 27px;
  padding-top: 27px;
}
#app .table-warp .table .table-body .table-list .tr:nth-child(2) .tr-content-wrap .tr-content {
  padding-left: 31px;
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
}
#app .table-warp .table .table-body .table-list .tr.tr-skill-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 30px;
  padding-bottom: 27px;
}
#app .table-warp .table .table-body .table-list .tr.tr-skill-wrap .tr-skill {
  padding-left: 34px;
  padding-right: 34px;
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
}

.bg-3 {
  margin-top: 50px;
}
.bg-3 .btn {
  margin-top: 47px;
  margin-bottom: 83px;
}

.bg-4 {
  height: 1107px;
  background-image: url(../images/bg-4.png);
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 50px;
}
.bg-4 .bg-4-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bg-4 .bg-4-lists .list {
  width: 385px;
  height: 423px;
  background: #262629;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  margin-left: 22px;
  margin-top: 19px;
}
.bg-4 .bg-4-lists .list:nth-child(1), .bg-4 .bg-4-lists .list:nth-child(2), .bg-4 .bg-4-lists .list:nth-child(3) {
  margin-top: 0;
}
.bg-4 .bg-4-lists .list:nth-child(3n+1) {
  margin-left: 0;
}
.bg-4 .bg-4-lists .list .list-resource-img {
  width: 385px;
  height: 238px;
  position: relative;
}
.bg-4 .bg-4-lists .list .list-resource-img .play-img {
  position: absolute;
  cursor: pointer;
  left: 25px;
  top: 157px;
}
.bg-4 .bg-4-lists .list .list-resource-video {
  width: 385px;
  height: 238px;
  display: none;
}
.bg-4 .bg-4-lists .list .title-wrap {
  padding-top: 28px;
  padding-left: 108px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bg-4 .bg-4-lists .list .title-wrap .num {
  font-size: 59px;
  font-family: Futura;
  font-weight: 500;
  color: #e52cfb;
  opacity: 0.2;
  padding-right: 18px;
  line-height: 72px;
}
.bg-4 .bg-4-lists .list .title-wrap .title {
  font-size: 22px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #e52cfb;
}
.bg-4 .bg-4-lists .list .dec {
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #b0b0b0;
  line-height: 26px;
  text-align: center;
}
.bg-4 .btn {
  margin-top: 49px;
}

.bg-5 .bg-5-title {
  font-size: 36px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #752dc1;
  line-height: 82px;
  padding-top: 60px;
  padding-bottom: 41px;
}
.bg-5 .bg-5-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.bg-5 .bg-5-lists .bg-list {
  width: 286px;
  margin-left: 18px;
}
.bg-5 .bg-5-lists .bg-list:nth-child(4n+1) {
  margin-left: 0;
}
.bg-5 .bg-5-lists .bg-list .list-content {
  height: 224px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #beb1cc;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.bg-5 .bg-5-lists .bg-list .list-content .resource-img {
  width: 100%;
  height: 168px;
}
.bg-5 .bg-5-lists .bg-list .list-content .title {
  padding-top: 20px;
  padding-bottom: 19px;
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #262629;
}
.bg-5 .bg-5-lists .bg-list .btn {
  width: 160px;
  line-height: 47px;
  margin-top: 13px;
  margin-bottom: 19px;
  background: #ffa94a;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
.bg-5 .bg-5-lists .bg-list .btn::after {
  right: 42px;
}

.selection.other {
  margin-top: 47px;
  position: relative;
  padding-top: 78px;
}
.selection.other .title-wrap {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
}
.selection.other .title-wrap .title {
  font-size: 36px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #752dc1;
  line-height: 82px;
  text-align: center;
}
.selection.other .other-main {
  width: 1200px;
  margin: 0 auto;
}
.selection.other .other-main .c10-cont-l > li.active {
  background-image: none;
}
.selection.other .other-main .c10-cont-l > li.active .question {
  background-color: #2c67ff;
}
.selection.other .other-main .c10-cont-l > li.active .question::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: -18px;
  top: 0;
  border-top: 26px solid transparent;
  border-right: 18px solid #2c67ff;
  border-bottom: 26px solid transparent;
}
.selection.other .other-main .c10-cont-l > li .question {
  position: relative;
  height: 52px;
}
.selection.other .other-main .c10-cont-l > li .question span {
  top: -1px;
}
.selection .dec {
  font-size: 18px;
  font-family: MicrosoftYaHeiUILight;
  font-weight: 400;
  color: #666666;
  line-height: 49px;
  opacity: 0.8;
  padding-top: 6px;
  text-align: center;
}