@charset "utf-8";

.header_cnt_detail {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	min-width: 1100px;
	_width: expression(this.scrollWidth < 1000 ? '1000px' : 'auto');
	background-color: #222;
	width: 100%;
	height: 48px;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop))
}

:root .header_cnt_detail {
	min-width: 1000px
}

.header-left {
	float: left;
	margin-left: -5px;
	height: 48px
}

.header-left div.logo {
	float: left;
	width: 114px;
	height: 20px;
	margin: 14px 0;
	border-right: 1px solid #454545;
	background: url(../detail_v113/imgs/detail_sprites.png) -5px -365px no-repeat
}

.header-left div.logo a {
	display: block;
	height: 20px
}

.header-left ul.nav {
	height: 48px;
	float: left
}

.header-left ul.nav li {
	float: left;
	height: 48px;
	line-height: 48px;
	font-size: 15px;
	padding: 0 16px
}

.header-left ul.nav li a {
	display: block;
	color: #aaa
}

.header-left ul.nav li:hover {
	background-color: #393939
}

.header-left ul.nav li.narrow-hide {
	display: none
}

.header-left .more-nav li.narrow-show {
	display: block
}

.header-left .nav-more-btn {
	float: left;
	position: relative;
	width: 18px;
	height: 16px;
	padding: 16px 10px;
	background: url(../detail_v113/imgs/detail_sprites.png) -73px -133px no-repeat;
	cursor: pointer
}

.header-left .nav-more-btn:hover {
	background-position: -75px -181px
}

.header-left .nav-more-btn:hover .more-nav {
	display: block
}

.header-left .nav-more-btn .more-nav {
	display: none;
	padding: 20px 32px 0 32px;
	background-color: #fff;
	border: 1px solid #bbb;
	border-top: 0;
	width: 268px;
	height: 175px;
	position: absolute;
	top: 48px;
	left: -140px
}

.header-left .more-nav li {
	width: 67px;
	float: left;
	margin-bottom: 15px;
	text-align: center;
	color: #666;
	font-size: 15px
}

.header-right {
	float: right;
	height: 48px;
	position: relative
}

.search-box {
	float: left;
	width: 180px;
	height: 28px;
	margin: 10px 0;
	position: relative;
	border: 1px solid #666;
	background-color: #222;
	height: 28px;
	line-height: 28px;
	border-radius: 14px;
	overflow: hidden
}

.search-iframe {
	float: left;
	width: 180px;
	height: 28px;
	margin-top: 8px
}

.search-box input.txt {
	width: 135px;
	border: 0 none;
	background-color: transparent;
	outline: 0;
	height: 26px;
	line-height: 26px;
	text-indent: 14px;
	color: #666
}

.search-box a.submit {
	position: absolute;
	top: 1px;
	right: 0;
	background: transparent url(../images/icon_search.png) no-repeat center center;
	height: 28px;
	text-indent: -999px;
	width: 40px;
	cursor: pointer;
	border: 0 none;
	border-left: 1px solid #666
}

.search-box a.submit:hover {
	background-color: #000
}

.header-right .app-download {
	float: left;
	position: relative;
	height: 18px;
	cursor: pointer;
	margin: 15px 12px 15px 20px;
	padding-right: 20px;
	border-right: 1px solid #999
}

.header-right .dfh-entry {
	float: left;
	height: 18px;
	margin: 15px 0
}

.header-right .app-download span,.header-right .dfh-entry span {
	position: relative;
	display: block;
	width: 83px;
	height: 18px;
	font-size: 11px;
	line-height: 18px;
	text-indent: 21px;
	color: #999
}

.header-right .app-download span i,.header-right .dfh-entry span i {
	position: absolute;
	display: block;
	width: 21px;
	height: 18px;
	background: url(../detail_v113/imgs/detail_sprites.png) no-repeat -54px -96px
}

.header-right .app-download:hover .download-QRcode {
	display: block
}

.header-right .app-download:hover span i {
	background-position: -85px -96px
}

.header-right .app-download:hover span {
	color: #ee4b4c
}

.header-right .dfh-entry span i {
	background-position: -54px -116px
}

.header-right .dfh-entry:hover span i {
	background-position: -85px -116px
}

