@charset "UTF-8";
/*color & url */
/*border start*/
/*border end*/
/*touch color start*/
/*touch color end*/
/*自定义 color 变量*/
/*自定义 color 变量*/
/*郝景芳活动页 start*/
/*郝景芳活动页 end*/
/*base url start*/
/*base end*/
/*index start*/
/*index end*/
/*newRead	start*/
/*newRead	end*/
/*account start*/
/*account end*/
/*welcome start*/
/*welcome end*/
/*active start*/
/*active end*/
/*newRead start*/
/*newRead end*/
/*set start*/
/*set end*/
/*img url lib start*/
/*img url lib end*/
/***********************import components*******************************/
/*font & rest style*/
/* CSS Document */
textarea {
	outline: none;
	resize: none; }

button {
	-webkit-appearance: button; }

* {
	margin: 0;
	padding: 0;
	list-style: none;
	outline: none;
	box-sizing: border-box;
	border: 0; }

html {
	width: 100%;
	min-height: 100%;
	font-size: 62.5%; }

/*
KISSY CSS Reset
理念：1. reset 的目的不是清除浏览器的默认样式，这仅是部分工作。清除和重置是紧密不可分的。
2. reset 的目的不是让默认样式在所有浏览器下一致，而是减少默认样式有可能带来的问题。
3. reset 期望提供一套普适通用的基础样式。但没有银弹，推荐根据具体需求，裁剪和修改后再使用。
特色：1. 适应中文；2. 基于最新主流浏览器。
 */
/** 清除内外边距 **/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #CCCCCC; }

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #CCCCCC; }

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #CCCCCC; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #CCCCCC; }

/** 设置默认字体 **/
body,
button,
input,
select,
textarea {
	font: 1.2rem -apple-system, BlinkMacSystemFont, 'PingFang SC', 'SanFranciscoDisplay', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', sans-serif, tahoma, arial, \5b8b\4f53;
	font-weight: normal; }

address,
cite,
dfn,
em,
var {
	font-style: normal; }

/* 将斜体扶正 */
code,
kbd,
pre,
samp {
	font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', sans-serif, tahoma, arial, \5b8b\4f53, sans-serif;
	font-weight: normal; }

/* 统一等宽字体 */
small {
	font-size: 1.2rem; }

/* 小于 12px 的中文很难阅读，让 small 正常化 */
/** 重置列表元素 **/
ul,
ol {
	list-style: none; }

/** 重置文本格式元素 **/
a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent; }

a:hover {
	text-decoration: none; }

/** 重置表单元素 **/
legend {
	color: #000; }

/* for ie6 */
fieldset,
img {
	border: 0; }

/* img 搭车：让链接里的 img 无边框 */
button,
input,
select,
textarea {
	font-size: 100%; }

/*输入框样式*/
input {
	outline: none; }

/* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */
/** 重置表格元素 **/
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-weight: normal; }

ul,
ul li,
ul li i {
	background: inherit; }

/*字体url start
@font-face {
	font-family: "iconfont";
	src: url("iconfont.eot?t=1458283528");
	src: url("iconfont.eot?t=1458283528#iefix") format("embedded-opentype"), url("iconfont.woff?t=1458283528") format("woff"), url("iconfont.ttf?t=1458283528") format("truetype"), url("iconfont.svg?t=1458283528#iconfont") format("svg");
	}

.iconfont {
	font-family: "iconfont";
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale; }

.iconor:before {
	content: "\e63c"; }

.iconoryuan:before {
	content: "\e63d"; }

.iconqq:before {
	content: "\e63e"; }

.icongouxuan:before {
	content: "\e63f"; }

.iconsousuo:before {
	content: "\e640"; }

.iconweibo:before {
	content: "\e641"; }

.iconweiboerweima:before {
	content: "\e642"; }

.iconweixin:before {
	content: "\e643"; }

.iconweixinerweima:before {
	content: "\e644"; }
*/
/*style component lib*/
/*消息提示点*/
/*用户名头像 start*/
/*用户名头像 end*/
.only_mob, .only_login, .only_not_login {
	display: none;
}
.only_mob_i {
	display: none !important;
}
.only_mob_v {
	visibility: hidden;
}
/*顶部导航*/
#nav {
	width: 100%;
	height: 64px;
	border-bottom: 1px solid #eee;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
