/*公共样式*/
/*html{*/
    /*line-height:1;*/
/*}*/
@media (min-width: 320px){html{font-size: 32px !important;} }
@media (min-width: 360px){html{font-size: 36px !important;} }
@media (min-width: 375px){html{font-size: 37.5px !important;} }
@media (min-width: 384px){html{font-size: 38.5px !important;} }
@media (min-width: 414px){html{font-size: 41.4px !important;} }
@media (min-width: 448px){html{font-size: 44.8px !important;} }
@media (min-width: 480px){html{font-size: 48px;} }
@media (min-width: 512px){html{font-size: 51.2px;} }
@media (min-width: 544px){html{font-size: 54.4px;} }
@media (min-width: 576px){html{font-size: 57.6px;} }
@media (min-width: 608px){html{font-size: 60.8px;} }
@media (min-width: 640px){html{font-size: 64px;} }
@media (min-width: 750px){html{font-size: 75px;} }
@media (min-width: 800px){html{font-size: 80px;} }
@media (min-width: 1024px){html{font-size: 102.4px;} }
body,div,p,nav,header,section,footer,
h1,h2,h3,h4,h5,h6,table,
ul,li,ol,input,a,span
{margin: 0;padding: 0;box-sizing:border-box;}
a{color:#747474;}
body{font-size: 0.35rem; color: #747474;}
.border{border:1px solid red;}
.absolute{position: absolute;}
.relative{position:relative;}
.fixed{position: fixed;}
.lf{float:left;}
.rt{float:right;}
.clear{clear: both;}
.hidden{display: none;}
.over-hidden{width:100%;height:100%;overflow: hidden;}
.iconfont{font-size: 0.5rem}
.dcdcdc{color: rgba(122, 118, 115, 0.91);}
header.bg-fff{background: #fff;border-bottom: 1px solid #eee;overflow: hidden;}
/*底部留白*/
/*使用方法：footer标签里两个p标签footer-blank，footer标签添加类名 */
.footer-blank{padding-top:0.27rem;height: 4rem;}
.footer-blank>p{font-size:0.32rem;color: #a0a6ad;text-align: center;}
/*文章中字过多末尾用...代替*/
/*使用方法：直接在包裹文字的标签中添加类 more*/
.more,.more1{display:-webkit-box !important;overflow:hidden;
    text-overflow:ellipsis;word-break:break-all;
    -webkit-box-orient:vertical;-webkit-line-clamp:2; /*//指定行数*/}
.more1{-webkit-line-clamp:1; /*//指定行数*/}
/*文章和问答左边返回按钮样式使用方法：a标签的父标签相对定位，a绝对定位 ，a的样式如下*/
.back{display:inline-block;z-index: 400;height:1.17rem;left:0.214rem;top: 0;line-height: 1.17rem}
/*i{vertical-align: middle;}*/
/*收藏标志的样式*/
.collect{color:#d4d4d4;}
.collect>i{font-size: 0.42rem;}
/*页面头部高度*/
.head{position:fixed;top:0;left:0;z-index:9999;display: flex;
    display: -webkit-flex;flex-direction: row;width: 100%;height:1.14rem;line-height: 1.14rem;
   justify-content: center;align-items: center;
    background-color: #7ebf22;}
/*颜色*/
.fontsize16{
    line-height: 1.2rem;
    font-size: 0.5rem;
}
.white{color:#fff;}
/*底部栏目start*/
.footer{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 1.58rem;
    background-color: #fff;
    border-top: 2px solid #eee;
    align-content: center;
    justify-content: center;
}
.footer .nav-enter{
    flex: 5;
    display: inline-block;
    color: #747474;
    text-align: center;
}
.footer .nav-enter>i{
    display:block;
    font-size: 0.64rem;
    margin:0.1rem auto 0;
    /*border: 1px solid red;*/
}
.footer .nav-enter>span{
    display: block;
    font-size: 0.33rem;
    color: #747474;
    /*line-height: 0.54rem;*/
    padding-bottom: 0.2rem;
    /*border: 1px solid red;*/
}
.footer a.active{
    color: #7ebf22;
}
/*.footer a.active i{*/
    /*font-weight: bold;*/
/*}*/
.footer a.active span{
    color: rgba(126, 191, 34, 0.92);
}
/*底部栏目end
 */
.tocomplete{
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 999;
    width: 0.7rem;
    height: 0.7rem;
    font-size: 0.5rem;
    color: #fff;
    text-align: center;
    line-height: 0.7rem;
    background-color: #ff4040;
    border-radius: 0.1rem;
}
.tocomplete-text{
    position: fixed;
    bottom:10%;
    right: -70%;
    z-index: 998;
    font-size: 12px;
    line-height: 1.4;
    width: auto;
    height: 0.7rem;
    line-height: 0.7rem;
    color: #fff;
    padding: 0 0.2rem;
    background-color: #999;
    border-radius: 0.1rem;
    overflow: hidden;
}
.tocomplete-text>a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
}
/*返回顶部start */
.gotop{
    position: fixed;
    bottom: 3rem;
    right:30px;
}
#backTopBtn{
    color: #7ebf22;
    font-size: 0.7rem;
}
/*返回顶部end */
