﻿body, header, html {
	width: 100%;
	min-width: 1170px
}
.navbar-nav>li>a, .navbar-nav>li>a:focus, .navbar-nav>li>a:hover, body, header {
	
}
.pagination>li>a, a:hover, a:link {
	text-decoration: none
}
body, html {
	height: 100%
}
body {
	color: #333;
	font-family: Arial, "微软雅黑", "Microsoft yahei", "Hiragino Sans GB", "冬青黑体简体中文 w3", "Microsoft Yahei", "Hiragino Sans GB", "冬青黑体简体中文 w3", STXihei, "华文细黑", SimSun, "宋体", Heiti, "黑体", sans-serif
}
header {
	height: 40px;
	line-height: 40px;
    background-color:#01A24E;
    
}

.placeholder-height {
	height: 15px
}

.border-none {
	border: none!important
}
header .navbar-nav li{width:80px;}
header .navbar-nav a{color:#fff;}
.repair-box {
	position: relative;
	width: 100%;
	height: 100%;
	background: #2b3147;
	z-index: 100000
}
.repair-box img {
	width: 100%;
	height: 200px
}
.explain-box {
	position: absolute;
	font-size: 14px;
	color: #999;
	margin-top: 60px
}
.explain2 {
	margin-left: 109px
}
.explain3 {
	margin-left: 217px
}
.explain4 {
	margin-left: 326px
}
.c1, a {
	color: #333
}
a:hover {
	color: #3ca5f6
}
img {
	width: 100%
}
.c2, .c3 {
	color: #bbb
}
.c4 {
	color: #f63756
}
.c5 {
	color: #555
}
.f1 {
	font-size: 16px
}
.f2 {
	font-size: 18px
}
.f3 {
	font-size: 20px
}
.f4 {
	font-size: 22px
}
p {
	margin: 0
}
header .navbar-left {
	font-size: 18px
}
header .navbar-right {
	font-size: 16px;
	color: #bbb;
	margin-right: 10px
}
.navbar-nav.navbar-right li {
	width: 60px
}
.navbar-nav.navbar-right .app-guide, .navbar-nav.navbar-right .search-li {
	width: 105px;
	color: #333
}
.navbar-nav.navbar-right .search-li span {
	margin-left: 14px;
	position: relative;
	top: 1px
}

.app-guide .app-guide-box {
	position: absolute;
	width: 240px;
	height: 128px;
	z-index: 10;
	box-shadow: 1px 1px 15px rgba(0,0,0,.3);
	top: 60px;
	right: 30px;
	background: #fff;
	padding: 10px;
	font-size: 14px;
	display: none
}
.app-guide .app-guide-box:before {
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #fff;
	border: 1px solid #ddd;
	border-width: 1px 1px 0 0;
	position: absolute;
	top: -6px;
	right: 27px;
	content: " "
}
.article-left-btn-group ul li:before, .search-box {
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0)
}
.app-guide-box img {
	width: 108px;
	height: 108px;
	float: left
}
.app-guide-box .app-guide-title {
	line-height: 36px;
	text-align: center
}
.app-guide-box .app-guide-title span:first-child {
	display: inline-block;
	position: relative;
	margin-top: 17px
}
.navbar-nav.navbar-right .user-head {
	width: 76px;
	height: 80px
}
.navbar-nav.navbar-right .user-head .avatar {
	width: 36px;
	height: 36px;
	margin-top: 11px;
	margin-left: -7px;
	display: block
}
.navbar-nav.navbar-right .user-head img {
	position: absolute;
	border-radius: 18px
}
.navbar-nav.navbar-right .user-head .caret {
	margin-left: 46px;
	color: #bbb;
	margin-top: 20px
}
.navbar-nav.navbar-right .user-head .nums {
	position: absolute;
	right: -2px;
	top: 1px;
	font-style: normal;
	color: #fff;
	background-color: #f63756;
	border-radius: 50px;
	width: 10px;
	height: 10px;
	padding: 0;
	display: none
}