#nav .navcont {
	max-width: 1000px;
	margin: 0 auto;
	line-height: 64px;
	font-size: 14px;
	position: relative;
}
#nav .navcont .logo {
	float: left;
	margin-right: 30px;
}
#nav .navcont .logo a {
	display: block;
	height: 64px;
	width: 90px;
	background: url(../img/index_v2/qiaobooks_logo_text.svg) no-repeat left center;
}
#nav .navcont .w2tab{
	height:64px;
	float: left
}
#nav .navcont .w2tab a{
	padding-left: 16px;
	color: #909499;
}
#nav .navcont .w2tab a:hover {
	color: #5F6266;
}
#nav .navcont .w2tab .current{
	color: #2d3033;
}
#nav .navcont .w2tab .nav_qxs, #nav .navcont .w2tab .nav_qxs:hover {
	color: #fc617f;
	position: relative;
}
#nav .navcont .w2tab .nav_qxs span {
	background: #fc617f;
	color: #fff;
	padding: 0 5px;
	border-radius: 9px;
	font-size: 12px;
	margin-left: 4px;
	line-height: 18px;
	position: absolute;
	top: 0;
}
#nav .navcont .w2tab .nav_lab, #nav .navcont .w2tab .nav_lab:hover {
	color: #4886ff;
	position: relative;
}
#nav .navcont .w2tab .nav_lab i:first-child {
	display: block;
	width: 8px;
	height: 8px;
	background: #ec0000;
	line-height: 8px;
	overflow: hidden;
	border-radius: 50%;
	position: absolute;
	top: -2px;
	right: -3px;
}
#nav .navcont .nav_tabs {
	position: absolute;
	right: 0;
	top: 0;
}
#nav .navcont .nav_tabs > li {
	position: relative;
	float: left;
	padding: 0;
	height: 63px;
}
#wrbutton {
	width: 140px;
	height: 42px !important;
	margin-top: 11px;
	background: #4886ff;
	border-radius: 21px;
	text-align: center;
	line-height: 42px;
	margin-right: 8px;
}
#nav .navcont .nav_tabs #wrbutton a {
	color: #fff;
	padding-left: 18px;
	background: url(../img/index_v2/icon_write.png) no-repeat left center;
}
#nav .navcont .nav_tabs .search {
	cursor: pointer;
	margin-left: 24px;
}
#nav .navcont .nav_tabs .search form {
	display: block;
	height: 63px;
	background: url("../img/index_v2/nav-search.svg") no-repeat left center;
}
#nav .navcont .nav_tabs .search:hover form, #nav .navcont .nav_tabs .search .current{
	background-position: -39px center;
}
#nav .navcont .nav_tabs .search em {
	display: block;
	height: 16px;
	padding-top: 23px;
}
#nav .navcont .nav_tabs .search input{
	margin-left: 21px;
	width: 0;
	background: transparent;
	color: #2d3033;
	display: block;
	line-height: 16px;
	font-size: 14px;
}
#nav .navcont .nav_tabs .search input:focus{
	margin-left: 37px;
	width: 112px;
}
#nav .navcont .nav_tabs #message {
	margin-left: 36px;
}
#nav .navcont .nav_tabs #message > a, #nav .navcont .nav_tabs #mob_message > a {
	display: block;
	margin: 0;
	width: 20px;
	height: 63px;
	background: url("../img/index_v2/nav-notification.svg") no-repeat left center;
}
#nav .navcont .nav_tabs #message > a:hover {
	background-position: -40px center;
}
#nav .navcont .nav_tabs #message .message_list {
	display: none;
	top: 63px;
	left: -170px;
	width: 360px;
	max-height: 324px;
}
/*
#nav .navcont .nav_tabs #message:hover .message_list {
	display: block;
	-webkit-animation: fade_down .2s;
	animation: fade_down .2s;
}
*/
#nav .navcont .nav_tabs #message ul {
	width: 100%;
	max-height: 324px;
	overflow: auto;
	border-radius: 4px;
	min-height: 30px;
}
#nav .navcont .nav_tabs #message ul li {
	margin:0 auto;
	overflow: hidden;
	padding: 16px 0;
	width: 328px;
	border-bottom:1px solid #E5E6E6;
	line-height: 32px;
}
#nav .navcont .nav_tabs #message ul li:last-child {
	border-bottom: 0;
}
#nav .navcont .nav_tabs #message ul li div {
	float: left;
}
#nav .navcont .nav_tabs #message ul li .user_img {
	float: left;
	position: relative;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
}
#nav .navcont .nav_tabs #message ul li .user_img img {
	width: 40px;
	position: absolute;
	top: 0;
}
#nav .navcont .nav_tabs #message ul li .user_img p {
	position: absolute;
	top: 0;
	width: 40px;
	height: 40px;
	background: #5481e3;
	border-radius: 50%;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	display: block;
}
#nav .navcont .nav_tabs #message ul li .msg_text {
	width:272px;
	margin-left:16px;
	font-size: 14px;
}
#nav .navcont .nav_tabs #message ul li .msg_text .time {
	color: #909499;
	line-height: 17px;
}
#nav .navcont .nav_tabs #message .notall {
	color: #999;
}
#nav .navcont .nav_tabs #message .p1 {
	color: #999;
	line-height: 20px;
}
#nav .navcont .nav_tabs #message .p1 a {
	color: #000;
}
#nav .navcont .nav_tabs #message .p1 a:hover {
	color: #4886ff;
}
#nav .navcont .nav_tabs #message ul .msg_loading .user_img img, #nav .navcont .nav_tabs #message ul .msg_loading .user_img p {
	display: none;
}
#nav .navcont .nav_tabs #message .msg_loading .p1 {
	width: 200px;
	height: 18px;
	margin-bottom: 2px;
}
#nav .navcont .nav_tabs #message ul .msg_loading .msg_text .time {
	width: 100px;
	height: 17px;
}
#nav .navcont .nav_tabs #message ul .msg_loading .user_img, #nav .navcont .nav_tabs #message .msg_loading .p1, #nav .navcont .nav_tabs #message ul .msg_loading .msg_text .time {
	background: #eee;
}
#nav .navcont .nav_tabs #userBlock {
	margin-left: 32px;
}
#nav .navcont .nav_tabs #userBlock .user_img {
	margin-top: 12px;
	float: left;
	position: relative;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
}
#nav .navcont .nav_tabs #userBlock .user_img img {
	width: 40px;
	position: absolute;
	top: 0;
}
#nav .navcont .nav_tabs #userBlock .user_img p {
	position: absolute;
	top: 0;
	width: 40px;
	height: 40px;
	background: #5481e3;
	border-radius: 50%;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	display: block;
}
#nav .navcont .nav_tabs #userBlock .icon_red, .navcont .nav_tabs #message .icon_red, .navcont .nav_tabs #mob_message .icon_red {
	width: 8px;
	height: 8px;
	display: block;
	background: #F44336;
	border-radius: 50%;
	position: absolute;
	top: 15px;
	right: 0;
}
#nav .navcont .nav_tabs #userBlock .second {
	display: none;
	padding: 4px 16px;
	padding-top: 8px;
	width: 96px;
	left: -28px;
	top: 63px;
}
/*
#nav .navcont .nav_tabs #userBlock:hover .second {
	display: block;
	-webkit-animation: fade_down .2s;
	animation: fade_down .2s;
}
*/
#nav .navcont .nav_tabs #userBlock .second li {
	height: 33px;
	margin-top: 1px;
	line-height: 33px;
	border-bottom: 0;
	position: relative;
	text-align: center;
}
#nav .navcont .nav_tabs #userBlock .second li a {
	color: #333;
	width: 100%;
	height: 100%;
	padding: 0;
	line-height: 28px;
	display: block;
}
#nav .navcont .nav_tabs #userBlock .second li a:hover {
	color: #5582e4;
}
#nav .navcont .nav_tabs #userBlock .second li i {
	width: 8px;
	height: 8px;
	background: #F44336;
	border-radius: 50%;
	display: block;
	z-index: 999;
	position: absolute;
	right: 0;
	top: 3px;
}
#nav .navcont .nav_tabs #loginBlock, #nav .navcont .nav_tabs #regBlock {
	margin-left: 36px;
}
#nav .navcont .nav_tabs #loginBlock a, #nav .navcont .nav_tabs #regBlock a {
	color: #4886FF;
}
.opacityhei{
	background: rgba(0,0,0,0.3) !important;
}
.opacitybai{
	background: rgba(255,255,255,0.3) !important;
}
.blackList {
	background: #191919 !important;
	border-color: #2d3033 !important;
}
.blackList .navcont .w2tab a:hover, .blackList .navcont .w2tab .current, .blackList .navcont .nav_tabs #wrbutton a, .blackList .navcont .nav_tabs #loginBlock a, .blackList .navcont .nav_tabs #regBlock a, .blackList .navcont .nav_tabs .search input {
	color: #fff !important;
}
.topTriangle, .bottomTriangle {
	position: absolute;
	background: #fff;
	z-index:1;
	border: 1px solid rgba(0,0,0,0.08);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08), 0 4px 8px 0 rgba(0,0,0,0.08);
	border-radius: 4px;
}
.topTriangle:before {
	position: absolute;
	display: block;
	content: '';
	width:10px;
	height:10px;
	background: #fff;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	transform: translateX(-50%) rotateZ(45deg);
	z-index: 1;
	left:50%;
	top:-6px;
}
.bottomTriangle:before {
	position: absolute;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	background: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	transform: translateX(-50%) rotateZ(45deg);
	z-index: 1;
	left: 50%;
	bottom: -6px;
}

.bor_r a {
	border-right: 0 !important;
	padding-right: 0 !important; }



#content_user {
	width: 100%;
	margin: 0 auto;
	padding-top: 144px;
	padding-bottom: 48px;
	border-bottom: 1px solid #EEEEEE;
	background: #FFFFFF;
	text-align: center; }
#content_user h3 {
	margin: 13px auto; }

.user-info h3 {
	margin: 16px auto; }

.user-info .zhankai {
	text-align: center;
	margin-top: 24px;
	display: none; }
