﻿@charset "utf-8";
.header, .searchHeader {
    background: #398ada;
    height: 60px;
    font-size: 12px;
    position: relative
}

.header .returnWrap, .searchHeader .returnWrap {
    width: 46px;
    height: 40px;
    padding: 2px 0;
    position: absolute;
    top: 8px;
    left: 5px
}

.header .returnWrap, .searchHeader .returnWrap {
    width: 46px;
    height: 40px;
    padding: 2px 0;
    position: absolute;
    top: 8px;
    left: 5px
}

.header, .searchHeader {
    height: 60px;
    color: #FFF;
    font-size: 12px;
    position: relative;
}

.header .returnWrap, .searchHeader .returnWrap {
    width: 46px;
    height: 40px;
    padding: 2px 0;
    position: absolute;
    top: 8px;
    left: 5px
}
.header .navIconWrap {
    width: 46px;
    height: 40px;
    padding: 2px 0;
    position: absolute;
    top: 8px;
    right: 0;
}

.header .navIconWrap .navIconn {
    background: url("/openh5/static/common/page/img/pic.png") no-repeat 0 -140px;
    width: 36px;
    height: 36px;
    display: block;
    cursor: pointer;
    margin-left: 40px;
}
.header .navIconWrap .homeIcon, .header .returnWrap .return {
    background: url("../css/images/pic.png") no-repeat 0 -58px;
    width: 30px;
    background-size: 79px auto;
    height: 26px;
    margin-top: 5px
}

.header .returnWrap .return {
    background-position: 2px 0
}

.header .returnWrap .return, .searchHeader .return {
    background: url("../css/images/pic.png") no-repeat 0 0;
    width: 36px;
    height: 36px;
    display: block;
    cursor: pointer;
}

.footer {
    background: #FFF;
    line-height: 22px;
    padding: 10px 0;
    margin-top: 10px;
    color: #808080;
    font-size: 12px;
    text-shadow: none
}

.footer a {margin: 0 4px}
.center{text-align:center;}
.header h2{height:60px;line-height:60px;font-weight:normal;font-size:20px;color:#FFF;text-align:center;text-shadow:none;}

.iconFloat{ position: fixed; right: 10px;bottom: 30%; width: 60px; z-index: 10;}
.iconFloat img{ display: block; width: 100%;}