.header-right .dfh-entry:hover span {
	color: #ee4b4c
}

.header-right .app-download .download-QRcode {
	display: none;
	width: 118px;
	height: 138px;
	z-index: 9999;
	position: absolute;
	left: -17px;
	top: 18px;
	background: url(../detail_v113/imgs/detail_sprites.png) no-repeat -118px -6px
}

.login-box {
	margin-left: 0;
	margin-top: -3px
}

.header-right .login-box {
	float: left;
	margin-left: 20px
}

.header-right .login-box span.login-btn {
	display: block;
	width: 70px;
	height: 55px;
	cursor: pointer;
	background-color: #d60000;
	line-height: 55px;
	font-size: 13px;
	color: #fff;
	text-align: center
}

.login-box .user-info-top {
	height: 51px;
	width: 135px
}

.login-box .user-info-top .head-img {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin: 11px 10px
}

.login-box .user-info-top .head-nickname {
	display: block;
	line-height: 50px;
	font-size: 14px;
	float: left;
	color: #999;
	width: 85px;
	height: 51px;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis
}

.login-box .no_btn {
	width: 60px
}

.login-box .no_btn .head_nickname {
	display: block;
	line-height: 25px;
	width: 60px;
	height: 25px;
	color: #333;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.login-box .open-login,.login-box .open-reg {
	border: 0;
	font-size: 14px;
	height: 25px;
	color: #666;
	float: left;
	background: 0 0;
	_padding: 0
}

.login-box .open-login {
	padding-right: 5px
}

.login-box .open-reg {
	padding-left: 5px
}

.login-box i {
	border-left: 1px solid #d8d8d8;
	display: block;
	height: 18px;
	margin-top: 3px;
	width: 0;
	float: left
}

.login-box .user-info-box {
	display: none;
	position: absolute;
	z-index: 9999;
	top: 25px;
	right: 0;
	width: 172px;
	height: 192px;
	background: 0 0
}

.login-box .user-info {
	margin-top: 23px;
	padding: 25px 10px 10px 10px;
	box-shadow: 0 0 5px rgba(51,51,51,.2);
	background: #fff
}

.login-box.log:hover .user-info-box {
	display: block
}

.login-box.log:hover .head-nickname {
	color: #fff
}

.login-box .user-info img {
	border-radius: 50%;
	width: 64px;
	height: 64px;
	display: block;
	margin: 0 auto
}

#J_nickname {
	display: block;
	text-align: center;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	color: #333;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	width: 152px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.login-box .user-info ul {
	padding-top: 12px;
	height: 15px
}

.login-box .user-info ul a:hover,.login-box .user-info ul li.sign-out:hover {
	color: #ee4c4b
}

.login-box .user-info ul li {
	float: left;
	padding: 0 6px;
	position: relative;
	border-right: 1px solid #eee;
	height: 15px
}

#J_user_news span.red-point,.login-box .user-info span.red-point {
	display: none;
	position: absolute;
	top: -10px;
	left: auto;
	right: -5px;
	width: 13px;
	height: 13px;
	background: url(../images/red_point.gif) no-repeat center center;
	border: 0
}

#J_user_news span.red-point {
	top: 1px;
	left: 6px
}

.login-box .user-info ul a,.login-box .user-info ul li.sign-out {
	cursor: pointer;
	display: block;
	height: 15px;
	line-height: 15px;
	color: #888;
	font-size: 14px
}

.login-box .user-info ul li.user-news {
	border-right: 0
}

body,html {
	background-image: url(about:blank);
	background-attachment: fixed
}

blockquote,body,button,dd,dl,dt,fieldset,h1,h2,h3,h4,h5,h6,hr,input,lengend,li,ol,p,pre,td,textarea,th,ul {
	margin: 0;
	padding: 0;
	outline: 0
}

dir,menu,ul {
	-webkit-padding-start: 0
}

:focus {
	outline: 0 none;
	font-weight: 400
}

body {
	min-width: 1002px;
	min-height: 100%;
	color: #333
}

body,button,input,select,textarea {
	font: 14px/1.5 \5FAE\8F6F\96C5\9ED1,"Microsoft YaHei",arial,sans-serif
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1em
}

