body{
	margin: 0;
	font:12px/1.5 tahoma,arial,"Hiragino Sans GB","Microsoft Yahei",\5b8b\4f53;
	overflow: auto;
}
li{
	list-style: none;
}
ul{
	padding: 0;
	margin:0;
}
h1,h2,h3,h4,h5{
	margin: 0;
	font-weight: 100;
}
i,em{
	font-style: normal;
}
p{
	margin: 0;
}
a{
	text-decoration: none;
}
a:hover{
	color: #3498db;
}
a:-webkit-any-link {
    text-decoration: none;
    cursor: pointer;
}
img{
	border-radius:4px;
}
dl{
	margin: 0;
}
dd{
	margin: 0;
}
strong{
	font-weight: 100;
}
table{
	border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0;
}

/*文本*/
.f-fs12{
	font-size: 12px;
}
.f-fs14{
	font-size: 14px;
}
.f-fs16{
	font-size: 16px;
}
.f-fs18{
	font-size: 18px;
}
.f-fs20{
	font-size: 20px;
}
.f-fs22{
	font-size: 22px;
}
.f-fs24{
	font-size: 24px;
}
.f-fs26{
	font-size: 26px;
}
.f-fs28{
	font-size: 28px;
}
.f-fs30{
	font-size: 30px;
}
.f-fs32{
	font-size: 32px;
}
.f-fs34{
	font-size: 34px;
}
.f-fs36{
	font-size: 36px;
}
.f-fs38{
	font-size: 38px;
}
.f-fs40{
	font-size: 40px;
}
.f-fwb{
	font-weight: bold;
}
.f-fw100{
	font-weight: 100;
}
.f-tac{
	text-align: center;
}
.f-tal{
	text-align: left;
}
.f-tar{
	text-align: right;
}
.f-taj{
	text-align: justify;
}
.f-text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.f-fc3{
	color: #333;
}
.f-fc6{
	color: #666;
}
.f-fc9{
	color: #999;
}
.f-fcc{
	color: #ccc;
}
.f-fcf{
	color: #fff;
}
.f-fce{
	color: #eee;
}
.f-fcd{
	color: #ddd;
}
.f-fcb{
	color: #bbb;
}
.f-fca{
	color: #aaa;
}
.f-fcblue{
	color:#00b7ee;
}
.f-fcred{
	color:#e22815;
}
.f-fccommon{
	color: #ff6567;
}
.f-fcerror{
	color: #f00;
}
/*位置*/
.f-pos-r{
	position: relative;
}
.f-pos-a{
	position: absolute;
}
.f-pos-f{
	position: fixed;
}
.f-dn{
	display: none;
}
.f-db{
	display: block;
}
.f-dib{
	display: inline-block;
}
.f-fr {
    float: right;
}
.f-fl {
    float: left;
}
.f-cf {
    zoom: 1;
}
/*layout*/
.g-wrap{
	width: 1100px;
	margin: 0 auto;
}
.f-min-h{
	min-height:550px;
}

.m-common-alert{
	padding: 20px 22px;
	border-radius: 6px;
	border: 1px solid #d5d5d5;
	width: 260px;
	min-height: 70px;
	background: #fff;
	position: fixed;
	left: 50%;
	top: 20%;
	margin-left: -150px;
	color: #333;
	z-index: 1000;
	text-align: center;
}

.m-common-alert>p{
	margin-top: 10%;
}

.f-bookName-bar{
	width: 100%;
	height: 35px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	text-align: center;
	background: rgba(0, 0, 0, 0.6);
}
.clearfix:after {

content: ".";

display: block;

height: 0;

clear: both;

visibility: hidden;

}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

