@keyframes pushMoreBtn {
	0% {
		right: 17px
	}

	to {
		right: .55rem
	}
}

@-webkit-keyframes pushMoreBtn {
	0% {
		right: 17px
	}

	to {
		right: .55rem
	}
}

@keyframes popMoreBtn {
	0% {
		right: .55rem
	}

	to {
		right: 17px
	}
}

@-webkit-keyframes popMoreBtn {
	0% {
		right: .55rem
	}

	to {
		right: 17px
	}
}

@keyframes rotateS {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@-webkit-keyframes rotateS {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes fadeIn {
	0% {
		-webkit-filter: blur(10px);
		filter: blur(10px);
		-webkit-transform: translateX(.74rem);
		transform: translateX(.74rem)
	}

	to {
		width: .67rem;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes fadeIn {
	0% {
		-webkit-filter: blur(10px);
		filter: blur(10px);
		-webkit-transform: translateX(.74rem);
		transform: translateX(.74rem)
	}

	to {
		width: .67rem;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes zoomInBig {
	0% {
		-webkit-filter: blur(10px);
		filter: blur(10px);
		-webkit-transform: translateX(.74rem) scale3d(1, .5, .5) rotate(70deg);
		transform: translateX(.74rem) scale3d(1, .5, .5) rotate(70deg)
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes zoomInBig {
	0% {
		-webkit-filter: blur(10px);
		filter: blur(10px);
		-webkit-transform: translateX(.74rem) scale3d(1, .5, .5) rotate(70deg);
		transform: translateX(.74rem) scale3d(1, .5, .5) rotate(70deg)
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes zoomInSmall {
	0% {
		-webkit-filter: blur(10px);
		filter: blur(10px);
		-webkit-transform: translateX(.74rem) scale3d(1, .5, .5) rotate(120deg);
		transform: translateX(.74rem) scale3d(1, .5, .5) rotate(120deg)
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes zoomInSmall {
	0% {
		-webkit-filter: blur(10px);
		filter: blur(10px);
		-webkit-transform: translateX(.74rem) scale3d(1, .5, .5) rotate(120deg);
		transform: translateX(.74rem) scale3d(1, .5, .5) rotate(120deg)
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes packupArrowFlow {

	0%,
	to {
		bottom: 0
	}

	70% {
		bottom: 10px
	}
}

@-webkit-keyframes packupArrowFlow {

	0%,
	to {
		bottom: 0
	}

	70% {
		bottom: 10px
	}
}

@keyframes arrowJump {

	0%,
	to {
		bottom: -24px
	}

	50% {
		bottom: -35px
	}
}

@-webkit-keyframes arrowJump {

	0%,
	to {
		bottom: -24px
	}

	50% {
		bottom: -35px
	}
}

@-webkit-keyframes rolate {
	0% {
		-webkit-transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn)
	}
}

@keyframes rolate {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

abbr,
address,
article,
aside,
audio,
b,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: 0 0;
	-webkit-tap-highlight-color: transparent
}

blockquote,
body {
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
	background: 0 0;
	-webkit-tap-highlight-color: transparent
}

body {
	border: 0;
	line-height: 1;
	background: #fff;
	font-family: -apple-system-font, Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;
	background-color: #fff;
	max-width: 740px;
	margin: 0 auto;
	font-size: 16px
}

:focus {
	outline: 1
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block
}

nav ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
q:after,
q:before {
	content: none
}

a,
hr {
	border: 0;
	padding: 0
}

a {
	vertical-align: baseline;
	background: 0 0;
	margin: 0
}

.red {
	color: red
}

ins,
mark {
	background-color: #ff9;
	color: #000
}

ins {
	text-decoration: none
}

mark {
	font-style: italic;
	font-weight: 700
}

del {
	text-decoration: line-through
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help
}

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

hr {
	height: 1px;
	border-top: 1px solid #ccc;
	margin: 1em 0
}

input,
select {
	vertical-align: middle
}

@media screen and (max-width:360px) {
	html {
		font-size: 90px
	}
}

.baike>div:first-child {
	margin-top: .3rem
}

.baike>div:last-child:after {
	display: block;
	content: "";
	border-bottom: 1px solid #eee;
	-webkit-transform: scaleY(.3);
	transform: scaleY(.3)
}

.mod {
	padding: 0 0 10px;
	max-width: 740px;
	margin: 0 auto;
	background: #fff
}

.mod,
.outmargin {
	border-bottom: .08rem solid #f5f5f5
}

.modBannerAd,
.outmargin {
	background: #fff
}

.mod:last-child {
	margin-bottom: 0;
	padding-bottom: 17px
}

@media (orientation:landscape) {
	.modBannerAd {
		display: none
	}
}

.content-body {
	letter-spacing: .7px
}

.blow90 .topLinkArrow,
.blow90.hideSpot .landingWrap,
.isH5 .topLinkArrow,
.isH5.hideSpot .landingWrap {
	display: none
}

.rightInfo {
	margin-top: .14rem
}

a.linepxA,
a.onepxA {
	overflow: visible
}

.modSpd {
	margin: 0 -17px
}

.modSpd:after {
	margin: 0 17px
}

.wrap {
	position: relative;
	max-width: 750px;
	height: 700px;
	margin: 0 auto;
	margin-bottom: 85px;
}

.bottomMargin {
	margin-bottom: .1rem
}

.bothPadding {
	padding: 0 17px
}

[data-bjh-video-status=published] {
	width: 100%;
	height: auto;
	padding: 0 17px;
	box-sizing: border-box
}

[data-bjh-video-status=published] video {
	width: 100%
}

.title1 {
	text-align: center;
	font-size: 12px;
	line-height: 22px
}

.horizontal {
	position: relative;
	display: block;
	height: .13rem;
	line-height: .13rem;
	background-color: #fff
}

.landingHead {
	padding: .13rem 17px;
	padding-bottom: .12rem;
	position: relative;
	overflow: hidden
}

.landingHead h1 {
	color: #000;
	font-size: .24rem;
	line-height: .36rem;
	font-weight: 700
}

.landingHead section {
	margin: 24px 0 0
}

.landingHead .avatarLink a:after {
	border: .01rem solid #000;
	opacity: .2
}

.landingHead .avatarLink {
	position: relative;
	margin: 0 8px 0 0
}

.landingHead .avatarLink img {
	display: block;
	height: .35rem;
	width: .35rem;
	background-size: cover;
	border-radius: 50%
}

li {
	list-style: none;
}

.landingHead .extraInfo {
	margin-right: 8px
}

.landingHead .extraInfo .authorName {
	display: block;
	padding: .01rem 0 .05rem;
	color: #333;
	font-size: .16rem;
	line-height: .16rem;
	font-weight: 400;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none
}

.landingHead .infoSet {
	display: block;
	padding: 0 0 .01rem;
	color: #999;
	font-weight: 400;
	font-size: .12rem
}

.landingHead .infoSet .afrSplit {
	position: relative;
	display: inline-block;
	padding-left: 9px;
	margin-left: 8px
}

.landingHead .infoSet .afrSplit:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: .1rem;
	border-right: 1px solid #e0e0e0;
	margin: .01rem 0 0
}

@media screen and (max-width:320px) {
	.landingHead .extraInfo .infoSet.ellipsis .afrSplit {
		max-width: 49px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}
}

@media screen and (max-width:375px) {
	.landingHead .avatarLink {
		margin: 0 .08rem 0 0
	}

	.landingHead .extraInfo {
		margin-right: .08rem
	}

	.landingHead .infoSet .afrSplit {
		padding-left: .09rem;
		margin-left: .08rem
	}
}

.followSuper {
	position: relative;
	display: inline-block;
	border-radius: 3px;
	width: .57rem;
	border: 0;
	height: .28rem;
	line-height: .29rem;
	color: #fff;
	font-size: .13rem;
	text-align: center;
	outline: 0;
	background-color: #3897f0;
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
	user-select: none
}

.nightmode .followSuper:before {
	background: url(../images/follow-night.png) no-repeat;
	background-size: contain
}

.landingHead .followedSuper {
	background-color: #fff;
	color: #666
}

.landingHead .followedSuper:after {
	border: 1px solid #ccc
}

.landingHead .followedSuper:before {
	content: none
}

.followSuper:active,
.followedSuper:active {
	opacity: .2;
	filter: Alpha(opacity=20)
}

.landingHead .following:before {
	content: "";
	position: relative;
	top: 2px;
	display: inline-block;
	width: .14rem;
	height: .14rem;
	background: url(../images/loading.png) no-repeat;
	background-size: contain;
	-webkit-animation: rotateS 1s infinite;
	animation: rotateS 1s infinite
}

.titleTxt:after {
	display: inline-block;
	content: " ";
	width: .08rem
}

.titleLogo,
.vip {
	background-size: 100% 100%
}

.titleLogo {
	display: inline-block;
	vertical-align: top;
	height: .17rem;
	width: .33rem;
	margin-top: .08rem;
	background-image: url(../images/title-origin-logo.png)
}

.followMoreIcon span,
.nightmode .titleLogo {
	background-image: url(../images/title-origin-night.png);
	background-size: 100% 100%
}

.landingHead .bsLogo {
	width: 100%;
	height: .45rem;
	margin-top: -.08rem;
	padding: .05rem 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff
}

.landingHead .bsLogo .bsLogoImage {
	display: block;
	height: .35rem;
	width: 1.1rem;
	background-image: url(../images/newbslogo.png);
	background-size: 100% 100%
}

.nightmode .landingHead .bsLogo .bsLogoImage {
	background-image: url(../images/nightbslogo.png)
}

.landingHead .highlightTitle {
	color: #3c76ff
}

.vip {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 12px;
	height: 12px
}

.vip1 {
	background-image: url(../images/vip1.png)
}

.vip2 {
	background-image: url(../images/vip2.png)
}

.vip3 {
	background-image: url()
}

.vip10 {
	background-image: url(../images/vip10.png)
}

.landingHead .followMoreBtnHide,
.landingHead .followMoreBtnShow {
	position: absolute;
	bottom: .16rem;
	z-index: 1
}

.landingHead .followMoreBtnShow {
	-webkit-animation: pushMoreBtn .5s ease;
	animation: pushMoreBtn .5s ease;
	right: .55rem
}

.landingHead .followMoreBtnHide {
	-webkit-animation: popMoreBtn .5s ease;
	animation: popMoreBtn .5s ease;
	right: 17px
}

.followWrap {
	position: relative;
	border-radius: 3px;
	width: .57rem;
	border: 0;
	height: .28rem;
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
	user-select: none
}

html {
	font-size: 100px
}

@media screen and (max-width:360px) {
	html {
		font-size: 90px
	}
}

.contentSize,
.titleSize {
	-webkit-text-size-adjust: 100%
}

.font-size-0 .titleSize {
	font-size: .22rem;
	line-height: .33rem
}

.font-size-1 .titleSize {
	font-size: .24rem;
	line-height: .35rem
}

.font-size-2 .titleSize {
	font-size: .25rem;
	line-height: .36rem
}

.font-size-3 .titleSize {
	font-size: .28rem;
	line-height: .39rem
}

.font-size-0 .preorderSize {
	font-size: .13rem;
	line-height: .2rem
}

.font-size-1 .preorderSize {
	font-size: .16rem;
	line-height: .25rem
}

.font-size-2 .preorderSize {
	font-size: .19rem;
	line-height: .3rem
}

.font-size-3 .preorderSize {
	font-size: .21rem;
	line-height: .33rem
}

.font-size-0 .contentSize {
	font-size: .16rem;
	line-height: .27rem
}

.font-size-1 .contentSize {
	font-size: .19rem;
	line-height: .3rem
}

.font-size-2 .contentSize {
	font-size: .21rem;
	line-height: .32rem
}

.font-size-3 .contentSize {
	font-size: .23rem;
	line-height: .34rem
}

.fontSize1,
.fontSize2 {
	font-size: .19rem;
	color: #333;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.fontSize2 {
	font-size: .13rem;
	color: #999
}

.borderLine:after,
.linepxB:after,
.linepxT:before {
	content: " ";
	display: block;
	position: absolute;
	left: 0
}

.borderLine:after {
	border-radius: 50% 50%;
	border: 1px solid currentColor;
	top: 0
}

.linepxB:after,
.linepxT:before {
	background-color: #eee;
	right: 0;
	height: 1px
}

.linepxB:after {
	bottom: 0
}

.linepxA,
.linepxB,
.linepxT {
	position: relative
}

.linepxT:before {
	top: 0
}

.linepxA,
.linepxA:after {
	display: block;
	border: 1px solid currentColor
}

.linepxA {
	text-align: center;
	overflow: visible;
	border-radius: .03rem
}

.linepxA:active {
	opacity: .2
}

.linepxA:after {
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5) {
	.linepxB:after {
		-webkit-transform: scaleY(.66);
		transform: scaleY(.66);
		-webkit-transform-origin: 0 100%;
		transform-origin: 0 100%
	}

	.linepxA:after,
	.linepxT:before {
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
	}

	.linepxT:before {
		-webkit-transform: scaleY(.66);
		transform: scaleY(.66)
	}

	.linepxA {
		border: 0
	}

	.linepxA:after {
		width: 150%;
		height: 150%;
		border-radius: .045rem;
		-webkit-transform: scale(.66);
		transform: scale(.66)
	}

	.borderLine:after {
		width: 150%;
		height: 150%;
		-webkit-transform: scaleY(.66);
		transform: scaleY(.66);
		-webkit-transform-origin: 0 100%;
		transform-origin: 0 100%
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {

	.linepxB:after,
	.linepxT:before {
		-webkit-transform: scaleY(.5);
		transform: scaleY(.5);
		-webkit-transform-origin: 0 100%;
		transform-origin: 0 100%
	}

	.linepxT:before {
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
	}

	.linepxA {
		border: 0
	}

	.linepxA:after {
		border-radius: .06rem
	}

	.borderLine:after,
	.linepxA:after {
		width: 200%;
		height: 200%;
		-webkit-transform: scale(.5);
		transform: scale(.5);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:3) {
	.linepxB:after {
		-webkit-transform-origin: 0 100%;
		transform-origin: 0 100%
	}

	.linepxB:after,
	.linepxT:before {
		-webkit-transform: scaleY(.32);
		transform: scaleY(.32)
	}

	.linepxA {
		border: 0
	}

	.borderLine:after,
	.linepxA:after,
	.linepxT:before {
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
	}

	.linepxA:after {
		border-radius: .09rem;
		width: 333%;
		height: 333%;
		-webkit-transform: scale(.3);
		transform: scale(.3)
	}

	.borderLine:after {
		width: 300%;
		height: 300%;
		-webkit-transform: scale(.32);
		transform: scale(.32)
	}
}

.contentPadding {
	padding-left: 17px;
	padding-right: 17px
}

.MG8R {
	margin-right: 8px
}

.MG8L {
	margin-left: 8px
}

.MG8T {
	margin-top: 8px
}

.MG10T {
	margin-top: 10px
}

.MG10B {
	margin-bottom: 10px
}

.MG12T {
	margin-top: 12px
}

.PT14 {
	padding-top: 14px
}

.PB14 {
	padding-bottom: 14px
}

.linexRBS {
	-webkit-box-shadow: 0 0 0 .01rem rgba(0, 0, 0, .06);
	box-shadow: 0 0 0 .01rem rgba(0, 0, 0, .06)
}

.layout {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.rowCenter {
	-webkit-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.rowBetween {
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

.columnCenter {
	-webkit-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	align-items: center
}

.layFlex {
	-webkit-flex: 1;
	-moz-flex: 1;
	flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1
}

.layHorizontal {
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal
}

.layVertical {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical
}

.followSuperBase {
	position: relative;
	width: .57rem;
	border: 0;
	height: .28rem;
	line-height: .29rem;
	color: #fff;
	font-size: .13rem;
	text-align: center;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
	user-select: none
}

.followSuperBase.topBar {
	margin-left: .18rem
}

.followSuperBase.redBagfollowed {
	background-color: #fff;
	color: #666;
	margin-left: 0
}

.followSuperBase.redBagfollowed:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	border-radius: 9px;
	border: 1px solid #ccc;
	width: 330%;
	height: 333%;
	-webkit-transform: scale(.3);
	-ms-transform: scale(.3);
	-o-transform: scale(.3);
	transform: scale(.3);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0
}

.followSuperBase .blueBg,
.followSuperBase .redBg,
.followSuperBase:after {
	height: .28rem;
	line-height: .29rem;
	color: #fff;
	font-size: .13rem;
	text-align: center
}

.followSuperBase:after {
	content: "\5173\6CE8";
	position: absolute;
	left: 0;
	top: 0;
	width: .57rem
}

.followSuperBase.redBagFollowing:after {
	content: "";
	position: absolute;
	left: .24rem;
	top: .06rem;
	display: inline-block;
	width: .14rem;
	height: .14rem;
	background: url(../images/loading.png) no-repeat;
	background-size: contain;
	-webkit-animation: rotateS 1s infinite;
	animation: rotateS 1s infinite
}

.followSuperBase.topBar.redBagFollowing:after {
	top: .05rem
}

.followSuperBase .blueBg,
.followSuperBase .redBg {
	border: 0;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
	user-select: none
}

.followSuperBase .blueBg {
	border-radius: 3px;
	background-color: #3897f0;
	position: relative;
	width: .57rem
}

.followSuperBase .redBg {
	position: absolute;
	right: 0;
	top: 0;
	width: .67rem;
	overflow: hidden
}

.followSuperBase.topBar .redBg {
	width: .65rem
}

.followSuperBase .redBag {
	display: none;
	position: absolute;
	height: .36rem;
	width: .36rem;
	bottom: 0;
	left: -.22rem
}

.followSuperBase.topBar .redBag {
	height: .3rem;
	width: .3rem;
	left: -.18rem
}

.followSuperBase.topBar,
.followSuperBase.topBar .blueBg,
.followSuperBase.topBar .redBg,
.followSuperBase.topBar.redBagFollow:after {
	height: .25rem;
	line-height: .26rem
}

.followSuperBase.topBar .blueBg {
	display: none
}

.followSuperBase.animate .redBag,
.followSuperBase.redBagFollowing .redBag,
.followSuperBase.topBar .redBag {
	display: block
}

.followSuperBase .redAction {
	border-radius: 3px;
	border: 0;
	height: .28rem;
	width: 100%;
	position: relative;
	line-height: .29rem;
	background-color: #f7534f
}

.followSuperBase.topBar .redAction {
	height: .25rem;
	line-height: .26rem
}

.followSuperBase.animate .redAction {
	-webkit-transform: translateX(.74rem);
	transform: translateX(.74rem);
	-webkit-animation: fadeIn .08s ease-in-out .2s;
	animation: fadeIn .08s ease-in-out .2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.followSuperBase.animate .bigicon,
.followSuperBase.animate .smallicon {
	-webkit-animation: zoomInSmall .28s ease-out;
	animation: zoomInSmall .28s ease-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.followSuperBase.animate .bigicon {
	-webkit-animation: zoomInBig .28s ease-out;
	animation: zoomInBig .28s ease-out
}

.followSuperBase .redBag .smallicon {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAABsBAMAAAB9SEr+AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURUxpce4/H98XDeMPDP9QJ/ywIf/mYPZ5M3i1ARAAAAADdFJOUwD3iELouLYAAAImSURBVFjD7Zc9b8MgEIZbpz+gVpx2jepKXS3fkNkVkueqgs5RBZmjqOHv98CfcYzhmH1Lljx6jwe4kIeHtdZaa6211lrLUUkU9ciqGIwx9hwThrUnY5nBPqPC6G2+NxjRSsJYTNxTh9GsZD12pgsxpfcxYaze0oWYtG1BtN+mQUQYpkFJFoIYAOypQhqsJIdZDAqikBYDohBWny1WBodVaZpmrL5YzG+lp7TWadZhZZiQKr0qpeQZt62pIsi+pZDT0FVQ2E5JzrlQpx4rA4SkQnFuuUvP7b32q9eG4lwdQ+LaYVBdsUXFBcZJCIjrhAiJ/UmzvlGX4DuOtkfE8EN9g7fNbMCEEtghdvkLvjb747gzmBGJvR7BF9cfxxezNG72m4sT+OLYCDOLM1JuMVi6n22alEpMsWJpGOwa/4JPm5yLGy6nVSKl2bgbk7NxA2b2TXATd7Nv89jQZGqPJK7u9pTMY8PIsmfSmMRewYcNMwuvm701/M7I3M4lo8XJu/vmPidD3LW5cCogbGSl1sIubBoGizen1tuDHUFffiFDnNYYcvhTP9Ms5wVPTJS++7p3nHzgMN46qIVpkqROaHFUbpzU8kDPndjyD1xUmDvO9xtHF7Jgxf/MyMlCnFZCHhl5TNiclbCH14YuZK7NwFfe1ErwWzSnC7mzUoRjG7qQSZslgRpZof0hy+lCxlYKIraJCmvbLMlYQhfSxdHDbFxEGHJvni/8Ax9mcA10eaCeAAAAAElFTkSuQmCC)
}

.followSuperBase .redBag .bigicon,
.followSuperBase .redBag .smallicon {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: 100% 100%
}

.followSuperBase .redBag .bigicon {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAABsBAMAAAB9SEr+AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURUxpcd0UDO5BH+MQDf9QJ/yuH//oYPp0Nlg9oWwAAAADdFJOUwCb9jwdwCYAAAKlSURBVFjD7ZhdT9swFIaTMmm3absfgLK0uSVYG7dbFIn7VfHuQT5cj8L89+evpG7qr2NNSEx7JRCiPDqvH7tGaVH8zz+bsukrPLUZRPCjJDV8w1GrQec7vqBMjy+oUuFHyVynUo1NpTopz6lEJ5thkT5jVNqGrwZHKnTBFJWugnGV7lExJ83gDb5g2MlmCOU6Y5TXyWqI5Be+oMg9d1CfhhysjFIDf66SFtbLWNjxEvtwCdUqzanj55sErG4pAPs5c5yTLlqyr19BhU0cPxISVdLvwOSpnjo6sMURbloBjOMoesKPxnQkpIpg/W9FKZDVapjoSCJOejGMaWwEeGjMsJgTMWyiBCfG6WEO7MxJbSoqWK5OD3M5sYXs5N9TRvVMeGr1sIgT3RFgwtg0zIFZb4GewmhhFOSeqQRV9qAxMUf+ROFgqLDK1qgw3ywseLyUEaFEYXKVj37s5ESLNDrUyIcZCznZqWZMftEFFnKyV5gwAtPGEb+Tj7PI/STScEFsxe2SYm2Uma2zSjqccP5im5Sni44Lkw4nLTegwWCkVO13GNvecZV7rjE5TGL2djtUXpFbw+kLgQFjo9qHIwk4KcVvNUg1Rkd1owAQEnIyv/RVvd9AnxExMBH7Ys4y6PfNo405nMyvmdvO3F1HG3M5mbI/XUH0vKPHic6dfeEdkjEyX6+wGBZ0Qm71KZaX+WGBhZwImdO/DoLByM5DBVVKLXJdzxdU2EkgISd/Hws78SbixJdMJ2+sMtPJu1D5Po5XleekynOSiRVZTm4c2DZrWBzrnA9kV+iTleLE++yHLxjD1oGH2i2+YMhJF3lcxxf0Yl38wxl8QY+TpM+BtviCDpXrIi0lvuDSSVcUGdgaQc1OugpDTU66ApcS6cJaXIenxLiIiz+bqtJO544CZQAAAABJRU5ErkJggg==)
}

.followMoreIcon {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: .14rem;
	position: absolute !important;
	width: .27rem;
	height: .27rem;
	padding: 5px;
	bottom: .16rem;
	right: 17px;
	border: 0;
	display: none
}

.followMoreIcon:after {
	border: 1px solid #ccc !important
}

.followMoreIcon span {
	width: 100%;
	height: 100%;
	background-image: url(../images/open.png);
	display: block
}

.nightmode .followMoreIcon span {
	background-image: url(../images/night-open.png)
}

.followMoreIcon.activeClose span {
	background-image: url(../images/close.png);
	padding-top: 2px
}

.nightmode .followMoreIcon.activeClose span {
	background-image: url(../images/night-close.png)
}

.followMoreIcon.active {
	display: block
}

.followMoreIcon:before {
	content: "";
	width: .16rem;
	height: .1rem;
	position: absolute;
	top: .33rem;
	left: .06rem;
	background: url(../images/arrow.png) no-repeat;
	background-size: contain;
	display: block
}

.nightmode .followMoreIcon:before {
	background: url(../images/night-arrow.png) no-repeat;
	background-size: contain
}

.followMoreIcon.activeClose:before {
	display: none
}

.nightmode .followMoreIcon:after {
	border: 1px solid #666
}

blockquote,
span.bjh-blockquote {
	display: block;
	line-height: .3rem;
	margin: .2rem 0;
	padding-left: .3rem;
	color: #999;
	position: relative;
	border: 0;
	min-height: .3rem
}

span.bjh-p {
	display: block
}

blockquote p,
blockquote span.bjh-p,
span.bjh-blockquote p,
span.bjh-blockquote span.bjh-p {
	margin: 0 !important;
	color: #999
}

blockquote:before,
span.bjh-blockquote:before {
	content: "";
	width: .16rem;
	height: .16rem;
	background-image: url(../images/quote.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	position: absolute;
	display: inline-block;
	left: 1px;
	top: .055rem
}

p.bjh-image-caption,
span.bjh-image-caption {
	font-size: .13rem;
	display: block;
	text-align: left;
	color: #999;
	margin: -.053rem 0 0;
	padding-bottom: .02rem
}

hr,
span.bjh-hr {
	border-style: inherit;
	border-bottom: 1px solid #eee;
	margin: .23rem 0;
	display: block
}

bold,
span.bjh-bold,
span.bjh-strong,
strong {
	font-weight: 700;
	color: #333
}

br,
span.bjh-br {
	display: block
}

.mainContent h3 {
	font-size: .19rem
}

.mainContent h3,
span.bjh-h3 {
	position: relative;
	padding-left: .11rem;
	font-weight: 700
}

.mainContent h3:before,
span.bjh-h3:before {
	content: "";
	width: .04rem;
	height: .17rem;
	position: absolute;
	left: 0;
	top: .02rem;
	background: #3c76ff
}

.mainContent ol,
.mainContent ul,
span.bjh-ol,
span.bjh-ul {
	margin: 0;
	padding-left: 26px;
	display: block
}

.androidStyle span.bjh-ol,
.androidStyle span.bjh-ul,
.mainContent.androidStyle ol,
.mainContent.androidStyle ul {
	padding-left: 23px
}

.mainContent ul,
span.bjh-ul {
	list-style: disc outside
}

.mainContent ol,
span.bjh-ol {
	list-style: decimal outside
}

.mainContent li,
span.bjh-li {
	display: list-item
}

.mainContent li p,
span.bjh-li span.bjh-p {
	margin: 9px 0 !important
}

img:not([src]),
img[src=""] {
	opacity: 0
}

.contentText {
	overflow: visible;
	letter-spacing: .2px;
	text-indent: 2em
}

.contentImg {
	position: relative;
	max-width: 100%;
	background: url(../images/placeholder_default.png) no-repeat 50%;
	background-color: #eaeaea;
	background-size: 21px 21px;
	overflow: hidden;
	margin: 0 auto
}

.contentMedia,
.contentText {
	margin-top: .11rem
}

.contentText+.contentMedia {
	margin-top: .14rem
}

.contentText+.contentText {
	margin-top: .25rem
}

.mainContent>:first-child {
	margin-top: .125rem
}

.contentMedia+.contentMedia {
	margin-top: .17rem
}

.contentMedia+.contentText {
	margin-top: .14rem
}

.contentSpd {
	margin-left: -17px;
	margin-right: -17px
}

.mainContent .ttsHighlight,
.mainContent .ttsHighlight span.bjh-blockquote,
.mainContent .ttsHighlight span.bjh-blockquote span.bjh-p,
.mainContent .ttsHighlight span.bjh-bold,
.mainContent .ttsHighlight span.bjh-p,
.mainContent .ttsHighlight span.bjh-strong,
span.highlight {
	color: #3c76ff
}

.searchWord,
.superLink {
	color: #4b78b2 !important
}

.searchWord:active {
	opacity: .2
}

.contentText .starList .starListIcon,
.superLink:before,
.superLink[data-bjh-type=gallery]:before,
.superLink[data-bjh-type=news]:before,
.superLink[data-bjh-type=video]:before {
	display: inline-block;
	content: "";
	width: .75em;
	height: .75em;
	margin-left: .177em;
	margin-right: .177em
}

.superLink:before {
	background: url(../images/link_other.png) no-repeat 50%/contain
}

.superLink[data-bjh-type=news]:before {
	background: url(../images/link_news.png) no-repeat 50%/contain
}

.superLink[data-bjh-type=video]:before {
	background: url(../images/link_video.png) no-repeat 50%/contain
}

.superLink[data-bjh-type=gallery]:before {
	background: url(../images/link_gallery.png) no-repeat 50%/contain
}

.superLink:active {
	background-color: #ccc
}

.contentText a {
	text-decoration: none;
	color: #4b78b2
}

.contentText .starList .starListIcon {
	width: .7em;
	height: .7em;
	margin-right: .288em;
	background: url(../images/start_v.png) no-repeat 50%;
	background-size: contain
}

.contentText .starList .starListText {
	content: "[\5173\6CE8]";
	color: #4b78b2
}

.contentImg img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%
}

.contentImg .openText {
	display: block;
	position: absolute;
	right: .05rem;
	bottom: .05rem;
	border-radius: .12rem;
	background-color: rgba(0, 0, 0, .7);
	color: #fff;
	font-size: .14rem;
	padding: 0 .1rem;
	line-height: .24rem;
	height: .24rem
}

.contentHotSearch {
	margin: .13rem 0;
	line-height: 1
}

.mainContent {
	margin: 0 auto;
	max-width: 768px;
	letter-spacing: .7px;
	color: #000;
	text-align: justify;
	word-break: break-word;
	overflow: hidden;
}

.mainContent img {
	max-width: 60%
}

.packupButton {
	position: relative;
	padding-top: 16px;
	padding-bottom: 18px
}

.packupButton.packupButton3 {
	padding-top: 31.5px;
	padding-bottom: 18px
}

.openall3 {
	border: 1px solid #3c76ff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	height: 42px;
	width: 99.7%;
	font-size: .18rem;
	line-height: 42px;
	color: #3c76ff;
	display: inline-block
}

.gradient {
	position: absolute;
	top: -79px;
	left: 0;
	height: 80px;
	width: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
	background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0), #fff)
}

.gradient .packupArrow {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	-webkit-animation: packupArrowFlow 1s ease infinite;
	animation: packupArrowFlow 1s ease infinite;
	bottom: 0;
	left: 50%;
	margin-left: -8px;
	background: url(../images/packup_arrow.png) no-repeat 50%/contain
}

.packupButton.packupButton3.expStyle {
	padding-top: 44px;
	padding-bottom: 22px
}

.packupButton.packupButton3.expStyle .packupArrow {
	bottom: -24px;
	-webkit-animation: arrowJump 1s ease infinite;
	animation: arrowJump 1s ease infinite
}

.mainContent .preorderContent {
	color: #555;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	font-family: PingFangSC-Regular
}

.mainContent .preorderInfo {
	display: inline-block;
	margin-left: 8px
}

.mainContent .preorderTitle {
	font-weight: 700
}

.mainContent .preorderLeftBorder {
	border: 2px solid #eee;
	margin-top: .05rem;
	margin-bottom: .05rem
}

.hide {
	display: none
}

.spdMain {
	line-height: .3rem
}

.spdMain,
.spdMain>a:first-child {
	position: relative;
	overflow: hidden
}

.spdMain>a:first-child {
	text-decoration: none;
	display: block;
	padding: .18rem 17px
}

.spdMain>a:first-child:active {
	background-color: #f2f2f2
}

.spdMain>a:first-child:after,
.spdMain>a:first-child:before {
	content: "";
	margin: 0 17px
}

.spdMain .imgContainer {
	width: 1.21rem;
	height: .81rem;
	position: relative;
	float: left;
	overflow: hidden
}

.spdMain .imgContainer img {
	width: 100%;
	position: absolute;
	top: 0
}

.spdMain .detail {
	height: .81rem
}

.spdMain .title {
	line-height: .27rem;
	text-align: left;
	margin-top: -.05rem;
	margin-bottom: -.05rem
}

.spdMain .desc {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: absolute;
	bottom: .14rem
}

.spdMain .desc.left {
	left: 1.46rem
}

.spdMain .desc .price {
	color: #f60
}

.spdMain .desc .price span {
	color: #f60;
	display: inline
}

.spdMain .desc.noPrice .from span:after {
	border-right: none
}

.spdMain .desc.noPrice .from span {
	padding-left: 0
}

.spdMain .desc.noPrice .from {
	margin-left: 0
}

.spdMain .desc .from span {
	position: relative;
	padding-left: 8px;
	margin-right: 8px
}

.spdMain .desc .from span:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: .11rem;
	border-right: 1px solid #999;
	margin: .03rem 0 0
}

.spdMain .link {
	color: #ec4346 !important;
	border-radius: 2.6667px;
	width: .44rem;
	height: .24rem;
	line-height: .24rem;
	text-align: center;
	position: absolute;
	right: 18px;
	bottom: .18rem;
	text-decoration: none
}

.none {
	display: none
}

.display,
.playerbox,
.video {
	height: 100%;
	width: 100%;
	display: block
}

.playerbox {
	font-size: 0;
	padding-top: 56.5%;
	position: relative
}

.display,
.video {
	position: absolute;
	top: 0;
	background-color: #000
}

.display {
	left: 0;
	background-repeat: no-repeat;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	background-position: 50%
}

.cover,
.display img {
	width: 100%
}

.cover {
	height: 100%;
	position: relative;
	background-repeat: no-repeat
}

.playerIcon {
	width: 48px;
	height: 48px;
	top: 50%;
	left: 50%;
	margin-left: -24px;
	margin-top: -24px;
	background: url(../images/videoplay.png) no-repeat 50%;
	background-size: 100% 100%
}

.duration,
.playerIcon {
	display: block;
	position: absolute
}

.duration {
	right: 5px;
	bottom: 5px;
	height: 20px;
	padding: 0 10px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, .5)
}

.mask {
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, .7);
	left: 0;
	top: 0
}

.flowarea,
.hotSearch .picWrap img,
.mask {
	width: 100%;
	position: absolute
}

.flowarea {
	text-align: center;
	height: 84px;
	top: 50%;
	margin-top: -42px;
	font-size: 14px;
	line-height: 14px
}

.display img,
.flowarea span {
	display: block
}

.whitefont {
	color: #fff
}

.grayfont {
	color: #999;
	margin-top: 10px
}

.grayfont span {
	display: inline-block;
	border-right: 1px solid #999
}

.button,
.openText {
	position: absolute;
	color: #fff;
	text-align: center
}

.button {
	width: 74px;
	left: 50%;
	margin-left: -38px;
	height: 26px;
	line-height: 28px;
	border-radius: 2px;
	bottom: 0
}

.button:after {
	border-radius: 2px;
	border: 1px solid #fff;
	opacity: 1
}

.openText {
	display: block;
	right: 5px;
	bottom: 5px;
	padding: 0 10px;
	font-size: 14px;
	border-radius: 12px;
	line-height: 24px;
	height: 24px;
	background-color: rgba(0, 0, 0, .7)
}

.hotSearch {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	padding-top: .18rem;
	padding-bottom: .18rem
}

.hotSearch:active {
	background-color: #f2f2f2
}

.hotSearch .picWrap {
	width: 32.632%;
	padding-top: 32.632%;
	position: relative
}

@media (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) {
	.hotSearch .picWrap {
		width: 35.497%;
		padding-top: 35.497%;
		position: relative
	}
}

@media (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) {
	.hotSearch .picWrap {
		width: 31.842%;
		padding-top: 31.842%;
		position: relative
	}
}

.hotSearch .picWrap img {
	height: 100%;
	left: 0;
	top: 0
}

.textContent {
	position: relative;
	overflow: hidden
}

.textContent .title {
	font-size: .18rem;
	color: #000
}

.textContent div {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.textContent .des {
	font-size: .14rem;
	color: #999;
	display: block
}

.textContent .more {
	font-size: .14rem;
	color: #3c76ff;
	position: absolute;
	bottom: 0;
	left: 0
}

.voteContainer {
	padding: 0 .16rem;
	background: #f8f8f8
}

.voteContainerDiv {
	position: relative;
	overflow: hidden
}

.voteLoading {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -.075rem 0 0 -.075rem;
	height: .13rem;
	width: .13rem;
	background: #f8f8f8 url(../images/loading.png) no-repeat 50%/cover;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: rolate 1s linear infinite;
	animation: rolate 1s linear infinite
}

.voteTitle {
	position: relative;
	font-size: .18rem;
	line-height: .24rem;
	font-weight: 700;
	color: #000;
	padding: .13rem 0 .14rem
}

.voteWrap {
	background: #f8f8f8
}

.voteWrap .voteImgWrap {
	position: relative;
	width: .66rem;
	height: .66rem;
	margin: 0 .08rem 0 .01rem;
	background: url(../images/img_default.png) no-repeat 50%/cover
}

.voteWrap img {
	height: 100%
}

.voteWrap p {
	font-size: .16rem;
	line-height: .24rem;
	color: #333
}

.voteCheckboxItem,
.voteRadioItem,
.voteResultBarWrap,
.voteResultItem {
	position: relative
}

.voteCheckboxItem,
.voteRadioItem,
.voteResultItem {
	height: .86rem;
	margin-top: -.01rem;
	padding-bottom: .01rem
}

.voteContainer .voteCheckboxItem:before,
.voteContainer .voteRadioItem:before,
.voteContainer .voteResultItem:before,
.voteContainer .voteTitle:before {
	border-bottom: 1px solid #e0e0e0;
	top: auto;
	bottom: 0
}

.voteCircleButton {
	display: block;
	text-align: center;
	background-color: #fff;
	position: relative
}

.voteCheckboxItem .unCecked,
.voteRadioItem .unCecked {
	border: 1px solid #e0e0e0;
	width: 19px;
	height: 19px;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	margin: 0 0 0 11px
}

.voteCheckboxItem .checkboxChecked,
.voteRadioItem .radioChecked {
	width: 22px;
	height: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	margin: 0 0 0 10px;
	background-image: url(../images/radio_ischecked.png);
	background-position: 50% 50%;
	background-size: cover
}

.voteCheckboxItem .checkboxChecked {
	background-image: url(../images/checkbox_ischecked.png)
}

.voteResultBarWrap {
	margin-top: .05rem;
	line-height: .16rem
}

.voteTotalBar {
	height: .05rem
}

.resultChecked .voteTotalBar {
	background-color: rgba(60, 118, 255, .2)
}

.unresultCecked .voteTotalBar {
	background-color: rgba(153, 153, 153, .2)
}

@media screen and (min-width:414px) {
	.imgStyle .voteTotalBar {
		width: 54%
	}

	.textStyle .voteTotalBar {
		width: 64%
	}
}

@media screen and (max-width:413px) {
	.imgStyle .voteTotalBar {
		width: 47%
	}

	.textStyle .voteTotalBar {
		width: 60%
	}
}

@media screen and (max-width:374px) {
	.imgStyle .voteTotalBar {
		width: 55%
	}

	.textStyle .voteTotalBar {
		width: 57%
	}
}

.voteProcessBar {
	display: block;
	height: 100%
}

.resultChecked .voteProcessBar {
	background-color: rgba(60, 118, 255, .8)
}

.unresultCecked .voteProcessBar {
	background-color: rgba(153, 153, 153, .8)
}

.voteResultNum,
.voteResultPercent {
	display: inline-block;
	font-size: .16rem
}

.resultChecked .voteResultNum,
.resultChecked .voteResultPercent {
	color: #3c76ff
}

.unresultCecked .voteResultNum,
.unresultCecked .voteResultPercent {
	color: #555
}

.voteResultNum {
	text-align: right
}

.voteResultPercent {
	margin: 0 .02rem 0 .08rem
}

.voteButton {
	position: relative;
	text-align: center;
	padding: .2rem 0;
	height: .17rem;
	line-height: .17rem;
	font-size: .17rem
}

.voteButton.canClick {
	color: #3c76ff
}

.voteButton.canClick:active {
	color: rgba(60, 118, 255, .2)
}

.voteButton.unclick {
	color: #999
}

.voteButton.loading span {
	display: inline-block;
	height: .13rem;
	width: .13rem;
	margin-top: .02rem;
	background: url(../images/loading.png) no-repeat 0 0/cover;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: rolate 1s linear infinite;
	animation: rolate 1s linear infinite
}

.miniprogramContainer {
	padding: .12rem .16rem .16rem;
	background: #f8f8f8
}

.miniprogramTitle {
	font-size: .19rem;
	color: #000;
	height: .5rem;
	line-height: .26rem;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: .06rem
}

.miniprogramCover {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: .09rem;
	padding-top: 56.06%
}

.miniprogramCover img,
.voteWrap img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.miniprogramBottomBar {
	height: .14rem;
	line-height: normal;
	color: #999;
	font-size: .12rem
}

.miniprogramBottomBar span {
	margin-right: .08rem;
	display: inline-block
}

.miniprogramBottomBar .miniprogramIcon {
	height: .14rem;
	width: .14rem;
	background-repeat: no-repeat;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	background-position: 50%
}

.audioWrapper {
	background-color: #f8f8f8;
	margin: .17rem 0;
	position: relative
}

.audioUIContainer .flexWrapper {
	z-index: 10
}

.audioUIContainer .playBtn {
	padding: 0 20px;
	width: 22px;
	background-size: 22px 22px;
	background-position: 50%;
	background-repeat: no-repeat;
	z-index: 10
}

.audioUIContainer .playing {
	background-image: url(../images/playingwhite.png)
}

.audioUIContainer .pause,
.audioUIContainer .start {
	background-image: url(../images/startwhite.png)
}

.nightmode .audioUIContainer .playing {
	background-image: url(../images/playingnight.png)
}

.nightmode .audioUIContainer .pause,
.nightmode .audioUIContainer .start {
	background-image: url(../images/startnight.png)
}

.messageWrapper {
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-direction: column;
	-moz-box-direction: column;
	box-direction: column
}

.animateSongnameWrapper,
.songnameWrapper {
	overflow: hidden;
	position: relative;
	font-size: .19rem;
	color: #000;
	line-height: .2rem;
	height: .2rem
}

.artistpicWrap {
	position: relative;
	width: .64rem;
	height: .64rem
}

.artistpic,
.noartistpic {
	width: 100%;
	height: 100%;
	background-color: #eaeaea;
	z-index: -1
}

.artistpic {
	position: absolute;
	top: 0;
	left: 0
}

.noartistpic {
	display: block;
	background-image: url(../images/placeholder.png);
	background-size: 29px 29px;
	background-position: 50%;
	background-repeat: no-repeat
}

.cut {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-all;
	-webkit-line-clamp: 1
}

.marqueePlaceholder {
	visibility: hidden
}

.animateSongname,
.marqueePlaceholder {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap
}

.musicWrapper .artistname {
	margin-top: .06rem
}

.musicWrapper .messageWrapper {
	margin-left: .12rem
}

.musicWrapper .animateSongnameWrapper,
.musicWrapper .songnameWrapper {
	margin-top: .12rem
}

.artistname,
.audioAuthorWrapper span {
	font-size: .12rem;
	color: #999;
	line-height: .14rem;
	height: .12rem
}

.mthaudioWrapper .messageWrapper {
	margin: .13rem 0 .13rem .2rem
}

.audioAuthorWrapper {
	margin-top: .06rem
}

.audioAuthorWrapper span {
	display: inline-block;
	height: .14rem
}

.audioAuthorWrapper .audioListenIcon {
	font-size: 0;
	width: .14rem;
	background: url(../images/headset.png) no-repeat 0 0/100% 100%
}

.nightmode .audioAuthorWrapper .audioListenIcon {
	background-image: url(../images/nightheadset.png)
}

.audioAuthorWrapper .audioDuration,
.audioAuthorWrapper .audioListenIcon {
	margin-right: .08rem
}

.ARInvoke {
	position: relative;
	margin: 0 auto
}

.ARInvoke .arTag,
.ARInvoke img {
	position: absolute;
	top: 0
}

.ARInvoke .arTag {
	display: inline-block;
	width: 48px;
	height: 48px;
	top: 50%;
	left: 50%;
	margin-top: -24px;
	margin-left: -24px;
	border-radius: 100%;
	background-color: rgba(0, 0, 0, .4);
	background-image: url(../images/ar.png);
	background-repeat: no-repeat;
	background-size: 22px 22px;
	background-position: 50%
}

.nightmode .ARInvoke .arTag {
	background-image: url(../images/ar_night.png)
}

.ARInvoke .openBd {
	position: absolute;
	bottom: 5px;
	right: 5px;
	padding: 0 9px 0 10px;
	font-size: 14px;
	color: #fff;
	background: rgba(0, 0, 0, .5);
	border-radius: 12px;
	display: block;
	height: 24px;
	line-height: 24px
}

.ARInvoke img,
.novel_wrap .img_box img {
	display: block;
	width: 100%;
	height: 100%
}

.novel_wrap .item_box .item_info p {
	margin-right: .08rem;
	line-height: 1.2
}

.novel_wrap .item_box .item_info .item_novel_label {
	font-size: .1rem;
	height: .11rem;
	border: 1px solid rgba(255, 116, 117, .45);
	border-radius: 1px;
	color: #ec4345;
	margin-top: -.01rem;
	text-align: center;
	white-space: nowrap;
	line-height: .12rem
}

.commentTitle span,
.novel_wrap .item_box .item_info .item_novel_label span {
	display: inline-block
}

.novel_root {
	margin-top: -1px
}

.novel_root .novel_wrap {
	padding: .18rem 17px;
	margin: 0 -17px;
	zoom: 1;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	touch-callout: none
}

.novel_root .novel_wrap:active {
	background: rgba(0, 0, 0, .06)
}

.novelContent {
	margin-top: .14rem
}

.novel_wrap .description_hidden {
	visibility: hidden
}

.novel_wrap .img_box {
	float: left;
	width: .89rem;
	height: 1.19rem
}

.novel_wrap .item_box {
	overflow: hidden;
	position: relative;
	height: 1.19rem
}

.novel_wrap .item_box .item_title {
	display: block;
	color: #000;
	line-height: 1.1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: .05rem;
	font-size: .19rem
}

.novel_wrap .item_box .item_summary,
.novel_wrap .item_box .item_tips {
	font-size: .14rem;
	color: #999
}

.novel_wrap .item_box .item_summary {
	line-height: .2rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2
}

.novel_wrap .item_box .item_tips {
	position: absolute;
	bottom: 0
}

.novel_wrap .item_box .item_info {
	color: #999;
	font-size: .14rem;
	line-height: 1;
	padding: .05rem 0 .12rem
}

.novel_wrap .item_box .item_btn {
	font-size: .14rem;
	padding: .3rem .3rem 0 0;
	color: #3c76ff;
	position: absolute;
	bottom: 0;
	line-height: 1
}

.novel_wrap .bannerNovel {
	bottom: 0
}

.novel_wrap .labelStyle {
	margin: 0 0 0 .01rem
}

.novel_wrap .item_box .autor_label {
	white-space: nowrap
}

.novel_wrap .division {
	height: .12rem;
	border-right: 1px solid #999
}

.novel_wrap .category {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.app h1 {
	color: #00f
}

.commentTitle {
	padding-left: .17rem;
	background-color: #fff
}

.commentTitle span {
	font-size: .16rem;
	margin: .2rem 0 .05rem
}

.newVersion .commentEmbed .commentEmbed-title {
	display: none !important
}

.brandBanner img.banner {
	display: block;
	width: auto;
	height: .2rem;
	padding-top: .2rem;
	padding-bottom: .02rem
}