header img {
  width: 100%;
}
.pc-hide {
  display: none;
}
.title-wrap {
  font-weight: bold;
}
.title-wrap .cn {
  color: #a41034;
  font-size: 40px;
}
.title-wrap .en {
  color: #c9a062;
  font-size: 24px;
}
.title-wrap.light .cn {
  color: #fff;
}
.text-center {
  text-align: center;
}
.content-title {
  font-size: 30px !important;
  padding-left: 11px;
  border-left: 5px solid #c9a062;
  line-height: 1 !important;
  margin-bottom: 15px;
}
.light {
  color: #fff;
}
.main-color {
  color: #a41034;
}
.font-bold {
  font-weight: bold;
}
#modular0 .content {
  display: flex;
  flex-wrap: nowrap;
}
#modular0 .h-p {
  font-size: 18px;
}
#modular1 {
  background-color: #f9f9f9;
  background-image: url(../images/logo-large.png);
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
}
#modular1::after {
  content: '';
  display: block;
  position: absolute;
  height: calc(100% - 120px);
  width: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/img1.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}
#modular1 .text {
  width: 748px;
  background-color: #fff;
  padding: 60px 72px 86px 60px;
  position: relative;
  z-index: 30;
}
#modular1 .text p {
  font-size: 18px;
  line-height: 2;
}
#modular1 .content {
  position: relative;
  z-index: 20;
  padding-bottom: 65px;
}
#modular1 .content::before {
  content: '';
  display: block;
  width: 1200px;
  height: 158px;
  background-color: #c9a062;
  z-index: 22;
  position: absolute;
  bottom: 0;
  left: calc(155px - 1200px);
}
#modular2 {
  background-image: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
#modular2 .pro-list {
  margin-top: 25px;
  color: #fff;
}
#modular2 .pro-list .pro-item {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 2px;
}
#modular2 .pro-list .left {
  width: 222px;
  min-height: 60px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9a062;
}
#modular2 .pro-list .right {
  flex: 1;
  padding: 20px 50px;
  background-color: #a4103480;
  display: flex;
  line-height: 1.8;
  align-items: center;
}
#modular2 .pro-list .right.text-center {
  justify-content: center;
}
#modular3 {
  background-image: url(../images/bg2.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
#modular3 .process-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#modular3 .process-list li {
  display: flex;
  justify-content: center;
  align-items: center;
}
#modular3 .process-list li img:nth-child(2) {
  display: none;
}
#modular3 .process-list li.active img:nth-child(1) {
  display: none;
}
#modular3 .process-list li.active img:nth-child(2) {
  display: block;
}
#modular3 .process-list .process-item {
  width: 120px;
  height: 120px;
  background-image: linear-gradient(-26deg, #ed355f 0%, #f5fcff 100%);
  border-radius: 50%;
  cursor: pointer;
}
#modular3 .process-list .process-item.active {
  background-image: linear-gradient(-27deg, #cfa364 0%, #fef8f2 100%);
}
#modular3 .process-change {
  margin-top: 50px;
}
#modular3 .process-change-item {
  background-color: #fff;
  box-shadow: 0 0 32px 20px #a5a5a524;
  padding: 60px;
  position: relative;
  display: none;
}
#modular3 .process-change-item::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 0;
  background-image: url(../images/sanjiaoxing.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}
