@charset "UTF-8";
.m1200 {
  position: relative;
}

a:hover {
  color: #fff;
}

.navFixed {
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
}

.pcno {
  display: none !important;
}

.mno {
  display: block !important;
}

.mflex {
  display: none !important;
}

/* btn */
.btnFrames {
  overflow: hidden;
  position: relative;
}

.btn_active::after {
  content: "";
  display: block;
  width: 14%;
  height: 290%;
  background: rgba(255, 255, 255, 0.4);
  transform: rotate(35deg);
  position: absolute;
  left: -20%;
  top: -120%;
  animation: leftTransiform ease-in-out 0.5s forwards;
  -webkit-animation: leftTransiform ease-in-out 0.5s forwards;
}

@keyframes leftTransiform {
  0% {
    left: -20%;
  }
  100% {
    left: 120%;
  }
}
@media (max-width: 1000px) {
  .m1200 {
    width: 100%;
  }
  .pcno {
    display: block !important;
  }
  .mno {
    display: none !important;
  }
  .mflex {
    display: flex !important;
  }
  body {
    padding-bottom: 0rem;
  }
  .btn_active::after {
    display: none;
  }
  .navFixed {
    left: calc((100% - 7.5rem) / 2);
  }
}
#hk_top_ .removeNone {
  /* display: none; */
}

#hk_bottom_ .removeNone {
  /* display: none; */
}

.hk_header {
  height: 510px;
  background: url("../img/bannernew.png") no-repeat center top;
  font-family: "Source Han Sans CN";
}
.hk_header .m1200 {
  padding-top: 80px;
  padding-left: 81px;
  box-sizing: border-box;
}
.hk_header .m1200 .stage {
  width: 490px;
  height: 39px;
  background: url("../img/banner_stage.png") no-repeat;
  padding-left: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 16px;
}
.hk_header .m1200 .stage div {
  font-size: 20px;
  color: #e5c5a6;
  margin-right: 19px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.hk_header .m1200 .stage div::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #e5c5a6;
  border-radius: 50%;
  margin-right: 6px;
}
.hk_header .m1200 .hk_title {
  width: 584px;
  height: 203px;
  background: url("../img/bannerText.png") no-repeat;
  margin: 0 0 0 -6px;
}
.hk_header .m1200 .highLights {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 47px 2px;
}
.hk_header .m1200 .highLights div {
  font-size: 21px;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 24px;
}
.hk_header .m1200 .highLights div::before {
  content: "";
  display: block;
  width: 26px;
  height: 25px;
  background: url("../img/banner_icon.png") no-repeat;
  margin-right: 10px;
}
.hk_header .m1200 .telyBtn {
  width: 245px;
  height: 43px;
  margin-left: 3px;
  display: flex;
  justify-content: space-between;
  font-size: 19px;
  color: #000000;
  background: #fff;
  border-radius: 21px;
  line-height: 43px;
  text-align: center;
}
.hk_header .m1200 .telyBtn span {
  display: block;
  flex: 1;
}
.hk_header .m1200 .telyBtn .resertion {
  width: 154px;
  height: 100%;
  border-radius: 21px;
  background: linear-gradient(90deg, #d8a57c 0%, #f7f0df 49%, #dea87c 100%);
  margin-right: -12px;
  border: 1px solid #f5e2bb;
  box-sizing: border-box;
}

#nav {
  height: 60px;
  background: #fff;
  box-shadow: 0 6px 6px rgba(231, 231, 231, 0.3);
}
#nav .m1200 {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
#nav .m1200 a {
  cursor: pointer;
  width: 16.6666666667%;
  height: 100%;
  font-size: 18px;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: url("../img/banner_xian.png") no-repeat right center;
}
#nav .m1200 a:last-child {
  background: none;
}
#nav .m1200 a.active {
  color: #4a2b93;
  font-weight: bold;
}
#nav .m1200 a.active::after {
  content: "";
  display: block;
  width: 26px;
  height: 4px;
  background: #f6c543;
  position: absolute;
  left: calc((100% - 26px) / 2);
  bottom: 0;
}

.hk-title {
  line-height: 1;
  padding: 70px 0 60px;
  font-size: 38px;
  color: #333;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hk-title p {
  margin: 0 25px;
}
.hk-title p span.bold {
  color: #3b358c;
}
.hk-title p span.mr {
  margin-right: 12px;
}
.hk-title p span.ml {
  margin-left: 12px;
}

.hk-title::before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  background: url("../img/title_left.png") no-repeat;
}

.hk-title::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url("../img/title_right.png") no-repeat;
}

.studyScheme {
  padding-bottom: 60px;
}
.studyScheme .disFlex {
  display: flex;
  justify-content: space-between;
  line-height: 1;
}
.studyScheme .disFlex .introduce {
  width: 590px;
  height: 247px;
  background: url("../img/page1_bk1.png") no-repeat;
  border-radius: 16px;
  padding: 30px 0 0 100px;
  box-sizing: border-box;
}
.studyScheme .disFlex .introduce .title {
  margin-bottom: 20px;
}
.studyScheme .disFlex .introduce .li {
  font-size: 14px;
  color: #333;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
}
.studyScheme .disFlex .introduce .li span {
  font-weight: bold;
}
.studyScheme .disFlex .introduce .li::before {
  content: "";
  display: block;
  width: 16px;
  height: 17px;
  background: url("../img/page1_icon1.png") no-repeat;
  margin-right: 11px;
}
.studyScheme .disFlex .crowd {
  width: 589px;
  height: 245px;
  background: url("../img/page1_bk2.png") no-repeat;
  border-radius: 16px;
  box-shadow: 0 0 30px 24px rgba(233, 227, 248, 0.2);
  padding: 30px 0 0 100px;
  box-sizing: border-box;
}
.studyScheme .disFlex .crowd .title {
  margin-bottom: 20px;
}
.studyScheme .disFlex .crowd .li {
  font-size: 14px;
  color: #333;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 16px;
}
.studyScheme .disFlex .crowd .li span {
  font-weight: bold;
}
.studyScheme .disFlex .crowd .li .fontCont {
  font-size: 12px;
  padding-top: 6px;
}
.studyScheme .disFlex .crowd .li::before {
  content: "";
  display: block;
  width: 16px;
  height: 17px;
  background: url("../img/page1_icon1.png") no-repeat;
  margin-right: 11px;
}
.studyScheme .disFlex .introduce, .studyScheme .disFlex .crowd {
  transition: 0.3s;
}
.studyScheme .disFlex .introduce:hover, .studyScheme .disFlex .crowd:hover {
  transform: translateY(-8px);
}
.studyScheme .disFlex .title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  position: relative;
  display: inline-block;
  line-height: 1;
}
.studyScheme .disFlex .title p {
  position: relative;
  padding-bottom: 4px;
}
.studyScheme .disFlex .title::before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: linear-gradient(90deg, #f5e2bb, #ffffff);
  position: absolute;
  left: -3px;
  bottom: 0;
}

