.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;}

/* 按钮容器基础样式 鼠标悬浮时触发扫光动画*/
.btnFrames {overflow: hidden;position: relative;}
.btnFrames:hover::after {content: "";display: block;width: 18%;height: 300%;background: linear-gradient(to right,rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0.4) 50%,rgba(255, 255, 255, 0) 100%);filter: blur(6px);transform: rotate(35deg);position: absolute;left: -20%;top: -120%;pointer-events: none;animation: leftTransform ease-in-out 0.6s forwards;-webkit-animation: leftTransform ease-in-out 0.6s forwards;}
/* 流光动画 */
@keyframes leftTransform {
  0% { left: -20%; }
  100% { left: 120%; }
}
@media(max-width:1000px){
    .btnFrames:hover::after{display: none;}
    .m1200{width: 100%;}
    .pcno{display: block !important;}
    .mno{display: none !important;}
    .mflex{display: flex !important;}
    body{padding-bottom: 0rem;}
    .navFixed{left: calc((100% - 7.5rem)/2);}
}
/* banner*/
.banner{height: 560px;background: url('../images/banner.png') no-repeat center top;}
.banner .logo{width: 238px;position: absolute;left: 45px;top:38px;}
.banner .slogo{width: 175px;position: absolute;right: 45px;top:34px;}
.banner .text-img{width: 702px;height: 151px;background: url('../images/banner_text.png') no-repeat;position: absolute;left:23px;top: 181px;}
.banner .buttons{width: 503px;display: flex;justify-content: space-between;position: absolute;left: 121px;top: 368px;}
.banner .button{width: 242px;height: 47px;border-radius: 23px;background: #fff;font-family: "FZLTZHJW";font-size: 26px;color: #e84099;letter-spacing: 1px;text-indent: -1px;display: flex;justify-content: center;align-items: center;cursor: pointer;padding-top: 2px;box-sizing: border-box;}
@font-face {
  font-family: "FZLTZHJW";
  src: url("https://oy.xdf.cn/include/font/FZLTZHJW.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.banner .button.active{height: 49px;background: url('../images/banner_btn.png') no-repeat;color: #fff;}
/*  */
.page{padding: 80px 0 80px;}
.page .in-title{display: flex;justify-content: center;align-items: center;}
.page .in-title h2{font-size: 38px;color: #fff;font-weight: bold;line-height: 1;padding: 0 32px;}
.page .in-title h2.em_1{margin-right: -0.5em;}
.page h3{font-size: 22px;color: #fff;font-weight: normal;text-align: center;padding-top: 12px;}
.page .in-title::before{content: '';width: 140px;height: 20px;background: url('../images/title_1.png') no-repeat;display: block;}
.page .in-title::after{content: '';width: 140px;height: 20px;background: url('../images/title_1.png') no-repeat;display: block;transform: rotate(180deg);}

.page .in-title.revser h2{color: #e62290;}
.page .in-title.revser::before{background: url('../images/title_2.png') no-repeat;height:21px;}
.page .in-title.revser::after{background: url('../images/title_2.png') no-repeat;height:21px;}
.page h3.revser{color: #111111;}

.button-page{width: 260px;height: 46px;color: #fff;background: url('../images/button.png') no-repeat;display: flex;justify-content: center;align-items: center;font-size: 16px;font-weight: bold;border-radius: 23px;margin: auto;cursor: pointer;}
.buttons-page{width: 598px;margin: auto;display: flex;justify-content: space-between;}
.buttons-page .button-page:not(.active) {background: #fff;color: #e62290;border: 1px solid rgba(230, 34, 144, 0.11);box-sizing: border-box;} 

/*  */
#nav{height: 60px;background: url('../images/nav.png') no-repeat;background-size: cover;}
#nav .m1200{height: 100%;display: flex;justify-content: space-between;}
#nav .m1200 a{height: 100%;width: calc((100% / 6));display: flex;justify-content: center;align-items: center;font-size: 18px;color: #fff;}
#nav .m1200 a.active{font-weight: bold;position: relative;}
#nav .m1200 a.active::after{content: '';width: 26px;height: 4px;background: #fff;position: absolute;left: calc((100% - 26px)/2);bottom: 0;}
/*  */
.intro-page{padding-top: 44px;background: url('../images/page1.png') no-repeat;background-size: cover;}
.intro-page .content{display: flex;justify-content: flex-end;margin-bottom: 56px;}
.intro-page .item{position: relative; width: 986px;height: 194px;background: url('../images/page_2.png') no-repeat;border-radius: 20px;display: flex;justify-content: flex-start;align-items: center;}
.intro-page .intro-text{font-size: 16px;line-height: 32px;color: #333333;padding: 0 38px 0 112px;box-sizing: border-box;}
.intro-page .sign{width: 245px;height: 158px;background: url('../images/page1_1.png') no-repeat;font-size: 56px;color: #fff;font-family: "Source Han Sans CN";position: absolute;left: -190px;top: 18px;display: flex;justify-content: flex-start;align-items: center;font-weight: bold;letter-spacing: 2px;text-indent: 2px;padding-left: 24px;box-sizing: border-box;}
/*  */
.benefits-page{background: url('../images/page2.png') no-repeat;background-size: cover;}
.benefits-page .content{padding: 60px 0 56px;display: flex;justify-content: space-between;}
.benefits-page .li{width: 360px;height: 365px;background: #fff;border-radius: 12px;overflow: hidden;border: 1px solid #fff;box-sizing: border-box;transition: 0.3s;}
.benefits-page .li:hover{transform: translateY(-10px);}
.benefits-page .top-icon{width: 360px;height: 150px;border-radius: 12px;margin:0 auto 19px;}
.benefits-page .icon1{background: url('../images/page2_1.png') no-repeat;}
.benefits-page .icon2{background: url('../images/page2_2.png') no-repeat;}
.benefits-page .icon3{background: url('../images/page2_3.png') no-repeat;}
.benefits-page .title{font-size: 18px;color: #8a3abf;font-weight: bold;text-align: center;line-height: 1;}
.benefits-page .text{font-size: 16px;line-height: 24px;color: #333;padding: 14px 25px 0;box-sizing: border-box;}
/*  */
.king-major{background: url('../images/page3.png') no-repeat;background-size: cover;}
.king-major .content{padding: 70px 0 56px;}
.king-major .nav-tap{height: 80px;display: flex;justify-content: flex-start;align-items: flex-start;margin-bottom: -39px;}
.king-major .nav-li{cursor: pointer; font-size: 16px;color: #e62290;width: 314px;height: 80px;text-align: center;line-height: 1;padding: 13px 0 0px;box-sizing: border-box;position: relative;transition: 0.3s;}
.king-major .nav-li:nth-child(1){width: 284px;background: url('../images/page3_0.png') no-repeat;padding-right: 20px;z-index: 20;}
.king-major .nav-li:nth-child(2){background: url('../images/page3_1.png') no-repeat;z-index: 19;margin-left: -35px;}
.king-major .nav-li:nth-child(3){background: url('../images/page3_2.png') no-repeat;z-index: 18;margin-left: -35px;}
.king-major .nav-li.active{transform: translateY(-10px);color: #fff;font-weight: bold;padding-top: 19px;}
.king-major .nav-li.active:nth-child(1){background: url('../images/page3_0a.png') no-repeat;}
.king-major .nav-li.active:nth-child(2){background: url('../images/page3_2a.png') no-repeat;}
.king-major .nav-li.active:nth-child(3){background: url('../images/page3_2a.png') no-repeat;}
.king-major .school-list{width: 100%;height: auto;background: #fff;border-radius: 20px;position: relative;z-index: 90;}
.king-major .list{}
.king-major .li{display: none;padding: 38px 40px 38px 91px;box-sizing: border-box;}
.king-major .li.active{display: block;}
.king-major .li-raw{margin-bottom: 37px;position: relative;}
.king-major .li-raw:last-child{margin-bottom: 0px;}
.king-major .sch-title{font-size: 20px;color: #333;line-height: 1;padding-left: 19px;box-sizing: border-box;}
.king-major .sch-title-en{font-size: 14px;color: #333;line-height: 1;padding: 10px 0 16px 19px;box-sizing: border-box;}
.king-major .sch-intro{width: 1068px;border-radius: 10px;border: 1px solid rgba(230, 34, 144, 0.1);background: rgba(255, 216, 238, 0.1);box-sizing: border-box;font-size: 16px;line-height: 24px;color: #333;padding: 12px 20px 8px 18px;}
.king-major .icon{width: 56px;height: 52px;position: absolute;left: -60px;top: -8px;}
.king-major .icon1{background: url('../images/page3_S1.png') no-repeat left center;}
.king-major .icon2{background: url('../images/page3_S2.png') no-repeat left center;}
.king-major .icon3{background: url('../images/page3_S3.png') no-repeat left center;}
.king-major .icon4{background: url('../images/page3_S4.png') no-repeat left center;}
.king-major .icon5{background: url('../images/page3_S5.png') no-repeat;width: 87px;height: 16px;left: -78px;top: 6px;}
.king-major .icon6{background: url('../images/page3_S6.png') no-repeat left center;}
.king-major .icon7{background: url('../images/page3_S7.png') no-repeat left center;width: 82px;height: 19px;left: -78px;top: 6px;}
.king-major .icon8{background: url('../images/page3_S8.png') no-repeat left center;}
.king-major .icon9{background: url('../images/page3_S9.png') no-repeat left center;}
/*  */
.via-page{background: url('../images/page4.png') no-repeat;background-size: cover;}
.via-page .list{padding: 60px 0 56px ;display: flex;justify-content: space-between;}
.via-page .li{width: 376px;height: 412px;border-radius: 14px;background: #fff;transition: 0.3s;}
.via-page .li:hover{transform: translateY(-10px);}
.via-page .icon{margin: 8px auto 4px;width: 95px;height: 95px;}
.via-page .icon1{background: url('../images/page4_s1.png') no-repeat;}
.via-page .icon2{background: url('../images/page4_s2.png') no-repeat;}
.via-page .icon3{background: url('../images/page4_s3.png') no-repeat;}
.via-page .title{font-size: 18px;color: #e62290;font-weight: bold;text-align: center;line-height: 1;width: 320px;padding-bottom: 21px;border-bottom: 1px solid #ebebeb;margin: auto;}
.via-page .text{font-size: 16px;line-height: 24px;padding: 23px 22px ;box-sizing: border-box;}
.via-page .text-list{padding: 0 20px 0 22px;box-sizing: border-box;}
.via-page .font{font-size: 16px;line-height: 26px;color: #333;display: flex;justify-content: flex-start;}
.via-page .font::before{content: '';width: 14px;height: 14px;background: url('../images/page4_1.png') no-repeat;display: block;flex-shrink: 0;margin-right: 9px;margin-top: 6px;}
/*  */
.timeplan-page{background: url('../images/page5.png') no-repeat;background-size: cover;}
.timeplan-page .content{padding: 60px 0 56px 35px;}
.timeplan-page .item{margin-bottom: 34px;border-radius: 20px;background: #fff;position: relative;padding: 33px 24px 30px 54px;box-sizing: border-box;}
.timeplan-page .item2{margin-bottom: 0px;}
.timeplan-page .title{width: 52px;height: 144px;border-radius: 26px;background: #e62290;font-size: 18px;color: #fff;font-weight: bold;line-height: 25px;padding: 0 20px;display: flex;justify-content: center;align-items: center;box-sizing: border-box;position: absolute;left: -35px;top: calc((100% - 144px)/2);}
.timeplan-page .text{font-size: 18px;color: #333;line-height: 22px;margin-bottom: 32px;}
.timeplan-page .list{display: flex;justify-content: space-between;position: relative;}
.timeplan-page .li{width: 120px;position: relative;}
.timeplan-page .time{width: 100%;height: 28px;border-radius: 14px;background: #e62290;font-size: 16px;color: #fff;font-weight: bold;display: flex;justify-content: center;align-items: center;}
.timeplan-page .bot-img{width: 16px;height: 22px;background: url('../images/page5_1.png') no-repeat;margin: 5px auto 4px;}
.timeplan-page .titme-text{width: 100%;height: 65px;color:#e62290;border-radius: 14px;background: #ffd8ee;font-size: 16px;line-height: 18px;text-align: center;display: flex;justify-content: center;align-items: center;}
.timeplan-page .list::before{content: '';width: 906px;height: 2px;background: #ffd8ee;position: absolute;left: 104px;top: 14px;}

.timeplan-page .item2 .title{background: #8430bc;}
.timeplan-page .list2{display: flex;justify-content: space-between;position: relative;}
.timeplan-page .li2{width: 184px;position: relative;}
.timeplan-page .time-text2{width: 100%;height: 95px;border-radius: 14px;background: rgba(138, 58, 191, 0.1);font-size: 16px;line-height: 20px;color: #333;padding: 6px 13px 0;box-sizing: border-box;}
.timeplan-page .time-font{width: 90px;height: 118px;background:#fff url('../images/page5_3.png') no-repeat;margin:8px auto 0;text-align: center;padding: 26px 0 0;box-sizing: border-box;font-size: 16px;line-height: 22px;color: #333;font-weight: bold;display: flex;justify-content: center;align-items: center;position: relative;}
.timeplan-page .time-font::before{content: '';width: 136px;height: 16px;background: url('../images/page5_22.png') no-repeat;position: absolute;left: 90px;top: 60px;}
.timeplan-page .li2:last-child .time-font::before{display: none;}
/*  */
.escort-page{background: url('../images/page6.png') no-repeat;background-size: cover;}
.escort-page .content{padding: 60px 0 56px;}
.escort-page .li{width: 1143px;height: 110px;background: #fff;border-radius: 14px;position: relative;padding: 26px 70px 0 74px;box-sizing: border-box;margin-bottom: 23px;}
.escort-page .li:last-child{margin-bottom: 0;}
.escort-page .li:nth-child(odd){margin-left: calc((100% - 1143px));}
.escort-page .li:nth-child(even){text-align: right;}
.escort-page .icon{width: 111px;height: 111px;position: absolute;top: calc((100% - 111px)/2);}
.escort-page .icon1{background: url('../images/page6_1.png') no-repeat;left: -58px;}
.escort-page .icon2{background: url('../images/page6_2.png') no-repeat;right: -58px;}
.escort-page .icon3{background: url('../images/page6_3.png') no-repeat;left: -58px;}
.escort-page .icon4{background: url('../images/page6_4.png') no-repeat;right: -58px;}
.escort-page .title{font-size: 18px;font-weight: bold;color: #e62290;padding-bottom: 12px;border-bottom: 1px solid #ebebeb;line-height: 1;}
.escort-page .text{font-size: 16px;color: #333;line-height: 24px;padding-top: 11px;}
/*  */
.fulldream-page{background: url('../images/page7.png') no-repeat;background-size: cover;}
.fulldream-page .content{padding: 60px 0 56px;}
.fulldream-page .max-cont{width: 1065px;height: 448px;background: #fff;margin: auto;position: relative;padding:13px 8px 0;box-sizing: border-box;}
.fulldream-page .swiper-button{width: 57px;height: 102px;background:url('../images/page7_1.png') no-repeat;position: absolute;top: calc((100% - 102px)/2);cursor: pointer;}
.fulldream-page .swiper-button.prev{left: -72px;}
.fulldream-page .swiper-button.next{right: -72px;transform: rotate(180deg);}
.fulldream-page .max-img{display: block;margin: auto;}
/*  */
.help-xdf-page {background: url('../images/page8.png') no-repeat center top;background-size: cover;}
.help-xdf-page .content{height: 421px;background: url('../images/page8_s5.png') no-repeat;position: relative;overflow: hidden;border-radius: 14px;margin-top: 60px;}
.help-xdf-page .relative{position: absolute;left:30px;bottom:0;line-height: 1;}
.help-xdf-page .relative-logo{width: 104px;height: 25px;background: url('../images/page8_1.png') no-repeat;margin-bottom: 11px;}
.help-xdf-page .posi_XDF_introduce{font-size: 16px;color: #fff;padding-bottom: 13px;letter-spacing: 2px;}
.help-xdf-page .posi_XDF_introduce .bold{font-weight: bold;}
.help-xdf-page .list{width: 294px;float: right;padding: 40px 0 0 0;line-height: 1;}
.help-xdf-page .icon{width: 61px;height: 61px;}
.help-xdf-page .icon1{background: url('../images/page8_s1.png') no-repeat;}
.help-xdf-page .icon2{background: url('../images/page8_s2.png') no-repeat;}
.help-xdf-page .icon3{background: url('../images/page8_s3.png') no-repeat;}
.help-xdf-page .icon4{background: url('../images/page8_s4.png') no-repeat;}
.help-xdf-page .list .li{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 30px;}
.help-xdf-page .list .li .flex{padding-left: 32px;}
.help-xdf-page .list .li .numFont{font-weight: bold;font-size: 30px;color: #e62290;margin-bottom: 12px;}
.help-xdf-page .list .li .numFont .min{position: relative;font-size: 16px;}
.help-xdf-page .list .li .numCont{font-size: 14px;color: #333;}
.help-xdf-page .list .li .qs-top::before{content: '';animation: upDown_help 0.8s infinite;position: absolute;right: -59px;top: -27px; width: 82px;height: 31px;background: url('../images/page8_qs.png') no-repeat;}
@keyframes upDown_help {
    0% {transform: translateY(0);}
    50% {transform: translateY(-4px);}
    100% {transform: translateY(0);}
}

@media (max-width:1000px) {
.banner,.page{width: 7.5rem;margin: auto;}
/*  */
.page{padding: 0.55rem 0 0.6rem;}
.page .in-title{padding: 0;margin:0 auto 0;}
.page .in-title::before{display: none;}
.page .in-title::after{display: none;}
.page .in-title h2{display: none;}
.page h3{font-size: 0.22rem;line-height: 1;padding-top: .1rem;}
.page .in-title.bk1{height: 0.38rem;background: url('../images/images/title2.png') no-repeat center top;background-size: auto 100%;}
.page .in-title.bk2{height: 0.38rem;background: url('../images/images/title31.png') no-repeat center top;background-size: auto 100%;}
.page .in-title.bk3{height: 0.38rem;background: url('../images/images/title4.png') no-repeat center top;background-size: auto 100%;}
.page .in-title.bk4{height: 0.38rem;background: url('../images/images/title5.png') no-repeat center top;background-size: auto 100%;}
.page .in-title.bk5{height: 0.39rem;background: url('../images/images/title6.png') no-repeat center top;background-size: auto 100%;}
.page .in-title.bk6{height: 0.38rem;background: url('../images/images/title7.png') no-repeat center top;background-size: auto 100%;}
.page .in-title.bk7{height: 0.38rem;background: url('../images/images/title8.png') no-repeat center top;background-size: auto 100%;}
.page .swiper-pagination{position: initial;width: 100%;font-size: 0;line-height: 1;display: flex;justify-content: center;align-items: center;margin-bottom: 0.4rem;opacity: 1;}
.page .swiper-pagination span{width: 0.08rem;height: 0.08rem;border-radius: 50%;background: #f07abc;box-sizing: border-box;margin: 0 0.05rem;opacity: 1;}
.page .swiper-pagination span.swiper-pagination-bullet-active{width: 0.3rem;border-radius: 0.08rem;background: #fff;}
.button-page{width: 3rem;height: 0.69rem;border-radius: 0.34rem;background: url('../images/images/button.png') no-repeat;background-size: 100% 100%; font-size: .28rem;box-sizing: border-box;letter-spacing: 0.01rem;text-indent: -0.01rem;}
.buttons-page{width: 6.34rem;}
.buttons-page .button-page{}

/*  */
.banner{height: 5rem;background: url('../images/images/banner.png') no-repeat center top;background-size: 100% 100%;}
.banner .logo{width: 2.38rem;position: absolute;left: 0.47rem;top:0.3rem;display: none;}
.banner .slogo{width: 1.75rem;position: absolute;right: 0.46rem;top:0.3rem;display: none;}
.banner .text-img{width: 5.41rem;height: 1.22rem;background: url('../images/images/banner_text.png') no-repeat;position: absolute;left:0.38rem;top: 1.51rem;background-size: 100% 100%;}
.banner .buttons{width: 3.9rem;position: absolute;left: 0.5rem;top: 3.19rem;}
.banner .button{width: 1.87rem;height: 0.44rem;border-radius: 0.21rem;font-size: 0.24rem;letter-spacing: 0.01rem;text-indent: -0.01rem;padding-top: 0.02rem;box-sizing: border-box;}
.banner .button.active{height: 0.44rem;background: url('../images/images/banner_btn.png') no-repeat;background-size: 100% 100%;}
/*  */
.nav_foor{display: none;}
/*  */
.intro-page{background: url('../images/images/page1.png') no-repeat;background-size: cover;padding-top: 0;}
.intro-page .content{margin-bottom: 0.36rem;}
.intro-page .item{width: 6.94rem;height: 2.6rem;background:url('../images/images/page1_1.png') no-repeat;background-size: 100% 100%;margin: auto;border-radius: 0.2rem;}
.intro-page .sign{display: none;}
.intro-page .intro-text{font-size: 0.2rem;line-height: 0.31rem;color: #333;padding: 0 0.31rem;}
/*  */
.benefits-page{background: url('../images/images/page2.png') no-repeat;background-size: cover;}
.benefits-page .content{padding: 0.36rem 0.28rem 0.09rem;display: block;}
.benefits-page .li{width: 100%;height: auto; border-radius: 0.1rem;background: #fff;margin-bottom: 0.25rem;padding: 0.34rem 0.35rem 0.21rem;box-sizing: border-box;}
.benefits-page .li:hover{transform: translateY(0px);}
.benefits-page .top-icon{display: none;}
.benefits-page .title{font-size: 0.28rem;color: #333;text-align: left;padding-bottom: 0.19rem;border-bottom: 1px solid #ebebeb;display: flex;justify-content: flex-start;align-items: center;}
.benefits-page .title::before{content: '';width: 0.05rem;height: 0.28rem;background: url('../images/images/page2_1.png') no-repeat;background-size: 100% 100%;margin-right: 0.12rem;display: block;}
.benefits-page .text{font-size: 0.22rem;line-height: 0.38rem;color: #999999;padding: 0.11rem 0 0;}
/*  */
.king-major{background: url('../images/images/page3.png') no-repeat;background-size: cover;}
.king-major .content{padding: 0.38rem 0.28rem 0.4rem;box-sizing: border-box;}
.king-major .nav-tap{height: 0.81rem;margin-bottom: -0.31rem;}
.king-major .nav-li{font-size: 0.22rem;padding: 0.15rem 0 0;height: 0.81rem;box-sizing: border-box;}
.king-major .nav-li:nth-child(1){background: url('../images/images/page3_1.png') no-repeat;width: 2.38rem;background-size: 100% 100%;}
.king-major .nav-li:nth-child(2){background: url('../images/images/page3_2.png') no-repeat;width: 2.64rem;background-size: 100% 100%;}
.king-major .nav-li:nth-child(3){background: url('../images/images/page3_3.png') no-repeat;width: 2.64rem;background-size: 100% 100%;}
.king-major .nav-li.active:nth-child(1){background: url('../images/images/page3_1a.png') no-repeat;background-size: 100% 100%;}
.king-major .nav-li.active:nth-child(2){background: url('../images/images/page3_2a.png') no-repeat;background-size: 100% 100%;}
.king-major .nav-li.active:nth-child(3){background: url('../images/images/page3_3a.png') no-repeat;background-size: 100% 100%;}
.king-major .nav-li.active{transform: translateY(-0.1rem);padding-top: 0.19rem;}

.king-major .school-list{border-radius: 0.2rem;box-shadow: 0 0 0.1rem 0.08rem rgba(255, 216, 238, 0.4);}
.king-major .li{padding: 0.44rem 0.31rem 0.4rem 0.72rem;}
.king-major .li-raw{margin-bottom: 0.38rem;}
.king-major .sch-title{padding-left: 0.19rem;font-size: 0.26rem;color: #333;font-weight: bold;}
.king-major .sch-title-en{font-size: 0.2rem;color: #333;padding: 0.07rem 0 0.2rem 0.19rem;box-sizing: border-box;}
.king-major .sch-intro{width: 100%;border-radius: 0.1rem;font-size: 0.22rem;line-height: 0.36rem;color: #999;}
.king-major .icon{width: 0.56rem;height: 0.52rem;position: absolute;left: -0.6rem;top: -0.02rem;background-size: 100% auto !important;}
.king-major .icon1{background: url('../images/page3_S1.png') no-repeat left center;}
.king-major .icon2{background: url('../images/page3_S2.png') no-repeat left center;}
.king-major .icon3{background: url('../images/page3_S3.png') no-repeat left center;}
.king-major .icon4{background: url('../images/page3_S4.png') no-repeat left center;}
.king-major .icon5{background: url('../images/page3_S5.png') no-repeat;width: 0.75rem;height: 0.16rem;left: -0.65rem;top: 0.06rem;}
.king-major .icon6{background: url('../images/page3_S6.png') no-repeat left center;}
.king-major .icon7{background: url('../images/page3_S7.png') no-repeat left center;width: 0.72rem;height: 0.19rem;left: -0.68rem;top: 0.06rem;}
.king-major .icon8{background: url('../images/page3_S8.png') no-repeat left center;}
.king-major .icon9{background: url('../images/page3_S9.png') no-repeat left center;}
/*  */
.via-page{background: url('../images/images/page4.png') no-repeat;background-size: cover;}
.via-page .list{padding: 0.38rem 0.28rem 0.38rem;box-sizing: border-box;display: block;}
.via-page .li{height: auto;width: 100%;border-radius: 0.1rem;position: relative;padding: 0.31rem 0.31rem 0.22rem 1.27rem;box-sizing: border-box;margin-bottom: 0.21rem;}
.via-page .li:hover{transform: translateY(0px);}
.via-page .icon{margin: 0;width: 1.01rem;height: 1.01rem;position: absolute;left: 0.18rem;top: 0.1rem;}
.via-page .icon1{background: url('../images/images/page4_1.png') no-repeat;background-size: 100% 100%;}
.via-page .icon2{background: url('../images/images/page4_2.png') no-repeat;background-size: 100% 100%;}
.via-page .icon3{background: url('../images/images/page4_3.png') no-repeat;background-size: 100% 100%;}
.via-page .title{font-size: 0.26rem;color: #333;text-align: left;font-weight: bold;width: 100%;padding-bottom: 0.08rem;border: none;}
.via-page .text{padding:0 0 0.14rem 0;font-size: 0.22rem;line-height: 0.36rem;color: #333;}
.via-page .text-list{padding: 0;}
.via-page .font{font-size: 0.22rem;line-height: 0.36rem;color: #999;}
.via-page .font::before{width: 0.18rem;height: 0.18rem;background: url('../images/images/page4_4.png') no-repeat;background-size: 100% 100%;margin: 0.1rem 0.1rem 0 0;}
/*  */
.timeplan-page{background: url('../images/images/page5.png') no-repeat;background-size: cover;}
.timeplan-page .content{padding: 0.36rem 0.28rem 0.36rem;box-sizing: border-box;}
.timeplan-page .tabs{width: 4.4rem;height: 0.63rem;border-radius: 0.32rem;background: #fff;margin: 0 auto 0.36rem;box-shadow: 0 0 0.1rem 0.08rem rgba(255, 216, 238, 0.4);padding: 0 0.05rem;box-sizing: border-box;display: flex;justify-content: space-between;align-items: center;}
.timeplan-page .tab{width: 2.1rem;height: 0.54rem;border-radius: 0.27rem;border:1px solid transparent;box-sizing: border-box;display: flex;justify-content: center;align-items: center;font-size: 0.26rem;color: #333;cursor: pointer;}
.timeplan-page .tab.active{background: #fff2f7;border:1px solid #e62290;color: #e62290;font-weight: bold;}
.timeplan-page .item{display: none;margin: 0;border-radius: 0.1rem; box-shadow: 0 0 0.1rem 0.08rem rgba(255, 216, 238, 0.4);padding: 0.33rem 0.3rem 0rem;}
.timeplan-page .item.active{display: block;}
.timeplan-page .text{font-size: 0.22rem;line-height: 0.32rem;color: #333333;margin-bottom: 0.32rem;}
.timeplan-page .title{display: none;}
.timeplan-page .list{flex-wrap: wrap;padding: 0 0.3rem 0;box-sizing: border-box;}
.timeplan-page .list::before{width: 6.34rem;height: 4.09rem;background: url('../images/images/page5_s1.png') no-repeat;background-size: 100% 100%;left: 0px;top: 0.2rem;}
.timeplan-page .list::after{content: '';display: block; width: 1.75rem;order: 10;}
.timeplan-page .li{width: 1.75rem;margin-bottom: 0.36rem;}
.timeplan-page .time{height: 0.41rem;border-radius: 0.2rem;font-size: 0.24rem;}
.timeplan-page .bot-img{width: 0.21rem;height: 0.29rem;background: url('../images/images/page5_1.png') no-repeat;background-size: 100% 100%;margin: 0.06rem auto 0.04rem;}
.timeplan-page .titme-text{height: 0.85rem;border-radius: 0.14rem;font-size: 0.22rem;line-height: 0.26rem;}
.timeplan-page .list1 .li:nth-child(1){order: 0;}
.timeplan-page .list1 .li:nth-child(2){order: 1;}
.timeplan-page .list1 .li:nth-child(3){order: 2;}
.timeplan-page .list1 .li:nth-child(4){order: 5;}
.timeplan-page .list1 .li:nth-child(5){order: 4;}
.timeplan-page .list1 .li:nth-child(6){order: 3;}
.timeplan-page .list1 .li:nth-child(7){order: 6;}
.timeplan-page .list1 .li:nth-child(8){order: 7;}

.timeplan-page .list2{display: block;padding: 0 0.18rem 0.3rem 0.19rem;}
.timeplan-page .li2{width: 100%;display: flex;justify-content: space-between;align-items: center;margin-bottom: 0.2rem;}
.timeplan-page .li2:last-child{margin-bottom: 0px;}
.timeplan-page .time-font{order: 0;width: 1.64rem;height: 1.33rem;margin: 0; background: url('../images/images/page5_2.png') no-repeat;background-size: 100% 100%;padding: 0 0.35rem 0 0;box-sizing: border-box;font-size: 0.24rem;line-height: 0.28rem;color: #e62290;position: relative;}
.timeplan-page .time-font::before{width: 0.02rem;height: 0.26rem;background: #e62290;position: absolute;left:0.64rem;bottom: -0.23rem;top: auto;opacity: 0.3;}
.timeplan-page .time-text2{order: 1;width: 4.16rem;height: 0.88rem;padding: 0 0.19rem;display: flex;justify-content: flex-start;align-items: center; border-radius: 0.14rem;background: #ffd8ee;font-size: 0.22rem;line-height: 0.28rem;color: #e62290;}
/*  */
.escort-page{background: url('../images/images/page6.png') no-repeat;background-size: cover;}
.escort-page .content{padding: 0.38rem 0.28rem 0.36rem;box-sizing: border-box;}
.escort-page .li{width: 6.46rem;height: 1.5rem;border-radius: 0.14rem;padding: 0.19rem 0.3rem 0.14rem 0.73rem;box-sizing: border-box;}
.escort-page .li:nth-child(odd){margin-left: calc((100% - 6.46rem));}
.escort-page .li:nth-child(even){padding: 0.19rem 0.73rem 0.14rem 0.3rem;}
.escort-page .title{font-size: 0.26rem;padding-bottom: 0.11rem;}
.escort-page .text{font-size: 0.2rem;line-height: 0.36rem;color: #999999;padding-top: 0.07rem;}
.escort-page .icon{width: 1.12rem;height: 1.12rem;top: calc((100% - 1.12rem) / 2);}
.escort-page .icon1{background: url('../images/images/page6_1.png') no-repeat;background-size: 100% 100%;left: -0.6rem;}
.escort-page .icon2{background: url('../images/images/page6_2.png') no-repeat;background-size: 100% 100%;right: -0.6rem;}
.escort-page .icon3{background: url('../images/images/page6_3.png') no-repeat;background-size: 100% 100%;left: -0.6rem;}
.escort-page .icon4{background: url('../images/images/page6_4.png') no-repeat;background-size: 100% 100%;right: -0.6rem;}

/*  */
.fulldream-page{background: url('../images/images/page7.png') no-repeat;background-size: cover;}
.fulldream-page .content{padding: 0.38rem 0.74rem 0.35rem ;box-sizing: border-box;}
.fulldream-page .max-cont{width: 100%;height: 3.95rem;background: none;padding: 0;}
.fulldream-page .swiper-button{width: 0.32rem;height: 0.59rem;background: url('../images/images/page7_1.png') no-repeat;background-size: 100% 100%;top: calc(3.95rem / 2);}
.fulldream-page .max-img{width: 2.32rem;display: block;height: auto;}
.fulldream-page .swiper-button.prev{left:-0.45rem;}
.fulldream-page .swiper-button.next{right:-0.45rem;}
.fulldream-page .swiper-slide{width: 2.32rem;margin-right: 0.15rem;}
/*  */
.help-xdf-page {height: auto;background: linear-gradient(33deg,#803cc7,#e62290);}
.help-xdf-page .publicize{margin-top: .35rem;}
.help-xdf-page .item{width: 6.3rem;height: 3.71rem;background: #ccc;border-radius: 0.22rem;position: relative;}
.help-xdf-page .swiper-slide{width: 6.3rem;margin-left: 0.3rem;}
.help-xdf-page .swiperc{width: 100%;position: initial;padding-top: 0rem;}
.help-xdf-page .item.bk1{background: url('../images/images/page8_1.png') no-repeat;background-size: 100% 100%;}
.help-xdf-page .item.bk2{background: url('../images/images/page8_2.png') no-repeat;background-size: 100% 100%;}
.help-xdf-page .item.bk3{background: url('../images/images/page8_3.png') no-repeat;background-size: 100% 100%;}
.help-xdf-page .item.bk4{background: url('../images/images/page8_4.png') no-repeat;background-size: 100% 100%;}

.help-xdf-page .posiTitem{padding-left: 0.34rem;position: absolute;left: 0;bottom: 0;padding-bottom: 0.3rem;width: 100%;height: auto;}
.help-xdf-page .img1{width: 0.37rem;margin-bottom: 0.21rem;vertical-align: bottom;}
.help-xdf-page .img2{width: 0.3rem;margin-bottom: 0.22rem;vertical-align: bottom;}
.help-xdf-page .img3{width: 0.32rem;margin-bottom: 0.22rem;vertical-align: bottom;}
.help-xdf-page .img4{width: 0.39rem;margin-bottom: 0.24rem;vertical-align: bottom;}
.help-xdf-page .contTit{font-size: 0.32rem;color: #fff;margin-bottom: 0.16rem;font-weight: bold;line-height: 1;}
.help-xdf-page .contFont{font-size: 0.24rem;color: #fff;line-height: 1;}
.help-xdf-page .swipercs{margin-bottom: 0;padding-top: 0.24rem;}

}




