header {
    width: 100%;
    height: 45px;
    line-height: 45px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-size: cover;
    background: #5494FE;
}
header .logo {
    float: left;
    margin-left: 2%;
    margin-right: 12px;
    margin-top: 7px;
}
header .logo img {
    width: 100%;
    height: 100%;
    display: block;
    float: left;
}
header .reback {
    float: left;
    width: 22px;
    top: 50%;
    margin-top: -26px;
    padding: 0 12px;
    position: absolute;
}
header .reback img {
    width: 50%;
}
header a {
    color: #ffffff;
    font-size: 1.4rem;
}
/*导航栏*/
.main{
    width:100%;
    height:45px;
    background:#ffffff;
    opacity: 0.7;
    position:fixed;
    top:0;
}
.header-topBar{
    width:100%;
    height:45px;
    background:#5494FE;
    position:fixed;
    top:0;
    line-height: 45px;
    left: 0;
    z-index: 100;
    background-size: cover;
}
.content{
    position: f;
    top: 0;
    right: 0;
    left: 0;
    bottom: 2.5rem;

}
.nav-m {
    display: none;
    width: 100%;
    z-index: 9999;
}
.nav-m {
    position: absolute;
    width: 100%;
    top: 45px;
    left: 0;
    background: rgba(0, 0, 0, .8);
}
.nav-m a {
    display: block;
    width: 25%;
    height: 50px;
    background: #ffffff;
    color: #333;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    float: left;
}
.nav-m a:active {
    background: #e8e8e8;
    text-decoration:none;
}
.header-topBar .top-nav .iconfont{
    background: url("../img/serch.png") no-repeat;
    width: 32px;
    height: 32px;
    background-size: 20px;
    display: inline-block;
    position: absolute;
    right:42px;
    top:50%;
    margin-top: -10px;
    z-index:9999;
}
.header-topBar .top-nav .list{
    background: url("../img/list.png") no-repeat;
    width: 32px;
    height: 32px;
    background-size: 20px;
    display: inline-block;
    position: absolute;
    right:10px;
    top:50%;
    margin-top: -10px;
    z-index: 100;
}
.clearfix:after {
    content: "." ;
    display: block ;
    height: 0 ;
    clear: both ;
    visibility: hidden ;
}
.bottom_nav{height:40px;border-top:10px solid #e8e8e8;border-bottom:10px solid #e8e8e8;display:-moz-box;display:-webkit-box;display:box;background: #ffffff}
.bottom_nav a{display:block;-moz-box-flex:1;-webkit-box-flex:1;box-flex:1;height:40px;line-height:40px;text-align:center;margin-left:10px;font-size:16px;color:#505050}