* {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", PingFang SC, sans-serif;
}

body {
  max-width: 10rem;
  margin: 0 auto;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
}
body.hidden {
  overflow: hidden;
}

a {
  text-decoration: none;
  outline: none;
}

input {
  outline: none;
}

ul {
  list-style: none;
}

.module-wrap {
  position: relative;
  box-sizing: border-box;
  background-color: #f5f5f5;
}
.module-wrap * {
  box-sizing: border-box;
}
.module-wrap .header {
  background-color: #fff;
  height: 1.29333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  padding-left: 0.28rem;
  padding-right: 0.25333rem;
}
.module-wrap .header .logo {
  height: 0.48rem;
}
.module-wrap .header .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module-wrap .header .center .btn {
  font-size: 0.4rem;
  font-weight: 500;
  color: #38405b;
  line-height: 0.54667rem;
  position: relative;
}
.module-wrap .header .center .btn.active {
  font-size: 0.49333rem;
  color: #407bea;
}
.module-wrap .header .center .btn.active::before {
  content: "";
}
.module-wrap .header .center .btn + .btn {
  margin-left: 0.54667rem;
}
.module-wrap .header .center .btn::before {
  width: 0.93333rem;
  height: 0.05333rem;
  background: #407bea;
  border-radius: 0.02667rem;
  position: absolute;
  top: 0.86667rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.module-wrap .header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.33333rem;
  font-weight: 500;
  color: #407bea;
  line-height: 0.38667rem;
}
.module-wrap .header .right .phone-img {
  height: 0.50667rem;
  margin-right: 0.16rem;
}
.module-wrap .header .right .phone {
  white-space: nowrap;
}
.module-wrap .banner {
  background-color: #000;
}
.module-wrap .banner .swiper-slide {
  height: 4.34667rem;
}
.module-wrap .banner .swiper-slide .swiper-img {
  height: 100%;
}
.module-wrap .banner .banner-pagination {
  bottom: 0.13333rem;
}
.module-wrap .banner .banner-pagination .swiper-pagination-bullet {
  width: 0.18667rem;
  height: 0.18667rem;
  background: #fff;
  opacity: 0.5;
  border-radius: 50%;
}
.module-wrap .banner .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #407bea;
}
.module-wrap .module .module-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.module-wrap .module .module-title.orange .title {
  color: #ffffff;
}
.module-wrap .module .module-title.orange .title-line::before {
  background: -webkit-linear-gradient(359deg, #ffca47 0%, #ff5e3b 100%);
  background: linear-gradient(91deg, #ffca47 0%, #ff5e3b 100%);
}
.module-wrap .module .module-title.orange .title-line::after {
  background: -webkit-linear-gradient(179deg, #ffca47 0%, #ff5e3b 100%);
  background: linear-gradient(-89deg, #ffca47 0%, #ff5e3b 100%);
}
.module-wrap .module .module-title.red .title {
  color: #ffffff;
}
.module-wrap .module .module-title.red .title-line::before {
  background: -webkit-linear-gradient(179deg, #ff2200 0%, #ffffff 100%);
  background: linear-gradient(-89deg, #ff2200 0%, #ffffff 100%);
}
.module-wrap .module .module-title.red .title-line::after {
  background: -webkit-linear-gradient(359deg, #ff2200 0%, #ffffff 100%);
  background: linear-gradient(91deg, #ff2200 0%, #ffffff 100%);
}
.module-wrap .module .module-title .title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #000000;
  line-height: 0.53333rem;
  margin-left: 0.26667rem;
  margin-right: 0.21333rem;
}
.module-wrap .module .module-title .title-line {
  width: 0.49333rem;
}
.module-wrap .module .module-title .title-line::before {
  content: "";
  display: block;
  height: 0.10667rem;
  background: -webkit-linear-gradient(359deg, #ff2200 0%, #ffffff 100%);
  background: linear-gradient(91deg, #ff2200 0%, #ffffff 100%);
  border-radius: 0.05333rem;
}
.module-wrap .module .module-title .title-line::after {
  display: block;
  margin-top: 0.08rem;
  content: "";
  height: 0.10667rem;
  background: -webkit-linear-gradient(179deg, #ff2200 0%, #ffffff 100%);
  background: linear-gradient(-89deg, #ff2200 0%, #ffffff 100%);
  border-radius: 0.05333rem;
}
.module-wrap .module .module-btn {
  width: 6.69333rem;
  height: 1.28rem;
  display: block;
  margin: 0 auto;
  background-image: url("/mobile/2023/web/bg-btn.png");
  background-size: 100% 100%;
  font-size: 0.42667rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 1.18667rem;
}
.module-wrap .module1 {
  background-color: #fff;
  background-size: auto 2.26667rem;
  background-repeat: no-repeat;
  background-position: center 2.06667rem;
  padding-top: 0.56rem;
  position: relative;
  padding-bottom: 0.56rem;
}
.module-wrap .module1 .course-list {
  height: 3.77333rem;
}
.module-wrap .module1 .course-list .course {
  border-radius: 50%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.22667rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.26667rem;
  text-align: center;
}
.module-wrap .module1 .course-list .course:nth-child(1), .module-wrap .module1 .course-list .module3 .main .course.card:nth-child(2), .module-wrap .module3 .main .module1 .course-list .course.card:nth-child(2) {
  width: 0.97333rem;
  height: 0.97333rem;
  background: #6aa2aa;
  left: 1.90667rem;
  top: 1.77333rem;
}
.module-wrap .module1 .course-list .course:nth-child(2) {
  width: 0.97333rem;
  height: 0.97333rem;
  background: #6ea97f;
  left: 1.28rem;
  top: 3.10667rem;
}
.module-wrap .module1 .course-list .course:nth-child(3) {
  width: 0.97333rem;
  height: 0.97333rem;
  background: #5f7aa7;
  left: 3.46667rem;
  top: 1.68rem;
}
.module-wrap .module1 .course-list .course:nth-child(4) {
  width: 0.97333rem;
  height: 0.97333rem;
  background: #6264a2;
  left: 2.86667rem;
  top: 2.97333rem;
}
.module-wrap .module1 .course-list .course:nth-child(5) {
  width: 0.97333rem;
  height: 0.97333rem;
  background: #9c5e95;
  left: 5.57333rem;
  top: 1.46667rem;
}
.module-wrap .module1 .course-list .course:nth-child(6) {
  width: 0.97333rem;
  height: 0.97333rem;
  background: #a78261;
  left: 6.2rem;
  top: 2.74667rem;
}
.module-wrap .module1 .course-list .course:nth-child(7) {
  width: 0.97333rem;
  height: 0.97333rem;
  background: #6aa2aa;
  left: 7.26667rem;
  top: 1.72rem;
}
.module-wrap .module1 .course-list .course:nth-child(8) {
  width: 0.97333rem;
  height: 0.97333rem;
  background: #ab9662;
  left: 7.68rem;
  top: 2.94667rem;
}
.module-wrap .module1 .money-list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 0.10667rem;
}
.module-wrap .module1 .money-list .post {
  width: 3.06667rem;
  height: 1.76rem;
  border-radius: 0.13333rem;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.module-wrap .module1 .money-list .post:nth-child(1), .module-wrap .module1 .money-list .module3 .main .post.card:nth-child(2), .module-wrap .module3 .main .module1 .money-list .post.card:nth-child(2) {
  background: rgba(255, 106, 10, 0.65);
}
.module-wrap .module1 .money-list .post:nth-child(2) {
  background: rgba(255, 163, 19, 0.7);
}
.module-wrap .module1 .money-list .post:nth-child(3) {
  background: rgba(255, 106, 10, 0.65);
}
.module-wrap .module1 .money-list .post:nth-child(4) {
  background: rgba(241, 53, 5, 0.6);
}
.module-wrap .module1 .money-list .post:nth-child(5) {
  background: rgba(255, 106, 10, 0.7);
}
.module-wrap .module1 .money-list .post:nth-child(6) {
  background: rgba(241, 53, 5, 0.6);
}
.module-wrap .module1 .money-list .post:nth-child(7) {
  background: rgba(255, 106, 10, 0.65);
}
.module-wrap .module1 .money-list .post:nth-child(8) {
  background: rgba(255, 163, 19, 0.7);
}
.module-wrap .module1 .money-list .post:nth-child(9) {
  background: rgba(255, 106, 10, 0.65);
}
.module-wrap .module1 .money-list .post .post-name {
  font-size: 0.32rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 0.37333rem;
}
.module-wrap .module1 .money-list .post .money {
  margin-top: 0.14667rem;
  font-size: 0.32rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.37333rem;
}
.module-wrap .module1 .ps {
  font-size: 0.26667rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.32rem;
  margin-top: 0.42667rem;
  margin-left: 0.33333rem;
}
.module-wrap .module2 {
  margin-top: 0.26667rem;
  padding-top: 0.54667rem;
  background-color: #fff;
  padding-bottom: 0.64rem;
}
.module-wrap .module2 .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 0.02667rem solid #dddddd;
  margin-top: 0.6rem;
}
.module-wrap .module2 .tab-list .tab {
  width: 2.8rem;
  line-height: 0.82667rem;
  font-size: 0.37333rem;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.module-wrap .module2 .tab-list .tab.active {
  color: #ffffff;
  background: -webkit-linear-gradient(top, #30d7fb, #2079ff);
  background: linear-gradient(180deg, #30d7fb, #2079ff);
}
.module-wrap .module2 .tab-list .tab + .tab {
  margin-left: 0.21333rem;
}
.module-wrap .module2 .content-list {
  height: 7.2rem;
}
.module-wrap .module2 .content-list .content {
  display: none;
  padding-top: 0.49333rem;
}
.module-wrap .module2 .content-list .content .title {
  text-align: center;
  font-size: 0.29333rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.34667rem;
}
.module-wrap .module2 .content-list .content.active {
  display: block;
}
.module-wrap .module2 .content-list .content1 {
  text-align: center;
}
.module-wrap .module2 .content-list .content1 .list2-1 {
  margin-top: 0.33333rem;
  height: 5.56rem;
  margin-bottom: 0.72rem;
}
.module-wrap .module2 .content-list .content2 .card-list {
  margin-top: 0.37333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.42667rem;
}
.module-wrap .module2 .content-list .content2 .card-list .card {
  width: 4.65333rem;
  height: 2.66667rem;
  background: rgba(255, 255, 255, 0);
  border: 0.01333rem solid #bfd0fb;
  border-radius: 0.26667rem;
  margin-top: 0.08rem;
  margin-bottom: 0.09333rem;
  padding-top: 0.45333rem;
}
.module-wrap .module2 .content-list .content2 .card-list .card:nth-child(2n) {
  margin-left: 0.16rem;
}
.module-wrap .module2 .content-list .content2 .card-list .card:nth-child(1) .card-title .num, .module-wrap .module2 .content-list .content2 .card-list .module3 .main .card:nth-child(2) .card-title .num, .module-wrap .module3 .main .module2 .content-list .content2 .card-list .card:nth-child(2) .card-title .num {
  color: #3d73f7;
}
.module-wrap .module2 .content-list .content2 .card-list .card:nth-child(2) .card-title .num {
  color: #2ea4fe;
}
.module-wrap .module2 .content-list .content2 .card-list .card:nth-child(3) .card-title .num {
  color: #ff494b;
}
.module-wrap .module2 .content-list .content2 .card-list .card:nth-child(4) .card-title .num {
  color: #14c0b2;
}
.module-wrap .module2 .content-list .content2 .card-list .card .card-title {
  font-size: 0.37333rem;
  font-weight: bold;
  color: #000000;
  line-height: 0.45333rem;
  text-align: center;
}
.module-wrap .module2 .content-list .content2 .card-list .card .card-title .num {
  font-size: 0.4rem;
  font-weight: 800;
  color: #3d73f7;
  line-height: 0.45333rem;
  margin-right: 0.12rem;
}
.module-wrap .module2 .content-list .content2 .card-list .card .card-dec {
  width: 3.78667rem;
  margin: 0.16rem auto 0;
  text-align: center;
  font-size: 0.29333rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.42667rem;
}
.module-wrap .module2 .content-list .content3 .card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.36rem;
  margin-bottom: 0.57333rem;
}
.module-wrap .module2 .content-list .content3 .card-list .card {
  width: 4.65333rem;
  height: 2.66667rem;
  background: #ffffff;
  border: 0.01333rem solid #bfd0fb;
  border-radius: 0.26667rem;
  position: relative;
  margin-top: 0.09333rem;
  margin-bottom: 0.09333rem;
  overflow: hidden;
}
.module-wrap .module2 .content-list .content3 .card-list .card:nth-child(2n) {
  margin-left: 0.16rem;
}
.module-wrap .module2 .content-list .content3 .card-list .card .list2-3 {
  width: 100%;
}
.module-wrap .module2 .content-list .content3 .card-list .card .dec {
  line-height: 0.65333rem;
  background: #38405b;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 0.32rem;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}
.module-wrap .module3 {
  margin-top: 0.26667rem;
  padding-top: 0.66667rem;
  padding-bottom: 1.04rem;
  background: -webkit-linear-gradient(top, #f7562e, #fe700f);
  background: linear-gradient(180deg, #f7562e, #fe700f);
}
.module-wrap .module3 .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.52rem 0.49333rem 0;
}
.module-wrap .module3 .main .card {
  width: 4.34667rem;
  height: 4.21333rem;
  background: #fff;
  padding-top: 0.41333rem;
  position: relative;
  margin-top: 0.32rem;
}
.module-wrap .module3 .main .card:nth-child(1), .module-wrap .module3 .main .card:nth-child(2) {
  margin-top: 0;
}
.module-wrap .module3 .main .card .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3.2rem;
  height: 0.66667rem;
  background: rgba(246, 106, 71, 0.2);
  border-radius: 0px 0.33333rem 0.33333rem 0px;
  line-height: 0.66667rem;
  font-size: 0.4rem;
  font-weight: bold;
  font-style: italic;
  color: #f66a47;
}
.module-wrap .module3 .main .card .title .num {
  width: 0.62667rem;
  background: #f9cd33;
  font-size: 0.46667rem;
  font-weight: bolder;
  font-style: italic;
  color: #e35b62;
  margin-right: 0.2rem;
}
.module-wrap .module3 .main .card .dec {
  font-size: 0.32rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.45333rem;
  margin-top: 0.37333rem;
  margin-left: 0.4rem;
  width: 3.49333rem;
}
.module-wrap .module3 .main .card .btn {
  width: 3.28rem;
  line-height: 0.66667rem;
  background: #f66a47;
  border-radius: 0.33333rem;
  font-size: 0.32rem;
  font-weight: 400;
  color: #ffffff;
  bottom: 0.48rem;
  left: 0.37333rem;
  position: absolute;
  text-align: center;
}
.module-wrap .module4 {
  padding-top: 0.49333rem;
  background-color: #fff;
  padding-bottom: 0.66667rem;
}
.module-wrap .module4 .card-list {
  margin-top: 0.56rem;
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-row-gap: 0.62667rem;
}
.module-wrap .module4 .card-list .card {
  text-align: center;
}
.module-wrap .module4 .card-list .card .card-img {
  width: 0.98667rem;
  height: 0.98667rem;
}
.module-wrap .module4 .card-list .card .card-content {
  margin-top: 0.29333rem;
  font-size: 0.36rem;
  font-weight: 500;
  color: #222222;
  line-height: 0.41333rem;
}
.module-wrap .module5 {
  padding-top: 0.65333rem;
  padding-bottom: 0.68rem;
}
.module-wrap .module5 .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.54667rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.module-wrap .module5 .tab-list .tab {
  width: 4.06667rem;
  line-height: 1.04rem;
  background: #ffece8;
  border-radius: 0.52rem;
  font-size: 0.4rem;
  font-weight: 400;
  color: #e95c3c;
  text-align: center;
}
.module-wrap .module5 .tab-list .tab.active {
  background: #e95c3c;
  color: #fff;
}
.module-wrap .module5 .tab-list .tab + .tab {
  margin-left: 0.18667rem;
}
.module-wrap .module5 .tab-content .tab-content-item {
  height: 11.46667rem;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.module-wrap .module5 .tab-content .tab-content-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.module-wrap .module5 .tab-content .tab-content-item1 {
  padding-top: 0.44rem;
  padding-bottom: 0.34667rem;
}
.module-wrap .module5 .tab-content .tab-content-item1 .card {
  background-repeat: no-repeat;
  background-size: auto 0.93333rem;
  background-position: center 0.36rem;
  width: 4.57333rem;
  min-height: 4.66667rem;
  padding-bottom: 0.53333rem;
  background-color: #ffffff;
  border: 0.01333rem solid #dddddd;
  padding-top: 1.66667rem;
  margin: 0.10667rem 0.12rem;
}
.module-wrap .module5 .tab-content .tab-content-item1 .card .title {
  text-align: center;
  font-size: 0.34667rem;
  font-weight: bold;
  color: #38405b;
  line-height: 0.4rem;
}
.module-wrap .module5 .tab-content .tab-content-item1 .card .dec {
  margin-left: 0.2rem;
  margin-top: 0.18667rem;
  width: 4.10667rem;
  font-size: 0.29333rem;
  font-weight: 400;
  color: #4c4c4c;
  line-height: 0.49333rem;
}
.module-wrap .module5 .tab-content .tab-content-item2 {
  padding-top: 0.33333rem;
  padding-bottom: 0.34667rem;
}
.module-wrap .module5 .tab-content .tab-content-item2 .card {
  width: 4.65333rem;
  height: 2.44rem;
  background: #ffffff;
  border: 0.01333rem solid #dddddd;
  border-radius: 0.13333rem;
  padding-top: 0.30667rem;
  margin: 0.13333rem 0.08rem;
}
.module-wrap .module5 .tab-content .tab-content-item2 .card .title {
  font-size: 0.32rem;
  font-weight: bold;
  color: #4c536b;
  line-height: 0.37333rem;
  margin-left: 0.30667rem;
}
.module-wrap .module5 .tab-content .tab-content-item2 .card .dec {
  font-size: 0.29333rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.42667rem;
  margin-top: 0.22667rem;
  margin-left: 0.33333rem;
}
.module-wrap .module6 {
  background-color: #fff;
  padding-top: 0.69333rem;
  padding-bottom: 0.6rem;
}
.module-wrap .module6 .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10.37333rem;
  margin-top: 0.62667rem;
  box-shadow: 0px 0.12rem 0.72rem 0px rgba(148, 148, 148, 0.2);
  border-radius: 0.17333rem;
  margin-bottom: 0.6rem;
}
.module-wrap .module6 .main .tab-list .tab {
  width: 2.54667rem;
  background: #ffece8;
  padding-top: 0.21333rem;
  padding-bottom: 0.16rem;
}
.module-wrap .module6 .main .tab-list .tab.active {
  background-color: #e95c3c;
}
.module-wrap .module6 .main .tab-list .tab.active .title {
  color: #fff;
}
.module-wrap .module6 .main .tab-list .tab.active .dec {
  color: #fff;
}
.module-wrap .module6 .main .tab-list .tab + .tab {
  margin-top: 0.08rem;
}
.module-wrap .module6 .main .tab-list .tab .title {
  font-size: 0.37333rem;
  font-weight: bold;
  color: #e95c3c;
  line-height: 0.42667rem;
  margin-left: 0.38667rem;
}
.module-wrap .module6 .main .tab-list .tab .dec {
  margin-top: 0.12rem;
  font-size: 0.26667rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.37333rem;
  opacity: 0.8;
  margin-left: 0.37333rem;
}
.module-wrap .module6 .main .tab-content-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.module-wrap .module6 .main .tab-content-list .tab-content {
  height: 100%;
  overflow-y: auto;
  display: none;
  padding-top: 0.32rem;
  padding-bottom: 0.45333rem;
}
.module-wrap .module6 .main .tab-content-list .tab-content.active {
  display: block;
}
.module-wrap .module6 .main .tab-content-list .tab-content .card {
  width: 6.33333rem;
  margin: 0 auto;
  padding-top: 0.2rem;
  position: relative;
  padding-bottom: 0.2rem;
}
.module-wrap .module6 .main .tab-content-list .tab-content .card:last-child::before {
  content: none;
}
.module-wrap .module6 .main .tab-content-list .tab-content .card::before {
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  width: 6.32rem;
  border-top: 0.02667rem dashed rgba(255, 34, 0, 0.5);
}
.module-wrap .module6 .main .tab-content-list .tab-content .card .title {
  font-size: 0.32rem;
  font-weight: bold;
  color: #38405b;
  line-height: 0.49333rem;
}
.module-wrap .module6 .main .tab-content-list .tab-content .card .dec {
  font-size: 0.26667rem;
  color: #4c4c4c;
  line-height: 0.49333rem;
}
.module-wrap .module7 {
  background-color: #fff;
  margin-top: 0.26667rem;
  padding-top: 0.64rem;
  padding-bottom: 0.65333rem;
}
.module-wrap .module7 .form {
  margin-top: 0.54667rem;
}
.module-wrap .module7 .form .input-wrap {
  text-align: center;
}
.module-wrap .module7 .form .input-wrap + .input-wrap {
  margin-top: 0.29333rem;
}
.module-wrap .module7 .form .input-wrap input {
  background-repeat: no-repeat;
  background-size: auto 0.45333rem;
  background-position: 0.45333rem center;
  text-align: left;
  width: 8.81333rem;
  height: 1.08rem;
  background-color: #f5f5f5;
  border: 0.01333rem solid #dddddd;
  border-radius: 0.06667rem;
  padding-left: 1.32rem;
}
.module-wrap .module7 .ps {
  margin-top: 0.46667rem;
  margin-bottom: 0.33333rem;
  width: 8.25333rem;
  font-size: 0.26667rem;
  font-weight: 400;
  color: #666666;
  position: relative;
  margin-left: 0.97333rem;
  line-height: 0.42667rem;
}
.module-wrap .module7 .ps::before {
  content: "";
  background-image: url(/mobile/2023/web/icon-ps.png);
  background-size: 100% 100%;
  width: 0.26667rem;
  height: 0.28rem;
  position: absolute;
  top: 0.05333rem;
  left: -0.45333rem;
}
.module-wrap .module8 {
  padding-top: 0.73333rem;
  background-size: 100%;
  background-position: center -3.04rem;
  background-repeat: no-repeat;
  background-color: #ff740c;
  padding-bottom: 0.57333rem;
}
.module-wrap .module8 .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.48rem;
}
.module-wrap .module8 .tab-list .tab {
  width: 2.88rem;
  line-height: 0.77333rem;
  text-align: center;
  background: rgba(255, 201, 71, 0.5);
  border: 0.01333rem solid rgba(255, 255, 255, 0.5);
  border-radius: 0.38667rem;
  font-size: 0.32rem;
  font-weight: 400;
  color: #ffffff;
}
.module-wrap .module8 .tab-list .tab.active {
  background: -webkit-linear-gradient(right, #ffca47, #ffc244);
  background: linear-gradient(-90deg, #ffca47, #ffc244);
  color: #f44f24;
  border-color: transparent;
}
.module-wrap .module8 .tab-list .tab + .tab {
  margin-left: 0.25333rem;
}
.module-wrap .module8 .tab-content-list {
  height: 13.86667rem;
  width: 9.18667rem;
  margin: 0.46667rem auto 0.54667rem;
  background-color: #fff;
  padding-bottom: 0.56rem;
}
.module-wrap .module8 .tab-content-list .tab-content {
  display: none;
}
.module-wrap .module8 .tab-content-list .tab-content.active {
  display: block;
}
.module-wrap .module8 .tab-content-list .tab-content .pro-img {
  height: 6.17333rem;
  display: block;
  margin: 0 auto;
}
.module-wrap .module8 .tab-content-list .tab-content .pro-dec {
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.module-wrap .module8 .tab-content-list .tab-content .pro-dec .label {
  font-size: 0.32rem;
  font-weight: bold;
  color: #38405b;
  line-height: 0.37333rem;
  position: relative;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.module-wrap .module8 .tab-content-list .tab-content .pro-dec .label::before {
  content: "";
  width: 0.08rem;
  height: 0.33333rem;
  background: #dc5600;
  border-radius: 0.04rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.module-wrap .module8 .tab-content-list .tab-content .pro-dec .content {
  width: 6.97333rem;
  font-size: 0.29333rem;
  font-weight: 500;
  color: #666666;
  line-height: 0.45333rem;
}
.module-wrap .module9 {
  margin-top: 0.26667rem;
  background-color: #fff;
  padding-top: 0.66667rem;
  padding-bottom: 0.81333rem;
}
.module-wrap .module9 .card-list {
  margin-top: 0.92rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0.96rem;
  padding-right: 0.65333rem;
}
.module-wrap .module9 .card-list .card {
  position: relative;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module-wrap .module9 .card-list .card::before {
  width: 0.57333rem;
  height: 0.57333rem;
  background: -webkit-linear-gradient(321deg, rgba(11, 149, 255, 0) 0%, #0b95ff 100%);
  background: linear-gradient(129deg, rgba(11, 149, 255, 0) 0%, #0b95ff 100%);
  opacity: 0.3;
  border-radius: 50%;
  top: -0.13333rem;
  right: 0;
  content: "";
  position: absolute;
}
.module-wrap .module9 .card-list .card .num-wrap {
  font-size: 0.64rem;
  font-weight: bolder;
  color: #0090ff;
  line-height: 0.69333rem;
}
.module-wrap .module9 .card-list .card .num-wrap .unit {
  font-size: 0.4rem;
  font-weight: bolder;
  color: #333333;
  line-height: 0.69333rem;
}
.module-wrap .module9 .card-list .card .dec {
  margin-top: 0.33333rem;
  font-size: 0.37333rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.42667rem;
}
.module-wrap .module9 .teacher-list {
  padding-bottom: 0.4rem;
}
.module-wrap .module9 .teacher-list .teacher {
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: none;
}
.module-wrap .module9 .teacher-list .teacher.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.module-wrap .module9 .teacher-list .teacher::before {
  content: "TEACHER";
  font-size: 1.18667rem;
  font-weight: 800;
  color: #0090ff;
  line-height: 1.24rem;
  opacity: 0.1;
  left: 4.21333rem;
  top: 0.4rem;
  position: absolute;
}
.module-wrap .module9 .teacher-list .teacher .teacher-img {
  width: 4rem;
  height: 5.42667rem;
}
.module-wrap .module9 .teacher-list .teacher .right {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0.44rem;
}
.module-wrap .module9 .teacher-list .teacher .right .teacher-name {
  padding-top: 1.01333rem;
  font-size: 0.88rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.93333rem;
}
.module-wrap .module9 .teacher-list .teacher .right .teacher-post {
  margin-top: 0.12rem;
  font-size: 0.30667rem;
  font-weight: 400;
  color: #0090ff;
  line-height: 0.36rem;
}
.module-wrap .module9 .teacher-list .teacher .right .teacher-dec {
  margin-top: 0.30667rem;
  width: 5.32rem;
  font-size: 0.26667rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.module-wrap .module9 .teacher-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 0.85333rem;
}
.module-wrap .module9 .teacher-icon-list .teacher-icon {
  text-align: center;
  margin: 0 0.08rem;
}
.module-wrap .module9 .teacher-icon-list .teacher-icon.active .teacher-img-wrap {
  border-color: #0090ff;
}
.module-wrap .module9 .teacher-icon-list .teacher-icon.active .teacher-name {
  color: #0090ff;
}
.module-wrap .module9 .teacher-icon-list .teacher-icon .teacher-img-wrap {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  border: 0.09333rem solid transparent;
  overflow: hidden;
  position: relative;
}
.module-wrap .module9 .teacher-icon-list .teacher-icon .teacher-img-wrap .teacher-img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.21333rem;
  height: 1.21333rem;
}
.module-wrap .module9 .teacher-icon-list .teacher-icon .teacher-name {
  margin-top: 0.13333rem;
  font-size: 0.26667rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.32rem;
}
.module-wrap .module10 {
  background-color: #fff;
  margin-top: 0.26667rem;
  padding-top: 0.64rem;
  text-align: center;
  padding-bottom: 0.64rem;
}
.module-wrap .module10 .list10-1 {
  margin-top: 0.68rem;
  height: 7.41333rem;
}
.module-wrap .footer {
  height: 1.46667rem;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 0.01333rem solid #eeeeee;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 3;
}
.module-wrap .footer .left {
  width: 4.53333rem;
  line-height: 0.98667rem;
  border: 0.02667rem solid #ff504a;
  border-radius: 0.49333rem;
  font-size: 0.34667rem;
  font-weight: 500;
  color: #ff504a;
  background: -webkit-linear-gradient(left, #ff504a, #ff3774);
  background: linear-gradient(90deg, #ff504a, #ff3774);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 1.09333rem;
  position: relative;
}
.module-wrap .footer .left::before {
  content: "";
  width: 0.46667rem;
  height: 0.41333rem;
  background-image: url("/mobile/2023/web/free.png");
  background-size: 100% 100%;
  position: absolute;
  top: 0.30667rem;
  left: 0.44rem;
}
.module-wrap .footer .right {
  margin-left: 0.52rem;
  width: 4.53333rem;
  line-height: 0.98667rem;
  background: -webkit-linear-gradient(left, #ff504a, #ff3774);
  background: linear-gradient(90deg, #ff504a, #ff3774);
  border-radius: 0.49333rem;
  font-size: 0.34667rem;
  font-weight: 500;
  color: #ffffff;
  padding-left: 1.53333rem;
  position: relative;
}
.module-wrap .footer .right::before {
  content: "";
  width: 0.45333rem;
  height: 0.45333rem;
  background-image: url("/mobile/2023/web/time.png");
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.85333rem;
}