@charset 'UTF-8';

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2016-03-31 14:35:00
 * @version $Id$
 */

/**pub**/
* {
	font-family: '微软雅黑';
}
i {
	font-style: normal;
}
a {
	text-decoration: none;
}
img {
	display: block;
}
.overfix {
	overflow: hidden;
}
.clearfix:after {
	display: block;
	clear: both;
	content: '';
}
.left {
	float: left;
}
.right {
	float: right;
}
body {
	width: 100%;
	max-width: 768px;
	margin: 0 auto !important;
}
.article-main {
	white-space: normal;
}
.article-wrap {
	padding: 0px 14px;
	padding-bottom: 40px
}
.article-head {
	font-size: 19px;
	line-height: 24px;
	padding: 17px 0 0;
	color: rgb(38, 38, 38);
	margin: 0 !important;
	font-weight: bold;
}
.article-shead {
	font-size: 15px;
	color: rgb(0, 0, 0);
	font-weight: 500;
	line-height: 20px;
	margin: 0 !important;
}
.article-box {
	padding-top: 18px;
}
.article-main {
	line-height: 2.2em;
	font-size: 14px;
	font-weight: 200;
	padding-top: 8px;
	box-sizing: border-box;
	overflow-y: hidden;
	transiton:all 0.3s linear;
	-webkit-transiton:all 0.3s linear;
}
.article-main p{ margin: 0 !important; font-size: 15px}
.article-main img{ max-width: 100%;}
.toggle-btn {
	width: 34px;
	height: 15px;
	border-radius: 3px;
	margin: 0 auto;
	background: #eeeeee;
	margin-top: 0;
	position: relative;
	display: none;
	margin-top: 8px;
}
.toggle-btn:after {
	content: "";
	position: relative;
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid #8a8a8a;
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0);
	border-bottom: 5px solid rgba(0, 0, 0, 0);
	z-index: 9;
	margin: auto;
	left: 0;
	top: 5px;
	right: 0
}
.toggle-showbtn:after {
	content: "";
	position: relative;
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid rgba(0, 0, 0, 0);
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0);
	border-bottom: 5px solid #8a8a8a;
	z-index: 9;
	margin: auto;
	left: 0;
	top: 0px;
	right: 0
}
.hint-box{ height: 44px; background: rgb(254,245,169);padding-left: 14px; max-width: 768px;}
.hint-left{ height: 44px; background: url(../images/popup_remind_y_ic_warning@3x.png) no-repeat left center;background-size: 16px 16px;width: clac(100% -44px);color:rgb(254,85,10);font-size: 14px; line-height: 44px;font-weight: 400;padding-left: 22px;}
.hint-btn{ height: 44px; width: 44px; background: url(../images/popup_remind_ic_close@3x.png) no-repeat center center;background-size: 16px 16px; }
.article-box .article-main ul,.article-box .article-main ol,.article-box .article-main p{ width: 100% !important;}

.article-box .article-main p{ word-break: break-word;}
