@charset "UTF-8";
/* head */
.head{position:relative;height:50px;background:#0071be}
.head .logo{display:block;width:190px;padding:5px 0 0 15px;}
.head .logo img{display:block;width:100%;}
.head .search{position:absolute;top:0;right:35px;z-index:1000;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-search.png) no-repeat center center;background-size:40%;}
.head .search:hover{background-color:#0067d2;}
.head .search span{display:none;}
.head .user-icon{position:absolute;top:0;right:70px;z-index:1000;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-user.png) no-repeat center center;background-size:40%;}
.head .user-icon span{display:none;}
.head .user-icon:hover{background-color:#0067d2;}
.head .back{position:absolute;top:0;left:0;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-back.png) no-repeat center center;background-size:12px 20px;}