#modular3 .process-change-item:nth-child(1)::before {
  left: 50px;
}
#modular3 .process-change-item:nth-child(2)::before {
  left: 320px;
}
#modular3 .process-change-item:nth-child(3)::before {
  left: 590px;
}
#modular3 .process-change-item:nth-child(4)::before {
  left: 860px;
}
#modular3 .process-change-item:nth-child(5)::before {
  left: 1130px;
}
#modular3 .process-change-item .inner {
  display: flex;
  flex-wrap: nowrap;
}
#modular3 .process-change-item .inner .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid #a41034;
}
#modular3 .process-change-item .inner .left .count {
  font-size: 60px;
  line-height: 1;
  background: linear-gradient(to bottom, #c9a062, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#modular3 .process-change-item .inner .left .title {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  color: #a41034;
  margin-top: -10px;
}
#modular3 .process-change-item .inner .right {
  flex: 1;
}
#modular3 .process-change-item .inner .right .cc {
  display: flex;
  flex-wrap: wrap;
}
#modular3 .process-change-item .inner .right p {
  min-width: 50%;
}
#modular4 {
  background-image: url(../images/bg3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#modular5 .teacher-swiper {
  position: relative;
}
#modular5 .teacher-swiper .swiper-button-next::after,
#modular5 .teacher-swiper .swiper-button-prev::after {
  display: none;
}
#modular5 .teacher-swiper .swiper-button-prev {
  left: -70px;
}
#modular5 .teacher-swiper .swiper-button-next {
  right: -70px;
}
#modular5 .teacher-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 30px;
}
#modular5 .teacher-list .teacher-item {
  width: 32%;
  margin-top: 30px;
  background-color: #fff;
  border-bottom: 10px solid #a41034;
  border-radius: 10px;
  padding: 30px 15px 100px;
  background-image: url(../images/img4.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.14);
}
#modular5 .teacher-list .top {
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
#modular5 .teacher-list .top::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, transparent, #c9a062, transparent);
  position: absolute;
  bottom: 0;
}
#modular5 .teacher-list .top .photo {
  margin-right: 15px;
  border: 2px solid #c9a062;
  border-radius: 50%;
}
#modular5 .teacher-list .top .r {
  flex: 1;
}
#modular5 .teacher-list .top .name {
  color: #c9a062;
  line-height: 36px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
