﻿/*初始化*/

body, h1, h2, h3, p, dl, dd, ol, ul, th, td, form, fieldset, input, button, textarea {
	margin: 0;
	padding: 0;
	font-family: -apple-system-font, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

img {
	border: none;
}

body, input, button, textarea, select, option {
	font-size: normal
}

body {
	font-size: 12px;
}


/*正文*/
.wxfixed {
    height: 2.5em;
    background: #434762;
    color: #fff;
    font-size: 1.7em;
    position: fixed;
    bottom: 0;
    text-align: center;
    line-height: 2.5em;
    width: 100%;
    z-index: 99999999;
    max-width: 800px;
}
.new-style-test-favor-btn {
	font-size: 14px;
	line-height: 29px;
	height: 29px;
	border-radius: 4px;
	width: 72px;
	font-weight: 600;
	float: right;
	color: #fff;
	display: inline-block;
	text-align: center;
	background-image: linear-gradient(to right, #f85959, #ff5050)
}
.new-style-test-favor-btn.on {
	border: 1px solid #ddd;
	color: #999;
	font-weight: normal;
	background-image: linear-gradient(to right, #fff, #fff)
}

[data-dpr="2"] .new-style-test-favor-btn {
	font-size: 28px
}

[data-dpr="3"] .new-style-test-favor-btn {
	font-size: 42px
}

[data-dpr="2"] .new-style-test-favor-btn {
	line-height: 58px
}

[data-dpr="3"] .new-style-test-favor-btn {
	line-height: 87px
}

[data-dpr="2"] .new-style-test-favor-btn {
	height: 58px
}

[data-dpr="3"] .new-style-test-favor-btn {
	height: 87px
}

[data-dpr="2"] .new-style-test-favor-btn {
	border-radius: 4px
}

[data-dpr="3"] .new-style-test-favor-btn {
	border-radius: 6px
}

[data-dpr="2"] .new-style-test-favor-btn {
	width: 144px
}

[data-dpr="3"] .new-style-test-favor-btn {
	width: 216px
}

.avatar {
	height: 36px;
	width: 36px;
	border: none;
	position: relative;
	display: inline-block
}

[data-dpr="2"] .avatar {
	height: 72px
}

[data-dpr="3"] .avatar {
	height: 108px
}

[data-dpr="2"] .avatar {
	width: 72px
}

[data-dpr="3"] .avatar {
	width: 108px
}

.avatar .avatar__image, .avatar .avatar__mask {
	width: 100%;
	height: 100%;
	border-radius: 32px;
	position: absolute;
	top: 0;
	left: 0
}

[data-dpr="2"] .avatar .avatar__image, [data-dpr="2"] .avatar .avatar__mask {
	border-radius: 64px
}

[data-dpr="3"] .avatar .avatar__image, [data-dpr="3"] .avatar .avatar__mask {
	border-radius: 96px
}

.avatar .avatar__mask {
	background-color: rgba(34, 34, 34, 0.05)
}

.new-style-test-avatar {
	height: 28px;
	width: 28px;
	display: inline-block
}

[data-dpr="2"] .new-style-test-avatar {
	height: 56px
}

[data-dpr="3"] .new-style-test-avatar {
	height: 84px
}

[data-dpr="2"] .new-style-test-avatar {
	width: 56px
}

[data-dpr="3"] .new-style-test-avatar {
	width: 84px
}

.article .article__header {
	position: relative;
	padding-bottom: 10px;
}

.article .article__header .article__title {
	color: #222222;
	font-family: 'PingFangSC-Medium'
}

@media screen and (min-width:320px) {
	.article .article__header .article__title {
		font-size: 21px;
		line-height: 30px
	}
	[data-dpr="2"] .article .article__header .article__title {
		font-size: 42px
	}
	[data-dpr="3"] .article .article__header .article__title {
		font-size: 63px
	}
	[data-dpr="2"] .article .article__header .article__title {
		line-height: 60px
	}
	[data-dpr="3"] .article .article__header .article__title {
		line-height: 90px
	}
}

@media screen and (min-width:360px) {
	.article .article__header .article__title {
		font-size: 23px;
		line-height: 31px
	}
	[data-dpr="2"] .article .article__header .article__title {
		font-size: 46px
	}
	[data-dpr="3"] .article .article__header .article__title {
		font-size: 69px
	}
	[data-dpr="2"] .article .article__header .article__title {
		line-height: 61px
	}
	[data-dpr="3"] .article .article__header .article__title {
		line-height: 92px
	}
}

@media screen and (min-width:375px) {
	.article .article__header .article__title {
		font-size: 24px;
		line-height: 34px
	}
	[data-dpr="2"] .article .article__header .article__title {
		font-size: 48px
	}
	[data-dpr="3"] .article .article__header .article__title {
		font-size: 72px
	}
	[data-dpr="2"] .article .article__header .article__title {
		line-height: 68px
	}
	[data-dpr="3"] .article .article__header .article__title {
		line-height: 102px
	}
}

.article .article__header .article__author--pgc {
	margin-top: 12px
}

[data-dpr="2"] .article .article__header .article__author--pgc {
	margin-top: 24px
}

[data-dpr="3"] .article .article__header .article__author--pgc {
	margin-top: 36px
}





.article .article__header .article__author--pgc .author__publish {
	position: relative;
	display: inline-block
}


.article .article__header .article__author--pgc .author__publish .publish--type-original {
	font-size: 10px;
	line-height: 13px;
	padding: 0 5px;
	color: #505050;
	margin-right: 5px;
	border: .5px solid #999;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle
}

[data-dpr="2"] .article .article__header .article__author--pgc .author__publish .publish--type-original {
	font-size: 20px
}

[data-dpr="3"] .article .article__header .article__author--pgc .author__publish .publish--type-original {
	font-size: 30px
}

[data-dpr="2"] .article .article__header .article__author--pgc .author__publish .publish--type-original {
	line-height: 26px
}

[data-dpr="3"] .article .article__header .article__author--pgc .author__publish .publish--type-original {
	line-height: 39px
}

[data-dpr="2"] .article .article__header .article__author--pgc .author__publish .publish--type-original {
	padding: 0 10px
}

[data-dpr="3"] .article .article__header .article__author--pgc .author__publish .publish--type-original {
	padding: 0 15px
}

[data-dpr="2"] .article .article__header .article__author--pgc .author__publish .publish--type-original {
	margin-right: 10px
}

[data-dpr="3"] .article .article__header .article__author--pgc .author__publish .publish--type-original {
	margin-right: 15px
}

[data-dpr="2"] .article .article__header .article__author--pgc .author__publish .publish--type-original {
	border-radius: 8px
}

[data-dpr="3"] .article .article__header .article__author--pgc .author__publish .publish--type-original {
	border-radius: 12px
}


.article .new-style-test-article__header .article__title {
	color: #000;
	font-size: 22px;
	line-height: 1.45;
	font-weight: 600
}

[data-dpr="2"] .article .new-style-test-article__header .article__title {
	font-size: 44px
}

[data-dpr="3"] .article .new-style-test-article__header .article__title {
	font-size: 66px
}

.article .new-style-test-article__header .new-style-test-article-author {
	margin-top: 10px
}

[data-dpr="2"] .article .new-style-test-article__header .new-style-test-article-author {
	margin-top: 20px
}

[data-dpr="3"] .article .new-style-test-article__header .new-style-test-article-author {
	margin-top: 30px
}

.article .new-style-test-article__header .new-style-test-article-author .new-style-test-article-author-name {
	vertical-align: top;
	display: inline-block;
	font-weight: 600;
	color: #000;
	font-size: 14px
}

[data-dpr="2"] .article .new-style-test-article__header .new-style-test-article-author .new-style-test-article-author-name {
	font-size: 28px
}

[data-dpr="3"] .article .new-style-test-article__header .new-style-test-article-author .new-style-test-article-author-name {
	font-size: 42px
}


.article .new-style-test-article__header .new-style-test-article-author .new-style-test-article-publish-time {
	font-size: 13px;
	color: #999;
	vertical-align: top;
	display: inline-block
}

[data-dpr="2"] .article .new-style-test-article__header .new-style-test-article-author .new-style-test-article-publish-time {
	font-size: 22px
}

[data-dpr="3"] .article .new-style-test-article__header .new-style-test-article-author .new-style-test-article-publish-time {
	font-size: 33px
}

.article .new-style-test-article__header .new-style-test-article-author .dot {
	background-color: #999;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
	margin-left: 2px;
	width: 2px;
	height: 2px;
	border-radius: 1px
}

[data-dpr="2"] .article .new-style-test-article__header .new-style-test-article-author .dot {
	margin-right: 12px
}

[data-dpr="3"] .article .new-style-test-article__header .new-style-test-article-author .dot {
	margin-right: 18px
}

[data-dpr="2"] .article .new-style-test-article__header .new-style-test-article-author .dot {
	margin-left: 12px
}

[data-dpr="3"] .article .new-style-test-article__header .new-style-test-article-author .dot {
	margin-left: 18px
}

[data-dpr="2"] .article .new-style-test-article__header .new-style-test-article-author .dot {
	width: 4px
}

[data-dpr="3"] .article .new-style-test-article__header .new-style-test-article-author .dot {
	width: 6px
}

[data-dpr="2"] .article .new-style-test-article__header .new-style-test-article-author .dot {
	height: 4px
}

[data-dpr="3"] .article .new-style-test-article__header .new-style-test-article-author .dot {
	height: 6px
}

[data-dpr="2"] .article .new-style-test-article__header .new-style-test-article-author .dot {
	border-radius: 2px
}

[data-dpr="3"] .article .new-style-test-article__header .new-style-test-article-author .dot {
	border-radius: 3px
}

.article .new-style-test-article__header .new-style-test-article-author .new-style-test-article-comment {
	font-size: 11px;
	color: #f85959;
	vertical-align: top;
	display: inline-block
}

[data-dpr="2"] .article .new-style-test-article__header .new-style-test-article-author .new-style-test-article-comment {
	font-size: 22px
}

[data-dpr="3"] .article .new-style-test-article__header .new-style-test-article-author .new-style-test-article-comment {
	font-size: 33px
}


.article {
	margin-top: 12px;
	position: relative;
	overflow: hidden;
	background-color: #ffffff
}

[data-dpr="2"] .article {
	margin-top: 24px
}

[data-dpr="3"] .article {
	margin-top: 36px
}

.article.bottom-line {
	border-bottom: .5px solid #E8E8E8
}

@media screen and (min-width:320px) {
	.article .article__content p, .article .article__content li, .article .article__content span, .article .article__content strong {
		font-size: 16px;
		line-height: 25px
	}
	[data-dpr="2"] .article .article__content p, [data-dpr="2"] .article .article__content li, [data-dpr="2"] .article .article__content span, [data-dpr="2"] .article .article__content strong {
		font-size: 32px
	}
	[data-dpr="3"] .article .article__content p, [data-dpr="3"] .article .article__content li, [data-dpr="3"] .article .article__content span, [data-dpr="3"] .article .article__content strong {
		font-size: 48px
	}
	[data-dpr="2"] .article .article__content p, [data-dpr="2"] .article .article__content li, [data-dpr="2"] .article .article__content span, [data-dpr="2"] .article .article__content strong {
		line-height: 50px
	}
	[data-dpr="3"] .article .article__content p, [data-dpr="3"] .article .article__content li, [data-dpr="3"] .article .article__content span, [data-dpr="3"] .article .article__content strong {
		line-height: 75px
	}
}

@media screen and (min-width:360px) {
	.article .article__content p, .article .article__content li, .article .article__content span, .article .article__content strong {
		font-size: 17px;
		line-height: 28px
	}
	[data-dpr="2"] .article .article__content p, [data-dpr="2"] .article .article__content li, [data-dpr="2"] .article .article__content span, [data-dpr="2"] .article .article__content strong {
		font-size: 34px
	}
	[data-dpr="3"] .article .article__content p, [data-dpr="3"] .article .article__content li, [data-dpr="3"] .article .article__content span, [data-dpr="3"] .article .article__content strong {
		font-size: 51px
	}
	[data-dpr="2"] .article .article__content p, [data-dpr="2"] .article .article__content li, [data-dpr="2"] .article .article__content span, [data-dpr="2"] .article .article__content strong {
		line-height: 56px
	}
	[data-dpr="3"] .article .article__content p, [data-dpr="3"] .article .article__content li, [data-dpr="3"] .article .article__content span, [data-dpr="3"] .article .article__content strong {
		line-height: 84px
	}
}

@media screen and (min-width:375px) {
	.article .article__content p, .article .article__content li, .article .article__content span, .article .article__content strong {
		font-size: 16px;
		line-height: 29px
	}
	[data-dpr="2"] .article .article__content p, [data-dpr="2"] .article .article__content li, [data-dpr="2"] .article .article__content span, [data-dpr="2"] .article .article__content strong {
		font-size: 34px
	}
	[data-dpr="3"] .article .article__content p, [data-dpr="3"] .article .article__content li, [data-dpr="3"] .article .article__content span, [data-dpr="3"] .article .article__content strong {
		font-size: 51px
	}
	[data-dpr="2"] .article .article__content p, [data-dpr="2"] .article .article__content li, [data-dpr="2"] .article .article__content span, [data-dpr="2"] .article .article__content strong {
		line-height: 54px
	}
	[data-dpr="3"] .article .article__content p, [data-dpr="3"] .article .article__content li, [data-dpr="3"] .article .article__content span, [data-dpr="3"] .article .article__content strong {
		line-height: 81px
	}
}

.article .article__content {
	position: relative;
	overflow: hidden;
	clear: both;
	padding-bottom: 0px
}

[data-dpr="2"] .article .article__content {
	padding-bottom: 48px
}

[data-dpr="3"] .article .article__content {
	padding-bottom: 72px
}


.article .article__content img {
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
	margin-bottom: 12px;
	transition: opacity 200ms ease;
}

[data-dpr="2"] .article .article__content img {
	margin-top: 8px
}

[data-dpr="3"] .article .article__content img {
	margin-top: 12px
}

[data-dpr="2"] .article .article__content img {
	margin-bottom: 8px
}

[data-dpr="3"] .article .article__content img {
	margin-bottom: 12px
}




@media screen and (min-width:320px) {
	.article .article__content1 p, .article .article__content1 li, .article .article__content1 span, .article .article__content1 strong {
		font-size: 16px;
		line-height: 25px
	}
	[data-dpr="2"] .article .article__content1 p, [data-dpr="2"] .article .article__content1 li, [data-dpr="2"] .article .article__content1 span, [data-dpr="2"] .article .article__content1 strong {
		font-size: 32px
	}
	[data-dpr="3"] .article .article__content1 p, [data-dpr="3"] .article .article__content1 li, [data-dpr="3"] .article .article__content1 span, [data-dpr="3"] .article .article__content1 strong {
		font-size: 48px
	}
	[data-dpr="2"] .article .article__content1 p, [data-dpr="2"] .article .article__content1 li, [data-dpr="2"] .article .article__content1 span, [data-dpr="2"] .article .article__content1 strong {
		line-height: 50px
	}
	[data-dpr="3"] .article .article__content1 p, [data-dpr="3"] .article .article__content1 li, [data-dpr="3"] .article .article__content1 span, [data-dpr="3"] .article .article__content1 strong {
		line-height: 75px
	}
}

@media screen and (min-width:360px) {
	.article .article__content1 p, .article .article__content1 li, .article .article__content1 span, .article .article__content1 strong {
		font-size: 17px;
		line-height: 28px
	}
	[data-dpr="2"] .article .article__content1 p, [data-dpr="2"] .article .article__content1 li, [data-dpr="2"] .article .article__content1 span, [data-dpr="2"] .article .article__content1 strong {
		font-size: 34px
	}
	[data-dpr="3"] .article .article__content1 p, [data-dpr="3"] .article .article__content1 li, [data-dpr="3"] .article .article__content1 span, [data-dpr="3"] .article .article__content1 strong {
		font-size: 51px
	}
	[data-dpr="2"] .article .article__content1 p, [data-dpr="2"] .article .article__content1 li, [data-dpr="2"] .article .article__content1 span, [data-dpr="2"] .article .article__content1 strong {
		line-height: 56px
	}
	[data-dpr="3"] .article .article__content1 p, [data-dpr="3"] .article .article__content1 li, [data-dpr="3"] .article .article__content1 span, [data-dpr="3"] .article .article__content1 strong {
		line-height: 84px
	}
}

@media screen and (min-width:375px) {
	.article .article__content1 p, .article .article__content1 li, .article .article__content1 span, .article .article__content1 strong {
		font-size: 16px;
		line-height: 29px
	}
	[data-dpr="2"] .article .article__content1 p, [data-dpr="2"] .article .article__content1 li, [data-dpr="2"] .article .article__content1 span, [data-dpr="2"] .article .article__content1 strong {
		font-size: 34px
	}
	[data-dpr="3"] .article .article__content1 p, [data-dpr="3"] .article .article__content1 li, [data-dpr="3"] .article .article__content1 span, [data-dpr="3"] .article .article__content1 strong {
		font-size: 51px
	}
	[data-dpr="2"] .article .article__content1 p, [data-dpr="2"] .article .article__content1 li, [data-dpr="2"] .article .article__content1 span, [data-dpr="2"] .article .article__content1 strong {
		line-height: 54px
	}
	[data-dpr="3"] .article .article__content1 p, [data-dpr="3"] .article .article__content1 li, [data-dpr="3"] .article .article__content1 span, [data-dpr="3"] .article .article__content1 strong {
		line-height: 81px
	}
}




.article .article__content1 {
	position: relative;
	overflow: hidden;
	clear: both;
	padding-bottom: 0px
}

[data-dpr="2"] .article .article__content1 {
	padding-bottom: 48px
}

[data-dpr="3"] .article .article__content1 {
	padding-bottom: 72px
}


.article .article__content1 img {
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	transition: opacity 200ms ease;
}

[data-dpr="2"] .article .article__content1 img {
	margin-top: 0px
}

[data-dpr="3"] .article .article__content1 img {
	margin-top: 0px
}

[data-dpr="2"] .article .article__content1 img {
	margin-bottom: 0px
}

[data-dpr="3"] .article .article__content1 img {
	margin-bottom: 0px
}



@charset "utf-8";
html, body, div, span, object, button, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, code, em, img, q, small, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, table, tbody, tr, th, td, input {
	margin: 0;
	padding: 0;
	border: 0
}

body {
	position: relative;
	width: 100%;
	overflow-x: hidden
}

ul, li {
	list-style-type: none
}

a {
	text-decoration: none;
	color: #131313
}

html {
	background: #fff;
	font-family: 'PingFangSC', 'STHeiti', 'Microsoft YaHei', 'Helvetica', 'Arial', sans-serif;
	-webkit-text-size-adjust: none;
	word-break: break-word
}

body {
	position: relative;
	width: 100%;
	max-width: 800px;
	overflow-x: hidden;
	margin: 0 auto;
}
p {
	color: #333;
	line-height: 18px;
	border: none;
	outline: none;
	max-height: 100%
}

[data-dpr="2"] p {
	line-height: 36px
}

[data-dpr="3"] p {
	line-height: 54px
}


.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

.btn {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none
}

.padding-side {
	padding-left: 14px;
	padding-right: 14px
}

[data-dpr="2"] .padding-side {
	padding-left: 28px
}

[data-dpr="3"] .padding-side {
	padding-left: 42px
}

[data-dpr="2"] .padding-side {
	padding-right: 28px
}

[data-dpr="3"] .padding-side {
	padding-right: 42px
}

.padding-side1 {
	padding-left: 0px;
	padding-right: 0px
}

[data-dpr="2"] .padding-side1 {
	padding-left: 28px
}

[data-dpr="3"] .padding-side1 {
	padding-left: 42px
}

[data-dpr="2"] .padding-side1 {
	padding-right: 28px
}

[data-dpr="3"] .padding-side1 {
	padding-right: 42px
}

.comments-container {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	padding-top: 5px;
	margin: 0 17px
}

[data-dpr="2"] .comments-container {
	padding-top: 10px
}

[data-dpr="3"] .comments-container {
	padding-top: 15px
}

[data-dpr="2"] .comments-container {
	margin: 0 34px
}

[data-dpr="3"] .comments-container {
	margin: 0 51px
}

.comments-container .comment-content {
	position: relative;
	word-wrap: break-word;
	font-size: 0;
}

.comments-container .comment-content .name a {
	color: #406599;
	font-size: 14px;
	display: inline-block;
	max-width: 120px
}

[data-dpr="2"] .comments-container .comment-content .name a {
	font-size: 28px
}

[data-dpr="3"] .comments-container .comment-content .name a {
	font-size: 42px
}

[data-dpr="2"] .comments-container .comment-content .name a {
	max-width: 170px
}

[data-dpr="3"] .comments-container .comment-content .name a {
	max-width: 255px
}

.comments-container .comment-content .avatar {
	border: none;
	position: absolute;
	left: 0;
	border-radius: 32px;
	overflow: hidden
}

[data-dpr="2"] .comments-container .comment-content .avatar {
	border-radius: 64px
}

[data-dpr="3"] .comments-container .comment-content .avatar {
	border-radius: 96px
}

.comments-container .comment-content .avatar img {
	width: 32px;
	height: 32px;
	display: block;
	background: url(../item/home_head_default.png) #fff no-repeat 50%;
	background-size: 100%;
	overflow: hidden;
	border: none;
	border-radius: 50%;
}

[data-dpr="2"] .comments-container .comment-content .avatar img {
	width: 64px
}

[data-dpr="3"] .comments-container .comment-content .avatar img {
	width: 96px
}

[data-dpr="2"] .comments-container .comment-content .avatar img {
	height: 64px
}

[data-dpr="3"] .comments-container .comment-content .avatar img {
	height: 96px
}

.comments-container .comment-content .content {
	padding-top: 5px
}

[data-dpr="2"] .comments-container .comment-content .content {
	padding-top: 10px
}

[data-dpr="3"] .comments-container .comment-content .content {
	padding-top: 15px
}

.comments-container .comment-content .content a {
	color: #222;
	font-size: 16px;
	line-height: 23px;
	display: inline-block;
	max-height: 100%
}

[data-dpr="2"] .comments-container .comment-content .content a {
	font-size: 32px
}

[data-dpr="3"] .comments-container .comment-content .content a {
	font-size: 48px
}

[data-dpr="2"] .comments-container .comment-content .content a {
	line-height: 46px
}

[data-dpr="3"] .comments-container .comment-content .content a {
	line-height: 69px
}

.comments-container .comment-content .time {
	font-size: 10px;
	color: #333;
	padding-top: 5px;
}

[data-dpr="2"] .comments-container .comment-content .time {
	font-size: 20px
}

[data-dpr="3"] .comments-container .comment-content .time {
	font-size: 30px
}

.comments-container .comment-content .content a,
.comments-container .comment-content .name,
.comments-container .comment-content .time {
	padding-left: 42px
}

[data-dpr="2"] .comments-container .comment-content .content a,
[data-dpr="2"] .comments-container .comment-content .name,
[data-dpr="2"] .comments-container .comment-content .time {
	padding-left: 84px
}

[data-dpr="3"] .comments-container .comment-content .content a,
[data-dpr="3"] .comments-container .comment-content .name,
[data-dpr="3"] .comments-container .comment-content .time {
	padding-left: 126px
}

.comments-container .comment-content .action_pane {
	position: absolute;
	right: 5px;
	text-align: left;
	top: 8px
}

[data-dpr="2"] .comments-container .comment-content .action_pane {
	right: 10px
}

[data-dpr="3"] .comments-container .comment-content .action_pane {
	right: 15px
}

[data-dpr="2"] .comments-container .comment-content .action_pane {
	top: 16px
}

[data-dpr="3"] .comments-container .comment-content .action_pane {
	top: 24px
}

.comments-container .comment-content .digg,
.comments-container .comment-content .digged {
	display: inline-block;
	padding-left: 21px;
	font-size: 11px;
	line-height: 32px;
	min-width: 24px;
	-webkit-transition: background-position .4s ease;
	-moz-transition: background-position .4s ease
}

[data-dpr="2"] .comments-container .comment-content .digg,
[data-dpr="2"] .comments-container .comment-content .digged {
	padding-left: 42px
}

[data-dpr="3"] .comments-container .comment-content .digg,
[data-dpr="3"] .comments-container .comment-content .digged {
	padding-left: 63px
}

[data-dpr="2"] .comments-container .comment-content .digg,
[data-dpr="2"] .comments-container .comment-content .digged {
	font-size: 22px
}

[data-dpr="3"] .comments-container .comment-content .digg,
[data-dpr="3"] .comments-container .comment-content .digged {
	font-size: 33px
}

[data-dpr="2"] .comments-container .comment-content .digg,
[data-dpr="2"] .comments-container .comment-content .digged {
	line-height: 64px
}

[data-dpr="3"] .comments-container .comment-content .digg,
[data-dpr="3"] .comments-container .comment-content .digged {
	line-height: 96px
}

[data-dpr="2"] .comments-container .comment-content .digg,
[data-dpr="2"] .comments-container .comment-content .digged {
	min-width: 48px
}

[data-dpr="3"] .comments-container .comment-content .digg,
[data-dpr="3"] .comments-container .comment-content .digged {
	min-width: 72px
}

.comments-container .comment-content .digg {
	color: #999;
	background: url(../item/praise_dynamic.png) no-repeat 0 0;
	background-size: 18px;
	background-position: 0 6px
}

[data-dpr="2"] .comments-container .comment-content .digg {
	background-size: 32px
}

[data-dpr="3"] .comments-container .comment-content .digg {
	background-size: 48px
}

[data-dpr="2"] .comments-container .comment-content .digg {
	background-position: 0 12px
}

[data-dpr="3"] .comments-container .comment-content .digg {
	background-position: 0 18px
}

.comments-container .comment-content .digged {
	background: url(../item/praise_selected_dynamic.png) no-repeat 0 0;
	color: red;
	background-size: 16px;
	background-position: 0 6px
}

[data-dpr="2"] .comments-container .comment-content .digged {
	background-size: 32px
}

[data-dpr="3"] .comments-container .comment-content .digged {
	background-size: 48px
}

[data-dpr="2"] .comments-container .comment-content .digged {
	background-position: 0 12px
}

[data-dpr="3"] .comments-container .comment-content .digged {
	background-position: 0 18px
}


.comments-container .no-action .comment-content .action_pane {
	right: 0
}

.comments-container .comment-share-container {
	position: relative;
	padding: 16px 0;
	margin-top: 0
}

[data-dpr="2"] .comments-container .comment-share-container {
	padding: 32px 0
}

[data-dpr="3"] .comments-container .comment-share-container {
	padding: 48px 0
}

[data-dpr="2"] .comments-container .comment-share-container,
[data-dpr="3"] .comments-container .comment-share-container {
	margin-top: 0
}

.comments-container .comment-share-container .comment-content {
	padding-top: 16px;
	padding-bottom: 16px
}

[data-dpr="2"] .comments-container .comment-share-container .comment-content {
	padding-top: 32px
}

[data-dpr="3"] .comments-container .comment-share-container .comment-content {
	padding-top: 48px
}

[data-dpr="2"] .comments-container .comment-share-container .comment-content {
	padding-bottom: 32px
}

[data-dpr="3"] .comments-container .comment-share-container .comment-content {
	padding-bottom: 48px
}

.comments-container .comment-share-container .comment-content:last-child {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0
}

.comments-container .comment-share-container:after,
.comments-container .comment-share-container:before {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -4px;
	width: 0;
	height: 0;
	z-index: 101;
	bottom: -8px
}

[data-dpr="2"] .comments-container .comment-share-container:after,
[data-dpr="2"] .comments-container .comment-share-container:before {
	margin-left: -8px
}

[data-dpr="3"] .comments-container .comment-share-container:after,
[data-dpr="3"] .comments-container .comment-share-container:before {
	margin-left: -12px
}

[data-dpr="2"] .comments-container .comment-share-container:after,
[data-dpr="2"] .comments-container .comment-share-container:before {
	bottom: -16px
}

[data-dpr="3"] .comments-container .comment-share-container:after,
[data-dpr="3"] .comments-container .comment-share-container:before {
	bottom: -24px
}

.comments-container .text-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}


.article .article__content .pgc-img-caption {
	text-align: center;
	color: #777;
	font-size: 13px;
	line-height: 16px;
	margin-top: 12px;
	margin-bottom: 10px
}

[data-dpr="2"] .article .article__content .pgc-img-caption {
	font-size: 24px
}

[data-dpr="3"] .article .article__content .pgc-img-caption {
	font-size: 36px
}

[data-dpr="2"] .article .article__content .pgc-img-caption {
	line-height: 32px
}

[data-dpr="3"] .article .article__content .pgc-img-caption {
	line-height: 48px
}

[data-dpr="2"] .article .article__content .pgc-img-caption {
	margin-top: 16px
}

[data-dpr="3"] .article .article__content .pgc-img-caption {
	margin-top: 24px
}

[data-dpr="2"] .article .article__content .pgc-img-caption {
	margin-bottom: 30px
}

[data-dpr="3"] .article .article__content .pgc-img-caption {
	margin-bottom: 45px
}


.article .zan {
    text-align: center;
    margin-top: .5rem;
    margin-bottom: .5rem;
    display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.article .zan .btns{
	width: 50%;
}
.ivu-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1.5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 6px 20px;
    font-size: 12px;
    border-radius: 4px;
    transform: translateZ(0);
    transition: color .2s linear,background-color .2s linear,border .2s linear;
    color: #657180;
    background-color: #f7f7f7;
    border-color: #d7dde4;
}
.ivu-btn, .ivu-btn:active, .ivu-btn:focus {
    outline: 0;
}
.ivu-btn-large {
    padding: 6px 25px 7px;
    font-size: 14px;
    border-radius: 4px;
}
.ivu-btn-ghost {
    color: #333;
    background-color: transparent;
    border-color: #eee;
}
.ivu-btn-circle-outline.ivu-btn-large, .ivu-btn-circle.ivu-btn-large {
    border-radius: 36px;
}
.ivu-btn>.ivu-icon+span, .ivu-btn>span+.ivu-icon {
    margin-left: 4px;
}

.ivu-btn.on{
	color: #ff5050;
	border-color: #ff5050;
}





/* 底部弹出菜单  */
.wu-actionsheet-main {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background-color: #e5e5e5;
	font-size: 16px;
	text-align: center;
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transition: all .2s;
	transition: all .2s;
}
.wu-actionsheet-cell,
.wu-actionsheet-title,
.wu-actionsheet-cancel {
	background-color: #f8f8f8;
	padding: 12px 0;
}
.wu-actionsheet-title {
	padding: 20px 0;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
.wu-actionsheet-menu{
	padding: 0 30px 10px;
	background: #f8f8f8;
}
.wu-actionsheet-cell {
	text-align: left;
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.wu-actionsheet-cell:after {
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	background-color: #eee;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.wu-actionsheet-cancel {
	margin-top: 0;
	background: #fff;
}

.wu-actionsheet-cell span{
	display: none;
}
.wu-actionsheet-cell.on .txt{
	color: #999;
	font-style: normal;
}
.wu-actionsheet-cell.on span{
	color: #546c88;
	font-style: normal;
}


.xian{
	border-top: 1px dotted #ccc;
    display: block;
    height: 1px;
    margin-top: 30px;
    width: 100%;
}
.hf{
	color: #999;
	margin-top: 5px;
	border-left: 3px solid green;
	text-indent:0.5em; 
	margin-bottom:3px;
}
.hfnr{
	text-indent:0.7em; 
}

.article1 {
	margin-top: 0px;
	position: relative;
	overflow: hidden;
	background-color: #ffffff
}

[data-dpr="2"] .article {
	margin-top: 24px
}

[data-dpr="3"] .article {
	margin-top: 36px
}