iframe,img {
	border: 0 none
}

em,i,ins {
	font-style: normal;
	text-decoration: none
}

address,cite,dfn,em,var {
	font-style: normal
}

code,kbd,pre,samp,tt {
	font-family: "Courier New",Courier,monospace
}

small {
	font-size: 12px
}

li,ol,ul {
	list-style: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a {
	text-decoration: none;
	outline: 0;
	color: #333;
	cursor: pointer
}

a:hover {
	color: #ee4b4b
}

a:focus {
	font-weight: inherit
}

abbr[title],acronym[title] {
	border-bottom: 1px dotted;
	cursor: help
}

q:after,q:before {
	content: ''
}

input {
	outline: 0
}

input::-ms-clear {
	display: none
}

legend {
	color: #333
}

fieldset,img {
	border: none
}

button,input,select,textarea {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit
}

textarea {
	overflow: auto;
	resize: none
}

label {
	cursor: pointer
}

hr {
	border: none;
	height: 1px;
	background-color: #eee
}

*html a {
	outline: 0
}

button {
	cursor: pointer
}

.cf:after,.cf:before,.clear-fix:after,.clear-fix:before {
	content: '';
	display: table
}

.cf:after,.clear-fix:after {
	clear: both
}

.f12 {
	font-size: 12px!important
}

.f14 {
	font-size: 14px!important
}

.f16 {
	font-size: 16px!important
}

.f18 {
	font-size: 18px!important
}

.f20 {
	font-size: 20px!important
}

.f22 {
	font-size: 22px!important
}

.f24 {
	font-size: 24px!important
}

.f26 {
	font-size: 26px!important
}

.fb {
	font-weight: 700
}

.fn {
	font-weight: 400
}

.t2 {
	text-indent: 2em
}

.lh150 {
	line-height: 150%
}

.lh180 {
	line-height: 180%
}

.lh200 {
	line-height: 200%
}

.unl {
	text-decoration: underline
}

.no_unl {
	text-decoration: none
}

.cp {
	cursor: pointer
}

.cd {
	cursor: default
}

.cna {
	cursor: not-allowed
}

.tl {
	text-align: left
}

.tc {
	text-align: center
}

.tr {
	text-align: right
}

.bc {
	margin-left: auto;
	margin-right: auto
}

.cb {
	clear: both
}

.cl {
	clear: left
}

.cr {
	clear: right
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

*html .clearfix {
	height: 1%;
	zoom: 1
}

.clearfix {
	display: block;
	zoom: 1
}

.fl {
	float: left;
	display: inline
}

.fr {
	float: right;
	display: inline
}

.vt {
	vertical-align: top
}

.vm {
	vertical-align: middle
}

.vb {
	vertical-align: bottom
}

.pr {
	position: relative
}

.pa {
	position: absolute
}

.abs-right {
	position: absolute;
	right: 0
}

.zoom {
	zoom: 1
}

.hidden {
	visibility: hidden
}

.none {
	display: none
}

.ib {
	display: inline-block
}

.inline {
	display: inline
}

.block {
	display: block
}

.ml5 {
	margin-left: 5px!important
}

.mr5 {
	margin-right: 5px!important
}

.mt5 {
	margin-top: 5px!important
}

.mb5 {
	margin-bottom: 5px!important
}

.ml10 {
	margin-left: 10px!important
}

.mr10 {
	margin-right: 10px!important
}

.mt10 {
	margin-top: 10px!important
}

.mb10 {
	margin-bottom: 10px!important
}

.ml15 {
	margin-left: 15px!important
}

.mr15 {
	margin-right: 15px!important
}

.mt15 {
	margin-top: 15px!important
}

.mb15 {
	margin-bottom: 15px!important
}

.ml20 {
	margin-left: 20px!important
}

.mr20 {
	margin-right: 20px!important
}

.mt20 {
	margin-top: 20px!important
}

.mb20 {
	margin-bottom: 20px!important
}

.ml25 {
	margin-left: 25px!important
}

.mr25 {
	margin-right: 25px!important
}

.mt25 {
	margin-top: 25px!important
}

.mb25 {
	margin-bottom: 25px!important
}

.ml30 {
	margin-left: 30px!important
}

.mr30 {
	margin-right: 30px!important
}

.mt30 {
	margin-top: 30px!important
}

.mb30 {
	margin-bottom: 30px!important
}

.ml40 {
	margin-left: 40px!important
}

.mr40 {
	margin-right: 40px!important
}

.mt40 {
	margin-top: 40px!important
}

.mb40 {
	margin-bottom: 40px!important
}

.pl5 {
	padding-left: 5px!important
}

.pr5 {
	padding-right: 5px!important
}

.pt5 {
	padding-top: 5px!important
}

.pb5 {
	padding-bottom: 5px!important
}

.pl10 {
	padding-left: 10px!important
}

.pr10 {
	padding-right: 10px!important
}

.pt10 {
	padding-top: 10px!important
}

.pb10 {
	padding-bottom: 10px!important
}

.pl15 {
	padding-left: 15px!important
}

.pr15 {
	padding-right: 15px!important
}

.pt15 {
	padding-top: 15px!important
}

.pb15 {
	padding-bottom: 15px!important
}

.pl20 {
	padding-left: 20px!important
}

.pr20 {
	padding-right: 20px!important
}

.pt20 {
	padding-top: 20px!important
}

.pb20 {
	padding-bottom: 20px!important
}

.pl25 {
	padding-left: 25px!important
}

.pr25 {
	padding-right: 25px!important
}

.pt25 {
	padding-top: 25px!important
}

.pb25 {
	padding-bottom: 25px!important
}

.pl30 {
	padding-left: 30px!important
}

.pr30 {
	padding-right: 30px!important
}

.pt30 {
	padding-top: 30px!important
}

.pb30 {
	padding-bottom: 30px!important
}

.pl40 {
	padding-left: 40px!important
}

.pr40 {
	padding-right: 40px!important
}

.pt40 {
	padding-top: 40px!important
}

.pb40 {
	padding-bottom: 40px!important
}

.sy_close,.sy_main {
	display: none
}

.user_error {
	display: none
}

@media screen and (min-width:1300px) {
	.search-box {
		width: 240px
	}

	.search-box input.txt {
		width: 195px
	}
}

@media screen and (min-width:1440px) {
	.header-left ul.nav li.narrow-hide {
		display: block
	}

	.header-left .more-nav li.narrow-show {
		display: none
	}

	.header-left .nav-more-btn .more-nav {
		height: 148px
	}
}

@media screen and (max-width:1150px) {
	.header-left {
		margin-left: 0
	}

	.header-right {
		margin-right: 0
	}

	.header-left ul.nav li {
		padding: 0 10px
	}
}

.mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 9999px;
	height: 999999px;
	z-index: 99999;
	background-color: transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
	zoom: 1;
	background-color: rgba(0,0,0,.3);
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)))
}

