@keyframes shakeUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateY(-20px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateY(15px);
  }
}
@keyframes swing {
  0%,
  100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(15deg);
  }
  75% {
    transform: rotate(-15deg);
  }
}
header {
  background-image: url(../images/banner-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
header .h-bg {
  width: 100%;
}
header .cont {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
}
header .cont img:nth-child(2) {
  margin-top: 110px;
  margin-bottom: 90px;
}
header .header-p {
  position: absolute;
  top: 200px;
  right: -250px;
  animation: shakeUpDown 10s ease-in-out infinite;
}
nav .logo {
  display: none;
}
.title-wrap {
  margin-bottom: 40px;
}
.title-wrap p {
  text-align: center;
  line-height: 1;
}
.title-wrap .cn {
  color: #0e42d0;
  font-size: 48px;
}
.title-wrap .cn span {
  position: relative;
}
.title-wrap .cn span::before,
.title-wrap .cn span::after {
  content: '';
  display: block;
  width: 60px;
  height: 20px;
  position: absolute;
  background-image: url(../images/title-img.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 30px;
}
.title-wrap .cn span::before {
  left: -90px;
}
.title-wrap .cn span::after {
  right: -90px;
  transform: rotate(180deg);
}
.title-wrap .en {
  color: #999;
  margin-top: 14px;
}
.title-wrap2 .cn,
.title-wrap2 .en {
  color: #fff;
}
.title-wrap2 .cn span::before,
.title-wrap2 .cn span::after {
  background-image: url(../images/title-img2.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#introduce .cc {
  display: flex;
  align-items: flex-start;
}
#introduce .c1 .text {
  margin-left: 45px;
}
#introduce .c2 {
  flex-direction: row-reverse;
  margin-top: 50px;
}
#introduce .c2 .text {
  margin-right: 45px;
}
#introduce .img {
  width: 440px;
}
#introduce .text {
  flex: 1;
}
#introduce .c-title {
  font-size: 24px;
  color: #fff;
  padding-left: 30px;
  line-height: 48px;
  background-image: linear-gradient(90deg, #f19f27, transparent);
  margin-block: 0;
  margin-bottom: 30px;
}
#introduce .content p {
  line-height: 2;
  margin-block: 10px;
}
.pc-hide {
  display: none;
}
#modular1 {
  background-image: url(../images/bg1.png?v=4);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#modular1 .title-wrap {
  width: 354px;
  margin-left: 0;
}
#modular1 .c-title {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
}
#modular1 .content {
  width: 740px;
}
#modular1 .intro-f {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
#modular1 .intro-f > div {
  flex: 1;
  padding: 35px;
}
#modular1 .intro-f > div:nth-child(1) {
  margin-right: 35px;
  background-color: #0e42d0;
}
#modular1 .intro-f > div:nth-child(2) {
  background-color: #f19f27;
}
#modular1 .intro-f .in-title {
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 22px;
}
#modular1 .intro-f .in-title img {
  margin-right: 15px;
}
#modular1 .intro-f .in-title .line {
  display: block;
  flex: 1;
  margin-left: 15px;
  height: 1px;
  background-image: linear-gradient(90deg, #ffffff 0%, transparent 100%);
}
#modular1 .intro-f p {
  color: #fff;
}
#modular2 .pc-show {
  position: relative;
}
#modular2 .pc-show .step-list {
  display: flex;
  position: absolute;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-left: 95px;
  padding-right: 30px;
}
#modular2 .pc-show .step-list .step-item {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  padding-right: 15px;
  height: 220px;
}
#modular2 .pc-show .step-list .step-item::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0e42d0;
  position: absolute;
  left: 0;
  top: 0;
}
#modular2 .pc-show .step-list .step-item::after {
  content: '';
  display: block;
  width: 1px;
  height: 140px;
  background-image: linear-gradient(0deg, transparent 0%, #0e42d0 100%);
  position: absolute;
  top: 8px;
  left: 4px;
}
#modular2 .pc-show .step-list .step-item:first-child {
  position: absolute;
  left: 40px;
  bottom: 120px;
  flex-direction: column;
  width: 140px;
}
#modular2 .pc-show .step-list .step-item:first-child .date {
  position: absolute;
  top: -40px;
}
#modular2 .pc-show .step-list .step-item:nth-child(2) {
  margin-bottom: 50px;
}
#modular2 .pc-show .step-list .step-item:nth-child(3) {
  margin-bottom: 45px;
  height: 190px;
}
#modular2 .pc-show .step-list .step-item:nth-child(4) {
  margin-bottom: 45px;
  height: 190px;
}
#modular2 .pc-show .step-list .step-item:nth-child(5) {
  margin-bottom: 50px;
  height: 190px;
}
#modular2 .pc-show .step-list .step-item:nth-child(6) {
  margin-bottom: 80px;
  height: 190px;
}
#modular2 .pc-show .step-list .step-item:nth-child(7) {
  margin-bottom: 120px;
  height: 190px;
}
#modular2 .pc-show .step-list .step-item:nth-child(8) {
  margin-bottom: 170px;
  height: 200px;
}
#modular2 .pc-show .step-list .step-item:nth-child(9) {
  margin-bottom: 230px;
  height: 180px;
}
#modular2 .pc-show .step-list .step-item:nth-child(9) .info {
  padding-right: 40px;
}
#modular2 .pc-show .step-list .step-item .date {
  color: #0e42d0;
  font-weight: bold;
  font-size: 22px;
}
#modular2 .pc-show .step-list .step-item .info {
  padding-left: 15px;
  font-size: 15px;
}
#modular3 {
  background-image: url(../images/bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
}
#modular3 .social-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-top: 90px;
}
#modular3 .social-list .social-item {
  flex: 1;
  background-image: url(../images/img4.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 35px;
  min-height: 290px;
}
#modular3 .social-list .social-item:nth-child(2) {
  margin: 0 30px;
}
#modular3 .social-list .text p {
  color: #fff;
  line-height: 1.8;
}
#modular3 .social-list .icon {
  text-align: center;
  margin-top: -90px;
  margin-bottom: 20px;
}
#modular3 .s-img {
  margin-top: 80px;
  text-align: center;
}
#modular3 .s-img img {
  width: 100%;
}
#modular4 {
  background-image: url(../images/bg3.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#modular4 .feat-wrap {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 120px;
  position: relative;
}
#modular4 .feat-item {
  position: absolute;
  cursor: pointer;
}
#modular4 .feat-item .icon {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #94a9e1;
  padding: 5px;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 500ms;
}
#modular4 .feat-item .icon::after {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-image: linear-gradient(0deg, #0e42d0 0%, #8b3bea 100%);
  border-radius: 50%;
  top: 5px;
  left: 5px;
  z-index: 10;
}
#modular4 .feat-item .icon img {
  position: relative;
  z-index: 15;
}
#modular4 .feat-item p {
  font-size: 22px;
  line-height: 28px;
}
#modular4 .feat-item.active p {
  color: #f19f27;
}
#modular4 .feat-item.active .icon {
  border-color: #f19f27;
}
#modular4 .feat-item.active .icon::after {
  background-image: none;
  background-color: #f19f27;
}
#modular4 .feat-item1,
#modular4 .feat-item2 {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
#modular4 .feat-item1 .icon,
#modular4 .feat-item2 .icon {
  margin-left: 20px;
}
#modular4 .feat-item1 p,
#modular4 .feat-item2 p {
  text-align: right;
  flex: 1;
}
#modular4 .feat-item3 .icon {
  margin: 0 auto;
}
#modular4 .feat-item3 p {
  margin-top: 20px;
  text-align: center;
}
#modular4 .feat-item4,
#modular4 .feat-item5 {
  display: flex;
  align-items: center;
}
#modular4 .feat-item4 .icon,
#modular4 .feat-item5 .icon {
  margin-right: 20px;
}
#modular4 .feat-item4 p,
#modular4 .feat-item5 p {
  flex: 1;
}
#modular4 .feat-item1 {
  top: 20px;
  right: calc(50% + 90px);
}
#modular4 .feat-item2 {
  top: 200px;
  right: calc(50% + 160px);
}
#modular4 .feat-item3 {
  top: 360px;
  left: 0;
  right: 0;
  margin: auto;
}
#modular4 .feat-item4 {
  top: 200px;
  left: calc(50% + 160px);
}
#modular4 .feat-item5 {
  top: 20px;
  left: calc(50% + 90px);
}
#modular4 .feat-change-wrap {
  margin-top: 90px;
}
#modular4 .feat-change-wrap .feat-change-item {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 3px 3px 19px 1px rgba(7, 0, 129, 0.1);
  padding: 0 30px;
  display: none;
  min-height: 300px;
}
#modular4 .feat-change-wrap .f-title {
  background-image: linear-gradient(90deg, #f19f27 19%, rgba(241, 159, 39, 0.5) 45%, transparent 80%);
  line-height: 48px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding-left: 30px;
  position: relative;
  top: -24px;
}
#modular4 .feat-change-wrap .f-desc {
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.8;
}
#modular4 .feat-change-wrap .f-desc::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: #f19f27;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
}
#modular4 .feat-change-wrap .f-desc b {
  font-size: 18px;
}
#modular5 .training-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#modular5 .training-list .training-item {
  width: 370px;
  margin-bottom: 50px;
  border-radius: 50px 50px 0 50px;
  cursor: pointer;
  transition: 500ms;
}
#modular5 .training-list .training-item:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
}
#modular5 .training-list .training-item:hover .top .icon {
  animation: swing 2s linear infinite;
}
#modular5 .training-list .training-item.active .top .ar {
  transform: rotate(180deg);
}
#modular5 .training-list .training-item .top {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
#modular5 .training-list .training-item .top .icon {
  width: 80px;
  height: 80px;
}
#modular5 .training-list .training-item .top .ar {
  width: 20px;
  height: 20px;
  background-image: url(../images/t-icon0.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: 500ms;
}
#modular5 .training-list .training-item .top .text {
  flex: 1;
  line-height: 50px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding-left: 20px;
}
#modular5 .training-list .training-item:nth-child(1) {
  background-image: linear-gradient(90deg, #f19f27 0%, #de8c13 100%);
}
#modular5 .training-list .training-item:nth-child(2) {
  background-image: linear-gradient(90deg, #f36f6f 0%, #dd5252 100%);
}
#modular5 .training-list .training-item:nth-child(3) {
  background-image: linear-gradient(90deg, #ab71fb 0%, #7122df 100%);
}
#modular5 .training-list .training-item:nth-child(4) {
  background-image: linear-gradient(90deg, #7396f8 0%, #2355dd 100%);
}
#modular5 .training-list .training-item:nth-child(5) {
  background-image: linear-gradient(90deg, #65d4da 0%, #35b6bc 100%);
}
#modular5 .training-list .training-item:nth-child(6) {
  background-image: linear-gradient(90deg, #5fd792 0%, #44c87b 100%);
}
#modular5 .training-list .training-item .bottom {
  padding: 20px 40px;
  display: none;
}
#modular5 .training-list .training-item .bottom p {
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
  list-style-type: disc;
  display: list-item;
  margin-left: 20px;
}
.video-wrap {
  cursor: pointer;
  margin-top: 40px;
}
.video-wrap video {
  width: 100%;
}
.s-table {
  width: 100%;
  border-collapse: collapse;
}
.s-table thead {
  background-image: linear-gradient(-90deg, #8b3aea 0%, #0e42d0 100%);
  color: #fff;
  text-align: center;
}
.s-table thead th {
  height: 60px;
  font-size: 18px;
  border-right: 1px solid #fff;
}
.s-table thead th:first-child {
  width: 170px;
}
.s-table tbody {
  border-bottom: 2px solid #0e42d0;
}
.s-table tbody th {
  color: #0e42d0;
}
.s-table tbody tr {
  height: 60px;
}
.s-table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.s-table tbody tr:nth-child(even) {
  background-color: #f1f3f7;
}
.s-table tbody tr td {
  padding: 25px 30px;
  border-left: 1px solid #e5e5e5;
}
.s-table.s-table2 td {
  text-align: center;
}
#modular7 {
  background-image: url(../images/bg4.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#modular7 .cont {
  padding-left: 530px;
}
#modular7 .title-wrap {
  width: 354px;
  margin-left: 0;
}
#modular7 .app-desc {
  font-size: 18px;
  margin-bottom: 35px;
}
#modular7 .app-setp {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
#modular7 .app-setp span:nth-child(1) {
  margin-right: 20px;
  color: #fff;
  font-weight: bold;
  background-color: #f19f27;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
