.flex{display: flex;}
.flex-between{display: flex;justify-content: space-between;}
.flex-justify-start{display: flex;justify-content: flex-start;}
.flex-justify-center{display: flex;justify-content: center;}
.flex-justify-end{display: flex;justify-content: flex-end;}
.flex-column{display: flex;flex-direction: column;}
.flex-items-center{display: flex;align-items: center;}

.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;}

a{cursor: pointer;}
.fixed {position: fixed;top: 0;left: 0;right:0;bottom:0;margin: auto;}
/* 头图 */
.header_banner{background: url(../images/bannerBg.jpg) no-repeat center top;padding: 545px 0 0;height: 987px;box-sizing: border-box;}
.header_banner .bannerImg{margin:0 0 60px 155px;width: 64.5%;}
/* banner 视频 */
.video_box{width: 586px;height: 385px;position: relative;}
.video_box video{width: 100%;height: 100%;object-fit: fill;}
.video_box i{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background:url(../images/playIcon.png) no-repeat 30px 90%;cursor: pointer;}
.video_txts{color: #ffffff;width: 565px;margin: 0 0 0 45px;}
.video_txts p{font-size: 16px;line-height: 26px;margin: 5px 0;}
.video_txts .img{margin: 5px auto 0;}

/* 右侧咨询 */
.downCon{position: fixed;top:0;bottom:0;right: -35px;z-index: 1000;background: url(../images/downBg.png) no-repeat 0 top;width: 150px;margin: auto;bottom: 0;height: 430px;}
.downTip{padding-top: 80px;padding-left: 10px;}
.downTip li{width:80px;height: 80px;border-radius: 100%;background: #333333;font-size: 18px;padding-top: 20px;box-sizing: border-box;text-align: center;line-height: 120%;margin-bottom:10px;background: #ffffff;box-shadow:0 0 20px 0px #a9b9f0;cursor: pointer;}
.downTip li.downD.act{background:#c01c23;color: #fbdaa2;font-weight: bold;}
.downTip li.downZ.act{background:#c01c23;color: #fbdaa2;font-weight: bold;}
.downTip li.down.act, .downTip li.qt_53Btn.act,.downTip li.tel.act{background:#c01c23;color: #fbdaa2;font-weight: bold;}
.downTip li.tel{position: relative;}




#iconDivMain2{display: none !important;}


/* 免费领取白皮书（中部表单） */
.fm-center{background: url(../images/fmCenterBg.png) no-repeat center top;height: 150px;box-sizing: border-box;}
.fm-center h4{font-size: 36px;line-height: 27px;font-weight: bold;color: #333333;width: 280px;margin: -50px 15px 0 0;padding: 40px 0 0 0;}
.fm-center .m1200{align-items: center;height: 100%;}
.fm-center .form-wrap{width: 100%;margin: 0;position: relative;}
.fm-center .form-wrap em{font-size: 24px;color: #ffffff;line-height: 30px;margin: 0 0 5px 0;}
.fm-center .form-wrap .label{width: 28%;height: 38px;border: none;margin: 6px}
.fm-center .form-wrap .label.Code{width: 200px;position: relative;}
.fm-center .form-wrap .label.Code .SmsCodeBtn{ position: absolute; right: 0; top: 0; width: 100px; height: 30px; margin: 4px 0; padding:0; border-left: 1px solid #cdcdcd; background: none; line-height: 30px; font-size: 16px; color: #0040b5; border-radius: 0;}
.fm-center .form-wrap .label input,.fm-center .form-wrap .label select{height: 38px;line-height: 38px;padding: 0;font-size: 16px;border-radius: 40px;display: inherit;}

.fm-center .form-wrap .xdf_formbtn{margin: 6px 0 0 6px;width: 180px;height: 40px;background: linear-gradient(#fcdca3,#e0c086);font-size: 16px;color: #c01c23;font-weight: bold;cursor: pointer;border-radius: 40px;}
.fm-center .form-wrap .xdf_formbtn:hover{background-color: linear-gradient(#fadca8,#daba81);;}
.fm-center .form-wrap .tiaokuan{text-align: left;margin: 0 0 0 5px;font-size: 12px;}
.fm-center .form-wrap .tiaokuan a{color: #999;}
.fm-center .previewPDF{ width: 180px; height: 40px; font-size: 16px; color: #013390; font-weight: bold; background: rgba(150,236,251,.8) url(../images/fmPreviewIcon.png) no-repeat 60px 12px; line-height: 40px; opacity: .8;padding-left: 22px;box-sizing: border-box; border-radius: 20px;text-align: center;margin: 6px 0 0 20px;box-shadow: 0 0 7px 0 rgba(0,64,181,.65);display: block;float: left;}
.fm-center .previewPDF:hover{background-color:  rgba(150,236,251,.8);}
.fm-center .form-wrap .book{position: absolute;right: 0;bottom: -15px;z-index: -1;}


.page{padding: 70px 0;}
.page h2{font-size: 36px;color: #0144c5;line-height: 36px;margin: 0 0 50px 0;text-align: center;}
.page h2.black{color: #000000;}
 
/* page1解读留学大数据 展望留学趋势 */
.page1{padding-bottom: 20px;} 

.page1 .echarts_tabwrap .tab{width: 232px;height: 60px;line-height: 60px;font-size: 18px;color: #003390;text-align: center;background: #d9e1f7;cursor: pointer;}
.page1 .echarts_tabwrap .tab.active{font-size: 18px;color: #ffffff;font-weight: bold;background: #0040b5;}
.page1 .echarts_tabwrap .item {padding: 35px 0 0;display: none;position: relative;}
.page1 .echarts_tabwrap .item::before,.page1 .echarts_tabwrap .item::after{width: 25px;height: 345px;}
.page1 .echarts_tabwrap .item::before{position: absolute;content: "";background: url(../images/pag1ItemBeforeBg.png) no-repeat center top;top: 0;left: -11px ;}
.page1 .echarts_tabwrap .item::after{position: absolute;content: "";background: url(../images/pag1ItemBeforeBg.png) no-repeat center top;top: 0;right: -14px ;}
.page1 .echarts_tabwrap .item.active{display: block;} 
.page1 .echarts_tabwrap .item .padd90{padding:0 90px;}
.page1 .echarts_tabwrap .item h3{font-size: 28px;color: #333333;font-weight: bold;text-align: center;margin: 15px 0 15px 0;}
.page1 .echarts_tabwrap .item p{font-size: 16px;color: #333333;line-height: 26px;}
.page1 .echarts_tabwrap .item .flex{display:flex;justify-content:center;margin:30px auto 0;}

.page1 .echarts_tabwrap .item3 .table{margin: 0 auto;width: 90%;margin: 30px auto 0;}
.page1 .echarts_tabwrap .item3 .table table{width: 100%;text-align: center;}
.page1 .echarts_tabwrap .item3 .table table thead td{height: 40px;line-height: 40px;border-bottom: 2px solid #ffbb24;color: #ffffff;background: #538ccd;}
.page1 .echarts_tabwrap .item3 .table table td{border-right: 1px solid #ffffff;color: #333333;height: 40px;line-height: 40px;font-size: 16px;}
.page1 .echarts_tabwrap .item3 .table table tbody tr:nth-of-type(even){background: #dcdbe1;}
.page1 .echarts_tabwrap .item3 .table table tbody tr:nth-of-type(odd){background: #f6f6f5;}


.page1 .echarts_tabwrap .item4 #echart4_0 {height: 400px;} 
.page1 .echarts_tabwrap .item .echart{width:1000px;height:360px;margin:30px auto;}
.page1 a{font-size: 16px;color: #c01c23;width: 278px;height: 44px;line-height: 44px;background: linear-gradient(#fcdca3,#e0c086);display: block;text-align: center;border-radius: 22px;text-align: center;
margin:30px auto 0;font-weight: bold;box-shadow: 0 0 41px 0 0;}




/* paeg2热门问题解答 */
.page2{padding-top: 20px;}
.page2 .rmwt-swiper{padding: 5px 5px 5px;}
.page2 .rmwt-swiper .swiper-slide{ width: 234px; height: 375px; background-repeat: no-repeat; background-position: center top; box-shadow: 0 0 7px 0 rgba(0, 30, 132, .18); border-radius:5px;background-size: 100%;cursor: pointer;}
.page2 .rmwt-swiper .top{padding: 30px 8px 0 20px;width: 100%;height: 180px;box-sizing: border-box;background: #ebf2ff;}
.page2 .rmwt-swiper .top i{font-size: 32px;font-weight: bold;color: #333333;line-height: 32px;margin:0 0 20px 0;display: block;}
.page2 .rmwt-swiper .top h4{font-size: 22px;line-height: 32px;color: #333333;font-weight: normal;}
/* .page2 .rmwt-swiper .swiper-slide.slide1{background-image: url(../images/page2/1.jpg);}
.page2 .rmwt-swiper .swiper-slide.slide2{background-image: url(../images/page2/2.jpg);}
.page2 .rmwt-swiper .swiper-slide.slide3{background-image: url(../images/page2/3.jpg);}
.page2 .rmwt-swiper .swiper-slide.slide4{background-image: url(../images/page2/4.jpg);}
.page2 .rmwt-swiper .swiper-slide.slide5{background-image: url(../images/page2/5.jpg);} */
.page2 .rmwt-swiper .txts{padding: 20px 18px 0;}
.page2 .rmwt-swiper .txts h4{font-size: 16px;line-height: 24px;color: #002d82;margin: 0 0 10px 0;height: 70px;}
.page2 .rmwt-swiper .txts p{font-size: 16px;line-height: 26px;color: #333333;height: 115px;}
.page2 .rmwt-swiper .txts a{font-size: 16px;color: #c01c23;line-height: 16px;text-align: right;cursor: pointer;display: block;background: #fcdca3;height: 30px;line-height: 30px;width: 142px;border-radius: 15px;text-align: center;font-weight: bold;margin: 0 auto;}
.page2 .rmwt-swiper .swiper-slide:hover .top{background: none;}
.page2 .rmwt-swiper .swiper-slide:hover .top i{color: #96ecfb;}
.page2 .rmwt-swiper .swiper-slide:hover .top h4{color: #ffffff;}
.page2 .rmwt-swiper .swiper-slide:hover a{color: #d42932;}
.page2 .rmwt-swiper .swiper-slide:hover.slide1{background-image: url(../images/page2/1-1.jpg);background-size: 100% 180px;}
.page2 .rmwt-swiper .swiper-slide:hover.slide2{background-image: url(../images/page2/2-2.jpg);background-size: 100% 180px;}
.page2 .rmwt-swiper .swiper-slide:hover.slide3{background-image: url(../images/page2/3-3.jpg);background-size: 100% 180px;}
.page2 .rmwt-swiper .swiper-slide:hover.slide4{background-image: url(../images/page2/4-4.jpg);background-size: 100% 180px;}
.page2 .rmwt-swiper .swiper-slide:hover.slide5{background-image: url(../images/page2/5-5.jpg);background-size: 100% 180px;}
.page2 .rmwt-swiper .swiper-pagination-bullet{ width: 10px; height: 10px; border-radius: 5px; background: #a5b4dd;}
.page2 .rmwt-swiper .swiper-pagination-bullet-active{width: 54px;background: #0040b5;border-radius: 5px;height: 10px;}


/* page3《2023中国留学白皮书》发布会 */
.page3{background: #0040b5;}
.page3 h2{color: #ffffff;}
.page3 h3{font-size: 30px;color: #0cb9ef;font-weight: bold;line-height: 30px;text-align: center;margin: 0 0 25px 0;}
.page3 h3 i{font-size: 14px;color: #c7ceda;font-weight: normal;vertical-align: middle;letter-spacing: 3px;}
.page3 .page3-item{margin: 40px 0 40px 0;overflow: hidden;}
.page3 .page3-item-last{margin: 0;}


.page3 .zc-swiper .swiper-slide{width: 390px;height: 582px;background: url(../images/zc_slideBg.png) no-repeat center center;}
.page3 .zc-swiper .swiper-slide .item{position: relative;height: 99%;margin: 3px;}
.page3 .zc-swiper .slide .item .top{width: 100%;height: 85px;display: flex;align-items: center;justify-content: center;flex-direction: column;background: linear-gradient(to bottom,#fcdca3,#e1c188);}
.page3 .zc-swiper .slide .item .top h5{font-size: 24px;color: #c42f2f;font-weight: bold;line-height: 24px;margin: 0 0 8px 0;}
.page3 .zc-swiper .slide .item .top i{font-size: 16px;color: #010101;font-weight: bold;line-height: 16px;}
.page3 .zc-swiper .swiper-slide .item .bottoma{font-size: 16px;color: #ffffff;width: 100%;height: 100px;display: flex;align-items: end;position: absolute;bottom:0;background: linear-gradient(to bottom,rgba(62,62,62,.0) 0,rgba(62,62,62,.2) 13%,rgba(62,62,62,.4) 30%,rgba(62,62,62,.9) 50%,rgba(62,62,62,1) 60%,rgba(62,62,62,1) 97%);padding: 0 20px 20px 20px;box-sizing: border-box;font-weight: bold;}
.page3 .zc-swiper .swiper-slide .item .bottoma:hover{color: #0cb9ef;}
.page3 .zc-swiper .slide1 .item{background: url(../images/page3/1/1.jpg) no-repeat center center;}
.page3 .zc-swiper .slide2 .item{background: url(../images/page3/1/2.jpg) no-repeat center center;}
.page3 .zc-swiper .slide3 .item{background: url(../images/page3/1/3.jpg) no-repeat center center;}


/* page3-2媒体专访 */
.page3 .mtzf_tabwrap .tabs{flex-wrap: wrap;}
.page3 .mtzf_tabwrap .moreBtn{display: none;}
.page3 .mtzf_tabwrap .tab{background: url(../images/page3/2/tab_bg.png) no-repeat center top;width: 159px;height: 106px;cursor: pointer;box-sizing: border-box;position: relative;margin: 0 14.5px 20px 0;}
.page3 .mtzf_tabwrap .tab img{position: absolute;bottom: 3px;left: 3px;}
.page3 .mtzf_tabwrap .tab:nth-of-type(7),.page3 .mtzf_tabwrap .tab:nth-of-type(14){margin-right: 0;}
.page3 .mtzf_tabwrap .tab.active,.page3 .mtzf_tabwrap .tab:hover{background: url(../images/page3/2/tab_bgAt.png) no-repeat center top;}
.page3 .mtzf_tabwrap{width: 100%;position: relative;}
.page3 .mtzf_tabwrap .item{display: none;position: relative;height: 285px;margin: 10px 0 0;}
.page3 .mtzf_tabwrap .item.active{display: block;}
.page3 .mtzf_tabwrap .pics{width: 391px;height: 277px;position: absolute;left: 0;bottom: 0;}
.page3 .mtzf_tabwrap .pics img{width: 100%;}
.page3 .mtzf_tabwrap .pics p{width:100%;height: 60px;line-height: 20px;text-align: left;font-size: 16px;color: #ffffff;font-weight: bold;bottom: 0;left: 0;background: #2e2e2e;position: absolute;padding: 10px 10px 0 14px;display: flex;box-sizing: border-box;display: flex;}
.page3 .mtzf_tabwrap .pics p.one{padding-top: 18px;}
.page3 .mtzf_tabwrap .pics p span{margin: 0 15px 0 0;}
.page3 .mtzf_tabwrap .txts{width: 809px;height: 277px;padding: 30px;box-sizing: border-box;background: #ffffff;box-shadow: 0 0 7px 0 rgba(93, 144, 237, .52);cursor: pointer;position: absolute;right: 0;bottom: 0; }
.page3 .mtzf_tabwrap .txts h4{font-size: 24px;color: #333333;line-height: 36px;font-weight: bold;}
.page3 .mtzf_tabwrap .txts p{font-size: 16px;line-height: 24px;color: #333333;margin-top: 22px;}
.page3 .mtzf_tabwrap .txts p span{color: #0040b5;}
.page3 .mtzf_tabwrap .txts p em.wyy{font-size: 16px;color: #c42f2f;}
.page3 .mtzf_tabwrap .txts p em.teacher{font-size: 16px;color: #0040b5;}
.page3 .mtzf_tabwrap .txts:hover span{color: #0cb9ef;}



/* page3-3现场集锦展示 */
.page3 .xcjjzs-swiper {width: 1000000px;}
.page3 .xcjjzs-swiper .swiper-slide{width: 390px;height: 267px;margin-left: 20px;overflow: hidden;}
.page3 .xcjjzs-swiper .swiper-slide:last-child,.page3 .xcjjzs-swiper .swiper-slide:nth-of-type(3n){margin-right: 0;}
.page3 .xcjjzs-swiper .swiper-button-prev,.page3 .xcjjzs-swiper .swiper-button-next{ background: url(../images/page3/3/preBtn.png) no-repeat center; width: 38px; height: 38px;}
.page3 .xcjjzs-swiper .swiper-button-prev{transform: rotate(180deg);}
.page3 .xcjjzs-swiper .swiper-button-prev.swiper-button-disabled,.page3 .xcjjzs-swiper .swiper-button-next.swiper-button-disabled{opacity:0;}
.page3 .xcjjzs-swiper .swiper-slide img{width: 100%;height: 100%;transition:all .6s; }
.page3 .xcjjzs-swiper .swiper-slide:hover img{ transform: scale(1.2);}
/* page3-4联合发布机构 */
.page3 .lhfbjg img{display: block;margin: 15px auto 0;}


/* page4历年白皮书发布历程 */
.page4{background: url(../images/page4Bg.jpg) no-repeat center top;}
.page4 h2{text-align: left;line-height: 44px;}
.page4 .bps_tabwrap{margin-top: -135px;}
.page4 .bps_tabwrap .tabs{background: #0040b5;padding: 20px 30px;width: 100%;box-sizing: border-box;position: relative;}
.page4 .bps_tabwrap .tab{cursor: pointer;width: 100px;height: 96px;}
.page4 .bps_tabwrap .tabs .line{position: absolute;top: 90px;background:  url(../images/page4_tabsBg.png) no-repeat center 0;height: 1px;width: 100%;left: 0;}
.page4 .bps_tabwrap .tab.active{background: #0f54d3;}
.page4 .bps_tabwrap .tab h4{font-size: 20px;color: #ffffff;font-weight: normal;}
.page4 .bps_tabwrap .tab.active h4{font-size: 30px;color: #fcdca3;font-weight: bold;}
.page4 .bps_tabwrap .tab span{ width: 12px; height: 12px; border: 4px solid #ffffff; background: #0040b5; border-radius: 50%;margin:19px 0 0 0;z-index: 2; }
.page4 .bps_tabwrap .tab.active span{background: #fcdca3;}
.page4 .bps_tabwrap .item{display: none;width: 880px;margin-left: 320px;position: relative;height: 315px;}
.page4 .bps_tabwrap .item:nth-of-type(1) img{position: absolute;left: 150px;top: 40px;z-index: 2;}
.page4 .bps_tabwrap .item:nth-of-type(2) img{position: absolute;left: 15px;top: 15px;z-index: 2;}
.page4 .bps_tabwrap .item:nth-of-type(3) img{position: absolute;left: 0px;top: 15px;z-index: 2;}
.page4 .bps_tabwrap .item:nth-of-type(4) img{position: absolute;left: 45px;top: 20px;z-index: 2;} 
.page4 .bps_tabwrap .item:nth-of-type(5) img{position: absolute;left: 60px;top: 10px;z-index: 2;}
.page4 .bps_tabwrap .item:nth-of-type(6) img{position: absolute;left: 60px;top: 15px;z-index: 2;}
.page4 .bps_tabwrap .item:nth-of-type(7) img{position: absolute;left: 60px;top: 15px;z-index: 2;}
.page4 .bps_tabwrap .item:nth-of-type(8) img{position: absolute;left: 30px;top: 30px;z-index: 2;}
.page4 .bps_tabwrap .item:nth-of-type(9) img{position: absolute;left: 30px;top: 30px;z-index: 2;}
.page4 .bps_tabwrap .item:nth-of-type(10) img{position: absolute;left: 150px;top: 40px;z-index: 2;}
.page4 .bps_tabwrap .item p{width: 385px;color: #ffffff;font-size: 16px;line-height: 30px;margin: -30px 0 0 0;}
.page4 .bps_tabwrap .item.active{display: flex;justify-content: flex-end;align-items: center;} 

/* page5-新东方前途出国 值得信赖的留学机构 */
.page5{background: url(../images/page5Bg.jpg) no-repeat center top;background-size: cover;}
.page5 .pinxuanTop{padding: 0 0 40px 0;}
.page5 .pinxuanTop li{width: 20%;float: left;text-align: center;}
.page5 .pinxuanTop li p{line-height: 40px;}
.page5 .pinxuanTop li p strong{font-size: 40px;color: #0040b5;}
.page5 .pinxuanTop li p b{font-size: 36px;color: #0040b5;}
.page5 .pinxuanTop li p i{font-size:34px;color: #0040b5;font-style: normal;display: inline-block;width: 18px;height: 18px;text-align: center;line-height: 18px;font-weight: normal;}
.page5 .pinxuanTop li h4{font-size: 14px;color: #666666;font-weight: normal;line-height: 18px;}
.page5 .pinxuanTop li h4 i{font-size: 12px;color: #999999;}
.page5 .pinxuanTop li:last-child i{font-size: 12px;}
.page5 .pcUl li{width: 300px;height: 200px;background: #ffffff;float: left;font-size: 14px;color: #333333;text-align: center;position: relative;}
.page5 .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;}
.page5 .pcUl li.img:nth-child(6):after,
.page5 .pcUl li.img:nth-child(8):after{ right: auto; left: -11px; background: url(../images/pxLeft.png) no-repeat center top; transform: rotate(180deg);}
.page5 .pcUl li.text{background: rgba(255,255,255,.4);padding: 0 20px;box-sizing: border-box;}
.page5 .pcUl li.text p{line-height: 28px;font-size: 14px;}
.page5 .pcUl li h3{font-size: 22px;color: #333333;padding-top: 56px;margin-bottom: 10px;}

/* 底部通栏表单 */
.xdf_slide{display: block;}
#xdf_bottomForm{display: none;}
.xdf_slide div.xdf_slidebtn {width: 80px;height: 24px;line-height: 24px;font-size: 14px;color: #0040b5;border-radius: 12px;cursor: pointer;text-align: center;background: #19fbdf;bottom: 5px;left: 0px;right: 0;margin: 0 auto;font-weight: bold;box-shadow: 0 0 10px 0 rgba(0, 30, 132, 84);}
.xdf_bottomForm_new .ax_img{background-image: url(../images/bottomFormImg.png);height: 166px;width: 143px;bottom: 20px;}
.xdf_bottomForm_title_img .xdf_bottomForm.form-wrap .form{padding: 0 0 0 180px;}
.xdf_bottomForm_TwoBtn .xdf_bottomForm.form-wrap .xdf_formbtn{width: 18%;background: linear-gradient(to right,#e0c086,#fcdca3);color: #c01c23;font-weight: bold;}
.xdf_bottomForm_TwoBtn.formbtn_preview .xdf_bottomForm.form-wrap .xdf_formbtn3{background: rgba(150, 236, 251, .8);font-weight: bold;color: #013390;}
.xdf_slide .xdf_slidebtn:hover {background: #51f9b8;}
/*预览*/
.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 .close{position:absolute;background:url(//liuxue.xdf.cn/image/icon/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:440px;height:550px;background:url(../images/alertBg.png) no-repeat;border-radius:20px;padding:48px 45px;position:absolute;left:0;top:0;bottom:0;right:0;margin:auto;box-sizing: border-box;}
.qt_pop_trial_reading_wrap .trial_reading .swiper-form .qt_form_wrap::before{content:'';width:317px;height:137px;background:url(../images/alertImg.png) no-repeat center center;margin:auto;position: absolute;top: 70px;}
.qt_pop_trial_reading_wrap .swiper-form .form-wrap::before{content:'';width:280px !important;;height:150px !important;;background:url(../images/alertImg.png) no-repeat center center !important;;margin:auto;position: absolute;top: 60px !important;}
.qt_pop_trial_reading_wrap .swiper-form .form-wrap{padding: 62px 38px !important;}
.qt_pop_trial_reading_wrap .trial_reading .swiper-form .qt_form_wrap .label{margin-bottom: 12px;}
.qt_pop_trial_reading_wrap .trial_reading .swiper-form .qt_form_wrap h6{font-size:22px;color:#1c3290;line-height:34px;margin:160px 0 10px;text-align: center;}
.qt_pop_trial_reading_wrap .trial_reading .swiper-form .qt_form_wrap .label{ width: 100%; height: 42px; background: #ffffff; border-radius:10px; position: relative;}
.qt_pop_trial_reading_wrap .trial_reading .swiper-form .qt_form_wrap .label i {
    width: 22px;
    height: 22px;
    background-position-y: -22px;
    display: inline-block;
    position: absolute;
    top: 22%;
    left: 10px;
}
.qt_pop_trial_reading_wrap .trial_reading .swiper-form .qt_form_wrap input{width:100%;height:42px;line-height:42px;font-size:14px;float:initial;padding:0 0 0 46px;box-sizing: border-box;background: transparent;border: none;border-radius:0;}
.qt_pop_trial_reading_wrap .trial_reading .swiper-form .qt_form_wrap .SmsCode{width:154px;}
.qt_pop_trial_reading_wrap .trial_reading .swiper-form .qt_form .SmsCodeBtn{ float:right; width:130px; height:30px; line-height:30px; margin-right:0;text-align:center; margin-top: 6px; border-left: 1px solid #b6b6b6; background: transparent; border-radius: 0;cursor: pointer;}
.qt_pop_trial_reading_wrap .trial_reading .swiper-form .qt_form_wrap .xdf_formbtn{ width:100%; height:46px; line-height:46px; font-size:20px; color:#fff; border-radius:5px; text-align:center; -webkit-animation:none; animation:none; background:#00c8b0; cursor: pointer;margin:5px 0 0 0;}
.qt_pop_trial_reading_wrap .trial_reading .swiper-form .qt_form_wrap .tiaokuan{width:100%;font-size:12px;margin:10px 0 15px 0;}
.qt_pop_trial_reading_wrap .trial_reading .swiper-form .qt_form_wrap .tiaokuan .checked{width:14px;height:14px;vertical-align:sub;background:url(//liuxue.xdf.cn/image/entry/images/entrySprite.png?we) no-repeat -24px -62px;}
.qt_pop_trial_reading_wrap .trial_reading .swiper-form .qt_form_wrap .tiaokuan .checked.active{background-position:-44px -62px;}
/* 新预览表单 */
.qt_pop_trial_reading_wrap .trial_reading .swiper-container .swiper-slide{background-size:100% 100%;}
.qt_pop_trial_reading_wrap .trial_reading .swiper-container-readTab{display:none;}
.qt_pop_trial_reading_wrap .trial_reading .swiper-container-readTab .swiper-slide{width:97%;cursor:pointer;margin-bottom: 10px;height: auto;}
.qt_pop_trial_reading_wrap .trial_reading .swiper-container-readTab .swiper-slide::after{content: '';display: block;width: 100%;height: 100%;position: absolute;background: rgba(0,0,0,.5);top: 0;left: 0;}
.qt_pop_trial_reading_wrap .trial_reading .swiper-container-readTab .swiper-slide.active::after{display:none;}
.qt_pop_trial_reading_wrap .trial_reading .swiper-container-readTab img{width:100%;height: initial;}
/* .qt_pop_trial_reading_wrap .trial_reading .lxsc_tit{display:none;} */
.qt_pop_trial_reading_wrap .trial_reading.active .lxsc_tit{height:30px;line-height:30px;font-size:28px;color:#ffffff;text-align:center;position:absolute;top:-40px;width:74%;padding-left:26%;display:block;left: 0;right: 0;margin: auto;padding-left: 0 !important;display: none !important;}
.qt_pop_trial_reading_wrap .trial_reading.active{width:1000px !important;height:60.6vh !important;overflow:initial;}
.qt_pop_trial_reading_wrap .trial_reading.active .ul_con{width:25%;float:left;display:block;height:100%;}
.qt_pop_trial_reading_wrap .trial_reading.active .swiper-container-readTab{height:100%;width: 100%;display: block;}
.qt_pop_trial_reading_wrap .trial_reading.active .swiper-container-trial-reading{width:100% !important;float:initial;}
body.bps .qt_pop_trial_reading_wrap .swiper-form .form-wrap h6 i{color: #ffffff !important;font-size: 22px !important;}
.qt_download_form_wrap{display: none;}

.rightMenu {display: none !important;}
#totop{display: block !important;}
.xdf_bottomForm_TwoBtn .xdf_bottomForm.form-wrap form .label.Code{width: 22% !important;}
.xdf_bottomForm_new .xdf_bottomForm.form-wrap form .label{width: 15% !important;}
.xdf_bottomForm_new .xdf_bottomForm.form-wrap form .label.city{display: block !important;}
@media screen and (max-width:1000px) {
    .xdf_slide{display: none;}
    .m1200{width: 94%;}

    /* banner */
    .header_banner{height: 13.8rem;box-sizing: border-box;background: url(../images/m_bannerBg.jpg) no-repeat center top;background-size: 100% 8.88rem;padding: 6.8rem 0 0;}
    .header_banner .bannerImg{margin: 0 0 .67rem .41rem;width: 5.46rem;height: 3.65rem;}
    .header_banner .books{text-align: center;}
    .header_banner .books .previewPDF{width: 2.62rem; height: .72rem; line-height: .72rem;box-sizing: border-box; font-size: .26rem; color: #c01c23; font-weight: bold; border-radius: .36rem;background:linear-gradient(#fcdca3,#e0c086);display: block;margin: 0 auto;box-shadow: 0 0 .06rem 0 rgba(50, 50, 50, .38);position: relative;text-align: left;padding-left: .22rem;}
    .header_banner .books img{width: 5.44rem;height: .59rem;margin: .25rem auto 0;}
    .header_banner .books .previewPDF::after{position: absolute;top: 0;bottom: 0;margin: auto 0;content: "";background: url(../images/right.png) no-repeat center center;width: .29rem;height: .29rem;background-size: .29rem .29rem;right: .35rem;}


    .m_videos{flex-direction: column;margin: .8rem 0 0;}
    .video_box{width: 100%;height: 4.4rem;}
    .video_box i{background-size: .7rem;}
    /* 视频介绍（M端隐藏） */
    .video_txts{display: none;}


    /* 中部表单（M端隐藏） */
    .m-fm-center{background: url(../images/m_fmCenterBg.png) center top;position: relative;padding
    :.7rem 0 .5rem;background-size: cover;}
    .m-fm-center .big-font{font-size: .4rem;color: #ffffff;font-weight: bold;line-height: .4rem;}
    .m-fm-center .fm_tit{font-size: .4rem;color: #ffffff;margin: 0 0 10px 0;}
    .m-fm-center form{padding: 0 .4rem;}
    .m-fm-center form .label{width: 100%;margin: 0;border: 0;line-height: .86rem;height: .86rem;overflow: hidden;}
    .m-fm-center form .label input{height: .86rem ;}
    .m-fm-center form .label.phone{margin: .2rem 0;}
    .m-fm-center form .label.Code{width: 100%;margin: 0 0 .2rem;}
    .m-fm-center form .label.Code input{width: 65%;}
    .m-fm-center form .label.Code .SmsCodeBtn{ margin: 0; right: 0; width: 1.7rem; background: transparent; color: #1c3290; border-left:.01rem solid #1c3290; border-radius: 0;height: .54rem;line-height: .54rem;margin: .17rem 0; }
    .m-fm-center form .tiaokuan{font-size: .22rem;text-align: left;margin: .2rem 0;}
    .form-wrap .xdf_formbtn{width: 100%;margin: 0;background: linear-gradient(#fcdca3,#e0c086);font-size: .34rem;color: #c01c23;font-weight: bold;height: .86rem;line-height: .86rem;position: relative;border-radius: 0.4rem;}
    .form-wrap .xdf_formbtn span{position: absolute;content: "";background: url(../images/point.gif) no-repeat center right;width: 2rem;height: 2rem;z-index: 2;right: 0rem;top:0.2rem;background-size: cover;}
    .form-wrap .xdf_formbtn:hover{background: linear-gradient(#fddfaa,#f3d08f);}
    .form-wrap .previewPDF{text-align: center;color: #ffffff;font-size: .34rem;line-height: .34rem;z-index: 2;margin: .2rem 0 0;}
    .form-wrap .result {padding: 0 .4rem;display: none;}
    .form-wrap .result .url-msg{font-size: .24rem;line-height: .6rem;color: #ffffff;}
    .form-wrap .result .url-txt{width: 100%;height: 2.18rem;background: #ffffff;padding: 0 .3rem;box-sizing: border-box;}
    .form-wrap .result .url-txt p{text-align: center;}
    .form-wrap .result .url-txt p.download_url{font-size: .24rem;line-height: .4rem;color: #333333;width: 100%;box-sizing: border-box;word-break: break-word; white-space: pre-line;}
    .form-wrap .result .url-txt .codeP{font-size: .28rem;color: #0242b5;margin: .2rem 0 0 0;}
    .form-wrap .result .copy_btn{width: 100%;height: .86rem;color: #1c3290;background: #28e2cb;text-align: center;line-height: .86rem;margin: .2rem 0 0 0;font-size: .34rem;font-weight: bold;}
    .form-wrap .result .tip{font-size: .22rem;color: #b0c9f8;line-height: .6rem;text-align: center;}



    .page{padding: .6rem 0;}
    h2,.page h2{font-size: .44rem;color: #333333;margin-bottom: .4rem;text-align: center;}
    h2.white,.page h2.white{color: #ffffff;}

    /* page1-解读留学大数据 展望留学趋势 */
    .page1{background: linear-gradient( to top,#ffffff,#f0f0f0);}
    .page1 .echarts_tabwrap .tabs{flex-wrap: wrap;padding-bottom: .15rem;margin: 0;border-bottom: .02rem solid #eaeaea;}
    .page1 .echarts_tabwrap .tab{width: 2.17rem;height: .66rem;line-height: .66rem;font-size: .26rem;background: #d9e1f7;color: #003390;margin: .1rem 0;}
    .page1 .echarts_tabwrap .tab.active{font-size: .26rem;background: #0144c5;color: #ffffff;}
    .page1 .echarts_tabwrap .tab:nth-of-type(4){margin-left: 1.23rem;}
    .page1 .echarts_tabwrap .tab:nth-of-type(5){margin-right: 1.23rem;}
    .page1 .echarts_tabwrap .item{padding:0;}
    .page1 .echarts_tabwrap .item::before, .page1 .echarts_tabwrap .item::after{content: none;}
    .page1 .echarts_tabwrap .item .padd90{padding: 0;}
    .page1 .echarts_tabwrap .item img{width: 100%;margin: .1rem auto .2rem;}
    .page1 .echarts_tabwrap .item h5{font-size: .26rem;margin: .35rem 0 .1rem;line-height: .3rem;text-align: center;color: #666666;}
    .page1 .echarts_tabwrap .item h3{font-size: .34rem;line-height: .44rem;text-align: left;margin:.27rem 0 .22rem;}
    .page1 .echarts_tabwrap .item p{font-size: .26rem;line-height: .4rem;color: #666666;}
    .page1 .echarts_tabwrap .item p.lookBigImg{text-align: center;margin: 0 0 .2rem;font-size: .20rem;}

    .page1 .echarts_tabwrap .item3 .table{width: 100%;margin: .3rem 0 0;}
    .page1 .echarts_tabwrap .item3 .table table thead td{font-size: .22rem;height: .4rem;line-height: .4rem;}
    .page1 .echarts_tabwrap .item3 .table table td{height: .4rem;line-height: .4rem;font-size: .22rem;}
    .page1 .echarts_tabwrap .item .echart{width: 100%;min-height: 8rem;max-height: 9rem;margin: .3rem 0 0;}


    .page3{background: #0242b6;}
    .page3 h2{font-size: .32rem;}
    .page3 h3{font-size: .36rem;line-height: .36rem;margin: 0 auto;color: #0cb9ef;margin: 0 0 .1rem 0;text-indent: initial;}
    .page3 .page3-item{margin: 0 0 .4rem 0;}
    .page3 .page3-item:nth-of-type(2){margin: 0;}
    /* page3-1精彩致辞 */
    .page3 .zc-swiper{padding-bottom: .5rem;}
    .page3 .zc-swiper .swiper-slide{width: 5.29rem;height: 7.87rem;background-size: 100% 100%;}
    .page3 .zc-swiper .swiper-slide .item{margin: .04rem;background-size: 100% 100%;}
    .page3 .zc-swiper .slide .item .top{height: 1.15rem;}
    .page3 .zc-swiper .slide .item .top h5{font-size: .32rem;line-height: .32rem;margin: 0 0 .1rem 0;}
    .page3 .zc-swiper .slide .item .top i{font-size: .24rem;line-height: .24rem;}
    .page3 .zc-swiper .swiper-slide .item .bottoma{font-size: .26rem;line-height: .36rem;padding: 0 .3rem .3rem .3rem;bottom: 0;height: 2rem;}
    .page3 .zc-swiper .swiper-pagination{bottom: 0;}
    .page3 .zc-swiper .swiper-pagination-bullet{width: .1rem;height: .1rem;background: #afb7c6;}
    .page3 .zc-swiper .swiper-pagination-bullet-active{width: .54rem;height: .1rem;background: #e1c188;border-radius: .05rem;}




    /* page3-2媒体专访 */
    .mtzf_tabwrap{display: flex;flex-direction: column;}
    .page3 .mtzf_tabwrap .tabs{ order: 1; width: 100%; margin: .2rem 0 .25rem 0; height:2.82rem; transition: height 1s ease-in-out; -webkit-transition: height 1s ease-in-out; -moz-transition: height 1s ease-in-out; -ms-transition: height 1s ease-in-out; -o-transition: height 1s ease-in-out;  overflow: hidden; }
    .page3 .mtzf_tabwrap .tabs.active{max-height:5.64rem;height:5.64rem;}
    .page3 .mtzf_tabwrap .tablist{order: 2;}

    .page3 .mtzf_tabwrap .tab{background: url(../images/page3/2/tab_bg.png);width: 1.59rem;height: 1.06rem;background-size: cover;}
    .page3 .mtzf_tabwrap .tab:hover{background: url(../images/page3/2/tab_bg.png);width: 1.59rem;height: 1.06rem;background-size: cover;}
    .page3 .mtzf_tabwrap .tab.active{background: url(../images/page3/2/tab_bgAt.png);width: 1.59rem;height: 1.06rem;background-size: cover;}
    .page3 .mtzf_tabwrap .tab img{position: absolute;bottom: .03rem;width: 100%;left: .03rem;}
    .page3 .mtzf_tabwrap .tab.tabNone{display: none;}
    .page3 .mtzf_tabwrap .tab{margin: .35rem .23rem 0 0;}
    .page3 .mtzf_tabwrap .tab:nth-of-type(4n),.page3 .mtzf_tabwrap .tab:nth-of-type(4n).addTabNone{margin-right: 0;}
    .page3 .mtzf_tabwrap .tab:nth-of-type(7){margin-right: .23rem;}
    .page3 .mtzf_tabwrap .tab.addTabNone{margin-right: .23rem;}
    .page3 .mtzf_tabwrap .moreBtn{font-size: .24rem;color: #ffffff;background: url(../images/page3/2/m_down.png) no-repeat 80% center;background-size: .24rem .14rem;width: 1.59rem;text-align: left;z-index: 1;text-indent: .4rem;display: block;line-height: 1.06rem;height: 1.06rem;margin-top: .3rem;}
    .page3 .mtzf_tabwrap .moreBtn.active{background: url(../images/page3/2/m_up.png) no-repeat 80% center;background-size: .24rem .14rem;text-indent: .4rem;}



    .page3 .mtzf_tabwrap .item{height: auto;margin: 0;}
    .page3 .mtzf_tabwrap .pics{width: 100%;margin: 0;height: 5.3rem;position: relative;}
    .page3 .mtzf_tabwrap .pics img{width: 100%;}
    .page3 .mtzf_tabwrap .pics p{height: 1.2rem;line-height: 1.2rem;font-size: .24rem;background: #333333;line-height: .32rem;width: 100%;padding: .3rem 0 0 .4rem;}
    .page3 .mtzf_tabwrap .pics p.one{padding-top: .45rem;}
    .page3 .mtzf_tabwrap .txts{position: inherit;width: 100%;height: auto;padding: .4rem;display: block;}
    .page3 .mtzf_tabwrap .txts h4{font-size: .32rem;line-height: .42rem;}
    .page3 .mtzf_tabwrap .txts p{font-size: .26rem;line-height: .4rem;margin: .2rem 0 0 0;color: #666666;}
  
  




    /* page4-历年白皮书发布历程 */
    .page4{background: #333333;}
    .page4 h2{color: #ffffff;}
    .page4 .swiper-container{padding-bottom: 0px;}
    .page4 .swiper-container .swiper-wrapper {padding-top: 0.4rem;padding-bottom:4rem;}
    .page4 .swiper-slide img{margin-bottom: 0.1rem;width: 100%;display: block;}
    .page4 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{right:0;background-size: contain;}
    .page4 .swiper-button-prev, .swiper-container-rtl .swiper-button-next{left:0;background-size: contain;}
    .page4 .swiper-button-next,
    .page4 .swiper-button-prev{width: 0.26rem;height: 0.8rem;margin-top:-20%;}
    .page4 .swiper-container .swiper-wrapper .swiper-slide p{font-size:0.24rem;line-height: .26rem;color: #6f97e0;text-align: center;margin: .2rem 0;}
    .page4 .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active img{transform: scale(1.15);margin-top: -0.2rem;}
    .page4 .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active p{margin-top: 0.2rem;color: #e1c188;text-align: center;font-weight: bold;}
    .page4 .swiper-button-prev, .swiper-container-rtl .swiper-button-next{background: url(../images/m_left.png) no-repeat center center;}
    .page4 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{background: url(../images/m_right.png) no-repeat center center;}
    .page4 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{width: 88%;border-radius: 0.2rem;background: none;opacity: 1;font-size: 0.28rem;padding:0.3rem;box-shadow: 0px 0px 0.15rem 0.05rem #d8e0f1;margin-left: 2%;float: none;display: none;height: auto;position: relative;}
    .page4 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet::after{content: '';display: block;position: absolute;top:-0.165rem;left: 50%;margin-left: -0.115rem;width: 0.23rem;height: 0.28rem;background: url(../images/page4Line.jpg) no-repeat center 0;background-size: contain;}
    .page4 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{display: block;background: #0040b5;box-shadow: none;color: #ffffff;text-align: left;}


    /* lxjg-新东方前途出国值得信赖的留学机构 */
    .lxjg{background: url(../images/mpxBg.jpg) no-repeat center top;background-size: cover;}
    .lxjg .lxjgH2{padding-top:0.52rem;font-size:0.51rem;color:#333333;text-align:center;margin-bottom:0.18rem;}
    .lxjg .lxjgH2 b{position:relative;}
    .lxjg .lxjgH3{font-size:0.28rem;color:#666666;text-align:center;font-weight:normal;margin-bottom:0.6rem;}
    .lxjg .lxjgNum{width: 80%;margin: 0 auto;}
    .lxjg .lxjgNum li {width:33%;float:left;text-align:center;position:relative;padding-bottom:0.22rem;margin:0 0 0.2rem 0;}
    .lxjg .lxjgNum li::after{content: '';width:1.13rem;height:0.03rem;background: url(../images/pxLine.png) no-repeat center bottom;background-size: contain;position: absolute;bottom: 0.1rem;right: 0;left: 0;margin: auto;}
    .lxjg .lxjgNum li:nth-child(4){margin-left:0rem;}
    .lxjg .lxjgNum li:last-child::after{display: none;}
    .lxjg .lxjgNum li span{color:#0040b5;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;}
    .lxjg ul li .lxjgSj {font-size:0.18rem;color:#0040b5;text-align:left;padding-left:23%;line-height: 0.3rem;}






    /* 图片放大 */
    .pic_container{width: 100%;height: 100%;position: fixed; top: 0; left: 0;background-color: #34353A;display: none; z-index: 999999;}
    
    .pic_container_inner{width: 100%;margin: auto;position: absolute;top: 0;left: 0;right: 0;bottom: 0;}

    .viewerimg {
        width: 100%;
        height: auto;
    }


    .qt_download_form_wrap .download_form .top{background: url(../images/activity_form.png) no-repeat center bottom !important;background-size: 100% 100% !important;}


     /*预览*/
     .qt_pop_trial_reading_wrap .trial_reading.active {width:6.6rem !important;height:3.7rem !important;overflow: initial;}
     .qt_pop_trial_reading_wrap .trial_reading .swiper-container .swiper-slide{background-size: auto;}
     .qt_pop_trial_reading_wrap .trial_reading{width: 92%;height: 96.6vh;}
     .qt_pop_trial_reading_wrap .trial_reading.active .ul_con{width: 100%;float: none;height: auto;}
     .qt_pop_trial_reading_wrap .trial_reading .swiper-container-readTab{margin-left: auto;margin-right: auto;position: relative;overflow: hidden;z-index: 1;}
     .qt_pop_trial_reading_wrap .trial_reading .swiper-button-prev_tab{top:10%;left: -2%;z-index: 20;transform: rotate(0deg);}
     .qt_pop_trial_reading_wrap .trial_reading .swiper-button-next_tab{top:10%;right: -2%;z-index: 20;transform: rotate(0deg);left: auto;}
     .swiper-container-readTab>.swiper-wrapper{display: flex;justify-content: center;}
     .qt_pop_trial_reading_wrap .trial_reading .swiper-container-readTab .swiper-slide{margin-bottom: 0.2rem;}
     .qt_pop_trial_reading_wrap .trial_reading .swiper-container.swiper-container-trial-reading{height: 100% !important;width: 100%;padding-bottom: 3vh;margin-top: 0.5rem !important;}
     .swiper-button-next-trial-reading,
     .swiper-button-prev-trial-reading,
     .qt_pop_trial_reading_wrap .trial_reading .swiper-form .qt_form_wrap{display: none;}
     .swiper-button-prev-trial-reading,.swiper-button-next-trial-reading{display: block;}
     .qt_pop_trial_reading_wrap .trial_reading .close,.pic_container .close{position:absolute;background:url(../images/close_blue.png) no-repeat center top;display:block;width:25px;height:25px;top:20px;right:0px;z-index:1003;cursor:pointer;}
     .pic_container .close{right: 20px;}
     .qt_pop_trial_reading_wrap .trial_reading.active .lxsc_tit{top: 2.7rem;font-size: .3rem;padding-left: 0 !important;text-align: center;width: 100%;font-weight: bold;}
     
     .footer_float_window ul li a::before{background: url(../images/qt_download_form_wrap_icon.png) no-repeat 3px 5px !important;width: .51rem !important;height: .43rem !important;background-size: cover !important;}

     .footer_float_window ul li.float_database a::before{background-position: center 5px !important;}
     .footer_float_window .float_Link{background: #0040b5 !important;line-height: .8rem !important;color: #ffffff !important;}
     .footer_float_window .float_Link a{padding-left: 0 !important;width: 100% !important;background-position-x: -3.1rem !important;background-size: 100% !important;background-position-y: 1px !important;text-indent: 20px !important;}
     .footer_float_window .float_Link_zonghe a{background-image: url(https://liuxue.xdf.cn/test/special_zonghe/2023_report/images/qt_download_form_wrap_icon.png) !important;}

      /* 右侧53隐藏 */
    #mobile_icon_div{display: none !important;}
}