/* End hide from IE-mac */
/*分页*/
.u-pagination{
	    font-size: 0px;
    text-align: center;
    margin: 14px 0 20px;
}
.u-pagination a {
    font-size: 12px;
    color: #ccc;
    display: inline-block;
    padding: 0 5px;
    border: 1px solid #ccc;
    margin-right: 5px;
    line-height: 23px;
}
.u-pagination a:hover, .u-pagination a.z-current {
    background: #3498db;
    font-weight: bold;
    color: #fff;
    border: 1px solid #3498db;
}
/*推荐书*/
.f-recommend-bar{
	margin-top: 18px;
	border:1px solid #d1d1d1;
}
.f-recommend-bar a{
	display: block;
}
.f-recommend-bar a img{
	border-radius: 0;
	height: 75px;
    width: 1098px;
}
/*通用弹框*/
.m-popup{
    width: 740px;
    height: 580px;
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -400px;
    z-index: 1000;
    background: #fff;
    padding: 40px 30px 30px;
}
.u-popup-close {
    width: 23px;
    height: 23px;
    position: absolute;
    display: block;
    background: url(/styles/images/common/common-close.png) no-repeat center;
    cursor: pointer;
}
.m-popup .u-popup-close{
    height: 23px;
    width: 23px;
    display: block;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
    background: url(/styles/images/common/common-close.png) no-repeat center;
}
.m-qypopup-wrap{
    width: 600px;
    background: #fff;
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -300px;
    z-index: 1001;
}
.u-qypopup-title{
    width: 100%;
    margin: 0px 0px 0px 0px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    font-size: 18px;
    position: relative;
    background-color: #F9F9F9;
}
.u-qypopup-body{
    padding: 0 45px 45px;
}
.u-qypopup-close{
    height: 23px;
    width: 23px;
    display: block;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 10px;
    background: url(/styles/images/common/common-close.png) no-repeat center;
    background-size: 70%;
}
/*蒙层*/
.u-shade {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #000;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
	filter: alpha(opacity=50);
}
/*数据为空*/
.u-data-empty {
    text-align: center;
    padding: 30px 0;
    color: #999;
    font-size: 12px;
}
/*通用提示框*/
.m-common-tips{
	padding: 20px 22px;
	border-radius: 6px;
	border:1px solid #d5d5d5;
	width: 260px;
	min-height: 130px;
	background: #fff;
	position: fixed;
	left: 50%;
	top: 20%;
	margin-left: -150px;
	color: #333;
	z-index: 1000;
}
.m-common-tips>h5{
	padding-bottom: 12px;
}
.m-common-tips>p{
	margin-top: 10px;
}
.u-common-tipsbtn{
	font-size: 0;
	margin: 25px auto 0;
	width: 180px;
}
.u-common-tipsbtn span{
	width: 76px;
	height: 26px;
	display: inline-block;
	background: #fff;
	border:2px solid #dcdcdc;
	border-radius: 4px;
	font-size: 14px;
	color: #666;
	line-height: 26px;
	text-align: center;
	margin-right: 10px;
	cursor: pointer;
}
.u-common-tipsbtn span.z-ok{
	background: #ff7e9c;
	border: 2px solid #ff7e9c;
	color: #fff;
}
.m-common-alert{
	padding: 20px 22px;
	border-radius: 6px;
	border: 1px solid #d5d5d5;
	width: 260px;
	min-height: 70px;
	background: #fff;
	position: fixed;
	left: 50%;
	top: 20%;
	margin-left: -150px;
	color: #333;
	z-index: 1002;
	text-align: center;
}
.u-alert-text{
	margin-top: 20px;
	line-height: 24px;
	font-size: 14px;
}
.m-common-prop{
	width: 300px;
}
.m-common-prop input{
	width: 290px;
	padding: 0 5px;
	border: 2px solid #e5e5e5;
	border-radius: 4px;
	height: 25px;
	margin: 12px auto 0;
	display: block;
}
.u-common-vCodeTips{
	width: 85px;
	height: 40px;
	margin: 0 auto;
	display: block;
}
.u-common-vCodeInput{
	width: 103px;
	height: 36px;
	border: 2px solid #e5e5e5;
	display: block;
	margin: 0 auto;
	border-radius: 4px;
	padding: 0 10px;
}
.u-common-vCodeNext{
	display: block;
	margin: 15px auto 30px;
	width: 50px;
	text-align: center;
	cursor: pointer;
	color: #ff7e9c;
}

