@charset "utf-8";

/* BAOCMS WAP */

html {
    height: 100%;
    /*禁止浏览器把页面中的字体恢复初始化12*/
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-size: 6.25em;
}

body {
    font-family: "Source Han Sans CN";
    font-size: 0.12rem;
    line-height: 1;
    background: #fff; 
    margin: 0;
    padding: 0;
}

/*公共头部*/
.toubu{
    width: 100%;
    background: #fff;
    position: fixed;
    height: 60px;
    z-index: 99;
    top:0;
    border-bottom: 2px solid #f4f4f4;
}
.toubu span img{
    width: 20px;
    margin-left: 20px;
}
.toubu h3{
    display: inline-block;
    line-height: 25px;
    font-size: 1.4em;
    margin-left: 30%;
    color: #646464;
}

/*底部公共样式*/
.dibu{
    width: 100%;
    background: #fff;
    position: fixed;
    bottom: -10px;
    z-index: 99;
    display: flex;
    border-top: 2px solid #eee;
    justify-content: space-around;
}
.dibu dl{
    text-align: center;
}
a:link {text-decoration:none;}/* 点击时：无下划线*/
.dibu span{
    color: #929292;
    font-size: 1.4em;
    text-align: center;
}
.dibu a dd{
    width: 100%;
    text-align: center;
    font-size: 0.8em;
    color: #666;
    margin: 0 auto;
    padding-top: 5px;
}
.dibu dl  span.active{color:#D10101;}
.dibu a dd.active{color:#D10101;}
.content_all{margin:50px auto 0;position: relative;}

/*公共头部*/
.toubu{
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 99;
    top:0;
}
.toubu span img{
    width: 6%;
    float: left;
    margin-top: 4%;
}
.toubu h3{
    width: 45%;
    display: inline-block;
    font-size: 1.4em;
    margin: -6% 30%;
    align-content: center;
    color: #646464;
    float: left;
    text-align: center;
    line-height: 95%;
}
.content_all{margin:50px auto 0;position: relative;}

