.cursor{cursor: pointer;}
.box-sizing{box-sizing: border-box;}
.center{text-align: center;}
/* 按钮放大缩小 */
.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: 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: 95px 0 0 70px;}
.header_banner .form-wrap{width: 384px;height: 200px;margin: 120px 44px 0 0;box-sizing: border-box;border-radius: 20px;background: #d3f3ee;}
.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: #1f8a68;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;}
.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,#efc48a,#c29a64);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 #efc48a;border-left: 2px solid #efc48a;}
.page .tit .t1::after{right: 0;bottom: 0;border-right: 2px solid #efc48a;border-bottom: 2px solid #efc48a;}
.page .tit .t2{font-size: 14px;color: #999999;display: block;letter-spacing: 12px;line-height: 14px;margin-top: 10px;font-weight: normal;}
.page .tit.white,.page .tit.white .t2{color: #ffffff;}


/* page1-热门国家   优势PK  看这些就够了 */
.page1{padding: 80px 0 40px;}
.page1 ul{display: flex;justify-content: space-between;}
.page1 li{box-sizing: border-box;padding: 105px 0 0 0;width: 224px;height: 240px;background-repeat: no-repeat;background-position: center top;}
.page1 li:nth-of-type(1){background-image: url(../images/page1Img1.png);}
.page1 li:nth-of-type(2){background-image : url(../images/page1Img2.png);}
.page1 li:nth-of-type(3){background-image: url(../images/page1Img3.png);}
.page1 li:nth-of-type(4){background-image: url(../images/page1Img4.png);}
.page1 li:nth-of-type(5){background-image: url(../images/page1Img5.png);}
.page1 li h4{height: 44px;line-height: 44px;font-size: 24px;color: #ffffff;padding: 0 10px 0 10px;box-sizing: border-box;background: #115353;position: relative;display: inline-block;}
.page1 li h4::after{position: absolute;content: "";right: -20px;bottom: 0;border-width: 44px 0 0 20px;border-style: solid;border-color: transparent transparent transparent #115353;}
.page1 li:nth-of-type(4) h4::after{right: -14px;border-width: 44px 0 0 14px;}
.page1 li p{box-sizing: border-box;padding: 15px 10px;background: #e7c68a;font-size: 14px;color: #333333;line-height: 22px;height: 90px;box-sizing: border-box;} 

.page .testBtn{width: 352px;height: 40px;line-height: 40px;border-radius: 20px;text-align: center;font-size: 16px;color: #efc48a;background: linear-gradient(to right,#115353,#30857d);display: block;margin: 30px auto 0;box-shadow: 0 20px 40px 0 rgba(206, 165, 109, .3);-webkit-animation: ball-scale-multiple 1s 0s linear infinite alternate;animation: ball-scale-multiple 1s 0s linear infinite alternate;font-weight: bold;}



/* page2-热门国家   留学申请条件  大揭秘 */
.page2{padding: 40px 0 50px;}
.page2 .lxsqtj{margin: 40px 0 0;}
.page2 .lxsqtj .tabs{display: flex;justify-content: space-between;align-items: end;height: 60px;border-bottom: 2px solid #115353;}
.page2 .lxsqtj .tabs .tab{width: 198px;height: 60px;line-height: 60px;font-weight: bold;color: #115353;font-size: 20px;text-align: center;cursor: pointer;background: #dff0ef;border-top-left-radius: 20px;border-top-right-radius: 20px;}
.page2 .lxsqtj .tabs .tab.active{height: 80px;background: linear-gradient(-145deg,#145858,#42b38c);line-height: 80px;color: #ffffff;}
.page2 .lxsqtj .tablist{background: #ffffff;box-shadow: 0 0 38px 11px rgba(14, 22, 149, .1);height: 490px;padding: 30px 40px 40px;box-sizing: border-box;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;}
.page2 .lxsqtj .tablist .item{display: none;}
.page2 .lxsqtj .tablist .item.active{display: block;}
.page2 .lxsqtj .tablist .item .swiper-container .swiper-slide{width: 360px;height: 417px;background-repeat: no-repeat;background-position: center center;padding: 0 15px;box-sizing: border-box;}
.page2 .lxsqtj .tablist .item .swiper-container .swiper-slide:nth-of-type(1){background-image: url(../images/page2SlideBg1.png);}
.page2 .lxsqtj .tablist .item .swiper-container .swiper-slide:nth-of-type(2){background-image: url(../images/page2SlideBg2.png);}
.page2 .lxsqtj .tablist .item .swiper-container .swiper-slide:nth-of-type(3){background-image: url(../images/page2SlideBg3.png);}

.page2 .lxsqtj .tablist .item .swiper-slide h4{font-size: 20px;color: #215e5e;text-align: center;line-height: 46px;border-bottom: 1px solid #e4e4e3;}
.page2 .lxsqtj .tablist .item .swiper-slide  dl{padding: 20px 0;}
.page2 .lxsqtj .tablist .item .swiper-slide  dl:nth-of-type(1){padding-bottom: 0;height: 125px;}
.page2 .lxsqtj .tablist .item .swiper-slide  dl:nth-of-type(2){height: 130px;}
.page2 .lxsqtj .tablist .item .swiper-slide  dl dt{font-size: 14px;color: #333333;font-weight: bold;margin: 0 0 3px 0;}
.page2 .lxsqtj .tablist .item .swiper-slide  dl dd{padding: 0 0 0 20px;font-size: 14px;color: #666666;line-height: 20px;margin: 6px 0;}
.page2 .lxsqtj .tablist .item .swiper-slide a{width: 200px;height: 28px;line-height: 28px;text-align: center;border-radius: 14px;border: 1px solid #309078;color: #309078;display: block;margin: 0 auto;}



.bg1{background: url(../images/bg1.jpg) no-repeat center top;background-size: cover;}
/* page3-热门国家   留学费用   一览 */
.page{padding-bottom: 40px;}
.page3 .swiper-slide{width: 182px;height: 265px;background-repeat: no-repeat;background-position: center center;display: flex;flex-direction: column;align-items: center;box-sizing: border-box;padding: 45px 0 0;}
.page3 .swiper-slide:nth-of-type(1){background-image: url(../images/page3SlideBg1.png);}
.page3 .swiper-slide:nth-of-type(2){background-image: url(../images/page3SlideBg2.png);}
.page3 .swiper-slide:nth-of-type(3){background-image: url(../images/page3SlideBg3.png);}
.page3 .swiper-slide:nth-of-type(4){background-image: url(../images/page3SlideBg4.png);}
.page3 .swiper-slide:nth-of-type(5){background-image: url(../images/page3SlideBg5.png);}
.page3 .swiper-slide:nth-of-type(6){background-image: url(../images/page3SlideBg6.png);}

.page3 .swiper-slide h4{font-size: 24px;color: #145858;line-height: 24px;margin: 0 0 25px 0;}
.page3 .swiper-slide p{font-size: 14px;color: #666666;line-height: 22px;text-align: center;}
.page3 .swiper-slide p span{display: none;}
.page3 .swiper-slide p i{color: #bf9568;font-weight: bold;}
.page3 .swiper-slide p strong{font-weight: bold;}
.page3 .msg{font-size: 12px;color: #ffffff;line-height: 12px;margin:20px 0 0 0;text-align: right;}
.page3 .testBtn{background: linear-gradient(#b5895a,#e3c19c);color: #ffffff;box-shadow: none;}




/* page4-严选  顾问团队    全流程为您提供贴心服务 */
.page4{padding:40px 0 50px;}
.page4 .con .swiper-container{padding:10px 0 0;}
.page4 .con .swiper-slide:nth-of-type(1){margin-left: 4px;}
.page4 .con .swiper-slide{width:192px;height:306px;margin-right:8px;border-radius:20px;overflow:hidden;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;}
.page4 .con .swiper-slide .gwImg_wrap{width:192px;height:192px;border-radius:20px 20px 0 0;overflow:hidden;position:relative;}
.page4 .con .swiper-slide .gwImg_wrap img{width:100%;height:auto;}
.page4 .con .swiper-slide .gwImg_wrap .dec_wrap{width:100%;height:100%;background:rgba(0,0,0,0.6);position:absolute;left:-500px;top:0;padding:35px 18px 0 18px;box-sizing:border-box;}
.page4 .con .swiper-slide .gwImg_wrap .dec_wrap p{font-size:12px;color:#ffffff;line-height:18px;margin-bottom:4px;}
.page4 .con .swiper-slide .gwImg_wrap .dec_wrap p b{color:#e7c68a;}
.page4 .con .swiper-slide .consultant{width:100%;height:114px;background:#ffffff;text-align:center;}
.page4 .con .swiper-slide .consultant .ConsultName{height:26px;line-height:26px;font-size:16px;color:#333333;overflow:hidden;padding-top:14px;}
.page4 .con .swiper-slide .consultant .ConsultTitle{height:16px;line-height:16px;font-size:12px;color:#666666;overflow:hidden;}
.page4 .con .swiper-slide .consultant p.Profile{display:none;}
.page4 .con .swiper-slide .consultant .btn{width:114px;height:24px;line-height:24px;font-size:14px;color:#ffffff;background:#145858;display:block;margin:12px auto 0;border-radius:13px;}
.page4 .con .swiper-container .library h3{width:100%;text-align:center;font-size:20px;position:relative;padding-bottom:10px;padding-top:20px;margin-bottom:15px;}
.page4 .con .swiper-container .library h3::before{content:'';width:38px;height:3px;position:absolute;bottom:0;right:0;left:0;margin:auto;}
.page4 .con .swiper-container .case_library h3{color:#00695f;}
.page4 .con .swiper-container .case_library h3::before{background:#00695f;}
.page4 .con .swiper-container .case_library .btn{color:#ffffff;background:#31a785;border-color:#31a785;}
.page4 .con .swiper-container .consult_library h3{color:#d35716;}
.page4 .con .swiper-container .consult_library h3::before{background:#d35716;}
.page4 .con .swiper-container .consult_library .btn{color:#ffffff;background:#e66b2a;border-color:#e66b2a;}
.page4 .con .swiper-container.leng3 .swiper-slide{width:394px;height:192px;}
.page4 .con .swiper-container.leng3 .swiper-slide .gwImg_wrap{float:left;border-radius:0 0 0 0;}
.page4 .con .swiper-container.leng3 .swiper-slide .consultant{float:left;width:150px;height:100%;padding:0 26px;}
.page4 .con .swiper-container.leng3 .consultant .ConsultName{padding-top:20px;}
.page4 .con .swiper-container.leng3 .consultant .Profile{display:-webkit-box;font-size:12px;color:#666666;line-height:18px;height:54px;margin-top:10px;}
.page4 .con .swiper-container.leng3 .library h3{width:142px;text-align:right;}
.page4 .con .swiper-container.leng3 .library h3::before{content:'';width:38px;height:3px;position:absolute;bottom:0;right:0;left:auto;margin:auto;}

.page4 .con .swiper-slide:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px);box-shadow:0 0 5px 2px #eeeeee;}
.page4 .con .swiper-slide:hover .gwImg_wrap .dec_wrap{left:0;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;}
.page4 .con .swiper-slide .consultant .btn:hover{background:#145858;color:#ffffff;}
.page4 .con .swiper-container .case_library .btn:hover{color:#ffffff;background:#31a785;border-color:#31a785;}
.page4 .con .swiper-container .consult_library .btn:hover{color:#ffffff;background:#e66b2a;border-color:#e66b2a;}



.bg2{background: linear-gradient(to top,#eef5f5,#fcfcfc);}

/* page5-各国留学申请实用材料免费领取 */
.page5{padding-bottom: 40px;}
.qt_syzl .list_wrap .swiper-container-zlb{padding: 16px 0;}
.qt_syzl .list_wrap .list{width:232px;height:276px;background:#ffffff;border-radius:20px;overflow:hidden;margin-right:10px;float:left;box-shadow: 0 0 16px 0 rgba(218, 218, 219, .8);}
.qt_syzl .list_wrap .list:nth-last-of-type(1){margin-right:0;}
.qt_syzl .list_wrap .list .top{height:176px;overflow:hidden;position:relative;background:#e0e0e0;}
.qt_syzl .list_wrap .list .top::after{content:' ';position:absolute;width:196px;height:26px;background:linear-gradient(to top, #e0e0e0 0%,rgb(255 255 255 / 0%) 100%);left:0;right:0;bottom:0;margin:auto;}
.qt_syzl .list_wrap .list .top img{width:100%;height:100%;}
.qt_syzl .list_wrap .list .top .btn_wrap{width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(133,34,5,0.5);background:linear-gradient(180deg,rgb(233 233 233 / 10%) 0%,rgb(13 148 148 / 70%));left:-100%;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;z-index:99;-moz-transition:.3s;-ms-transition:.3s;}
.qt_syzl .list_wrap .list .top .btn_wrap .btn{width:114px;height:24px;line-height:24px;font-size:14px;text-align:center;border:1px solid #145858;display:block;border-radius:14px;text-indent:14px;margin:0 auto;cursor:pointer;}
.qt_syzl .list_wrap .list .top .btn_wrap .preview_btn{background:#fff;color:#145858;margin: 70px auto 10px;position:relative;}
.qt_syzl .list_wrap .list .top .btn_wrap .preview_btn::before{content:' ';width:12px;height:15px;background:url(../images/wenjian.png) no-repeat center center;position:absolute;top:0;bottom:0;left:30px;margin:auto;}
.qt_syzl .list_wrap .list .top .btn_wrap .download_btn{background:#145858;color:#fff;position:relative;border:1px solid #145858;}
.qt_syzl .list_wrap .list .top .btn_wrap .download_btn::before{content:' ';width:15px;height:13px;background:url(../images/download2.png) no-repeat 0 0;position:absolute;top:0;bottom:0;left:30px;margin:auto;}
.qt_syzl .list_wrap .list .top .btn_wrap .download_btn.active{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;}
.qt_syzl .list_wrap .list .bottom{width:195px;margin:0 auto;}
.qt_syzl .list_wrap .list .bottom p{height:40px;font-size:14px;color:#333333;line-height:20px;padding:0 0 3px 0;border-bottom:1px solid #e9e9e9;display: flex;flex-direction: row;align-items: center;text-align: left;overflow: hidden;margin: 15px 0 0 0;}
.qt_syzl .list_wrap .list .bottom .information{font-size:12px;color:#bebebe;line-height:30px;}
.qt_syzl .list_wrap .list .bottom .information .download{position:relative;padding-left:20px;}
.qt_syzl .list_wrap .list .bottom .information .download::before{content:' ';width:10px;height:10px;background:url(../images/download.png) no-repeat 0 0;position:absolute;top:0;bottom:0;left:0;margin:auto;}
.qt_syzl .list_wrap .list .bottom .information .preview{position:relative;padding-left:15px;}
.qt_syzl .list_wrap .list .bottom .information .preview::before{content:' ';width:12px;height:9px;background:url(../images/look.png) no-repeat 0 0;position:absolute;top:2px;bottom:0;left:0;margin:auto;}
.qt_syzl .list_wrap .list:hover .top .btn_wrap{left:0;}
.qt_syzl .list_wrap.swiper-container .swiper-button{width:15px;height:15px;top:2px;margin-top:0;background:url(../images/entrySprite.png?be4u) no-repeat -146px -90px;opacity:1;display:none;}
.qt_syzl .list_wrap.swiper-container .swiper-button.swiper-button-prev{right:25px;left:auto;background-position:-124px -90px;}
.qt_syzl .list_wrap.swiper-container .swiper-button.swiper-button-next{right:0;background-position:-146px -90px;}
.qt_syzl .list_wrap.swiper-container .swiper-button.swiper-button-prev.swiper-button-disabled{background-position:-124px -16px;}
.qt_syzl .list_wrap.swiper-container .swiper-button.swiper-button-next.swiper-button-disabled{background-position:-146px -16px;}

/* 预览资料与下载资料 */
.m_b_20{margin-bottom: 15px;}
.qt_pop_trial_reading_wrap{background:rgba(0,0,0,0.7);z-index:99999;display:none;}
.qt_pop_trial_reading_wrap .trial_reading{width:35%;height:95.6%;width:70vh;height:95.6vh;overflow:hidden;}
.qt_pop_trial_reading_wrap .trial_reading .swiper-container{width:100%;height:100%;}
.qt_pop_trial_reading_wrap .trial_reading .swiper-container img{width:100%;height:100%;}
.qt_pop_trial_reading_wrap .trial_reading .swiper-container .close{position:absolute;background:url(../images/close_blue.png) no-repeat center top;display:block;width:25px;height:25px;top:20px;right:20px;z-index:1003;cursor:pointer;}
.qt_pop_trial_reading_wrap .trial_reading .swiper-form{height:auto;}
.qt_pop_trial_reading_wrap .trial_reading .swiper-form .qt_form_wrap{ width:320px; height:360px; background:#ffc99d; border-radius:20px; padding:0 43px; position:absolute; left:0; top:0; bottom:0; right:0; margin:auto; -webkit-border-radius:20px; -moz-border-radius:20px; -ms-border-radius:20px; -o-border-radius:20px; }
.qt_pop_trial_reading_wrap .trial_reading .swiper-form .qt_form_wrap h6{font-size:18px;color:#333333;line-height:28px;margin:40px 0 15px;}
.qt_pop_trial_reading_wrap .trial_reading .swiper-form .qt_form_wrap .input{ width:320px; height:40px; line-height:40px; font-size:14px; float:inherit; border-radius:5px; padding:0 0 0 46px; background:#fff url(../images/form_icon_gray.png) no-repeat 15px -20px; -webkit-border-radius:5px; -moz-border-radius:5px; -ms-border-radius:5px; -o-border-radius:5px;box-sizing: border-box;background-position-y: -182px; }
.qt_pop_trial_reading_wrap .trial_reading .swiper-form .qt_form_wrap .Phone{background-position:15px -20px;}
.qt_pop_trial_reading_wrap .trial_reading .swiper-form .qt_form_wrap .SmsCode{width:175px;background-position:15px -150px}
.qt_pop_trial_reading_wrap .trial_reading .swiper-form .qt_form .SmsCodeBtn{float:right;width:132px;height:40px;line-height:40px;margin-right:0;border-radius:5px;background:#eeeeee;font-size:14px;color:#9a9a9c;text-align:center;margin-top: 0;}
.qt_pop_trial_reading_wrap .trial_reading .swiper-form .qt_form .SmsCodeBtn.active {background: #f39200;color: #fff;}
.qt_pop_trial_reading_wrap .trial_reading .swiper-form .qt_form_wrap .btn{ width:320px; height:44px; line-height:44px; font-size:16px; color:#fff; border-radius:5px; text-align:center; -webkit-animation:none; animation:none; background:linear-gradient(to right, #b44e3d 0%,#8b3021 40%,#832928 100%); -webkit-border-radius:5px; -moz-border-radius:5px; -ms-border-radius:5px; -o-border-radius:5px; }
.qt_pop_trial_reading_wrap .trial_reading .swiper-form .qt_form_wrap .tiaokuan{width:100%;font-size:12px;color:#ffffff;float: none;text-align: left;margin: 10px 0;}
.qt_pop_trial_reading_wrap .trial_reading .swiper-form .qt_form_wrap .tiaokuan .checked{width:14px;height:14px;vertical-align:sub;}
.qt_pop_trial_reading_wrap .trial_reading .swiper-form .qt_form_wrap .tiaokuan a{color:#b24639 !important;}

/* 下载资料 */
.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:45px 0 0px 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{position: fixed;z-index: 9999;width: 750px;height: 344px;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(../images/close.png) no-repeat -7px -176px;}
.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,#3f9594,#72cab2);}
.qt_popFormCon .popForm .qt_form_common.qt_form .tiaokuan{margin-top: 5px;}
.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(../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(../images/form_icon_gray.png) no-repeat 7px -26px;}
.qt_form_common_new.qt_form .btn{width:100%;height:32px;line-height:32px;background:#b44e3d;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:#b44e3d;}
.qt_form_common_new.qt_form .tiaokuan{width:100%;font-size:12px;line-height: 16px;}
.qt_form_common_new.qt_form .tiaokuan .checked{width: 20px; height: 20px;display: inline-block;background: url(https://liuxue.xdf.cn/images/form_checked2.png) no-repeat left top;vertical-align: middle;vertical-align: -webkit-baseline-middle;}
.qt_form_common_new.qt_form .tiaokuan .checked.active{background: url(//liuxue.xdf.cn/image/entry/images/entrySprite.png?we) no-repeat -24px -62px;cursor: pointer;background-position: -44px -62px;}


/* page6-匹配  就近分公司    预约线下领礼包 */
.page6{padding:40px 0;}
.page6 .con{position: relative;}
.page6 .mapCon .qt_map .mapConPc .result{background: #aadbdb;}
.page6 .mapCon .qt_map .mapConPc .result dl.active{background: #145858;}
.page6 .mapCon .qt_map .mapConPc .result dt{color: #145858;}
/* .page6 .mapCon .mapForm{margin: 15px 0 0 0;}
/* .page6 .mapCon .qt_map .mapConPc .result dd:nth-of-type(1){background-image: url(../images/map.png);}
.page6 .mapCon .qt_map .mapConPc .result dd:nth-of-type(2){background-image: url(../images/phone.png);} */
.page6 .mapCon .qt_map .mapConPc .user_city{border: 1px solid #145858;}
.page6 .mapCon .mapForm .giftDl{margin-bottom: 10px;display: block;}
.page6 .mapCon .mapForm .giftDl dt{width: 68px;height: 100px;border-radius: 5px;background: #329b86;margin-top: 0;margin-left: 15px;}
.page6 .mapCon .mapForm .giftDl dd{background: none;width: 280px;margin-left: 5px;padding: 0;}
.page6 .mapCon .mapForm .giftDl dd p{background: linear-gradient(90deg,#b6e5dc,#f2f6f6);margin: 0 0 10px 0;padding: 2px 0 2px 20px;border-radius: 5px;}
.page6 .mapCon .mapForm .giftDl dd p:last-child{margin: 0;}
.page6 .mapCon .mapForm .giftDl dd p::after{background: #c1ac87;left: 7px;top: 12px;}
.page6 .mapCon .qt_form_common_new.qt_form .country, .page6 .mapCon .qt_form_common_new.qt_form .degree{display: none;}
.page6 .mapCon .qt_form_common_new.qt_form .input{margin-bottom: 0;}
.page6 .mapCon .qt_form_common_new.qt_form .btn{background: #145858;}
.page6 .mapCon .scrollBar>.nano-pane>.nano-slider{background: #e7c68a;} 


/* page7- 新东方前途出国   值得信赖的留学机构 */
/* .page7{padding: 40px 0 50px;}
.page7{background: url(../images/page7Bg.jpg) no-repeat center top;background-size: cover;}
.page7 .pcUl li{width: 300px;height: 200px;background: #edf0fe;float: left;font-size: 14px;color: #333333;text-align: center;position: relative;}
.page7 .pcUl li.img::after{content: '';display: block;width:11px;height:12px;background: url(../images/pxLeft.png) no-repeat center top;position: absolute;top: 95px;right: -11px;z-index: 1;}
.page7 .pcUl li.img:nth-child(6):after,
.page7 .pcUl li.img:nth-child(8):after{ right: auto; left: -11px; background: url(../images/pxLeft.png) no-repeat center top; transform: rotate(180deg);}
.page7 .pcUl li.text{background: rgba(237,240,254,.4);padding: 0 20px;box-sizing: border-box;}
.page7 .pcUl li.text p{line-height: 28px;font-size: 14px;color: #333333;}
.page7 .pcUl li h3{font-size: 22px;color: #17896f;padding-top: 56px;margin-bottom: 10px;} */



/* xdf_bottomForm 底部表单隐藏，去掉isPc */
.xdf_slide{display: block;}
.xdf_slide span{position: absolute;width: 100%;bottom: 5px;left: 0;right: 0;margin: auto;text-align: center;font-size: 18px;color: #115353;}
#xdf_bottomForm{display: none;}
.xdf_bottomForm_new .ax_img {background: url(../images/bottomFormImg.png?12) no-repeat center top;height: 144px; bottom: initial; margin: 0;top: 0;}
.xdf_bottomForm_new .xdf_bottomForm.form-wrap .xdf_formbtn{background: #e7c68a;}

.qt_download_form_wrap{display: none;}


@media screen and (max-width:1000px) {
    .xdf_slide{display: none;}
    body.sem .rightMenu{display: none !important;}

    .m1200{width: 94%;}
    .header_banner{height: 8rem;background: url(../images/m_bannerBg.jpg) no-repeat center top;background-size: cover;}
    .header_banner .logo img {width: 68%;}
    .header_banner .m1200{flex-direction: column;}
    .header_banner .banner_img img{margin: 1.2rem auto 0;width: 84%;display: block;}

    .header_banner .form-wrap{margin: .63rem auto 0;width: 100%;height: auto;padding-bottom: 0.3rem;}
    .header_banner .form-wrap form{padding: .3rem .35rem 0;}
    .header_banner .form-wrap form h4{font-size: .5rem;line-height: .5rem;margin: 0 0 .4rem 0;}
    .header_banner .form-wrap form .label{margin: .15rem 0;height: .86rem;}
    .header_banner .form-wrap form .label input, .header_banner .form-wrap form .label select{height: .82rem;line-height: .82rem;}
    .header_banner .form-wrap form .tiaokuan{font-size: .22rem;text-align: left;}
    .header_banner .form-wrap form .xdf_formbtn{line-height: .86rem;height: .86rem;box-shadow: 0 0 .2rem 0 rgba(255, 183, 28, .3);}
  
    .page{padding: .5rem 0;}
    .page .tit{font-size: .4rem;height: .9rem;margin: 0 0 .3rem 0;font-weight: normal;line-height: .55rem;text-align: center;}
    .page .tit .t1{font-size: .4rem;padding: 0 .1rem 0;margin: 0 .05rem;}
    .page .tit .t1::before,.page .tit .t1::after{border-width: .02rem;}
    .page .tit .t2{font-size: .2rem;margin: .05rem 0 0 0;letter-spacing: .2rem;}
    .page .testBtn{width: 5.5rem;height: .8rem;border-radius: .4rem;font-size: .3rem;line-height: .8rem;margin: .5rem auto 0;}



    .page1{padding: .8rem 0 .4rem;}
    .page1 ul{flex-wrap: wrap;}
    .page1 li{width: 3.32rem;height: 3.8rem;padding: 1.55rem 0 0 0;margin: 0 0 .2rem 0;}
    .page1 li h4{height: .66rem;line-height: .66rem;font-size: .26rem;padding: 0 .3rem;}
    .page1 li h4::after{border-width: .66rem 0 0 .4rem;right: -.39rem;}
    .page1 li p{font-size: .24rem;line-height: .32rem;height: 1.6rem;padding: .15rem;}
    .page1 li:nth-of-type(5){width: 100%;height: 3.1rem;background-image: url(../images/m_page1Img5.png);background-size: cover;}
    .page1 li:nth-of-type(5) p{height: 1rem;}
    .page1 li:nth-of-type(4) h4::after{border-width: .66rem 0 0 .4rem;right: -.39rem;}



    .page2{padding: .4rem 0 .5rem;}
    .page2 .lxsqtj{margin: .4rem 0 0;}
    .page2 .lxsqtj .tabs{height: .6rem;border-bottom: .04rem solid #115353;}
    .page2 .lxsqtj .tabs .tab{height: .6rem;line-height: .6rem;width: 1.17rem;font-size: .24rem;border-top-left-radius: .2rem;border-top-right-radius: .2rem;}
    .page2 .lxsqtj .tabs .tab.active{height: .8rem;line-height: .8rem;}
    .page2 .lxsqtj .tablist{height: 8.6rem;padding: .3rem .2rem .85rem;border-bottom-left-radius: .2rem;border-bottom-right-radius: .2rem;}
    .page2 .lxsqtj .tablist .item .swiper-container .swiper-slide{height: 7.54rem;background-size: cover;border-radius: .1rem;padding: 0 .55rem;}
    .page2 .lxsqtj .tablist .item .swiper-slide h4{font-size: .36rem;line-height: .8rem;}
    .page2 .lxsqtj .tablist .item .swiper-slide dl{padding: .3rem 0;}
    .page2 .lxsqtj .tablist .item .swiper-slide dl:nth-of-type(1){height: 2.2rem;}
    .page2 .lxsqtj .tablist .item .swiper-slide dl:nth-of-type(2){height: 2.5rem;}
    .page2 .lxsqtj .tablist .item .swiper-slide dl dt{font-size: .26rem;}
    .page2 .lxsqtj .tablist .item .swiper-slide dl dd{font-size: .26rem;line-height: .36rem;padding: 0 0 0 .3rem;margin: .1rem 0;}
    .page2 .lxsqtj .tablist .item .swiper-slide a{width: 4rem;height: .6rem;line-height: .6rem;font-size: .28rem;border-radius: .14rem;}
    .page2 .swiper-container{padding-bottom: .5rem;}
    .page2 .swiper-pagination{bottom: 0;}
    .page2 .swiper-pagination-bullet-active{background: #4c7d7d;}



    .page3{padding: .5rem 0 .4rem;}
    .page3 .swiper-slide{width: 2.12rem;height: 3.1rem;padding: .5rem .15rem 0;background-size: cover;}
    .page3 .swiper-slide h4{font-size: .32rem;line-height: .32rem;margin: 0 0 .3rem 0;}
    .page3 .swiper-slide p{font-size: .24rem;line-height: .32rem;}
    .page3 .swiper-slide strong{color: #333333;}
    .page3 .msg{margin: .2rem 0 0 0;font-size: .2rem;line-height: .2rem;}
    .page3 .swiper-container{padding-bottom: .5rem;}
    .page3 .swiper-pagination{bottom: 0;}
    .page3 .swiper-pagination-bullet-active{background: #e1bf9a;}



    .bg1{background: url(../images/m_bg1.jpg) no-repeat center center;background-size: cover;}

    .page4{padding: .4rem 0 .5rem;}
    .page4 .m1200{width: 96%;}
    .page4 .con .swiper-container{padding: 0;}
	.page4 .con .swiper-slide{width:46%;height:5.47rem;margin:0 0;border-radius:0.2rem;position:relative;height: 4.4rem;}
    .page4 .con .swiper-slide:nth-of-type(1){margin-left: 0;}
	.page4 .con .swiper-slide .gwImg_wrap{width:100%;height:3.3rem;border-radius:0.2rem 0.2rem 0 0;position:inherit;}
	.page4 .con .swiper-slide .gwImg_wrap::after{content:'';}
	.page4 .con .swiper-slide .consultant{width:100%;height:2.15rem;background:#ffffff;text-align:center;height: 1rem;padding: .3rem 0 0 0;}
	.page4 .con .swiper-slide .consultant .consult{width:100%;height:1.5rem;background:url(../images/m_library.png) no-repeat center bottom;background-size:100%;position:absolute;bottom:2.15rem;left:0;z-index:999;bottom: 1.1rem;}
	.page4 .con .swiper-slide .consultant .ConsultName{height:0.5rem;line-height:0.5rem;font-size:0.28rem;color:#ffffff;padding-top:0.5rem;}
	.page4 .con .swiper-slide .consultant .ConsultTitle{height:0.3rem;line-height:0.3rem;font-size:0.24rem;color:#ffffff;}
	.page4 .con .swiper-slide .consultant p.Profile{display:none;}
	.page4 .con .swiper-slide .consultant .Profile{height:1.32rem;padding:0.12rem 0.2rem;box-sizing:border-box;display: none;}
	.page4 .con .swiper-slide .consultant .Profile p{font-size:0.22rem;color:#333333;height:0.36rem;line-height:0.36rem;text-align:left;}
	.page4 .con .swiper-slide .consultant .btn{width:2rem;height:0.5rem;line-height:0.5rem;font-size:0.24rem;color:#ffffff;background:#145858;display:block;margin:0 auto 0;border-radius:0.25rem;border:none;}
	.page4 .con .swiper-slide.library{background:url(../images/m_library.png) no-repeat center center;background-size:100% 100%;}
    .page4 .con .swiper-slide:hover{-webkit-transform:initial;box-shadow:none;}


    .bg2{background: #ffffff;}

    .page5{padding: .5rem 0 .4rem;}
    .page5 .m1200{width: 100%;}
    .qt_syzl .list_wrap .swiper-container-zlb{padding:0 0 .5rem 0;margin: 0 0 0 3%;}
    .page5 .swiper-slide{ width: 3.48rem;height: 4.4rem;border-radius: 0.2rem; overflow: hidden;box-shadow: 0 0 .16rem 0 rgba(218, 218, 218, 1);}
    .qt_syzl .list_wrap .list{width: 100%;height: 100%;border-radius: 0.1rem;}
    .qt_syzl .list_wrap .list .top{background: none;height: 100%;}
    .qt_syzl .list_wrap .list .top img{height: 2.15rem;}
    .qt_syzl .list_wrap .list .txt{height: .9rem;background: #fff;box-sizing: border-box;padding: .25rem 0 .1rem;margin: 0 .25rem;border-bottom: .02rem solid #e9e9e9;}
    .qt_syzl .list_wrap .list .txt h6{font-size: .24rem;color: #333333;line-height: .3rem;}
    .qt_syzl .list_wrap .list .bottom{width: 100%;}
    .qt_syzl .list_wrap .list .bottom .information{padding: 0 .25rem 0;}
    .qt_syzl .list_wrap .list .top .btn_wrap{position: initial;padding: 0 .25rem;background: none;transition: initial;box-sizing: border-box;}
    .qt_syzl .list_wrap .list .top .btn_wrap .btn{margin: 0;width: 48%;}
    .qt_syzl .list_wrap .list .top .btn_wrap .preview_btn{background: #e7c68a;border-color: #e7c68a;color: #805d1d;}
    .qt_syzl .list_wrap .list .top .btn_wrap .preview_btn::before{left: 12px;background-image: url(../images/wenjian2.png);background-size: cover;}
    .qt_syzl .list_wrap .list .top .btn_wrap .download_btn::before{left: 12px;}
    .qt_syzl .list_wrap .list .top::after{content: initial;}
    .page5 .swiper-pagination{bottom: 0;}
    .page5 .swiper-pagination-bullet-active{background: #e1bf9a;}
    .qt_popFormCon{    position: fixed;

        z-index: 9999;

        left: 0;

        top: 0;

        margin: auto;

        bottom: 0;

        right: 0;}

    /* .qt_pop_lqzl_form{display: block;} */
    .qt_popFormCon .popForm .close{top: 15px;right: -12px;}
    .qt_popFormCon .popForm,.qt_popFormCon .popForm .qt_form_common{width: 100%;}
    .qt_pop_lqzl_form .qt_popFormCon .popForm h6{font-size: .42rem;}
    .qt_popFormCon .popForm .qt_form_common.qt_form p.label{ margin-bottom: .15rem; border-radius: .05rem; -webkit-border-radius: .05rem; -moz-border-radius: .05rem; -ms-border-radius: .05rem; -o-border-radius: .05rem; }
    .qt_form_common_new.qt_form .input,.qt_popFormCon .popForm .qt_form_common.qt_form .input{height: .6rem;line-height: .6rem;font-size: .22rem;}
    .qt_popFormCon .popForm .qt_form_common.qt_form .Phone{background-position-y: -.44rem;}
    .qt_pop_lqzl_form .qt_popFormCon .qt_form_common_new .SmsCode{background-position-y:-134px;width: 2.8rem;}
    .qt_pop_lqzl_form .qt_popFormCon .qt_form_common_new .SmsCodeBtn{width: 2.6rem;height: .6rem;line-height: .6rem;font-size: .22rem;border-radius: .05rem;}
    .qt_form_common_new.qt_form .City{background-position-y:-160px;}
    .qt_popFormCon .popForm .qt_form_common.qt_form .tiaokuan{font-size: .2rem;margin: .05rem;text-align: left;}
    .qt_popFormCon .popForm .qt_form_common.qt_form .btn{ width: 100%; font-size: .24rem; letter-spacing: .06rem; height: .6rem; line-height: .6rem; border-radius:.05rem ; -webkit-border-radius:.05rem ; -moz-border-radius:.05rem ; -ms-border-radius:.05rem ; -o-border-radius:.05rem ; }

  

    /* .qt_pop_trial_reading_wrap{display: block;} */
    .none{display: none;}
    .qt_pop_trial_reading_wrap .trial_reading{width: 94%;}
    .qt_pop_trial_reading_wrap .trial_reading .swiper-container img{margin-top: 35%;height: auto;}
    .qt_popFormCon{height: 5.2rem;width: 6.6rem;box-sizing: border-box;padding: 0 .55rem;border-radius:.14rem ;background: #ffffff;}
    .qt_pop_trial_reading_wrap .trial_reading .swiper-form .qt_form_wrap{display: none;}
    .qt_pop_trial_reading_wrap .trial_reading .swiper-container .close{width: .3rem;height: .3rem;background-size: .3rem .3rem;}
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{left: .3rem;}
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{right: .3rem;}
    .qt_download_form_wrap {
        background: rgba(35,32,45,0.8);
        z-index: 1000002;
        display: none;
    }

    .qt_download_form_wrap .alert_close {
        height: calc(100% - 6.52rem);
        position: relative;
        z-index: 9;
    }

    .qt_download_form_wrap .slideDown {
        display: none;
    }

    .qt_download_form_wrap .download_form {
        max-width: 750px;
        height: 8.65rem;
        border-radius: 0.1rem 0.1rem 0 0;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .qt_download_form_wrap .download_form .close {
        width: 0.4rem;
        height: 0.4rem;
        background: url(https://qiantum.xdf.cn/image/icon/icon.png?vhjhjkbc) no-repeat -1.78rem -3.32rem;
        background-size: 7.9rem;
        position: absolute;
        right: 0.14rem;
        top: 1.26rem;
    }

    .qt_download_form_wrap .download_form .top {
        height: 2.64rem;
        background: url(../images/activity_form.png) no-repeat center bottom;
        background-size: 100%;
        overflow: hidden;
    }

    .qt_download_form_wrap .download_form .top p {
        font-size: 0.38rem;
        color: #ffffff;
        line-height: 0.5rem;
        padding-top: 1.66rem;
        display: inline-block;
        margin-left: 3.6rem;
    }

    .qt_download_form_wrap .download_form.zixun_resource .top p {
        padding-top: 1.6rem;
        font-weight: bold;
    }

    .qt_download_form_wrap .download_form .top p b {
        padding-left: 0.15rem;
        display: block;
    }

    .qt_download_form_wrap .download_form .bottom {
        background: #ffffff;
        height: 6.02rem;
    }

    .qt_download_form_wrap .download_form .qt_form {
        width: 5.61rem;
        margin: 0 auto;
        padding-top: 0.3rem;
    }

    .qt_download_form_wrap .download_form .qt_form input {
        line-height: 50%;
    }

    .qt_download_form_wrap .download_form .qt_form .input {
        width: 5.59rem;
        height: 0.86rem;
        font-size: 0.28rem;
        color: #999999;
        border: 0.02rem solid #d9d9d9;
        border-radius: 0.18rem;
        padding: 0 0 0 0.64rem;
        box-sizing: border-box;
        background: #fff url(../images/name.png) no-repeat 0.15rem 0.22rem;
        background-size: 0.35rem;
    }

    .qt_download_form_wrap .download_form .qt_form .input.active {
        border: 0.02rem solid #4abe9e;
    }

    .qt_download_form_wrap .download_form .qt_form .input.Phone {
        background: url(../images/iphone.png) no-repeat 0.2rem 0.22rem;
        background-size: 0.26rem;
    }

    .qt_download_form_wrap .download_form .qt_form .SmsCode_wrap {
        position: relative;
    }

    .qt_download_form_wrap .download_form .qt_form .SmsCode_wrap .SmsCode {
        background: #fff;
        padding-left: 0.2rem;
    }

    .qt_download_form_wrap .download_form .qt_form .SmsCode_wrap .SmsCodeBtn {
        width: 1.7rem;
        height: 0.85rem;
        line-height: 0.85rem;
        color: #1171a3;
        font-size: 0.28rem;
        position: absolute;
        right: 0;
        top: 0.02rem;
        text-align: center;
        margin: 0;
        background: none;
    }

    .qt_download_form_wrap .download_form .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;
    }

    .qt_download_form_wrap .download_form .qt_form .tiaokuan {
        font-size: 0.2rem;
        line-height: 0.4rem;
        color: #b7b7b7;
        float: initial;
    }

    .qt_download_form_wrap .download_form .qt_form .tiaokuan .checked {
        width: 0.25rem;
        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;
    }

    .qt_download_form_wrap .download_form .qt_form .tiaokuan .checked.active {
        background-position: center bottom;
    }

    .qt_download_form_wrap .download_form .qt_form .tiaokuan a {
        color: #999999;
        border-bottom: 0.01rem solid #f9cfa3;
    }

    .qt_download_form_wrap .download_form .qt_form .btn {
        width: 100%;
        height: 0.88rem;
        line-height: 0.88rem;
        background: #1171a3;
        color: #ffffff;
        font-size: 0.3rem;
        text-align: center;
        font-weight: bold;
        border-radius: 0.44rem;
        margin-top: 0.36rem;
    }

    .qt_download_form_wrap .download_form .result {
        width: 5.61rem;
        margin: 0 auto;
        display: none;
    }

    .qt_download_form_wrap .download_form .result h5 {
        font-size: 0.38rem;
        line-height: 0.6rem;
        color: #1171a3;
        text-align: center;
        padding: 0.4rem 0 0.4rem 0.75rem;
        position: relative;
        display: inline-block;
    }

    .qt_download_form_wrap .download_form .result h5::before {
        content: '';
        width: 0.6rem;
        height: 0.6rem;
        border-radius: 50%;
        background: #fff url(https://qiantum.xdf.cn/image/icon/icon.png?vhjhjkbc) no-repeat -0.93rem -4.37rem;
        background-size: 7.9rem;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .qt_download_form_wrap .download_form .result p {
        font-size: 0.24rem;
        color: #333333;
        line-height: 0.28rem;
        word-break: break-all;
        text-align: center;
    }

    .qt_download_form_wrap .download_form .result p#download_url {
        height: 0.86rem;
    }

    .qt_download_form_wrap .download_form .result .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: 0.36rem 0 0;
    }

    .qt_download_form_wrap .download_form .result .tip {
        color: #666666;
        margin-top: 0.2rem;
    }

    .qt_download_form_wrap .download_form .result.active p#download_url {
        height: auto;
        padding-bottom: 0.28rem;
    }

    .qt_download_form_wrap .download_form .result.active .btn {
        display: none;
    }















    .page6{padding: .4rem 0;}
    .page6 .mapCon{box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, .09);}
    .page6 .mapCon .qt_form_common_new.qt_form .btn{height: .88rem;line-height: .88rem;border-radius: .44rem;}

    .page7{padding-top: .4rem;background: #ffffff !important;}
    /* .page7{padding-top: .4rem;}
    .page7_1{background: url(../images/m_page7Bg.jpg) no-repeat center bottom;background-size: cover;}
    .lxjg .con{margin: 0 auto;}
    .lxjg .lxjgNum li{width: 2rem;float: left;text-align: center;position: relative;padding-bottom: 0.22rem;margin: 0 0.15rem 0.35rem 0.15rem}
    .lxjg .lxjgNum li:nth-child(4){margin-left: 1.3rem;}
    .lxjg .lxjgNum li::after{content: '';background: url(../images/line.png) no-repeat center top;display: block;width: 1.4rem;height: 0.03rem;background-size: 7.9rem;background-position: -5.48rem 0;position: absolute;bottom: 0;left: 0;right: 0;margin: auto;}
    .lxjg .lxjgNum li span{color: #007d63;font-size: 0.38rem;font-weight: bold;line-height: 0.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 .lxjgSj{font-size: 0.2rem;color: #3fba98;text-align: right;line-height: .6rem;} */




}