#modular5 .teacher-list .photo {
  width: 94px;
  height: 94px;
}
#modular5 .teacher-list .desc {
  line-height: 1.5;
}
#modular5 .mm {
  margin-top: 60px;
  padding: 60px 0;
  background-image: url(../images/bg4.jpg);
  background-size: cover;
}
#modular5 .tt-list {
  margin-top: 15px;
}
#modular5 .tt-list .tt-header {
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 42px;
  border-bottom: 1px solid #fff;
  background-color: #c9a062;
}
#modular5 .tt-list .tt-header span {
  font-size: 14px;
}
#modular5 .tt-list .tt-item {
  display: flex;
  border-bottom: 1px solid #fff;
  color: #fff;
}
#modular5 .tt-list .tt-item div {
  padding: 8px 0;
}
#modular5 .tt-list .tt-item .l {
  width: 177px;
  text-align: center;
}
#modular5 .assets {
  padding: 60px 0;
}
#modular5 .assets .content {
  border-radius: 35px;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.14);
}
#modular5 .assets .as-tab {
  display: flex;
  flex-wrap: nowrap;
  border-radius: 35px;
  background-color: #c9a062;
}
#modular5 .assets .as-tab .as-tab-item {
  flex: 1;
  text-align: center;
  color: #fff;
  font-size: 20px;
  border-radius: 35px;
  line-height: 70px;
  cursor: pointer;
}
#modular5 .assets .as-tab .as-tab-item.active {
  background-color: #a41034;
}
#modular5 .assets .as-change-item {
  display: none;
  padding: 40px 40px 80px;
}
#modular6 {
  background-image: url(../images/bg5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#modular6 .acad-tab {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
#modular6 .acad-tab .acad-tab-item {
  color: #333;
  background-color: #fff;
  text-align: center;
  width: 230px;
  line-height: 67px;
  margin: 0 20px;
  font-size: 22px;
  position: relative;
}
#modular6 .acad-tab .acad-tab-item.active {
  background-color: #c9a062;
  color: #fff;
}
#modular6 .acad-tab .acad-tab-item.active::after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid #c9a062;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
#modular6 .acad-change {
  margin-top: 40px;
}
#modular6 .acad-change .acad-change-item {
  display: none;
}
#modular7 {
  background-image: url(../images/bg7.png);
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#modular7 .content {
  position: relative;
}
#modular7 .content .text {
  text-indent: 2em;
  margin-bottom: 40px;
}
#modular7 .img-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
#modular7 .img-list img:nth-child(2) {
  margin: 0 30px;
}
#modular7 .ts-swiper .swiper-slide {
  width: 600px;
}
#modular7 .ts-swiper {
  padding: 0;
  margin: 0 auto;
  position: relative;
}
#modular7 .ts-swiper::before,
#modular7 .ts-swiper::after {
  content: '';
  display: block;
  width: calc(50% - 600px);
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
}
#modular7 .ts-swiper::before {
  left: 0;
}
#modular7 .ts-swiper::after {
  right: 0;
}
#modular7 .ts-swiper .swiper-slide {
  width: 600px;
  position: relative;
}
#modular7 .ts-swiper .swiper-slide span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #ffffff;
  background-image: linear-gradient(0deg, #0d2374, transparent);
  text-align: center;
  z-index: 10;
}
#modular7 .ts-swiper .swiper-slide img {
  display: block;
}
#modular7 .ts-swiper .swiper-slide.swiper-slide-active::after {
  display: none;
}
#modular7 .ts-swiper .swiper-button-prev::after,
#modular7 .ts-swiper .swiper-button-next::after {
  display: none;
}
#modular7 .ts-swiper .swiper-button-prev {
  left: calc(50% - 680px);
  width: 41px;
}
#modular7 .ts-swiper .swiper-button-next {
  right: calc(50% - 680px);
  width: 41px;
}
#modular8 {
  background-image: url(../images/bg6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#modular8 .student-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#modular8 .student-list .student-item {
  margin-top: 40px;
  width: 33%;
  display: flex;
}
#modular8 .student-list .l {
  margin-right: 10px;
}
#modular8 .student-list .r {
  flex: 1;
}
#modular8 .student-list p {
  color: #fff;
  font-size: 14px;
}
#modular8 .student-list .name {
  color: #c9a062;
  font-size: 20px;
}
#modular8 .student-swiper {
  position: relative;
}
#modular8 .student-swiper .swiper-button-next::after,
#modular8 .student-swiper .swiper-button-prev::after {
  display: none;
}
#modular8 .student-swiper .swiper-button-prev {
  left: -70px;
}
#modular8 .student-swiper .swiper-button-next {
  right: -70px;
}
.form-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-group .left {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.form-group .right {
  width: 295px;
  align-self: center;
}
.form-group .form-item {
  width: 45%;
  display: flex;
  /*设为伸缩容器*/
  flex-flow: row;
  margin-right: 5%;
  /*伸缩项目单行排列*/
  /* justify-content: space-between; */
  border-radius: 10px;
  margin-bottom: 0.2rem;
}
.form-group .form-item input,
.form-group .form-item textarea,
.form-group .form-item select {
  width: 326px;
  height: 50px;
  outline: 0;
  border-radius: 10px;
  border: solid 1px #999999;
  text-align: right;
  color: #777;
  padding: 10px 15px;
  background: none;
}
.form-group .form-item input:focus,
.form-group .form-item input:focus {
  border-color: #a41034;
  box-shadow: 0 0 0 2px #a410343d;
}
.form-group .form-item input.error {
  color: red;
}
.form-group .form-item input.error::-webkit-input-placeholder {
  color: red;
}
.form-group .form-item textarea {
  padding: 0.26rem 0;
  text-align: left;
}
.form-group .form-item input[type="radio"] {
  width: unset;
  height: unset;
  display: inline-block;
  margin-left: 15px;
  margin-right: 5px;
  cursor: pointer;
}
.form-group .form-item .text-danger {
  color: #d73131;
}
.form-group .form-item .label {
  width: 5em;
  flex-shrink: 0;
  text-align: right;
  margin-right: 1em;
  align-self: center;
}
.form-group .form-item2 .label {
  width: 15em;
}
.form-group .form-item2 .radios-group {
  display: flex;
}
.form-group .form-item2 .radios-group label {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.form-group .form-item2 .radios-group.error label {
  color: red;
}
.form-group .submit {
  width: 157px;
  height: 45px;
  background-color: #a41034;
  border-radius: 10px;
  color: #fff;
  margin-top: 20px;
  cursor: pointer;
  border: unset;
  outline: unset;
}
#footer {
  background-image: url(../images/footer-bg.jpg);
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}
#footer .contact-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 30px;
}
#footer .contact-wrap .left {
  font-size: 18px;
}
#footer .contact-wrap .left img {
  margin-right: 15px;
  width: 16px;
}
#footer .contact-wrap .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
#footer .contact-wrap .right div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#footer .contact-wrap .right p {
  text-align: center;
}
#footer .mbachina {
  text-align: center;
  display: block;
  color: #000;
  opacity: 0.6;
  margin-top: 60px;
}
#modular9 {
  background-image: url(../images/DroitStock_274921829_Medium.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#modular9 .content {
  border-radius: 0.2rem;
  padding: 0.3rem 0.4rem;
  background-color: #fff;
  box-shadow: 0 0 20px 0 #6d6d6d80;
}
#modular9 .scholarship-block {
  display: flex;
  align-items: center;
  gap: 60px;
}
#modular9 .scholarship-block > div:nth-child(1) {
  flex: 1.2;
}
#modular9 .scholarship-block > div:nth-child(2) {
  flex: 1;
}
#modular9 .scholarship-block .scholarship-title {
  margin-bottom: 15px;
}
#modular9 .scholarship-block .scholarship-title p {
  display: inline-block;
  color: #a41034;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 2px solid #a41034;
  position: relative;
  padding-right: 20px;
}
#modular9 .scholarship-block .scholarship-title p::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #a41034;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: -5px;
}
#modular9 .scholarship-block ol {
  padding-left: 15px;
}
#modular9 .scholarship-block ol li {
  display: list-item;
  list-style: decimal;
  line-height: 2;
}
#modular9 .scholarship-block .table-li .row {
  display: flex;
  margin-top: 10px;
  height: 60px;
  align-items: center;
}
#modular9 .scholarship-block .table-li .row > div {
  flex: 1;
  text-align: center;
  color: #fff;
}
#modular9 .scholarship-block .table-li .t-head .row {
  background-color: #c9a062;
}
#modular9 .scholarship-block .table-li .t-body .row {
  background-color: #a41034;
}
#modular10 {
  position: relative;
  overflow: hidden;
}
#modular10 > img {
  width: 100%;
  min-width: 1920px;
  position: relative;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
