@charset "UTF-8";
/* header */
.header{position:relative;height:50px;  background-color: #499ef3;}
.header .logo{display:block;width:130px;height:30px;padding:10px 0 0 10px;}
.header .logo img{display:block;width:100%;}
.header .search{position:absolute;top:0;right:40px;z-index:1000;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../img/icon-search.png) no-repeat center center;background-size:40%;}
.header .search:hover{background-color:#0067d2;}
.header .search span{display:none;}
.header .user-icon{position:absolute;top:0;right:80px;z-index:1000;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../img/icon-user.png) no-repeat center center;background-size:40%;}
.header .user-icon span{display:none;}
.header .user-icon:hover{background-color:#0067d2;}
.header .back{position:absolute;top:0;left:0;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../img/icon-back.png) no-repeat center center;background-size:12px 20px;}

@media (min-width:100%){body{width:100%;margin:auto;}}

/* app下载 */
.headerapp{height:50px;background: #454545;position: fixed; bottom: 0;z-index: 9999;width: 100%;}
.headerapp-img{padding-top:7px;padding-left:12px;}
.headerapp-img img{width:36px;height:36px;float:left;}
.headerapp-info{float:left;}
.headerapp-info p{line-height: 36px;margin-bottom: 0;color:#fff;margin-left:15px;}
.headerapp-btn{float:right;margin-right:10px;}
.headerapp-btn .btn{    padding: 5px 8px;    margin-top: 3px;}
   