﻿/* ------------------html5  reset---------------------*/
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video,select { margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;font-family: '微软雅黑', Helvetica, sans-serif;box-sizing:border-box;-moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box; /* Safari */}
body{background: #fff;font-family:Helvetica;min-width: 320px;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block}
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
:hover,:focus, :active { outline: none; }
input,select,img {vertical-align:middle; border:0px;width:100%;display: block;height:auto;}
img{width: 100%;height:auto;vertical-align: middle;border: 0;font-size:12px;}
ol,ul{list-style:none}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
a{color:#333; cursor: pointer;text-decoration: none;}
a.active{color:#F16565;}
.floatF{float: left;}
.floatR{float: right;}
.clearfix{ clear: both;}
i,em{ font-style: normal;}
select,input[type="submit"],input[type="reset"],input[type="button"],button { -webkit-appearance: none;background:#fff; }
*,*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.clearfix:after,.clearfix:before{display: table;content:"";clear:both;}
/*返回顶部*/
#backtop{
    display:none;
    width:.4rem;
    height:.4rem;
    position: fixed;
    bottom:70px;
    right:0;
    z-index: 20;
    background: url(http://img3.hao76.com/Public/Mobile/img/top.png) no-repeat;
    background-size: cover;
}
@media only screen and (min-width: 360px) {
    html {
        font-size: 18px;
    }
}
/*全站导航*/
.totalnav{
    background:#fff;
    color:#000;
    font-size:18px;
    position:fixed;
    width:80%;
    height:100%;
    left: -80%;
    z-index:100000;
    overflow-y:auto;
}
.closetotal{
    position:absolute;
    width: .2rem;height: .2rem;
    left: .2rem;top: .1rem;
    background:url(http://img2.hao76.com/Public/Mobile/img/wrong.png) no-repeat;
    background-size:50%;
}
.totalhead{
    width:100%;
    height:1.3rem;
    border-bottom:2px solid #DCDCDC;
    text-align:center;
    font-size:.14rem;
}
.totalhead p a img{
    display: block;
    margin:.2rem auto .15rem;
    width:.6rem;
    height:.6rem;
    border-radius: 50%;
    overflow: hidden;
}
.applycontent{
    width:100%;
    height:auto;
}
.applywrap{
    height:auto;
    overflow:hidden;
}
.applywrap li {
    width:100%;
    height:.8rem;
    overflow:hidden;
    padding:.2rem 0;
    border-bottom:1px solid #DCDCDC;
}
.applywrap li dl{
    width:100%;
    height:.4rem;
    padding:0 .1rem;
    display: -webkit-flex; /* Safari */
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
}
.applywrap li dl dt{
    width:.5rem;
    height:.4rem;
    text-align:center;
}
.applywrap li dl dt img{
    width:.24rem;
    margin:0 auto;
}
.applywrap li dl dd{
    -webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;
    line-height: .2rem;
}
.applywrap li:nth-child(4) dl dd{
    line-height:.4rem;
}
.applywrap li dl dd a{
    width:33.33%;
    display: block;
    float:left;
    color:#333;
    font-size:.12rem;
    text-align: center;
}
.applywrap li dl dd a:nth-child(1),.applywrap li dl dd a:nth-child(2),.applywrap li dl dd a:nth-child(3){
    margin-bottom:0.04rem;
}
/*蒙层*/
.mask{
    width:100%;height:100%;
    position:fixed;
    top:0;left:0;background:rgba(0,0,0,.7);
    display:none;
    z-index: 9999;
}
/*主页面*/
.page_index{
    z-index:1;
}
/*头部*/
.head{
    width:100%;
    height:.44rem;
    line-height:.44rem;
    background:#333;
    color:#fff;
    position: relative;
    overflow:hidden;
    display:-webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display:-webkit-flex; /* 新版本语法: Chrome 21+ */
    display:flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;
}
.head span{
    -webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;
    display: block;
    font-size:.2rem;
    text-align: center;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.back{
    display: block;
    width:.5rem;
    height:.44rem;
    background:url(http://img1.hao76.com/Public/Mobile/img/back.png) no-repeat center center;
    background-size:25% ;
}
.search{
    display: block;
    width:.5rem;
    height:.44rem;
    background:url(http://img4.hao76.com/Public/Mobile/img/search.png) no-repeat center center;
    background-size:40%;
}
.allclass{
    display: block;
    width:.5rem;
    height:.44rem;
    background: url(http://img5.hao76.com/Public/Mobile/img/menu.png) no-repeat center center;
    background-size:40%;
}
.logo{
    -webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;
    height:.44rem;
    background: url(http://img3.hao76.com/Public/Mobile/img/logo.png) no-repeat center center;
    background-size: .67rem .25rem;
}
/*导航*/
.topnav {
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    background:rgba(255,255,255,.9);
    height:.35rem;
    line-height:.35rem;
    width: 100%;
    overflow: hidden;
    z-index:11;
    position: relative;
}
.topnav:after{
    content: "";
    position: absolute;
    left:0;
    width: 100%;
    height: .01rem;
    background: #edecec;
    bottom:0;
}
.topnav a{
    display: block;
    -webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;
    font-size:.15rem;
    color: #666;
    text-align: center;
    font-weight:500;
}
.topnav a.active{
    color:#F16565;
    font-size:.16rem;
    position: relative;
}
.topnav a.active:after{
    content:"";
    position:absolute;
    width:.3rem;
    height:3px;
    background:#F16565;
    left:0;right:0;
    margin:0 auto;bottom:-1px;
    z-index:99;
}
/*评论区*/
.disgus{
    background:#f5f5f5;
    padding: .15rem;
}

/*foot*/
.foot{
    width:100%;
    height:1.4rem;
    overflow: hidden;
    background:#222;
    font-size: .11rem;
    color:#858585;
    padding:0 .15rem;
    text-align: center;
}
.foot p{
    line-height:.2rem;
}
.foot p em{
    color:#F16565;
}
.foot .footT{
    width: 1.61rem;
    height: 0.3rem;
    margin: 0.26rem auto 0.16rem;
}
/*4.10新增banner*/
.newsbanner{
    width:100%;
    overflow: hidden;
}
.newsbanner .swiper-pagination{
    text-align:right;
    padding-right:.15rem;
    font-size:.12rem;
    color:#fff;
    z-index: 100;
}
.newsbanner .swiper-wrapper{
    -webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;
}
.newsbanner .swiper-pagination-current{font-size:.16rem;}
.swiper-pagination-bullet{width:5px !important;height:5px !important;}
.swiper-pagination-bullet-active{background:#f16565 !important;}

#btmloader{
    text-align:center;
    font-size:.16rem;
}
/*4.26add*/
.gamelist .num a:after{
    content:"";
    width:.07rem;height:.07rem;
    background: url(http://img3.hao76.com/Public/Mobile/img/add.png) no-repeat center;
    background-size:100%;
    position: absolute;
    top:2px;left:2px;
}
/*评论*/
#SOHUCS{
    background:#fff;
    padding-bottom:1px;
    margin-bottom:.1rem;
}
#SOHUCS .module-mobile-cmt-header{
    background:#fff !important;
}

/*分页*/
.gamepage{
    width:100%;
    height:.25rem;
    font-size:.12rem;
    text-align: center;
    -webkit-box-pack: justify;-webkit-justify-content: center;-ms-flex-pack: justify;justify-content: center;;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    display: -webkit-flex;/* Safari */
    margin:.1rem 0;
}
.gamepage a{
    display: block;
    float:left;
    width:.25rem;
    height:.25rem;
    text-align: center;
    line-height:.23rem;
    color:#888;
    margin:0 .03rem;
    border:1px solid #dcdcdc;
}
.gamepage a.pageactive{
    border-color:#f16565;
    color:#f16565;
}
.gamepage a.bigpage{
    width:.5rem;
}