/* header */

.header_class{top:0px;min-width:300px;position:fixed;width:100%;z-index: 3000;}
.header_con{ height:45px; background-color:#e2113c; position:relative; z-index:0;width: 100%;overflow:hidden;}
.idx_logo{background: url("img/icon-h1.png") no-repeat 0 center;background-size: 100% auto;color: #fff; width:122px;float:left;margin-left: 10px;height: 45px;line-height: 45px}
.user_header{float:right;margin-right: 3px;}
/*.user_header a{padding: .4rem .4rem 0 0;}*/
.user_header img{max-width: 40px; height: 32px;margin-top: 6px;border-radius:50%}


.logo{/*background: url("img/icon-h2.png") no-repeat 0 center;*/background-size: 100% auto;color: #fff; width:33px;float:left;margin-left: 10px;height: 45px;line-height: 45px}
.header_title{width: 60%;text-align: center ;color: #ffffff; font-weight: bold;font-size: 18px;z-index: 2010;position: absolute;margin-left: auto;margin-right: auto;float: left;left: 0;right: 0;top: 12px;/*line-height: 18px;*/}
.header_more{background: url("img/icon-h3.png") no-repeat 0 center;background-size: 100% auto;color: #fff; width:34px; float:right;margin-right:10px;height: 45px;line-height: 45px;margin-top: -1px}
.header_more a{width: 100%;border: 1px solid #000000;position: absolute;}
.save{color: #fff; width:40px; float:right;margin-right:10px;height: 45px;line-height: 45px;font-size: 1.1em}

.nav{height: 90px;width: 100%;position: fixed;z-index: 2000;background: #ffffff;top:45px;display: none}
.nav div{height: 45px;width: 100%;position: relative;}
.nav div a{position: relative;width: 25%;float: left;height: 45px ;line-height: 45px;text-align: center;font-size: 16px;color: #525252}
.nav div span{right: -1px;position: absolute;color: #cccccc;font-size: 1em}

.dow_bar{height: 50px;z-index: 1001;background: #000000;opacity:0.8;position: fixed;width: 100%;bottom:0px }
.dow_app_info{height: 50px;z-index: 1002;position: fixed;width: 100%;bottom:-15px ;bottom:0px;line-height:45px;color: #ffffff}
.dow_app_info em.close{position: absolute ;width: 30px;height: 30px;background: url("img/icon-h4.png") no-repeat 0 center;background-size: 100%;}
.dow_app_info em.icon{position: absolute ;width: 35px;height: 35px;background: url("img/icon-h5.png?t=3") no-repeat 0 center;background-size: 100%;margin: 7px 0 0 40px}
.dow_app_info span{position: absolute ;width: 130px;height: 40px;line-height:40px;margin: 5px 0 0 85px;font-size: 1.3em}
.dow_app_info i{position: absolute ;width: 80px;height: 30px;line-height:30px;margin-top: 10px;right: 10px;background: #f04451;text-align: center;-webkit-border-radius: 5px;}
.dow_app_info i a{font-size: 1.3em;color: #ffffff}

.dow_bar_tieba{height: 50px;z-index: 1001;background: #000000;opacity:0.8;position: fixed;width: 100%;bottom:0px }
.dow_app_info_tieba{height: 50px;z-index: 1002;position: fixed;width: 100%;bottom:-15px ;bottom:0px;line-height:45px;color: #ffffff}
.dow_app_info_tieba em.close{position: absolute ;width: 30px;height: 30px;background: url("img/icon-h4.png") no-repeat 0 center;background-size: 100%;}
.dow_app_info_tieba em.icon{position: absolute ;width: 35px;height: 35px;background: url("img/icon-h5.png?t=3") no-repeat 0 center;background-size: 100%;margin: 7px 0 0 40px}
.dow_app_info_tieba span{position: absolute ;width: 130px;height: 40px;line-height:40px;margin: 5px 0 0 85px;font-size: 1em}
.dow_app_info_tieba i{position: absolute ;width: 80px;height: 30px;line-height:30px;margin-top: 10px;right: 10px;background: #f04451;text-align: center;-webkit-border-radius: 5px;}
.dow_app_info_tieba i a{font-size: 1em;color: #ffffff}

.more {
    background: url(img/icon-24.png) no-repeat 0 center;
    background-size: 100% auto;
    color: #fff;
    width: 34px;
    float: right;
    margin-right: 3px;
    height: 45px;
    line-height: 45px;
    margin-top: -1px;
    z-index: 2015;
}

#header_class div{
    display: inline-block;
    line-height: 45px;
}
.up2top{
    z-index: 3000;
    height: 52px;
    width: 52px;
    position: fixed;
    background-color: #ffffff;
    border-radius: 5rem;
    right: 0;
    margin-left: auto;
    margin-right: .3rem;
    bottom: .3rem;
    opacity: .7;
    box-shadow: 0px 0px 16px 0px #333333;
    background: url(img/forward-down.png) no-repeat center;
    transform: rotate(180deg);
    background-color: #8a8a8a;
    -ms-transform: rotate(180deg); /* IE 9 */
}
