.cursor{cursor: pointer;}
.box-sizing{box-sizing: border-box;}
/* 按钮放大缩小 */
.btnBigOrSmall{-webkit-animation: ball-scale-multiple 1s 0s linear infinite alternate;animation: ball-scale-multiple 1s 0s linear infinite alternate;}

.fixed{position: fixed;left: 0;right: 0;bottom: 0;top: 0;margin: auto;}

.flex{display: flex;}
.flex-column{display: flex;flex-direction: column;}
.flex-justify-center{display: flex;justify-content: center;}
.flex-justify-between{display: flex;justify-content: space-between;}
.flex-justify-around{display: flex;justify-content: space-around;}
.flex-items-center{display: flex;align-items: center;}
.flex-wrap{flex-wrap: wrap;}
.flex-align-self{align-self: flex-end;}

.line-clamp-1{overflow:hidden;text-overflow:ellipsis;display: block;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.line-clamp-2{overflow:hidden;text-overflow:ellipsis;display: block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.line-clamp-3{overflow:hidden;text-overflow:ellipsis;display: block;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.line-clamp-4{overflow:hidden;text-overflow:ellipsis;display: block;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;}
.line-clamp-5{overflow:hidden;text-overflow:ellipsis;display: block;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;}
.line-clamp-6{overflow:hidden;text-overflow:ellipsis;display: block;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;}

body.sem .rightMenu{display: flex !important;}
.newHeader{display: none;}
#iconDiv1{display: none;}
.isPc2{display: none;}
.rightMenu .form-wrap form .label input, .rightMenu .form-wrap form .label select{padding-left: 0;}

.header_banner{width: 100%;height: 465px;background-repeat: no-repeat;background-position: center top;background-image: url(../images/bannerBg.jpg);}
.header_banner .m1200{display: flex;justify-content: space-between;overflow: hidden;position: relative;}
.header_banner .logo {position: absolute;top: 10px; left: 10px;}
.header_banner .banner_img{overflow: hidden;}
.header_banner .banner_img img{margin: 125px 0 0 22px;}
.header_banner .form-wrap{width: 380px;height: 358px;margin: 70px 55px 0 0;box-sizing: border-box;}
.header_banner .form-wrap form{display: flex;flex-direction: column;padding: 40px 30px;align-items: center;}
.header_banner .form-wrap form .label{ width: 100%; height: 50px;border-radius: 25px;border-color: #c7c7c7;overflow: hidden;}
.header_banner .form-wrap form h4{font-size: 24px;line-height: 58px;font-weight: bold;color: #333333;}
.header_banner .form-wrap form h4 em{color: #0a7869;font-weight: bold;}
.header_banner .form-wrap form .label input,.header_banner .form-wrap form .label select{padding: 0 0 0 11px;height:48px;line-height: 48px;}
.header_banner .form-wrap form .tiaokuan{font-size: 12px;line-height: 30px;text-align: left;}
.header_banner .form-wrap form .xdf_formbtn{width: 100%;height: 50px;line-height: 50px;border-radius: 25px;font-size: 16px;color: #ffffff;font-weight: bold;background: linear-gradient(to bottom,#ffc954,#ff7f02);cursor: pointer;box-shadow: 0 22px 40px 0 rgba(255, 183, 28, .3);}


.page {padding: 50px 0;}
.page .tit {font-size: 34px;line-height: 40px;height: auto;color: #333333;margin: 0 0 30px 0;text-align: center;font-weight: normal;}
.page .tit .t1{font-size: 40px;display: inline-block;padding: 0 10px;position: relative;font-weight: bold;margin: 0 5px;}
.page .tit .t1::before,.page .tit .t1::after{content: '';width: 8px;height: 17px;box-sizing: border-box;position: absolute;}
.page .tit .t1::before{left: 0;top: 0;border-top: 2px solid #c5a57f;border-left: 2px solid #c5a57f;}
.page .tit .t1::after{right: 0;bottom: 0;border-right: 2px solid #c5a57f;border-bottom: 2px solid #c5a57f;}
.page .tit .t2{font-size: 14px;color: #999999;display: block;letter-spacing: 12px;line-height: 14px;margin-top: 10px;font-weight: normal;}

.page .testBtn{width: 352px;height: 40px;line-height: 40px;border-radius: 20px;text-align: center;font-size: 14px;color: #ffffff;background: linear-gradient(to right,#ffc954,#ff7f02);display: block;margin: 30px auto 0;box-shadow: 0 0 40px 0 rgba(255, 182, 78, .3);-webkit-animation: ball-scale-multiple 1s 0s linear infinite alternate;animation: ball-scale-multiple 1s 0s linear infinite alternate;}



/* page1-世界大学排名分类众多  他们  有何区别 */
.page1{padding: 70px 0 0;background: #f6faf9;}
.page1 .m1200{background: url(../images/page1Bg.png) no-repeat center 25px;height: 680px;}
.page1 ul{position: relative;}
.page1 li{display: flex;flex-direction: column;align-items: end;position: absolute;}
.page1 li h4{width: 270px;height: 36px;border-radius: 18px;font-size: 18px;color: #ffffff;line-height: 36px;text-align: center;}
.page1 li p{font-size: 14px;color: #333333;line-height: 22px;margin: 8px 0 20px;}
.page1 li.r{align-items: self-start;}
.page1 li.l h4{background: linear-gradient(to right,#065f56,#2aae7e);}
.page1 li.r h4{background: linear-gradient(to left,#065f56,#2aae7e);}
.page1 li.r a{align-self: flex-start;}
.page1 li.l p{text-align: right;}
.page1 li a{font-size: 14px;color: #ff7f02;font-weight: bold;}
.page1 li a:hover{color: #29ac7d;}
.page1 li.l{left: 35px;}
.page1 li.r{right: 45px;}
.page1 li.l1{top: 90px;}
.page1 li.l2{top: 370px;}
.page1 li.r1{top: 90px;}
.page1 li.r2{top: 370px;}
.page1 li.center{display: block;left: 45%;top: 200px;}
.page1 li.center h3{font-size: 20px;color: #ffffff;text-align: center;line-height: 30px;}
.page1 li.center h3 span{font-size: 30px;}



/* page2-选校参考    四大排名定位申请院校 */
.page2{padding: 70px 0 0;}
.page2 .xxck{margin: 40px 0 0;}
.page2 .xxck .tabs{display: flex;justify-content: space-between;border-top-left-radius: 20px;border-top-right-radius: 20px;background: #29ad7d;align-items: end;height: 64px;}
.page2 .xxck .tabs .tab{width: 25%;height: 64px;line-height: 64px;font-weight: bold;color: #ffffff;font-size: 18px;text-align: center;cursor: pointer;}
.page2 .xxck .tabs .tab.active{height: 76px;border-top-left-radius: 20px;border-top-right-radius: 20px;background: linear-gradient(#ffc954,#ff7f02);line-height: 76px;}
.page2 .xxck .tablist {background: #ffffff;box-shadow: 0 2px 8px 7px rgba(178, 178, 178, .29);height: 644px;padding: 35px;box-sizing: border-box;}
.page2 .xxck .tablist .item{display: none;}
.page2 .xxck .tablist .item.active{display: block;}
.page2 .xxck .tablist .table{width: 100%;height: 100%;overflow: hidden;box-shadow: 0 0 24px 0 rgba(14, 21, 90, .21);}
.page2 .xxck .tablist .thead{height: 50px;background: #ebf7f3;display: flex;justify-content: space-between;line-height: 50px;text-align: center;font-size: 16px;font-weight: bold;color: #239e76;}
.page2 .xxck .tablist li span{display: flex;justify-content: center;align-items: center;}
.page2 .xxck .tablist .thead span:nth-of-type(1),.page2 .xxck .tablist li span:nth-of-type(1){width: 150px;}
.page2 .xxck .tablist .thead span:nth-of-type(2),.page2 .xxck .tablist li span:nth-of-type(2){width: 530px;}
.page2 .xxck .tablist .thead span:nth-of-type(3),.page2 .xxck .tablist li span:nth-of-type(3){width: 260px;}
.page2 .xxck .tablist .thead span:nth-of-type(4),.page2 .xxck .tablist li span:nth-of-type(4){width: 260px;}
.page2 .xxck .tablist .tbody{height: 520px;overflow-y: auto;}
.page2 .xxck .tablist li{display: flex;height: 50px;line-height: 50px;text-align: center;font-size: 14px;color: #333333;}
.page2 .xxck .tablist li:nth-of-type(even){background: #f4f4f4;}
.page2 .xxck .tablist li a{display: block;width: 114px;height: 28px;line-height: 28px;border-radius: 14px;text-align: center;font-size: 14px;color: #ff7f02;font-weight: bold;border: 1px solid #ff7f02;margin: 10px auto;}
.page2 .xxck .tablist li a:hover{background: #ff7f02;color: #ffffff;}
.page2 .xxck .tablist .tbody::-webkit-scrollbar{width: 6px;height: 100%;}
.page2 .xxck .tablist .tbody::-webkit-scrollbar-thumb{background: #239e76;}
.page2 .xxck .tablist .tbody::-webkit-scrollbar-track{background: #cfede3;}



.pagefm{padding: 0 0 50px;margin-top: -15px;}
.pagefm .tlDown{width: 100%;height: 204px;background: url(../images/tl.png) no-repeat center center;margin: 5px 0 0;padding: 20px 40px 0 200px;}
.pagefm .tlDown h3{font-size: 40px;color: #ffffff;line-height: 42px;}
.pagefm .tlDown p{font-size: 16px;color: #ffffff;line-height: 22px;text-align: center;}
.pagefm .tlDown p:nth-of-type(1){margin: 10px 0 0 55px;}
.pagefm .tlDown p:nth-of-type(2){margin: 10px 0 0 10px;}
.pagefm .tlDown .btnPc{width: 119px;height: 119px;background: url(../images/pagefm_btn.png) no-repeat center center;font-size: 26px;line-height: 26px;color: #9c5709;font-weight: bold;padding: 0 10px 0 0;box-sizing: border-box;cursor: pointer;}
.pagefm .orangeBtn{width: 300px;height: 40px;line-height: 40px;border-radius: 20px;margin: 30px auto 0;}

/* 弹框表单 */
.qt_pop_lqzl_form{background:rgba(0,0,0,0.5);z-index:9999;display:none;}
.qt_pop_lqzl_form .qt_popFormCon{display:block;}
.qt_pop_lqzl_form .qt_popFormCon .popForm h6{padding:66px 0 30px 0;}
.qt_pop_lqzl_form .qt_popFormCon .qt_form_common_new .SmsCode{width:198px;height:40px;background-position:7px -128px;}
.qt_pop_lqzl_form .qt_popFormCon .qt_form_common_new .SmsCodeBtn{width:130px;height:40px;float:right;text-align:center;line-height:40px;font-size:16px;color:#9a9a9c;background:#eeeeee;border-radius:10px;margin-top: 0;margin-right: 0;}
.qt_pop_lqzl_form .qt_popFormCon .qt_form_common_new .SmsCodeBtn.active {background: #f39200;color: #fff;}
.qt_popFormCon .popForm .qt_form_common {width: 340px;margin: 0 auto;}
.qt_popFormCon{position: fixed;z-index: 9999;width: 750px;height: 400px;left: 50%;top: 50%;margin-top: -200px;margin-left: -375px;background: #ffffff;border-radius: 20px;overflow: hidden;display: none;}
.qt_popFormCon .popImg{width: 350px;position: relative;}
.qt_popFormCon .popImg .popLogo{position: absolute;top:20px;left: 25px;}
.qt_popFormCon .popForm{position: relative;width: 400px;}
.qt_popFormCon .popForm .close {width: 14px;height: 14px;line-height: 14px;position: absolute;right: 17px;top: 17px;background: url(https://liuxue.xdf.cn/special_zonghe/hd_2022_autumn_education/images/close.png) no-repeat -7px -176px;cursor: pointer;}
.qt_popFormCon .popForm h6{font-size:18px;text-align: center;padding: 40px 0 20px 0;}
.qt_popFormCon .popForm .qt_form_common{width: 340px;margin: 0 auto;}
.qt_popFormCon .popForm .qt_form_common.qt_form p.label{margin-bottom: 20px;}
.qt_popFormCon .popForm .qt_form_common.qt_form .input{height: 40px;}
.qt_popFormCon .popForm .qt_form_common.qt_form .Country {background-position-y: -43px;}
.qt_popFormCon .popForm .qt_form_common.qt_form .Degree{background-position-y: -99px;}
.qt_popFormCon .popForm .qt_form_common.qt_form .Phone{background-position-y: -22px;}
.qt_popFormCon .popForm .qt_form_common.qt_form p.label::after{right: 16px;top: 15px;}
.qt_popFormCon .popForm .qt_form_common.qt_form .btn{height: 45px;line-height: 45px;font-size: 16px;font-weight: normal;background: linear-gradient(90deg,#72cab2,#3f9594);border-radius: 12px;margin-top: 20px;}
.qt_popFormCon .popForm .qt_form_common.qt_form .btn:hover{background: linear-gradient(-90deg,#72cab2,#3f9594);}
.qt_popFormCon .popForm .qt_form_common.qt_form .tiaokuan{margin-top: 5px;text-align: left;}
.qt_form_common_new{width:180px;}
.qt_form_common_new.qt_form p.label{float:left;position:relative;background:#fff;border-radius:5px;width: 100%;margin-bottom: 10px;}
.qt_form_common_new.qt_form p.label.select_wrap::after{content:'';width:10px;height:6px;position:absolute;right:10px;top:13px;background:url(//liuxue.xdf.cn/image/entry/images/icon/select6.png) no-repeat center top;}
.qt_form_common_new.qt_form .input{width:100%;height:32px;color:#999;background:url(https://liuxue.xdf.cn/special_emploability/xm_practice/images/form_icon_gray.png) no-repeat 7px 3px;background-size:19px;padding:0 22px 0 32px;float:left;border-radius:5px;border: 1px solid #e4e4e4;box-sizing: border-box;}
.qt_form_common_new.qt_form .select{position:relative;z-index:1;}
.qt_form_common_new.qt_form .Country{background-position-y:-48px;}
.qt_form_common_new.qt_form .Degree{background-position-y:-104px;}
.qt_form_common_new.qt_form .City{background-position-y:-155px;}
.qt_form_common_new.qt_form .Phone{background:#fff url(https://liuxue.xdf.cn/special_emploability/xm_practice/images/form_icon_gray.png) no-repeat 7px -26px;}
.qt_form_common_new.qt_form .btn{width:100%;height:32px;line-height:32px;background: linear-gradient(90deg,#72cab2,#3f9594);border-radius:5px;font-size:14px;color:#fff;text-align:center;float:left;cursor:pointer;font-weight: bold;margin-top: 10px;}
.qt_form_common_new.qt_form .btn:hover{background: linear-gradient(-90deg,#72cab2,#3f9594);}
.qt_form_common_new.qt_form .tiaokuan{width:100%;font-size:12px;line-height: 16px;}
.qt_form_common_new.qt_form .tiaokuan .checked{background: url(//liuxue.xdf.cn/image/entry/images/entrySprite.png?we) no-repeat -24px -62px;cursor: pointer;}
.qt_form_common_new.qt_form .tiaokuan .checked.active{background-position: -44px -62px;}



/* page3-院校选择除了关注院校排名    还应该关注这些 */
.page3{background: url(../images/page3Bg.jpg) no-repeat center center;}
.page3 .tit{color: #ffffff;}
.page3 .txts{border: 1px solid #30907f;display: flex;justify-content: space-between;background: rgba(44, 136, 120, .4);box-sizing: border-box;}
.page3 .txts li{flex: 1;box-sizing: border-box;padding: 80px 15px 55px;display: flex;flex-direction: column;align-items: center;border-right: 1px solid #30907f;background-repeat: no-repeat;background-size: 36px;background-position: center 23px;}
.page3 .txts li:nth-of-type(1){background-image: url(../images/page3Icon1.png);}
.page3 .txts li:nth-of-type(2){background-image: url(../images/page3Icon2.png);}
.page3 .txts li:nth-of-type(3){background-image: url(../images/page3Icon3.png);}
.page3 .txts li:nth-of-type(4){background-image: url(../images/page3Icon4.png);}
.page3 .txts li:nth-of-type(5){background-image: url(../images/page3Icon5.png);}
.page3 .txts li:nth-of-type(6){background-image: url(../images/page3Icon6.png);}
.page3 .txts li:last-child{border: 0;}
.page3 .txts li h4{font-size: 18px;color: #42bea8;font-weight: bold;line-height: 18px;}
.page3 .txts li p{font-size: 14px;line-height: 22px;color: #ffffff;margin: 20px auto 95px;position: relative;height: 140px;}
.page3 .txts li p::after{position: absolute;content: "";left: 0;right: 0;margin: auto;width: 1px;height: 40px;background: #38ad99;top: 170px;}
.page3 .txts li span{font-size: 30px;color: #38ad99;}
.page3 .txts li:hover:nth-of-type(1){background-image: url(../images/page3Icon1At.png);}
.page3 .txts li:hover:nth-of-type(2){background-image: url(../images/page3Icon2At.png);}
.page3 .txts li:hover:nth-of-type(3){background-image: url(../images/page3Icon3At.png);}
.page3 .txts li:hover:nth-of-type(4){background-image: url(../images/page3Icon4At.png);}
.page3 .txts li:hover:nth-of-type(5){background-image: url(../images/page3Icon5At.png);}
.page3 .txts li:hover:nth-of-type(6){background-image: url(../images/page3Icon6At.png);}
.page3 .txts li:hover{background-color: #30907f;background-repeat: no-repeat;background-size: 36px;background-position: center 23px;}
.page3 .txts li:hover p::after{background: #30907f;}
.page3 .txts li:hover span{font-size: 44px;color: #43a997;}



/* page4-选择新东方前途出国  为您一站式规划  梦校申请 */
.page4 .m1200{position: relative;}
.page4 .m1200::after{position: absolute;content: "";left: 0;top:0;bottom:0;margin: auto;background: url(../images/page4Bg.png) no-repeat left center;width: 1286px;z-index: -1;}
.page4 .list{display: flex;flex-wrap: wrap;justify-content: space-around;padding-top: 21px;}
.page4 .list li{width: 244px;height: 178px;background: linear-gradient(to bottom,#f1f1f1 47%,rgba(241,241,241,0));}
.page4 .list li h4{font-size: 18px;height: 42px;line-height: 42px;text-align: center;color: #ffffff;border-radius: 21px;background: linear-gradient(to right,#065f56,#2aae7e);margin-top: -21px;}
.page4 .list li p{font-size: 14px;line-height: 20px;color: #333333;padding: 30px 0 0;text-align: center;}







/* page5-热门案例    看学长学姐如何申请到梦校 */
.page5 .txts{display: flex;width: 590px;height: 316px;border-radius: 20px;background: #ffffff;overflow: hidden;border: 1px solid rgba(230, 230, 230, .8);box-sizing: border-box;}
.page5 .txts .l_txt{width: 235px;padding: 30px 30px 0 20px;box-sizing: border-box;background: #066156;display: flex;flex-direction: column;align-items: center;}
.page5 .txts .l_txt img{width: 87px;height: 87px;margin: 0 auto;}
.page5 .txts .l_txt h3{font-size: 24px;color: #ffbe47;line-height: 24px;margin: 15px auto 25px;}
.page5 .txts .l_txt dl{font-size: 14px;line-height: 20px;margin: 0 0 4px 0;display: flex;}
.page5 .txts .l_txt dl dt{color: #ffbe47;position: relative;padding-right: 10px;}
.page5 .txts .l_txt dl dt::after{position: absolute;bottom: 0;top: 0;margin: auto;content: ":";right: 3px;}
.page5 .txts .l_txt dl dd{color: #ffffff;font-weight: bold;}

.page5 .txts .r_txt{width: 235px;background-color: #ffffff;background-repeat: no-repeat;background-position: 262px 0px;flex: 1;padding: 0 25px;box-sizing: border-box;}
.page5 .txts .r_txt h4{padding: 30px 45px 0 20px;border-bottom: 1px solid #d8d8d8;position: relative;height: 90px;box-sizing: border-box;}
.page5 .txts .r_txt h4::before,.page5 .txts .r_txt h4::after{position: absolute;content: "";width: 12px;height: 10px;}
.page5 .txts .r_txt h4 p{font-size: 14px;color: #987b59;line-height: 20px;font-weight: normal;}
.page5 .txts .r_txt h4::before{background: url(../images/page5yhUp.png) no-repeat center center;left: 0;}
.page5 .txts .r_txt h4::after{background: url(../images/page5yhDown.png) no-repeat center center;top: 70px;right: 12px;}
.page5 .txts .r_txt .txt{padding: 45px 0 0 0;background: url(../images/page5aljx.png) no-repeat left 15px;}
.page5 .txts .r_txt .txt p{font-size: 14px;color: #333333;line-height: 20px;height: 140px;}
.page5 .txts .r_txt .txt a{font-size: 14px;color: #ff7f02;line-height: 14px;text-align: right;display: block;font-weight: bold;}
.page5 .txts .r_txt .txt a:hover{color: #29ac7d;}






/* xdf_bottomForm 底部表单隐藏，去掉isPc */
.xdf_slide{display: block;}
.xdf_slide .xdf_slidebtn{bottom: 25px;}
#xdf_bottomForm{display: none;}
.xdf_bottomForm_new .ax_img { background: url(../images/bottomFormImg.png?981231321) no-repeat center top;height: 150px;bottom: 0;margin: auto 0;}



@media screen and (max-width:1000px) {
    .xdf_slide{display: none;}
    body.sem .rightMenu{display: none !important;}

    .m1200{width: 94%;}
    .header_banner{height: 10.5rem;background-image: url(../images/m_bannerBg.jpg);background-size: cover;}
    .header_banner .m1200{flex-direction: column;}
    .header_banner .logo img {width: 68%;}
    .header_banner .banner_img{text-align: center;}
    .header_banner .banner_img img{margin: 1.15rem auto 0;width: 6.83rem;}

    .header_banner .form-wrap{margin: .5rem auto 0;width: 100%;}
    .header_banner .form-wrap form{padding: .5rem .6rem 0;}
    .header_banner .form-wrap form h4{font-size: .44rem;line-height: .44rem;margin: 0 0 .25rem;}
    .header_banner .form-wrap form .tiaokuan{font-size: .2rem;}
    .header_banner .form-wrap form .label{height: .86rem;overflow: hidden;}
    .header_banner .form-wrap form .label input, .header_banner .form-wrap form .label select{height: .82rem;line-height: .82rem;padding: .06rem 0 0 11px;}
    
    .page{padding: .5rem 0;}
    .page .tit{font-size: .4rem;line-height: .5rem;margin: 0 0 .3rem 0;}
    .page .tit .t1{font-size: .4rem;line-height: .4rem;padding: 0 .2rem;margin: 0 .05rem;}
    .page .tit .t2{font-size: .2rem;letter-spacing: .1rem;margin: 0;}


    .page1{background: #f6faf9;}
    .page1 .m1200{background: none;width: 100%;height: auto;}
    .page1 h4{font-size: .3rem;color: #333333;font-weight: bold;text-align: center;}
    .page1 .swiper-slide{background: url(../images/m_page1TxtBg.png) no-repeat center center;width: 5.02rem;height: 4.2rem;background-size: cover;box-sizing: border-box;padding: .4rem .4rem 0;display: flex;flex-direction: column;transform: scale(0.8);transition: 300ms;position: relative;}
    .page1 .swiper-slide.swiper-slide-active{transform: scale(1);}
    .page1 .swiper-slide span{position: absolute;right: 7%;top: 61%;font-size: .64rem;font-weight: bold;color: #cde8cf;}
    .page1 h5{font-size: .3rem;font-weight: bold;font-size: .3rem;line-height: .5rem;text-align: center;color: #066156;}
    .page1 p{padding: .35rem 0 0;font-size: .26rem;line-height: .4rem;color: #333333;height: 2.6rem;box-sizing: border-box;}
    .page1 a{align-self: flex-end;font-size: .26rem;color: #ff7f02;font-weight: bold;}
    .page1 .page1-swiper{padding: .2rem 0 0;}
   

    .page2{padding: .5rem 0 0;}
    .page2 .xxck{margin: .4rem 0 0 0;}
    .page2 .xxck .tabs{border-top-left-radius: .2rem;border-top-right-radius: .2rem;height: .9rem;}
    .page2 .xxck .tabs .tab{height: .95rem;font-size: .24rem;line-height: .28rem;display: flex;align-items: center;justify-content: center;}
    .page2 .xxck .tabs .tab.active{height: 1.02rem;border-top-left-radius: .2rem;border-top-right-radius: .2rem;line-height: .26rem;}
    .page2 .xxck .tablist{padding: .2rem .25rem;height: 7.5rem;}
    .page2 .xxck .tablist .thead{height: .9rem;line-height: .9rem;font-size: .24rem;}
    .page2 .xxck .tablist .tbody{height: 6.2rem;}
    .page2 .xxck .tablist li{height: .9rem;line-height: .9rem;}
    .page2 .xxck .tablist li span{font-size: .22rem;}
    .page2 .xxck .tablist li a{width: 1.4rem;height: .44rem;font-size: .22rem;border-radius: .22rem;line-height: .44rem;}
    .pagefm{padding: 0 0 .5rem;margin: 0;}
    .page .testBtn{margin: .3rem auto 0;width: 5.5rem;height: .8rem;line-height: .8rem;font-size: .26rem;border-radius: .4rem;}



    .page3{background: url(../images/m_page3Bg.jpg) no-repeat center center;background-size: cover;}
    .page3 .txts{border: none;background: none;flex-direction: column;}
    .page3 .txts li{padding: 0;flex-direction: row;border: none;justify-content: space-between;margin: 0 0 .2rem 0;}
    .page3 .txts li h4{display: flex;align-items: center;justify-content: center;font-size: .3rem;color: #2c8878;width: 1.8rem;height: 1.2rem;flex-shrink: 0;line-height: .4rem;background: #ffffff;border-radius: .1rem;text-align: center;}
    .page3 .txts li span{display: none;}
    .page3 .txts li p.isWap{width: 5.25rem;margin: 0;height:1.2rem;padding: 0 .3rem;box-sizing: border-box;display: flex !important;align-items: center;font-size: .26rem;line-height: .4rem;}
    .page3 .txts li:nth-of-type(1) p{background: url(../images/m_page3P1Bg.png) no-repeat center center;background-size: contain;}
    .page3 .txts li:nth-of-type(2) p{background: url(../images/m_page3P2Bg.png) no-repeat center center;background-size: contain;}
    .page3 .txts li:nth-of-type(3) p{background: url(../images/m_page3P3Bg.png) no-repeat center center;background-size: contain;}
    .page3 .txts li:nth-of-type(4) p{background: url(../images/m_page3P4Bg.png) no-repeat center center;background-size: contain;}
    .page3 .txts li:nth-of-type(5) p{background: url(../images/m_page3P5Bg.png) no-repeat center center;background-size: contain;}
    .page3 .txts li:nth-of-type(6) p{background: url(../images/m_page3P6Bg.png) no-repeat center center;background-size: contain;}
    .page3 .txts li:last-child{margin: 0;}
    .page3 .txts li p::after{content: initial;}



    .page5{padding-bottom: .5rem;}
    .page5 .txts{width: 100%;height: 5.2rem;border-radius: .2rem;}
    .page5 .txts .l_txt{width: 2.44rem;padding: .4rem .15rem 0;}
    .page5 .txts .l_txt img{width: 1rem;height: 1rem;}
    .page5 .txts .l_txt h3{font-size: .34rem;line-height: .34rem;margin: .4rem auto .4rem;}
    .page5 .txts .l_txt dl{flex-direction: column;align-items: center;font-size: .26rem;margin: 0 0 .1rem 0;}
    .page5 .txts .l_txt dl dt{padding-right: 0;}
    .page5 .txts .l_txt dl dt::after{position: inherit}
    .page5 .txts .l_txt dl dd{line-height: .32rem;font-weight: bold;text-align: center;}
    .page5 .txts .r_txt{width: 4.45rem;padding:  0 .3rem 0 .15rem;background-size: 1.31rem .81rem;background-position: 3.5rem .2rem;}
    .page5 .txts .r_txt h4{padding: .5rem .6rem .5rem .1rem;height: 1.7rem;}
    .page5 .txts .r_txt h4 p{font-size: .24rem;line-height: .34rem;}
    .page5 .txts .r_txt h4::before, .page5 .txts .r_txt h4::after{width: .2rem;height: .16rem;}
    .page5 .txts .r_txt h4::before{top: .3rem;}
    .page5 .txts .r_txt h4::after{right: .2rem;top: 1.2rem;}
    .page5 .txts .r_txt .txt{padding: .85rem .1rem 0;background-size: 1.2rem;background-position-x: .1rem;}
    .page5 .txts .r_txt .txt p{font-size: .24rem;line-height: .34rem;height: 1.68rem;overflow:hidden;text-overflow:ellipsis;display: block;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;}
    .page5 .txts .r_txt .txt a{font-size: .28rem;line-height: .28rem;margin: .3rem 0;}
    .page5 .page5-swiper{padding-bottom: .5rem;}
    .page5 .swiper-pagination{bottom: 0;}
    .page5 .swiper-pagination-bullet{width: .14rem;height: .14rem;background: #ebebeb;opacity: 1;}
    .page5 .swiper-pagination-bullet-active{background: #d9ae7b;}

    .page6{background: #ffffff !important;}

    .page6_1{background: #ffffff;padding-top: 0;}
    .page6_1 dl{width: 100%;height: 1.68rem;display: flex;align-items: center;padding: 0 .45rem;box-sizing: border-box;margin: 0 0 .2rem 0;box-shadow: 0 0 .1rem .01rem rgba(0,0,0,0.2);}
    .page6_1 dl:last-child{margin: 0;}
    .page6_1 dl dt{font-size: .28rem;width: 2.5rem;color: #17896f;font-weight: bold;flex-shrink: 0;}
    .page6_1 dl dd{font-size: .26rem;line-height: .4rem;color: #333333;}
    .page6_1 dl:nth-of-type(1){background: url(../images/m_page6_1DlBg1.png) no-repeat center center;background-size: cover;}
    .page6_1 dl:nth-of-type(2){background: url(../images/m_page6_1DlBg2.png) no-repeat center center;background-size: cover;}
    .page6_1 dl:nth-of-type(3){background: url(../images/m_page6_1DlBg3.png) no-repeat center center;background-size: cover;}
    .page6_1 dl:nth-of-type(4){background: url(../images/m_page6_1DlBg4.png) no-repeat center center;background-size: cover;}

}