/*登录弹窗*/
.m-login-popup>h2{
    font-family: "Microsoft YaHei";
    margin-bottom: 30px;
}
.m-login-popup {
	width: 429px;
    height: 396px;
    margin-left: -250px;
}
.m-login-popup form{
    display: inline-block;
    vertical-align: top;
    width: 400px;
    margin: 10px 15px 0;
}
.m-login-popup ul li{
    margin-bottom: 10px;
    height: 42px;
}
.m-login-popup ul li div input {
    padding-left: 8px;
    width: 390px;
    height: 38px;
    border: 1px solid #d2d2d2;
}
.m-login-popup ul li>span{
        margin-top: 2px;
    line-height: 18px;
    margin-left: 3px;
}
.m-login-popup ul li label input{
    height: 15px;
    width: 15px;
    vertical-align: sub;
}
.u-forget-password a{
	margin-left: 340px;
    text-decoration: underline;
    color: #666;
}
.u-forget-password a:link,
.u-forget-password a:visited,
.u-forget-password a:hover{
    text-decoration: underline;
    color: #666;
}
.u-login-btn,.u-register-btn{
    width: 160px;
    height: 38px;
    border: 1px solid #00b7ee;
    display: inline-block;
    margin-left: 0px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    background: #00b7ee;
    color: #fff;
}
.u-register-btn{
    margin-left:60px; 
    color: #00b7ee;
    background: #fff;
}
.u-register-btn:hover{
    color: #00b7ee;
}
.m-login-popup ul li.u-forget-password {
    margin-top: 5px;
    margin-bottom: 20px;
    height: 12px;
}
.u-other-login{
    width: 324px;
    border-top: 1px solid #d2d2d2;
        margin: 32px auto 0;
}
.u-other-login>span{
    display: inline-block;
    text-align: center;
    width: 165px;
    margin: -12px 0 0 80px;
    background: #fff;
    font-size: 16px;
    color: #666;
}
.u-other-login dl{
    display: inline-block;
}
.u-other-login dl dd{
    color: #333;
    font-size: 14px;
    margin-top: 15px;
}
.u-other-login dl dt a{
    width: 51px;
    height: 50px;
    display: block;
    background-image: url(/styles/images/common/sprite.png); 
        margin: 0 auto;
}
.u-weibo-login a{
    background-position: -129px -115px;
}
.u-wechat-login a{
    background-position: -183px -115px;
}
.u-QQ-login a{
    background-position: -237px -115px;
}
.u-wechat-login{
    margin: 0 65px;
}
.u-other-login>div{
    padding: 0 10px;
        margin-top: 15px;
}
.login_container {
    width: 300px;
    height: 400px;
    position: fixed;
    z-index: 1100;
    left: 50%;
    top: 50%;
    margin-left : -150px;
    margin-top: -200px;
}
/*未登录提示登录*/
.u-bookDetail-notLogged{
    border:1px solid #bbb;
}
.u-bookDetail-notLogged span{
    text-align: center;
    display: block;
    margin-top: 40px;
    color: #aaa;
}
.u-bookDetail-notLogged span a{
    width: 36px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border-radius: 4px;
    color: #fff;
    background: #00b7ee;
    display: inline-block;
    margin-right: 5px;
}
/*当前位置*/
.u-book-path{
    font-size: 12px;
    color: #333;
    margin-bottom: 35px;
}
.u-book-path a:link,.u-book-path a:visited{
	color: #333;
}
.u-book-path a:hover{
	color: #333;
	text-decoration: underline;
}

