.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;}


/* ::-webkit-scrollbar{width: 10px;height: 100%;}
::-webkit-scrollbar-thumb{background: #3fba98;}
::-webkit-scrollbar-track{background: #eee;} */


.header_banner{width: 100%;height: 468px;background: url(../images/bannerBg.jpg) no-repeat center center;}
.header_banner .m1200{position: relative;}
.header_banner .logo {position: absolute;top: 10px; left: 10px;}
.header_banner .banner_img img{width: 660px;height: 264px;margin: 130px 0 0 115px;}
.header_banner .form-wrap{width: 380px;height: 175px;background: linear-gradient(0deg,#a2f4e0,#f8fcfb);border-radius: 0 20px 0 20px;margin: 150px 0 0 -25px;}
.header_banner .form-wrap form{padding: 40px 30px 0;}
.header_banner .form-wrap form h4{font-size: 24px;line-height: 24px;color: #333333;font-weight: bold;margin: 0 auto 20px;}
.header_banner .form-wrap form h4 em{color: #1b866f;font-weight: bold;}
.header_banner .form-wrap form .label{width: 100%;margin: 10px 0 0 0;overflow: hidden;}
.header_banner .form-wrap form .label input,.header_banner .form-wrap form .label select{padding: 0;height: 100%;}
.header_banner .form-wrap form .tiaokuan{font-size: 12px;color: #333333;margin: 15px 0 10px;text-align: left;line-height: 12px;}
.header_banner .form-wrap form .tiaokuan a{color: #333333;}
.header_banner .form-wrap form .xdf_formbtn{width: 100%;height: 50px;line-height: 50px;border-radius: 25px;text-align: center;color: #ffffff;font-size: 16px;background: linear-gradient(90deg,#ffc36b,#f7a022);font-weight: bold;cursor: pointer;margin: 0 auto;}
.header_banner .form-wrap form .xdf_formbtn:hover{background: linear-gradient(0deg,#ffc36b,#f7a022);}


.page{padding: 50px 0;}
.page .tit {font-size: 44px;line-height: 44px;height: 44px;color: #333333;margin: 0 0 30px 0;text-align: center;font-weight: normal;}
.page .tit .t1{display: inline-block;padding: 0 10px;position: relative;font-weight: bold;margin: 0 20px;}
.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 #f9a020;border-left: 2px solid #f9a020;}
.page .tit .t1::after{right: 0;bottom: 0;border-right: 2px solid #f9a020;border-bottom: 2px solid #f9a020;}



/* page1-不同本科留学路径 申请条件 */
.page1{padding-top: 70px;}
.page1 .page1-swiper .swiper-wrapper{justify-content: space-around;padding: 5px 0;}
.page1 .swiper-slide{width: 392px;height: 380px;padding: 45px 35px 0;box-sizing: border-box;box-shadow: 0 0 9px 0 rgba(33, 61, 146, .14);border-radius: 15px;background-repeat: no-repeat;background-position: center center;background-size: cover;}
.page1 .swiper-slide.slide1{background-image: url(../images/page1SlideBg1.png);}
.page1 .swiper-slide.slide2{background-image: url(../images/page1SlideBg2.png);}
.page1 .swiper-slide.slide3{background-image: url(../images/page1SlideBg3.png);}
.page1 .swiper-slide h4{font-size: 20px;color: #1eaf84;font-weight: bold;padding: 0 0 15px 0;width: 100%;border-bottom: 1px solid #dddddc;text-align: center;margin: 0 0 15px 0;}
.page1 .swiper-slide .txt{height: 210px;}
.page1 .swiper-slide dl{margin: 5px 0;font-size: 14px;line-height: 24px;}
.page1 .swiper-slide dl dt{font-weight: bold;color: #333333;display: inline;position: relative;}
.page1 .swiper-slide dl dt::before{background:#3fba98;width: 4px;height: 4px;border-radius: 50%;position: absolute;top: 9px;left: -10px;content: '';}
.page1 .swiper-slide dl dd{color: #666666;display: inline;}
.page1 .swiper-slide .qt_53Btn{width: 260px;height: 40px;line-height: 40px;border-radius: 20px;font-size: 16px;color: #f9a020;border: 1px solid #f9a020;cursor: pointer;display: block;text-align: center;margin: 0 auto;}
.page1 .swiper-slide .qt_53Btn:hover{background: #f9a020;color: #ffffff;}


.bg1{background: linear-gradient(to top,#f0f0f0,#feffff);}
/* page2-热门国家本科留学 费用明细查询 */
.page2 .qt_form_common.qt_form{width:340px;margin:0 auto;}
.page2 .qt_form_common.qt_form .select_wrap{float:left;position:relative;background:#fff;border-radius:5px;width: 100%;margin-bottom: 10px;}
.page2 .qt_form_common.qt_form .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;}
.page2 .qt_form_common.qt_form .input{width:100%;color:#999999;background:url(//liuxue.xdf.cn/image/entry/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;}
.page2 .qt_form_common.qt_form .Phone{height:40px;background:#fff url(//liuxue.xdf.cn/image/entry/images/form_icon_gray.png) no-repeat 7px -22px;}
.page2 .qt_form_common.qt_form .SmsCode{width:198px;height:40px;background-position:7px -128px;}
.page2 .qt_form_common.qt_form .SmsCodeBtn{width:130px;height:40px;float:right;text-align:center;line-height:40px;font-size:16px;color:#9a9a9c;background:#eeeeee;border-radius:10px;margin:0;}
.page2 .qt_form_common.qt_form .SmsCodeBtn.active{background:#f39200;color:#fff;}
.page2 .qt_form_common.qt_form .btn{width:100%;background:#3fba98;border-radius:5px;font-size:14px;color:#fff;text-align:center;float:left;cursor:pointer;font-weight: bold;margin-top: 10px;}

.page2 .qt_form_common.qt_form .tiaokuan{width:100%;font-size:12px;line-height: 16px;margin-top:20px;}
.page2 .qt_form_common.qt_form .tiaokuan .checked{background: url(//liuxue.xdf.cn/image/entry/images/entrySprite.png) no-repeat -24px -62px;width: 15px;height: 15px;vertical-align: middle;}
.page2 .qt_form_common.qt_form .tiaokuan .checked.active{background-position:-44px -62px;}
.page2 .qt_form_common.qt_form .tiaokuan a{color:#3fba98 !important;}
.page2 .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;}
.page2 .qt_form_common.qt_form .btn:hover{background:#f89d0b;}
.fy_box{width:100%;height:360px;background:url(//liuxue.xdf.cn/image/australia/lxfy.png) no-repeat bottom center;margin-top: 0.38rem;background-size: cover;}
.fy_box .fl{float:left;position:relative;height:100%;}
.fy_box .fl div{position:absolute;font-size:16px;line-height:24px;box-sizing:border-box;}
.fy_box .fl div strong{font-weight:bold;}
.fy_box .fl .people1{left:2px;bottom:0;display:block;}
.fy_box .fl .people2{left:542px;bottom:0;display:block;}
.fy_box .fl .txt1{color:#05a7a5;background:url(//liuxue.xdf.cn/image/australia/lxfy_1.png) no-repeat top center;width:281px;height:145px;background-size:cover;padding:35px 28px 0;left:90px;z-index:2;}
.fy_box .fl .txt2{color:#290571;background:url(//liuxue.xdf.cn/image/australia/lxfy_2.png) no-repeat top center;width:257px;height:86px;background-size:cover;padding:17px 15px 0;left:430px;top:17px;z-index:1;text-align: center;}
.fy_box .fl .txt3{color:#c96c00;background:url(../images/lxfy_3.png) no-repeat top center;width:201px;height:123px;background-size:cover;padding:25px 14px 0 30px;left:360px;top:105px;z-index:0;text-align: center;}
.fy_box .fl .txt4{color:#047dcc;background:url(//liuxue.xdf.cn/image/australia/lxfy_4.png) no-repeat top center;width:197px;height:116px;background-size:cover;padding:20px 15px 0 20px;left:174px;top:135px;z-index:2;text-align: center;}
.fy_box .fl .txt5{color:#0b5825;background:url(//liuxue.xdf.cn/image/australia/lxfy_5.png) no-repeat top center;width:387px;height:86px;background-size:cover;padding:45px 36px 0 36px;left:285px;top:220px;z-index:2;text-align: center;}
.fy_box .fr{width:388px;background: linear-gradient(to right,#effef4,#ffffff);display: flex;flex-direction: column;align-items: center;justify-content: center;height: 100%;}
.fy_box .fr h5{font-size:24px;color:#1bbc9b;font-weight:normal;padding:0 0 16px;text-align:center;}
.fy_box .qt_form_common_new{width:332px;margin: 0 auto;}
.fy_box .qt_form_common_new.qt_form .select,
.fy_box .qt_form_common_new.qt_form .Phone,
.fy_box .qt_form_common_new.qt_form .SmsCode_wrap {border :1px solid #7ad0b6;height:40px;color: #666;appearance:none;-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;}
.fy_box .qt_form_common_new.qt_form .select_wrap{margin-bottom: 15px;}
.fy_box .qt_form_common_new.qt_form .select_wrap::after{content: '';width: 18px;height: 10px;position: absolute;right: 10px;top: 15px;background: url(https://liuxue.xdf.cn/special/include/imagess/form_icon_Green.png) no-repeat 0px -149px;background-size: 18px;}
.fy_box .qt_form_common_new.qt_form .Phone{margin-bottom:15px;}
.fy_box .qt_form_common_new.qt_form .SmsCode{ border:none; border-radius:0;border-right:1px solid #7ad0b6; padding-left:12px; margin:7px 0; width:230px;height:26px;background: none;color: #666;}
.fy_box .qt_form_common_new.qt_form .SmsCodeBtn{width:30%;float:right;height:100%;line-height:40px;font-size:14px;color:#3fba98;text-align:center;background: none;}
.fy_box .qt_form_common_new.qt_form .SmsCodeBtn.active{background: none;color: #3fba98;}
.fy_box .qt_form_common_new.qt_form .tiaokuan a{color:#999 !important;margin-top: 15px;}
.fy_box .qt_form_common_new.qt_form .btn{ border-radius:16px;font-weight:normal;background: #f39700;width: 327px;height: 40px;line-height: 40px;font-weight: bold;border-radius: 20px;margin: 0 0 15px;}
.fy_box .qt_form_common_new.qt_form .Country{background:url(//liuxue.xdf.cn/image/australia/lxfy_icon1.png) no-repeat 10px center;}
.fy_box .qt_form_common_new.qt_form .Phone{background:#ffffff url(//liuxue.xdf.cn/image/australia/lxfy_icon2.png) no-repeat 10px center;}
.fy_box .qt_form_common_new.qt_form .tiaokuan{margin-top: 0;}
.fy_box .qt_form_common_new.qt_form .tiaokuan .checked.active{background:url(//liuxue.xdf.cn/image/australia/lxfy_checked.png) no-repeat left center;width: 15px;height: 15px;vertical-align: middle;}
.fy_box .fr .fyjs_result_wrap{position:relative;padding:0 20px;display:none;}
.fy_box .fr .fyjs_result_wrap h5{font-weight:bold;padding:30px 0 24px;}
.fy_box .fr .fyjs_result_wrap .result{width: 348px;height: 220px;margin:auto;}
.fy_box .fr .fyjs_result_wrap .result p{font-size:14px;color:#666666;line-height:24px;margin-bottom:12px;}
.fy_box .fr .fyjs_result_wrap .result strong{color:#008935;}
.fy_box .fr .fyjs_result_wrap .result i{color:#38a360;font-style:normal;font-weight:bold;}
.fy_box .fr .fyjs_result_wrap .more{border:0;margin-left:75%;font-size:12px;color:#008935;position:relative;background:none;font-weight:bold;cursor:pointer;}
.fy_box .fr .fyjs_result_wrap .more:hover{text-decoration:underline;}
.fy_box .fr .fyjs_result_wrap .more::after{position:absolute;background:url(//liuxue.xdf.cn/image/australia/more_icon.png) no-repeat center left;content:'';width:9px;height:12px;top:2px;right:-15px;}
.fy_box.active .qt_form{display:none;}
.fy_box.active .fyjs_result_wrap{display:block;transform:rotateY(0deg);animation:flip_Y_90deg 1s 1;}
.fy_box .qt_form_common_new.qt_form .tip{text-align:center;color:#999999;}
.fy_box .qt_form_common_new.qt_form .tip span{color:#f39800;font-weight:bold;}
@keyframes flip_Y_90deg{
	0%{transform:rotateY(90deg);}
	100%{transform:rotateY(0deg);}
}


/* page-前途严选 顾问团队 全流程服务 */
.page3 .con .swiper-container-gwtd{padding:10px 0px 15px;}
.page3 .con .swiper-container-gwtd .swiper-pagination{bottom: 0;}
.page3 .con .swiper-slide{width: 282px;height: 330px;background: linear-gradient(180deg,#bfede1 0%,#ffffff 50%,#ffffff 100%);padding: 20px 20px 0 20px;box-sizing: border-box;border-radius: 20px;box-shadow: 0 0 8px 0 rgba(202, 202, 202, .3);}
.page3 .con .swiper-slide .gwImg_wrap{width: 73px;height: 73px;border-radius: 50%;overflow: hidden;margin: 0 auto;}
.page3 .con .swiper-slide img{margin: 0 auto;display: block;width: 100%;}
.page3 .con .swiper-slide .consultant{width:100%;text-align:center;}
.page3 .con .swiper-slide .consultant .consult{border-bottom: 1px dashed #93d4c3;padding-bottom: 15px;}
.page3 .con .swiper-slide .consultant .ConsultName{height:28px;line-height:28px;font-size:16px;color:#333333;overflow:hidden;padding-top:10px;}
.page3 .con .swiper-slide .consultant .ConsultTitle{height:16px;line-height:16px;font-size:12px;color:#666666;overflow:hidden;}
.page3 .con .swiper-slide .consultant p.Profile{display:none;}
.page3 .con .swiper-slide .consultant .Profile{padding: 10px 0 0 0;height: 110px;box-sizing: border-box;}
.page3 .con .swiper-slide .consultant .Profile p{font-size: 14px;line-height: 26px;text-align: left;color: #333333;}
.page3 .con .swiper-slide .consultant .Profile p b{font-weight: normal;color: #999999;}
.page3 .con .swiper-slide .consultant .btn,.page4 .swiper-slide .qt_53Btn{width:160px;height:28px;line-height:28px;font-size:14px;color:#ffffff;background: #f9a020;display:block;margin:5px auto 0;border-radius:14px;text-align: center;}
.page3 .con .swiper-container-gwtd .swiper-pagination-bullet-active{background: #d6163a;}



/* page4-优选各国本科 留学方案  哪个更适合你 */
.page4 .con{position: relative;}
.page4 .swiper-slide{width: 387px;height: 338px;box-sizing: border-box;padding: 30px 34px 0;border: 2px solid #ffffff;background: linear-gradient(to top,#fbeedc,#ffffff);border-radius: 20px;}
.page4 .swiper-slide span{font-size: 18px;width: 184px;height: 34px;text-align: center;color: #09b390;line-height: 34px;background: url(../images/page4SpanBg.png) no-repeat center center;display: block;margin: 0 auto;}
.page4 .swiper-slide h4{font-size: 24px;line-height: 24px;color: #333333;font-weight: bold;text-align: center;padding: 20px 0 15px;margin: 0 auto;border-bottom: 1px dashed #1bbc9b ;}
.page4 .swiper-slide .txt{padding: 10px 0 0;height: 140px;}
.page4 .swiper-slide .txt dl{margin: 10px 0 0;line-height: 22px;}
.page4 .swiper-slide .txt dt,.page4 .swiper-slide .txt dd{display: inline;font-size: 14px;}
.page4 .swiper-slide .txt dt{color: #333333;font-weight: bold;}
.page4 .swiper-slide .txt dd{color: #666666;}
.page4 .swiper-button-prev{width: 46px;height: 46px;background: url(//liuxue.xdf.cn//image/doctor/images/left.png) no-repeat center top;left: -54px;}
.page4 .swiper-button-next{width: 46px;height: 46px;background: url(//liuxue.xdf.cn//image/doctor/images/right.png) no-repeat center top;right: -54px;}



/* page5-关于 本科留学 你想问的都在这里 */
.page5 .ulLists{position: relative;overflow: hidden;background: url(../images/page5UlListsBg.png) no-repeat center center;padding: 50px 0;background-size: cover;}
.page5 .ulLists::before,.page5 .ulLists::after{position: absolute; content: "";height: 100%;width: 30%;z-index: 2;top: 0;}
.page5 .ulLists::before{background: linear-gradient(to right,rgba(255,255,255,.8),rgba(255,255,255,.1));left: 0;}
.page5 .ulLists::after{background: linear-gradient(to left,rgba(255,255,255,.8),rgba(255,255,255,.1));right: 0;}
.page5 .item{margin: 20px 0;position: relative;height: 44px;}
.page5 ul{width: 103650px;position: absolute;}
.page5 ul li{margin: 0 10px;display: flex;flex-wrap: nowrap;}
.page5 ul li span{display: block;height: 44px;padding: 0 30px;border-radius: 22px;line-height: 44px;margin: 0 25px;}
.page5 .item:nth-of-type(odd) ul{animation:moveLeft 30s linear 0s infinite normal;}
.page5 .item:nth-of-type(2) ul{margin: 0 10px 0 60px;animation:moveLeft 30s linear 0s infinite normal;}
.page5 .item:nth-of-type(4) ul{width: 103650px;margin: 0 10px 0 60px;animation:moveLeft2 24s linear 0s infinite normal;}
@keyframes moveLeft {
    from{
     left: 0;
    }
    to{
     left: -1807px;
    }
 }
 @keyframes moveLeft2 {
     from{
      left: 0;
     }
     to{
      left: -1398px;
     }
  } 


  
/* page7-新东方前途出国，值得信赖的留学机构 */
.qt_lxjg_new{padding-bottom: 90px;background: linear-gradient(to top,#f2fefb,#fefefe);}
.qt_lxjg_new .m1200{background:#fefefe url(../images/lxjg_new_bg.png) no-repeat right bottom;background-size: cover;padding-bottom: 50px;}
.qt_lxjg_new .con {padding:0 40px;width: 1200px;height: 360px;box-sizing: border-box;}
.qt_lxjg_new .con .video {width: 637px;height: 358px;background: #b7b7b7;overflow: hidden;position: relative;top: 5%;}
.qt_lxjg_new .con .text_wrap {width: 482px;}
.qt_lxjg_new .con .text_wrap h5 {height: 90px;font-size: 18px;text-align: right; color: #333333;line-height: 26px;background: url(../images/lxjg_new_bg_02.png) no-repeat center bottom;}
.qt_lxjg_new .con .text_wrap h5 b {font-size: 24px;}
.qt_lxjg_new .con .text_wrap .text_left {width: 150px;margin: 40px 0 0 60px;}
.qt_lxjg_new .con .text_wrap .text_left dl:nth-of-type(1) {margin-bottom: 62px;}
.qt_lxjg_new .con .text_wrap .text_right {margin: 40px 0 0 40px;}
.qt_lxjg_new .con .text_wrap .text_right dl {margin-bottom: 20px;}
.qt_lxjg_new .con .text_wrap .text_right dl:nth-last-of-type(1) {margin-bottom: 0;}
.qt_lxjg_new .con .text_wrap dl {color: #333333;}
.qt_lxjg_new .con .text_wrap dl dt {font-size: 18px;color: #086255;}
.qt_lxjg_new .con .text_wrap dl dt b {font-size: 32px;}
.qt_lxjg_new .con .text_wrap dl dt .sm {font-size: 18px;color: #333333;}
.qt_lxjg_new .con .text_wrap dl dd {font-size: 14px;line-height: 20px;}
.qt_lxjg_new .btns{justify-content: flex-end;}
.qt_lxjg_new a{width: 230px;height: 50px;line-height: 50px;text-align: center;font-size: 20px;color: #ffffff;font-weight: bold;background: #086255;border-radius: 25px;margin: 10px 0 0;}
.qt_lxjg_new p{font-size: 12px;color: #333333;text-align: right;margin: 10px 0 0;}



/* xdf_bottomForm 底部表单隐藏，去掉isPc */
.xdf_slide{display: block;}
#xdf_bottomForm{display: none;}
.xdf_slide span{width: 110px;height: 26px;border-radius: 13px;text-align: center;font-size: 14px;color: #ffffff;line-height: 26px;font-weight: bold;cursor: pointer;left: 0;;right: 0;margin: 0 auto;bottom: 40px;display: block;position: absolute;background: #f9a020;box-shadow: 0 5px 9px 0 rgba(184, 139, 79, .7);}
.xdf_bottomForm_new .ax_img { background: url(../images/bottomFormImg.png) no-repeat center top;height: 149px;bottom: -12px;margin: auto 0;}
.xdf_bottomForm_new .xdf_bottomForm.form-wrap .xdf_formbtn{background: #f9a020;}



@media screen and (max-width:1000px) {
    .xdf_slide{display: none;}
    body.sem .rightMenu{display: none !important;}
    .m1200{width: 94%;}


    .header_banner{background: url(../images/m_bannerBg.jpg) no-repeat center center;height: 8rem;background-size: cover;}
    .header_banner .m1200{flex-direction: column;}
    .header_banner .logo img {width: 68%;}
    .header_banner .banner_img img{margin: 1.45rem 0 0 .3rem;width: 6.6rem;height: 2.64rem;}
    .header_banner .form-wrap{width: 98%;height: 2.7rem;border-radius: 0 .2rem 0 .2rem;margin: .7rem auto 0;}
    .header_banner .form-wrap form{padding: .5rem .4rem 0;}
    .header_banner .form-wrap form h4{font-size: .4rem;line-height: .4rem;margin: 0 0 .2rem 0;}
    .header_banner .form-wrap form .tiaokuan{font-size: .22rem;}

    .page{padding: .5rem 0;}
    .page .tit{font-size: .44rem;line-height: .44rem;height: .44rem;margin: 0 0 .3rem 0;}
    .page .tit .t1{font-size: .44rem;margin: 0 .25rem;}


    
    .page1 .swiper-container{padding: 0 0 .5rem 0;}
    .page1 .swiper-slide{width: 6.89rem;height: 4.44rem;border-radius: .15rem;background-size: cover;padding: .35rem .35rem 0;}
    .page1 .swiper-slide h4{font-size: .32rem;line-height: .32rem;padding: 0 0 .2rem 0;margin: 0 0 .2rem 0;}
    .page1 .swiper-slide .txt{height: auto;}
    .page1 .swiper-slide dl{font-size: .24rem;line-height: .38rem;margin: .05rem 0;}
    .page1 .swiper-slide dl dt::before{top: .14rem;width: .04rem;height: .04rem;}
    .page1 .swiper-pagination,.page4 .swiper-pagination{bottom: 0;}
    .page1 .swiper-pagination-bullet,.page4 .swiper-pagination-bullet{width: .16rem;height: .16rem;border-radius: 50%;background: #d6d6d6;}
    .page1 .swiper-pagination-bullet-active,.page4 .swiper-pagination-bullet-active{background: #f7a227;}
    .page1 .qt_53Btn{width: 5.5rem;height: .8rem;line-height: .8rem;color: #ffffff;border-radius: .4rem;text-align: center;font-weight: bold;background: #f7a227;margin: .2rem auto 0;}

    .bg1{background: none;}
    .page2{background: #f5f5f5;}
    .fy_box .fr {width: auto;float: none;}
	.fy_box {background: #fff url(https://qiantum.xdf.cn/image/icon/fyjs_bg.jpg) no-repeat center top;background-size: 100%;border-radius: 0.1rem;position: relative;height: auto;}
	.fy_box .top{height:2.02rem;color:#fff;}
	.fy_box .top .tit img{display:none;}
	.fy_box .top .tit p{font-size:0.28rem;line-height:0.3rem;color: #ffffff;}
	.fy_box .top{height:2.58rem;position:relative;}
	.fy_box .top::after{content:'';width:100%;height:1.5rem;position:absolute;bottom:0;background:url(../images/fyjs_dec.jpg) no-repeat center center;background-size:5.95rem;}
	.fy_box .top .tit{height:100%;box-sizing:border-box;background:url(../images/fbk_tit.png) no-repeat center 0.76rem;background-size:6.31rem;padding-top: 1.7rem;text-align: center;}
	.fy_box .qt_form_common_new.qt_form{width:6.3rem;margin:0 auto;padding:0.3rem 0;}
	.fy_box .qt_form_common_new.qt_form input{line-height:50%;}
	.fy_box .qt_form_common_new.qt_form .select_wrap{position:relative;margin-bottom: 0.2rem;overflow: hidden !important;}
	.fy_box .qt_form_common_new.qt_form .select_wrap::after{content:'';width:0.36rem;height:0.36rem;background:url(https://qiantum.xdf.cn/image/icon/form_icon_green.png) no-repeat 0 -7.76rem;background-size:0.35rem;position:absolute;right:0.17rem;top:0;bottom:0;margin:auto;}
	.fy_box .qt_form_common_new.qt_form .input{width:100%;height:0.86rem;font-size:0.28rem;color:#666666;border-radius:0.43rem;padding:0 0 0 0.64rem;box-sizing:border-box;background:#fff url(https://qiantum.xdf.cn/image/icon/form_icon_green.png) no-repeat 0.2rem 0.24rem;background-size:0.35rem;border-right: 0;border: 0.02rem solid #7ad0b6;overflow: hidden;}
	.fy_box .qt_form_common_new.qt_form .input.active{border:0.02rem solid #4abe9e;}
	.fy_box .qt_form_common_new.qt_form .input.Country{background-position:0.2rem 0.24rem;}
	.fy_box .qt_form_common_new.qt_form .input.Degree{background-position:0.2rem -0.65rem;}
	.fy_box .qt_form_common_new.qt_form .input.Phone{background-position:0.2rem -1.54rem;margin-bottom: 0.2rem;}
	.fy_box .qt_form_common_new.qt_form .SmsCode_wrap{position:relative;height: auto;border: 0;}
	.fy_box .qt_form_common_new.qt_form .SmsCode_wrap .SmsCode{background:#fff;padding-left:0.2rem;margin: 0;}
	.fy_box .qt_form_common_new.qt_form .SmsCode_wrap .SmsCodeBtn{width:1.7rem;height:0.85rem;line-height:0.85rem;color:#3fba98;font-size:0.28rem;position:absolute;right:0;top:0.02rem;text-align:center;background: none;}
	.fy_box .qt_form_common_new.qt_form .SmsCode_wrap .SmsCodeBtn.active{background: none;}
	.fy_box .qt_form_common_new.qt_form .SmsCode_wrap .SmsCodeBtn:before{content:'';position:absolute;left:0;top:0;bottom:0;margin:auto;width:0.02rem;height:0.51rem;background:#d0d0d0;}
	.fy_box .qt_form_common_new.qt_form .tiaokuan{font-size:0.2rem;line-height:0.4rem;color:#b7b7b7;text-align: left;}
	.fy_box .qt_form_common_new.qt_form .tiaokuan .checked{width:0.24rem;height:0.24rem;float:left;margin:0.08rem 0.08rem 0 0;background:url(https://qiantum.xdf.cn/image/icon/checked_green.png) no-repeat center top;background-size:0.24rem;}
	.fy_box .qt_form_common_new.qt_form .tiaokuan .checked.active{background:url(https://qiantum.xdf.cn/image/icon/checked_green.png) no-repeat center top;background-position:center bottom;background-size:0.24rem;}
	.fy_box .qt_form_common_new.qt_form .tiaokuan a{color:#f39800;border-bottom:0.01rem solid #b7b7b7;}
	.fy_box .qt_form_common_new.qt_form .btn{width:100%;height:0.88rem;line-height:0.88rem;background:#1bbc9b;color:#ffffff;font-size:0.3rem;text-align:center;font-weight:bold;border-radius:0.44rem;margin-top:0.2rem;}
	.fy_box .qt_form_common_new.qt_form .tip{text-align:center;font-size:0.22rem;color:#999999;margin-top:0.1rem;}
	.fy_box .qt_form_common_new.qt_form .tip span{color:#f39800;line-height:0.44rem;font-weight:bold;}
	.fy_box .fyjs_result_wrap{position:relative;width:100%;height:auto;background:linear-gradient(#ffffff 0%,#f5fdfa 50%,#dbfaef);padding:0.36rem 0;display:none;padding-bottom: .2rem;}
	.fy_box .fyjs_result_wrap ul{width:6.3rem;margin:0 auto;border-radius:0.1rem;overflow:hidden;}
	.fy_box .fyjs_result_wrap li{overflow:hidden;font-size:0.28rem;color:#333333;height:0.7rem;line-height:0.7rem;background:#fff;}
	.fy_box .fyjs_result_wrap li:nth-of-type(even){background:#f8f8f8;}
	.fy_box .fyjs_result_wrap li p{float:left;padding:0 0 0 0.2rem;box-sizing:border-box;}
	.fy_box .fyjs_result_wrap li p:nth-of-type(1){width:33%;border-right:1px dashed #d3f0e6;}
	.fy_box .fyjs_result_wrap li p:nth-of-type(2){width:67%;}
	.fy_box .fyjs_result_wrap li p span{font-size:0.24rem;}
	.fy_box .fyjs_result_wrap .thead{background:#ceefe4;font-size:0.32rem;color:#32a07b;}
	.fy_box .fyjs_result_wrap .thead p{text-align:center;padding:0;}
	.fy_box .fyjs_result_wrap .tip{height:0.44rem;line-height:0.44rem;font-size:0.22rem;color:#999999;text-align:center;padding:0;}
	.fy_box.active .top{height:2.55rem;}
	.fy_box.active .top::after{display:none;}
    .fy_box .fr .fyjs_result_wrap .result{height: auto;}

    .page3 .con .swiper-container-gwtd{padding: .2rem 0 .15rem 0;}
    .page3 .con .swiper-slide{width: 4.4rem;height: 5.4rem;display: flex;flex-direction: column;align-items: center;padding: .35rem 0 0;box-sizing: border-box;transform: scale(0.9);transition: 300ms;background-size: contain;box-shadow: 0 .02rem .16rem 0 rgba(202, 202, 202, .61);border-radius: .2rem;}
    .page3 .con .swiper-slide .gwImg_wrap{width: 1.2rem;height: 1.1rem;border-radius: 50%;}
    .page3 .con .swiper-slide .consultant{height: 1rem;}
    .page3 .con .swiper-slide .consultant .consult{border: 0;padding: 0;}
    .page3 .con .swiper-slide .consultant .ConsultName{font-size: .28rem;}
    .page3 .con .swiper-slide .consultant .ConsultTitle{font-size: .22rem;line-height: .24rem;margin: .1rem 0 .2rem 0;}
    .page3 .con .swiper-slide .consultant .Profile{padding: 0 .15rem 0;height: 1.5rem;}
    .page3 .con .swiper-slide .consultant .Profile p{text-align: left;padding: 0 .2rem;font-size: .26rem;line-height: .36rem;}
    .page3 .con .swiper-slide .consultant .btn{width: 2.8rem;font-size: .26rem;border-radius: .28rem;margin: .1rem auto 0;}
    .page3 .swiper-slide.swiper-slide-active{transform: scale(1);}


    .page4{background: #f5f5f5;}
    .page4 .tit{line-height: .7rem;height: 1.4rem;}
    .page4 .swiper-slide{width: 100%;height: 4.58rem;border-radius: .2rem;padding: .3rem .3rem 0;}
    .page4 .swiper-slide span{width: 1.84rem;height: .4rem;line-height: .4rem;background-size: cover;font-size: .26rem;}
    .page4 .swiper-slide h4{font-size: .34rem;line-height: .34rem;padding: .1rem 0 .3rem;}
    .page4 .swiper-slide .txt{padding: .2rem 0 0 0;height: 1.9rem;}
    .page4 .swiper-slide .txt dl{line-height: .32rem;margin: .08rem 0 0 0;}
    .page4 .swiper-slide .txt dt, .page4 .swiper-slide .txt dd{font-size: .24rem;}
    .page4 .swiper-slide .qt_53Btn{font-size: .26rem;}
    .page4 .swiper-container{padding-bottom: .45rem;}


    .lxjg {
        background-color: #fffeff;
        padding: .5rem 0 .3rem;
        background: #fefefe url(../images/jgBg.jpg) no-repeat center bottom;
        background-size: 100% 7.9rem ;
    }

    .lxjg .tit {
        font-size: .4rem;
        height: .9rem;
        margin: 0 0 .2rem 0;
        font-weight: normal;
        line-height: .5rem;
        text-align: center;
    }

    .lxjg .tit .t1 {
        font-size: .4rem;
        padding: 0 .1rem 0;
        margin: 0 .05rem;
        display: inline-block;
        position: relative;
        font-weight: bold;
    }

    .lxjg .tit .t1::before, .lxjg .tit .t1::after {
        content: '';
        width: 8px;
        height: 17px;
        box-sizing: border-box;
        position: absolute;
    }

    .lxjg .tit .t1::before {
        left: 0;
        top: 0;
        border-top: 2px solid #c5a57f;
        border-left: 2px solid #c5a57f;
    }

    .lxjg .tit .t1::after {
        right: 0;
        bottom: 0;
        border-right: 2px solid #c5a57f;
        border-bottom: 2px solid #c5a57f;
    }

    .lxjg .tit .t1::before,.lxjg .tit .t1::after {
        border-width: .02rem;
    }

    .lxjg .tit .t2 {
        font-size: .2rem;
        margin: .05rem 0 0 0;
        letter-spacing: .2rem;
        line-height: 14px;
        color: #999999;
        display: block;
        font-weight: normal;
        ;}

    .video_wrap {
        background-size: 90%;
        height: auto;
        border-radius: 0.2rem;
        overflow: hidden;
        margin: 0 auto;
        padding: 0 0.25rem .3rem;
        box-sizing: border-box;
    }

    .lxjg .lxjgH2 {
        padding-top: 0.4rem;
        font-size: 0.5rem;
        color: #333333;
        text-align: center;
        margin-bottom: 0rem;
    }

    .lxjg .lxjgH2 b {
        position: relative;
    }

    .lxjg .lxjgH3 {
        font-size: 0.28rem;
        color: #666666;
        text-align: center;
        font-weight: normal;
        margin-bottom: 0.4rem;
    }

    .lxjg .lxjgNum li {
        width: 33%;
        float: left;
        text-align: center;
        position: relative;
        padding-bottom: 0.22rem;
        margin: 0 0 0.35rem 0;
    }

    .lxjg .lxjgNum li:nth-child(4) {
        margin-left: 0rem;
    }

    .lxjg .lxjgNum li span {
        color: #0c7063;
        font-size: 0.28rem;
        font-weight: bold;
        line-height: 0.4rem;
    }

    .lxjg .lxjgNum li span b {
        font-size: .4rem;
    }

    .lxjg .lxjgNum li span i {
        font-size: 0.3rem;
        font-style: normal;
        font-weight: bold;
    }

    .lxjg .lxjgNum li span i.i2 {
        font-size: 0.24rem;
    }

    .lxjg .lxjgNum li p {
        font-size: 0.24rem;
        color: #333333;
        font-weight: bold;
        margin-top: 0.05rem;
    }

    .lxjg ul li .lxjgSj {
        font-size: 0.2rem;
        color: #0c7063;
        text-align: left;
        line-height: .24rem;
        padding-left: 23%;
    }

    .video_con {
        width: 6.38rem;
        height: 3.58rem;
        margin: 0 auto 0.58rem;
    }

    .lxjg .lxjgNum li::after {
        content: '';
        width: 1.13rem;
        height: 0.02rem;
        background: url(../images/line2.png) no-repeat center top;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background-size: contain;
    }

    .lxjg .lxjgNum li:last-child::after {
        display: none;
    }




}