/*针对手机添加的css文件*/
.temp_header,.temp_footer,.fixed_bot{
    display: none;
}
@media screen and (max-width: 768px) { 
    html, body,.wrap{
        min-width: 100%;
        max-width: 100%;
    }
    .temp_header,.temp_footer,.fixed_bot{
        display: block;
    }
    #public_header,.header,.nav,#sztd_nav,.horn-line,.chat_flex,.bottom_nav_wrap,.copyright_wrap,.new_city{
        display: none;
    }
    .navbread{
        font-size: 14px;
        min-width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 10px;
    }
    .list_title{
        min-width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 10px 15px;
    }
    .article_list_left{
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .article_list{
        box-sizing: border-box;
        margin-bottom: 0;
    }
    .article_list li{
        /* display: block; */
        width: 100%;
    }
    .article_list li p{
        width: 100%;
    }
    .article_list li span{
        display: none;
    }
    .pageNav span:first-child,.pageNav a:last-child{
        display: none;
    }
    .con_r{
        box-sizing: border-box;
        padding: 0 15px;
    }
    .article_list_right{
        /* display: none; */
        width: 100%;
    }
    /*header start*/
    .temp_header{width:100%;height:0.88rem;line-height:0.88rem;background:linear-gradient(to right,#3ccc86,#3bcb6a);padding-left:0.4rem;box-sizing:border-box;text-align:center;position:relative}
    .temp_header .title{font-size:0.32rem;color:#fff;text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        margin-bottom: 0;
        border: none;
        overflow: hidden;}
    .temp_header .zt_title{font-size:0.32rem;color:#fff}
    .temp_header .toback{display:inline-block;background:url(http://test.pc.hteacher.net/images/sprite_img.png) no-repeat; background-size:4.65rem 3.77rem;background-position:-3.2rem -0.94rem;width:0.28rem;height:0.43rem;position:absolute;left:0.4rem;top:0.22rem;cursor:pointer}
    /*header end*/
    /*footer start*/
    .temp_footer{background:#fff;color:#333;padding:0.3rem 0;font-size:0.26rem;line-height:0.36rem;text-align:center;margin-bottom:1.2rem;}
.temp_footer .footbox{width:7.5rem;height:0.72rem}
.temp_footer a{color:#333;padding:0 0.1rem 0 0;line-height:0.72rem}
/* .temp_footer a{float:left;color:#333;padding:0 0.1rem 0 0;margin-left:1.8rem;line-height:0.72rem} */
.temp_footer .foicon{float:left;width:4.2rem;height:0.72rem;
    background:url(/images/telicon.png) no-repeat 5px center;background-size:0.32rem;
    /* background:url(/images/sprite_img.png) no-repeat 5px center;background-size:4.65rem 3.77rem;background-position:-2.3rem -0.94rem;  */
    padding-left:0.5rem;text-align:left}
.temp_footer .foicon p{width:4.2rem;font-size:0.26rem;margin-top:0.16rem}
.temp_footer .copy{width:7.5rem;height:0.4rem;line-height:0.4rem;font-size:0.26rem}

.fixed_bot{width:7.5rem;height:1.2rem;background:#303130;position:fixed;bottom:0;z-index: 5;}
.fixed_bot ul{display:flex;height:100%}
.fixed_bot li{flex:1}
.fixed_bot li a{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}
.fixed_bot li a span{font-size:0.24rem;color:#fff;margin-top:0.1rem}
.fixed_bot li a .img_home{width:0.46rem;height:0.38rem;background: url(http://test.pc.hteacher.net/images/sprite_img.png) no-repeat;background-size:4.65rem 3.77rem;background-position:-0.92rem -0.94rem}
.fixed_bot li a .img_zx{width:0.42rem;height:0.37rem;background: url(http://test.pc.hteacher.net/images/sprite_img.png) no-repeat;background-size:4.65rem 3.77rem;background-position: -1.42rem -0.94rem}
.fixed_bot li a .img_tl{width:0.4rem;height:0.44rem;background: url(http://test.pc.hteacher.net/images/sprite_img.png) no-repeat;background-size:4.65rem 3.77rem;background-position: 0 -0.94rem}
.fixed_bot li a .img_cart{width:0.44rem;height:0.4rem;background: url(http://test.pc.hteacher.net/images/sprite_img.png) no-repeat;background-size:4.65rem 3.77rem;background-position: -0.44rem -0.93rem}
.fixed_bot li a .img_my{width:0.37rem;height:0.44rem;background: url(http://test.pc.hteacher.net/images/sprite_img.png) no-repeat;background-size:4.65rem 3.77rem;background-position: -1.89rem -0.94rem}
.fixed_bot li .count_box{position:relative}
.fixed_bot li .count_box .count{position:absolute;top:0.05rem;left:1rem;font-size:0.28rem;color:#fff;display:inline-block;background:#ff4b5c;border-radius:50%;min-width:0.4rem;min-height:0.4rem;text-align:center}

.over-tips{color:#999;padding-top:.35rem;margin-bottom:0.3rem;position:relative;text-align:center;font-size:.2rem;background:#fff}
.over-tips:before,.over-tips:after{content:'';position:absolute;top:76%;background:#DFDFDF;width:36%;height:1px}
.over-tips:before{left:0}
.over-tips:after{right:0}
    /*footer end*/
}