	.m-qy-head{
		background: #fff;
	}
	.u-head-info{
		padding: 15px 0 15px;
		/*display: inline-block;*/
	}
	.u-head-search{
		position: relative;
		display: inline-block;
		margin-left: 83px;
	}
	.u-head-search input{
		    width: 328px;
    height: 32px;
    border: 2px solid #ff6567;
    padding: 0 0 0 8px;
    border-radius: 20px;
    font-size: 14px;
    color: #333;
    outline: none;
	}
	.u-head-search button{
		height: 36px;
	    width: 36px;
	    margin-right: 5px;
	    cursor: pointer;
	    border: none;
	    outline: none;
	    display: block;
	    background: url(/styles/images/index/search-icon.png) center no-repeat;
	    color: #fff;
	    position: absolute;
	    right: 0;
	    top: 0;
	    border-radius: 2px;
	    text-align: center;
	    padding: 0;
	}
	.u-head-info>a{
		display: inline-block;
    	vertical-align: middle;
	}
	.u-head-other{
		display: inline-block;
		font-size: 16px;
		margin-left: 136px;
	}
	.u-head-recharge{
		position: absolute;
    top: 111px;
    right: 2px;
    display: inline-block;
		font-size: 16px;
	}
	.u-head-other>a,.u-head-recharge>a{
		color: #333;
		padding: 0 10px;
	}
	.u-head-other>a:before,.u-head-recharge>a:before{
		vertical-align: bottom;
		width: 23px;
		height: 23px;
		display: inline-block;
		margin-right: 10px;
	}
	.u-head-other>a.f-icon-login:before{
		content: "";
		background: url(/styles/images/common/login-icon.png) no-repeat center;
	}
	.u-head-other>a.f-icon-bookrack:before{
		content: "";
		background: url(/styles/images/common/book-icon.png) no-repeat center;
	}
	.u-head-other>a.f-icon-message:before{
		content: "";
		background: url(/styles/images/common/message-icon.png) no-repeat center;
	}
	.u-head-recharge>a.f-icon-author:before{
		content: "";
		background: url(/styles/images/common/pencil-icon.png) no-repeat center;
		background-size: 100% 100%;
	}
	.u-head-recharge>a.f-icon-recharge:before{
		content: "";
		background: url(/styles/images/common/recharge-icon.png) no-repeat center;
		background-size: 100% 100%;
	}
	.u-head-other .u-head-logged{
		max-width: 100px;
		display: inline-block;
		color: #ff6567;
		vertical-align: bottom;
	}
	.u-head-other>span{
        font-size: 14px;
        color: #999;
        display: inline-block;
        cursor: pointer;
    }
    .u-head-user{
    	position: absolute;
	    right: -150px;
	    top: -8px;
	     /*   padding-bottom: 20px;
    padding-left: 20px;*/
    }
    .u-head-user .u-head-uname{
		display: inline-block;
    width: 85px;
    font-size: 14px;
    vertical-align: super;
    margin-right: 10px;
    cursor: default;
    text-align: right;
    }
    .u-head-uname a,.u-head-uname a:visited{
    	color: #333;

    }
    .u-head-user>a{
		width: 36px;
		height: 36px;
		display: inline-block;
		overflow: hidden;
		border-radius: 20px;
    }
    .u-head-user>a img{
    	width: 100%;
    	height: 100%;
    }
    .u-head-user>span{
    	    position: absolute;
        right: 0;
    bottom: -31px;
    background: #fff;
    padding: 5px 19px;
       width: 40px;
    font-size: 14px;
    text-align: center;
    color: #333;
    border-radius: 4px;
    box-shadow: 1px 2px 5px rgba(174,174,174,1);
    display: none;
    cursor: pointer;
    }
    .u-head-left{
    	margin-left: 229px;
    }
    .u-head-user:hover span{
    	display: block;
    }
	.u-head-menu{
		background: #fff;
	    height: 66px;
	    width: 100%;
	    border-bottom: 1px solid #dcdcdc;
	}
	.u-head-menu ul{
		font-size: 0;
		background: #fff;
		border-top: 1px solid #dcdcdc;
		    padding-top: 17px;
	}
	.u-head-menu ul li{
		display: inline-block;
		    margin: 0 10px;
	}
	.u-head-menu ul li a{
		padding: 0 14px;
		text-align: center;
		line-height: 32px;
		font-size: 18px;
		color: #333;
		display: block;
		    border-radius: 4px;
	}
	.u-head-menu ul li a.z-current,.u-head-menu ul li a:hover{
		background: #ef494b;
		color: #fff;
	}

	.u-head-menu ul li a i {
		position: absolute;
	    font-size: 14px;
	    top: -15px;
    	right: -17px;
	    color: #ef494b;
	}


	/*head网站切换栏*/
	.m-head-bar{
    background: #f7f7f7;
    border:1px solid #f7f7f7;
    font-size: 0;
}
.u-bar-link{
    width: 700px;
    display: inline-block;
}
.u-bar-link a{
    width: 120px;
    height: 39px;
    text-align: center;
    font-size: 14px;
    line-height: 39px;
    display: inline-block;
    color: #666;
}
.u-bar-link a:hover,.u-bar-link a.z-current{
    color: #333;
    background: #fff;
}
.u-bar-notice{
    width: 390px;
    height: 39px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.u-bar-notice>span{
    width: 19px;
    height: 14px;
    background: url(/styles/images/common/notice.png) center no-repeat;
    display: inline-block;
    margin-top: 12px;
}
.u-bar-notice ul{
    position: absolute;
    top: 0;
    left: 40px;
    font-size: 14px;
}
.u-bar-notice ul li{
    line-height: 39px;
    transition-duration: 300ms;
}
.u-bar-notice ul li span{
	display: inline-block;
	max-width:100px; 
	    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 2px; 
    vertical-align: top;
}