/** 移动端文章内容公共样式 */
body {
	padding-top: 0px;
	background-color: #fff;
}

 *
 {
     -webkit-touch-callout:text;
     -webkit-user-select:text;
     -khtml-user-select:text;
     -moz-user-select:text;
     -ms-user-select:text;
     user-select:text;
 }
 
.detail-box {
	background-color: #ffffff;
	padding: 20px 15px 15px;
}

.detail-title {
	margin-bottom: 10px;
	line-height: 1.4;
	font-weight: 400;
	font-size: 24px;
}

.detail-info {
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 14px;
	color: #8c8c8c;
}

.detail-info a {
	color: #607fa6;
}

.article_text {
	font-size: 16px;
	color: #3e3e3e;
}

.article_text em {
	color: #3e3e3e;
	font-style: oblique;
}

@media screen and (min-width: 1024px) {
	.detail-box {
		width: 740px;
		margin-left: auto;
		margin-right: auto;
	}
}

.img-window {
	display: table-cell;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    visibility: hidden;
    background:rgba(0,0,0,.0);
    background-color: #000000;
    vertical-align:middle;

   
}

.img-window img {
	position: absolute;
    top: 0;
    width: 100%;
    vertical-align:middle;
    background: #000;
    opacity: 1;
}

.img-window-show {
	visibility: visible;
	background:rgba(0,0,0,.9);
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
}

.bottom-container {
	margin-top: 20px;
}

.isHelpFul {
	margin-top: 30px;
}

.helpful-container {
	display: -webkit-box;
	margin-top: 10px;
	cursor: pointer;
}

.help-pub {
	margin-left: 20px;
	position: relative;
	height: 40px;
	width: 100px;
}

.no-helpful {
	margin-left: 60px;
}

.help-img {
	width: 25px;
	height: 25px;
	cursor: pointer;
	position: absolute;
	top: 8px;
}
.help-img-tip {
	left: 30px;
	position: absolute;
	width: 80px;
	top: 12px;
}

.feedback-container {
	height: 50px;
	background-color: #e4e1e178;
	margin-top: 20px;
	vertical-align: middle;
	line-height: 50px;
	display: none;
	margin-bottom: 10px;
}

.feedback-img {
	width: 25px;
	height: 25px;
	margin-top: 12px;
	margin-right: 10px;
	margin-left: 50px;
}

.feedback-tip {
	height: 50px;
	line-height: 25px;
}
