﻿/* ============================================================
   样式重置 
   ============================================================ */
*{box-sizing:border-box; cursor:pointer; -webkit-tap-highlight-color: transparent;-moz-tap-highlight-color: transparent;outline: none;}
body,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,select,textarea,button,th,td{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:400;}
ul,dl,ol{list-style:none;}
img,fieldset,input[type="submit"]{border:0 none;}
img{display:inline-block;overflow:hidden;vertical-align:top; width:100%;}
em{font-style:normal;}
strong{font-weight:bolder;}
table{border-collapse:collapse;border-spacing:0;}
button,input{cursor:pointer;border:0 none;-webkit-appearance: none;appearance:none; border-radius: 0;}
textarea{word-wrap:break-word;resize:none;}  /* word-wrap for opera, resize for webkit */
menu{margin:0;padding:0;}
body{margin: 0 auto;-webkit-user-select: none;-webkit-text-size-adjust: none!important;font-family:"Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑","Arial",sans-serif,Droidsansfallback;font-weight: 400;background:#fff; color:#333;}
input,textarea{font-family:"Helvetica Neue","Helvetica","PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑","Arial",sans-serif,Droidsansfallback;font-weight: 300;}
input[type="number"]{-webkit-user-select:text;}
a,button,input{-webkit-touch-callout:none;}/* 1.ios 长按时不触发系统的菜单 2.禁止长按时下载图片 */
input,select,textarea{outline:none;background: none;font-weight: 400;}
/* input { -webkit-appearance: none; } */
/* 去除android4.0以下 a/button/input标签被点击时产生的边框 因为边框引起了不少bug */
a,button,input,select,li{-webkit-tap-highlight-color:rgba(0,0,0,0);}
/* Android4.0下不识别选择器-webkit-transform-3d 使用它可做Android4.0下版本兼容 */
@media all and (-webkit-transform-3d){
    /* android4.0+ ios4+ 恢复按钮被点击时产生的效果 */
    /*a,button,input{-webkit-tap-highlight-color:rgba(130,130,130,.52);}*/
    a,button,input,select{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;-moz-tap-highlight-color: transparent;outline: none;}
}
a{text-decoration:none;}
.fl{
    float:left;
}
.fr{
    float:right;
}

/*弹性盒子*/
.flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
.flex-v{-webkit-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
.flex-1{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
.flex-align-top{-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:center;align-items:flex-start;}
.flex-align-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.flex-pack-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
.flex-pack-justify{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
.flex-space-around{-webkit-justify-content:space-around;justify-content:space-around;}
.flex-space-between{-webkit-justify-content:space-between;justify-content:space-between;}
.hor-view{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}
.ver-view{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}
.hor-gap{width:1px;height:100%;line-height:0}
.ver-gap{height:1px;width:100%;line-height:0}

/*弹性盒子*/
.between{display: flex; display: -webkit-flex; justify-content: space-between;-webkit-justify-content:space-between}
.center{display: flex; display: -webkit-flex;justify-content: center;-webkit-justify-content: center}
.start{display: flex;display: -webkit-flex; justify-content: flex-start;-webkit-justify-content: flex-start}
.end{display: flex;display: -webkit-flex; justify-content: flex-end;-webkit-justify-content: flex-end}
.col{display: flex;display: -webkit-flex; -webkit-flex-direction:column;flex-direction: column;}
.row{display: flex;display: -webkit-flex; -webkit-flex-direction:row;flex-direction: row;}
.nowrap{-webkit-flex-wrap:nowrap;-webkit-box-lines:single;-moz-flex-wrap:nowrap;flex-wrap:nowrap;}
.wrap{-webkit-flex-wrap:wrap;-webkit-box-lines:single;-moz-flex-wrap:wrap;flex-wrap:wrap;}　
.middle{display: flex;display: -webkit-flex;-webkit-align-items:center;align-items:center;}
.clearfix:after,.clearfix:before {content:"."; display:block; height:0; visibility:hidden; clear:both; }
.clearfix { *zoom: 1; }
::-moz-placeholder { color: #cecece; font-size:0.28rem;}
::-webkit-input-placeholder { color:#cecece;  font-size: 0.28rem;}
:-ms-input-placeholder { color:#cecece;  font-size: 0.28rem;}
.fn-hide{display:none}
.text-overflow { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hide-text-2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

html {overflow-y: auto;overflow-x: hidden;height: 100%}
.newbg{background: #F8FFFF;margin: 0 auto;overflow-x: hidden;-webkit-overflow-scrolling: touch;}
img{ display:block; width:100%;}
.midcenter {display: flex;display: -webkit-flex;justify-content: center;-webkit-justify-content: center;-webkit-box-align: center; -webkit-align-items: center;-ms-flex-align: center; align-items: center;}

.newtop { position: relative; z-index: 1; width: 100%;}
.contenter {position: relative; z-index:2;margin-top: -0.38rem;box-shadow: 0rem -0.04rem 0.08rem 0rem rgba(0,0,0,0.1);border-radius: 0.4rem 0.4rem 0rem 0rem;background: #F8FFFF;padding: 0.26rem 0 1.38rem;}
.newfooter{ position:fixed; z-index:3; bottom:0;left:0;right:0; margin:0 auto; width:100%;background: #FFFFFF;border-radius: 0.4rem 0.4rem 0rem 0rem;border-top:1px solid rgba(0, 0, 0, 0.1);}
.newfooter .bar{ height:0.98rem; padding:0.08rem 0.8rem 0;}
.newfooter .bar a{ display:block; padding-top:0.52rem; line-height:0.33rem; text-align:center; font-size:0.24rem;font-weight: 400;color: #000000;}
.newfooter .bar a.link1{ background:url(http://gkbimg.360eol.com/classroom/images/newimg/link1.png) center top no-repeat; background-size:0.48rem 0.48rem;}
.newfooter .bar a.link2{ background:url(http://gkbimg.360eol.com/classroom/images/newimg/link2.png) center top no-repeat; background-size:0.48rem 0.48rem;}
.newfooter .bar a.link3{ background:url(http://gkbimg.360eol.com/classroom/images/newimg/link3.png) center top no-repeat; background-size:0.48rem 0.48rem;}

.new_nav{padding:0 0.27rem; height:0.74rem;}
.new_nav a{ display:block; width:1.68rem; height:0.74rem; padding-top:0.1rem;}
.new_nav a.on{ background:url(http://gkbimg.360eol.com/classroom/images/newimg/nav.png) no-repeat; background-size:1.68rem 0.74rem;}
.new_nav a .bt{ margin:0 auto; width:1.48rem; height:0.48rem;background: #6CADF4;border-radius: 0.28rem;}
.new_nav a .bt1{background: #6CADF4 url(http://gkbimg.360eol.com/classroom/images/newimg/bt1.png) center no-repeat; background-size:1.08rem 0.48rem;}
.new_nav a .bt2{background: #6CADF4 url(http://gkbimg.360eol.com/classroom/images/newimg/bt2.png) center no-repeat; background-size:1.08rem 0.48rem;}
.new_nav a .bt3{background: #6CADF4 url(http://gkbimg.360eol.com/classroom/images/newimg/bt3.png) center no-repeat; background-size:1.08rem 0.48rem;}
.new_nav a .bt4{background: #6CADF4 url(http://gkbimg.360eol.com/classroom/images/newimg/bt4.png) center no-repeat; background-size:1.08rem 0.48rem;}
.new_nav a.on .bt{ background-color:transparent;}
.new_con{ margin-top:0.24rem;}
.new_tab{ display:none;}
.new_tab:first-child{ display:block;}
.new_tab1,.new_tab3{ padding:1px 0.24rem;}
.new_tab1 .list_item{ margin-top:0.24rem;background: #FFFFFF;box-shadow: 0rem 0rem 0.08rem 0rem rgba(0, 0, 0, 0.1);border-radius: 0.08rem; padding:0.2rem 0.3rem 0.2rem 1.6rem; position:relative;min-height:1.76rem;}
.new_tab1 .list_item:first-child{ margin-top:0;}
.new_tab1 .list_item .pictu{ position:absolute;left:0.18rem; top:0.28rem; width:1.2rem; height:1.2rem;border-radius:50%;}
.new_tab1 .list_item .school_name{ font-size:0.32rem;font-weight: 600;color: #333333;line-height: 0.45rem;}
.school-tip {min-height: 0.3rem;margin-top: 0.12rem;font-size: 0;padding-right: 1rem;overflow: hidden;display: flex;display: -webkit-flex; position:relative;}
.school-tip span {margin-bottom: 0.1rem;display: inline-block;flex-shrink: 0;vertical-align: top;line-height: 0.3rem;border-radius: 0.06rem; padding: 0 0.15rem;border: 1px solid #85caff;color: #0091FF;font-size: 0.22rem; margin-left: 0.1rem;}
.school-tip span:first-child {margin-left: 0;}
.school-tip .view{ position:absolute; right:0; top:0; padding-left:0.32rem; background:url(http://gkbimg.360eol.com/classroom/images/newimg/view.png) left center no-repeat; background-size:0.24rem 0.24rem;font-size: 0.24rem;color: #635FF1;line-height: 0.33rem;}
.school_wz{font-size: 0.24rem;color: #6D7278;line-height: 0.33rem;}
.new_tab3 .list_item{ margin-top:0.24rem;background: #FFFFFF;box-shadow: 0rem 0rem 0.08rem 0rem rgba(0, 0, 0, 0.1);border-radius: 0.08rem; padding:0.24rem 1.75rem 0.14rem 0.24rem; position:relative;min-height:1.1rem;}
.new_tab3 .list_item:first-child{ margin-top:0;}
.new_tab3 .list_item .into{ position:absolute;right:0.28rem; top:50%; margin-top:-0.19rem;width: 1.28rem;height: 0.38rem;background: #799AFF;border-radius: 0.08rem; text-align:center; color:#fff; line-height:0.38rem; font-size:0.22rem;}
.lanmu-name1{ width:2.11rem; height:0.32rem;}
.lanmu-name2{ width:1.93rem; height:0.32rem;}
.lanmu-name3{ width:1.92rem; height:0.33rem;}
.lanmu-name4{ width:1.99rem; height:0.33rem;}
.lanmu-name5{ width:2.27rem; height:0.32rem;}
.lanmu-name6{ width:2.7rem; height:0.32rem;}
.lanmu-name7{ width:1.93rem; height:0.32rem;}
.lanmu-name8{ width:1.55rem; height:0.32rem;}
.lanmu-wz{margin-top: 0.12rem;font-size: 0.22rem;color: #6D7278;line-height: 0.33rem;}

.new_tab2,.new_tab4{ padding:0;}
.new_tabbar{background: #FFFFFF;border-top: 1px solid rgba(0, 0, 0, 0.1);border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.new_tabmenu{height: 0.74rem; padding-left:0.1rem;}
.daohang a{font-size:0.26rem;color: #666666;height: 0.74rem; line-height:0.74rem; padding:0 0.24rem; position:relative;}
.daohang a.on:before{ position:absolute; content:''; bottom:0.16rem;left:0; right:0; margin:0 auto;width: 0.24rem;height: 0.04rem;background: #0091FF;border-radius: 0.02rem;}
.daohang a.on{color: #0091FF;}
.choose_set{ display:block;background: url(http://gkbimg.360eol.com/classroom/images/newimg/set.png) left center no-repeat;background-size: 0.24rem 0.24rem;line-height: 0.74rem;padding: 0 0.24rem 0.18rem 0.3rem;font-size: 0.24rem;color: #000;}
.page-choose{position:fixed;z-index:110;left:100%;top:0; bottom:0; background:#FFF; width:0; height:100%;overflow-y:auto;overflow-x: hidden;-webkit-overflow-scrolling: touch; transition:all 0.3s; -webkit-transition:all 0.3s;}
.tabs-choose{ padding:0.24rem 0 1.24rem;}
.tabs-choose .item_title{ padding-left:0.28rem; height:0.4rem; line-height:0.4rem; font-size:0.28rem;font-weight:600; color:#4a4a4a;}
.tabs-choose .item_bt{margin-top:0.2rem;padding-left:0.3rem; }
.tabs-choose .item_bt li{ margin-bottom:0.4rem; margin-right:0.6rem; height:0.48rem; padding:0 0.26rem; line-height:0.48rem; color:#9B9B9B;font-size:0.28rem;border-radius:0.16rem;}
.tabs-choose .item_bt li.on{ background:#D8F4FF; color:#228ADF;}
.tabs-foot{position:fixed;z-index: 150;bottom: 0;left: 110%; width:0;padding: 0.26rem 0.6rem; background: #fff;box-shadow: 0rem 0rem 0.05rem 0.02rem rgba(0, 0, 0, 0.15); transition:all 0.3s; -webkit-transition:all 0.3s;}
.tabs-foot .foot_btn{height:0.72rem;width:2.52rem;border-radius:0.21rem;font-size:0.28rem;}
.tabs-foot .foot_btn.reset{background:rgba(0,0,0,0.12); color:#4a4a4a;}
.tabs-foot .foot_btn.confirm{background:#3981FB; color:#fff;}
.page-search.show,.page-choose.show,.page-choose.show .tabs-foot{left:0; right:0; width:100%;}

.new_tab4 .con4_block{ padding:0.2rem 0.24rem 0;}
.con4_date{ margin-top:0.2rem; padding-left:0.44rem; font-size:0.28rem;font-weight: 600;color: #222222;line-height: 0.4rem; background:url(http://gkbimg.360eol.com/classroom/images/newimg/date.png) left center no-repeat; background-size:0.28rem 0.28rem;}
.con4_list .list_item{background: #FFFFFF;box-shadow: 0rem 0rem 0.08rem 0rem rgba(0, 0, 0, 0.1);border-radius: 0.08rem; margin-top:0.2rem; padding:0.12rem 0.14rem 0.12rem 0.18rem;}
.con4_list .list_item:first-child{ margin-top:0.1rem;}
.con4_list .list_item .left_01{ width:2.1rem; border-right:1px dashed  rgba(0, 0, 0, 0.25);}
.con4_list .list_item .right_01{ width:calc( 100% - 2.25rem);}
.con4_list .list_item .time{ font-size:0.24rem;color: #196DAD;line-height: 0.33rem; padding-left:0.28rem;background:url(http://gkbimg.360eol.com/classroom/images/newimg/time.png) left center no-repeat; background-size:0.2rem 0.2rem;}
.left_01 .lanmu{ margin-top:0.12rem;}
.left_01 .lanmu-name1{width:1.59rem; height:0.24rem;}
.left_01 .lanmu-name2{ width:1.45rem; height:0.25rem;}
.left_01 .lanmu-name3{ width:1.4rem; height:0.24rem;}
.left_01 .lanmu-name4{ width:1.45rem; height:0.24rem;}
.left_01 .lanmu-name5{ width:1.7rem; height:0.24rem;}
.left_01 .lanmu-name6{ width:2.03rem; height:0.24rem;}
.left_01 .lanmu-name7{ width:1.45rem; height:0.24rem;}
.left_01 .lanmu-name8{ width:1.16rem; height:0.24rem;}
.right_01 .school_name{font-size: 0.26rem;font-weight: 500;color: #000000;line-height: 0.37rem;}
.right_01 .school_wz{ position:relative; padding-right:0.9rem; margin-top:0.06rem;font-size: 0.24rem;color: #666666;line-height: 0.33rem;}
.right_01 .school_wz span{ display:block;}
.right_01 .zhibo_btn{ position:absolute;right:0; bottom:0;}
.zhibo_btn{width: 0.85rem;height: 0.3rem; line-height:0.3rem;border-radius: 0.08rem; text-align:center; font-size:0.22rem;color: #FFFFFF;line-height: 0.3rem;}
.btn_wait{background: #F79800;}
.btn_view{background: #61BE00;}
.btn_over{background: #6236FF;}

.con2_part{ padding:0 0.24rem 0.24rem;}
.con2_box{ padding:0.05rem 0.1rem 0.1rem 0.2rem;background: #FFFFFF;box-shadow: 0rem 0rem 0.08rem 0rem rgba(56, 176, 184, 0.2);border-radius: 0.08rem;}
.con2_box .part_name{ display:block; margin-right:0.4rem;margin-top:0.12rem; height:0.42rem; font-size:0.26rem;color: #6D7278;}
.con2_box .part_name span{color: #6D7278;}
.con2_box .part_name.on .name{font-weight: 500;color: #095CC0; position:relative;}
.con2_box .part_name.on .name:before{position:absolute; content:''; bottom:-0.05rem;left:0; right:0; margin:0 auto;width: 0.32rem;height: 0.04rem;background: #095CC0;border-radius: 0.02rem;}
.list2con{ position:relative;}
.con2_list{  width:100%;padding:0.1px 0.24rem 0;}
.con2_list .list_item{ margin-top:0.25rem;background: #FFFFFF;box-shadow: 0rem 0rem 0.08rem 0rem rgba(0, 0, 0, 0.1);border-radius: 0.08rem; padding:0.14rem 0.24rem; position:relative;}
.con2_list .school_logo{ width:0.34rem; height:0.34rem; border-radius:50%; margin-right:0.08rem;}
.con2_list .school_name{ width:calc( 100% - 3rem); font-size:0.24rem;color: #6D7278; line-height:0.34rem;}
.con2_list .time{ position:absolute;top:0.14rem; right:0.24rem;font-size:0.24rem;color: #196DAD;line-height: 0.33rem;}
.con2_list .school_wz{ margin-top:0.09rem;font-size: 0.3rem;font-weight: 500;color: #000000;line-height: 0.42rem;}
.con2_list .school_zylist{ padding-right:0.6rem; position:relative; font-size:0;}
.more_hidden{height:0.44rem; overflow:hidden;}
.con2_list .zhibo_btn{ display: inline-block; vertical-align:top; margin-right:0.18rem; margin-top:0.12rem;}
.con2_list .school_zy{display: inline-block;vertical-align: top; margin-right: 0.12rem; margin-top:0.12rem;height: 0.3rem; overflow:hidden;line-height: 0.28rem;border-radius: 0.08rem; padding: 0 0.15rem;border: 1px solid #C7B7FF;color: #987BFF;font-size: 0.22rem;}
.con2_list .showmore{ position:absolute; bottom:0; right:0; width:0.6rem; height:0.3rem;background:url(http://gkbimg.360eol.com/classroom/images/newimg/down.png) right center no-repeat; background-size:0.16rem 0.17rem;}
.con2_list .showmore.on{background:url(http://gkbimg.360eol.com/classroom/images/newimg/up.png) right center no-repeat; background-size:0.16rem 0.17rem;}

.new_tabbar.fenlei{ padding-left:0.6rem; position:relative;}
.fenlei_part{ position:absolute;z-index: 2;top:0;left:0.24rem; width:0.4rem;height: 0.74rem; background:#fff;}
.fenlei_part.showall{width:calc( 100% - 0.24rem);}
.fenlei_part .btn{ width:0.4rem; height:0.74rem; background:url(http://gkbimg.360eol.com/classroom/images/newimg/fenlei1.png) left center no-repeat; background-size:0.4rem 0.4rem;}
.fenlei_part .back{ display:none; font-size:0.24rem;color: #0091FF; padding-left:0.28rem; padding-right:0.26rem;height:0.74rem; line-height:0.74rem;background:url(http://gkbimg.360eol.com/classroom/images/newimg/back.png) left center no-repeat; background-size:0.24rem 0.24rem;}
.fenlei_part.showall .btn{width:1.48rem;height:0.74rem; background:url(http://gkbimg.360eol.com/classroom/images/newimg/fenlei2.png) left center no-repeat; background-size:1.48rem 0.4rem;}
.fenlei_part.showall .back{ display:block;}
.list2con.move .con2_list{ margin-left:2.5rem;}
.fenlei_list{ display:none; position:absolute;left:0;top:0;bottom:-1.38rem; padding-bottom:1.38rem;width: 2.5rem;background: #FFFFFF;border-right: 1px solid rgba(0, 0, 0, 0.1);}
.list2con.move .fenlei_list{ display:block;}
.fenlei_list .conbox{ height:100%; overflow-x:hidden; overflow-y:auto;}

.fenlei_item{ margin-top:0.04rem; padding:0.15rem 0.15rem 0.15rem 0.24rem;display: flex;display: -webkit-flex;-webkit-align-items:flex-end;align-items:flex-end;}
.fenlei_item.on{background: #E4FFFD;}
.fenlei_item .zyname{ width:1.44rem; line-height:0.33rem; font-size:0.24rem;color: #666;}
.fenlei_item .zynumber{color: #A0A0A0;font-size:0.22rem;line-height: 0.3rem;}
.fenlei_item.on .zyname{color: #1C7A95;}


.havenodata {
    margin: 0 auto;
    margin-top: 0.3rem;
    width: 3.07rem;
    padding-top: 2.25rem;
    background: url(http://gkbimg.360eol.com/nodata.png) center top no-repeat;
    background-size: 3.07rem 2.25rem;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.3rem;
    color: #666;
}


.zt_con.contenter{ margin-top:-0.82rem; background:#EDF4FF; padding-bottom:1.6rem;}
.zt_pic{ margin:0 auto; margin-bottom:0.2rem; width: 6.86rem; display:block;}
.zt_foot{position: fixed;z-index: 3;bottom: 0;left: 0;right: 0;margin: 0 auto;width: 100%; background: #FFFFFF; max-width:750px;box-shadow: 0px -1px 0px 0px rgba(17,31,44,0.14); height:1.6rem; padding-right:0.38rem;}
.zt_footleft{ width:3.02rem; }
.zt_footleft .saoma{ position:relative; margin-top:-1.02rem;-webkit-align-items:center;align-items:center;}
.zt_footleft .saoma img{ display:block; width:1.78rem;}
.zt_footleft .saoma .ztwz{font-size: 0.2rem;color: #666666;line-height: 0.28rem; text-align:center;}
.zt_footright{ width:3.62rem;-webkit-align-items:center;align-items:center; padding-top:0.2rem;}
.zt_footright .ztwz{font-size: 0.28rem;color: #666666;line-height: 0.4rem;}
.zt_footright .phone{display:block; margin-top:0.2rem;}




/**适配**/
@media screen and (min-width:320px) {
    html { font-size: 42.66px }
    }
    @media screen and (min-width:360px) {
    html { font-size: 48px }
    }
    @media screen and (min-width:375px) {
    html { font-size: 50px }
    }
    @media screen and (min-width:384px) {
    html { font-size:51.2px }
    }
    @media screen and (min-width:400px) {
    html { font-size: 54px }
    }
    @media screen and (min-width:414px) {
    html { font-size: 54px }
    }
    @media screen and (min-width:424px) {
    html { font-size: 56.54px }
    }
    @media screen and (min-width:480px) {
    html { font-size: 64px }
    }
    @media screen and (min-width:540px) {
    html { font-size: 72px }
    }
    @media screen and (min-width:640px) {
    html { font-size: 85.32px }
    }
    @media screen and (min-width:720px) {
    html { font-size: 96px }
    }
    @media screen and (min-width:750px) {
    html { font-size: 100px }
    }
	
	@media only screen and (device-width: 375px) and (device-height: 667px){
	
	}
	
	/* x/xs */
	@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
		.contenter{ padding-bottom:2.08rem;}
		.newfooter{ padding-bottom:0.6rem;}
		.fenlei_list{bottom:-2.08rem; padding-bottom:2.08rem;}
		.zt_con.contenter{padding-bottom:2.1rem;}
		.zt_foot{ height:2.1rem;}
	}
	/* 12pro */
	@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
		.contenter{ padding-bottom:2.08rem;}
		.newfooter{ padding-bottom:0.6rem;}
		.fenlei_list{bottom:-2.08rem; padding-bottom:2.08rem;}
		.zt_con.contenter{padding-bottom:2.1rem;}
		.zt_foot{ height:2.1rem;}
	}
	
	/* xs max/xr */
	@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
		.contenter{ padding-bottom:2.08rem;}
		.newfooter{ padding-bottom:0.6rem;}
		.fenlei_list{bottom:-2.08rem; padding-bottom:2.08rem;}
		.zt_con.contenter{padding-bottom:2.1rem;}
		.zt_foot{ height:2.1rem;}
	}
	@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {	
		.contenter{ padding-bottom:2.08rem;}
		.newfooter{ padding-bottom:0.6rem;}
		.fenlei_list{bottom:-2.08rem; padding-bottom:2.08rem;}
		.zt_con.contenter{padding-bottom:2.1rem;}
		.zt_foot{ height:2.1rem;}
	}
	/* 14pro */
	@media only screen and (device-width: 430px) and (device-height: 932px) and (-webkit-device-pixel-ratio: 3) {	
		.contenter{ padding-bottom:2.08rem;}
		.newfooter{ padding-bottom:0.6rem;}
		.fenlei_list{bottom:-2.08rem; padding-bottom:2.08rem;}
		.zt_con.contenter{padding-bottom:2.1rem;}
		.zt_foot{ height:2.1rem;}
	}
	