.user-info .zhankai span {
	position: relative;
	cursor: pointer;
	padding: 0 19px;
	color: #999999; }
.user-info .zhankai span:hover {
	color: #5582E4;
	-webkit-transition: 0.2s;
	transition: 0.2s; }
.user-info .zhankai span:hover i.icon-s {
	border-color: #5582E4 transparent transparent transparent;
	-webkit-transition: 0.2s;
	transition: 0.2s; }
.user-info .zhankai span:hover i.icon-h {
	border-color: transparent transparent #5582E4 transparent;
	-webkit-transition: 0.2s;
	transition: 0.2s; }

.user-info .user-img, .user-info .head_img {
	line-height: 132px;
	font-size: 5.2rem;
	color: #FFFFFF;
	border-radius: 50%;
	display: block;
	width: 132px;
	height: 132px;
	margin: 0 auto;
	background: #5582E4; }

.shareblock, .moblie_ic {
	position: absolute;
	box-shadow: 0 0 4px rgba(85, 132, 228, 0.24), 0 0 4px rgba(85, 132, 228, 0.24), 0 0 4px rgba(85, 132, 228, 0.24), 0 0 4px rgba(85, 132, 228, 0.24);
	padding: 0 16px;
	border: 1px solid #EEEEEE;
	width: 96px;
	background: inherit;
	z-index: 999;
	left: 0;
	top: 49px;
	display: none; }

.shareblock li.bor_b {
	border-bottom: 0; }

.shareblock li {
	float: none;
	width: 100%;
	text-align: left;
	line-height: 33px;
	border-bottom: 1px solid #EEEEEE; }
.shareblock li a {
	line-height: 28px !important;
	padding: 0 !important;
	border: 0 !important;
	font-size: 1.2rem; }

.moblie_read:hover .moblie_ic {
	display: block; }

.night .shareblock {
	border: 1px solid #444444; }
.night .shareblock li {
	border-bottom: 1px solid #444444; }

.navlist li {
	float: left;
	margin: 0 16px;
	line-height: 63px; }

.navlist li a {
	color: #333333;
	position: relative; }

.navlist li.bold samp {
	float: left;
	margin-left: 8px; }

.navlist li a:hover {
	color: #5582E4; }

.navlist li:nth-last-child(1) a {
	border-right: 0; }

.navlist .user .shape {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	margin-top: 15px;
	position: relative; }

.navlist .user a {
	padding-left: 8px; }

.navlist .user .shape img {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0; }

.navlist .user:hover .shape p {
	display: block;
	-webkit-transition: 0.2s;
	transition: 0.2s; }

.navlist .user .shape p {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	opacity: 0.3;
	display: none; }

.icon-red {
	display: block;
	width: 8px;
	height: 8px;
	background: #F7412D;
	border-radius: 50%; }

.navlist li .second {
	padding: 0 16px;
	border: 1px solid #EEEEEE;
	position: absolute;
	width: 96px;
	background: inherit;
	z-index: 9999;
	display: none;
	left: 0;
	top: 55px; }

.navlist .user .second a {
	font-weight: inherit; }

.navlist .user:hover .second {
	display: block;
	-webkit-transition: 0.2s;
	transition: 0.2s; }

.navlist .user .second .icon-t {
	background: inherit; }

.navlist .user .second li {
	line-height: 32px;
	width: 100%;
	border-bottom: 1px solid #EEEEEE;
	text-align: center;
	position: relative;
	padding-right: 12px; }

.navlist .user .second li i {
	top: -18px;
	right: 0; }

.navlist .user .second a {
	border: 0;
	padding: 0; }

.navlist .user .second li:nth-last-child(1) {
	border: 0; }

.navlist .user .second li:nth-last-child(1) a:hover {
	color: red !important;
	-webkit-transition: 0.2s;
	transition: 0.2s; }

.content_list {
	max-width: 960px;
	height: 64px;
	margin: 0 auto;
}

.content_list ul li {
	line-height: 60px;
	display: inline-block;
	position: relative;
	height: 60px;
}


.content_list ul li a {
	font-size: 1.6rem; }

.content_list ul li i {
	right: -16px;
	float: right;
	margin-top: 26px;
	margin-left: 8px; }

.content_list .set-r {
	float: right;
	line-height: 63px;
	font-size: 1.6rem;
	color: #333333; }

.content_list .set-r:hover {
	color: #5582E4;
	-webkit-transition: 0.2s;
	transition: 0.2s; }

/*底部*/
#footer {
	width: 100%;
	border-top: 1px solid #EEEEEE;
	padding-top: 24px;
	padding-bottom: 32px;
	background: #FFFFFF; }
#footer li {
	line-height: 22px;
	font-size: 1.2rem;
	margin-bottom: 8px;
	cursor: default; }
#footer li > a {
	padding-right: 33px;
	position: relative;
	color: #333; }
#footer li > a::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 12px;
	background: #eee;
	right: 14px;
	top: calc(50% - 6px); }
#footer li > a:nth-last-of-type(1)::after {
	display: none; }
#footer li:nth-last-of-type(1) {
	margin-bottom: 0; }
#footer .footer_cont {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 1.2rem; }
#footer .footer_cont .footer_left {
	color: #999999;
	line-height: 20px; }
#footer .footer_cont .footer_left li a {
	color: #333333; }
#footer .footer_cont .footer_left li a:hover {
	color: #4886ff;
	-webkit-transition: 0.2s;
	transition: 0.2s; }



.alertbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.8); }

.night .alertbox {
	background: rgba(0, 0, 0, 0.64); }

.alertShow {
	display: block; }

