/*--- reset ---*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
input,
select,
textarea,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol,
ul {
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
}

img {
	vertical-align: top;
}

input,
select,
textarea {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	outline: 0;
	box-shadow: none;
}

html {
	word-wrap: break-word;
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

html {
	font: 14px/1.5 "PingFang SC", Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", STHeiTi, sans-serif;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a:focus,
a:active,
a:hover {
	outline: 0;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #D40300;
	text-decoration: none;
}

img {
	display: inline-block;
	vertical-align: middle;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	zoom: 1;
	display: block;
}

.hidden {
	display: none;
}


/*article*/

.article_info {
	display: inline-block;
	float: right;
	position: absolute;
	right: 0;
	margin-top: -24px;
}

.article_info .dozoom {
	position: relative;
	color: #000;
	float: right;
}

.article_info .dozoom a {
	display: inline-block;
	vertical-align: top;
	margin-right: 32px;
}

.article_info .dozoom:after {
	position: absolute;
	left: 35px;
	top: 5px;
	content: "";
	width: 1px;
	height: 15px;
	background-color: #8D8D8D;
}

.article_info .share {
	line-height: 25px;
	text-align: center;
	display: inline-block;
	width: 70px;
	position: relative;
}

.article_info .share em {
	display: inline-block;
	vertical-align: top;
}

.article_info .share i {
	vertical-align: top;
	margin-left: 6px;
	display: inline-block;
	width: 25px;
	height: 25px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
	text-indent: -200px;
	cursor: pointer;
}

.article_info .share i.wb {
	background-image: url(../images/v21_article_wb@2x.png);
}

.article_info .share i.wx {
	background-image: url(../images/v21_article_wx@2x.png);
}

.article_info .share i.pyq {}

.article_info .share .qrcode_wrap {
	z-index: 1;
	width: 160px;
	height: 200px;
	padding: 20px 20px 0;
	position: absolute;
	right: 10px;
	top: 40px;
	background: #fff;
	border: solid 1px #ddd;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	color: #666;
}

.article_info .share .qrcode_close {
	width: 15px;
	height: 15px;
	position: absolute;
	right: 2px;
	top: 2px;
	font-size: 15px;
	line-height: 13px;
}