.mask .container {
	width: 320px;
	margin: 0 auto
}

.mask form {
	width: 490px;
	height: 478px;
	position: fixed;
	_position: absolute;
	__top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
	_margin-bottom: 200px;
	left: 50%;
	top: 50%;
	margin-left: -240px;
	margin-top: -220px;
	background: #fff;
	border-radius: 5px
}

.mask form .close_login {
	width: 30px;
	height: 30px;
	position: absolute;
	z-index: 9;
	cursor: pointer;
	right: 10px;
	top: 8px;
	background: url(/moban5/assets/images/close_sp.png) no-repeat 0 11px;
	*background-position: 0 -19px
}

#J_comment_mobal_box,#J_detail_modal_box,#J_dfh_modal_box,#J_modal_box,#J_user_modal_box {
	width: auto;
	padding: 10px 35px 10px 95px;
	height: 35px;
	line-height: 35px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -120px;
	margin-top: -25px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 4px;
	display: none;
	color: #666;
	z-index: 99999999;
	background-color: #f5f5f5;
	background-image: url(/moban5/assets/images/user_center.png);
	background-repeat: no-repeat;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
	_margin-bottom: 400px;
	border: 1px solid #ccc
}

.modal_box_success {
	background-position: 28px -510px
}

.modal_box_error {
	background-position: 28px -465px
}

