
/* header */
.header{height:50px;background:#006fe2; position: fixed; top:0; width: 100%; z-index: 999;}
.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:35px;z-index:1000;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../image/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:70px;z-index:1000;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../image/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(../image/icon-back.png) no-repeat center center;background-size:12px 20px;}

.footer{  background: #006fe2; width: 100%; bottom: 0px; width: 100%; position: fixed; display: flex; }
.footer_pic{ width: 25%; box-sizing: border-box; padding:5px 0; }
.footer_pic a{ display: block; }
.footer_pic img{ margin:0 auto; display: block; width: 30px; height: 30px; }
.footer_pic p{ line-height: 18px; text-align: center; font-size: 14px; color: #fff; }