body{
	margin: 0;
	font:12px/1.5 tahoma,arial,"Hiragino Sans GB","Microsoft Yahei",\5b8b\4f53;
	overflow: auto;
	background: #fefdfd;
    /*background: #999;*/
    min-width: 1200px;
}
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: #ff8989;
}
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;
}



.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 {
    min-width: 28px;
    height: 38px;
    font-size: 14px;
    color: #ccc;
    display: inline-block;
    padding: 0 5px;
    border: 1px solid #eee;
    margin-right: 5px;
    line-height: 38px;
    border-radius: 4px;
    background: #fff;
    vertical-align: top;
}
.u-pagination a:hover, .u-pagination a.z-current {
    background: #ff6567;
    color: #fff;
    /*border: 1px solid #ff6567;*/
}
.u-pagination a.pagination-pre{
    background: #fff url(/styles/images/common/pagination-pre.png) center no-repeat;
}
.u-pagination a.pagination-next{
    background: #fff url(/styles/images/common/pagination-next.png) center no-repeat;
}
.u-pagination a.pagination-first{
    background: #fff url(/styles/images/common/pagination-first.png) center no-repeat;
}
.u-pagination a.pagination-last{
    background: #fff url(/styles/images/common/pagination-last.png) center no-repeat;
}
/*推荐书*/
.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: #ff6567;
	border: 2px solid #ff6567;
	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{
	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: #ff6567;
}