.mask .form-title {
	height: 52px;
	border-bottom: 1px solid #e5e5e5;
	box-shadow: 0 1px 2px -1px #999;
	position: relative
}

.mask .form-title a {
	display: block;
	width: 50%;
	float: left;
	height: 52px;
	text-align: center;
	line-height: 52px;
	font-size: 18px;
	color: #888
}

.mask .form-title a.action {
	color: #ee4b4b;
	font-weight: 700
}

.mask .form-title div.bor_bot {
	position: absolute;
	bottom: -1px;
	left: 126px;
	border-bottom: 3px solid #ee4b4b;
	width: 68px
}

.mask .acc-pwd-box {
	width: 320px;
	height: 230px;
	padding-top: 31px;
	margin: 0 auto;
	display: none
}

.mask label {
	position: relative;
	display: block
}

.mask input.account_number,.mask input.pwd {
	width: 278px;
	height: 40px;
	border: 1px solid #bbb;
	padding-left: 40px;
	font-size: 12px;
	color: #bbb;
	border-radius: 2px;
	line-height: 40px
}

.mask input.account_number::-webkit-input-placeholder,.mask input.pwd::-webkit-input-placeholder {
	color: #bbb
}

.mask input.account_number:focus,.mask input.pwd:focus {
	border-color: #339aff
}

.mask .error {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #ff605d;
	width: 100%
}

.mask .acc-pwd-box label span {
	right: 5px;
	top: 2px;
	display: block;
	height: 15px;
	width: 15px;
	line-height: 15px;
	text-align: center
}

.mask .acc-pwd-box .login {
	width: 320px;
	border-radius: 2px;
	background-color: #e94744;
	line-height: 40px;
	height: 40px;
	font-size: 18px;
	box-shadow: 0 0 1px #ad3434;
	border: 0;
	color: #fff;
	margin-top: 30px
}

.mask .acc-pwd-box .login:hover {
	background-color: #ff605d
}

.mask .acc-pwd-box button.disable,.mask .phone-code-box button.disable {
	background: #ff605d url(/moban5/assets/images/350.gif) no-repeat 148px 8px
}

.mask .acc-pwd-box .forget_pwd {
	display: block;
	text-align: center;
	height: 44px;
	font-size: 14px;
	color: #999;
	line-height: 44px
}

.mask .acc-pwd-box .forget_pwd:hover {
	color: #ee4b4b
}

.mask form .checkbox {
	width: 320px;
	margin: 0 auto;
	height: 20px
}

.mask .checkbox .agreement,.mask .checkbox .keep_30 {
	display: block;
	width: auto;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #777
}

.mask .checkbox i {
	float: left;
	display: inline-block;
	width: 25px;
	height: 20px;
	background: url(/moban5/assets/images/login.png) no-repeat -10px -277px
}

.mask .checkbox .agreement a {
	color: #777;
	font-size: 12px
}

.mask .checkbox .agreement a:hover {
	color: #f44b50
}

.mask .checkbox i.action {
	background-position: -8px -307px
}

.mask .other-login-title {
	width: 320px;
	height: 10px;
	margin: 15px auto 10px;
	border-top: 1px solid #e5e5e5
}

.mask .other-login-title span {
	display: block;
	margin: -10px auto 0;
	_margin-top: 0;
	width: 100px;
	color: #666;
	font-size: 14px;
	padding: 0 15px;
	background: #fff;
	text-align: center
}

.mask .other-login-box {
	width: 285px;
	margin: 0 auto
}

.mask .other-login-box a {
	display: block;
	float: left;
	width: 41px;
	height: 41px;
	margin: 0 27px;
	_margin: 0 20px;
	background: url(/moban5/assets/images/login.png) no-repeat
}

#QQ {
	background-position: -10px -10px
}

#wechat {
	background-position: -10px -64px
}

#weibo {
	background-position: -10px -118px
}

.phone-code-box {
	width: 328px;
	height: 270px;
	margin: 0 auto;
	padding-top: 31px
}

.phone-code-box .phone-box {
	display: block;
	width: 326px;
	height: 40px;
	border: 1px solid #bbb
}

.phone-code-box .img_code_icon {
	margin-bottom: 30px;
	position: relative
}

