* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


/*html,
body {
	width: 100%;
	height: 100%;
	position: relative;
}*/

body {
	background: #fafafa url(/uploads/image/pheimg/bg.jpg) repeat-y;
	background-size: 100%;
}

input {
	background: none;
	border: none;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
a {
	text-decoration: none;
}

input:focus {
	outline: none;
}

.container {
	width: 100%;
	height: 100%;
}

.container-left {
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	padding-right: 310px;
	padding-top: 104px;
	position: relative;
	/*display: flex;
	display: -webkit-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;*/
}

.container-right {
	width: 310px;
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	background: #000;
	z-index: 100000;
}

.logo-box img {
	margin: 20px 50px;
}

.login-box {
	background: #474747;
	padding: 22px;
	z-index: 1;
	position: relative;
}

::-webkit-input-placeholder {
	/* webkit browsers */
	color: #ddd;
}

:-moz-placeholder {
	/* mozilla firefox 4 to 18 */
	color: #808080;
}

::-moz-placeholder {
	/* mozilla firefox 19  */
	color: #808080;
}

:-ms-input-placeholder {
	/* internet explorer 10  */
	color: #808080;
}

.login-box .form-group {
	position: relative;
}

.login-box .form-group input {
	border-radius: 5px;
	height: 38px;
	line-height: 38px;
	margin-bottom: 12px;
	width: 100%;
	color: #ddd;
	font-size: 16px;
	background: #575757;
}

.login-box .form-group input[type="text"],
.login-box .form-group input[type="password"] {
	padding: 0 30px 0 10px;
}

.login-box .form-group input[type="button"],
.login-box .form-group input[type="submit"] {
	background: #f20a00;
	color: #fff;
	cursor: pointer;
	height: 100%;
	margin-bottom: 5px;
}

.login-box .form-group .iconfont {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 24px;
	color: #333;
}

.login-box .form-group .icon-iconfontcolor11 {
	font-size: 18px;
	right: 8px;
	top: 8px;
}

.form-tips a {
	color: #808080;
	font-size: 12px;
}

.form-tips a:hover {
	text-decoration: underline;
}

.search-bar input[type="text"] {
	width: 76%;
	padding: 0 10px 0 10px;
	color: #a5a5a5;
	height: 35px;
}

.search-bar input[type="button"],
.search-bar input[type="submit"] {
	float: right;
	height: 35px;
	background: #f20a00;
	width: 72px;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.login-box .form-group input[type="button"].code-btn {
	background: #797979;
	position: absolute;
	right: 3px;
	top: 3px;
	width: 95px;
	font-size: 16px;
	height: 32px;
	line-height: 32px;
}

.login-box .form-group input[type="button"].code-btn:hover {
	background: #8b8b8b;
}

.logo-box {
	z-index: 1;
	position: relative;
	background: #333;
}

.search-bar {
	background: #575757;
	height: 35px;
	line-height: 35px;
	margin: 18px 0;
	position: relative;
	z-index: 1;
}

.dorpmenu {
	height: 100%;
	padding-top: 380px;
	position: absolute;
	top: 0;
	width: 100%;
}
.container-right.no_login .dorpmenu{padding-top: 174px;}
.container-right.regist_mode .dorpmenu {
	padding-top: 480px;
}

.container-right.online_mode .dorpmenu {
	padding-top: 367px;
}

.container-right.forgetpassword_mode .dorpmenu {
	padding-top: 464px;
}

.container-right.successmsg_mode .dorpmenu {
	padding-top: 368px;
}

.container-right .success-msg {
	padding: 40px 0;
}

.container-right .success-msg .msg-txt {
	color: #fff;
	margin-top: 20px;
	font-size: 20px;
}

.container-right .success-msg .msg-txt a {
	color: #406eba;
}

.container-right .success-msg .msg-txt a:hover {
	text-decoration: underline;
}

.dorpmenu .subnav a {
	width: 50%;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	background: #474747;
}

.dorpmenu .subnav a span {
	font-size: 18px;
}

.dorpmenu .subnav a i {
	font-size: 22px;
	margin-right: 5px;
}

.dorpmenu .subnav .active {
	background: #f20a00;
}

.dorpmenu-content {
	background: #333;
	overflow-y: auto;
}

.dorpmenu-content ul .item {
	width: 118px;
	height: 183px;
	margin: 10px 18px;
	float: left;
	position: relative;
}

.dorpmenu-content ul .item .img {
	border: #a5a5a5 1px solid;
	z-index: 1;
	width: 100%;
}

.dorpmenu-content ul .item .titlebox {
	position: absolute;
	background: url(/uploads/image/pheimg/png-1.png) no-repeat;
	width: 136px;
	height: 27px;
	line-height: 31px;
	bottom: 10px;
	left: -9px;
	z-index: 2;
	text-align: center;
}

.dorpmenu-content ul .item .titlebox span {
	font-size: 14px;
	color: #fff;
	    height: 27px;
    display: inline-block;
    overflow: hidden;
}

.pre_img_list {
	height: calc(100% - 36px);
	height: -webkit-calc(100% - 36px);
	height: -moz-calc(100% - 36px);
	height: -o-calc(100% - 36px);
}

.triangle-part {
	position: fixed;
	top: 0;
	right: 300px;
	width: 0;
	height: 0;
	border-top: 111px solid #333;
	border-left: 250px solid transparent;
}

.container-left .main-box {
	width: 1080px;
	margin: 0 auto;
}

.container-left .main {
	background: #fff;
	padding: 20px;
	position: relative;
	-moz-box-shadow: 2px 10px 25px #888;
	-webkit-box-shadow: 2px 10px 25px #888;
	box-shadow: 2px 10px 25px #888;
}

.container-left .main .main-left {
	float: left;
	width: 487px;
	height: 744px;
}

.container-left .main .main-right {
	float: right;
	width: 514px;
	height: 744px;
	overflow: hidden;
}

.container-left .main .main-left img {
	width: 100%;
	height: 100%;
}

.container-left .main .toolbar {
	position: absolute;
	right: -42px;
	top: 80px;
}

.container-left .main .toolbar .date .hover-list {
	opacity: 0;
	position: absolute;
	top: 0;
	left: -298px;
	visibility: hidden;
	z-index: 1000;
}

.container-left .main .toolbar .date:hover .hover-list {
	opacity: 1;
	color: #000;
	visibility: visible;
}

.container-left .main .toolbar .share .hover-list {
	opacity: 0;
	position: absolute;
	top: 120px;
	left: -180px;
	visibility: hidden;
	height: 45px;
	padding: 0 10px;
	border-radius: 5px 0 0 5px;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000;
}

.container-left .main .toolbar .share:hover .hover-list {
	opacity: 1;
	visibility: visible;
}

.container-left .main .tips {
	position: absolute;
	left: 0;
	top: 0;
	background: url(/uploads/image/pheimg/png-2.png) no-repeat;
	background-size: cover;
	width: 70px;
	height: 63px;
	z-index: 5;
}

.container-left .main-box .copyright {
	text-align: center;
	padding: 10px 0;
	color: #999;
	font-size: 14px;
}
.copyright a{color: #999;margin: 0 5px;}
.copyright a:hover{text-decoration: underline;}
.slidebox .bd img {
	width: 100%;
	height: 754px;
}

.toolbar-item {
	background: #f20a00;
	padding: 6px;
	border-radius: 0 5px 5px 0;
	margin-bottom: 15px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.toolbar-item a{color: #fff;}
.toolbar-item:hover,
.login-box .form-group input[type="button"]:hover,
.search-bar input[type="button"]:hover,
.userbar .my-stuffs input.active:hover {
	background: #ca0800;
}

.toolbar-item i {
	color: #fff;
	font-size: 30px;
}

.toolbar-item.share {
	margin-bottom: 225px;
}

.review_header {
	border-bottom: #dcdcdc 1px solid;
	height: 42px;
	line-height: 40px;
	text-align: center;
	position: relative;
}

.review_header .logo {
	width: 102px;
	height: 33px;
	position: absolute;
	left: 0;
	top: 0;
}

.review_header .time {
	position: absolute;
	right: 0;
	top: 0;
	color: #666;
}

.review_header .edit {
	color: #999;
}

.review_box .cont {
	padding: 20px 0;
}

.review_box .cont .title {
	text-align: center;
}

.review_box .cont h1 {
	font-size: 24px;
}

.review_box .cont .title p {
	font-size: 16px;
	color: #999;
	margin: 10px 0;
}

.review_box .cont em {
	font-size: 12px;
	color: #999;
}

.review_box .cont .article-detail {
	margin-top: 15px;
}

.review_box .cont .article-detail .article-tit {
	margin-bottom: 20px;
	line-height: 24px;
}

.review_box .cont .article-detail .article-tit em {
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

.review_box .cont .article-detail .article-tit span {
	font-size: 14px;
	color: #666;
}

.review_box .cont .article-detail .article-cont p {
	font-size: 14px;
	color: #666;
	text-indent: 24px;
	line-height: 24px;
}

.review_box .mcs-minimal.mcsb_scrolltools .mcsb_dragger .mcsb_dragger_bar {
	background: #cacaca;
	right: -27px;
}

.dorpmenu-content ul .item2 {
	position: relative;
}

.dorpmenu-content ul .item2.active .item2-menu {
	height: auto;
}

.dorpmenu-content ul .item2 .tit {
	/*height: 38px;*/
	line-height: 25px;
	color: #cbcbcb;
	display: block;
	padding-left: 20px;
	/*white-space: nowrap;*/
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
}

.dorpmenu-content ul .item2:nth-child(2n) .tit {
	background: #474747;
}

.dorpmenu-content ul .item2 .item2-menu {
	padding-left: 53px;
	height: 0;
	overflow: hidden;
}

.dorpmenu-content ul .item2 .item2-menu a {
	color: #ccc;
	font-size: 14px;
}

.dorpmenu-content ul .item2 .item2-menu .item2-menu-item {
	margin-bottom: 10px;
}

.dorpmenu-content ul .item2 .item2-menu .item2-menu-item img {
	vertical-align: middle;
	margin-right: 10px;
}

.userbar .userbar-item {
	color: #808080;
	font-size: 16px;
	margin-bottom: 20px;
}

.userbar .my-stuffs .btn1 {
	background: #ca0800;
	width: 48%;
	height: 38px;
	line-height: 38px;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	display: block;
	text-align: center;
	float: left;
}
.userbar .my-stuffs .btn2 {
	background:#919191;
	width: 48%;
	height: 38px;
	line-height: 38px;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	display: block;
	text-align: center;
	float: right;
}
.userbar .my-stuffs input:hover {
	background: #777;
}

.userbar .my-stuffs input.active {
	background: #f20a00;
}


/*自适应适配屏幕*/


/*@media (min-width:1024px) {
	.container-left .main-box {
		width: 74%;
	}
	.container-left {
		padding-top: 12%;
	}
	.toolbar-item:nth-child(3) {
		margin-bottom: 21px;
	}
	.toolbar-item.share {
		margin-bottom: 21px;
	}
	.container-left .main .toolbar {
		position: absolute;
		right: -42px;
		top: 26px;
	}
}

@media (min-width:1280px) {
	.container-left .main-box {
		width: 59%;
	}
	.container-left {
		padding-top: 5%;
	}
	.toolbar-item:nth-child(3) {
		margin-bottom: 60px;
	}
	.toolbar-item.share {
		margin-bottom: 34px;
	}
	.container-left .main .toolbar {
		position: absolute;
		right: -42px;
		top: 52px;
	}
}

@media (min-width:1366px) {
	.container-left .main-box {
		width: 62%;
	}
	.container-left {
		padding-top: 4%;
	}
	.toolbar-item:nth-child(3) {
		margin-bottom: 70px;
	}
	.toolbar-item.share {
		margin-bottom: 70px;
	}
}

@media (min-width:1360px) {
	.container-left .main-box {
		width: 60%;
	}
	.container-left {
		padding-top: 5%;
	}
	.toolbar-item:nth-child(3) {
		margin-bottom: 70px;
	}
	.toolbar-item.share {
		margin-bottom: 70px;
	}
	.container-left .main .toolbar {
		position: absolute;
		right: -42px;
		top: 60px;
	}
}

@media (min-width:1440px) {
	.container-left .main-box {
		width: 70%;
	}
	.container-left {
		padding-top: 6%;
	}
	.toolbar-item:nth-child(3) {
		margin-bottom: 130px;
	}
	.toolbar-item.share {
		margin-bottom: 130px;
	}
}

@media (min-width:1600px) {
	.container-left .main-box {
		width: 60%;
	}
	.container-left {
		padding-top: 5%;
	}
	.toolbar-item:nth-child(3) {
		margin-bottom: 120px;
	}
	.toolbar-item.share {
		margin-bottom: 120px;
	}
}

@media (min-width:1920px) {
	.container-left .main-box {
		width: 62%;
	}
	.container-left {
		padding-top: 4%;
	}
	.toolbar-item:nth-child(3) {
		margin-bottom: 326px;
	}
	.toolbar-item.share {
		margin-bottom: 326px;
	}
}*/


/*浏览器提示*/

.browser_note {
	display: none;
	position: fixed;
	top: 20%;
	left: 50%;
	width: 620px;
	height: 150px;
	margin-left: -300px;
	padding: 26px;
	background-color: #fff;
	color: #7b7777;
	z-index: 2002;
	overflow: auto;
	line-height: 26px;
	font-size: 16px;
	text-align: center;
}

.browser_note a {
	color: #f20a00;
}

.browser_note a:hover {
	text-decoration: underline;
}

a.upgrade,
a.later_on {
	cursor: pointer;
	color: #fff;
	background-color: #f20a00;
	padding: 2px 18px 4px;
	margin: 0 20px;
}

.mask {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1502;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.42;
	filter: alpha(opacity=42);
}

.side-btn {
	position: fixed;
	top: 50%;
	transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
	-o-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	right: 0;
	width: 23px;
	height: 63px;
	background: url(/uploads/image/pheimg/png-7.png) no-repeat;
	cursor: pointer;
	display: none;
}

.sided-paper {
	box-shadow: 0 2px 6px #eaeaea;
}
.tab_content{display: none;}

.article-cont p img{
	display:inline-block;
	max-width: 100%;
	margin:0 auto;
	margin-top: 10px;
}
.review_box .cont .article-detail .article-cont p strong{
	font-weight: bold;

}
.review_box .cont .article-detail .article-cont p em{
	font-style: italic;
	color: #666;
	font-size: inherit;

}
.bs-img-box img{
	display: inline-block;
}
.ba-box{
	margin-top:5px;
}
.ba-box img{
	vertical-align: middle;
}
.ba-box p{
	float: none !important;

}