.m-index-head {
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
}

.u-head-info {
	padding: 15px 0;
	border-bottom: 1px solid #dcdcdc;
}

.u-head-info > a {
	display: inline-block;
	vertical-align: middle;
}

.u-head-search {
	position: relative;
	display: inline-block;
	margin-left: 200px;
}

.u-head-search input {
	width: 265px;
	height: 36px;
	border: 2px solid #3498db;
	border-radius: 20px;
	padding: 0 43px 0 15px;
	font-size: 14px;
	color: #333;
	outline: none;
}

.u-head-search button {
	height: 17px;
	width: 17px;
	border: none;;
	display: block;
	position: absolute;
	right: 3px;
	top: 2px;
	padding: 18px 22px;
	cursor: pointer;
	outline: none;
	background: url(/styles/images/index/index-search.png) center no-repeat;
}

.u-head-user {
	display: inline-block;
	margin-left: 200px;
}

.u-head-user > div {
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
	padding-bottom: 5px;
}

.u-head-user > div ul {
	display: none;
	position: absolute;
	top: 40px;
	left: -70px;
	box-shadow: 0 0 10px 0 rgb(123, 123, 123);
	opacity: 0;
	transition-duration: 300ms;
	z-index: 2;
}

.u-head-user > div ul a {
	width: 100px;
	height: 40px;
	color: #333;
	background: #fff;
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
}

.u-head-user > div ul span {
	width: 70px;
	height: 40px;
	display: block;
	line-height: 40px;
	text-align: center;
	color: #3498db;
	background: #fff;
	padding: 0 15px;
}

.u-head-user > div ul li {
	border-bottom: 1px solid #d6d6d6;
}

.u-head-user > div ul a:hover {
	color: #fff;
	background: #3498db;
}

.u-head-user > div:hover ul {
	opacity: 1;
	display: block;
}

.u-head-icon:before {
	content: "";
	width: 24px;
	height: 20px;
	background-image: url(/styles/images/index/index-sprite.png);
	display: inline-block;
	vertical-align: text-top;
	margin-right: 7px;
}

.u-head-icon {
	font-size: 16px;
	color: #333;
}

.u-head-bookrack {
	vertical-align: middle;
}

.u-head-bookrack:before {
	background-position: -28px 0;
}

.u-head-menu {
	padding: 20px 0;
}

.u-head-menu ul {
	width: 880px;
	font-size: 0;
	display: inline-block;
}

.u-head-menu ul li {
	display: inline-block;
	margin: 0 5px;
}

.u-head-menu ul a {
	padding: 5px 20px;
	display: block;
	color: #333;
	font-size: 16px;
	border-radius: 8px;
	position: relative;
}

.u-head-menu ul a:hover,.u-head-menu ul a.z-current {
	background: #3498db;
	color: #fff;
}
.u-head-menu ul a i{
    color: #fff;
    background: #f00;
    display: block;
    padding: 0 3px;
    border-radius: 2px;
    position: absolute;
    font-size: 12px;
    top: 0;
    right: -7px;
    line-height: 14px;
}
.u-head-menu > div {
	display: inline-block;
}

.u-head-menu div a {
	margin-left: 23px;
}

.u-head-msg:before {
	background-position: 0 0;
}

.u-head-recharge:before {
	background-position: -53px 0
}
.u-head-unlogin{
	margin-left: 115px;
}
.u-unlogin-link{
    font-size: 16px;
}
.u-unlogin-link a{   
    color: #333;
}
.u-unlogin-link:before{
    content: "";
    width: 24px;
    height: 20px;
    background: url(/styles/images/index/login-icon.png) center no-repeat;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 7px;
}
.u-head-info > a{
	    width: 160px;
}
.u-head-info > a img{
	width: 100%
}