.article-content .btn {
	border: none;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 36px;
	outline: none;
	padding: 0 18px;
	text-align: center;
	position: relative;
}
.article-content .btn:hover {
	opacity: 0.8;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.article-content .btn--secondary {
	color: #ffffff;
	background: #20a0ff;
	background: -webkit-gradient(linear, left top, right top, from(#20a0ff), to(#20b8ff));
	background: -webkit-linear-gradient(left, #20a0ff, #20b8ff);
	background: linear-gradient(90deg, #20a0ff, #20b8ff);
	-webkit-box-shadow: 0 3px 5px rgba(32,160,255,.5);
	box-shadow: 0 3px 5px rgba(32,160,255,.5);
	text-decoration: none!important;
}
.article-content {
	border-radius: 4px;
	background-color: #fff;
	word-wrap: break-word;
	padding: 20px;
}
.article-content img {
	border-radius: 5px;
}
.article-content .content-hide-tips {
	padding: 40px 20px 20px;
	border: 1px dashed #ccc;
	margin: 20px 0 40px;
	background-color: #f6f6f6;
	border-radius: 4px;
	position: relative;
}
.article-content .content-hide-tips .fa-lock {
	font-size: 30px;
	right: 10px;
	top: 5px;
	font-style: normal;
	color: #ccc;
	position: absolute;
	z-index: 1;
}
.article-content .content-hide-tips .rate {
	left: 10px;
	top: 5px;
	position: absolute;
	z-index: 1;
	font-weight: 500;
	margin: 10px;
	-webkit-animation: hue 6s infinite linear;
}
.article-content .label-warning {
	background-color: #f0ad4e;
}
.article-content .label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
.article-content .content-hide-tips .login-false {
	text-align: center;
	color: #555;
	font-size: 15px;
}
.article-content .content-hide-tips .coin {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.article-content .content-hide-tips .coin span {
	padding: 4px 18px;
	background-color: #ffffff;
	color: #f0ad4e;
	line-height: 1;
	border-radius: 20px;
	font-size: 13px;
	border: 1px solid #f0ad4e;
}
.article-content .content-hide-tips .t-c {
	text-align: center;
	font-size: 13px;
	color: #555;
}
.article-content .content-hide-tips .red {
	color: #ff3b41;
}
.article-content .pc-button {
	margin: 0 auto;
	text-align: center;
}
.article-content .h1, .article-content .h2, .article-content .h3, .article-content h1, .article-content h2, .article-content h3 {
	margin: 30px 0 20px;
	line-height: 1.4;
	font-weight: 700
}
.article-content h4, .article-content h5 {
	font-weight: 700;
	font-size: 1.17em;
 margin-bottom: .875rem;
}
.article-content .h1, .article-content h1 {
	font-size: 24px;
	color: #03A9F4;
}
.article-content .h2, .article-content h2 {
	padding-bottom: 12px;
	font-size: 20px;
	border-bottom: 4px solid #f0f4f5;
}
.article-content .h3, .article-content h3 {
	padding-left: 10px;
	font-size: 18px;
	line-height: 1.2;
	border-left: 4px solid #0f81fb
}
.article-content p {
	margin-bottom: 20px;
	line-height: 1.8;
	word-wrap: break-word
}
 @media (max-width: 768px) {
.article-content p {
	text-align: justify
}
}
.article-content>p {
	white-space: pre-wrap
}
.article-content img {
	height: auto
}
.article-content .label {
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
}
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fa-money:before {
	content: "\f0d6"
}
.fa-lock:before {
	content: "\f023";
}