.custClass {
  padding-bottom: 60px;
  background: url("../img/page2.png") no-repeat center bottom;
  background-size: cover;
  line-height: 1;
}
.custClass .navList {
  display: flex;
  justify-content: flex-start;
}
.custClass .navList .li {
  cursor: pointer;
  width: 258px;
  height: 92px;
  border-radius: 20px 20px 0 0;
  padding: 0 0 24px 22px;
  box-sizing: border-box;
  background: #e0e0ff;
  margin-right: 2px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.custClass .navList .li .title {
  font-size: 14px;
  color: #8b86c6;
}
.custClass .navList .li .title span.master {
  font-size: 20px;
  font-weight: bold;
}
.custClass .navList .li .mark {
  font-size: 14px;
  color: #8b86c6;
  padding-top: 10px;
  opacity: 0.5;
}
.custClass .navList .li.active {
  background: linear-gradient(-90deg, #b96192, #3b358c);
}
.custClass .navList .li.active .title {
  color: #fff;
}
.custClass .navList .li.active .mark {
  color: #fffeff;
  opacity: 0.36;
}
.custClass .content {
  margin-top: -23px;
  border-radius: 22px;
  background: #fffeff;
  position: relative;
  box-shadow: 0 0 30px 24px rgba(233, 227, 248, 0.2);
  margin-bottom: 37px;
}
.custClass .content .item {
  display: none;
  padding: 30px 30px 38px 65px;
  box-sizing: border-box;
}
.custClass .content .item span.titleHold {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.custClass .content .item span.titleHold::before {
  content: "";
  width: 4px;
  height: 14px;
  background: #6721b7;
  border-radius: 2px;
  margin-right: 8px;
  display: block;
}
.custClass .content .item .disFlex {
  display: flex;
  justify-content: flex-start;
}
.custClass .content .item .disFlex .student {
  width: 542px;
}
.custClass .content .item .disFlex .student .list {
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-top: 27px;
  height: 162px;
}
.custClass .content .item .disFlex .student .list .stuDiv {
  width: 133px;
  margin-right: 32px;
  position: relative;
}
.custClass .content .item .disFlex .student .list .stuDiv img {
  display: block;
  margin: auto;
}
.custClass .content .item .disFlex .student .list .stuDiv .stage {
  width: 106px;
  height: 30px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(-90deg, #b96192, #3b358c);
  font-weight: bold;
  position: absolute;
  left: calc((100% - 106px) / 2);
  top: 90px;
}
.custClass .content .item .disFlex .question {
  flex: 1;
}
.custClass .content .item .disFlex .question .que_li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 18px;
  margin-bottom: 15px;
}
.custClass .content .item .disFlex .question .que_li .flex1 {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 24px;
  line-height: 18px;
  transform: translateY(1px);
}
.custClass .content .item .disFlex .question .que_li .flex1 .usually {
  font-size: 14px;
  color: #333;
}
.custClass .content .item .disFlex .question .que_li .flex1 .usually span {
  font-weight: bold;
}
.custClass .content .item .disFlex .question .que_li .flex1 .iconUally {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  color: #333;
  margin-right: 16px;
}
.custClass .content .item .disFlex .question .que_li .flex1 .iconUally::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../img/page2_icon1.png") no-repeat;
  margin-right: 8px;
}
.custClass .content .item .disFlex .question .que_li .flex1 .usuallyDrem {
  width: 100%;
  font-size: 14px;
  color: #333;
}
.custClass .content .item .disFlex .question .que_li .flex1 .usuallyDrem span.bold {
  font-weight: bold;
}
.custClass .content .item .disFlex .question .que_li .flex1 .usuallyDrem span.bold .nomol {
  font-weight: normal;
}
.custClass .content .item .disFlex .question .que_li .flex1 .usuallyDrem + .usuallyDrem {
  margin-top: 16px;
}
.custClass .content .item .swiperCont .padding {
  padding: 18px 126px 0 92px;
  box-sizing: border-box;
}
.custClass .content .item .swiperCont .padding .maxDiv {
  width: 100%;
  height: 100%;
  position: relative;
}
.custClass .content .item .swiperCont .padding .maxDiv .plan-li {
  width: 228px;
  height: 177px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.custClass .content .item .swiperCont .padding .maxDiv .plan-li img {
  position: absolute;
  left: 0;
  top: 0;
}
.custClass .content .item .swiperCont .padding .maxDiv .plan-li .minCont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 60px 0 0 20px;
  box-sizing: border-box;
}
.custClass .content .item .swiperCont .padding .maxDiv .plan-li .minCont .planTitle {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 17px;
}
.custClass .content .item .swiperCont .padding .maxDiv .plan-li .minCont .planFont {
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.custClass .content .item .swiperCont .padding .maxDiv .plan-li .minCont .planFont::before {
  content: "";
  margin-right: 9px;
  display: block;
  width: 14px;
  height: 14px;
  background: url("../img/page2_icon1.png") no-repeat;
}
.custClass .content .item .swiperCont .padding .maxDiv .swiper-slide {
  width: auto;
  position: relative;
}
.custClass .content .item .swiperCont .padding .maxDiv .swiper-slide + .swiper-slide {
  margin-left: 14px;
  padding-left: 28px;
}
.custClass .content .item .swiperCont .padding .maxDiv .swiper-slide + .swiper-slide::before {
  content: "";
  width: 12px;
  height: 17px;
  display: block;
  background: url("../img/page2_icon2.png") no-repeat;
  position: absolute;
  left: 0;
  top: 78px;
}
.custClass .content .item .swiperCont .padding .maxDiv .leftClick {
  cursor: pointer;
  width: 39px;
  height: 39px;
  position: absolute;
  left: -68px;
  top: 67px;
  background: url("../img/page2_leftac.png") no-repeat;
}
.custClass .content .item .swiperCont .padding .maxDiv .leftClick.swiper-button-disabled {
  background: url("../img/page2_left.png") no-repeat;
  pointer-events: none;
}
.custClass .content .item .swiperCont .padding .maxDiv .rightClick {
  cursor: pointer;
  width: 39px;
  height: 39px;
  position: absolute;
  right: -68px;
  top: 67px;
  background: url("../img/page2_rightac.png") no-repeat;
}
.custClass .content .item .swiperCont .padding .maxDiv .rightClick.swiper-button-disabled {
  background: url("../img/page2_right.png") no-repeat;
  pointer-events: none;
}
.custClass .content .item.active {
  display: block;
}
.custClass .content .item1 .disFlex .question {
  padding-top: 20px;
}
.custClass .content .item1 .disFlex .question .que_li {
  margin-bottom: 36px;
}
.custClass .content .item2 .disFlex .question .que_li {
  margin-bottom: 10px;
}
.custClass .content .item2 .disFlex .question .que_li .flex1 .usuallyDrem {
  line-height: 20px;
}
.custClass .content .item2 .disFlex .question .que_li .flex1 .usuallyDrem + .usuallyDrem {
  margin-top: 4px;
}
.custClass .newBtn {
  font-size: 16px;
  color: #fff;
  width: 260px;
  height: 46px;
  border-radius: 23px;
  display: none;
  justify-content: center;
  align-items: center;
  background: linear-gradient(-90deg, #b96192, #3b358c);
  margin: auto;
  font-weight: bold;
}
.custClass .newBtn.active {
  display: flex;
}

.sixCore {
  padding-bottom: 60px;
}
.sixCore .m1200 .content {
  height: 418px;
  position: relative;
}
.sixCore .m1200 .content .imgMax {
  width: 364px;
  height: 338px;
  font-size: 18px;
  line-height: 0.2rem;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: calc((100% - 364px) / 2);
  top: 44px;
}
.sixCore .m1200 .content .imgMax img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sixCore .m1200 .content .imgMax p {
  position: relative;
  z-index: 99;
  text-align: center;
}
.sixCore .m1200 .content .li {
  transition: 0.3s;
  width: 389px;
  height: 100px;
  border: 1px solid #e9e3f8;
  box-sizing: border-box;
  padding: 0 26px 0 0;
  background: #fdf9ff;
  border-radius: 12px;
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sixCore .m1200 .content .li .icon {
  width: 84px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sixCore .m1200 .content .li .fontDiv {
  flex: 1;
  line-height: 1;
}
.sixCore .m1200 .content .li .fontDiv .title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.sixCore .m1200 .content .li .fontDiv .cont {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  padding-top: 6px;
}
.sixCore .m1200 .content .li.item0 {
  left: 55px;
  top: 0;
}
.sixCore .m1200 .content .li.item1 {
  right: 55px;
  top: 0;
}
.sixCore .m1200 .content .li.item2 {
  left: 11px;
  top: 159px;
}
.sixCore .m1200 .content .li.item3 {
  right: 11px;
  top: 159px;
}
.sixCore .m1200 .content .li.item4 {
  left: 55px;
  top: 318px;
}
.sixCore .m1200 .content .li.item5 {
  right: 55px;
  top: 318px;
}
.sixCore .m1200 .content .li:hover {
  transform: translateY(-8px);
}

.schoolRecom {
  padding-bottom: 60px;
  background: #faf7ff;
}
.schoolRecom .m1200 .content {
  line-height: 1;
}
.schoolRecom .m1200 .content .list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
.schoolRecom .m1200 .content .list .item {
  width: 231px;
  height: 46px;
  border: 1px solid #3b358c;
  background: #fdf9ff;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 18px;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-right: 11px;
  margin-bottom: 12px;
}
.schoolRecom .m1200 .content .list .item:nth-child(5n) {
  margin-right: 0px;
}
.schoolRecom .m1200 .content .list .item.active {
  border: none;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(-90deg, #b96192, #3b358c);
}
.schoolRecom .m1200 .content .list .item:hover {
  border: none;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(-90deg, #b96192, #3b358c);
}
.schoolRecom .m1200 .content .schCont {
  height: 258px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 30px 24px rgba(233, 227, 248, 0.2);
  display: flex;
  justify-content: flex-start;
  padding: 36px 37px 0 50px;
  box-sizing: border-box;
}
.schoolRecom .m1200 .content .schCont .left {
  width: 390px;
  padding-top: 2px;
  box-sizing: border-box;
}
.schoolRecom .m1200 .content .schCont .left .school {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.schoolRecom .m1200 .content .schCont .left .school .name {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.schoolRecom .m1200 .content .schCont .left .school .nature {
  height: 22px;
  padding: 0 14px;
  box-sizing: border-box;
  border-radius: 4px;
  background: rgba(103, 33, 183, 0.36);
  font-size: 14px;
  color: #fff;
  margin-left: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.schoolRecom .m1200 .content .schCont .left .schoolEn {
  padding-top: 8px;
  font-size: 14px;
  color: #333;
}
.schoolRecom .m1200 .content .schCont .left .info {
  padding: 25px 0 0 0;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  box-sizing: border-box;
}
.schoolRecom .m1200 .content .schCont .left .info .li .bold {
  font-weight: bold;
}
.schoolRecom .m1200 .content .schCont .left .info .li .flex {
  flex: 1;
}
.schoolRecom .m1200 .content .schCont .right {
  flex: 1;
  height: 185px;
  border: 1px solid #e9e3f8;
  border-radius: 10px;
  background: #fdf9ff;
  padding: 28px 30px 0 30px;
  box-sizing: border-box;
}
.schoolRecom .m1200 .content .schCont .right .bolder {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.schoolRecom .m1200 .content .schCont .right .font {
  font-size: 14px;
  line-height: 22px;
  color: #333;
  padding-top: 12px;
  height: 82px;
  box-sizing: border-box;
}
.schoolRecom .m1200 .content .schCont .right .underBtn {
  background: #f6c543;
  height: 35px;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  box-sizing: border-box;
}
.schoolRecom .m1200 .content .schCont .right .underBtn:hover {
  background: rgba(246, 197, 67, 0.8);
}

.offerCase {
  padding-bottom: 60px;
}
.offerCase .m1200 .content {
  display: flex;
  justify-content: flex-start;
}
.offerCase .m1200 .content .navList {
  width: 172px;
  flex-shrink: 0;
}
.offerCase .m1200 .content .navList .li {
  width: 149px;
  height: 66px;
  background: url("../img/page6_btn.png") no-repeat;
  cursor: pointer;
  margin-bottom: 27px;
  font-size: 18px;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 7px;
  box-sizing: border-box;
}
.offerCase .m1200 .content .navList .li.active {
  background: url("../img/page6_btnac.png") no-repeat;
  color: #fff;
  font-weight: bold;
}
.offerCase .m1200 .content .flex1 {
  width: calc(100% - 172px);
  height: 467px;
  position: relative;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 0 30px 24px rgba(233, 227, 248, 0.2);
  padding: 26px 0 30px 27px;
  box-sizing: border-box;
}
.offerCase .m1200 .content .flex1 .swiperItem {
  display: none;
  width: 100%;
  height: 100%;
}
.offerCase .m1200 .content .flex1 .swiperItem .swiper-container {
  width: 100%;
  height: 100%;
}
.offerCase .m1200 .content .flex1 .swiperItem .swiper-container .item {
  width: 433px;
  height: 410px;
  border-radius: 10px;
  background: #faf8ff;
  border: 1px solid #e9e3f8;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.offerCase .m1200 .content .flex1 .swiperItem .swiper-container .item .schoolName {
  width: 100%;
  height: 51px;
  background: linear-gradient(-90deg, #b96192, #3b358c);
  padding-left: 24px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.offerCase .m1200 .content .flex1 .swiperItem .swiper-container .item .padding {
  line-height: 1;
  padding: 20px 0 0 25px;
  box-sizing: border-box;
}
.offerCase .m1200 .content .flex1 .swiperItem .swiper-container .item .padding .font {
  color: #333;
  font-size: 14px;
  margin-bottom: 14px;
  display: flex;
  justify-content: flex-start;
}
.offerCase .m1200 .content .flex1 .swiperItem .swiper-container .item .padding .font .bold {
  font-weight: bold;
}
.offerCase .m1200 .content .flex1 .swiperItem .swiper-container .item .padding .font .icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.offerCase .m1200 .content .flex1 .swiperItem .swiper-container .item .padding .font .icon::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border: 1px solid #6b39c5;
  box-sizing: border-box;
  border-radius: 50%;
  margin: 0 6px 0 4px;
}
.offerCase .m1200 .content .flex1 .swiperItem .swiper-container .item .padding .caseBtn {
  font-size: 16px;
  color: #3b358c;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  left: 25px;
  bottom: 25px;
}
.offerCase .m1200 .content .flex1 .swiperItem .swiper-container .item .padding .caseBtn::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: url("../img/page6_icon.png") no-repeat;
  margin-left: 9px;
}
.offerCase .m1200 .content .flex1 .swiperItem .swiper-container .item .padding .caseBtn:hover {
  text-decoration: underline;
}
.offerCase .m1200 .content .flex1 .swiperItem .swiper-container .swiper-slide {
  width: auto;
}
.offerCase .m1200 .content .flex1 .swiperItem .swiper-container .swiper-slide + .swiper-slide {
  margin-left: 26px;
}
.offerCase .m1200 .content .flex1 .swiperItem .leftClick {
  cursor: pointer;
  width: 78px;
  height: 78px;
  position: absolute;
  left: 0px;
  top: 165px;
  background: #fff url("../img/page6_left.png") no-repeat center center;
  box-shadow: 0 0 8px 5px rgba(107, 57, 197, 0.2);
  border-radius: 50%;
  z-index: 99;
}
.offerCase .m1200 .content .flex1 .swiperItem .leftClick.swiper-button-disabled {
  display: none;
}
.offerCase .m1200 .content .flex1 .swiperItem .rightClick {
  cursor: pointer;
  width: 78px;
  height: 78px;
  position: absolute;
  right: 0px;
  top: 165px;
  background: #fff url("../img/page6_right.png") no-repeat center center;
  box-shadow: 0 0 8px 5px rgba(107, 57, 197, 0.2);
  border-radius: 50%;
  z-index: 99;
}
.offerCase .m1200 .content .flex1 .swiperItem .rightClick.swiper-button-disabled {
  display: none;
}
.offerCase .m1200 .content .flex1 .swiperItem.active {
  display: block;
}

.xdfoyHelp {
  padding-bottom: 60px;
  line-height: 1;
}
.xdfoyHelp .title-foo-h {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 48px;
}
.xdfoyHelp .title-foo-h::before {
  content: "";
  display: block;
  width: 4px;
  height: 28px;
  background: #6b39c5;
  border-radius: 2px;
  margin-right: 14px;
}
.xdfoyHelp .content {
  height: 421px;
  background: url("../img/endbk.png") no-repeat;
  position: relative;
}
.xdfoyHelp .content .posi_XDF_introduce {
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 30px;
  bottom: 0;
  padding-bottom: 15px;
  letter-spacing: 2px;
}
.xdfoyHelp .content .posi_XDF_introduce .bold {
  font-weight: bold;
}
.xdfoyHelp .content .posi_XDF_introduce .br {
  display: none;
}
.xdfoyHelp .content .list {
  width: 294px;
  float: right;
  padding: 40px 0 0 0;
}
.xdfoyHelp .content .list .li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
.xdfoyHelp .content .list .li .helpImg {
  border-radius: 50%;
  box-shadow: 0 0 30px 24px rgba(233, 227, 248, 0.2);
}
.xdfoyHelp .content .list .li .flex {
  padding-left: 33px;
}
.xdfoyHelp .content .list .li .flex .numFont {
  font-weight: bold;
  font-size: 30px;
  color: #333;
  margin-bottom: 12px;
}
.xdfoyHelp .content .list .li .flex .numFont .min {
  position: relative;
  font-size: 16px;
}
.xdfoyHelp .content .list .li .flex .numFont .qs-top::before {
  content: "";
  animation: upDown 0.8s infinite;
  position: absolute;
  right: -59px;
  top: -27px;
  width: 82px;
  height: 31px;
  background: url("../img/end_qs.png") no-repeat;
}
.xdfoyHelp .content .list .li .flex .numCont {
  font-size: 14px;
  color: #333;
}

@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0);
  }
}
.moving-element {
  animation: upDown 0.8s infinite;
}

@media (max-width: 1000px) {
  #hk_top_ {
    width: 7.5rem;
    margin: auto;
    display: none;
  }
  .hk_Include_header .hk_logo {
    width: 4.07rem !important;
    margin-left: 0.3rem !important;
  }
  .hk_header {
    width: 7.5rem;
    height: 5rem;
    background: url("../img/images/banner.png") no-repeat;
    background-size: 100% 100%;
    margin: auto;
  }
  .hk_header .m1200 {
    padding: 0.73rem 0 0 0.36rem;
    box-sizing: border-box;
  }
  .hk_header .m1200 .stage {
    line-height: 1;
    width: 3.37rem;
    height: 0.36rem;
    background: url("../img/images/banner_stage.png") no-repeat;
    background-size: 100% 100%;
    padding-left: 0.18rem;
    margin-bottom: 0.22rem;
  }
  .hk_header .m1200 .stage div {
    font-size: 0.18rem;
    margin-right: 0.18rem;
  }
  .hk_header .m1200 .stage div::before {
    width: 0.03rem;
    height: 0.03rem;
    margin-right: 0.06rem;
  }
  .hk_header .m1200 .hk_title {
    width: 4.89rem;
    height: 1.79rem;
    background: url("../img/images/bannerText.png") no-repeat;
    background-size: 100% 100%;
    margin: 0 0 0 -0.06rem;
  }
  .hk_header .m1200 .highLights {
    margin: 0 0 0.58rem 0.02rem;
    line-height: 1;
    align-items: center;
  }
  .hk_header .m1200 .highLights div {
    font-size: 0.18rem;
    margin-right: 0.2rem;
  }
  .hk_header .m1200 .highLights div::before {
    width: 0.22rem;
    height: 0.21rem;
    background: url("../img/banner_icon.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 0.08rem;
  }
  .hk_header .m1200 .telyBtn {
    padding-left: 0.06rem;
    width: 2.24rem;
    height: 0.4rem;
    border-radius: 0.19rem;
    font-size: 0.18rem;
    margin-left: 0.03rem;
    line-height: normal;
    align-items: center;
    box-sizing: border-box;
  }
  .hk_header .m1200 .telyBtn .resertion {
    width: 1.41rem;
    border-radius: 0.19rem;
    margin-right: -0.11rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #nav {
    width: 7.5rem;
    height: 0.74rem;
    margin: auto;
    box-shadow: 0 0.06rem 0.06rem rgba(231, 231, 231, 0.3);
  }
  #nav .m1200 a {
    background: none;
    font-size: 0.22rem;
  }
  #nav .m1200 a.active {
    background: linear-gradient(-90deg, #b96192, #3b358c);
    color: #fff;
  }
  #nav .m1200 a.active::after {
    display: none;
  }
  .hk-title {
    height: 0.38rem;
    padding: 0;
    margin: 0.66rem auto 0.45rem;
  }
  .hk-title::before, .hk-title::after, .hk-title p {
    display: none;
  }
  .studyScheme {
    width: 7.5rem;
    margin: auto;
    padding-bottom: 0.6rem;
  }
  .studyScheme .hk-title {
    background: url("../img/images/tit1.png") no-repeat center top;
    background-size: auto 100%;
  }
  .studyScheme .m1200 .disFlex {
    justify-content: center;
  }
  .studyScheme .m1200 .disFlex .introduce {
    display: none;
  }
  .studyScheme .m1200 .disFlex .crowd {
    width: 6.94rem;
    height: 2.86rem;
    background: url("../img/images/page1_bk.png") no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 0 0.1rem 0.1rem rgba(224, 214, 248, 0.48);
    position: relative;
    border-radius: 0.1rem;
    padding: 0.43rem 0 0 2.13rem;
    box-sizing: border-box;
  }
  .studyScheme .m1200 .disFlex .crowd .title {
    position: absolute;
    left: 0.13rem;
    top: 1.06rem;
    width: 2rem;
    font-size: 0.28rem;
    text-align: center;
  }
  .studyScheme .m1200 .disFlex .crowd .title p {
    padding-bottom: 0;
  }
  .studyScheme .m1200 .disFlex .crowd .title::before {
    display: none;
  }
  .studyScheme .m1200 .disFlex .crowd .li {
    font-size: 0.2rem;
    margin-bottom: 0.26rem;
  }
  .studyScheme .m1200 .disFlex .crowd .li .fontCont {
    padding-top: 0.1rem;
    font-size: 0.18rem;
  }
  .studyScheme .m1200 .disFlex .crowd .li::before {
    width: 0.16rem;
    height: 0.17rem;
    background-size: 100% 100%;
    margin-right: 0.11rem;
    transform: translateY(0.01rem);
  }
  .studyScheme .m1200 .disFlex .crowd:hover {
    transform: translateY(0);
  }
  .custClass {
    width: 7.5rem;
    margin: auto;
    overflow: hidden;
    background: url("../img/images/page2.png") no-repeat center bottom;
    background-size: cover;
    padding-bottom: 0.6rem;
  }
  .custClass .hk-title {
    background: url("../img/images/tit2.png") no-repeat center top;
    background-size: auto 100%;
  }
  .custClass .m1200 .navList {
    width: 6.94rem;
    height: 0.75rem;
    margin: auto;
  }
  .custClass .m1200 .navList .li {
    width: 1.88rem;
    height: 100%;
    border-radius: 0.2rem 0.2rem 0 0;
    padding: 0 0 0 0.19rem;
    margin-right: 0.02rem;
  }
  .custClass .m1200 .navList .li .title {
    font-size: 0.18rem;
  }
  .custClass .m1200 .navList .li .title .master {
    display: block;
    font-size: 0.24rem;
    margin-bottom: 0.08rem;
  }
  .custClass .m1200 .navList .li .title .no {
    display: none;
  }
  .custClass .m1200 .navList .li .mark {
    display: none;
  }
  .custClass .m1200 .content {
    width: 6.94rem;
    margin: 0 auto 0.4rem;
    border-radius: 0 0 0.2rem 0.2rem;
    box-shadow: 0 0 0.1rem 0.1rem rgba(224, 214, 248, 0.48);
  }
  .custClass .m1200 .content .item {
    padding: 0.28rem 0.32rem 0.34rem 0.32rem;
  }
  .custClass .m1200 .content .item span.titleHold {
    font-size: 0.22rem;
  }
  .custClass .m1200 .content .item span.titleHold::before {
    width: 0.05rem;
    height: 0.17rem;
    border-radius: 0.02rem;
    margin-right: 0.1rem;
  }
  .custClass .m1200 .content .item .disFlex {
    flex-wrap: wrap;
  }
  .custClass .m1200 .content .item .disFlex .student {
    width: 100%;
  }
  .custClass .m1200 .content .item .disFlex .student .list {
    margin-top: 0.17rem;
    height: 1.46rem;
    justify-content: center;
    box-sizing: border-box;
  }
  .custClass .m1200 .content .item .disFlex .student .list .stuDiv {
    width: 1.06rem;
    margin-right: 0.57rem;
  }
  .custClass .m1200 .content .item .disFlex .student .list .stuDiv img {
    width: 1.06rem;
    display: block;
    margin: auto;
  }
  .custClass .m1200 .content .item .disFlex .student .list .stuDiv .stage {
    width: 100%;
    height: 0.3rem;
    border-radius: 0.05rem;
    font-size: 0.14rem;
    left: 0px;
    top: 0.9rem;
  }
  .custClass .m1200 .content .item .disFlex .student .list .stuDiv:last-child {
    margin-right: 0;
  }
  .custClass .m1200 .content .item .disFlex .question .que_li {
    line-height: 0.22rem;
    margin-bottom: 0.18rem;
  }
  .custClass .m1200 .content .item .disFlex .question .que_li .flex1 {
    transform: translateY(0px);
    line-height: 0.22rem;
    padding-left: 0.16rem;
  }
  .custClass .m1200 .content .item .disFlex .question .que_li .flex1 .usuallyDrem {
    font-size: 0.18rem;
    display: flex;
    justify-content: flex-start;
  }
  .custClass .m1200 .content .item .disFlex .question .que_li .flex1 .usuallyDrem span.bold {
    flex-shrink: 0;
  }
  .custClass .m1200 .content .item .disFlex .question .que_li .flex1 .usuallyDrem .minFlex {
    flex: 1;
  }
  .custClass .m1200 .content .item .disFlex .question .que_li .flex1 .usuallyDrem .lh {
    line-height: 0.24rem;
    margin-top: -0.01rem;
  }
  .custClass .m1200 .content .item .disFlex .question .que_li .flex1 .usuallyDrem + .usuallyDrem {
    margin-top: 0.15rem;
  }
  .custClass .m1200 .content .item .disFlex .question .que_li .flex1 .usually {
    font-size: 0.18rem;
  }
  .custClass .m1200 .content .item .disFlex .question .que_li .flex1 .iconUally {
    font-size: 0.18rem;
    margin-right: 0.1rem;
  }
  .custClass .m1200 .content .item .disFlex .question .que_li .flex1 .iconUally::before {
    width: 0.17rem;
    height: 0.17rem;
    background: url("../img/page2_icon1.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 0.06rem;
  }
  .custClass .m1200 .content .item .swiperCont .padding {
    padding: 0.22rem 0 0 0;
  }
  .custClass .m1200 .content .item .swiperCont .padding .maxDiv .plan-li {
    width: 2.97rem;
    height: 2.17rem;
    border-radius: 0.1rem;
  }
  .custClass .m1200 .content .item .swiperCont .padding .maxDiv .plan-li img {
    width: 100%;
    height: 100%;
  }
  .custClass .m1200 .content .item .swiperCont .padding .maxDiv .plan-li .minCont {
    padding: 0.74rem 0 0 0.26rem;
  }
  .custClass .m1200 .content .item .swiperCont .padding .maxDiv .plan-li .minCont .planTitle {
    font-size: 0.22rem;
    margin-bottom: 0.2rem;
  }
  .custClass .m1200 .content .item .swiperCont .padding .maxDiv .plan-li .minCont .planFont {
    font-size: 0.18rem;
    margin-bottom: 0.14rem;
  }
  .custClass .m1200 .content .item .swiperCont .padding .maxDiv .plan-li .minCont .planFont::before {
    width: 0.18rem;
    height: 0.17rem;
    background: url("../img/images/page2_icon2.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 0.11rem;
  }
  .custClass .m1200 .content .item .swiperCont .padding .maxDiv .swiper-slide + .swiper-slide {
    margin-left: 0;
    padding-left: 0;
  }
  .custClass .m1200 .content .item .swiperCont .padding .maxDiv .swiper-slide + .swiper-slide::before {
    display: none;
  }
  .custClass .m1200 .content .item .swiperCont .padding .maxDiv .swiper-slide {
    margin-right: 0.13rem;
    padding-right: 0.23rem;
  }
  .custClass .m1200 .content .item .swiperCont .padding .maxDiv .swiper-slide::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 1rem;
    width: 0.12rem;
    height: 0.17rem;
    background: url("../img/images/page2_icon3.png") no-repeat;
    background-size: 100% 100%;
  }
  .custClass .m1200 .content .item .swiperCont .padding .maxDiv .swiper-slide:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .custClass .m1200 .content .item .swiperCont .padding .maxDiv .swiper-slide:last-child::after {
    display: none;
  }
  .custClass .m1200 .content .item .swiperCont .padding .maxDiv .rightClick, .custClass .m1200 .content .item .swiperCont .padding .maxDiv .leftClick {
    display: none;
  }
  .custClass .m1200 .content .item .swiperCont .padding .maxDiv .swiper-pagination {
    position: initial;
    font-size: 0;
    padding-top: 0.2rem;
  }
  .custClass .m1200 .content .item .swiperCont .padding .maxDiv .swiper-pagination span {
    width: 0.08rem;
    height: 0.08rem;
    background: #e0e0ff;
    opacity: 1;
    margin: 0 0.04rem;
  }
  .custClass .m1200 .content .item .swiperCont .padding .maxDiv .swiper-pagination span.swiper-pagination-bullet-active {
    width: 0.2rem;
    height: 0.08rem;
    border-radius: 0.04rem;
    background: linear-gradient(-90deg, #b96192, #3b358c);
  }
  .custClass .m1200 .content .item1 .disFlex .question {
    padding-top: 0;
  }
  .custClass .m1200 .content .item2 .disFlex .question .que_li {
    margin-bottom: 0.16rem;
  }
  .custClass .m1200 .content .item2 .disFlex .question .que_li .flex1 .usuallyDrem {
    flex-wrap: wrap;
    line-height: 0.26rem;
  }
  .custClass .m1200 .content .item2 .disFlex .question .que_li .flex1 .usuallyDrem .br {
    display: none;
  }
  .custClass .m1200 .content .item2 .disFlex .question .que_li .flex1 .usuallyDrem span.bold {
    flex-shrink: 1;
    line-height: 0.22rem;
    margin-bottom: 0.03rem;
  }
  .custClass .m1200 .content .item2 .disFlex .question .que_li .flex1 .usuallyDrem + .usuallyDrem {
    margin-top: 0.04rem;
  }
  .custClass .newBtn {
    width: 4.5rem;
    height: 0.8rem;
    border-radius: 0.4rem;
    font-size: 0.28rem;
  }
  .sixCore {
    width: 7.5rem;
    margin: auto;
    overflow: hidden;
    padding-bottom: 0rem;
  }
  .sixCore .hk-title {
    background: url("../img/images/tit3.png") no-repeat center top;
    background-size: auto 100%;
    margin-bottom: 0.6rem;
  }
  .sixCore .m1200 {
    overflow: hidden;
  }
  .sixCore .m1200 .content {
    height: 5.82rem;
  }
  .sixCore .m1200 .content .imgMax {
    width: 2.44rem;
    height: 2.44rem;
    background: url("../img/images/page3.png") no-repeat;
    background-size: 100% 100%;
    left: calc((100% - 2.44rem) / 2);
    top: 1.32rem;
    font-size: 0.24rem;
    line-height: 0.28rem;
  }
  .sixCore .m1200 .content .li {
    width: auto;
    height: auto;
    padding: 0;
    border-radius: initial;
    border: none;
    display: block;
    background: none;
  }
  .sixCore .m1200 .content .li .icon {
    display: none;
  }
  .sixCore .m1200 .content .li .fontDiv .title {
    font-size: 0.2rem;
    color: #fff;
    font-weight: bold;
    height: 0.34rem;
    background: linear-gradient(-90deg, #b96192, #3b358c);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.17rem;
    padding: 0 0.14rem;
    box-sizing: border-box;
  }
  .sixCore .m1200 .content .li .fontDiv .title::before {
    padding-right: 0.07rem;
  }
  .sixCore .m1200 .content .li .fontDiv .cont {
    font-size: 0.16rem;
    line-height: 0.25rem;
    color: #333;
    padding-top: 0.06rem;
  }
  .sixCore .m1200 .content .li .fontDiv .bd {
    display: none;
  }
  .sixCore .m1200 .content .li:hover {
    transform: translateY(0);
  }
  .sixCore .m1200 .content .li.item0 {
    width: 100%;
    left: 0;
    top: 0;
  }
  .sixCore .m1200 .content .li.item0 .fontDiv {
    text-align: center;
  }
  .sixCore .m1200 .content .li.item0 .fontDiv .title::before {
    content: "①";
  }
  .sixCore .m1200 .content .li.item1 {
    top: 1.12rem;
    right: 0.28rem;
  }
  .sixCore .m1200 .content .li.item1 .fontDiv .title::before {
    content: "②";
  }
  .sixCore .m1200 .content .li.item1 .fontDiv .cont {
    text-align: right;
  }
  .sixCore .m1200 .content .li.item2 {
    left: auto;
    right: 0.28rem;
    top: auto;
    bottom: 2.06rem;
  }
  .sixCore .m1200 .content .li.item2 .fontDiv .title::before {
    content: "③";
  }
  .sixCore .m1200 .content .li.item2 .fontDiv .cont {
    text-align: right;
    padding-top: 0;
    padding-bottom: 0.06rem;
    position: absolute;
    right: 0;
    bottom: 0.34rem;
  }
  .sixCore .m1200 .content .li.item3 {
    width: 100%;
    left: 0;
    top: 4.22rem;
  }
  .sixCore .m1200 .content .li.item3 .fontDiv {
    text-align: center;
  }
  .sixCore .m1200 .content .li.item3 .fontDiv .title::before {
    content: "④";
  }
  .sixCore .m1200 .content .li.item4 {
    left: 0.28rem;
    right: auto;
    top: auto;
    bottom: 2.06rem;
  }
  .sixCore .m1200 .content .li.item4 .fontDiv .title::before {
    content: "⑤";
  }
  .sixCore .m1200 .content .li.item4 .fontDiv .cont {
    width: 3rem;
    padding-top: 0;
    padding-bottom: 0.06rem;
    position: absolute;
    left: 0;
    bottom: 0.34rem;
  }
  .sixCore .m1200 .content .li.item5 {
    top: 1.12rem;
    right: auto;
    left: 0.28rem;
  }
  .sixCore .m1200 .content .li.item5 .fontDiv .title::before {
    content: "⑥";
  }
  .schoolRecom {
    width: 7.5rem;
    margin: auto;
    overflow: hidden;
    padding-bottom: 0.6rem;
  }
  .schoolRecom .hk-title {
    background: url("../img/images/tit4.png") no-repeat center top;
    background-size: auto 100%;
  }
  .schoolRecom .m1200 .content .list {
    width: 6.94rem;
    padding-bottom: 0.22rem;
    margin: auto;
  }
  .schoolRecom .m1200 .content .list .item {
    width: 1.66rem;
    height: 0.5rem;
    border-radius: 0.04rem;
    margin-right: 0.1rem;
    margin-bottom: 0.07rem;
    font-size: 0.16rem;
    background: #fdf9ff;
  }
  .schoolRecom .m1200 .content .list .item:nth-child(5n) {
    margin-right: 0.1rem;
  }
  .schoolRecom .m1200 .content .list .item:nth-child(4n) {
    margin-right: 0px;
  }
  .schoolRecom .m1200 .content .list .item.active {
    font-size: 0.16rem;
  }
  .schoolRecom .m1200 .content .list .item:hover {
    font-size: 0.16rem;
  }
  .schoolRecom .m1200 .content .schCont {
    width: 6.94rem;
    height: 3.7rem;
    margin: auto;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.1rem 0.1rem rgba(224, 214, 248, 0.48);
    padding: 0.34rem 0.32rem 0.34rem 0.32rem;
    box-sizing: border-box;
    position: relative;
  }
  .schoolRecom .m1200 .content .schCont .left {
    width: 3.16rem;
    padding-top: 0.08rem;
  }
  .schoolRecom .m1200 .content .schCont .left .school {
    flex-wrap: wrap;
  }
  .schoolRecom .m1200 .content .schCont .left .school .name {
    font-size: 0.28rem;
    padding-top: 0.16rem;
    width: 100%;
    order: 1;
  }
  .schoolRecom .m1200 .content .schCont .left .school .nature {
    height: 0.26rem;
    border-radius: 0.04rem;
    font-size: 0.18rem;
    padding: 0 0.16rem;
    margin-left: 0;
    order: 0;
  }
  .schoolRecom .m1200 .content .schCont .left .schoolEn {
    font-size: 0.14rem;
    padding-top: 0.08rem;
  }
  .schoolRecom .m1200 .content .schCont .left .info {
    padding: 0.2rem 0 0;
    font-size: 0.18rem;
    line-height: 0.3rem;
  }
  .schoolRecom .m1200 .content .schCont .right {
    height: 2.35rem;
    padding: 0.2rem 0.2rem 0;
    border-radius: 0.1rem;
  }
  .schoolRecom .m1200 .content .schCont .right .bolder {
    font-size: 0.2rem;
  }
  .schoolRecom .m1200 .content .schCont .right .font {
    font-size: 0.16rem;
    line-height: 0.28rem;
    padding-top: 0.12rem;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .schoolRecom .m1200 .content .schCont .right .underBtn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 2.96rem;
    height: 0.38rem;
    border-radius: 0.06rem;
    font-size: 0.2rem;
    padding: 0 0.22rem;
    margin: auto;
  }
  .offerCase {
    width: 7.5rem;
    margin: auto;
    overflow: hidden;
    padding-bottom: 0.4rem;
  }
  .offerCase .hk-title {
    background: url("../img/images/tit5.png") no-repeat center top;
    background-size: auto 100%;
  }
  .offerCase .m1200 .content {
    display: block;
  }
  .offerCase .m1200 .content .navList {
    width: 6.94rem;
    height: 0.92rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
  .offerCase .m1200 .content .navList .li {
    width: 3.42rem;
    height: 0.66rem;
    border-radius: 0.1rem;
    background: #e0e0ff;
    font-size: 0.26rem;
    color: #8b86c6;
    margin-bottom: 0;
    padding-right: 0;
  }
  .offerCase .m1200 .content .navList .li.active {
    height: 0.78rem;
    color: #fff;
    background: url("../img/images/page5_nav.png") no-repeat;
    background-size: 100% 100%;
    padding-bottom: 0.1rem;
    box-sizing: border-box;
  }
  .offerCase .m1200 .content .flex1 {
    width: 100%;
    height: auto;
    border-radius: 0.1rem;
    box-shadow: none;
    padding: 0;
    background: none;
    margin: -0.2rem 0 0 0;
  }
  .offerCase .m1200 .content .flex1 .swiperItem .swiper-container .swiper-slide {
    margin-left: 0.28rem;
    padding: 0.2rem 0;
  }
  .offerCase .m1200 .content .flex1 .swiperItem .swiper-container .swiper-slide .item {
    width: 4.74rem;
    height: 4.28rem;
    border-radius: 0.1rem;
    border: 1px solid #fff;
    box-shadow: 0 0 0.1rem 0.1rem rgba(224, 214, 248, 0.48);
  }
  .offerCase .m1200 .content .flex1 .swiperItem .swiper-container .swiper-slide .item .schoolName {
    height: 0.6rem;
    padding-left: 0.3rem;
    box-sizing: border-box;
    font-size: 0.24rem;
  }
  .offerCase .m1200 .content .flex1 .swiperItem .swiper-container .swiper-slide .item .padding {
    padding: 0.25rem 0 0 0.3rem;
  }
  .offerCase .m1200 .content .flex1 .swiperItem .swiper-container .swiper-slide .item .padding .font {
    font-size: 0.16rem;
    margin-bottom: 0.1rem;
  }
  .offerCase .m1200 .content .flex1 .swiperItem .swiper-container .swiper-slide .item .padding .font .icon::before {
    width: 0.06rem;
    height: 0.06rem;
    margin: 0 0.06rem;
  }
  .offerCase .m1200 .content .flex1 .swiperItem .swiper-container .swiper-slide .item .padding .caseBtn {
    font-size: 0.2rem;
    left: 0.3rem;
    bottom: 0.3rem;
  }
  .offerCase .m1200 .content .flex1 .swiperItem .swiper-container .swiper-slide .item .padding .caseBtn::after {
    width: 0.2rem;
    height: 0.2rem;
    background: url("../img/images/page5_icon.png") no-repeat;
    background-size: 100% 100%;
    margin-left: 0.09rem;
    transform: translateY(0.02rem);
  }
  .offerCase .m1200 .content .flex1 .swiperItem .swiper-container .swiper-slide + .swiper-slide {
    margin-left: 0.28rem;
  }
  .offerCase .m1200 .content .flex1 .swiperItem .swiper-container .swiper-slide:last-child {
    margin-right: 0.28rem;
  }
  .offerCase .m1200 .content .flex1 .swiperItem .rightClick, .offerCase .m1200 .content .flex1 .swiperItem .leftClick {
    display: none;
  }
  .xdfoyHelp {
    width: 7.5rem;
    margin: auto;
    overflow: hidden;
    padding-bottom: 0.6rem;
  }
  .xdfoyHelp .hk-title {
    background: url("../img/images/tit6.png") no-repeat center top;
    background-size: auto 100%;
  }
  .xdfoyHelp .title-foo-h {
    display: none;
  }
  .xdfoyHelp .content {
    height: 4.2rem;
    background: url("../img/images/end.png") no-repeat;
    background-size: 100% 100%;
  }
  .xdfoyHelp .content .posi_XDF_introduce {
    left: 0.28rem;
    font-size: 0.16rem;
    line-height: 0.26rem;
    padding-bottom: 0.13rem;
    letter-spacing: 0.02rem;
  }
  .xdfoyHelp .content .posi_XDF_introduce .br {
    display: inline;
  }
  .xdfoyHelp .content .list {
    width: 2.45rem;
    padding: 0.4rem 0 0 0;
  }
  .xdfoyHelp .content .list .li {
    margin-bottom: 0.3rem;
  }
  .xdfoyHelp .content .list .li .helpImg {
    width: 0.6rem;
    height: 0.61rem;
    box-shadow: 0 0 0.3rem 0.24rem rgba(233, 227, 248, 0.2);
  }
  .xdfoyHelp .content .list .li .flex {
    padding-left: 0.1rem;
  }
  .xdfoyHelp .content .list .li .flex .numFont {
    font-size: 0.3rem;
    margin-bottom: 0.12rem;
  }
  .xdfoyHelp .content .list .li .flex .numFont .min {
    font-size: 0.16rem;
  }
  .xdfoyHelp .content .list .li .flex .numFont .qs-top::before {
    width: 0.82rem;
    height: 0.31rem;
    background: url("../img/images/end_qs.png") no-repeat;
    background-size: 100% 100%;
    right: -0.28rem;
    top: -0.25rem;
  }
  .xdfoyHelp .content .list .li .flex .numCont {
    font-size: 0.14rem;
  }
  @keyframes upDown {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-0.04rem);
    }
    100% {
      transform: translateY(0);
    }
  }
  .btnFiexBottom {
    position: fixed;
    left: calc((100% - 7.5rem) / 2);
    bottom: 0;
    z-index: 9999;
    height: 1.6rem;
    background: #fff;
    box-shadow: 0 -0.06rem 0.12rem rgba(187, 193, 200, 0.2);
    display: flex;
    justify-content: space-between;
    padding: 0.22rem 0.2rem 0 0.07rem;
    box-sizing: border-box;
  }
  .btnFiexBottom .cli_.ph {
    font-size: 0.22rem;
    line-height: 1;
    color: #333333;
    text-align: center;
    width: 1.5rem;
  }
  .btnFiexBottom .cli_.ph img {
    width: 0.34rem;
    height: 0.34rem;
    margin: 0.09rem auto 0.13rem;
  }
  .btnFiexBottom .cli_.btn {
    width: 5.8rem;
    height: 0.88rem;
    background: url("../img/images/bot_btn.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
  }
  .btnFiexBottom .cli_.btn p {
    font-size: 0.3rem;
    font-weight: bold;
    color: #3b358c;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .btnFiexBottom .cli_.btn p:nth-child(2) {
    color: #fff;
  }
  .totop {
    bottom: 1.8rem !important;
  }
  .totop img {
    width: 0.81rem;
    box-shadow: 0 0 0.12rem rgba(187, 193, 200, 0.12);
    border-radius: 50%;
  }
}

/*# sourceMappingURL=common.css.map */