.phone-code-box .img_code_icon .get-image-code {
	position: absolute;
	right: -45px;
	top: 10px;
	color: #53abee;
	cursor: pointer
}

.phone-code-box .phone-box .image-number,.phone-code-box .phone-box .phone-number {
	display: block;
	width: 177px;
	height: 40px;
	padding-left: 40px;
	font-size: 12px;
	line-height: 40px;
	color: #bbb;
	float: left;
	border-radius: 2px;
	border: 0
}

.mask label i {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	left: 1px;
	top: 0;
	background: url(/moban5/assets/images/login.png) no-repeat
}

.mask label.acc_icon i {
	background-position: 0 -236px
}

.mask label.pwd_icon i {
	background-position: 0 -201px
}

.mask label.phone_number_icon i {
	background-position: -26px -162px
}

.mask label.text_code_icon i {
	background-position: 0 -201px;
	_background-position-y: -165px;
	filter: alpha(opacity=100)
}

.mask label.img_code_icon i {
	background-position: -29px -191px;
	_background-position-y: -165px;
	filter: alpha(opacity=100)
}

.mask label.bind_phone_icon i {
	background-position: -26px -162px
}

.mask label.bind_code_icon i {
	background-position: 0 -201px;
	_background-position-y: -165px;
	filter: alpha(opacity=100)
}

.mask label.img_code_icon img {
	width: 108px;
	max-height: 40px;
	border: 0
}

.phone-code-box .phone-box strong {
	display: block;
	float: left;
	height: 20px;
	margin-top: 10px;
	width: 0;
	border-left: 1px solid #bbb
}

.phone-code-box .phone-box .send-code {
	display: block;
	float: left;
	width: 108px;
	height: 40px;
	border: 0;
	font-size: 14px;
	color: #999;
	background: #fff
}

.phone-code-box input.phone-code {
	width: 286px;
	height: 40px;
	border: 1px solid #bbb;
	padding-left: 40px;
	font-size: 12px;
	line-height: 40px;
	color: #bbb;
	border-radius: 2px
}

.img_code_icon input.image-number::-webkit-input-placeholder,.phone-box input.phone-number::-webkit-input-placeholder,.phone-code-box input.phone-code::-webkit-input-placeholder {
	color: #bbb
}

.phone-code-box .phone-code:focus {
	border-color: #1e8df4
}

.phone-code-box .prompt {
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #999;
	font-size: 14px
}

.phone-code-box .phone-login {
	display: block;
	width: 328px;
	border-radius: 2px;
	background: #e94744;
	line-height: 40px;
	height: 40px;
	font-size: 18px;
	box-shadow: 0 0 1px #ad3434;
	border: 0;
	color: #fff;
	margin: 3px 0 7px
}

.phone-code-box .phone-login:hover {
	background: #ff605d
}

.phone-code-box .switch {
	height: 20px;
	line-height: 20px;
	color: #ff0922;
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px
}

form.bind-form {
	height: 380px;
	margin-top: -150px;
	display: none
}

form.bind-form .bind-title {
	height: 55px;
	line-height: 55px;
	text-align: left;
	padding-left: 30px;
	font-size: 20px;
	color: #666;
	border-bottom: 1px solid #eee;
	box-shadow: 0 1px 2px -1px #999
}

.bind-form button.phone-login {
	margin-top: 25px
}

.oh {
	overflow: hidden;
	overflow-y: hidden
}

input:-webkit-autofill,select:-webkit-autofill,textarea:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset
}

.mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 9999px;
	height: 999999px;
	z-index: 99999;
	background-color: transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
	zoom: 1;
	background-color: rgba(0,0,0,.3);
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)))
}

.mask .container {
	width: 320px;
	margin: 0 auto
}

.mask form {
	width: 490px;
	height: 478px;
	position: fixed;
	_position: absolute;
	__top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
	_margin-bottom: 200px;
	left: 50%;
	top: 50%;
	margin-left: -240px;
	margin-top: -220px;
	background: #fff;
	border-radius: 5px
}

.mask form .close_login {
	width: 30px;
	height: 30px;
	position: absolute;
	z-index: 9;
	cursor: pointer;
	right: 10px;
	top: 8px;
	background: url(/assets/images/close_sp.png) no-repeat 0 11px;
	*background-position: 0 -19px
}