#modular10 .yuyue {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
#modular10 .yuyue .l {
  margin-right: 30px;
}
#modular10 .yuyue .r {
  color: #fff;
  line-height: 1.6;
}
#modular10 .yuyue .r .zb {
  font-size: 36px;
  font-weight: 600;
}
#modular10 .yuyue .r .desc {
  font-size: 18px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 15px;
}
#modular10 .yuyue .r .desc img {
  position: relative;
  top: -2px;
}
#modular10 .yuyue .r .l2 {
  font-size: 22px;
}
#modular10 .yuyue .r .l3 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .pc-show {
    display: none;
  }
  .pc-hide {
    display: block;
  }
  .title-wrap .cn {
    font-size: 0.4rem;
  }
  .title-wrap .en {
    font-size: 0.28rem;
  }
  #modular0 .content {
    display: block;
  }
  #modular0 .h-p {
    font-size: 0.3rem;
  }
  .form-group {
    display: block;
  }
  .form-group .form-item {
    width: 100%;
    margin-right: 0;
  }
  .form-group .form-item input,
  .form-group .form-item textarea,
  .form-group .form-item select {
    width: 100%;
    height: 0.8rem;
    outline: 0;
    border-radius: 0.1rem;
  }
  .form-group .right {
    width: 100%;
    font-size: 0.24rem;
  }
  .form-group .submit {
    display: block;
    margin: 0.3rem auto 0;
  }
  #modular1 {
    background-position: center;
    background-size: contain;
  }
  #modular1::after {
    display: none;
  }
  #modular1 .text {
    width: 100%;
    padding: 0.3rem;
    background-color: rgba(255, 255, 255, 0.8);
  }
  #modular1 .text p {
    font-size: 0.24rem;
  }
  #modular1 .content {
    padding-bottom: 0;
  }
  #modular1 .content::before {
    display: none;
  }
  .content-title {
    font-size: 0.32rem !important;
    border-width: 0.04rem;
    padding-left: 0.1rem;
  }
  #modular2 .pro-list .left {
    width: 1.8rem;
    font-size: 0.28rem;
  }
  #modular2 .pro-list .right {
    padding: 0.15rem 0.3rem;
    font-size: 0.24rem;
  }
  #modular3 .process-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  #modular3 .process-list .process-item {
    width: 1.4rem;
    height: 1.4rem;
    margin-bottom: 0.3rem;
  }
  #modular3 .process-list .process-item img {
    width: 0.5rem;
  }
  #modular3 .process-list .process-j {
    width: 1rem;
    height: 1.4rem;
  }
  #modular3 .process-list .process-j:nth-child(6) {
    display: none;
  }
  #modular3 .process-change {
    margin-top: 0.5rem;
  }
  #modular3 .process-change-item {
    padding: 0.3rem;
  }
  #modular3 .process-change-item::before {
    display: none;
  }
  #modular3 .process-change-item .inner {
    display: block;
  }
  #modular3 .process-change-item .inner .left {
    display: block;
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
    margin-bottom: 0.15rem;
  }
  #modular3 .process-change-item .inner .left .count {
    font-size: 0.32rem;
    color: #c9a062;
    -webkit-text-fill-color: unset;
  }
  #modular3 .process-change-item .inner .left .title {
    font-size: 0.3rem;
  }
  #modular4 .scroll-wrap {
    overflow-x: auto;
  }
  #modular4 .scroll-wrap img {
    width: 14rem;
    max-width: unset;
  }
  #modular5 .swiper-slide {
    padding: 0 0.3rem;
  }
  #modular5 .teacher-list {
    padding: 0;
  }
  #modular5 .teacher-list .teacher-item {
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.14);
    width: 100%;
    min-height: unset;
    padding: 0.3rem 0.3rem 2rem;
    background-size: 100% auto;
  }
  #modular5 .teacher-list .teacher-item .top {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  #modular5 .teacher-list .teacher-item .top .photo {
    width: 1.4rem;
    height: 1.4rem;
  }
  #modular5 .teacher-list .teacher-item .top .r {
    flex: 1;
  }
  #modular5 .teacher-list .teacher-item .top .name {
    font-size: 0.28rem;
    line-height: 1.8;
    margin-bottom: 0.1rem;
  }
  #modular5 .teacher-swiper .swiper-button-prev {
    left: 0;
  }
  #modular5 .teacher-swiper .swiper-button-next {
    right: 0;
  }
  #modular5 .tt-list .tt-header {
    font-size: 0.3rem;
  }
  #modular5 .tt-list .tt-header span {
    font-size: 0.2rem;
  }
  #modular5 .tt-list .tt-item {
    font-size: 0.24rem;
  }
  #modular5 .tt-list .tt-item .l {
    width: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #modular5 .tt-list .tt-item .r {
    flex: 1;
    padding: 0.15rem 0.3rem 0.15rem 0;
  }
  #modular5 .assets {
    padding-top: 0.8rem;
    padding-bottom: 0;
  }
  #modular5 .assets .as-tab {
    flex-wrap: wrap;
    border-radius: 0;
    justify-content: space-between;
    background-color: unset;
  }
  #modular5 .assets .as-tab .as-tab-item {
    flex: unset;
    width: 32%;
    border-radius: 0;
    font-size: 0.22rem;
    line-height: 1.8;
    padding: 0.15rem 0.1rem;
    background-color: #c9a062;
    margin-bottom: 0.15rem;
  }
  #modular5 .assets .content {
    box-shadow: unset;
    border-radius: 0;
  }
  #modular5 .assets .as-change {
    box-shadow: 0 0 32px 20px #a5a5a524;
    margin-top: 0.15rem;
  }
  #modular5 .assets .as-change-item {
    padding: 0.3rem;
  }
  #modular5 .assets .as-change-item .text-center {
    margin-bottom: 0.3rem;
  }
  #modular5 .assets .as-change-item .img-scroll-wrap {
    overflow-x: auto;
    padding-bottom: 0.3rem;
  }
  #modular5 .assets .as-change-item .img-scroll-wrap img {
    max-width: 12rem;
  }
  #modular6 .acad-tab {
    justify-content: space-between;
  }
  #modular6 .acad-tab .acad-tab-item {
    font-size: 0.24rem;
    width: 23%;
    margin: 0;
    line-height: 0.7rem;
  }
  #modular6 .acad-tab .acad-tab-item.active::after {
    bottom: -0.2rem;
    border-top-width: 0.2rem;
    border-left-width: 0.14rem;
    border-right-width: 0.14rem;
  }
  #modular6 .acad-change {
    margin-top: 0.5rem;
  }
  #modular6 .acad-change .acad-change-item p {
    margin-bottom: 0.3rem;
  }
  #modular6 .acad-change .acad-change-item .img-scroll-wrap {
    overflow-x: auto;
    padding-bottom: 0.3rem;
  }
  #modular6 .acad-change .acad-change-item img {
    max-width: 12rem;
  }
  #modular7 .ts-swiper .swiper-slide {
    width: 100%;
  }
  #modular7 .ts-swiper .swiper-button-prev {
    left: 0.3rem;
  }
  #modular7 .ts-swiper .swiper-button-next {
    right: 0.3rem;
  }
  #modular7 .img-list {
    margin-top: 0.4rem;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 0.3rem;
    justify-content: flex-start;
  }
  #modular7 .img-list img {
    width: 3rem;
  }
  #modular7 .img-list img:nth-child(2) {
    margin: 0 0.3rem;
  }
  #modular8 .student-list {
    flex-wrap: wrap;
  }
  #modular8 .student-list .student-item {
    width: 100%;
    margin-top: 0.3rem;
  }
  #modular8 .student-list .name {
    font-size: 0.28rem;
  }
  #modular8 .student-list .desc {
    font-size: 0.24rem;
  }
  #modular8 .student-swiper .button-wrap .swiper-button-prev {
    left: 0;
  }
  #modular8 .student-swiper .button-wrap .swiper-button-next {
    right: 0;
  }
  #modular9 .scholarship-block {
    display: block;
  }
  #modular9 .scholarship-block > div:nth-child(2) {
    margin-top: 0.3rem;
  }
  #modular9 .scholarship-block .scholarship-title p {
    font-size: 0.28rem;
  }
  #modular9 .scholarship-block ol li {
    font-size: 0.24rem;
  }
  #modular9 .scholarship-block .table-li {
    font-size: 0.24rem;
  }
  #modular9 .scholarship-block .table-li .row {
    height: 1rem;
  }
  #modular10 > img {
    width: 100%;
    height: 100%;
    min-width: unset;
    object-fit: cover;
    position: absolute;
  }
  #modular10 .cont {
    position: relative;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  #modular10 .yuyue {
    display: block;
  }
  #modular10 .yuyue .l {
    text-align: center;
  }
  #modular10 .yuyue .l img {
    width: 2rem;
  }
  #modular10 .yuyue .r {
    margin-top: 0.3rem;
    line-height: 2;
  }
  #modular10 .yuyue .r .zb {
    font-size: 0.32rem;
  }
  #modular10 .yuyue .r .desc {
    margin-left: 0;
    display: block;
    font-size: 0.28rem;
  }
  #modular10 .yuyue .r .desc img {
    width: 0.3rem;
    margin-right: 0.1rem;
  }
  #modular10 .yuyue .r .l2 {
    font-size: 0.28rem;
  }
  #modular10 .yuyue .r .l3 {
    font-size: 0.24rem;
  }
  #footer .contact-wrap {
    display: block;
  }
  #footer .contact-wrap .left p {
    position: relative;
    padding-left: 0.5rem;
    line-height: 1.5;
    margin-bottom: 0.15rem;
    font-size: 0.26rem;
  }
  #footer .contact-wrap .left p img {
    position: absolute;
    left: 0;
    top: 0.05rem;
  }
  #footer .contact-wrap .right {
    display: flex;
    justify-content: space-between;
    margin-top: 0.3rem;
  }
  #footer .contact-wrap .right img {
    margin-left: unset;
    width: 30%;
  }
  #footer .mbachina {
    margin-top: 0.5rem;
    font-size: 0.3rem;
  }
}