.alert {
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
	font-size: 1.6rem;
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 352px;
	text-align: center;
	background: #5582E4; }
.alert_title {
	margin-bottom: 32px;
	line-height: 28px;
	background: #5582E4; }
.alert_title span {
	color: #FFFFFF; }
.alert_title img {
	width: 258px;
	display: block;
	margin: 32px auto 0; }
.alert dt {
	background: #5582E4; }
.alert dt.outbox .hide-l {
	color: #FFFFFF;
	font-size: 1.2rem;
	position: absolute;
	left: 16px;
	top: 8px; }
.alert dt.outbox .hide-l span {
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 16px auto 0;
	line-height: 28px;
	font-size: 1.6rem !important; }
.alert .outbox {
	height: 32px;
	padding: 0 16px;
	background: #5582E4;
	position: relative; }
.alert .outbox .hide-r {
	color: #FFFFFF;
	font-size: 1.2rem;
	position: absolute;
	right: 16px;
	top: 8px; }
.alert .thisone {
	background: #5582E4; }
.alert .thisone h3 {
	font-size: 1.6rem; }
.alert .alert_over {
	padding: 32px 16px;
	background: #5582E4; }
.alert .alert_over .btnbox {
	margin-top: 32px; }

/*按钮容器*/
.btnbox {
	position: relative;
	width: 320px;
	margin: 48px auto 0; }

.alertbox .btnbox {
	position: relative;
	width: 288px; }
.alertbox .btnbox p {
	color: #999999;
	font-size: 1.2rem;
	line-height: 22px;
	margin: 16px auto; }
.alertbox .btnbox p a {
	color: #333333;
	margin: 0 5px; }
.alertbox .btnbox p a:hover {
	color: #5582E4; }
.alertbox .btnbox .list_tabs {
	display: inline-block;
	height: 16px;
	margin: 16px auto;
	overflow: hidden; }
.alertbox .btnbox .list_tabs li.cue {
	border-right: 1px solid #EEEEEE; }
.alertbox .btnbox .list_tabs li {
	float: left;
	color: #999999;
	font-size: 1.2rem;
	padding: 0 16px;
	height: 16px; }
.alertbox .btnbox .list_tabs li img {
	width: 16px;
	display: block;
	float: left;
	margin-right: 8px; }

.night .alertbox .btnbox p a {
	color: #333333 !important;
	margin: 0 5px; }
.night .alertbox .btnbox p a:hover {
	color: #5582E4 !important; }

.checkbox {
	position: relative; }

.checkbox input {
	display: none; }

.checkbox label {
	cursor: pointer; }

.checkbox i {
	background: url(../img/icons/checkbox@2x.png) no-repeat left top;
	background-size: auto 16px;
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	margin-top: 0 !important;
	margin-right: 8px; }

.alertbox .btnbox .list_tabs li:hover {
	color: #5582E4;
	cursor: pointer; }

.alertbox .or_tabs {
	position: relative;
	width: 100%;
	height: 32px; }

.alertbox .or_tabs li {
	cursor: default; }

.alertbox .or_tabs li.or_left_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 136px;
	height: 32px;
	background: url(../img/icons/dot_decoration@2x.png);
	background-size: 8px auto; }

.alertbox .or_tabs li.or_right_bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 136px;
	height: 32px;
	background: url(../img/icons/dot_decoration@2x.png);
	background-size: 8px auto; }

.btnbox_heigth {
	height: 80px !important; }

.alertbox .or_tabs li img {
	width: 32px;
	display: block;
	margin: 0 auto; }

.alertbox .form ul li {
	position: relative;
	height: 48px; }

.alertbox .form .not_h li {
	height: inherit !important; }

.alertbox .form ul li input {
	padding-right: 100px; }

#alertReg .form ul li input[name=nickname] {
	padding-right: 0 !important; }

.alertbox .form ul li input.cancelPd {
	padding-right: 0 !important; }

.alertbox .form ul li a {
	position: absolute;
	top: 12px;
	right: 0;
	color: #333333;
	font-size: 1.6rem; }

.alertbox .form ul li a:hover {
	color: #5582E4; }

.alertbox .form .open_txt {
	width: 100%;
	float: left;
	margin-top: -37px;
	margin-left: 336px;
	text-align: left; }

.alertbox .disable {
	color: #D7D7D7 !important;
	cursor: default; }

.alertbox .form .open_txt span {
	background: #FDE1DF;
	color: #F44336;
	padding: 4px 8px;
	font-size: 1.2rem;
	cursor: default; }

.alertbox .nav_tabs {
	margin-top: 32px;
	width: 100%;
	height: 16px;
	position: relative;
	display: block; }

.alertbox .nav_tabs li {
	color: #999999;
	font-size: 1.2rem; }

.alertbox .nav_tabs li img {
	width: 20px; }

.alertbox .nav_tabs li a {
	color: #333333; }

.alertbox .nav_tabs li a:hover {
	color: #5582E4; }

.alertbox .nav_tabs .login {
	display: none; }

.font_left {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 45%; }

.or_center {
	width: 20px;
	margin: 0 auto;
	display: block;
	cursor: default; }

/*注册弹窗*/
#reqboxs {
	display: none; }

/*微博姓名修改弹窗*/
#weiboName ul li {
	position: relative; }

#weiboName .alert_title span {
	margin-top: 32px !important; }

#weiboName .open_txt {
	width: 100%;
	float: left;
	margin-top: -37px;
	margin-left: 336px;
	text-align: left; }
	#weiboName .open_txt span {
		background: #FDE1DF;
		color: #F44336;
		padding: 4px 8px;
		font-size: 1.2rem;
		cursor: default; }



/*文本内容*/
.cont_text {
	border-bottom: 1px solid #EEEEEE;
	background: inherit;
	padding-bottom: 48px; }

.cont_text h3 {
	text-align: center;
	margin-top: 48px;
	margin-bottom: 16px;
	line-height: 42px; }

.cont_text h3 a {
	font-size: 3.2rem;
	color: #333333;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear; }
	.cont_text h3 a:hover {
		color: #5582E4; }
.qianyue {
	padding-left: 10px;
	margin-left: 4px;
	background: url(../../Public/img/index_v2/qy_icon_1.png) no-repeat center center;
	background-size: 9px auto;
}

.night .zhongchuang::after {
	background-image: url(http://img.qiaobooks.com/sys/zc_read_night_pc@2x.png); }

.cont_text .user-img img {
	width: 100%;
	height: 100%; }

.cont_text .tags {
	width: 640px;
	margin: 24px auto 0; }
	.cont_text .tags span {
		display: inline-block;
		padding: 0 12px;
		font-size: 1.2rem;
		line-height: 22px;
		border-radius: 12px;
		color: #5582E4;
		border: 1px solid #C4D3F2;
		-webkit-transition: all 0.2s linear;
		transition: all 0.2s linear; }
	.cont_text .tags span:active, .cont_text .tags span:hover {
		background: #5582E4;
		color: #fff;
		border-color: #5582E4; }

.explain {
	text-align: center;
	margin-top: 16px;
	margin-bottom: 24px; }

.explain .user-img {
	display: none;
	border-radius: 50%;
	overflow: hidden;
	width: 32px;
	line-height: 32px;
	height: 32px;
	vertical-align: middle;
	-webkit-transform: translate(0, -1px);
					transform: translate(0, -1px); }

.explain .user-img p {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: #5481e3;
	border-radius: 16px;
	font-size: 1.6rem;
	color: #FFFFFF;
	text-align: center;
	line-height: 32px; }

.explain a {
	display: inline-block;
	line-height: 32px;
	color: #333333;
	margin-right: 8px;
	font-size: 1.2rem; }

.explain a:hover {
	color: #5582E4;
	-webkit-transition: 0.2s;
	transition: 0.2s; }

.explain samp {
	color: #999999;
	font-size: 1.2rem; }

.explain samp span {
	color: #999999;
	font-size: 1.2rem; }

.word {
	max-height: 112px;
	overflow: hidden; }

.word p {
	width: 640px;
	font-size: 1.6rem;
	color: #666666;
	line-height: 28px;
	margin: 0 auto;
	word-wrap: break-word;
	word-break: normal; }

.listbar {
	width: 640px;
	margin: 24px auto 0; }

.listbar li {
	line-height: 32px;
	font-size: 1.2rem;
	position: relative;
	display: inline-block;
	color: #999999;
	background: inherit; }

.explain samp {
	color: #999999;
	font-size: 1.2rem; }

.listbar li span {
	margin-left: 4px; }

.listbar li a {
	padding-left: 13px;
	padding-right: 16px;
	border-right: 1px solid #EEEEEE !important;
	color: #999999;
	font-size: 1.2rem; }

.listbar li:nth-of-type(1) {
	margin-left: 0; }

.cursor {
	color: #5582E4 !important;
	cursor: pointer; }

.cont_text .listbar li,
.cont_text .listbar li a {
	cursor: text; }

.cont_text .listbar li.cursor {
	cursor: pointer; }

.cont_text .listbar li:nth-of-type(1) a {
	padding-left: 0 !important; }

.cont_text .listbar li:nth-last-child(1) a {
	padding-right: 0 !important;
	border-right: none !important; }

.listbar li:nth-last-child(2) a,
.listbar li:nth-last-child(2) ul li:nth-last-child(1) a {
	border-right: 0 !important; }

.listbar li:nth-last-child(2) ul li a {
	border-right: 1px solid #EEEEEE !important; }

.listbar li:hover i.icon-s {
	border-color: #5582E4 transparent transparent transparent;
	-webkit-transition: 0.2s;
	transition: 0.2s; }

.listbar li:hover i.icon-h {
	border-color: transparent transparent #5582E4 transparent;
	-webkit-transition: 0.2s;
	transition: 0.2s; }

.listbar li.showAll {
	float: right;
	padding-right: 16px;
	cursor: pointer; }
	.listbar li.showAll:hover {
		color: #5582E4; }

.listbar > li > .listbar {
	background: inherit;
	position: absolute;
	left: -4px;
	top: -56px;
	width: 242px;
	display: none;
	box-shadow: -1px 0 5px rgba(85, 132, 228, 0.24), 0 -1px 5px rgba(85, 132, 228, 0.24), 0 1px 5px rgba(85, 132, 228, 0.24), 1px 0 5px rgba(85, 132, 228, 0.24); }

.listbar > li > .listbar-s {
	width: 85px;
	background: #FFFFFF;
	padding: 0 16px;
	text-align: center; }

.listbar > li > .listWidth {
	width: 64px;
	left: 7px; }

.listbar > li:hover .listbar {
	display: block;
	-webkit-transition: 0.2s;
	transition: 0.2s; }

.listbar > li > .listbar li {
	line-height: 32px; }

.listbar > li > .listbar li a {
	padding: 0 8px; }

.listbar > li > .listbar li.hover-r a:hover {
	color: red !important;
	-webkit-transition: 0.2s;
	transition: 0.2s; }

.cont_text .listbar .list_comment {
	cursor: pointer; }
	.cont_text .listbar .list_comment a {
		font-size: 1.2rem;
		line-height: 16px;
		color: #333333;
		cursor: pointer; }
	.cont_text .listbar .list_comment span {
		color: #333333; }
	.cont_text .listbar .list_comment:hover a {
		color: #5582E4; }
	.cont_text .listbar .list_comment:hover span {
		color: #5582E4; }

.cont_text .listbar .list_doMore {
	cursor: pointer; }
	.cont_text .listbar .list_doMore a {
		cursor: pointer; }
	.cont_text .listbar .list_doMore:hover a {
		color: #5582E4; }

#content .cont_text .listbar li.hoverColor a:hover,
#content .cont_text .listbar li.hoverColor:hover {
	color: #5582E4;
	cursor: pointer !important;
	-webkit-transition: 0.2s;
	transition: 0.2s; }

/*关注我们弹窗*/
#elastic {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	background: #5582E4;
	top: 0;
	left: 0;
	display: none; }

.sout {
	width: 960px;
	height: 64px;
	margin: 0 auto;
	cursor: pointer; }
	.sout span {
		display: block;
		color: #ffffff;
		float: right;
		margin-top: 24px;
		cursor: pointer;
		font-size: 1.2rem;
		height: 16px; }

.follow .guanyu img {
	width: 960px;
	height: 138px;
	display: block;
	margin: 0 auto; }

.follow ul {
	overflow: hidden;
	width: 384px;
	margin: 64px auto 0;
	position: relative; }
	.follow ul span {
		position: absolute;
		width: 128px;
		top: 0;
		display: block;
		height: 128px;
		border-radius: 64px;
		background: #FFFFFF;
		line-height: 128px;
		color: #527ede;
		font-size: 7rem;
		cursor: pointer;
		-webkit-transition: all .5s ease-in-out 0s;
		transition: all .5s ease-in-out 0s; }
		.follow ul span img {
			display: block;
			width: 100%; }
		.follow ul span i {
			width: 64px;
			height: 64px; }
	.follow ul span.utp {
		-webkit-transform: rotateY(0deg);
						transform: rotateY(0deg);
		z-index: 15; }
		.follow ul span.utp img {
			display: block;
			margin: 0 auto;
			width: 100%; }
	.follow ul span.otp {
		-webkit-transform: rotateY(180deg);
						transform: rotateY(180deg);
		z-index: 14; }
	.follow ul li {
		position: relative;
		float: left;
		text-align: center;
		-webkit-perspective: 1000px;
		-o-perspective: 1000px;
		perspective: 1000px; }
		.follow ul li:hover span.utp {
			-webkit-transform: rotateY(180deg);
							transform: rotateY(180deg);
			z-index: 14; }
		.follow ul li:hover span.otp {
			-webkit-transform: rotateY(0deg);
							transform: rotateY(0deg);
			z-index: 15; }
		.follow ul li p {
			font-size: 1.6rem;
			color: #FFFFFF;
			line-height: 30px;
			margin-top: 144px; }
	.follow ul .weibo {
		width: 128px;
		height: 202px;
		float: left; }
	.follow ul .weChat {
		width: 128px;
		position: absolute;
		top: 0;
		right: 0; }
	.follow ul .or {
		width: 32px;
		height: 32px;
		float: left;
		cursor: default;
		margin: 0 48px;
		background-size: 100%; }
		.follow ul .or img {
			width: 32px;
			margin-top: 48px; }

/*弹窗样式二*/
.popup {
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
	font-size: 1.6rem;
	color: #FFFFFF;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 352px;
	text-align: center;
	background: #5582E4;
	padding: 18px 18px;
	z-index: 1000; }

.popup .p_style {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 28px;
	color: #FFFFFF !important; }

@media only screen and (max-width: 750px) {
	.popup {
		min-width: 240px;
		width: 240px;
		padding: 11px 15px;
		background-color: #5582e4;
		color: #fff; }
		.popup p.style, .popup p.p_style {
			font-size: 1.2rem;
			font-weight: bold;
			line-height: 22px;
			color: #FFFFFF !important;
			margin: 0; } }

.icon {
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	margin-right: 8px;
	background-size: 100%;
	background: no-repeat center center; }

.icon_like_active {
	background-image: url("../../Public/img/comment/like_3@2x.png"); }

/*下拉菜单 的图标箭头*/
/*向上*/
.icon-t {
	position: absolute;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
	border-top: 1px solid rgba(0, 0, 0, 0.175);
	border-left: 1px solid rgba(0, 0, 0, 0.175);
	background: inherit;
	left: 45%;
	top: -5px; }

/*向下*/
.icon-b {
	position: absolute;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
	border-bottom: 1px solid rgba(0, 0, 0, 0.175);
	border-right: 1px solid rgba(0, 0, 0, 0.175);
	background: inherit;
	left: 45%;
	bottom: -5px; }

/*向左*/
.icon-l {
	position: absolute;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
	border-bottom: 1px solid rgba(0, 0, 0, 0.175);
	border-left: 1px solid rgba(0, 0, 0, 0.175);
	background: inherit;
	top: 40%;
	left: -5px; }

/*向右*/
.icon-r {
	position: absolute;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
	border-top: 1px solid rgba(0, 0, 0, 0.175);
	border-right: 1px solid rgba(0, 0, 0, 0.175);
	background: inherit;
	top: 40%;
	right: -5px; }

/*小图标*/
.icon-s {
	position: absolute;
	top: calc(50% - 2px);
	right: 0;
	height: 0;
	width: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	border: 4px solid transparent;
	border-top-color: #666666; }

.icon-y {
	float: right;
	margin-top: 7px;
	margin-left: 8px;
	height: 0;
	width: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	border: 4px solid transparent;
	border-left-color: #000000; }

.icon-h {
	position: absolute;
	top: calc(50% - 6px);
	right: 0;
	height: 0;
	width: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	border: 4px solid transparent;
	border-bottom-color: #666666; }

/* CSS Document */
body {
	background: #fff; }

/*font size	start*/
.fontZ-12 {
	font-size: 1.2rem; }

.fontZ-14 {
	font-size: 1.4rem; }

.fontZ-16 {
	font-size: 1.6rem; }

.fontZ-18 {
	font-size: 1.8rem; }

.fontZ-24 {
	font-size: 2.4rem; }

.fontZ-32 {
	font-size: 3.2rem;
	color: #333333; }

.fontZ-52 {
	font-size: 5.2rem; }

/*font size end*/
#content {
	max-width: 960px;
	margin: 0 auto;
	background: inherit; }

#hideDom {
	display: none; }

.transClass05 {
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s; }

.clear::after {
	content: '';
	display: block;
	clear: both;
	height: auto;
	visibility: visible; }

/* 清除浮动 */
.ks-clear:after,
.clear:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both; }

.ks-clear,
.clear {
	*zoom: 1; }

.active,
.active:hover {
	border-bottom: 2px solid #5582E4 !important; }

.active a:hover,
.active a {
	color: #5582E4 !important;
	-webkit-transition: 0.2s;
	transition: 0.2s; }

.font_right {
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	width: 45%; }

/*声明为按钮及属性*/
.mybtn {
	cursor: pointer;
	font-size: 1.6rem;
	border-radius: 16px;
	border: 1px solid #333333;
	display: block;
	width: 112px;
	height: 32px;
	line-height: 32px;
	text-align: center; }

/*显示在左边*/
.btn-l {
	position: absolute;
	top: 0;
	left: 0; }

/*中间的图标*/
.btn-i {
	border-radius: 16px;
	border: 0;
	margin: 0 auto;
	display: block;
	width: 32px;
	height: 32px;
	background: url(../img/icons/or_icon_light@2x.png) no-repeat center;
	background-size: 32px auto; }

/*显示在右边*/
.btn-r {
	position: absolute;
	top: 0;
	right: 0;
	padding-bottom: 10px; }

/*黑色按钮*/
.mybtn-b {
	background: #333333;
	color: #ffffff;
	cursor: pointer;
	font-size: 1.6rem;
	border-radius: 16px;
	border: 1px solid #333333;
	display: block;
	width: 112px;
	height: 32px;
	line-height: 28px;
	text-align: center; }

.night .mybtn-b {
	background: #FAFAFA;
	color: #333333;
	border: 1px solid #FAFAFA; }

@media only screen and (min-width: 760px) {
	.mybtn-b:hover {
		background: #5582E4;
		border: 1px solid #5582E4;
		color: #FFFFFF;
		-webkit-transition: 0.2s;
		transition: 0.2s; }
	.mybtn-n:hover {
		border: 1px solid #5582E4;
		color: #5582E4;
		-webkit-transition: 0.2s;
		transition: 0.2s; } }

/*白色按钮*/
.mybtn-w {
	background: #FFFFFF;
	color: #333333;
	cursor: pointer;
	font-size: 1.6rem;
	border-radius: 16px;
	border: 1px solid #d7d7d7;
	display: block;
	width: 112px;
	height: 32px;
	line-height: 28px;
	text-align: center; }

.night .mybtn-n {
	color: #FAFAFA; }

.mybtn-n {
	color: #333333;
	background: none !important;
	width: 112px;
	height: 32px;
	text-align: center;
	line-height: 28px;
	border: 1px solid #d7d7d7;
	border-radius: 50px;
	font-size: 1.6rem;
	cursor: pointer; }

.night .mybtn-w {
	background: #333333;
	border: 1px solid #FFFFFF;
	color: #FFFFFF; }

.mybtn-w:hover {
	border: 1px solid #5582E4;
	color: #5582E4;
	-webkit-transition: 0.2s;
	transition: 0.2s; }

.btn-5 {
	border: #5582E4;
	color: #5582E4; }

.btn-5:hover {
	background: #FFFFFF !important;
	color: #5582E4 !important;
	border: 1px solid #FFFFFF !important;
	-webkit-transition: 0.2s;
	transition: 0.2s; }

.night .btn-i {
	background: url(../img/icons/or_icon_dark@2x.png) no-repeat center;
	background-size: 32px auto; }

/*头像*/
.user-img {
	display: block;
	width: 64px;
	height: 64px;
	border-radius: 50%; }

/*or选择*/
.orbox {
	width: 640px; }

.orbox .or-xuanze {
	color: #999999;
	font-size: 1.2rem;
	text-align: center;
	margin: 12px auto; }

.choose_box {
	height: 128px;
	width: 640px;
	padding: 0;
	position: relative; }

.choose_box table {
	margin: 0 auto; }

.choose {
	display: table;
	list-style: none;
	width: 100%;
	height: 128px;
	position: absolute;
	top: 0;
	left: 0; }

.table-left {
	width: 320px;
	background: url(../img/left-or.png) no-repeat;
	color: #FFFFff;
	height: 128px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	padding: 10px; }

.table-right {
	width: 320px;
	padding: 10px;
	background: url(../img/right-or.png) no-repeat;
	color: #FFFFFF;
	height: 128px;
	display: table-cell;
	vertical-align: middle;
	text-align: center; }

.or-icon {
	width: 32px;
	height: 100%;
	background: url(../img/data-dian.png) repeat-y;
	background-position-x: center;
	background-position-y: 10px;
	margin: 0 auto;
	z-index: 99;
	position: relative;
	overflow: hidden; }

.or-icon .lefti {
	display: none;
	position: absolute;
	top: 0;
	left: 5px;
	width: 43%;
	height: 32px;
	background: url(../img/move-dian.png) repeat-x;
	background-position-y: center;
	z-index: 9999; }

.or-icon .img {
	width: 32px;
	height: 32px;
	background: url(../img/data-or.png) no-repeat;
	margin: 48px auto; }

.or-icon .righti {
	display: none;
	position: absolute;
	top: 0;
	right: 5px;
	width: 43%;
	height: 32px;
	background: url(../img/move-dian.png) repeat-x;
	background-position-y: center;
	z-index: 9999; }

/*点击加载更多*/
.ending {
	text-align: center;
	padding: 48px 48px 128px; }

.ending span {
	font-size: 1.6rem;
	color: #999999;
	text-align: center; }

.margin_top {
	padding-top: 0 !important; }

.margin_top span {
	margin-top: 0 !important; }

.alert dt.alert_title p {
	line-height: 28px;
	color: #FFFFFF; }

.alert_red,
.alert_red dt,
.alert_red dd {
	background: #F44336 !important; }

.alert_red .margin_top {
	margin-top: 0 !important; }

.alert_red .mybtn-l {
	color: #F44336; }

.mybtn-r {
	width: 112px;
	height: 32px;
	color: #FFFFFF;
	border: 1px solid #F77F76;
	background: none;
	border-radius: 50px;
	cursor: pointer; }

.alert_red .btn-i {
	background: url(../img/icons/or_icon_red@2x.png) !important;
	background-size: 100% auto !important; }

.alert .tell {
	position: relative; }

.alert .tell a {
	color: #333333;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 48px; }

.alert .tell a:hover {
	color: #5582E4; }

.alert .tell input {
	padding-right: 32%; }

.alert dt.alert_title p samp {
	font-weight: bold;
	margin: 0 8px; }

.night .alert dt.alert_title p {
	color: #FFFFFF !important; }

.alert .alert_cont {
	padding: 0 16px 32px;
	background: #FFFFFF; }

.alert .alert_cont .btnbox {
	margin-top: 16px; }

.alert input {
	width: 100%;
	border-bottom: 1px solid #EEEEEE;
	height: 48px;
	color: #666666;
	font-size: 1.6rem; }

.alert textarea {
	outline: none;
	resize: none;
	width: 100%;
	margin-top: 12px;
	color: #666666;
	font-size: 1.6rem;
	height: 180px;
	line-height: 28px; }

.alert textarea.bor_b {
	border-bottom: 1px solid #EEEEEE; }

.alert .alert_cont .text-length {
	height: 48px;
	line-height: 48px;
	margin-bottom: 16px;
	border-bottom: 1px solid #EEEEEE; }

.alert .alert_cont .text-length p {
	text-align: right;
	color: #999999;
	font-size: 1.2rem; }

.alert .alert_558 {
	background: #fff;
	padding-top: 32px;
	padding-bottom: 32px; }

.alert .alert_558 img {
	display: block;
	margin: 0 auto;
	padding: 10px;
	width: 276px;
}
.yimg {
	/*
	width: 75px;
	height: 35px;
	*/
	position: absolute;
	right: 0;
	top: 9px;
}

.alert .alert_558 .btn-i {
	background: url(../img/icons/or_icon_blue@2x.png);
	background-size: 100% auto; }

.alert .btn-i {
	background: url(../img/icons/or_icon_light@2x.png) no-repeat center;
	background-size: 100% auto; }

.btnCener {
	margin: 16px auto 0; }

.btn-one {
	border: 1px solid #8BAAEC !important;
	background: none !important;
	color: #FFFFFF !important; }

.mybtn-l {
	width: 112px;
	height: 32px;
	background: #FFFFFF;
	color: #5582E4;
	border-radius: 50px;
	line-height: 31px;
	cursor: pointer; }

.listbar > li > .listbar-1 {
	width: 148px;
	background: #FFFFFF;
	padding: 0 16px; }

.order {
	display: none; }

.order-show {
	display: block; }

/*提现*/
.order .listCont i {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	margin-top: 6px;
	margin-right: 8px;
	background-size: 100% 100%; }

.icon-sc {
	background: url(../img/icons/checkbox_checked_blue@2x.png) no-repeat center; }

.icon-ec {
	background: url(../img/icons/waiting_icon@2x.png) no-repeat center; }

.icon-sf {
	background: url(../img/icons/alarm_icon@2x.png) no-repeat center; }

.icon-zf {
	background: url(../img/icons/checkbox_checked_green@2x.png) no-repeat center; }

.order .xiaoxi li {
	padding-left: 16px; }

.order .xiaoxi li a {
	color: #999999; }

.order .xiaoxi li a > span.ursName,
.order .xiaoxi li a > span.bookName {
	color: #333333; }

.order .xiaoxi li a:hover {
	color: #5582E4;
	-webkit-transition: 0.2s;
	transition: 0.2s; }

.mybtn-bor {
	width: 112px;
	height: 32px;
	border-radius: 50px;
	cursor: pointer;
	background: none;
	border: 1px solid #FFFFFF;
	color: #FFFFFF; }

.alert .tishi {
	position: absolute;
	width: 116px;
	height: 20px;
	font-size: 1.2rem;
	top: 152px;
	right: -124px;
	display: none; }

.alert .tishi span {
	width: 4px;
	height: 20px;
	float: left;
	position: relative;
	overflow: hidden; }

.alert .tishi i {
	display: block;
	width: 7px;
	float: left;
	height: 7px;
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
	margin-left: 1px;
	background: rgba(251, 24, 24, 0.2);
	margin-top: 7px; }

.alert .tishi p {
	position: absolute;
	top: 0;
	right: 0;
	width: 112px;
	line-height: 20px;
	background: rgba(251, 24, 24, 0.2);
	color: red; }

/*模糊*/
.blur {
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px); }

/*描边*/
.br {
	border-right: 1px solid #EEEEEE;
	padding-right: 8px;
	margin-right: 8px; }

#box {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); }

#box span {
	vertical-align: middle;
	border-radius: 100%;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 3px 2px;
	-webkit-animation: loader1 0.8s linear infinite alternate;
	animation: loader1 0.8s linear infinite alternate; }

#box span:nth-child(1) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
	background: rgba(85, 130, 228, 0.6); }

#box span:nth-child(2) {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
	background: rgba(85, 130, 228, 0.8); }

#box span:nth-child(3) {
	-webkit-animation-delay: -0.26666s;
	animation-delay: -0.26666s;
	background: #5582e4; }

#box span:nth-child(4) {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
	background: rgba(85, 130, 228, 0.8); }

#box span:nth-child(5) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
	background: rgba(85, 130, 228, 0.4); }

.loadText {
	color: #999999;
	margin: 0;
	text-align: center; }

.night .loadText {
	color: #CCCCCC; }

@-webkit-keyframes loader1 {
	from {
		-webkit-transform: scale(0, 0); }
	to {
		-webkit-transform: scale(1, 1); } }

@keyframes loader1 {
	from {
		-webkit-transform: scale(0, 0);
						transform: scale(0, 0); }
	to {
		-webkit-transform: scale(1, 1);
						transform: scale(1, 1); } }

.xuanzhuanImg {
	-webkit-transform: rotateY(-180deg);
					transform: rotateY(-180deg);
	-webkit-transition: 0.2s;
	transition: 0.2s; }

.zhuanImg {
	width: 64px !important;
	height: 64px !important;
	margin-top: 30px;
	display: none; }

.followbox {
	width: 960px;
	margin: 0 auto;
	background: #5582E4;
	position: relative;
	height: 100%; }

#elastic .follow {
	width: 960px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); }

.error_qr {
	padding: 20px 0;
	background: #fff;
	margin-top: 10px;
}
.error_qr img {
	width: 80%;
	display: block;
	margin: 0 auto;
}

@media only screen and (max-width: 960px) {
	.followbox {
		width: 960px;
		min-height: 768px;
		position: absolute;
		height: 100%; } }

@media only screen and (max-height: 768px) {
	.followbox {
		min-width: 960px;
		height: 768px;
		position: relative; } }

/*新增*/
.form_height {
	height: 244px; }

.padding_top {
	padding-top: 0 !important; }

.padding_top span {
	margin-top: 0 !important;
	margin-bottom: 12px !important; }

.alert_over ul {
	display: inline-block; }

.alert_over ul li {
	display: table-cell;
	line-height: 28px;
	text-align: left; }

.alert_over ul li.dian_left {
	padding: 0 16px; }

/*定价并发表*/
.price_tip li {
	border-bottom: 1px solid #EEEEEE; }

.form .price_tip li input {
	height: 47px;
	width: 240px !important;
	border-bottom: none;
	float: right;
	padding-right: 0 !important; }

.price_tip li input.input {
	width: 232px !important; }

.price_tip li input.input_left {
	width: 255px !important; }

.price_tip li input.input_5 {
	width: 225px !important; }

.price_tip li samp {
	float: left;
	line-height: 48px;
	color: #333333; }

.notice {
	margin-top: 16px;
	color: #999999;
	font-size: 12px;
	text-align: left; }

.alertbox .notice li {
	line-height: 22px !important;
	cursor: default !important;
	height: 22px !important;
	display: block; }

.notice li samp {
	margin-left: 9px;
	margin-right: 17px; }

.second-box {
	width: 100%;
	position: absolute;
	padding-top: 40px;
	top: 0;
	padding-left: 12px;
	padding-right: 12px;
	display: none; }

.second-box dd {
	text-align: left;
	padding-bottom: 5px;
	padding-left: 12px;
	background: #FFFFFF;
	padding-right: 12px;
	box-shadow: 0 0 4px rgba(85, 130, 228, 0.24), 0 0 4px rgba(85, 130, 228, 0.24), 0 0 4px rgba(85, 130, 228, 0.24), 0 0 4px rgba(85, 130, 228, 0.24); }

.second-box a {
	border-bottom: 1px solid #EEEEEE;
	width: 100%;
	display: block;
	line-height: 32px;
	font-size: 1.2rem;
	color: #333333; }

.second-box a:hover {
	color: #5582E4; }

.lineB {
	border-bottom: 0 !important; }

.night .alertbox .nav_tabs li a:hover {
	color: #5582E4 !important; }

dd.alert_cont .alert_height {
	border-bottom: 1px solid #EEEEEE !important; }
/*web 2.0更新*/

.load_more {
	display: none;
	width: 100%;
	height: 80px;
	line-height: 80px; }

.load_more p {
	text-align: center;
	font-size: 16px;
	color: #999999; }
.load_more a {
	color: #5582E4; }
.page_title {
	font-size: 20px;
	margin: 0 auto;
	margin-top: 115px;
	width: 1000px;
}
.page_title span {
	padding-left: 15px;
	color: #999;
}
.page_title .num {
	padding-left: 5px;
}
.main_page {
	min-height: 847px;
}

.sns_footer {
	padding-top: 40px;
	padding-bottom: 80px;
	position: relative;
}
.sns_footer, .sns_footer ul {
    margin:0 auto;
    text-align: center;
    font-size: 16px;
}
.sns_footer li {
    margin-left: 40px;
    margin-right: 40px;
    color: #909499;
    display: inline-block;
    line-height: 28px;
    position: relative;
    padding-left: 42px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 32px auto;
}
.sns_footer a {
    color: #2d3033;
	position: relative;
}
.sns_footer a:hover {
    color: #5481e3;
}
.sns_footer a .sns_qrcode {
    background: #fff;
    width:80px;
    height:80px;
    box-sizing: border-box;
    padding:7px;
    position: absolute;
    right:0;
    top:-80px;
    box-shadow: 0 0 4px 0 rgba(84,130,227,0.64);
    display: none;
}
.sns_footer a .sns_qrcode img {
	width: 100%;
}
.sns_footer a:hover .sns_qrcode {
    display: block;
}
.sns_footer_qrcode {
    background: #fff;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    padding: 7px;
    margin: 0 auto;
    margin-top: 24px;
    border-radius: 4px;
}
.sns_footer_qrcode img {
	display: block;
	width: 100%;
}
.sns_footer p {
	margin: 0;
    margin-top: 10px;
    color: #909499;
    font-size: 12px;
}


@media only screen and (max-width: 920px) {
	.page_title {
		width: 656px;
	}
}
@media only screen and (max-width: 660px){
	body {
		margin-top: 44px;
	}
	.only_mob, .only_mob_i {
		display: block !important;
	}
	.only_mob_v {
		visibility: visible !important;
	}
	.only_pc {
		display: none !important;
	}
	#nav {
		height: 44px;
		padding: 0 10px;
	}
	#nav .navcont {
		width: auto;
	}
	#nav .navcont .logo {
		width: 26px;
		margin-right: 0;
	}
	#nav .navcont .logo a {
		height: 44px;
		width: 26px;
		background-size: 56px auto;
	}
	#nav .navcont .w2tab{
		height: 44px;
		line-height: 44px;
	}
	#nav .navcont #mob_search_form {
		display: none;
		position: absolute;
		top: 5px;
		border: 1px solid #eee;
		left: 0;
		right: 0;
		height: 34px;
		border-radius: 18px;
		background: #fff;
		z-index:11;
		padding: 7px 18px;
	}
	#nav .navcont #mob_search_form input {
		display: block;
		width: 100%;
		font-size: 16px;
		height: 18px;
		line-height: 18px;
	}
	#nav .navcont .nav_tabs > li {
		height: 43px;
		line-height: 43px;
	}
	#nav .navcont .mob_search_li {
		width: 20px;
		background: url(../img/index_v2/nav-search.svg) no-repeat left center;
	}
	#nav .navcont .nav_tabs #mob_message {
		margin-left: 19px;
	}
	#nav .navcont .nav_tabs #mob_message > a {
		height: 43px;
	}
	#nav .navcont .nav_tabs #userBlock {
		margin-left: 16px;
	}
	#nav .navcont .nav_tabs #userBlock .user_img {
		width: 24px;
		height: 24px;
		margin-top: 10px;
	}
	#nav .navcont .nav_tabs #userBlock .user_img img {
		width: 24px;
	}
	#nav .navcont .nav_tabs #userBlock .user_img p {
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 12px;
	}
	#nav .navcont .nav_tabs #userBlock .icon_red, .navcont .nav_tabs #mob_message .icon_red {
		top: 10px;
		border: 1px solid #fff;
	}
	#nav .navcont .nav_tabs #loginBlock, #nav .navcont .nav_tabs #regBlock {
		margin-left: 16px;
	}
	#nav .navcont .nav_tabs #userBlock:hover .second {
		display: none;
	}
	.page_title {
		padding: 0 16px;
		margin-top: 65px;
		font-size: 16px;
		width: auto;
	}
	#content {
		padding: 0 16px;
	}
	#footer .footer_cont {
		text-align: center;
	}
	#footer li > a {
		padding: 0 10px;
	}
	#footer li > a::after {
		background: transparent;
	}
	.page_title .num {
		padding-left: 4px;
	}
	.share_m {
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    height: 165px;
	    background: #FFFFFF;
	    padding-bottom: 15px;
	}
	.share_m p {
		color: #999999;
		font-size: 1.2rem;
		margin: 15px auto;
		text-align: center;
		line-height: 28px; }
	.share_m ul {
		display: inline-block;
		text-align: center;
		width: 100%; }
		.share_m ul li {
			text-align: center;
			width: 20%;
			display: inline-block;
			margin: 0 2.5%; }
			.share_m ul li img {
				width: 60px;
				height: 60px;
				margin: 0 auto;
				margin-bottom: 8px;
				display: block; }
			.share_m ul li span {
				font-size: 1.2rem;
				color: #333333; }
	.share_m .weChat {
		width: 160px;
		margin: 0 auto;
		display: block; }
	
	.share_m .weChat li {
		width: 80px;
		padding: 0 10px;
		margin: 0; }
	
	.share_m .weChat li a img {
		width: 60px; }
	
	.share_m .wechat_icon {
		position: fixed;
		top: 0;
		right: 8px; }
	
	.share_m .wechat_icon span {
		background: #5582E4;
		display: block;
		padding: 6px 8px;
		font-size: 1.4rem;
		color: #FFFFFF;
		border-radius: 4px; }
	
	.share_m .wechat_icon img {
		display: block;
		width: 156px; }
	.sns_footer {
		padding-bottom: 40px;
	}
	.sns_footer li {
		display: block;
	    margin-bottom: 30px;
	    text-align: left;
	    margin-right: 0;
	}
	.sns_footer i {
		margin-right: 10px;
		text-align: center;
	}
	.sns_footer a:hover .sns_qrcode, .sns_footer_qrcode, .sns_footer p {
	    display: none;
	}
}
@media only screen and (max-width: 370px){
	#nav .navcont .w2tab {
		display: none;
	}
}