#J_comment_mobal_box,#J_detail_modal_box,#J_dfh_modal_box,#J_modal_box,#J_user_modal_box {
	width: auto;
	padding: 10px 35px 10px 95px;
	height: 35px;
	line-height: 35px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -120px;
	margin-top: -25px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 4px;
	display: none;
	color: #666;
	z-index: 99999999;
	background-color: #f5f5f5;
	background-image: url(/assets/images/user_center.png);
	background-repeat: no-repeat;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
	_margin-bottom: 400px;
	border: 1px solid #ccc
}

.modal_box_success {
	background-position: 28px -510px
}

.modal_box_error {
	background-position: 28px -465px
}

.mask .form-title {
	height: 52px;
	border-bottom: 1px solid #e5e5e5;
	box-shadow: 0 1px 2px -1px #999;
	position: relative
}

.mask .form-title a {
	display: block;
	width: 50%;
	float: left;
	height: 52px;
	text-align: center;
	line-height: 52px;
	font-size: 18px;
	color: #888
}

.mask .form-title a.action {
	color: #ee4b4b;
	font-weight: 700
}

.mask .form-title div.bor_bot {
	position: absolute;
	bottom: -1px;
	left: 126px;
	border-bottom: 3px solid #ee4b4b;
	width: 68px
}

.mask .acc-pwd-box {
	width: 320px;
	height: 230px;
	padding-top: 31px;
	margin: 0 auto;
	display: none
}

.mask label {
	position: relative;
	display: block
}

.mask input.account_number,.mask input.pwd {
	width: 278px;
	height: 40px;
	border: 1px solid #bbb;
	padding-left: 40px;
	font-size: 12px;
	color: #bbb;
	border-radius: 2px;
	line-height: 40px
}

.mask input.account_number::-webkit-input-placeholder,.mask input.pwd::-webkit-input-placeholder {
	color: #bbb
}

.mask input.account_number:focus,.mask input.pwd:focus {
	border-color: #339aff
}

.mask .error {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #ff605d;
	width: 100%
}

.mask .acc-pwd-box label span {
	right: 5px;
	top: 2px;
	display: block;
	height: 15px;
	width: 15px;
	line-height: 15px;
	text-align: center
}

.mask .acc-pwd-box .login {
	width: 320px;
	border-radius: 2px;
	background-color: #e94744;
	line-height: 40px;
	height: 40px;
	font-size: 18px;
	box-shadow: 0 0 1px #ad3434;
	border: 0;
	color: #fff;
	margin-top: 30px
}

.mask .acc-pwd-box .login:hover {
	background-color: #ff605d
}

.mask .acc-pwd-box button.disable,.mask .phone-code-box button.disable {
	background: #ff605d url(/assets/images/350.gif) no-repeat 148px 8px
}

.mask .acc-pwd-box .forget_pwd {
	display: block;
	text-align: center;
	height: 44px;
	font-size: 14px;
	color: #999;
	line-height: 44px
}

.mask .acc-pwd-box .forget_pwd:hover {
	color: #ee4b4b
}

.mask form .checkbox {
	width: 320px;
	margin: 0 auto;
	height: 20px
}

.mask .checkbox .agreement,.mask .checkbox .keep_30 {
	display: block;
	width: auto;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #777
}

.mask .checkbox i {
	float: left;
	display: inline-block;
	width: 25px;
	height: 20px;
	background: url(/assets/images/login.png) no-repeat -10px -277px
}

.mask .checkbox .agreement a {
	color: #777;
	font-size: 12px
}

.mask .checkbox .agreement a:hover {
	color: #f44b50
}

.mask .checkbox i.action {
	background-position: -8px -307px
}

.mask .other-login-title {
	width: 320px;
	height: 10px;
	margin: 15px auto 10px;
	border-top: 1px solid #e5e5e5
}

.mask .other-login-title span {
	display: block;
	margin: -10px auto 0;
	_margin-top: 0;
	width: 100px;
	color: #666;
	font-size: 14px;
	padding: 0 15px;
	background: #fff;
	text-align: center
}

.mask .other-login-box {
	width: 285px;
	margin: 0 auto
}