#modular7 .app-setp span:nth-child(2) {
  flex: 1;
}
#modular7 .app-remark {
  color: #0e42d0;
  padding: 20px 30px;
  background-color: #0e42d010;
}
#modular8 {
  background-image: url(../images/bg5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#modular8 .content p {
  color: #fff;
  line-height: 2;
}
#modular8 .su-title {
  width: 336px;
  line-height: 40px;
  background-image: linear-gradient(90deg, #f19f27 0%, rgba(241, 159, 39, 0.5) 65%, transparent 100%);
  padding-left: 25px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
#modular8 img {
  margin: 30px 0;
}
#modular9 {
  padding-bottom: 0;
}
#modular9 .content {
  position: relative;
  padding-top: 100px;
}
#modular9 .content .step-wrap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
#modular9 .content .step-wrap .step-item {
  flex: 1;
  transition: 500ms;
  cursor: pointer;
}
#modular9 .content .step-wrap .step-item:hover {
  transform: scale(1.1);
}
#modular9 .content .step-wrap .step-item .icon {
  width: 80px;
  height: 80px;
  background-color: #0e42d0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}
#modular9 .content .step-wrap .step-item .icon::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid #0e42d0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  bottom: -10px;
  position: absolute;
}
#modular9 .content .step-wrap .step-item .circle {
  margin: 20px auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: linear-gradient(-90deg, #8b3aea 0%, #0e42d0 100%);
  border: solid 4px #D8E1F7;
}
#modular9 .content .step-wrap .step-item .text {
  color: #0e42d0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#modular9 .content .step-wrap .step-item.active .text {
  color: #f19f27;
}
#modular9 .content .step-wrap .step-item.active .icon {
  background-color: #f19f27;
}
#modular9 .content .step-wrap .step-item.active .icon::after {
  border-top-color: #f19f27;
}
#modular9 .content .step-wrap .step-item.active .circle {
  background-color: #f19f27;
  background-image: none;
  border-color: #FDF0DC;
}
#modular9 .content .step-wrap .step-item:nth-child(1),
#modular9 .content .step-wrap .step-item:nth-child(6) {
  margin-top: 245px;
}
#modular9 .content .step-wrap .step-item:nth-child(2),
#modular9 .content .step-wrap .step-item:nth-child(5) {
  margin-top: 73px;
}
#modular9 .content .step-change-wrap {
  position: absolute;
  z-index: 20;
  top: 280px;
  left: 0;
  right: 0;
  margin: auto;
  width: 656px;
}
#modular9 .content .step-change-wrap .step-change-item {
  display: none;
  background-color: #ffffff;
  box-shadow: 3px 3px 19px 1px rgba(7, 0, 129, 0.1);
  border-radius: 76px;
  padding: 38px 180px 38px 56px;
  background-image: url(../images/a-icon7.png);
  background-position: right 50px center;
  background-repeat: no-repeat;
}
#modular9 .content .step-change-wrap .step-change-item .step-change-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
.scholar {
  background-image: url(../images/bg6.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 300px;
}
.scholar .info {
  display: flex;
  border: solid 1px #0e42d0;
  border-radius: 30px;
  max-width: 760px;
  padding: 30px 40px;
}
.scholar .info .icon {
  text-align: center;
  white-space: nowrap;
  margin-right: 40px;
}
.scholar .info .icon p {
  color: #0e42d0;
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}
.scholar .info .r {
  border-left: 1px dashed #0e42d0;
  padding-left: 35px;
  flex: 1;
}
.scholar .info .r p {
  line-height: 30px;
  font-size: 18px;
}
#modular10 {
  padding-bottom: 50px;
}
#modular10 .s-table {
  margin-bottom: 40px;
}
#modular10 .desc {
  color: #999;
  font-size: 14px;
  line-height: 26px;
}
#modular11 {
  background-image: linear-gradient(90deg, #0f42d0 0%, #8b3bea 100%);
}
#modular11 .cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#modular11 .cont .f-logo {
  margin-bottom: 40px;
}
#modular11 .cont .de p,
#modular11 .cont .de a {
  color: #fff;
}
#modular11 .cont .de img {
  margin-right: 15px;
}
#modular11 .cont .de p {
  margin-bottom: 30px;
}
#modular11 .cont .rr {
  display: flex;
}
#modular11 .cont .rr .code-item {
  margin-left: 30px;
  text-align: center;
  width: 130px;
  position: relative;
}
#modular11 .cont .rr p {
  margin-top: 15px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
}
.pc-hide {
  display: block;
}
header {
  background-image: url(../images/m-bg1.png?v=1);
}
header .cont {
  margin-top: 0.5rem;
  padding-left: 0.2rem;
  align-items: flex-start;
}
header .cont img:nth-child(3) {
  width: 4.5rem;
}
header .header-p {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2rem;
}
.title-wrap .cn {
  font-size: 0.56rem;
  font-weight: bold;
}
.title-wrap .cn span {
  background: linear-gradient(to right, #0e42d0, #8b3aea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title-wrap .cn span::before,
.title-wrap .cn span::after {
  top: 0.2rem;
}
.title-wrap .cn span::before {
  background-image: url(../images/title-img3.png);
  left: -1.2rem;
}
.title-wrap .cn span::after {
  background-image: url(../images/title-img3.png);
  right: -1.2rem;
}
.title-wrap .en {
  font-size: 0.2rem;
}
#introduce {
  background-image: none;
}
#introduce .cc {
  flex-direction: column-reverse;
  border-radius: 0.2rem;
  padding: 0.8rem 0.5rem 0.5rem;
  position: relative;
}
#introduce .c1 {
  border: 1px solid #0e42d0;
  background-image: linear-gradient(0deg, #e1e9ff 0%, #ffffff 100%);
}
#introduce .c1 .text {
  margin-left: 0;
}
#introduce .c1 .c-title {
  background-image: url(../images/in-title-bg.png);
}
#introduce .c2 {
  border: 1px solid #8a3cea;
  background-image: linear-gradient(0deg, #f3eaff 0%, #ffffff 100%);
}
#introduce .c2 .text {
  margin-right: 0;
}
#introduce .c2 .c-title {
  background-image: url(../images/in-title-bg2.png);
}
#introduce .img {
  width: 100%;
  margin-bottom: 0.4rem;
  margin-top: 0.3rem;
}
#introduce p {
  color: #5d698a;
}
#introduce .content p {
  line-height: 1.5;
}
#introduce .c-title {
  line-height: 0.58rem;
  padding-left: 0.36rem;
  position: absolute;
  left: 0;
  top: -0.35rem;
  padding: 0.1rem 0 0.4rem 0.5rem;
  width: 4.22rem;
  color: #fff;
  font-size: 0.3rem;
  font-weight: bold;
  background: no-repeat;
  background-size: 100% auto;
}
#modular1 {
  background-image: url(../images/m-bg2.jpg);
  background-position: center bottom;
  background-size: 100% auto;
  padding-bottom: 5rem;
}
#modular1 .title-wrap {
  margin: 0 auto 40px;
}
#modular1 .content {
  width: 100%;
}
#modular1 .c-title {
  font-size: 0.3rem;
  margin-bottom: 0.3rem;
}
#modular1 p {
  color: #5d698a;
}
#modular1 .intro-f {
  display: block;
  margin-top: 0.4rem;
}
#modular1 .intro-f > div {
  padding: 0.4rem;
}
#modular1 .intro-f > div:nth-child(1) {
  margin-right: 0;
  margin-bottom: 0.4rem;
}
#modular1 .intro-f > div:nth-child(2) {
  background-color: #8a3bea;
}
#modular1 .intro-f .in-title {
  font-size: 0.3rem;
  margin-bottom: 0.3rem;
}
#modular1 .intro-f .in-title img {
  height: 0.5rem;
  margin-right: 0.15rem;
}
#modular2 {
  background-image: url(../images/m-bg3.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  padding-bottom: 4rem;
}
#modular3 {
  background-color: #eef3ff;
  background-image: unset;
}
#modular3 .title-wrap .en {
  color: #999;
}
#modular3 .social-list {
  display: block;
  margin-top: 0;
}
#modular3 .social-list .social-item {
  min-height: unset;
  padding: 0 0 0 0.3rem;
  position: relative;
  border-radius: 0.2rem;
  background: none;
  margin-top: 0.4rem;
}
#modular3 .social-list .social-item::before {
  content: '';
  display: block;
  background-image: url(../images/star.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  left: 0;
  top: 0.1rem;
}
#modular3 .social-list .social-item:nth-child(2) {
  margin-top: 0.4rem;
  margin-left: 0;
  margin-right: 0;
}
#modular3 .social-list .social-item .icon {
  display: none;
}
#modular3 .social-list .social-item .text p {
  color: #5d698a;
}
#modular3 .s-img {
  padding-right: 0.5rem;
}
#modular3 .honour-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
#modular3 .honour-list .honour-item {
  text-align: center;
  border: 1px dashed #0e42d0;
  background-color: #fff;
  border-radius: 0.2rem;
  width: 48.5%;
  margin-bottom: 0.2rem;
  padding: 0.3rem 0;
}
#modular3 .honour-list .honour-item p {
  text-align: center;
  color: #5d698a;
  font-size: 0.22rem;
}
#modular3 .honour-list .honour-item .h-t {
  color: #0e42d0;
  font-weight: bold;
  font-size: 0.3rem;
  margin-bottom: 0.15rem;
}
#modular4 {
  background-image: linear-gradient(0deg, #8a3bea 0%, #0e42d0 100%);
}
#modular4 .title-wrap .cn {
  color: #fff;
}
#modular4 .title-wrap .cn span {
  background-image: linear-gradient(to right, #fff, #fff);
}
#modular4 .title-wrap .cn span::before,
#modular4 .title-wrap .cn span::after {
  background-image: url(../images/title-img5.png);
}
#modular4 .title-wrap .en {
  color: #fff;
}
#modular4 .m-feat-wrap {
  position: relative;
}
#modular4 .m-feat-wrap > img {
  margin-left: -0.3rem;
  width: 3rem;
}
#modular4 .m-feat-wrap .m-feat-item {
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
#modular4 .m-feat-wrap .m-feat-item p {
  color: #fff;
  font-size: 0.24rem;
  flex: 1;
  line-height: 1.2;
}
#modular4 .m-feat-wrap .m-feat-item .icon {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-image: linear-gradient(114deg, #ffffff 0%, #b4bbfc 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.15rem;
}
#modular4 .m-feat-wrap .m-feat-item .icon img {
  width: 0.27rem;
}
#modular4 .m-feat-wrap .m-feat-item.active .icon {
  background-image: linear-gradient(0deg, #f19f27 0%, #ffcf88 100%);
}
#modular4 .m-feat-wrap .m-feat-item.active p {
  color: #ffb850;
}
#modular4 .m-feat-wrap .m-feat-item1 {
  left: 1.2rem;
  top: -0.2rem;
}
#modular4 .m-feat-wrap .m-feat-item5 {
  left: 1.2rem;
  bottom: -0.4rem;
}
#modular4 .m-feat-wrap .m-feat-item2 {
  left: 2.3rem;
  top: 0.6rem;
}
#modular4 .m-feat-wrap .m-feat-item4 {
  left: 2.3rem;
  bottom: 0.6rem;
}
#modular4 .m-feat-wrap .m-feat-item3 {
  left: 2.8rem;
  top: 1.9rem;
}
#modular4 .feat-change-wrap .feat-change-item {
  background-color: #fff;
  padding: 0 0.4rem 0.57rem;
}
#modular4 .feat-change-wrap .f-title {
  background-image: none;
  background-color: #f19f27;
  line-height: 1.5;
  font-size: 0.28rem;
  top: -0.29rem;
  padding: 0.1rem 0.3rem;
}
#modular4 .feat-change-wrap .f-desc {
  margin-bottom: 0.15rem;
  color: #5d698a;
}
#modular4 .feat-change-wrap .f-desc b {
  font-size: 0.24rem;
  color: #0e42d0;
}
#modular5 {
  padding-bottom: 0;
}
#modular5 .training-list {
  justify-content: space-between;
}
#modular5 .training-list .training-item {
  border-radius: 0.5rem 0.5rem 0 0.5rem;
  width: 3.3rem;
  margin-bottom: 0.5rem;
}
#modular5 .training-list .training-item .top {
  padding: 0 0.1rem;
}
#modular5 .training-list .training-item .top .text {
  line-height: 0.9rem;
  font-size: 0.24rem;
  padding-left: 0.1rem;
}
#modular5 .training-list .training-item .top .icon {
  width: 0.7rem;
  height: 0.7rem;
}
#modular5 .training-list .training-item .top .ar {
  width: 0.2rem;
  height: 0.2rem;
  background-size: contain;
}
#modular5 .training-list .training-item .bottom {
  padding: 0.2rem 0.3rem;
}
#modular5 .training-list .training-item .bottom p {
  font-size: 0.2rem;
  margin-bottom: 0.15rem;
}
#modular6 .pro-item {
  padding: 0.5rem 0.3rem 0.8rem 0.2rem;
  color: #fff;
  background-image: url(../images/s1img.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 1.5rem auto;
}
#modular6 .pro-item .pro-item-title {
  background-image: url(../images/m-item-title.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 0.6rem;
  left: 0.6rem;
  text-align: center;
  width: 3.9rem;
  line-height: 0.7rem;
  font-weight: bold;
  font-size: 0.3rem;
}
#modular6 .pro-item:nth-child(1) {
  background-color: #0e42d0;
  background-position: right 0.7rem bottom 1rem;
}
#modular6 .pro-item:nth-child(1) .pro-item-title {
  color: #0e42d0;
}
#modular6 .pro-item:nth-child(2) {
  background-color: #8a3bea;
  background-image: linear-gradient(180deg, #8a3bea 0%, #0e42d0 100%);
  background-position: unset;
  background-size: 100% 100%;
  position: relative;
}
#modular6 .pro-item:nth-child(2) .pro-item-title {
  color: #8a3bea;
}
#modular6 .pro-item:nth-child(2)::after {
  content: '';
  display: none;
}
#modular6 .pro-item .pro-item-ii {
  margin-left: 0.25rem;
  display: flex;
  margin-top: 0.3rem;
  font-size: 0.24rem;
}
#modular6 .pro-item .pro-item-ii .l {
  font-weight: bold;
  white-space: nowrap;
  margin-right: 0.6rem;
}
#modular6 .pro-item .pro-item-ii .r {
  flex: 1;
  line-height: 1.5;
}
#modular6 .pro-item .pro-item-ii .r-ii {
  display: flex;
  margin-bottom: 0.2rem;
}
#modular6 .pro-item .pro-item-ii .r-ii .ll {
  width: 1rem;
}
#modular6 .pro-item .pro-item-ii .r-ii .rr {
  flex: 1;
  margin-left: 0.3rem;
}
.s-table thead th {
  font-size: 0.2rem;
  height: 0.8rem;
}
.s-table thead th:first-child {
  width: 1.2rem;
}
.s-table tbody {
  font-size: 0.2rem;
}
.s-table tbody tr td {
  padding: 0.15rem 0.2rem;
}
.s-table2 tbody {
  font-size: 0.24rem;
}
#modular7 {
  background-color: #f1f3f7;
  background-image: url(../images/m-bg6.jpg);
  background-position: bottom center;
  background-size: 100% auto;
}
#modular7 .title-wrap {
  width: 100%;
  margin: 0 auto 0.4rem;
}
#modular7 .cont {
  padding-left: 0;
}
#modular7 .content {
  padding-bottom: 4rem;
}
#modular7 .app-desc {
  font-size: 0.28rem;
  margin-bottom: 0.4rem;
}
#modular7 .app-setp {
  margin-bottom: 0.4rem;
}
#modular7 .app-setp span:nth-child(1) {
  background-color: #0e42d0;
}
#modular7 .app-remark {
  background-image: linear-gradient(-90deg, #8a3bea 0%, #0e42d0 100%);
  color: #fff;
  padding: 0.25rem 0.34rem 0.2rem 0.42rem;
}
#modular8 {
  background-color: #0e42d0;
  background-image: url(../images/m-bg7.jpg);
  background-position: bottom center;
  background-size: 100% auto;
}
#modular8 .content p {
  line-height: 1.5;
}
#modular8 .content .su-title {
  width: 5rem;
  line-height: 0.58rem;
  font-size: 0.26rem;
  padding-left: 0.3rem;
  margin-bottom: 0.3rem;
  background-image: linear-gradient(90deg, #ffffff60 0%, transparent 100%);
  line-height: 0.6rem;
}
#modular8 .title-wrap .cn span {
  background-image: linear-gradient(to right, #fff, #fff);
}
#modular8 .title-wrap .cn span::before,
#modular8 .title-wrap .cn span::after {
  background-image: url(../images/title-img5.png);
}
.video-wrap {
  margin-top: 0.15rem;
}
#modular9 .content {
  padding-top: 0;
  margin-top: -0.4rem;
}
#modular9 .content .step-wrap .step-item.active .icon {
  background-color: #8a3bea;
}
#modular9 .content .step-wrap .step-item.active .icon::after {
  border-top-color: #8a3bea;
}
#modular9 .content .step-wrap .step-item.active .circle {
  background-color: #8a3bea;
  border-color: #ecdffc;
}
#modular9 .content .step-wrap .step-item.active .text {
  color: #8a3bea;
}
#modular9 .content .step-wrap .step-item .icon {
  width: 0.8rem;
  height: 0.8rem;
}
#modular9 .content .step-wrap .step-item .icon::after {
  bottom: -0.1rem;
}
#modular9 .content .step-wrap .step-item .icon img {
  max-width: 0.36rem;
}
#modular9 .content .step-wrap .step-item .circle {
  width: 0.2rem;
  height: 0.2rem;
  margin: 0.2rem auto;
}
#modular9 .content .step-wrap .step-item .text {
  font-size: 0.23rem;
  width: 4em;
}
#modular9 .content .step-wrap .step-item:nth-child(1),
#modular9 .content .step-wrap .step-item:nth-child(6) {
  margin-top: 2rem;
}
#modular9 .content .step-wrap .step-item:nth-child(2),
#modular9 .content .step-wrap .step-item:nth-child(5) {
  margin-top: 1.1rem;
}
#modular9 .content .step-wrap .step-item:nth-child(3),
#modular9 .content .step-wrap .step-item:nth-child(4) {
  margin-top: 0.7rem;
}
#modular9 .content .step-change-wrap {
  top: 4.8rem;
  width: 100%;
  border-radius: 0.8rem;
}
#modular9 .content .step-change-wrap .step-change-item {
  padding: 0.4rem 1rem 0.4rem 0.6rem;
  background-position: center right 0.2rem;
  background-size: 1rem auto;
}
#modular9 .content .step-change-wrap .step-change-item .step-change-title {
  font-size: 0.24rem;
  color: #5d698a;
}
#modular9 .content .step-change-wrap .step-change-item .step-change-text {
  font-size: 0.18rem;
  color: #5d698a;
}
.scholar {
  background-color: #f1f3f7;
  background-image: url(../images/m-bg-8.png);
  background-position: bottom center;
  background-size: 100% auto;
  min-height: 6.5rem;
}
.scholar .info {
  background-image: linear-gradient(90deg, #0e42d0 0%, #8a3bea 100%);
  padding: 0.35rem 0.3rem;
  border-radius: 0.3rem;
  align-items: center;
}
.scholar .info .icon {
  margin-right: 0.3rem;
}
.scholar .info .icon img {
  width: 0.5rem;
  margin: 0 auto;
}
.scholar .info .icon p {
  margin-top: 0.15rem;
  font-size: 0.24rem;
  color: #fff;
}
.scholar .info .r {
  padding-left: 0.3rem;
  border-color: #fff;
}
.scholar .info .r p {
  color: #fff;
  font-size: 0.24rem;
  line-height: 1.8;
}
#modular10 {
  padding-bottom: 0.5rem;
}
#modular10 .s-table {
  margin-bottom: 0.4rem;
}
#modular10 .desc {
  font-size: 0.22rem;
}
#modular11 .cont {
  display: block;
}
#modular11 .cont .f-logo {
  width: 4.2rem;
  margin-bottom: 0.4rem;
}
#modular11 .cont .de p {
  font-size: 0.24rem;
  margin-bottom: 0.15rem;
  display: flex;
}
#modular11 .cont .de p > span:nth-child(1) {
  white-space: nowrap;
}
#modular11 .cont .de p a {
  flex: 1;
}
#modular11 .cont .rr {
  justify-content: space-between;
  margin-top: 0.5rem;
}
#modular11 .cont .rr .code-item {
  margin-left: unset;
  width: 1.5rem;
}
#modular11 .cont .rr .code-item img {
  width: 100%;
}
#modular11 .cont .rr p {
  font-size: 0.24rem;
  margin-top: 0.15rem;
  white-space: unset;
  position: unset;
  text-align: center;
  transform: unset;
}
body {
  max-width: 768px;
}
.cont {
  width: 100%;
}
.pydw.list1 {
  display: flex;
  justify-content: space-between;
}
.pydw.list1 img {
  width: 3.32rem;
}
.pydw.list2 {
  margin-top: 0.6rem;
  text-align: center;
}
.pydw.list2 img {
  width: 6.3rem;
}