/*登录弹窗*/
.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;
}
.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;
}
.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: 22.5%;
        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; 
    }
    /*作者欢迎*/
       .m-welcome-wrap{
        position: fixed;
        top: 50%;
        left: 50%;
        width: 738px;
        height: 490px;
        margin-left: -369px;
        margin-top: -245px;
        background: #fff;
        z-index: 1000;
        font-size: 0;
        box-shadow: 0px 0px 12px #000;
    }
    /*作者强制性消息弹框*/
       .m-message-wrap{
        position: fixed;
        top: 50%;
        left: 50%;
        width: 400px;
        height: 240px;
        margin-left: -169px;
        margin-bottom: -245px;
        background: #fff;
        z-index: 800;
        font-size: 0;
        box-shadow: 0px 0px 12px #000;
    }
    .m-welcome-wrap>img{
        width: 369px;
        height: 490px;
        display: inline-block;
        border-right: 1px solid #c5c5c5;
    }
    .u-welcome-text{
        width: 368px;
        height: 490px;
        display: inline-block;
        vertical-align: top;
    }
    .u-welcome-text>div{
        padding: 37px 0 30px 37px;
    }
    .u-welcome-text h4{
        font-size: 20px;
        color: #333;
    }
    .u-welcome-text em{
        color: #888;
        font-size: 12px;
        display: block;
        margin-bottom: 25px;
    }
    .u-welcome-text span{
        font-size: 14px;
        display: block;
        color: #666;
        line-height: 25px;
    }
    .u-welcome-text a{
        padding: 37px 30px 0 35px;
        text-indent: 2em;
        font-size: 14px;
        color: #999;
		display: block;
        border-top: 1px solid #c5c5c5;
        line-height: 22px;
    }
    .u-coffee{
        color: #d06d1d;
    }
    .u-blue{
        color: #27a6e0;
    }
    .u-red{
        color: #c00000;
    }
    .u-welcome-close{
        position: absolute;
        right: 20px;
        top: 20px;
        width: 24px;
        height: 24px;
        display: block;
        background: url(/styles/images/common/close-24.png) center no-repeat;
        cursor: pointer;
    }
    
    /*作者等级*/
    .icon-shouxi {
        width: 75px;
        height: 21px;
            background-size: 100%;
        background-image: url(/styles/images/dashen/dashen9.png);
    }
    .icon-mingyu {
        width: 75px;
        height: 21px;
            background-size: 100%;
        background-image: url(/styles/images/dashen/dashen8.png);
    }
    .icon-zishen {
       width: 75px;
        height: 21px;
            background-size: 100%;
        background-image: url(/styles/images/dashen/dashen7.png);
    }
    .icon-zuanshi {
        width: 75px;
        height: 21px;
            background-size: 100%;
        background-image: url(/styles/images/dashen/dashen6.png);
    }
    .icon-bojin {
        width: 75px;
        height: 21px;
            background-size: 100%;
        background-image: url(/styles/images/dashen/dashen5.png);
    }
    .icon-huangjin {
        width: 75px;
        height: 21px;
            background-size: 100%;
        background-image: url(/styles/images/dashen/dashen4.png);
    }
    .icon-baiyin {
        width: 75px;
        height: 21px;
            background-size: 100%;
        background-image: url(/styles/images/dashen/dashen3.png);
    }
    .icon-qingtong {
        width: 75px;
            background-size: 100%;
        height: 21px;
        background-image: url(/styles/images/dashen/dashen2.png);
    }
   .icon-putong {
        background-size: 100%;
        width: 75px;
        height: 21px;
        background-image: url(/styles/images/dashen/dashen1.png);
    }
    /*作者等级*/



    /*注册登录弹窗*/
     .m-member-app,.m-member-pc{
        position: fixed;
        top: 20%;
        left: 50%;
        margin-left: -190px;
        background: #fff;
        box-shadow: 0px 0px 23px #333;
        border-radius: 3px;
        padding: 45px 30px 40px;
        z-index: 1000;
    }
    .m-member-app .u-member-tab span{
        cursor: default;
    }
    .u-member{
        width: 335px;
        overflow: hidden;
    }
    .u-member-tab{
        display: block;
        border-bottom: 1px solid #e5e5e5;
        width: 335px;
        font-size: 0;
        position: relative;
    }
    .u-member-tab span{
        line-height: 32px;
        padding-bottom: 15px;
        color: #999;
        font-size: 16px;
        display: inline-block;
        margin-right: 37px;
        cursor: pointer;
        transition-duration: 300ms;
    }
    .u-member-tab i{
        position: absolute;
        height: 2px;
        width: 64px;
        background: #282829;
        top: 46px;
        left: 0;
    }
    .u-member-tab span.z-active{
        color: #282828;
    }
    .u-member-item{
         width: 690px;
         font-size: 0;
         margin-left: -5px;
/*         height: 390px;*/
    }
    .u-member-input{
        height: 40px;
        width: 285px;
        border:1px solid #d2d2d2;
        border-radius: 4px;
        background: #f4f4f4;
        padding: 0 24px;
        margin-bottom: 20px;
        outline: none;
        font-size: 14px;
        display: block;
    }
    .u-member-btn.z-active{
        color: #adadad;
        background: #eee;
    }
    .u-member-btn{
        background: #ff6567;
        color: #fff;
        width: 335px;
        height: 42px;
        line-height: 42px;
        border:none;
        outline: none;
        border-radius: 4px;
        font-size: 16px;
        text-align: center;
        line-height: 42px;
        margin-bottom: 20px;
        cursor: pointer;
    }
    .u-login-warp{
        margin-top: 45px;
    }
    .u-login-operation{

    }
    .u-login-auto{
        color: #141414;
        font-size: 14px;
        cursor: pointer;
        padding-top: 30px;
    }
    .u-login-auto:before{
        content: '';
        width: 10px;
        height: 10px;
        display: inline-block;
        border: 1px solid #b5b5b5;
        border-radius: 2px;
        vertical-align: inherit;
        margin-right: 4px;
    }
    .u-login-auto.z-active:before{
        background-image: url(/styles/images/common/member-true.png);
        border:none;
         width: 12px;
        height: 12px;
    }
    .u-login-operation a,
    .u-login-operation a:hover,
    .u-login-operation a:link,
    .u-login-operation a:visited{
        color: #999;
        font-size: 14px;
    }
    .u-login-operation>a{
        position: absolute;
        right: 0;
    }
    .u-login-operation{
        position: relative;
        /*margin-top: 20px;*/
    }
    .u-login-other{
        margin-top: 50px;
    }
    .u-login-other>span{
        color: #999;
        font-size: 14px;
        display: block;
        text-align: center;
        margin-bottom: 28px;
    }
    .u-other-icon{
        text-align: center;   
        font-size: 0;
    }
    .u-other-icon a{
        width: 40px;
        height: 40px;
        display: inline-block;
        margin: 0 13px; 
    }
    .u-icon-wx{
        background: url(/styles/images/common/login-wx-c.png);
    }
    .u-icon-wb{
        background: url(/styles/images/common/login-wb-c.png);
    }
    .u-icon-qq{
        background: url(/styles/images/common/login-qq-c.png);
    }
    .u-register-operation{
        margin-bottom: 38px;
    }
    .u-member-login,.u-member-register{
        display: inline-block;
        vertical-align: top;
        margin: 0 5px; 
    }
    .u-switch.z-qr{
        position: absolute;
        top: 30px;
        right: 32px;
        width: 50px;
        height: 50px;
        background: url(/styles/images/common/login-switch-qr.png);
        cursor: pointer;
    }
    .u-switch.z-pc{
        position: absolute;
        top: 30px;
        right: 32px;
        width: 53px;
        height: 41px;
        background: url(/styles/images/common/login-switch-pc.png);
        cursor: pointer;
    }
    .u-app-wrap{
        text-align: center;
    }
    .u-app-wrap img{
        width: 178px;
        height: 178px;
        display: block;
        margin: 57px auto 0;
    }
    .u-app-wrap p{
        color: #999;
        font-size: 14px;
        margin-top: 27px;
    }
    .u-app-wrap div{
        margin-top: 60px;
        margin-bottom: 50px;
    }
    .u-app-wrap div a{
        font-size: 14px;
        color: #666;
        margin: 0 5px;   
        vertical-align: middle;     
    }
    .u-member-close{
        width: 24px;
        height: 24px;
        display: block;
        background: url(/styles/images/common/close-24.png);
        position: absolute;
        top: 5px;
        right: 5px;
    }
    /*用户协议*/
    .u-agreement-content{
        position: absolute;
        z-index: 2;
        display: block;
        font-size: 14px;
        top: -56px;
        right: 50%;
        margin-right: -275px;
        background: #fff;
        padding: 30px;
        box-shadow: 1px 1px 14px #999;
        border-radius: 4px;
        /*transition-duration: 100ms;*/
    }
    .u-agreement-content>div{
        height: 375px;
        width: 500px;
                overflow: auto;
    }
    .u-agreement-content.f-dn{
        display: none;
    }
    .u-agreement-content h3{
        display: block;
        line-height: 2em;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .u-agreement-content p{
        text-indent: 2em;
        line-height: 22px;
        color: #777;
        margin-bottom: 7px;
    }