.mask .other-login-box a {
	display: block;
	float: left;
	width: 41px;
	height: 41px;
	margin: 0 27px;
	_margin: 0 20px;
	background: url(/assets/images/login.png) no-repeat
}

#QQ {
	background-position: -10px -10px
}

#wechat {
	background-position: -10px -64px
}

#weibo {
	background-position: -10px -118px
}

.phone-code-box {
	width: 328px;
	height: 270px;
	margin: 0 auto;
	padding-top: 31px
}

.phone-code-box .phone-box {
	display: block;
	width: 326px;
	height: 40px;
	border: 1px solid #bbb
}

.phone-code-box .img_code_icon {
	margin-bottom: 30px;
	position: relative
}

.phone-code-box .img_code_icon .get-image-code {
	position: absolute;
	right: -45px;
	top: 10px;
	color: #53abee;
	cursor: pointer
}

.phone-code-box .phone-box .image-number,.phone-code-box .phone-box .phone-number {
	display: block;
	width: 177px;
	height: 40px;
	padding-left: 40px;
	font-size: 12px;
	line-height: 40px;
	color: #bbb;
	float: left;
	border-radius: 2px;
	border: 0
}

.mask label i {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	left: 1px;
	top: 0;
	background: url(/assets/images/login.png) no-repeat
}

.mask label.acc_icon i {
	background-position: 0 -236px
}

.mask label.pwd_icon i {
	background-position: 0 -201px
}

.mask label.phone_number_icon i {
	background-position: -26px -162px
}

.mask label.text_code_icon i {
	background-position: 0 -201px;
	_background-position-y: -165px;
	filter: alpha(opacity=100)
}

.mask label.img_code_icon i {
	background-position: -29px -191px;
	_background-position-y: -165px;
	filter: alpha(opacity=100)
}

.mask label.bind_phone_icon i {
	background-position: -26px -162px
}

.mask label.bind_code_icon i {
	background-position: 0 -201px;
	_background-position-y: -165px;
	filter: alpha(opacity=100)
}

.mask label.img_code_icon img {
	width: 108px;
	max-height: 40px;
	border: 0
}

.phone-code-box .phone-box strong {
	display: block;
	float: left;
	height: 20px;
	margin-top: 10px;
	width: 0;
	border-left: 1px solid #bbb
}

.phone-code-box .phone-box .send-code {
	display: block;
	float: left;
	width: 108px;
	height: 40px;
	border: 0;
	font-size: 14px;
	color: #999;
	background: #fff
}

.phone-code-box input.phone-code {
	width: 286px;
	height: 40px;
	border: 1px solid #bbb;
	padding-left: 40px;
	font-size: 12px;
	line-height: 40px;
	color: #bbb;
	border-radius: 2px
}

.img_code_icon input.image-number::-webkit-input-placeholder,.phone-box input.phone-number::-webkit-input-placeholder,.phone-code-box input.phone-code::-webkit-input-placeholder {
	color: #bbb
}

.phone-code-box .phone-code:focus {
	border-color: #1e8df4
}

.phone-code-box .prompt {
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #999;
	font-size: 14px
}

.phone-code-box .phone-login {
	display: block;
	width: 328px;
	border-radius: 2px;
	background: #e94744;
	line-height: 40px;
	height: 40px;
	font-size: 18px;
	box-shadow: 0 0 1px #ad3434;
	border: 0;
	color: #fff;
	margin: 3px 0 7px
}

.phone-code-box .phone-login:hover {
	background: #ff605d
}

.phone-code-box .switch {
	height: 20px;
	line-height: 20px;
	color: #ff0922;
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px
}

form.bind-form {
	height: 380px;
	margin-top: -150px;
	display: none
}

form.bind-form .bind-title {
	height: 55px;
	line-height: 55px;
	text-align: left;
	padding-left: 30px;
	font-size: 20px;
	color: #666;
	border-bottom: 1px solid #eee;
	box-shadow: 0 1px 2px -1px #999
}

.bind-form button.phone-login {
	margin-top: 25px
}

.oh {
	overflow: hidden;
	overflow-y: hidden
}

input:-webkit-autofill,select:-webkit-autofill,textarea:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset
}