.u-bookDetail-comment>ul>li{
	margin-bottom: 35px;
	margin-left: 35px;
}
.u-comment-head{
	width: 60px;
	height: 60px;
	border-radius:30px;
	overflow: hidden;
	display: inline-block;
	margin-right:35px;
}
.u-comment-head img{
	height: 100%;
	width: 100%;
}
.u-comment-detail{
	width: 713px;
	display: inline-block;
}
.u-comment-detail>span{
	color: #888;
}
.u-comment-detail .u-comment-text{
	color: #000d32;
	margin: 13px 0;
	line-height: 25px;
}
.u-comment-detail>div em{
	color: #888;
}
.u-comment-detail>div span i{
	margin-right: 5px;
	vertical-align: bottom;
}
.u-comment-detail>div span{
	float: right;
	cursor: pointer;
}
.u-comment-detail ul{
	margin: 0 0 10px;
}
.u-comment-detail ul li{
	padding: 20px;
	position: relative;
	border: 1px solid #dedede;
	background: #eee;
	border-radius: 4px;
	color: #666;
	margin-bottom: 10px;
}
.u-comment-detail li>div a{
	cursor: pointer;
	color: #00b7ed;
	margin-right: 3px;
}
.u-comment-detail li>div a.z-author{
	cursor: pointer;
	color: #ff72a4;
}
.u-comment-detail li>div a:link,
.u-comment-detail li>div a:visited,
.u-comment-detail li>div a:hover{
	color: #ff72a4;
	text-decoration: none;
}
.u-comment-detail li>div a.z-author:link,
.u-comment-detail li>div a.z-author:visited,
.u-comment-detail li>div a.z-author:hover{
	color: #ff72a4;
	text-decoration: none;
}
.u-comment-detail li>div i,
.u-comment-detail>span i{
	background: #ff72a4;
	color: #fff;
	padding: 0px 2px 0px;
	margin-right: 4px;
	border-radius: 4px;
}
.u-comment-detail>span strong{
	background: #1cd389;
	color: #fff;
	padding: 0px 2px 0px;
	margin-right: 4px;
	border-radius: 4px;
	font-weight: 100;
}
.u-comment-detail li>div em{
	position: absolute;
	right: 0;
	color: #aaa;
}
.u-comment-detail li>p{
	line-height: 20px;
	margin-top: 5px;
}
.u-comment-reply i{
	width: 16px;
	height: 14px;
	display: inline-block;
	background: url(/styles/images/common/sprite.png) no-repeat -232px -22px;
}
.u-comment-like i{
	width: 15px;
	height: 14px;
	display: inline-block;
	background: url(/styles/images/common/sprite.png) no-repeat -251px -22px;
	margin-left: 35px;
}
.u-comment-like i.z-current{
	background: url(/styles/images/common/sprite.png) no-repeat -292px -22px;
}
.u-reply-box{
	margin-top: 10px;
	margin-bottom: 10px;
	height: 0;
	overflow: hidden;
	width: 713px;
}

.u-reply-box input{
	float: left;
	width: 648px;
	line-height: 44px;
	border: 1px solid #ddd;
	background: none;
	text-indent: 2em;
	height: 36px;
}
.u-reply-box a{
	width: 60px;
	line-height: 46px;
	text-align: center;
	color: #333;
	float: left;
	border: 0 none;
	display: block;
	text-indent: 0;
	background: #ccc;
}

.u-vip-icon {
	width: 29px;
	height: 16px;
	display: inline-block;
	background: url(/styles/images/member/vip-icon.png) no-repeat center;
	margin-left: 5px;
}


/*粉丝称号*/
    .u-list-fans li i {
        height: 17px;
        width: 71px;
        background-image: url(/styles/images/book/book-sprite.png);
        display: inline-block;
        vertical-align: bottom;
    }

    .u-list-fans li i.u-doz {
        background-position: 0 -43px;
    }

    .u-list-fans li i.u-zhis {
        background-position: 0 -63px;
    }

    .u-list-fans li i.u-diz {
        background-position: 0 -83px;
    }

    .u-list-fans li i.u-xuet {
        background-position: 0 -103px;
    }

    .u-list-fans li i.u-jianx {
        background-position: 0 -123px;
    }
    .u-list-fans li i.u-tangz {
        background-position: -75px -123px;
    }

    .u-list-fans li i.u-huf {
        background-position: -75px -103px;
    }

    .u-list-fans li i.u-zhangl {
        background-position: -75px -83px;
    }

    .u-list-fans li i.u-zhangm {
        background-position: -75px -63px;
    }

    .u-list-fans li i.u-zongs {
        background-position: -75px -43px;
    }
    .u-list-fans li i.u-mengz {
        background-position: -75px -23px;
    }

    /*首页二维码*/
        .f-index-qrcode{
        position: fixed;
        left: 50%;
        top: 20%;
        margin-left: 555px;
        width: 20px;
        background: #fff;
        z-index: 100;
        padding: 10px;
        text-align: center;
        border: 1px solid #ccc;
        border-radius: 4px;
        cursor: pointer;
    }
    .f-index-qrcode>img{
        padding: 5px 0;
    }
    .f-index-qrcode p{
        font-size: 14px;
        line-height: 15px;
        color: #666;
    }
    .f-index-qrcode>div img{
        width: 100%;
        height: 100%;
    } 
    .f-index-qrcode>div {
        position: absolute;
        left: -155px;
        top: 50px;
        opacity: 0;
        border: 1px solid #ccc;
        height: 150px;
        width: 150px;
        display:none;
    }
    .f-index-qrcode:hover div{
        transition-duration: 300ms;
        opacity: 1; 
        display: block; 
    }