/*新版首页页头*/
    .u-head-new{
	height: 65px;
    background: rgba(255,255,255,.7);
    position: absolute;
    width: 100%;
}
.u-index-icon{
	width: 175px;
	height: 55px;
	display: inline-block;
	background: url(/styles/images/logo_min.png) no-repeat center;
	background-size: 100%;
	margin-top: 6px;
	vertical-align: top;
}
.u-nav-link{
	margin-left: 20px;
}
.u-nav-link a{
	color: #666;
	width: 90px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	transition-duration: 300ms;
}
.u-nav-link a:hover{
	background: rgba(255,255,255,1);
}
.u-nav-user{
	margin-top: 20px;
	margin-right: 95px; 
}
.u-nav-user a{
	cursor: pointer;
	font-size: 14px;
	vertical-align: middle;
}
.u-nav-user a:link,
.u-nav-user a:visited,
.u-nav-user a:hover{
	color: #333;
}

.u-nav-user .u-phoneLogin{
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(/styles/images/index/index-phone.png) no-repeat center;
	margin-right: 15px;
}
.u-head-new .u-recharge{
	width: 60px;
	height: 58px;
	color: #fff;
	background: #ff7e9c;
	font-size: 14px;
	display: block;
	position: absolute;
	right: 40px;
	top: -3px;
	border-radius: 8px;
	text-align: center;
	line-height: 58px;
}
.u-head-new>div{
	padding: 0 30px;
	width: 1140px;
}

.m-category-wrap{
	height: 28px;
	padding: 16px 0;
	background: rgba(0,0,0,.7);
}
.m-category-wrap{

}
.u-book-category{
	padding: 0 30px;
}
.u-book-category a{
	width: 78px;
	height: 28px;
	color: #fff;
	line-height: 28px;
	text-align: center;
	margin-right: 10px;
	display: inline-block;
	font-size: 16px;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0)
}
.u-book-category a.z-current,
.u-book-category a:hover{
	color: #4acbff;
	border:1px solid #4acbff;
}
.m-head-new{
	height: 250px;
	width: 100%;
	    box-shadow: 0px -48px 80px 0 #fff inset;
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
}
/*.m-head-new img{
	width: 100%;
	height: 100%;

}*/
.u-head-new .f-dn{
	display: none;
}
.u-index-search{
	display: inline-block;
	right: 20px;
	top: -65px;
	    border-radius: 4px;
    overflow: hidden;
}
.u-index-search input{
    width: 186px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    border: 2px solid #e7e4e0;
    outline: none;
    padding: 0 40px 0 10px;
    background: rgba(255,255,255,0.8);
    color: #959595;
    font-family: "Microsoft Yahei";
}
.u-index-search button{
    position: absolute;
    width: 48px;
    height: 36px;
    right: 0px;
    padding: 5px 10px;
    top: 0px;
    display: block;
    outline: none;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 14px;
    background: #FF7283 url(/styles/images/index/icyuan-index-search.png) no-repeat center;
}
/*新版首页页头*/