.btn {
	border-radius: 0
}
.search-box {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.98);
	z-index: 9999;
	overflow: auto;
	-webkit-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	opacity: 0
}
.guide-prompt, .nums-prompt {
	color: #fff;
	background-color: #f63756;
	border-radius: 50px;
	width: 5px;
	height: 5px;
	padding: 0;
	display: none;
	position: absolute;
	font-style: normal
}
.search-box-last {
	opacity: 1
}
.nums-prompt {
	right: -5px;
	top: -4px
}
.guide-prompt {
	right: 27px;
	top: 17px
}
.search-box.active {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1)
}
.search-content {
	position: absolute;
	width: 550px;
	left: 50%;
	margin-left: -275px;
	padding-top: 95px
}
.overlay-dialog-animate {
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-animation: scale-fade .5s forwards cubic-bezier(.8, .02, .45, .91);
	animation: scale-fade .5s forwards cubic-bezier(.8, .02, .45, .91)
}
.search-title {
	font-size: 50px;
	color: #bbb
}
.search-input {
	margin-top: 55px
}
.search-input button {
	position: absolute;
	right: 0;
	width: 40px;
	height: 40px;
	text-indent: -999px;
	border: none;
	background: url(../img/icon.png?v=201604141714) -262px -68px no-repeat;
	outline: 0
}
.search-input button:hover {
	background-position: -362px -68px
}
.search-content input {
	border: none;
	border-bottom: 1px solid #f0f0f0;
	height: 45px;
	width: 100%;
	font-size: 26px;
	background-color: transparent;
	padding-right: 50px
}
.search-content input:focus {
	box-shadow: none;
	outline: 0
}
.search-content input::-webkit-input-placeholder {
color:#bbb;
text-overflow:ellipsis
}
.search-content input:-moz-placeholder {
color:#bbb!important;
text-overflow:ellipsis
}
.search-content input::-moz-placeholder {
color:#bbb!important;
text-overflow:ellipsis
}
.search-content input:-ms-input-placeholder {
color:#bbb!important;
text-overflow:ellipsis
}
.search-history {
	margin-top: 50px;
	display: inline-block
}
.search-history span {
	font-size: 16px;
	color: #bbb
}
.search-history ul {
	margin: 10px 0 0;
	display: inline-block
}
.search-history ul li {
	float: left;
	height: 35px;
	border: 1px solid #f0f0f0;
	margin: 0 20px 20px 0;
	padding: 0 15px;
	cursor: pointer
}
.search-box .search-history ul {
	width: 550px
}
.search-history .empty-history {
	font-size: 14px;
	color: #bbb;
	cursor: pointer
}
.search-history .empty-history:hover {
	font-size: 14px;
	color: #333;
	cursor: pointer
}
.search-history ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #333;
	font-size: 16px;
	line-height: 33px
}
.search-history ul li:hover {
	background-color: #3ca5f6;
	color: #fff;
	border-color: #3ca5f6
}
.search-history ul li:hover a {
	color: #fff
}
.search-hot ul li:hover {
	background-color: #f97752;
	border-color: #f97752
}
.search-hot {
	margin-top: 40px
}
.search-hot ul li a {
	color: #f1754f
}
.container {
	padding: 0;
	width: 1170px!important;
}
.user-container {
	padding: 0;
	width: 910px!important;
	margin: 0 auto
}
.container>.navbar-header {
	float: left;
	margin-right: 0;
	margin-left: 0;
	margin-top: -2px;
	width: 63px
}
.container>.navbar-header img {
	width: 198px;
	height: 50px;
}
.navbar-nav {
	margin: 0
}
.navbar-left {
	float: left!important
}
.navbar-right {
	float: right!important
}
.navbar-nav>li {
	float: left
}
.wrap-left {
	width: 800px;
	margin-right: 30px
}
.report-info-wrap {
	width: 100%;
	position: relative;
	display: inline-block;
	background: #fafafa
}
.report-info-wrap .report-info-box {
	padding: 25px 0 25px 25px
}
.report-info-wrap .report-info-box .title {
	font-size: 24px
}
.report-info-wrap .report-info-box .content {
	font-size: 16px;
	margin-top: 20px;
	line-height: 28px
}
.t-h1, .t-top2-a {
	line-height: 1.5
}
.report-info-wrap .report-info-box .content a {
	color: #f73857
}
.report-info-wrap .report-qr-box {
	position: relative;
	padding: 25px 25px 25px 0
}
.report-info-wrap .report-qr-box img {
	width: 150px
}
.report-info-wrap .report-qr-box .weixin-box {
	position: absolute;
	margin: 35px 30px 0 175px;
	font-size: 16px
}
.report-info-wrap .report-qr-box .weixin-box .title {
	font-size: 18px
}
.wrap-right {
	width: 340px
}
.wrap-center {
	width: 800px;
	margin: 0 auto
}
.big-pic-box {
	position: relative;
	height: 300px
}
.big-pic {
	position: absolute;
	width: 533px;
	height: 300px;
	margin-bottom: 30px;
	overflow: hidden
}
.big-pic.big-pic-cy {
	position: relative;
	width: 800px;
	height: 450px
}
.big-pic .back-img, .big2-pic .back-img {
	position: absolute;
	width: 100%
}
.big-pic-content, .big2-pic-content {
	position: absolute;
	width: 533px;
	height: 300px;
	z-index: 10;
	cursor: pointer;
	display: block
}
.icon-cmt, .icon-fvr {
	cursor: auto!important
}
.big-pic.big-pic-cy .big-pic-content {
	width: 800px;
	height: 450px
}
.big2-pic-content .t-h1 {
	word-break: inherit;
	font-size: 18px;
	color: #fff;
	line-height: 1.5;
	font-weight: 400
}
.big-pic:before, .big2-pic:before, .topic-content:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 1;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: -webkit-gradient(linear, 0 30%, 0 100%, from(rgba(0,0,0,0)), to(#121515));
	background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0), #121515);
	background: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0), #121515);
	background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0), #121515)
}
.big-pic:hover:before, .big2-pic:hover:before, .topic-content:hover:before {
	opacity: .9
}
.big-pic img, .big2-pic img, .hot-article-img img, .mod-thumb img, .topic-content img {
	width: 100%;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.big2-pic, .big2-pic-content, .big2-pic-right {
	width: 385px;
	height: 217px;
	overflow: hidden
}
.big-pic:hover img, .big2-pic:hover img, .hot-article-img:hover img, .mod-thumb:hover img, .topic-content:hover img {
	-webkit-transform: matrix(1.04, 0, 0, 1.04, 0, 0);
	-moz-transform: matrix(1.04, 0, 0, 1.04, 0, 0);
	-ms-transform: matrix(1.04, 0, 0, 1.04, 0, 0);
	-o-transform: matrix(1.04, 0, 0, 1.04, 0, 0);
	transform: matrix(1.04, 0, 0, 1.04, 0, 0)
}
.t-h1 {
	margin: 0 30px;
	bottom: 22px;
	position: absolute;
	word-break: break-all;
	font-size: 24px;
	color: #fff
}
.big2-pic, .big2-pic-right {
	position: relative;
	background-color: #fafafa
}
.big2-pic-content a {
	font-size: 18px;
	color: #fff
}
.big2-pic-right .article-title {
	padding: 20px 20px 0;
	font-size: 18px;
	line-height: 28px
}
.big2-pic-right .article-author {
	margin: 30px 20px;
	border-top: 1px solid #f0f0f0
}
.article-author .report-face-box {
	width: 50px;
	border-radius: 50px;
	overflow: hidden;
	display: inline-table;
	margin-right: 15px
}
.mob-author .qr-moments-box, .mod-info-flow, .span-mark-author {
	display: inline-block
}
.article-author .report-face-box img {
	width: 50px;
	height: 50px
}
.big2-pic.big2-pic-index, .big2-pic.big2-pic-index .big2-pic-content {
	width: 257px;
	height: 145px
}
.big2-pic-right .article-author .mob-author {
	margin: 10px 0
}
.big2-pic.big2-pic-index {
	position: absolute;
	left: 543px
}
.big2-pic.big2-pic-index.big2-pic-index-bottom {
	top: 155px
}
.big2-pic.big2-pic-index .big2-pic-content .t-h1 {
	font-size: 16px;
	margin: 0 20px;
	bottom: 16px
}
.span-mark-author {
	border-bottom: 4px solid #f63756;
	position: absolute;
	z-index: 1;
	height: 28px;
	line-height: 20px;
	margin: -28px 0 0;
	font-size: 16px
}
.mod-b {
	padding: 30px 0;
	height: 185px;
	border-bottom: 1px solid #f0f0f0;
	width: 800px
}
.mod-b:last-child {
	border: none
}
.mob-ctt {
	position: relative;
	float: right;
	margin: -120px 30px 0;
	width: 520px
}
.mob-ctt h3 {
	margin-top: -5px
}
.mob-ctt h3 a {
	font-size: 18px
}
.mob-sub {
	font-size: 14px;
	color: #999;
	line-height: 24px
}
.mob-author {
	margin: 15px 0
}
.mob-author .author-face {
	position: absolute;
	width: 25px;
	height: 25px
}
.mob-author .author-face img {
	width: 100%;
	overflow: hidden;
	border-radius: 25px
}
.mob-author .author-name, .mob-author .time, .mob-author em {
	color: #bbb;
	line-height: 24px;
	font-style: normal
}
.mob-author .author-name {
	margin-left: 36px
}
.mob-author .author-name.no-face {
	margin-left: 0
}
.mod-b-push .mob-author .author-name {
	margin-left: 36px
}
.mod-b-push .mob-author .author-name.no-face {
	margin-left: 0
}
.mob-author .time {
	margin-left: 20px
}
.mob-author em {
	margin-left: 5px
}
.mod-thumb {
	width: 220px;
	height: 124px;
	overflow: hidden
}
.mod-b.dp-box-active {
	border: none
}
.dp-box-warp {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 30px
}
.dp-box-warp .dp-box {
	margin-top: 0
}
.mob-author .qr-moments {
	position: absolute;
	width: 130px;
	height: 130px;
	box-shadow: 0 0 6px rgba(14,22,30,.3);
	margin: -165px 0 0 -32px;
	z-index: 100;
	display: none
}
.mob-author .qr-moments:after, .mob-author .qr-moments:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	left: 56px;
	position: absolute
}
.mob-author .qr-moments:before {
	border: 8px solid transparent;
	border-top: 10px solid rgba(0,0,0,.1);
	top: 130px
}
.mob-author .qr-moments:after {
	border: 8px solid transparent;
	border-top: 10px solid #fff;
	top: 129px
}
.mod-b-push {
	height: 340px
}
.mod-b-push .mod-thumb {
	width: 500px;
	height: 280px
}
.mod-b-push .mob-ctt {
	width: 240px;
	margin-top: -280px
}
.mod-b-push .mob-ctt h3 a {
	font-size: 28px;
	line-height: 1.5
}
.column-link {
	position: absolute;
	width: 60px;
	height: 20px;
	border: 1px solid #3CA5F6;
	bottom: 28px;
	right: 0;
	border-radius: 4px;
	font-size: 12px;
	color: #3CA5F6;
	text-align: center;
	line-height: 18px;
	z-index: 90
}
.column-link:hover {
	color: #fff;
	background: #3ca5f6
}
.column-link .report-vip-qr {
	position: absolute;
	width: 240px;
	height: 128px;
	box-shadow: 1px 1px 15px rgba(14,22,30,.3);
	text-align: left;
	background: #FFF;
	color: #333;
	margin-left: -270px;
	margin-top: -54px;
	display: none
}
.column-link .report-vip-qr img {
	width: 108px;
	margin-top: 10px;
	margin-left: 10px
}
.column-link .report-vip-qr .info {
	position: absolute;
	font-size: 14px;
	text-align: center;
	margin: 40px 20px 0 128px
}
.promote {
	height: 116px;
	font-size: 18px
}
.promote .mod-thumb {
	height: 56px;
	width: 100px
}
.promote .mob-ctt {
	margin: -40px 0 0;
	width: 670px
}
.promote .span-mark-pro {
	height: 28px;
	padding: 0 11px;
	background-color: #f63756;
	color: #fff;
	float: right;
	text-align: center;
	line-height: 28px;
	font-size: 14px
}
.promote .point {
	color: #ccc;
	margin: 0 6px;
	text-align: center;
	font-size: 20px
}
.promote-box .project-pic {
	height: 56px;
	width: 100px;
	position: absolute;
	border: none
}
.promote-box .project-content {
	margin-left: 98px;
	font-size: 16px
}
.promote-box .point {
	color: #ccc;
	font-size: 18px;
	margin: 0 5px
}
.icon-auth1, .icon-auth2, .icon-auth3, .icon-auth4, .icon-auth5, .icon-team-auth {
	margin-left: 10px
}
.promote-box ul li:last-child {
	border: none
}
.promote-box .mod-thumb {
	width: 78px;
	height: 44px;
	position: absolute
}
.i-icon, .icon {
	display: inline-block;
	background-image: url(../img/icon.png?v=201604141714);
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	vertical-align: text-bottom
}
.i-icon, .icon-article, .icon-big-phone, .icon-footer, .icon-sm-phone {
	position: relative
}
.promote-box ul li {
	padding: 30px!important
}
.icon-footer {
	width: 40px;
	height: 40px
}
.icon-auth1 {
	background-position: -325px -275px
}
.icon-auth2 {
	background-position: -325px -304px
}
.icon-auth3 {
	background-position: -325px -335px
}
.icon-auth4 {
	background-position: -325px -364px
}
.icon-auth5 {
	background-position: -325px -395px
}
.icon-team-auth {
	background-position: -325px -424px
}
.icon-article {
	width: 60px;
	height: 60px
}
.icon-fvr {
	background-position: -106px -3px;
	margin-left: 15px
}
.icon-cmt {
	background-position: -67px -1px
}
.icon-line-face {
	background-position: -159px -5px;
	float: left
}
.icon-line {
	background-position: -145px -1px
}
.icon-weibo {
	background-position: 0 -38px
}
.icon-moments {
	background-position: -37px -37px
}
.icon-Qzone {
	background-position: -76px -37px
}
.icon-sm-phone {
	background-position: -448px -546px;
	height: 25px;
	top: 3px;
	width: 25px
}
.icon-big-phone {
	background-position: -441px -488px;
	height: 31px;
	width: 90%
}
.icon-line-pl {
	position: absolute;
	background-position: -389px -10px;
	margin-top: -20px;
	margin-left: 90px
}
.icon-weibo:hover {
	background-position: 0 -73px
}
.icon-moments:hover {
	background-position: -37px -74px
}
.icon-Qzone:hover {
	background-position: -76px -73px
}
.icon-footer-wb {
	background-position: 10px -104px
}
.icon-footer-wx {
	background-position: -49px -105px
}
.icon-footer-ios {
	background-position: -111px -105px
}
.icon-footer-android {
	background-position: 12px -185px
}
.icon-footer-inter {
	background-position: -48px -184px
}
.icon-footer-rss {
	background-position: -109px -185px
}
.icon-footer-wb:hover {
	background-position: 9px -144px
}
.icon-footer-wx:hover {
	background-position: -50px -145px
}
.icon-footer-ios:hover {
	background-position: -112px -145px
}
.icon-footer-android:hover {
	background-position: 12px -226px
}
.icon-footer-inter:hover {
	background-position: -48px -225px
}
.icon-footer-rss:hover {
	background-position: -109px -226px
}
.icon-top {
	background-position: -181px 16px;
	width: 60px;
	height: 60px
}
.icon-search {
	background-position: -210px -80px;
	position: relative;
	top: 1px;
	left: 5px
}
.icon-search:hover {
	background-position: -320px -10px
}
.icon-point {
	background-position: -160px -120px;
	width: 50px;
	height: 33px
}
.icon-search-btn, .icon-white-close {
	width: 40px;
	height: 40px;
	cursor: pointer
}
.icon-search-btn {
	position: absolute;
	right: 0;
	background-position: -262px -68px
}
.icon-search-close {
	position: absolute;
	right: 60px;
	top: 60px;
	background-position: -260px -120px;
	cursor: pointer
}
.icon-white-close {
	background-position: -354px -699px
}
.icon-article-zan, .icon-article-zan-add {
	height: 48px;
	width: 35px;
	display: inline-block
}
.icon-article-wb {
	background-position: 10px -259px
}
.icon-article-pyq {
	background-position: -50px -259px
}
.icon-article-qzone {
	background-position: -121px -259px
}
.icon-article-pl {
	background-position: -178px -253px
}
.icon-article-col {
	background-position: -249px -249px
}
.icon-article-col, .icon-article-pl {
	text-align: center;
	font-style: normal;
	line-height: 95px;
	color: #999;
	font-size: 12px
}
.icon-article-col:hover, .icon-article-pl:hover {
	color: #fff
}
.icon-article-zan {
	background-position: -367px -267px
}
.icon-article-zan-add {
	background-position: -362px -401px
}
.icon-dp {
	background-position: -170px -173px
}
.icon-like {
	background-position: -220px -173px;
	cursor: pointer
}
.icon-like.active {
	background-position: -220px -223px
}
.icon-no-like {
	background-position: -270px -171px;
	cursor: pointer
}
.icon-no-like.active {
	background-position: -270px -221px;
	cursor: pointer
}
.icon-guide-close {
	width: 42px;
	cursor: pointer;
	background-position: 0 -758px;
	height: 47px;
	margin-left: 649px;
	margin-top: -11px
}
.icon-know-that {
	width: 160px;
	cursor: pointer;
	background-position: -85px -758px;
	height: 47px;
	margin-left: 551px;
	margin-top: 75px
}
.icon-search-list {
	background-position: -271px -10px;
	margin-top: 20px
}
.icon-favor-radio {
	background-position: -209px -675px
}
.icon-group-add {
	background-position: -303px -655px
}
.icon-corpus-close {
	position: absolute;
	background-position: -360px -650px;
	right: 20px;
	top: 25px;
	cursor: pointer
}
.btn-dp {
	color: #bbb;
	cursor: pointer;
	width: 120px
}
.icon-weix, .icon-weix-none, .icon-zhifb, .icon-zhifb-none {
	width: 74px;
	height: 48px
}
.icon-first {
	background-position: -327px -179px
}
.icon-lt {
	background-position: -325px -230px
}
.icon-gt {
	background-position: -374px -229px
}
.icon-last {
	background-position: -369px -179px
}
.icon-close {
	background-position: -320px -120px
}
.icon-close:hover {
	background-position: -260px -120px
}
.pagination>li>a {
	padding: 6px 0
}
.pagination>.disabled>a, .pagination>.disabled>a:hover {
	background-color: #f0f0f0
}
.icon-zhifb {
	background-position: -40px -373px
}
.icon-weix {
	background-position: 20px -374px
}
.icon-zhifb-none {
	background-position: -40px -418px
}
.icon-weix-none {
	background-position: 20px -414px
}
.icon-ds-line {
	position: absolute;
	background-position: -110px -396px;
	width: 40px;
	height: 43px;
	margin-top: 6px;
	margin-left: -86px
}
.icon-caret {
	position: absolute;
	background-position: -211px -720px;
	right: 18px;
	top: 13px
}
.dropup .icon-caret {
	background-position: -151px -720px
}
.icon-three {
	width: 60px;
	height: 60px;
	cursor: pointer;
	position: absolute;
	margin-left: -30px
}
.icon-three-qq {
	background-position: -9px -489px
}
.icon-three-wb {
	background-position: -99px -489px
}
.icon-three-wx {
	background-position: -189px -489px
}
.icon-user-point {
	position: relative;
	width: 10px;
	height: 10px;
	background-position: -146px -441px;
	top: -3px
}
.icon-message {
	position: absolute;
	width: 6px;
	height: 6px;
	background-position: -198px -443px
}
.icon-delete {
	cursor: pointer;
	width: 20px;
	height: 23px;
	background-position: -231px -434px
}
.icon-add {
	width: 20px;
	height: 20px;
	background-position: -299px -529px
}
.icon-bind-add {
	background-position: -304px -654px
}
.icon-bind-default-add {
	background-position: -356px -759px
}
.icon-bind-big-add {
	background-position: -299px -755px;
	height: 25px;
	width: 25px
}
.icon-bind-big-add:hover {
	background-position: -299px -703px
}
.icon-del {
	width: 20px;
	height: 20px;
	background-position: -300px -593px
}
.icon-delete:hover {
	width: 20px;
	height: 23px;
	background-position: -280px -434px
}
.icon-delete-h:hover {
	background-position: -410px -568px
}
.icon-delete-h {
	height: 22px;
	cursor: pointer;
	background-position: -420px -484px
}
.icon-edit {
	cursor: pointer;
	width: 20px;
	height: 23px;
	background-position: -300px -484px;
	margin: 0 20px 0 30px
}
.icon-edit:hover {
	width: 20px;
	height: 23px;
	background-position: -360px -484px
}
.icon-edit-h:hover {
	background-position: -420px -529px
}
.icon-edit-h {
	width: 21px;
	height: 21px;
	background-position: -359px -486px;
	margin: 0;
	cursor: pointer
}
.article-type ul li:first-child, .icon-go-back {
	margin-right: 15px
}
.icon-go-back {
	background-position: -352px -9px
}
.icon-round-ok {
	width: 17px;
	height: 17px;
	background-position: -361px -531px
}
.icon-round-warning {
	width: 17px;
	height: 17px;
	background-position: -361px -571px
}
.icon-span-delete {
	background-position: -355px -604px;
	margin-left: 6px
}
.icon-sc-add {
	background-position: -9px -673px;
	width: 30px
}
.icon-alert-close {
	background-position: -320px -120px;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer
}
.icon-alert-close:hover {
	background-position: -260px -120px
}
.icon-success {
	background-position: -441px -439px;
	width: 35px
}
.modal-content .control-input {
	width: 310px
}
.icon-level {
	width: 25px
}
.icon-grade00 {
	background-position: -449px -7px
}
.icon-grade01 {
	background-position: -449px -39px
}
.icon-grade02 {
	background-position: -449px -77px
}
.icon-grade03 {
	background-position: -449px -113px
}
.icon-grade04 {
	background-position: -449px -149px
}
.icon-grade05 {
	background-position: -448px -183px
}
.icon-grade06 {
	background-position: -448px -213px
}
.icon-grade07 {
	background-position: -448px -242px
}
.icon-grade08 {
	background-position: -448px -283px
}
.icon-grade09 {
	background-position: -448px -313px
}
.icon-grade10 {
	background-position: -448px -343px;
	width: 30px
}
.icon-grade11 {
	background-position: -448px -183px
}
.i-icon2 {
	display: inline-block;
	vertical-align: text-bottom;
	background-image: url(../img/icon2.png?v=20151120);
	background-repeat: no-repeat
}
.icon2-stars0, .icon2-stars01, .icon2-stars02, .icon2-stars03, .icon2-stars04, .icon2-stars05 {
	width: 84px;
	height: 18px
}
.icon2-stars0 {
	background-position: -107px -107px
}
.icon2-stars01 {
	background-position: -107px -127px
}
.icon2-stars02 {
	background-position: -107px -147px
}
.icon2-stars03 {
	background-position: -107px -167px
}
.icon2-stars04 {
	background-position: -107px -187px
}
.icon2-stars05 {
	background-position: -107px -207px
}
.icon-tag-cancel {
	background-position: -451px -391px;
	position: absolute;
	top: -9px;
	right: -9px
}
.icon-three-cy {
	position: absolute;
	top: 50%;
	margin-top: -11px;
	margin-left: -10px
}
.icon-cy-qq {
	background-position: -416px -647px
}
.icon-cy-wx {
	background-position: -416px -737px
}
.icon-cy-wb {
	background-position: -416px -687px
}
.btn-dp:hover {
	color: #3da9f7
}
.btn-dp:hover .icon-dp {
	background-position: -170px -223px
}
.icon-like-prompt {
	position: absolute;
	opacity: 0;
	margin-top: -13px
}
.icon-no-like-prompt {
	position: absolute;
	opacity: 0;
	margin-left: 33px;
	margin-top: -17px
}
.article-type {
	color: #bbb
}
.article-type ul li {
	float: left;
	cursor: pointer
}
.article-type ul li:first-child:hover .icon-like {
	background-position: -220px -223px
}
.article-type ul li:last-child:hover .icon-no-like {
	background-position: -270px -221px
}
.modal-header .close {
	color: #fff;
	opacity: 1;
	font-size: 30px;
	text-shadow: 0 0 0 transparent;
	margin: -5px 0 0
}
#loading, .get-mod-more {
	height: 60px;
	width: 100%;
	line-height: 60px;
	color: #bbb;
	font-size: 16px;
	text-align: center;
	cursor: pointer
}
.mob-author .icon-Qzone, .mob-author .icon-cmt, .mob-author .icon-moments, .mob-author .icon-share, .mob-author .icon-weibo {
	margin-left: 20px
}
.mob-author .icon-line {
	margin-left: 12px
}
.mob-author .icon {
	cursor: pointer
}
.get-mod-more {
	display: inline-block;
	border: 1px solid #f0f0f0;
	margin-bottom: 60px;
	margin-top: -6px
}
.get-bottom-mod-more {
	margin-top: -1px
}
#loading {
	margin-top: -6px
}
.get-mod-more:hover {
	background-color: #fafafa;
	color: #999;
	border-color: #fafafa
}
.topic-title {
	height: 50px;
	line-height: 50px;
	background-color: #f63756;
	color: #fff;
	padding: 0 30px 0 20px
}
.topic-title h2 {
	font-size: 20px;
	font-weight: 400;
	line-height: 12px
}
.topic-title span {
	color: #ffb6c2
}
.box-topic {
	margin-bottom: 28px
}
.box-topic .topic-content {
	position: relative;
	width: 340px;
	height: 190px;
	overflow: hidden
}
.box-topic .topic-content .back-img {
	position: absolute;
	width: 100%
}
.box-topic .topic-pic-title {
	position: absolute;
	width: 340px;
	height: 190px;
	z-index: 2;
	font-weight: 400;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #fff;
	font-size: 18px
}
.article-left-btn-group ul li:before, footer .footer-icon-list ul li:before {
	-ms-transition: .5s cubic-bezier(.3, 0, 0, 1.3);
	-o-transition: .5s cubic-bezier(.3, 0, 0, 1.3);
	-webkit-transform: scale(0, 0)
}
.box-topic .topic-pic-title:hover {
	opacity: 1
}
.box-topic .big2-pic, .box-topic .big2-pic-content {
	width: 340px
}
.box-topic .big2-pic img {
	height: 217px;
	width: inherit
}
.box-moder {
	background-color: #fafafa
}
.box-moder h3 {
	margin: 0;
	height: 40px;
    background-color:#01A24E;
}
.box-moder h3 b {
	font-size: 16px;
	font-weight: bold;
	padding: 12px 10px 0;
	display: inline-block;
	margin: 0; color:#fff;
}
.span-mark {
	display: inline-block;
	background-color: #f63756;
	position: absolute;
	z-index: 1;
	height: 20px;
	line-height: 20px;
	margin: -28px 0 0;
	width: 4px
}
.box-author-info {
	display: inline-block;
	width: 340px;
	background-color: #fafafa;
	text-align: center;
	padding: 30px 0;
	margin-bottom: 30px
}
.report-box-moder .box-author-info {
	padding: 10px 30px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f0f0f0
}
.report-box-moder .box-author-info:last-child {
	border-bottom: none
}
.pdf-box {
	width: 710px;
	height: 800px;
	margin-bottom: 60px;
	border: 1px solid #F0F0F0
}
.pdf-prompt {
	font-size: 16px;
	color: #bbb;
	text-align: center;
	margin-top: 80px
}
.pdf-prompt a {
	height: 48px
}
.box-author-info .author-face {
	position: relative;
	width: 98px;
	height: 98px;
	border-radius: 49px;
	overflow: hidden;
	margin-left: -49px;
	left: 50%
}
.box-author-info .author-name {
	font-size: 16px;
	margin: 15px 0
}
.box-author-info .author-one, .box-author-info .author-professional {
	font-size: 14px;
	margin: 12px 0;
	color: #bbb
}
.box-author-info .author-article-pl, .box-author-info .author-article-pl a {
	color: #bbb
}
.article-wrap .author-name, .box-author-info .author-article-pl a:hover {
	color: #333
}
.box-author-info .author-article-pl ul li {
	float: left
}
.box-author-info .author-article-pl ul li:first-child {
	width: 50%;
	text-align: right;
	padding-right: 20px
}
.article-left-btn-group {
	width: 60px;
	float: left;
	position: fixed;
	z-index: 10
}
.article-left-btn-group ul li {
	width: 60px;
	cursor: pointer;
	background-color: #fafafa;
	border-bottom: 1px solid #f0f0f0
}
.article-left-btn-group ul li:last-child, .article-left-btn-group ul li:nth-child(3) {
	border: none
}
.article-left-btn-group ul li:nth-child(4) {
	margin-top: 30px
}
.article-left-btn-group ul li:nth-child(1):hover .icon-article-wb {
	background-position: 11px -318px
}
.article-left-btn-group ul li:nth-child(2):hover .icon-article-pyq {
	background-position: -50px -319px
}
.article-left-btn-group ul li:nth-child(3):hover .icon-article-qzone {
	background-position: -121px -319px
}
.article-left-btn-group ul li:nth-child(4):hover .icon-article-pl {
	background-position: -178px -323px
}
.article-left-btn-group ul li:nth-child(5).active .icon-article-col, .article-left-btn-group ul li:nth-child(5):hover .icon-article-col {
	background-position: -249px -320px
}
.article-left-btn-group ul li:nth-child(5).active {
	background-color: #fbc032;
	border: none
}
.article-left-btn-group ul li:before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 60px;
	height: 62px;
	opacity: 0;
	-webkit-transition: .5s cubic-bezier(.3, 0, 0, 1.3);
	-moz-transition: .5s cubic-bezier(.3, 0, 0, 1.3);
	transition: .5s cubic-bezier(.3, 0, 0, 1.3);
	-o-transform: scale(0, 0);
	transform: scale(0, 0)
}
.article-left-btn-group ul li:nth-child(1):hover:before {
	background-color: #f74864
}
.article-left-btn-group ul li:nth-child(2):hover:before {
	background-color: #1ec354
}
.article-left-btn-group ul li:nth-child(3):hover:before {
	background-color: #ffce0b
}
.article-left-btn-group ul li:nth-child(4):hover:before {
	background-color: #3091f4
}
.article-left-btn-group ul li:nth-child(5):hover:before {
	background-color: #fbc032
}
.article-left-btn-group ul li:nth-child(6):hover:before {
	background-color: #f63756
}
.article-left-btn-group ul li:hover:before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1)
}
.article-left-btn-group .weixin-Qr-code {
	display: none;
	position: absolute;
	width: 130px;
	height: 130px;
	margin-left: 80px;
	margin-top: -35px;
	box-shadow: 0 0 6px rgba(14,22,30,.3);
	background-color: #fff;
	z-index: 10
}
.article-left-btn-group .weixin-Qr-code:after, .article-left-btn-group .weixin-Qr-code:before {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	top: 57px;
	left: -18px;
	content: ''
}
.article-left-btn-group .weixin-Qr-code:before {
	border: 8px solid transparent;
	border-right: 10px solid rgba(0,0,0,.3)
}
.article-left-btn-group .weixin-Qr-code:after {
	border: 8px solid transparent;
	border-right: 10px solid #fff
}
.article-wrap {
	width: 740px;
	float: left;
	padding-left: 30px;
	margin-left: 60px
}
.article-wrap img, .pl-content img {
	width: auto;
	max-width: 100%
}
.article-wrap .t-h1 {
	font-size: 28px;
	margin: 0;
	position: inherit;
	line-height: 1.5;
	color: #333;
	word-wrap: break-word;
	word-break: normal
}
.article-content-wrap, .moder-group-list ul li a, .project-content .project-title {
	font-size: 16px
}
.moder-group-list ul li span, .project-more a {
	color: #bbb
}
.article-wrap .article-author {
	position: relative;
	color: #bbb;
	font-size: 16px;
	margin: 20px 0 27px
}
.article-wrap .article-author .column-link {
	bottom: 0
}
.article-wrap .article-time {
	margin: 0 15px 0 10px
}
.article-wrap .article-share {
	margin: 0 15px 0 0
}
.pl-content img {
	max-height: 450px
}
.article-content-wrap {
	line-height: 30px;
	margin-top: 25px
}
.report-content-wrap img {
	cursor: zoom-in
}
.promote-box-article {
	height: 95px;
	border: 1px solid #f0f0f0;
	margin-bottom: 30px
}
.promote-box-article .mod-thumb {
	margin: 20px 0 0 20px
}
.promote-box-article .mob-ctt {
	width: 548px;
	margin-top: -57px;
	margin-right: 20px
}
.moder-group-list ul, ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}
.moder-group-list ul li {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #f0f0f0;
	padding: 0 30px
}
.moder-group-list ul li span:last-child {
	margin-right: 10px
}
.moder-group-list ul li:last-child {
	border: none
}
.placeholder {
	height: 30px
}
.moder-project-list ul li {
	min-height: 105px;
	padding: 21px 30px;
	border-bottom: 1px solid #f0f0f0
}
.project-more {
	position: absolute;
	margin-top: -30px;
	right: 30px
}
.project-more a:hover {
	color: #333
}
.moder-project-list .project-info {
	padding: 0 0 25px;
	margin-top: -9px
}
.moder-project-list .project-info li {
	min-height: 0;
	height: auto;
	border: none;
	color: #bbb;
	padding: 5px 30px
}
.project-pic {
	width: 62px;
	border: 3px solid #eee;
	height: 62px;
	position: absolute;
	overflow: hidden
}
.project-pic img {
	height: 100%
}
.project-content {
	margin-left: 80px;
	margin-top: -2px
}
.project-content p {
	color: #bbb;
	line-height: 24px
}
.btn-blue-cy {
	width: 280px;
	height: 50px;
	background-color: #3ca5f6;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	border-radius: 0
}
.project-btn-box {
	padding: 30px
}
.btn-blue-cy:hover {
	background-color: #2f99ea;
	color: #fff
}
.hot-article ul li {
	padding: 30px 30px 24px;
	border-bottom: 1px solid #f0f0f0;
	overflow: hidden
}
.hot-article ul li:last-child {
	border: none
}
.hot-article ul li .hot-article-img {
	width: 280px;
	height: 158px;
	overflow: hidden;
	margin-bottom: 20px
}
.hot-article ul li img {
	overflow: hidden;
	margin-bottom: 20px
}
.hot-article ul li a {
	font-size: 16px;
	line-height: 28px
}
.hot-article .span-mark-pro {
	position: absolute;
	height: 28px;
	background-color: #f63756;
	color: #fff;
	float: left;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	margin-top: 130px;
	z-index: 10;
	padding: 0 10px
}
.hot-tag .search-hot {
	margin: 0 0 0 30px
}
.moder-user-list {
	min-height: 830px
}
.moder-user-list ul li {
	height: 90px
}
.moder-user-list .project-content {
	margin-left: 70px;
	margin-top: 0
}
.moder-user-list .project-content .project-title {
	font-size: 14px;
	line-height: 47px
}
.moder-user-list .project-pic {
	width: 47px;
	height: 47px;
	border: none;
	overflow: hidden;
	border-radius: 47px
}
.search-input-list {
	height: 60px;
	width: 100%;
	border: 1px solid #f0f0f0;
	font-size: 18px;
	padding-left: 20px
}
.search-btn {
	position: absolute;
	margin-left: -80px;
	width: 80px;
	height: 60px;
	text-align: center;
	background-color: #3ca5f6;
	display: inline-block;
	cursor: pointer;
	border: none!important;
	line-height: 60px;
	box-shadow: none!important
}
.search-btn:hover {
	background-color: #2f99ea
}
.search-wrap-list-ul h2 {
	font-size: 18px;
	line-height: 28px
}
.search-wrap-list-ul .mob-summay {
	font-size: 14px;
	color: #bbb;
	line-height: 24px
}
.search-wrap-list-ul .mob-author {
	color: #bbb;
	margin: 10px 0
}
.search-wrap-list-ul .mob-author .name a {
	color: #bbb
}
.search-wrap-list-ul .mob-author .name a:hover {
	color: #2f99ea
}
.search-wrap-list-ul em {
	color: #f63756;
	font-style: normal
}
.search-wrap-list-ul li {
	border-bottom: 1px solid #f0f0f0;
	padding: 5px 0 12px
}
.no-relevant-info {
	text-align: left;
	font-size: 16px;
	color: #bbb;
	margin-top: 80px;
	margin-left: 30px
}
.search-list-warp .no-relevant-info {
	text-align: center;
	margin-left: 0
}
.r-box-ad1, .r-box-ad2 {
	width: 340px;
	height: 274px;
	overflow: hidden
}
.top-box-ad {
	margin-bottom: 30px
}
.top-box-ad-banner {
	margin: -15px 0 15px
}
.feed-box-ad {
	height: 140px;
	border-bottom: 1px solid #f0f0f0;
	padding: 30px 0
}
.bottom-box-ad {
	margin: 0 0 60px
}
.article-box-ad {
	margin: -5px 0 -55px;
	border: none
}
.article-pl-box-ad {
	display: inline-block;
	margin: -20px 0 -40px;
	border: none;
	padding: 0
}
.article-bottom-box-ad {
	margin: -70px 0 10px;
	border: none
}
.bottom-box-ad img, .feed-box-ad img {
	height: 80px;
	width: 100%
}
#login_model .modal-footer {
	padding: 0
}
.modal-mask {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 80;
	background: rgba(0,0,0,.5)
}
.modal-mask .title-box {
	background: #fafafa;
	height: 196px;
	line-height: 196px;
	text-align: center;
	font-size: 20px;
	margin-top: -30px
}
.modal-mask .title-box img {
	height: 150px;
	width: 150px
}
.transition {
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out
}
.Qr-code {
	position: relative;
	padding: 50px 0 0;
	z-index: 80;
	height: 98px
}
.btn-other-ds-css {
	height: 40px;
	line-height: 39px;
	padding: 0 44px;
	font-size: 18px;
	margin-top: 20px;
	background-color: #D53303;
	color: #fff
}
.download-box, .praise-box.center-box {
	margin: 0 auto
}
.btn-other-ds-css:hover {
	color: #fff
}
.Qr-code .info-false {
	height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%)
}
.Qr-code .info-true {
	opacity: 1;
	height: auto;
	overflow: initial;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}
.download-box, .praise-box {
	line-height: 48px;
	height: 48px;
	width: 148px;
	text-align: center
}
.praise-box {
	border: 1px solid #f6f6f6;
	color: #bbb;
	cursor: pointer
}
.praise-box:hover {
	background-color: #f63756;
	border-color: #f63756;
	color: #fff
}
.download-box {
	color: #999;
	font-size: 18px;
	background: #fafafa
}
.download-box a {
	color: #999
}
.download-box:hover {
	background: #0da3fa
}
.download-box:hover a {
	color: #FFF
}
.praise-box.active .icon-article-zan {
	background-position: -362px -400px
}
.praise-box:hover .icon-article-zan {
	background-position: -367px -333px
}
.praise-box span {
	position: relative;
	top: -15px
}
.praise-box-add {
	position: absolute;
	margin-top: -40px;
	margin-left: 50px;
	color: #333;
	opacity: 0
}
.j-btm {
	position: relative;
	border: 1px solid #ddd;
	z-index: 1
}
.wx-phone-box, .zhifubao-label {
	position: absolute
}
.j-btm:after, .j-btm:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent
}
.j-btm:after {
	border-top: 5px solid #ddd;
	bottom: -11px;
	z-index: 1
}
.j-btm:before {
	border-top: 5px solid #fff;
	bottom: -10px;
	z-index: 2
}
.wx-phone, .wx-phone-box {
	border: 1px solid #cacaca
}
.zhifubao-prompt p {
	line-height: 2
}
.weixin-prompt p a, .zhifubao-prompt p a {
	color: #348cdf
}
.dropdown-box-zfb {
	margin-left: 55px
}
.tab-weixin .note {
	color: #bbb;
	margin: 20px 0
}
.wx-phone-box {
	width: 190px;
	height: 190px;
	margin-top: 30px
}
.li-wxin, .update-phone-box, .wx-phone {
	position: relative
}
.wx-phone {
	margin-left: -85px;
	width: 170px;
	height: 170px;
	left: 50%;
	top: 50%;
	margin-top: -85px;
	overflow: hidden
}
.wx-phone img {
	width: 100%
}
.update-phone-box {
	margin-left: 220px;
	margin-bottom: 40px
}
.article-zfb-wx-box {
	width: 148px;
	height: 48px;
	background-color: #fafafa
}
.article-zfb-wx-box ul {
	margin: 0
}
.article-zfb-wx-box ul li {
	float: left;
	list-style-type: none;
	width: 50%;
	cursor: pointer;
	display: inline-block;
	height: 48px;
	text-align: center
}
.wxdashang-wrap, .wxshare-wrap, .zfbdashang-wrap {
	position: absolute;
	margin-top: -170px;
	margin-left: -20px;
	width: 100px;
	height: 125px;
	box-shadow: 0 2px 8px 2px #ddd;
	border-radius: 5px;
	display: none;
	background: #fff
}
.wxdashang-wrap i, .wxshare-wrap.wxshare-wrap i, .zfbdashang-wrap i {
	display: block;
	font-style: normal;
	font-size: 12px;
	margin-bottom: -3px;
	line-height: 20px
}
.wxdashang-wrap img, .wxshare-wrap img, .zfbdashang-wrap img {
	max-width: 100%;
	border-radius: 5px;
	display: inline-block;
	overflow: auto;
	width: 100%
}
.wxdashang-wrap:after, .wxdashang-wrap:before, .wxshare-wrap.wxshare-wrap:after, .wxshare-wrap:before, .zfbdashang-wrap:after, .zfbdashang-wrap:before {
	left: 45px
}
.wxdashang-wrap, .zfbdashang-wrap {
	margin-left: -20px;
	opacity: 0
}
.share-c-fri:hover {
	background: #65c92c;
	border: 1px solid #65c92c
}
.share-c-fri:hover .icon-c-fri {
	background-position: -50px -50px
}
.btn-exceptional {
	width: 148px;
	height: 48px;
	line-height: 36px;
	background-color: #f63756;
	border-radius: 0;
	color: #fff;
	font-size: 18px
}
.btn-exceptional:hover {
	background-color: #ec2b4b;
	color: #fff
}
.article-wrap .tag-box {
	border-top: 1px solid #f0f0f0;
	padding-top: 20px;
	display: inline-block;
	width: 100%;
	margin-top: 60px
}
.article-wrap .tag-box ul li {
	float: left;
	height: 35px;
	padding: 0 15px;
	background-color: #f0f0f0;
	color: #bbb;
	line-height: 35px;
	margin-right: 10px;
	margin-bottom: 10px
}
.article-wrap .tag-box ul li:hover {
	background-color: #ececec;
	color: #999
}
.article-wrap .article-img-box {
	text-align: center;
	position: relative
}
.article-wrap .article-img-box .report-title-box {
	display: none;
	position: absolute;
	bottom: 0;
	height: 40px;
	width: 100%;
	background: rgba(0,0,0,.6);
	color: #FFF;
	font-size: 14px;
	line-height: 40px
}
.report-title-box .close-box {
	position: absolute;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	border: 1px solid #FFF;
	border-radius: 15px;
	color: #fff;
	right: 20px;
	top: 5px;
	cursor: pointer
}
.report-title-box .close-box:hover {
	background: #3CA5F6;
	border: 1px solid #3CA5F6
}
.pl-wrap {
	margin-top: 90px
}
.pl-form-wrap {
	border-top: 1px solid #f0f0f0
}
.pl-form-wrap .span-mark-author, .pl-list-wrap .span-mark-author {
	font-size: 18px;
	border: none;
	color: #bbb
}
.dp-box .span-mark-author, .pl-form-wrap .span-mark-author.active, .pl-list-wrap .span-mark-author.active {
	border-bottom: 4px solid #f63756;
	color: #333
}
.dp-box .span-mark-author {
	font-size: 16px
}
.pl-form-wrap .span-mark-author.new, .pl-list-wrap .span-mark-author.new {
	margin-left: 110px!important
}
.pl-list-wrap .span-mark-author {
	border: none!important;
	margin: -21px 0 0
}
.pl-list-wrap .span-mark-author:hover {
	color: #333
}
.pl-form-author {
	margin-top: 30px
}
.author-info {
	margin: 0 0 15px;
	display: inline-block
}
.author-info .author-name, .author-info .time {
	top: 17px;
	margin-left: 20px;
	position: relative
}
.author-info .author-face {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	overflow: hidden;
	float: left
}
.author-info .time {
	color: #bbb
}
.report-author-info {
	font-size: 14px;
	color: #bbb
}
.report-author-info .author-face {
	position: relative;
	top: 5px;
	width: 25px;
	border-radius: 25px;
	overflow: hidden;
	display: inline-block;
	margin-right: 10px
}
.report-author-info .author-face img {
	margin-bottom: 0
}
.report-author-info span {
	margin-right: 10px
}
.report-explain {
	color: #bbb;
	line-height: 24px;
	padding: 20px 30px;
	border-top: 1px solid #F0F0F0
}
.pl-form-box {
	margin-top: 10px
}
.btn-article, .sx-form-warp {
	margin-top: 20px
}
.pl-form-box textarea {
	height: 180px;
	border-radius: 0;
	resize: none;
	box-shadow: none;
	border-color: #f0f0f0
}
.btn-article {
	width: 148px;
	height: 48px;
	line-height: 38px;
	color: #fff;
	background-color: #3ca5f6;
	font-size: 18px;
	border-radius: 0;
	margin-bottom: 30px
}
.bind-huxiu, .no-login-box, .pl-loading {
	width: 100%;
	font-size: 18px;
	text-align: center
}
.dp-article-box .btn-article {
	margin-bottom: 5px
}
.btn-article:hover {
	color: #fff;
	background-color: #2f99ea
}
.btn-article:focus {
	color: #fff
}
.no-login-box {
	height: 220px;
	border: 1px solid #f0f0f0;
	background-color: #fafafa;
	margin-top: 40px;
	color: #bbb;
	line-height: 220px
}
.no-login-box a {
	border-bottom: 1px solid #333;
	color: #333;
	cursor: pointer;
	padding-bottom: 5px
}
.no-login-box a:hover {
	color: #3da9f7;
	border-color: #3da9f7
}
.bind-huxiu {
	position: absolute;
	color: #333;
	padding-top: 50px
}
.pl-list-wrap {
	margin-top: 80px;
	position: relative;
	margin-bottom: 60px
}
.report-list-wrap {
	margin-top: 45px;
	margin-bottom: 30px
}
.pl-list-wrap.pl-detail-list-wrap {
	margin-top: 0
}
.pl-box-wrap {
	padding: 30px 0;
	border-top: 1px solid #f0f0f0
}
.pl-list-wrap .pl-box-wrap {
	position: relative;
	top: 30px
}
.pl-loading {
	position: absolute;
	height: 100%;
	padding-top: 100px;
	color: #999;
	z-index: 10
}
.pl-loading img {
	width: 30px;
	margin-bottom: 20px
}
.pl-box-wrap .dropdown button {
	height: 30px;
	width: 30px;
	border-radius: 0;
	color: #3ca5f6;
	border: 2px solid #f6f6f6
}
.pl-box-wrap .btn-default.active, .pl-box-wrap .btn-default:active, .pl-box-wrap .btn-default:hover, .pl-box-wrap .open>.dropdown-toggle.btn-default {
	color: #fff;
	background-color: #3ca5f6;
	border-color: #3ca5f6
}
.pl-box-wrap .dropdown-menu {
	border: none;
	box-shadow: 0 0 15px rgba(18,21,21,.2);
	margin: 10px 0 0;
	text-align: center;
	width: 120px;
	min-width: 10px;
	border-radius: 0
}
.pl-box-wrap .dropdown-menu li {
	color: #bbb;
	font-size: 16px;
	margin: 12px 0;
	cursor: pointer
}
.pl-box-wrap .dropdown-menu li:hover {
	color: #333
}
.pl-box-wrap .pl-content {
	word-break: break-all;
	word-wrap: break-word;
	line-height: 24px
}
.pl-box-wrap .dropdown .btn .caret {
	margin: -6px 0 0 -3px
}
.btm-yl {
	height: 24px;
	width: 50px;
	color: #fff;
	line-height: 24px;
	background: #f63756;
	position: absolute;
	margin-top: -30px;
	text-align: center
}
.pl-box-wrap.active {
	border-top-color: #f63756
}
.pl-detail-box-warp {
	border-top: 1px solid #3ca5f6;
	border-bottom: 1px solid #3ca5f6
}
.pl-box-btm {
	margin-top: 15px
}
.pl-box-btm .pl-form-box {
	display: none
}
.more-pl-box-wrap {
	font-size: 20px;
	color: #bbb;
	cursor: pointer;
	text-align: center;
	width: 100%;
	height: 60px;
	background-color: #fff;
	line-height: 60px;
	margin-bottom: 70px;
	border: 1px solid #f0f0f0
}
.more-pl-box-wrap:hover {
	background-color: #fafafa;
	border-color: #fafafa
}
.dp-box {
	padding: 20px;
	background-color: #f6f6f6;
	margin-top: 20px
}
.dp-box:before {
	content: '';
	display: block;
	position: relative;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom: 15px solid #f6f6f6;
	top: -44px;
	left: 10px
}
.dp-box .dl-user {
	padding-top: 20px;
	border-top: 1px solid #f0f0f0;
	cursor: pointer
}
.dp-box .dp-list-box .dl-user {
	margin-bottom: 30px
}
.dp-box .dl-user q {
	display: inline-block;
	width: 100px;
	overflow: hidden;
	height: 20px;
	line-height: 18px;
	vertical-align: text-bottom;
	padding: 2px 5px;
	background: #0479c4;
	color: #fff;
	border-radius: 5px;
	margin: 0 5px;
	opacity: .5;
	cursor: pointer
}
.dp-box .dl-user q:before {
	font-family: 'Glyphicons Halflings';
	content: "\e140";
	font-size: 12px;
	margin: 0 5px 0 0
}
.dp-list-box {
	display: none
}
.dl-user ul {
	display: inline-block
}
.dl-user ul li {
	width: 34px;
	height: 34px;
	border-radius: 17px;
	float: left;
	overflow: hidden;
	margin-right: 10px
}
.one-pl-content {
	margin: -30px 0 0 50px;
	cursor: auto;
	word-wrap: break-word
}
.one-pl-content .name {
	color: #bbb
}
.one-pl-content .time {
	color: #ccc
}
.one-pl-content .content {
	margin-right: 120px;
	line-height: 24px
}
.one-pl-content .dp-reply-box, .one-pl-content .js-hf-article-pl {
	margin: 20px 20px 9px 0;
	cursor: pointer;
	color: #bbb
}
.one-pl-content .dp-reply-box:hover, .one-pl-content .js-hf-article-pl:hover {
	color: #333
}
.one-pl-content .hu-pl-box {
	margin-top: 20px;
	display: none
}
.one-pl-content .hu-pl-box textarea {
	height: 120px
}
.one-pl-content .dropdown {
	position: absolute;
	display: inline-block;
	margin: -30px 0 29px 50px;
	right: 20px
}
.one-pl-content .dropdown button {
	border-color: #eee;
	background-color: #fff;
	width: 22px;
	height: 22px
}
.one-pl-content .dropdown .btn {
	padding: 0
}
.one-pl-content .dropdown .btn .caret {
	margin: -3px 0 0
}
.span-mark-article-pl {
	float: right;
	right: 0;
	margin-top: -30px;
	color: #bbb;
	font-size: 16px;
	cursor: pointer
}
.span-mark-article-pl:hover {
	color: #333
}
.close-dp-list-box {
	height: 60px;
	background-color: #f6f6f6;
	color: #bbb;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
	line-height: 60px;
	margin: 0 -20px -20px;
	border-top: 1px solid #f0f0f0
}
.close-dp-list-box:hover {
	background-color: #f0f0f0;
	color: #bbb
}
.pl-detail-box-warp .close-dp-list-box {
	width: 910px
}
.article-list-box {
	padding: 30px 0;
	border-top: 1px solid #f0f0f0
}
.article-box {
	width: 220px;
	height: 203px;
	border: 1px solid #f0f0f0;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px
}
.article-box:nth-child(3n) {
	margin-right: 0
}
.article-box:hover {
	box-shadow: 0 5px 8px rgba(45,50,55,.2);
	margin-top: -2px;
	border-color: rgba(45,50,55,.2);
	margin-bottom: 27px
}
.article-box img {
	width: 100%;
	height: 124px
}
.article-box .article-title {
	padding: 15px 20px 0;
	font-size: 16px;
	line-height: 24px
}
.interested-article-box {
	display: inline-block;
	margin-top: 47px;
	margin-bottom: 50px
}
.interested-article-box .span-mark-author {
	font-size: 20px
}
.tag-wrap .search-history span {
	font-size: 20px;
	color: #333;
	display: inline-block;
	margin-bottom: 20px
}
.tag-wrap {
	padding: 0 130px;
	margin-bottom: 20px
}
.tag-wrap .previous-step a {
	color: #bbb;
	font-size: 20px
}
.tag-wrap .previous-step a:hover {
	color: #333
}
.tab-set {
	margin-top: 40px
}
.tab-set ul {
	height: 58px;
	border-bottom: 1px solid #f0f0f0;
	width: 620px
}
.search-letter-btn, .tab-set ul a {
	width: 140px;
	height: 58px;
	line-height: 58px;
	text-align: center
}
.tab-set ul a {
	float: left;
	background-color: #f0f0f0;
	font-size: 18px;
	margin-right: 20px;
	color: #bbb
}
.search-letter-box ul li:nth-child(9n), .tab-set ul a:last-child {
	margin-right: 0
}
.tab-set ul a:hover {
	color: #333
}
.tab-set ul a li.active {
	background-color: #fff;
	border: 1px solid #f0f0f0;
	border-bottom: none;
	color: #333
}
.tag-cnt-box {
	margin-top: 10px
}
.tag-cnt-box.first-child {
	margin-top: 40px
}
.tag-cnt-box h3 {
	font-size: 30px
}
.tag-cnt-box .search-history {
	margin-top: 0
}
.search-letter-btn {
	background-color: #fff;
	border: 1px solid #f0f0f0;
	font-size: 18px;
	color: #bbb;
	padding: 0 10px;
	cursor: pointer
}
.search-letter-btn.active, .search-letter-btn:hover {
	color: #333
}
.search-letter-box {
	border: 1px solid #f0f0f0;
	padding: 20px 20px 0 22px;
	display: none;
	margin-top: 20px
}
.search-letter-box .search-history {
	margin-top: 0
}
.search-letter-box ul li {
	width: 78px;
	text-align: center
}
.search-letter-box ul li:last-child {
	border: none;
	color: #bbb;
	line-height: 33px;
	font-size: 16px
}
.neirong-shouquan, .neirong-shouquan-public {
	font-size: 14px!important;
	padding-top: 30px
}
.search-letter-box ul li:last-child a {
	color: #bbb
}
.search-letter-box ul li:last-child:hover {
	background-color: #fff;
	color: #333
}
.neirong-shouquan-public {
	font-weight: 700;
	text-align: center
}
.neirong-shouquan-public span {
	display: table
}
.neirong-shouquan-public img {
	width: 200px
}
.tag-wrap .tag-title {
	font-size: 20px;
	margin: 30px 0 20px
}
.tag-wrap .tag-content {
	display: none;
	color: #bbb;
	font-size: 16px;
	line-height: 28px
}
.tag-wrap .tag-content.active {
	display: block
}
.tag-wrap .tag-content .sea-more {
	color: #555;
	margin-left: 10px;
	cursor: pointer
}
.tag-wrap .tag-img-wrap {
	display: inline-block
}
.tag-wrap .tag-img-box {
	width: 200px;
	float: left
}
.lgn-wrap .btn-blue, .tag-wrap .tag-img-box img {
	width: 100%
}
.related-article {
	border-top: 1px solid #f0f0f0;
	margin-top: 100px
}
.related-article .span-mark-author {
	font-size: 20px
}
.related-article ul li {
	height: 75px;
	line-height: 75px;
	font-size: 16px;
	border-bottom: 1px solid #f0f0f0
}
.related-article ul li .time {
	color: #bbb
}
.related-article ul li:last-child {
	border-bottom: none
}
.more-related-article {
	height: 60px;
	color: #bbb;
	border: 1px solid #f0f0f0;
	text-align: center;
	font-size: 20px;
	line-height: 60px;
	cursor: pointer;
	margin-bottom: 60px
}
.btn-blue, .modal-title {
	color: #fff
}
.more-related-article:hover {
	background-color: #fafafa;
	border-color: #fafafa
}
.modal-header {
	background-color: #2e3138;
	border-radius: 0
}
.lgn-wrap .form-group {
	margin: 15px 0 30px
}
.btn-blue {
	background-color: #3ca5f6;
	border: 1px solid #3ca5f6;
	width: 240px;
	height: 42px;
	line-height: 30px
}
.btn-blue:focus, .btn-blue:hover {
	background-color: #2f99ea;
	border: 1px solid #2f99ea;
	color: #fff;
	outline: 0
}
.btn-primary {
	width: auto;
	padding: 0 20px;
	font-size: 16px;
	line-height: 48px
}
.lgn-wrap .forget-pwd a {
	color: #bbb
}
.lgn-wrap .forget-pwd {
	margin: -10px 0
}
.lgn-wrap label {
	font-weight: 400;
	font-size: 12px
}
.lgn-wrap .box-btm {
	margin-top: 8px
}
.lgn-wrap .box-btm .btn-reg {
	margin-top: 5px;
	color: #bbb;
	cursor: default;
	font-size: 12px
}
.lgn-three-btnWrap {
	background-color: #f2f2f2;
	padding: 30px;
	border-radius: 0 0 5px 5px
}
#page_login .login-three {
	margin-top: 20px
}
.lgn-wrap .t-h4 {
	margin: 10px 0 -36px;
	font-size: 14px;
	border: none;
	color: #bbb
}
#page_login .login-three .login-three-ttl {
	color: #bbb;
	border-bottom: 1px solid #cacaca;
	margin-bottom: 20px
}
.login-three a {
	width: 174px;
	height: 40px;
	float: left;
	color: #fff;
	line-height: 40px;
	margin-right: 8px;
	border-radius: 4px
}
.login-three a i {
	float: left;
	width: 50px;
	height: 100%;
	background: url(../img/icon.png?v=201604141714) -126px -378px no-repeat
}
.login-three a span {
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding-left: 32px
}
.login-three .btn-weixin {
	background-color: #8bcf7b
}
.login-three .btn-weixin:hover {
	background-color: #7bc66a
}
.login-three .btn-weixin i {
	border-right: 1px solid #98db88
}
.login-three .btn-weixin span {
	border-left: 1px solid #67b854
}
.login-three .btn-sina {
	background-color: #e36f5f
}
.login-three .btn-sina:hover {
	background-color: #de604f
}
.login-three .btn-sina span {
	border-left: 1px solid #d45b4b
}
.login-three .btn-sina i {
	background-position: -182px -378px;
	border-right: 1px solid #ed8273
}
.login-three .btn-qq {
	background-color: #5ca3df;
	margin-right: 0
}
.login-three .btn-qq:hover {
	background-color: #4c9de0
}
.login-three .btn-qq span {
	border-left: 1px solid #4f8ec3
}
.login-three .btn-qq i {
	background-position: -229px -378px;
	border-right: 1px solid #6bafe9
}
.dialog-invite-type label {
	display: block
}
.page-nav {
	text-align: center
}
.pagination {
	margin: 30px 0 60px
}
.pagination>li>a {
	position: relative;
	float: left;
	margin-left: -1px;
	line-height: 27px;
	color: #333;
	background-color: #f5f5f5;
	margin-right: 10px;
	border-radius: 0;
	height: 36px;
	width: 36px;
	border: none
}
.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 0
}
.pagination>.active>a {
	background-color: #3ca5f6
}
.pagination>.active>a:hover {
	background-color: #2f99ea
}
.text-remarks {
	color: #999;
	line-height: 30px
}
.text-big-title {
	font-size: 20px;
	font-weight: 700;
	color: #a41d1d
}
.text-sm-title {
	font-size: 18px;
	font-weight: 700;
	color: #a41d1d
}
.text-hxzhu {
	color: #999;
	line-height: 30px
}
.article-content-wrap blockquote {
	border: none;
	margin: 0;
	padding: 25px 30px;
	background-color: #fafafa;
	display: block;
	font-size: 16px;
	line-height: 23px
}
.article-content-wrap a {
	color: #333;
	border-bottom: 1px solid #333;
	padding-bottom: 5px
}
.article-content-wrap a:hover {
	color: #3da9f7;
	border-color: #3da9f7
}
.article-content-wrap .img-center-box {
	text-align: center
}
.list-paddingleft-2 {
	padding-left: 15px
}
.page-jinju-box {
	width: 690px;
	margin: 0 auto
}
.jinju-box-top {
	padding: 20px 0;
	position: relative;
	margin-bottom: 27px
}
.jinju-box-top .t-h1 {
	padding-top: 0
}
.jinju-box-top:after, .jinju-box-top:before {
	content: '';
	position: absolute;
	bottom: -16px;
	display: block
}
.jinju-box-top:after {
	border: 2px solid #cacaca;
	border-top: none;
	left: 0;
	width: 100%
}
.jinju-box-top:before {
	left: 50%;
	margin-left: -5px;
	border: 7px solid transparent;
	border-top: 8px solid #cacaca;
	bottom: -30px
}
.jinju-box .box-top {
	padding: 50px;
	position: relative
}
.jinju-box .box-top:after, .jinju-box .box-top:before {
	display: block;
	font-family: Arial;
	position: absolute;
	font-size: 90px;
	color: #e7e7e7;
	line-height: 80px
}
.jinju-box .box-top:before {
	content: '“';
	left: 22px;
	top: 25px
}
.jinju-box .box-top:after {
	content: '”';
	right: 22px;
	bottom: -20px
}
.jinju-box .box-ctt {
	background-color: #f9f9f9;
	padding: 20px 50px;
	color: #999
}
.jinju-box .box-btm {
	text-align: center;
	background-color: #e8e8e8;
	height: 84px;
	padding: 15px 0
}
.jinju-box .box-btm a {
	font-size: 16px;
	padding: 15px 22px;
	border-radius: 3px;
	display: inline-block;
	background-color: #cacaca;
	color: #fff
}
.jinju-box .box-btm a:hover {
	background-color: #3498db
}
.footer {
	position: relative;
	background-color: #01A24E;
	padding-top: 5px;
	min-width: 1170px
}
footer .copy-right {
	margin-top: 35px;
	position: relative;
	z-index: 400
}
footer .copy-right span {
	line-height: 28px;
	margin-bottom: 30px;
	display: block;
	margin-top: 10px
}
footer .copy-right, footer .copy-right span a {
	color: #fff;
	font-size: 12px
}
footer .copy-right a {
	height: 40px;
	color: #fff
}
footer .copy-right a:hover {
	color: #b2bae1
}
footer .footer-tag-list a {
	font-size: 14px;
	margin-right: 15px
}
footer .footer-icon-list {
	position: absolute;
	top: 18px;
	right: 0
}
footer .footer-icon-list ul li {
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	background-color: #343a40;
	text-align: center;
	border-radius: 20px;
	margin-left: 20px
}
footer .footer-icon-list ul li:before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: .5s cubic-bezier(.3, 0, 0, 1.3);
	-moz-transition: .5s cubic-bezier(.3, 0, 0, 1.3);
	transition: .5s cubic-bezier(.3, 0, 0, 1.3);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0)
}
footer .footer-icon-list ul a:nth-child(1) li:before {
	background-color: #f74864
}
footer .footer-icon-list ul a:nth-child(2) li:before {
	background-color: #1ec354
}
footer .footer-icon-list ul a:nth-child(3) li:before {
	background-color: #7b8894
}
footer .footer-icon-list ul a:nth-child(4) li:before {
	background-color: #93e64f
}
footer .footer-icon-list ul a:nth-child(5) li:before {
	background-color: #3091f4
}
footer .footer-icon-list ul a:nth-child(6) li:before {
	background-color: #ff9000
}
footer .footer-icon-list ul li:hover:before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1)
}
footer .footer-icon-list .app-qrcode {
	display: none;
	position: absolute;
	width: 130px;
	height: 130px;
	margin-top: -141px;
	box-shadow: 0 0 6px rgba(14,22,30,.3);
	margin-left: -45px
}
footer .footer-bull {
	position: relative;
	font-size: 20px;
	margin: 0 15px;
	top: 2px
}
footer .bull-right {
	font-style: normal
}
footer .bull-em {
	font-style: normal;
	margin-left: 15px
}
.icon-aliyun {
	position: relative;
	display: inline-block;
	vertical-align: text-bottom;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	background-image: url(../img/aliyun.png?v=20150915);
	top: 8px;
	left: 10px;
	margin-right: -4px
}
footer .footer-icon-list .app-qrcode:after, footer .footer-icon-list .app-qrcode:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0
}
footer .footer-icon-list .app-qrcode:before {
	border: 8px solid transparent;
	border-top: 10px solid rgba(0,0,0,.3);
	top: 130px;
	left: 56px
}
footer .footer-icon-list .app-qrcode:after {
	border: 8px solid transparent;
	border-top: 10px solid #fff;
	top: 129px;
	left: 57px
}
.go-top {
	background: #fff;
	width: 60px;
	height: 60px;
	position: fixed;
	right: 0px;
	bottom: 151px;
	cursor: pointer;
	display: none;
	border: 1px solid #eee
}
.go-feedback:hover, .go-top:hover {
	background-color: #e8e8e8
}
.go-feedback {
	display: block;
	bottom: 269px;
	color: #7a818e;
	font-size: 14px;
	text-align: center;
	padding: 13px 9px;
	z-index: 10;
	line-height: 1.2;
	letter-spacing: 1px
}
.feedback-box {
	position: fixed;
	display: none;
	left: 760px;
	width: 500px;
	height: 460px;
	box-shadow: 0 0 6px rgba(17,40,62,.51);
	z-index: 1000;
	background-color: #fff;
	padding: 0 40px 40px;
	bottom: 20px
}
.feedback-box .close-box {
	padding: 20px 0;
	margin-right: -20px;
	cursor: pointer
}
.footer .modal-backdrop {
	display: none;
	z-index: 11
}
.feedback-box input, .feedback-box textarea {
	border-radius: 0;
	font-size: 16px;
	border-color: #f0f0f0;
	box-shadow: none
}
.app-footer-guide:before, .promote-warp .qr-box:before {
	-webkit-transform: rotate(-45deg);
	border: 1px solid #ddd
}
.feedback-box textarea {
	height: 190px;
	min-height: 190px;
	max-height: 190px;
	max-width: 100%;
	margin-top: 60px
}
.feedback-box input {
	height: 60px;
	margin: 20px 0
}
.feedback-box input::-webkit-input-placeholder, .feedback-box textarea::-webkit-input-placeholder {
color:#bbb;
text-overflow:ellipsis
}
.feedback-box input:-moz-placeholder, .feedback-box textarea::-webkit-input-placeholder {
color:#bbb!important;
text-overflow:ellipsis
}
.feedback-box input::-moz-placeholder, .feedback-box textarea::-webkit-input-placeholder {
color:#bbb!important;
text-overflow:ellipsis
}
.feedback-box input:-ms-input-placeholder, .feedback-box textarea::-webkit-input-placeholder {
color:#bbb!important;
text-overflow:ellipsis
}
.will-choose {
	position: absolute;
	color: #f63756;
	font-size: 20px;
	margin-top: 55px;
	margin-left: -20px
}
.will-choose-error {
	position: relative;
	top: 33px;
	left: 20px;
	color: #f63756;
	font-size: 16px;
	display: none
}
.app-feedback {
	display: block;
	bottom: 210px;
	background-color: #fff;
	color: #9ca4b4;
	font-size: 12px;
	text-align: center;
	padding: 7px;
	z-index: 10
}
.app-feedback:hover {
	background-color: #e8e8e8
}
.app-footer-guide {
	position: absolute;
	width: 128px;
	height: 128px;
	background: #fff;
	padding: 10px;
	box-shadow: 1px 1px 15px rgba(0,0,0,.3);
	left: -140px;
	top: -30px;
	display: none
}
.app-footer-guide:before {
	width: 10px;
	height: 10px;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #fff;
	border-width: 0 1px 1px 0;
	position: absolute;
	top: 50%;
	right: -5px;
	content: " ";
	margin-top: -5px
}
.btn-gray {
	color: #fff;
	margin-left: 10px;
	background-color: #3ca5f6;
	border-color: #fff;
	font-size: 14px
}
.btn-gray:hover {
	background-color: #2f99ea;
	color: #fff
}
.js-text {
	width: 85%
}
#ignoreModal .modal-body .new-lb {
	margin: 5px 0;
	display: block
}
#ignoreModal .modal-body .reason-edit-box .new-lb {
	position: relative
}
#ignoreModal .modal-body .reason-edit-box .new-lb span {
	position: absolute;
	left: 0;
	top: -14px;
	font-size: 40px;
	color: #333
}
#login-reg-warp, [data-toggle=buttons]>.btn input[type=checkbox], [data-toggle=buttons]>.btn input[type=radio], [data-toggle=buttons]>.btn-group>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=radio] {
	position: relative
}
#ignoreModal .modal-body .reason-edit-box .new-lb input {
	margin-left: 20px;
	width: 90%;
	margin-bottom: 0
}
.modal-body label {
	font-weight: 400
}
#push_box_zt .btn-blue {
	width: auto;
	height: 34px;
	padding: 2px 20px;
	margin-top: 10px
}
#push_box_three_party .checkbox-inline {
	margin-right: 12px
}
#push_box_three_party .checkbox-inline input[type=checkbox] {
	margin-top: 5px
}
#push_box_zt ul.form-control {
	width: 48%;
	float: left;
	height: 200px;
	overflow-y: auto;
	padding-left: 0
}
#push_box_zt ul.form-control:first-child {
	margin-right: 3%
}
#push_box_zt ul.form-control li {
	line-height: 24px;
	cursor: pointer;
	padding-left: 8px
}
#push_box_zt ul.form-control li.active {
	background-color: #51ABEE;
	color: #fff
}
.btn.active, .btn:active {
	box-shadow: none
}
#login-reg-warp {
	z-index: 200
}
#login-reg-warp.login-reg-warp-modal {
	z-index: 1000
}
.login-warp {
	position: fixed;
	width: 100%;
	min-height: 100%;
	height: 100%;
	overflow: auto;
	background-color: #f0f4fb;
	z-index: 300;
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	opacity: 0
}
.independent {
	position: relative;
	top: -30px;
	margin-bottom: -30px;
	z-index: 300!important
}
.login-warp.active {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	z-index: 1000
}
.login-box {
	width: 480px;
	height: auto;
	position: relative;
	padding-top: 70px;
	margin: 70px auto 60px;
	border-top: 1px solid #b7c2d7
}
.independent .login-box {
	border: none;
	padding-top: 0
}
.sliding-prompt {
	position: absolute;
	color: #bbb;
	margin-top: -28px
}
.sliding-prompt-pwd {
	position: absolute;
	margin-top: -34px;
	left: 311px;
	white-space: nowrap;
	color: #bbb;
	font-size: 16px
}
.login-box .login-logo {
	width: 125px;
	height: 66px;
	margin: -111px auto 0 -63px;
	text-align: center;
	position: absolute;
	left: 50%;
	background-color: #f0f4fb
}
.login-box .login-logo img {
	height: 75px;
	width: 84px
}
.login-box .tab-box li {
	width: 240px;
	height: 70px;
	line-height: 70px;
	background-color: #eff2f8;
	float: left;
	text-align: center;
	color: #adb7cb;
	font-size: 20px;
	cursor: pointer
}
.login-box .tab-box li.active {
	background-color: #fff;
	color: #333
}
.login-form-box {
	background-color: #fff;
	padding: 110px 85px 60px
}
.login-box .login-input {
	border: none;
	border-bottom: 1px solid #f0f0f0;
	height: 35px;
	width: 100%;
	font-size: 16px;
	line-height: 35px;
	background-color: transparent;
	margin-bottom: 12px
}
.login-box .btn-login {
	width: 100%;
	height: 48px;
	background-color: #3ca5f6;
	color: #fff;
	line-height: 36px;
	font-size: 18px;
	border-radius: 0;
	border: none;
	margin: 12px 0 15px
}
.login-box input:focus {
	box-shadow: none;
	outline: 0
}
.login-box input::-webkit-input-placeholder {
color:#bbb;
text-overflow:ellipsis
}
.login-box input:-moz-placeholder {
color:#bbb!important;
text-overflow:ellipsis
}
.login-box input::-moz-placeholder {
color:#bbb!important;
text-overflow:ellipsis
}
.login-box input:-ms-input-placeholder {
color:#bbb!important;
text-overflow:ellipsis
}
.login-box input[type=checkbox] {
	width: 24px;
	height: 24px;
	-webkit-appearance: none;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAIAAABvFaqvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEY0N0UzN0E2MTAxMTFFNUE3NjRBMzc2RjcwNjgwRjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEY0N0UzN0I2MTAxMTFFNUE3NjRBMzc2RjcwNjgwRjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0RjQ3RTM3ODYxMDExMUU1QTc2NEEzNzZGNzA2ODBGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0RjQ3RTM3OTYxMDExMUU1QTc2NEEzNzZGNzA2ODBGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkeHUqMAAADBSURBVHja7NTLCoQgFAbglNkZXWjTxtTe/5Um3HSzghBsV4yT4Gwac9Eq+lcnDnz4GwXmeQ6uCAwuygPdH6rrehzHw9XLX2maZhgGPQAAsizzPdG6xz62bSuEMLNSyreaJt57jNV1Xd/3ZpWmKcbYtxrnfFkWPVRVFYahVZIkKYpCV/OF8jzX59+2Te2xCiHkUPlbDSFUliWEv20cxw7Fddm6EWPMWFEUUUodyvdVuv9HUsppmk6Vc+j5aO8NfQQYAEM+U0oKkQLJAAAAAElFTkSuQmCC)
}
.login-box input[type=checkbox]:checked {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAIAAABvFaqvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Njk0QkY4MUU2MTAxMTFFNThENDE4MzREOTAwRTgwMUUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Njk0QkY4MUY2MTAxMTFFNThENDE4MzREOTAwRTgwMUUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2OTRCRjgxQzYxMDExMUU1OEQ0MTgzNEQ5MDBFODAxRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2OTRCRjgxRDYxMDExMUU1OEQ0MTgzNEQ5MDBFODAxRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ps25+l8AAADoSURBVHjaYrRZ+o2BGoCJgUpg1KDhb1CuEWuwGgtWKRbiTckyZA3TYPnPwPD7H8OmO3+IdREPGyMvGyOcm6LHGqkJshUopCXMRKzXuFkZ+xzZ+pzYgAwgN1GXJV4H6vZdD/52nfpFrNeabNg0wdb2OrKdefEPbsq+R39bj//695/oMFp09beeKDsHC4O2CBMQQQQPPv7bdBS7KTi9dvHVv7KDP38gBeiRJ38bj/76+5/06D//8l/VoZ8//4LYx5/9rTvyCxhZZKaj0y/+VR/6dfjJ35rDBEwhnI5OPv8LRKOZdrgaBBBgAAxlVeF8TR0PAAAAAElFTkSuQmCC)
}
.login-box .label-span {
	position: absolute;
	font-weight: 400;
	font-size: 14px;
	color: #bbb;
	margin: 7px 0 0 10px
}
.login-box .auxiliary-box ul {
	height: 30px
}
.login-box .auxiliary-box ul li {
	width: 50%;
	float: left
}
.login-box .auxiliary-box ul li label {
	cursor: pointer
}
.login-box .auxiliary-box ul li:last-child {
	text-align: right
}
.login-box .auxiliary-box ul li:last-child a {
	position: relative;
	top: 6px;
	color: #bbb
}
.login-box .auxiliary-box ul li:last-child a:hover {
	color: #3da9f7
}
.login-box .lgn-three-title {
	text-align: center;
	font-size: 16px;
	color: #bbb;
	margin: 50px 0 20px
}
.login-box .lgn-three-btn-box ul {
	padding: 0;
	margin: 0 32px
}
.login-box .lgn-three-btn-box li {
	height: 60px;
	border-radius: 30px;
	border: 1px solid #ddd;
	width: 60px;
	text-align: center;
	display: inline-block
}
.login-box .lgn-three-btn-box li:nth-child(2) {
	margin: 0 29px
}
.login-box .error-msg {
	position: absolute;
	color: #f63756;
	font-size: 14px;
	margin-top: -15px
}
.error-msg-info {
	color: #f63756
}
.login-box .lgn-three-btn-box li:before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: .5s cubic-bezier(.3, 0, 0, 1.3);
	-moz-transition: .5s cubic-bezier(.3, 0, 0, 1.3);
	-ms-transition: .5s cubic-bezier(.3, 0, 0, 1.3);
	-o-transition: .5s cubic-bezier(.3, 0, 0, 1.3);
	transition: .5s cubic-bezier(.3, 0, 0, 1.3);
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	margin-left: -30px
}
.login-box .lgn-three-btn-box li:nth-child(1):before {
	background-color: #00A6F5
}
.login-box .lgn-three-btn-box li:nth-child(2):before {
	background-color: #FF3752
}
.login-box .lgn-three-btn-box li:nth-child(3):before {
	background-color: #20CD6D
}
.login-box .lgn-three-btn-box li:nth-child(1):hover .icon-three-qq {
	background-position: -9px -571px
}
.login-box .lgn-three-btn-box li:nth-child(2):hover .icon-three-wb {
	background-position: -99px -571px
}
.login-box .lgn-three-btn-box li:nth-child(3):hover .icon-three-wx {
	background-position: -189px -571px
}
.login-box .lgn-three-btn-box li:hover:before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1)
}
.login-box .three-login-user {
	width: 100%;
	background-color: #fff;
	height: 190px;
	box-shadow: 0 1px 4px rgba(128,157,209,.51);
	position: relative
}
.login-box .three-login-user .user-box {
	padding: 0 85px
}
.login-box .three-login-user .user-face {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	overflow: hidden;
	float: left;
	margin-top: 40px
}
.login-box .three-login-user .user-face img {
	width: 100%
}
.login-box .info-title {
	font-size: 18px;
	color: #333;
	top: 55px;
	position: relative;
	left: 19px
}
.login-box .binding-box, .login-box .binding-title {
	height: 60px;
	line-height: 60px;
	color: #adb7cb;
	font-size: 16px;
	text-align: center
}
.login-box .binding-box {
	bottom: 0;
	position: absolute;
	width: 100%;
	border-top: 1px solid #f0f0f0
}
.erweima, .erweima img {
	position: relative
}
.login-box .binding-title {
	border-bottom: 1px solid #f0f0f0
}
.login-box .binding-form-box {
	margin: 30px 0 0;
	padding: 0 85px 30px
}
.login-box .input-code {
	display: none
}
.login-box .binding-warp {
	background-color: #fff;
	margin-top: 20px
}
.login-box input.ver-code {
	width: 192px
}
.btn-ver-code {
	margin-top: -5px;
	float: right;
	width: 98px;
	height: 40px;
	background-color: #eee;
	color: #333;
	font-size: 16px;
	text-align: center;
	border: none;
	cursor: pointer
}
.back-pwd-warp {
	width: 100%;
	height: 30px;
	font-size: 16px;
	line-height: 28px;
	border-bottom: 1px solid #F0F0F0
}
.key-margin-bottom {
	margin-bottom: 50px
}
.back-pwd .btn-ver-code {
	margin-top: 34px
}
.back-pwd .control-input {
	width: 175px
}
.back-pwd-email {
	line-height: 28px;
	color: #bbb;
	margin-top: 20px;
	height: 200px
}
.error-warp {
	width: 100%;
	height: 60px;
	background-color: #fff3eb;
	color: #ea701f;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	margin-top: 10px
}
.gt_guide-box {
	margin: 5px 0 35px
}
.user-info-warp {
	min-height: 280px;
	background-color: #fff
}
.user-head-box {
	width: 270px;
	float: left;
	padding: 30px;
	text-align: center
}
.user-head-box .user-face {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	overflow: hidden;
	margin: 0 auto
}
.btn-messages, .btn-user-edit {
	height: 40px;
	background-color: #3ca5f6;
	line-height: 28px
}
.user-head-box .user-name {
	color: #333;
	font-size: 16px;
	font-weight: 700;
	margin-top: 5px
}
.user-head-box .user-one {
	color: #bbb;
	font-size: 14px;
	margin-top: 10px;
	min-height: 20px;
	white-space: nowrap;
	overflow: hidden
}
.btn-messages, .btn-user-edit {
	font-size: 16px;
	border-radius: 0;
	color: #fff
}
.user-head-box .user-one input {
	width: 100%;
	text-align: center;
	border: none;
	border-bottom: 1px solid #f0f0f0;
	outline: 0
}
.user-head-box .admin-btn-warp {
	margin-top: 5px
}
.user-head-box .admin-btn-warp a {
	color: #bbb;
	margin-right: 10px
}
.user-head-box .admin-btn-warp a:last-child {
	color: #bbb;
	margin-right: 0
}
.user-head-box .admin-btn-warp a:hover {
	color: #333
}
.user-head-box .show-edit {
	display: none;
	cursor: pointer
}
.hide-edit {
	cursor: pointer
}
.user-head-box .user-one:hover .show-edit {
	display: list-item
}
.show-span {
	cursor: pointer
}
.user-head-box .user-one:hover .user-one .hide-edit {
	display: none
}
.user-head-box .user-auth {
	margin-top: 0
}
.user-info-box {
	min-height: 280px;
	border-left: 1px solid #F0F0F0;
	margin-left: 269px;
	padding: 75px 35px 0 50px
}
.user-info-box .user-info {
	font-size: 16px;
	color: #333;
	margin-bottom: 35px
}
.user-info-box .btn-box {
	position: relative;
	width: 100%;
	display: inline-block;
	margin-bottom: 35px
}
.btn-user-edit {
	min-width: 150px;
	margin-left: 15px;
	padding: 7px 26px
}
.btn-messages {
	margin-top: 17px;
	width: 140px
}
.message-name {
	font-size: 18px;
	margin-top: 30px;
	border-bottom: 1px dashed #f0f0f0
}
.user-content-warp .nav-box, .user-content-warp .nav-box-border {
	border-bottom: 1px solid #f0f0f0
}
.message-text {
	font-size: 18px;
	margin-top: 20px
}
.message-text textarea {
	resize: none;
	height: 120px;
	margin-top: 10px;
	border-radius: 0
}
.btn-messages:hover, .btn-user-edit:hover {
	color: #fff;
	background-color: #2f99ea
}
.more-info {
	color: #bbb;
	font-size: 16px;
	margin: 10px 30px 0 29px;
	line-height: 35px
}
.more-user-info-box .col-lg-5, .more-user-info-box .col-lg-7 {
	padding: 0
}
.more-user-info-box {
	display: none;
	height: 120px;
	margin: 0 -35px 0 -50px
}
.more-user-info-box.grade-warp {
	height: 55px;
	margin-left: 30px;
	font-size: 16px
}
.more-user-info-box.grade-warp span {
	margin-right: 40px
}
.more-user-info-box.more-user-others {
	border-top: 1px solid #f0f0f0;
	margin-left: -50px;
	margin-top: 0;
	padding: 20px 0 0 82px;
	height: 59px
}
.erweima {
	height: 84px;
	width: 84px;
	margin: -25px 0 0 162px
}
.erweima i {
	display: flex;
	top: 20px
}
.more-user-info {
	padding: 18px 0 18px 65px;
	font-size: 16px;
	border-top: 1px solid #F0F0F0
}
.more-user-info-qr {
	position: absolute;
	margin-left: 340px;
	margin-bottom: 30px;
	display: inline-block
}
.height_auto {
	height: auto
}
.more-user-info-box .col-lg-7 .more-user-info {
	padding-left: 30px
}
.user-menu-warp {
	min-height: 400px;
	background-color: #fafafa;
	width: 100%;
	margin: 30px 0 60px;
	position: relative
}
.menu-warp {
	width: 270px;
	height: 100%;
	position: absolute;
	border-right: 1px solid #f8f8f8
}
.user-content-warp {
	margin-left: 270px;
	background-color: #fff;
	padding: 0 30px;
	width: 900px
}
.user-content-warp .nav-box {
	height: 60px;
	margin-bottom: -1px
}
.user-content-warp .nav-box .badge {
	background-color: #f63756;
	font-size: 12px;
	color: #fff;
	margin: -4px 0 0 5px
}
.user-content-warp .nav-box li {
	float: left;
	line-height: 58px;
	font-size: 18px;
	color: #bbb;
	padding: 0 25px
}
.message-box blockquote, .message-title {
	font-size: 14px;
	line-height: 24px
}
.user-content-warp .nav-box li a {
	color: #bbb
}
.message-title, .user-content-warp .nav-box li a:hover, .user-content-warp .nav-box li.active a {
	color: #333
}
.user-content-warp .nav-box li.active {
	color: #333;
	border-bottom: 2px solid #3ca5f6
}
.message-box ul li:last-child, .topic-message-wrap .message-box {
	border-bottom: 1px solid #F0F0F0
}
.message-box ul li {
	padding: 25px 0;
	border-top: 1px solid #F0F0F0
}
.message-msg ul li:first-child {
	border-top: none
}
.topic-message-wrap {
	min-height: 440px
}
.topic-message-wrap .message-box:last-child {
	border: none
}
.message-title .me-dp {
	color: #3ca5f6
}
.message-title .href-link {
	color: #333;
	border-bottom: 1px solid #333;
	padding-bottom: 5px
}
.message-title .href-link:hover {
	color: #3da9f7;
	border-color: #3da9f7
}
.message-title .icon-message {
	margin: 10px 0 0 -15px
}
.message-time {
	color: #bbb;
	margin-top: 10px
}
.system_msg .message-delete {
	margin-top: -22px
}
.system-notice .system-notice .title1 {
	margin-bottom: 10px
}
.system-link {
	color: #bbb;
	margin-top: 15px
}
.message-delete {
	cursor: pointer;
	margin-top: -22px
}
.message-delete a {
	color: #bbb;
	margin-right: 20px
}
.message-delete a:hover {
	color: #333
}
.message-box blockquote {
	border-left-width: 2px;
	background-color: #fafafa;
	margin: 15px 0 18px;
	padding: 20px 30px;
	color: #999
}
.message-box .quote blockquote {
	margin: 15px 0 0
}
.menu-warp ul li {
	height: 60px;
	line-height: 60px;
	color: #333;
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid #f5f5f5
}
.menu-warp ul li .icon-message {
	margin: 27px 0 0 5px
}
.menu-warp ul li.active {
	color: #3ca5f6;
	border-left: 2px solid #3ca5f6;
	background-color: #fff;
	margin-right: -1px
}
.message-inner-box {
	height: 50px;
	margin-bottom: 15px
}
.message-inner-box .face-box {
	height: 50px;
	width: 50px;
	border-radius: 25px;
	overflow: hidden;
	float: left
}
.message-inner-box .face-box img {
	width: 100%
}
.message-inner-box .icon-message {
	margin: 24px 0 0 -15px
}
.message-inner-box .inner-name {
	float: left;
	position: relative;
	top: 17px;
	left: 20px;
	color: #333
}
.message-inner-box .inner-time {
	float: left;
	position: relative;
	top: 17px;
	left: 40px;
	color: #bbb
}
.message-inner-delete {
	cursor: pointer;
	margin-top: 15px;
	color: #bbb;
	font-size: 16px
}
.acnt-item-icon {
	margin-top: 49px;
	margin-right: 15px
}
.acnt-item .btn-dropdown-show {
	width: 90px
}
.acnt-item {
	position: relative;
	border-bottom: 1px solid #f0f0f0;
	width: 100%
}
.acnt-item-content {
	border: none
}
.acnt-item-label {
	width: 80px;
	color: #333;
	font-weight: 400;
	font-size: 16px
}
.acnt-item .btn-group-box {
	position: absolute;
	bottom: -1px;
	right: 0
}
.btn-blue-user {
	width: 160px;
	height: 42px;
	font-size: 16px;
	color: #333;
	background-color: #f5f5f5;
	margin-left: 25px;
	margin-bottom: 30px
}
.acnt-item .under-ul {
	display: none
}
.acnt-item .under-ul li:first-child {
	padding: 25px 0
}
.acnt-item .span-color-a2 {
	position: relative;
	font-size: 14px;
	color: #999
}
.message-box .mod-b {
	width: 100%
}
.message-box .mob-ctt {
	width: 570px
}
.mod-angle {
	position: absolute;
	left: -10px;
	height: 24px;
	color: #fff;
	text-align: center;
	background-color: #f63756;
	line-height: 24px;
	padding: 0 10px;
	z-index: 20;
	top: 40px;
	font-size: 14px
}
.mod-angle:after {
	content: " ";
	position: absolute;
	left: 0;
	top: 24px;
	width: 0;
	height: 0;
	border-top: 6px solid #cd213d;
	border-left: 10px solid transparent
}
.sc-warp .message-box .mob-ctt {
	width: 630px
}
.message-box .mob-author .time {
	margin-left: 0
}
.user-collect {
	padding: 30px 30px 0
}
.collect-warp {
	position: relative;
	border: 1px solid #f0f0f0;
	padding: 0 30px
}
.collect-warp .message-box .mob-ctt {
	width: 536px;
	margin: -120px 0 0 30px
}
.collect-box {
	width: 100%;
	height: 60px;
	border: 1px solid #F0F0F0;
	border-top: 2px solid #3ca5f6;
	border-bottom: none;
	padding: 0 30px;
	font-size: 18px;
	line-height: 60px;
	margin-top: 30px
}
.collect-box .icon-line-pl {
	position: relative;
	margin: 0;
	opacity: .4
}
.collect-box .pl-number {
	color: #bbb;
	font-size: 16px
}
.collect-box .collect-title {
	color: #3ca5f6
}
.get-more-collect a {
	color: #bbb
}
.get-more-collect a:hover {
	color: #3ca5f6
}
.message-article {
	margin-left: 20px
}
.message-article a {
	color: #bbb
}
.message-article a:hover {
	color: #3ca5f6
}
.system-notice a {
	color: #bbb;
	border-bottom: 1px solid #bbb;
	padding-bottom: 4px
}
.system-notice a:hover {
	color: #3CA5F6;
	border-bottom: 1px solid #3CA5F6
}
.go-back a {
	font-size: 18px;
	color: #bbb
}
.go-back a:hover {
	color: #333
}
.edit-warp .nav-warp {
	height: 85px;
	border-bottom: 1px solid #F0F0F0
}
.edit-warp .nav-warp ul {
	width: 480px;
	margin: 0 auto;
	height: 100%
}
.edit-warp .nav-warp ul li {
	width: 120px;
	margin-right: 60px;
	text-align: center;
	font-size: 18px;
	height: 100%;
	float: left;
	padding-top: 40px
}
.edit-warp .nav-warp ul li a {
	color: #bbb
}
.edit-warp .nav-warp ul li.active {
	color: #333;
	border-bottom: 2px solid #3ca5f6
}
.edit-warp .nav-warp ul li.active a {
	color: #333
}
.edit-warp .nav-warp ul li:last-child {
	margin-right: 0
}
.section-box {
	height: 160px;
	text-align: center;
	font-size: 16px;
	color: #333;
	padding-top: 50px
}
.section-box .edit-face {
	margin-top: 10px
}
.user-face-warp {
	height: 200px;
	padding-top: 30px
}
.user-face-warp .author-info {
	float: left
}
.validation-email-info {
	margin-left: 80px;
	color: #bbb;
	line-height: 28px
}
.user-face-box {
	width: 80px;
	height: 80px;
	border-radius: 45px;
	overflow: hidden;
	margin: 0 auto 10px
}
.form-warp {
	position: relative;
	width: 100%;
	height: 75px;
	border-bottom: 1px solid #f0f0f0
}
.form-warp-error {
	padding-top: 60px;
	border: none;
	font-size: 16px
}
.no-content-prompt {
	padding: 30px 0;
	font-size: 18px;
	border-top: 1px solid #f0f0f0
}
.control-label, .control-label-sc {
	position: absolute;
	width: 105px;
	font-size: 16px;
	bottom: 0;
	font-weight: 400
}
.control-label {
	color: #333!important
}
.control-label-sc {
	color: #bbb
}
.control-bind-label {
	width: 100px
}
.tag-warp {
	height: auto;
	border: none;
	display: inline-block
}
.tag-warp .control-label {
	bottom: auto;
	top: 35px
}
.author-tag-box {
	display: inline-block;
	margin-left: 110px;
	padding: 30px 0;
	width: 100%
}
.author-content-tag ul li, .author-tag-box ul li {
	border: 1px solid #f0f0f0;
	padding: 0 20px;
	font-size: 16px;
	cursor: pointer
}
.author-tag-box ul li {
	height: 40px;
	line-height: 40px;
	width: auto;
	float: left;
	margin: 0 20px 20px 0
}
.author-content-tag {
	top: 37px;
	position: relative
}
.author-content-tag ul li {
	position: relative;
	height: 38px;
	display: inline-block;
	line-height: 38px;
	margin-right: 25px;
	margin-bottom: 20px
}
.selected-title {
	font-size: 16px;
	color: #bbb;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 30px
}
.selected-title span {
	color: #3ca5f6
}
.selected-title span em {
	font-style: normal
}
.author-content-tag ul li.selected {
	color: #fff;
	background-color: #3ca5f6
}
.author-content-tag ul li.active {
	color: #3ca5f6;
	border: 2px solid #f0f0f0
}
.author-content-tag-info {
	color: #bbb;
	position: relative;
	top: 25px;
	margin-left: 120px
}
.author-tag-box ul li.flag {
	color: #3ca5f6
}
.control-box, .control-input, .sex-warp {
	position: absolute;
	float: left;
	margin-left: 110px;
	bottom: 4px;
	border: none!important;
	box-shadow: none!important;
	font-size: 16px;
	outline: 0;
	width: 500px
}
.js-btn-resend {
	position: relative;
	margin-left: 20px;
	top: 17px;
	color: #bbb
}
.control-box .icon-edit {
	position: relative;
	top: 1px
}
.radio-inline input[type=radio] {
	display: none
}
.radio-inline.active .icon-radio {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0QwMEM4NzQ2Mzc2MTFFNUIwRURFOUNGMUMyQUQ2RkMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0QwMEM4NzU2Mzc2MTFFNUIwRURFOUNGMUMyQUQ2RkMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3RDAwQzg3MjYzNzYxMUU1QjBFREU5Q0YxQzJBRDZGQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3RDAwQzg3MzYzNzYxMUU1QjBFREU5Q0YxQzJBRDZGQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlKimpwAAAFOSURBVHjaYnz9+jUDGtAC4hQg9gRiRajYPSDeAcRzgPgasmJGJAPYgLgPiDOBmIkBO/gHxLOBuBCIv4MEWJA0bwViFwb8AGRwOhCrQl34C2ZTPxGakYET1LVgL2gD6YtAzAyTff6NiWHRbVaGS28hQnrCfxniVH8zSHL9QzbkLxDrs0ADDK756VcmhvKTHAxf/zDCVZ54ycJwGWhYp/kPBmluuCEgPSkgL3ggG7vkDiuKZhgAiYHk0IAHyAAlZBGYs7GBC28w5JSYGCgD4Fi4hywCCjBcwEAEQ+4hEzSFwUGMym8Gbpb/GJpBYiA5NLAHFI06IO+hxwQowC5Cw0Mf6CqQZqQYgEWjASwpTwXiLBL9Pw2Is2GBCErbe0jQvA+qB55pfgGxN9Ql//BoBMnNBGIfqB6U3AgDoKSdCk1gSlCFD6AuBGXnK8iKAQIMANoNZbku402pAAAAAElFTkSuQmCC)
}
.icon-radio {
	display: inline-block;
	vertical-align: text-bottom;
	width: 16px;
	height: 16px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODYzNzZGOEY2Mzc2MTFFNUFGQjI5MzNDNzMyMjg2NkYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODYzNzZGOTA2Mzc2MTFFNUFGQjI5MzNDNzMyMjg2NkYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NjM3NkY4RDYzNzYxMUU1QUZCMjkzM0M3MzIyODY2RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4NjM3NkY4RTYzNzYxMUU1QUZCMjkzM0M3MzIyODY2RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlQK6PkAAAFNSURBVHjapJOxSsRAEIbnYiJJlxSBtB7YqKDPIBYn+hgnop0vopWFeK8hWBw+g8JheWgXSJFUSbjE4D9hdtlbz1Pxh48kszOT2ZndQZZlZGkHjMEx2BLbHDyCCXg1nQdGgk1wDS6AQ6vVgXtwBSo2uEbwAzii9eLE52BbKlyoP938ItjUoVTbb2EXzxewoVbbtqU8z6mu6/7b932Koohc1zWTfIB9Vxqmg5umoTRNqes67VmWZZ8sSRLyPE+ZOWbMWxiZaYuiWArW3YON1yyNOMHQtKiyV6mqKts0dOh/6qcwNy3csO8UBIFtenfkhGmFYUiO87UwtvGapSmPcQ8vz/YkuGHmGDnYmIAa4wGPcQbuwKVaYcc4jn/aP8fMVK18tqd/aN6TxOhLswAn4FYuDK25TPznU4lZuo1KfLTP5IANxfFNKpzIlrU+BRgAA/pn5zeUGk8AAAAASUVORK5CYII=)
}
.btn-group>.btn+.dropdown-toggle {
	padding: 0;
	width: 35px;
	height: 35px;
	border-radius: 0;
	border-color: #F0F0F0
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .btn-group.open .dropdown-toggle, .btn-group>.btn+.dropdown-toggle:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
	background-color: #3ca5f6!important;
	border-color: #3ca5f6!important;
	color: #fff!important;
	box-shadow: none
}
.btn-dropdown-show {
	width: 113px;
	height: 35px;
	border-radius: 0;
	border-color: #F0F0F0;
	text-align: center;
	outline: 0
}
.btn-dropdown-show:hover {
	background-color: #fff;
	border-color: #F0F0F0
}
.btn-group>.btn+.dropdown-toggle:hover .icon-add {
	background-position: -300px -560px
}
.btn-group>.btn+.dropdown-toggle:hover .icon-del {
	background-position: -301px -624px
}
.btn-group-box {
	margin-top: 40px
}
.form-warp .dropdown-menu {
	min-width: 0;
	width: 147px;
	padding: 0;
	border-radius: 0;
	margin-top: 10px;
	border-color: #f0f0f0;
	box-shadow: 0 0 15px rgba(18,21,21,.3);
	max-height: 200px;
	overflow: auto
}
.form-group-birth {
	position: absolute;
	bottom: -1px;
	left: 110px;
	line-height: 35px
}
.form-group-birth .js-dropdown-show {
	width: 76px
}
.form-warp .form-group-birth .dropdown-menu {
	width: 111px
}
.form-warp .dropdown-menu .menu-item {
	height: 35px;
	text-align: center;
	line-height: 35px;
	cursor: pointer
}
.btn-save, .under-ul .btn-blue {
	font-size: 18px;
	line-height: 36px
}
.form-warp .dropdown-menu .menu-item:hover {
	color: #3ca5f6
}
.btn-save {
	position: relative;
	left: 50%;
	margin: 30px auto 60px -125px;
	width: 250px;
	height: 48px;
	color: #fff;
	background-color: #3ca5f6;
	border-radius: 0
}
.btn-save:hover {
	color: #fff;
	background-color: #2f99ea
}
.birth-des {
	float: left;
	margin: 0 20px
}
.control-box .face-box {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	overflow: hidden
}
.control-box .face-box img {
	width: 100%
}
.under-ul .btn-blue {
	width: 250px;
	height: 48px;
	margin: 30px 0
}
.under-ul .form-warp {
	width: 50%;
	margin-left: 33px
}
.under-ul .btn-default {
	position: absolute;
	right: 0;
	bottom: -1px
}
.current-warp, .current-warp .control-label {
	border: none;
	color: #999
}
.bottom-box {
	height: 60px
}
.sub-tag-cnt {
	position: absolute;
	bottom: 0
}
.sub-tag-cnt li {
	float: left;
	margin-right: 30px
}
.acnt-sina .acnt-sina-li {
	background-color: #f74864;
	color: #fff
}
.acnt-sina .acnt-qq-li {
	background-color: #3ca5f6
}
.acnt-sina .acnt-wx-li {
	background-color: #1ec354
}
.acnt-sina .acnt-sina-li a, .acnt-sina .acnt-sina-li a:hover {
	color: #fff;
	border: none
}
.sub-tag-cnt a {
	margin-left: -15px;
	line-height: 40px
}
.sub-tag-cnt a em {
	font-style: normal;
	line-height: 44px;
	margin: 0 15px
}
.sub-tag-cnt a span {
	position: relative;
	border-left: 1px solid #fff;
	height: 100%;
	display: inline-block;
	width: 22px;
	top: -2px
}
.btn-add-acnt {
	height: 40px;
	border: 2px solid #f6f6f6;
	font-size: 16px;
	color: #3ca5f6;
	padding: 0 20px
}
.zfb-wx-title {
	height: 60px;
	border-bottom: 1px solid #F0F0F0
}
.zfb-wx-title ul {
	width: 310px;
	margin: 0 auto
}
.zfb-wx-title ul li {
	height: 60px;
	width: 125px;
	font-size: 18px;
	color: #333;
	line-height: 70px;
	float: left;
	text-align: center;
	cursor: pointer
}
.zfb-wx-title ul li:first-child {
	margin-right: 50px
}
.zfb-wx-title ul li.active {
	border-bottom: 2px solid #3ca5f6
}
.zfb-wx-warp .control-label {
	width: auto
}
.zfb-warp .control-input, .zfb-warp .form-warp {
	width: 380px
}
.zfb-wx-warp .control-box, .zfb-wx-warp .control-input {
	margin-left: 0
}
.btn-zfb-confirm {
	height: 40px;
	background-color: #3ca5f6;
	color: #fff;
	border: none;
	font-size: 16px;
	border-radius: 0;
	margin-left: 410px;
	margin-top: 30px;
	padding: 0 30px
}
.btn-zfb-confirm:hover {
	background-color: #2f99ea;
	color: #fff
}
.zfb-warp .form-warp i {
	position: absolute;
	bottom: 4px;
	right: 0
}
.zhifubao-prompt {
	height: 150px;
	margin: 60px 0;
	padding: 33px 160px;
	background-color: #fff3eb;
	font-size: 16px;
	line-height: 28px
}
.zhifubao-prompt span {
	color: #ea701f
}
.zhifubao-prompt span a {
	color: #3ca5f6
}
.weixin-prompt {
	height: 90px;
	text-align: center
}
.btn-wx-qr {
	border: none;
	background-color: #eee;
	border-radius: 0;
	height: 40px;
	padding: 0 20px;
	font-size: 16px;
	margin-top: 30px;
	line-height: 40px
}
.wx-warp .note {
	color: #999;
	font-size: 16px;
	margin-top: 30px
}
.update-phone-box .form-group-box {
	width: 220px;
	border: none
}
.collection-title {
	border-bottom: 1px solid #f0f0f0;
	width: 100%;
	font-size: 18px;
	color: #333;
	text-align: center;
	padding-bottom: 15px;
	height: 50px;
	margin-top: 30px
}
.btn-zan {
	height: 40px;
	width: 110px;
	border: 1px solid #f0f0f0;
	margin-top: -10px;
	line-height: 40px;
	cursor: pointer;
	text-align: center
}
.btn-zan:hover {
	background-color: #f63756;
	color: #fff;
	border-color: #f63756
}
.btn-zan:hover .icon-sc-add {
	background-position: -58px -673px
}
.icon-sc-add.active {
	background-position: -110px -673px
}
.btn-user-zan {
	margin-top: 10px;
	margin-right: -20px
}
.favorites-warp, .key-margin-top, .sx-blacklist {
	margin-top: 30px
}
.sx-blacklist {
	font-size: 16px;
	color: #bbb;
	cursor: pointer
}
.sx-blacklist:hover {
	color: #333
}
.modal-content {
	border-radius: 0
}
.modal-body-alert {
	padding: 40px
}
.modal-alert-title {
	position: absolute;
	font-size: 20px;
	color: #333;
	top: 15px;
	left: 20px
}
.modal-dialog {
	width: 500px
}
.edit-title-box .btn-group {
	left: 50%;
	margin-left: -158px
}
.edit-title-box .btn-group .btn {
	width: 148px;
	height: 48px;
	line-height: 36px;
	font-size: 18px;
	border-radius: 0
}
.edit-title-box .edit-title-box {
	padding: 0 50px
}
.btn-determine {
	color: #fff;
	background-color: #3ca5f6;
	margin-right: 20px
}
.btn-determine:hover {
	color: #fff;
	background-color: #2f99ea
}
.btn-cancel {
	border: 1px solid #f0f0f0;
	color: #bbb
}
.key-margin {
	position: relative;
	top: 30px
}
.favorites-warp {
	overflow: auto;
	max-height: 226px;
	margin-right: -20px
}
.favorites-warp .favorites-box:last-child {
	margin-bottom: 0
}
.favorites-box {
	width: 410px;
	height: 83px;
	border: 1px solid #f0f0f0;
	border-left: 2px solid #3ca5f6;
	padding: 15px;
	margin-bottom: 30px;
	cursor: pointer
}
.favorites-box .icon-favor-radio {
	margin-top: 17px
}
.favorites-box:hover {
	background-color: #fafafa
}
.favorites-box .favorites-name {
	font-size: 16px;
	color: #333;
	line-height: 28px
}
.favorites-box .favorites-articel-number {
	font-size: 14px;
	color: #bbb;
	line-height: 28px
}
.btn-add-default {
	padding: 0 30px;
	height: 48px;
	border-radius: 0;
	border: 1px solid #f0f0f0;
	color: #3ca5f6;
	font-size: 16px;
	line-height: 48px;
	margin: 30px 0
}
.add-favorites-box input {
	width: 302px;
	border: none;
	box-shadow: none!important;
	font-size: 16px;
	outline: 0;
	border-bottom: 1px solid #f0f0f0;
	height: 40px
}
.add-favorites-box .btn-add-default {
	height: 40px;
	line-height: 40px;
	margin-left: 22px
}
.form-validation {
	padding-left: 120px;
	margin-bottom: 50px
}
.form-validation-left {
	padding-left: 0
}
::-webkit-scrollbar {
width:8px;
height:8px
}
::-webkit-scrollbar-thumb {
border-radius:10px;
background:rgba(0,0,0,.2)
}
::-webkit-scrollbar-thumb:window-inactive {
background:rgba(0,0,0,.1)
}
::-webkit-scrollbar-thumb:vertical:hover {
background-color:rgba(0,0,0,.3)
}
::-webkit-scrollbar-thumb:vertical:active {
background-color:rgba(0,0,0,.7)
}
.story-box-warp::-webkit-scrollbar {
width:4px;
height:4px
}
.story-box-warp::-webkit-scrollbar-thumb {
border-radius:10px;
background:#969696
}
.story-box-warp::-webkit-scrollbar-thumb:window-inactive {
background:#969696
}
.story-box-warp::-webkit-scrollbar-thumb:vertical:hover {
background:#969696
}
.story-box-warp::-webkit-scrollbar-thumb:vertical:active {
background:#969696
}
.blur {
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px)
}
.corpus-prompt {
	position: absolute;
	width: 658px;
	height: 70px;
	border: 1px solid #ffebd3;
	background-color: #fffaf4;
	line-height: 32px;
	font-size: 16px;
	color: #fc932c;
	padding: 20px;
	top: 20px;
	right: 0
}
.pl-detail-warp {
	margin-top: -30px
}
.see-original {
	margin-top: 20px
}
.guide-warp-modal {
	position: relative;
	top: 244px;
	left: 68px;
	width: 684px;
	height: 198px;
	background: url(../img/guide.png)
}
.guide-title {
	margin-top: 2px;
	font-size: 20px;
	line-height: 40px;
	color: #fc932c;
	margin-left: 253px
}
.form-msg {
	min-height: 400px;
	width: 425px;
	left: 50%;
	position: relative;
	margin-left: -240px;
	margin-top: 40px
}
.form-msg h2 {
	font-size: 22px
}
.reset-pwd-info {
	color: #bbb;
	text-align: right;
	margin: 30px 0
}
.back-pwd .control-label {
	text-align: right;
	width: 100px
}
.btn-back, .btn-back-up {
	border-radius: 0;
	width: 310px;
	font-size: 18px;
	cursor: pointer
}
.btn-back {
	position: absolute;
	right: 0
}
.btn-back-up {
	margin-bottom: 40px
}
.email-back-pwd-warp .btn-back {
	left: 50px;
	margin-top: 45px
}
.email-info-btn {
	font-size: 18px;
	margin-top: 53px;
	margin-left: 290px
}
.email-info-btn-email {
	margin-top: 60px
}
.email-info-btn a {
	color: #bbb;
	margin-right: 40px
}
.email-info-btn a:hover {
	color: #333
}
.email-info {
	font-size: 16px;
	color: #999;
	line-height: 28px
}
.email-prompt {
	margin-top: 80px
}
.email-prompt span:nth-child(1) {
	font-size: 18px;
	color: #333
}
.email-prompt span:nth-child(2) {
	font-size: 16px;
	color: #999
}
.account-info {
	font-size: 16px;
	color: #bbb;
	margin-top: 50px;
	line-height: 28px
}
.account-info span {
	color: #3ca5f6
}
.back-btn-warp label {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	top: 7px
}
.back-btn-warp {
	position: relative
}
.back-btn-box {
	margin-left: 135px;
	margin-top: -30px
}
.error-prompt {
	position: absolute;
	margin-top: -35px;
	color: #f63756;
	right: 0
}
.email-back-pwd-warp {
	padding: 50px;
	position: relative;
	width: 664px;
	height: 200px;
	background-color: #fafafa;
	margin-top: 90px;
	left: 50%;
	margin-left: -332px;
	margin-bottom: 200px
}
.upload-border {
	height: 152px;
	margin: 5px
}
.showQr-img {
	position: absolute;
	overflow: hidden;
	border: 1px solid #cacaca;
	width: 152px;
	height: 152px;
	padding: 10px
}
.Qr-upload-btn, .jcrop-btn {
	height: 30px;
	display: inline-block
}
.showQr-img img {
	width: 130px
}
.prompt {
	margin-left: 170px
}
.img-btn-upload {
	position: absolute;
	bottom: 40px
}
.btn-qr-gray {
	position: absolute;
	right: 30px;
	bottom: 42px;
	border-radius: 0
}
.Qr-upload-btn {
	background: url(../img/checkout.png) center no-repeat;
	width: 94px;
	margin: -1px
}
.jcrop-btn {
	line-height: 28px;
	background: #f9f9f9;
	color: #999;
	border: 1px solid #cacaca;
	border-radius: 5px;
	font-weight: 400;
	width: 80px;
	font-size: 12px;
	text-align: center;
	cursor: pointer
}
@-webkit-keyframes scale-fade {
0% {
opacity:0;
-webkit-transform:scale(.8) rotateX(-40deg);
transform:scale(.8) rotateX(-40deg)
}
50% {
opacity:1
}
70% {
-webkit-transform:scale(1.05) rotateX(0);
transform:scale(1.05) rotateX(0)
}
100% {
-webkit-transform:scale(1) rotateX(0);
transform:scale(1) rotateX(0)
}
}
@keyframes scale-fade {
0% {
opacity:0;
-webkit-transform:scale(.8) rotateX(-40deg);
transform:scale(.8) rotateX(-40deg)
}
50% {
opacity:1
}
70% {
-webkit-transform:scale(1.05) rotateX(0);
transform:scale(1.05) rotateX(0)
}
100% {
-webkit-transform:scale(1) rotateX(0);
transform:scale(1) rotateX(0)
}
}
a {
	cursor: pointer
}
.clear {
	clear: both
}
.moder-story-list>ul {
	width: 340px;
	height: 753px;
	overflow: hidden
}
.moder-story-list .story-box-warp {
	width: 100%;
	height: 500px;
	overflow: auto
}
#hot {
	display: none
}
.moder-story-list ul li:first-child {
	padding-top: 0
}
.moder-story-list ul li:last-child {
	border: none
}
.moder-story-list ul .story-open p {
	position: relative;
	background-color: #fff
}
.moder-story-list ul li p {
	padding: 0 20px
}
.moder-story-list ul li .story-content p {
	font-size: 14px;
	color: #777;
	line-height: 24px
}
.moder-story-list ul li .story-content .story-title {
	cursor: pointer
}
.moder-story-list ul li .story-content .story-title p {
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 9px;
	font-size: 16px;
	color: #333;
	line-height: 28px;
	position: relative
}
.moder-story-list ul li .story-content .story-title p:hover {
	color: #3ca5f6
}
.moder-story-list ul li .story-content .story-title p:hover .icon-caret {
	background-position: -181px -720px
}
.moder-story-list ul li.dropup .story-content .story-title p:hover .icon-caret {
	background-position: -121px -720px
}
.moder-story-list ul li .story-content .story-detail a {
	padding-bottom: 2px;
	color: #bbb
}
.moder-story-list ul li .story-content .story-time p.time {
	float: left;
	color: #bbb
}
.moder-story-list ul li .story-content .story-time p.like {
	position: relative;
	float: right;
	color: #999
}
.moder-story-list ul li .story-content .story-time .article-type {
	position: absolute;
	right: -5px;
	bottom: 5px
}
.moder-story-list ul li .story-content .story-time .icon-like-prompt {
	padding-left: 8px
}
.moder-story-list ul li .story-content .story-time .icon-group {
	position: absolute;
	left: 0;
	top: 11px
}
.moder-story-list ul li .story-content .story-time .icon-group-zan {
	display: block;
	width: 16px;
	height: 15px;
	background-image: url(../img/icon_zan.png);
	background-position: 0 0
}
.moder-story-list ul li .story-content .story-time p {
	padding-bottom: 5px;
	line-height: 39px
}
.moder-rumors-list .big2-pic {
	margin-top: 14px;
	width: 280px;
	height: 158px;
	margin-right: 30px
}
.moder-rumors-list .big2-pic-content {
	width: 280px;
	height: 158px
}
.moder-rumors-list .big2-pic-content .t-h1 {
	margin: 20px;
	bottom: 0
}
.moder-rumors-list .rumorlist {
	padding: 0 30px 0 37px
}
.moder-rumors-list .rumorlist li {
	position: relative;
	border-left: 2px solid #f0f0f0
}
.moder-rumors-list .rumorlist li:first-child {
	margin-top: 30px
}
.moder-rumors-list .rumorlist li:last-child {
	border-left: 0
}
.moder-rumors-list .rumorlist .time-omitted {
	position: relative;
	padding: 36px 0
}
.moder-rumors-list .rumorlist .time-omitted .icon-clock {
	position: absolute;
	top: 30px
}
.moder-rumors-list .rumorlist li img {
	display: block;
	width: auto
}
.moder-rumors-list .rumorlist li p {
	padding-left: 16px
}
.moder-rumors-list .rumorlist li .icon-clock {
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #fafafa;
	position: absolute;
	left: -9px;
	top: -6px;
	width: 16px;
	height: 28px
}
.moder-rumors-list .rumorlist .rumor-time {
	color: #999;
	line-height: 16px
}
.moder-rumors-list .rumorlist .rumor-detail {
	padding-top: 9px;
	font-size: 16px;
	color: #333;
	line-height: 28px
}
.moder-rumors-list .rumor-more a {
	display: block;
	padding: 0 30px 14px;
	text-align: right;
	font-size: 16px;
	color: #bbb;
	line-height: 28px;
	border-bottom: 1px solid #f0f0f0
}
.moder-rumors-list .rumor-more a:hover {
	color: #2f99ea
}
.moder-rumors-list .rumor-brunt-box {
	padding: 30px
}
.moder-rumors-list .rumor-brunt-box .brunt-box {
	position: fixed;
	z-index: 1041;
	width: 600px;
	top: 50px;
	left: 50%;
	margin-left: -300px;
	padding: 20px 20px 0;
	background-color: #fff;
	-webkit-box-shadow: 0 0 6px rgba(17,40,62,.51);
	-moz-box-shadow: 0 0 6px rgba(17,40,62,.51);
	box-shadow: 0 0 6px rgba(17,40,62,.51)
}
.brunt-box-content input, .brunt-box-content textarea {
	border: 1px solid #f0f0f0;
	box-shadow: none
}
.brunt-box-title {
	font-size: 20px;
	color: #333;
	line-height: 20px
}
.brunt-box-content {
	margin-top: 20px;
	position: relative
}
.brunt-box-content .brunt-little-title {
	position: relative
}
.brunt-box-content .brunt-little-title p {
	padding-left: 20px;
	font-size: 16px;
	color: #333;
	line-height: 36px
}
.brunt-box-content .brunt-little-title .brunt-star {
	position: absolute;
	left: 0;
	top: 8px;
	width: 10px;
	text-align: center;
	color: #f63756;
	font-size: 20px
}
.brunt-box-content #brunt-content {
	height: 170px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-bottom: 21px;
	resize: none
}
.modal-dialog .modal-content .modal-body .brunt-box-content #brunt-contact {
	box-shadow: none;
	padding-left: 110px;
	border-radius: 0;
	padding-top: 20px;
	height: auto;
	border: 0;
	border-bottom: 1px solid #f0f0f0
}
.modal-dialog .modal-content .modal-body .brunt-box-content #brunt-contact:focus {
	box-shadow: none;
	border-bottom: 1px solid rgba(187,187,187,1)
}
.brunt-box-content .source-box {
	position: relative;
	margin-top: 21px
}
.modal-dialog .modal-content .modal-body .brunt-box-content #brunt-source {
	box-shadow: none;
	padding-left: 110px;
	border-radius: 0;
	padding-top: 20px;
	height: auto;
	border: 0;
	border-bottom: 1px solid #f0f0f0
}
.modal-dialog .modal-content .modal-body .brunt-box-content #brunt-source:focus {
	box-shadow: none;
	border-bottom: 1px solid rgba(187,187,187,1)
}
.brunt-box-content .contact-box {
	position: relative
}
.brunt-box-content .contact-title {
	position: absolute;
	top: 14px
}
.brunt-box-content .brunt-submit, .brunt-box-content .obrunt-submit {
	display: block;
	margin: 60px auto
}
.brunt-box-content .content-box {
	position: relative
}
.brunt-box-content .content-box p.title {
	font-size: 16px;
	line-height: 24px;
	padding: 6px 0
}
.brunt-content-error {
	font-size: 14px;
	color: #f63756
}
.content-error-box {
	display: none;
	position: absolute;
	z-index: 1042;
	bottom: -25px
}
.contact-error-box {
	display: none;
	position: absolute;
	left: 110px;
	top: 52px
}
.brunt-box-content .icon-error {
	display: block;
	width: 14px;
	height: 14px;
	margin-top: 3px;
	background-image: url(../img/icon.png?v=201604141714);
	background-position: -242px -10px;
	background-repeat: no-repeat
}
.brunt-box-content .brunt-content-error {
	padding-left: 5px
}
#bl_success_box .brunt-success-title {
	position: relative;
	margin: 36px auto;
	text-align: center;
	padding-right: 48px;
	font-size: 24px;
	color: #333;
	line-height: 29px
}
#bl_success_box .brunt-success-title .icon-success {
	position: absolute;
	width: 30px;
	height: 29px;
	background: url(../img/icon.png?v=201604141714) -233px -40px no-repeat
}
#bl_success_box .brunt-success-detail {
	font-size: 16px;
	color: #bbb;
	text-align: center;
	line-height: 28px
}
#bl_success_box .success-ensure {
	display: block;
	margin: 20px auto 10px
}
#obl_success_box .brunt-success-title {
	position: relative;
	margin: 36px auto;
	text-align: center;
	padding-right: 48px;
	font-size: 24px;
	color: #333;
	line-height: 29px
}
#obl_success_box .brunt-success-title .icon-success {
	position: absolute;
	width: 30px;
	height: 29px;
	background: url(../img/icon.png?v=201604141714) -233px -40px no-repeat
}
#obl_success_box .brunt-success-detail {
	font-size: 16px;
	color: #bbb;
	text-align: center;
	line-height: 28px
}
#obl_success_box .osuccess-ensure {
	display: block;
	margin: 20px auto 10px
}
#bl_box .modal-dialog, #obl_box .modal-dialog {
	width: 560px
}
#bl_box .modal-dialog .modal-body, #obl_box .modal-dialog .modal-body {
	padding-bottom: 0
}
.moder-story-list ul .story-time {
	position: relative;
	width: 100%
}
.moder-story-list ul .story-open .story-time {
	position: relative;
	width: 100%;
	background-color: #fff
}
.moder-story-list ul li {
	padding: 11px 10px 10px;
	border-bottom: 1px solid #f0f0f0
}
.js-more-story {
	line-height: 20px;
	text-align: center;
	color: #bbb;
	padding-bottom: 10px
}
.moder-story-list ul .js-icon-like {
	border: 0
}
.story-content .story-title .top {
	display: block;
	margin-right: 10px;
	font-size: 14px;
	color: #f63756;
	background-color: #eee;
	line-height: 24px;
	width: 48px;
	text-align: center;
	font-weight: 400
}
.moder-story-list ul li .story-content .story-detail a:hover {
	color: #337ab7
}
.moder-story-list ul li .story-content p a {
	color: #bbb
}
.moder-story-list ul li .story-content p a:hover {
	color: #3ca5f6
}
.story-detail-hide {
	cursor: pointer
}
.mod-b {
	position: relative
}
.hot {
	position: absolute;
	z-index: 99;
	top: 40px;
	left: -10px;
	width: 30px;
	height: 28px;
	transition: 0s
}
.btn-cp-info, .cy-mob-ctt, .promote-warp {
	position: relative
}
.cy-mod-thumb {
	height: 80px;
	width: 80px;
	overflow: hidden
}
.cy-mob-ctt {
	margin-left: 110px;
	margin-top: -69px;
	float: left
}
.cy-mob-ctt .cp-name {
	font-size: 18px
}
.cy-mob-ctt .cp-time {
	font-size: 14px;
	color: #bbb;
	margin-top: 10px
}
.cy-mob-ctt .cp-sub {
	font-size: 14px;
	color: #333;
	margin-top: 5px
}
.btn-cp-info {
	border: 1px solid #f0f0f0;
	background-color: #fff;
	height: 38px;
	padding: 0 20px;
	font-size: 16px;
	color: #3ca5f6;
	border-radius: 0;
	line-height: 38px;
	margin-top: 22px;
	z-index: 10
}
.btn-cp-type {
	font-size: 16px;
	color: #bbb;
	margin-top: 25px
}
.promote-warp .btn-transparent, .promote-warp .qr-box {
	position: absolute
}
.promote-warp .btn-transparent {
	width: 120px;
	height: 40px;
	right: 20px;
	margin-top: 30px;
	background: rgba(255,0,0,0);
	cursor: pointer
}
.promote-warp.article-promote-warp .btn-transparent {
	margin-top: 20px
}
.promote-warp .qr-box {
	position: absolute;
	width: 240px;
	height: 128px;
	z-index: 10;
	box-shadow: 1px 1px 15px rgba(0,0,0,.3);
	top: -15px;
	right: 180px;
	background: #fff;
	padding: 10px;
	font-size: 14px;
	display: none
}
.promote-warp.article-promote-warp .qr-box {
	top: 5px
}
.promote-warp .qr-box:before {
	width: 10px;
	height: 10px;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #fff;
	border-width: 0 1px 1px 0;
	position: absolute;
	top: 60px;
	right: -5px;
	content: " "
}
.about-us-box .box-item .box-name.active, .about-us-box .t-h4 {
	border-bottom: 1px solid #f0f0f0
}
.promote-warp .qr-box img {
	width: 108px;
	height: 108px;
	float: left
}
.promote-warp .qr-box .app-guide-title {
	line-height: 36px;
	text-align: center
}
.promote-warp .qr-box .app-guide-title span:first-child {
	display: inline-block;
	position: relative;
	margin-top: 17px
}
.about-us-box {
	margin-top: 30px;
	padding-bottom: 30px
}
.about-us-box .about-min-height {
	min-height: 600px
}
.about-us-box p {
	font-size: 14px;
	color: #333;
	line-height: 24px
}
.about-us-box em {
	font-style: normal;
	color: #bbb
}
.about-us-box.renzheng p {
	font-size: 16px;
	line-height: 2
}
.about-us-box p.f1 {
	font-size: 16px;
	line-height: 26px
}
.about-us-box .box-wrap {
	padding-left: 15px
}
.about-us-box .t-h4 {
	position: relative;
	font-size: 16px;
	height: 35px;
	margin: 30px 0 0;
	line-height: 35px
}
.about-us-box .t-h4:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #3ca5f6;
	left: -15px;
	top: 15px
}
.about-us-box .box-item {
	background: #fafafa;
	padding: 0 15px
}
.about-us-box .box-item .box-name {
	position: relative;
	background: #fafafa;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	margin-top: 30px;
	cursor: pointer
}
.about-us-box .box-item .box-cnt {
	padding: 25px 0;
	display: none
}
.about-us-box .box-wrap .box-name i {
	position: absolute;
	right: 0
}
.about-us-box .box-wrap .box-name i:after {
	content: '+';
	font-size: 22px;
	color: #333;
	font-style: normal;
	display: block
}
.about-content-ul, .about-icon, .about-icon-ul, .about-us-video {
	display: inline-block
}
.about-us-box .box-wrap .box-name.active i:after {
	content: '-'
}
.links-img-ul, .links-txt-ul {
	margin-top: 20px
}
.links-img-ul li {
	width: 101px;
	height: 36px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px
}
.links-txt-ul li {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px
}
.about-us-intro {
	width: 440px
}
.about-us-img {
	float: right;
	width: 370px;
	height: 207px
}
.about-us-box .about-us-intro p {
	font-size: 16px
}
.about-us-video li {
	width: 260px;
	height: 146px;
	float: left;
	margin-right: 30px
}
.about-us-video li:last-child {
	margin-right: 0
}
.about-us-intro ul li {
	line-height: 33px;
	font-size: 16px
}
.about-us-qr {
	float: right;
	width: 290px;
	height: 290px
}
.about-content-ul {
	width: 100%
}
.about-content-ul li {
	width: 50%;
	float: left
}
.about-icon {
	background: url(http://images.huxiu.com/article/content/201605/05/1621416102.png) no-repeat;
	width: 102px;
	height: 102px
}
.about-icon-web {
	background-position: -2px -9px
}
.about-icon-app {
	background-position: -169px -8px
}
.about-icon-wx-public {
	background-position: -335px -8px
}
.about-icon-wx-personal {
	background-position: -502px -8px
}
.about-icon-srf {
	background-position: -671px -8px
}
.about-icon-nm {
	background-position: -2px -129px
}
.about-icon-dw {
	background-position: -169px -129px
}
.about-icon-srf-app {
	background-position: -335px -129px
}
.about-icon-ul li {
	float: left;
	width: 168px;
	text-align: center;
	position: relative
}
.about-icon-ul li .name {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: -20px
}
.about-icon-ul li .qr-box {
	position: absolute;
	text-align: center;
	width: 130px;
	height: 130px;
	box-shadow: 0 0 9px rgba(0,0,0,.42);
	left: 19px;
	top: -140px;
	display: none;
	background: #fff;
	padding: 10px
}
.about-icon-ul li .qr-box:after {
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #fff;
	border: 1px solid #ddd;
	border-width: 0 0 1px 1px;
	position: absolute;
	bottom: -5px;
	right: 60px;
	content: " "
}
.about-renzheng-img-ul {
	display: inline-block;
	width: 100%;
	text-align: center
}
.about-renzheng-img-ul li {
	float: left;
	width: 33.33%
}
.about-renzheng-img-ul li i {
	position: relative;
	left: -35px
}
.about-renzheng-img-ul li:nth-child(2) i {
	position: relative;
	left: -41px;
	top: 4px
}
.about-renzheng-img-ul li:nth-child(3) i {
	position: relative;
	left: -41px;
	top: -7px
}
.about-renzheng-img-ul li img {
	width: 100px;
	height: 100px
}
.about-icon-ul li:hover .qr-box {
	display: block
}
.message-warp {
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 9999
}
.message-new-box {
	margin: 0 auto;
	height: 49px;
	padding: 0 50px;
	background: rgba(13,163,250,.8);
	font-size: 18px;
	line-height: 49px;
	color: #fff;
	text-align: center;
	display: inline-block
}
.message-new-box.error {
	background: rgba(246,55,86,.8)
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 15px 0;
	text-align: center
}
.table>thead>tr>th {
	border-bottom: none;
	width: 275px
}
.table>tbody {
	border-bottom: 1px solid #ddd
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #fff
}
.author-renzheng-warp {
	border-top: 1px solid #f0f0f0;
	margin-top: 93px
}
.author-renzheng-warp .span-mark-author {
	font-size: 24px
}
.author-renzheng-box {
	min-height: 480px
}
.no-conform-box {
	text-align: center;
	margin-top: 40px
}
.no-conform-box p {
	font-size: 16px;
	color: #f63756;
	line-height: 2
}
.btn-center-box {
	text-align: center
}
.authen-btn {
	position: absolute;
	right: 30px;
	margin-top: -43px
}
.btn-renzheng {
	height: 42px;
	background: #3ca5f6;
	padding: 0 30px;
	color: #fff;
	font-size: 16px;
	line-height: 42px;
	position: relative;
	top: -10px
}
.btn-renzheng:hover {
	color: #fff
}
#emptyModal .modal-dialog {
	width: 800px
}
.no-fnd-in {
	width: 600px;
	margin: 0 auto;
	text-align: center
}
.span-color-a2 {
	color: #999
}
.span-color-a2 .error-tip {
	color: #f63756
}
.a-color-a2 {
	font-size: 16px;
	margin-top: 30px;
	color: #999;
	display: inline-block
}
.mob-class {
	margin: 10px 0 120px
}
.mob-class ul li {
	width: 150px;
	border: 1px solid #F0F0F0;
	float: left;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-right: none
}
.mob-class ul li:last-child {
	border-right: 1px solid #F0F0F0
}
 .  .AspNetPager a {
border:1px solid #D7D7D7;
padding:5px 10px 5px 10px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius:4px;
}
.AspNetPager a:hover {
	border: 1px solid #857C7A;
	padding: 5px 10px 5px 10px;
	background-color: #00A3D9;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.AspNetPager a {
	border: 1px solid #D7D7D7;
	padding: 5px 10px 5px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.AspNetPager a:hover {
	border: 1px solid #857C7A;
	padding: 5px 10px 5px 10px;
	background-color: #857C7A;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.AspNetPager {
	text-align: center;
	padding: 20px 5px 10px 5px;
	clear: both;
}
.AspNetPager input {
	border: 1px solid #D7D7D7;
	padding: 0px 2px 0 2px !important;
	padding: 2px 0px 0 0px;
	background-color: #FFFFFF;
	cursor: pointer;
	width: inherit;
	font-size: 12px;
}
.AspNetPager span {
	border: 1px solid #665B59;
	padding: 5px 10px 5px 10px;
	background-color: #665B59;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.AspNetPager .cpb {
	border: 1px solid #665B59;
	padding: 5px 10px 5px 10px;
	background-color: #665B59;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.mytop { width:100%; height:111px;
}
    .mytop .mynav { height:30px; background-color:#f3f3f3; border-bottom:1px solid #ccc; line-height:30px;
    }
    .mytop .mynav .l{ float:left;}
        .mytop .mynav .l span { color:#f63756
        }
        .mytop .mynav .r {float:right;
        }
            .mytop .mynav .r img {width:20px; height:16px;
            }
.mytop .mymain { width:1170px; margin:0 auto;
}
.mytop .mylogo { width:270px; height:80px;
}
.Slide {width: 800px;height: 450px; float:left;overflow: hidden;position: relative;}
.slide-cont {width: 800px;height: 450px;position: relative;overflow: hidden;}
.slide-item {position: absolute;width: 100%;height: 100%;left: -630px;}
.slide-item a {display: block;width: 100%;height: 100%;}
.slide-item img {width: 800px;height: 450px;}
.slide-txt {width: 800px;height:50px;position: absolute;left: 0;bottom: 0px;z-index: 1;}
.slide-txt .txt_bg {width: 800px;height: 50px;background:#000;opacity: 0.7;filter: alpha(opacity=70);}
.slide-txt a {display: inline-block;width:700px;height: 50px;line-height: 50px;font-size:16px;padding: 0 20px;overflow: hidden;color:#ffe825;position: absolute;left: 0;top: 0;}
.slide-nav {width: auto;height: 11px;display: inline-block;overflow: hidden;position: absolute;z-index: 100;bottom: 21px;right: 20px;overflow: hidden;}
.slide-nav a {display: block;width: 12px;height: 12px;background:#d4d4d4;cursor: pointer; margin-left: 5px;float: left;text-indent: -99em;overflow: hidden;}
.slide-nav .nownav {background:#ffe825;}
#prev2, #next2 {display: block;width: 57px;height: 72px;position: absolute;top: 129px;display: none;}
#next {right: 0;background-position: -62px 0;}

.article-content-wrap p{text-indent: 2em;}