@charset "utf-8";

html {
	font-family: "Helvetica Neue",Helvetica,STHeiTi,'Microsoft Yahei',Arial,sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	height: 100%;
	font-size: 50px;
	color: #333;
}

/*网页加灰度黑白滤镜效果*/
/*html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}*/

@media screen and (min-width:375px) {
	html {
		font-size: 50px;
	}
}

@media screen and (min-width:390px) {
	html {
		font-size: 52px;
	}
}

@media screen and (min-width:405px) {
	html {
		font-size: 54px;
	}
}

@media screen and (min-width:420px) {
	html {
		font-size: 56px;
	}
}

@media screen and (min-width:435px) {
	html {
		font-size: 58px;
	}
}

@media screen and (min-width:450px) {
	html {
		font-size: 60px;
	}
}

@media screen and (min-width:465px) {
	html {
		font-size: 62px;
	}
}

@media screen and (min-width:480px) {
	html {
		font-size: 64px;
	}
}

@media screen and (min-width:495px) {
	html {
		font-size: 66px;
	}
}

@media screen and (min-width:510px) {
	html {
		font-size: 68px;
	}
}

@media screen and (min-width:525px) {
	html {
		font-size: 70px;
	}
}

@media screen and (min-width:540px) {
	html {
		font-size: 72px;
	}
}

@media screen and (min-width:555px) {
	html {
		font-size: 74px;
	}
}

@media screen and (min-width:570px) {
	html {
		font-size: 76px;
	}
}

@media screen and (min-width:585px) {
	html {
		font-size: 78px;
	}
}

@media screen and (min-width:600px) {
	html {
		font-size: 80px;
	}
}

@media screen and (min-width:615px) {
	html {
		font-size: 82px;
	}
}

@media screen and (min-width:630px) {
	html {
		font-size: 84px;
	}
}

@media screen and (min-width:645px) {
	html {
		font-size: 86px;
	}
}

@media screen and (min-width:660px) {
	html {
		font-size: 88px;
	}
}

@media screen and (min-width:675px) {
	html {
		font-size: 90px;
	}
}

@media screen and (min-width:690px) {
	html {
		font-size: 92px;
	}
}

@media screen and (min-width:705px) {
	html {
		font-size: 94px;
	}
}

@media screen and (min-width:720px) {
	html {
		font-size: 96px;
	}
}

@media screen and (min-width:735px) {
	html {
		font-size: 98px;
	}
}

@media screen and (min-width:750px) {
	html {
		font-size: 100px !important;
	}
}

body {
	min-height: 100%;
	margin: 0;
	min-width: 320px;
	max-width: 750px;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	font-size: .28rem;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,app-business,summary {
	display: block;
}

audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}[hidden],template {
	display: none;
}

svg:not(:root) {
	overflow: hidden;
}

a {
	background: none;
	text-decoration: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	color: inherit;
}

a:active {
	outline: 0;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0 none;
	vertical-align: middle;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code,kbd,pre,samp {
	font-family: monospace;
	font-size: 1em;
}

button,input,optgroup,select,textarea {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-appearance: none;
	color: inherit;
	font: inherit;
	margin: 0;
	border: 0 none;
	background: transparent;
	outline: none;
}

button,select {
	text-transform: none;
}

button,input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
}

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

button,input,select,textarea {
	font-family: "Helvetica Neue",Helvetica,STHeiTi,'Microsoft Yahei',Arial,sans-serif;
}

ul,ol {
	list-style: none;
}

li {
	display: list-item;
	text-align: -webkit-match-parent;
}

input:focus {
	outline: none;
}

input::-moz-placeholder,textarea::-moz-placeholder {
	color: #aaa;
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color: #aaa;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color: #aaa;
}

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,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,app-business,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

html,body {
	max-width: 750px;
	min-width: 320px;
	margin: 0 auto;
}

.boxfull {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.screenfull {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.show {
	display: block !important;
}

.hide {
	display: none !important;
}

.hiddden {
	visibility: hidden;
}

.tl {
	text-align: left !important;
}

.tc {
	text-align: center !important;
}

.tr {
	text-align: right !important;
}

.fs18 {
	font-size: .18rem !important;
}

.fs20 {
	font-size: .20rem !important;
}

.fs22 {
	font-size: .22rem !important;
}

.fs24 {
	font-size: .24rem !important;
}

.fs26 {
	font-size: .26rem !important;
}

.fs36 {
	font-size: .36rem !important;
}

.fs38 {
	font-size: .38rem !important;
}

.fs40 {
	font-size: .40rem !important;
}

.fs42 {
	font-size: .42rem !important;
}

.fs50 {
	font-size: .5rem !important;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	content: "";
	display: table;
	line-height: 0;
	font-size: 0;
	clear: both;
}

ul.clearfix>li,ol.clearfix>li {
	float: left;
}

.linear-bg {
	background-image: -moz-linear-gradient(180deg,rgb(227,43,24) 0%,rgb(247,87,87) 100%);
	background-image: -webkit-linear-gradient(180deg,rgb(227,43,24) 0%,rgb(247,87,87) 100%);
	background-image: -ms-linear-gradient(180deg,rgb(227,43,24) 0%,rgb(247,87,87) 100%);
}

.pore {
	position: relative;
}

.pad0 {
	padding: 0 !important;
}

.pt0 {
	padding-top: 0 !important;
}

.pt5 {
	padding-top: .05rem !important;
}

.pt8 {
	padding-top: .08rem !important;
}

.pt10 {
	padding-top: .1rem !important;
}

.pt15 {
	padding-top: .15rem !important;
}

.pt20 {
	padding-top: .2rem !important;
}

.pt40 {
	padding-top: .4rem !important;
}

.pb0 {
	padding-bottom: 0 !important;
}

.ptb30 {
	padding: .3rem 0;
}

.mt0 {
	margin-top: 0 !important;
}

.mt8 {
	margin-top: .08rem !important;
}

.mt10 {
	margin-top: .1rem !important;
}

.mt16 {
	margin-top: .16rem !important;
}

.mt20 {
	margin-top: .2rem !important;
}

.mt30 {
	margin-top: .3rem !important;
}

.mt34 {
	margin-top: .34rem !important;
}

.mt36 {
	margin-top: .36rem !important;
}

.mt40 {
	margin-top: .4rem !important;
}

.mt44 {
	margin-top: .44rem !important;
}

.mt50 {
	margin-top: .5rem !important;
}

.mt54 {
	margin-top: .54rem !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb30 {
	margin-bottom: .3rem !important;
}

.ml0 {
	margin-left: 0 !important;
}

.ml8 {
	margin-left: .08rem !important;
}

.mr36 {
	margin-right: 0.36rem;
}

.bg-ff {
	background-color: #FFF !important;
}

.bg-f6 {
	background-color: #F6F6F6 !important;
}

.bg-f5 {
	background-color: #F5F5F5 !important;
}

.loading {
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #666;
    border: 1px solid #b5b2b2;
    padding: .15rem .2rem;
    width: 45%;
}

.load_box{
    padding-top: .3rem;
    border-top: 1px solid #eee;
}

.loaded {
	display: block;
	width: 100%;
	padding: 0.4rem 4%;
	line-height: 1.2;
	text-align: center;
	font-size: 0.24rem;
	color: #ccc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.loaded:before,.loaded:after {
	content: "";
	position: relative;
	top: -0.06rem;
	display: inline-block;
	width: 0.3rem;
	height: 0.06rem;
	margin: 0 0.2rem;
	background: #eee;
	border-radius: 0.05rem;
}

.ending {
	position: relative;
	display: block;
	padding: 0.4rem 4% 0.72rem;
	width: 100%;
	line-height: 1.2;
	text-align: center;
	font-size: 0.24rem;
	color: #aaa;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.ending:before {
	content: "";
	position: absolute;
	bottom: 0.4rem;
	left: 50%;
	width: 3em;
	height: 2px;
	margin-left: -1.5em;
	background: #eee;
}

.body {
	min-height: 100vh;
	background-color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: .2rem;
}

.fixed-top {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	min-width: 320px;
	max-width: 750px;
	overflow: auto;
	height: 1rem;
	padding: 0 .4rem;
	background: #fff;
	box-shadow: 0 0.06rem 0.08rem rgba(6,6,6,.17);
	border-bottom: 1px solid #eee;
	z-index: 10;
}

.fixed-top.full {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.fixed-top a>img {
	display: block;
	width: 0.74rem;
	height: 0.75rem;
	margin-right: 0.11rem;
	margin-top: 0.15rem;
}

.fixed-top span {
	line-height: 1;
	margin-top: 0.48rem;
	margin-left: 0.26rem;
	font-size: 0.3rem;
	color: #333;
}

.fixed-top a.open {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: .4rem;
	width: 1.5rem;
	height: 0.52rem;
	line-height: 0.56rem;
	margin-top: 0.25rem;
	border-radius: 0.6rem;
	background: linear-gradient(#f65655,#e42c1a);
	box-shadow: 0 2px 2px rgba(240,73,73,.55);
	font-size: 0.24rem;
	color: #fff;
	text-align: center;
	z-index: 4;
}

.AppHeader-actions {
	margin-top: 0.2rem;
}

.AppHeader-actions .slogan {
	position: relative;
	top: -2px;
	margin-bottom: 0.02rem;
	font-size: 0.26rem;
	color: #333;
}

.swiper-container {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
	-webkit-transform: translate3d(0px,0,0);
	-moz-transform: translate3d(0px,0,0);
	-o-transform: translate(0px,0px);
	-ms-transform: translate3d(0px,0,0);
	transform: translate3d(0px,0,0);
}

.swiper-slide {
	padding-bottom: .1rem;
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 10;
}

.swiper-pagination-bullet {
	float: left;
	width: 0.2rem;
	height: 0.2rem;
	margin-right: 0.125rem;
	display: inline-block;
	border-radius: 0.1rem;
	background: #ccc;
	transition: all 0.3s ease-in-out;
}

#imgModule .swiper-pagination-bullet {
	float: none;
}

.swiper-pagination-bullet-active {
	width: 0.3rem;
	background: #008cee;
}

.AppHeader-actions .hd-stock {
	color: #666;
}

.AppHeader-actions .hd-stock .arrow {
	float: left;
	display: block;
	width: 0.12rem;
	height: 0.18rem;
	margin-top: 0.035rem;
	margin-left: -0.1rem;
}

.AppHeader-actions .hd-stock .arrow.red {
	background: url(../images/arrow-red.png) no-repeat;
	background-size: 100% 100%;
}

.AppHeader-actions .hd-stock .arrow.green {
	background: url(../images/arrow-green.png) no-repeat;
	background-size: 100% 100%;
}

.AppHeader-actions .swiper-container {
	width: 62%;
	height: .32rem;
	overflow: hidden;
	margin-left: 0;
}

.AppHeader-actions .swiper-pagination {
	display: none;
	height: 0.2rem;
	right: 1.75rem;
	bottom: 0.55rem;
}

.AppHeader-actions .swiper-pagination:after {
	content: "";
	display: table;
	line-height: 0;
	font-size: 0;
	clear: both;
}

.AppHeader-actions .hd-stock span {
	float: left;
	display: block;
	margin: 0;
	margin-right: 0.2rem;
	line-height: 0.28rem;
	font-size: 0.22rem;
	color: #606060;
}

.AppHeader-actions .hd-stock span.red {
	color: #ff4c4c;
}

.AppHeader-actions .hd-stock span.green {
	color: #21ac59;
}

.container .ad-box {
	position: relative;
	padding-left: 4%;
	padding-right: 4%;
	background: #fff;
}

.container img {
	display: block;
	width: 100%;
}

.bottom {
	display: block;
	padding: 0.55rem 0;
	background: #f8f8f8 url(../images/bg-bottom.png) no-repeat left bottom;
	background: rgba(248,248,248,255) url(../images/bg-bottom.png) no-repeat left bottom;
	background-size: 100%;
}

.bottom .slogan-box {
	position: relative;
	width: 4.1rem;
	margin: 0 auto;
	margin-bottom: 0.41rem;
	background: rgba(248,248,248,255);
}

.bottom .slogan {
	padding-right: 0.1rem;
	line-height: 0.45rem;
	background: rgba(248,248,248,255);
	font-size: 0.32rem;
	color: #606060;
}

.bottom .cff {
	position: absolute;
	bottom: 0.12rem;
	right: 0;
	display: block;
	width: 0.83rem;
	height: 0.92rem;
	background: rgba(248,248,248,255);
}

.bottom .fellow-button {
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	margin: 0.4rem auto 1.06rem auto;
	border-radius: 100%;
	background: linear-gradient(40deg,#e83628,#f75b5b);
	font-size: 0.28rem;
	color: #fff;
	text-align: center;
}

.bottom .fellow-button>img {
	width: 0.4rem;
	height: 0.3rem;
	margin: 0.36rem auto 0.16rem auto;
}

.fixed-bottom {
	display: block;
	padding: 0.22rem 0;
	margin: 0.44rem 4%;
	background-image: -webkit-linear-gradient(-30deg,#e52f2f,#cc0f0f);
	background-image: linear-gradient(-30deg,#e52f2f,#cc0f0f);
	border-radius: 0.6rem;
	box-shadow: 0 0.05rem 0.1rem rgba(240,73,73,.55);
	text-align: center;
	font-size: 0.32rem;
	color: #fff;
}

.cover img {
	display: block;
	width: 100%;
	height: auto;
}

.list:before {
	content: "";
	display: block;
	width: 100%;
	height: 0.32rem;
	background: #f8f8f8;
}

.list.list-pure:before {
	height: 0;
}

.list {
	background: #fff;
}

.list .list-title {
	position: relative;
	padding: 0.4rem 1rem 0 0.3rem;
	line-height: 1.2;
	font-weight: bold;
	font-size: 0.34rem;
	color: #333;
}

.list .list-title a {
	position: absolute;
	right: .3rem;
	height: 0.4rem;
	line-height: 0.4rem;
	padding-right: 0.26rem;
	font-weight: normal;
	font-size: 0.24rem;
	color: #999;
}

.list .list-title a:before {
	content: "";
	float: right;
	margin-right: -0.26rem;
	display: block;
	width: 0.1rem;
	height: 0.18rem;
	margin-top: .11rem;
	background: url(../images/icon-go.png) no-repeat;
	background-size: 100% auto;
}

ul li.list-item+li.list-item {
	border-top: 1px solid #eee;
}

.list-item {
	position: relative;
}

.list-item>a {
	position: relative;
	display: block;
	padding: 0.4rem 4%;
	background: rgba(255,255,255,255);
}

.list-item h6 {
	max-height: 0.9rem;
	line-height: 1.5;
	margin-top: -0.075rem;
	font-weight: normal;
	font-size: 0.3rem;
	color: #444;
	overflow: hidden;
}

.taglist{
    position: relative;
    padding-top: 4%;
    padding-left: 4%;
    padding-right: 4%
}

.taglist p{
	margin-top:2%;
    width: auto;
    height: auto;
    line-height: 24px;
    color: #666;
    font-size: 14px;
}

.colist .list-item h6 {
	font-size: 0.32rem;
	color: #333;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

.colist .list-item p.intro {
	position: relative;
	left: auto;
	bottom: auto;
	font-size: 0.3rem;
	color: #444;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: .4rem;
	height: .8rem;
}

.colist .list-item .cont p.intro {
	float: left;
	width: 65%;
	margin-top: -.06rem;
}

.colist .list-item .cont {
	margin-top: .38rem;
}

.colist .list-item.list-item-1 img {
}

.list-item p {
	line-height: 1.2;
	font-size: 0.35rem;
	color: #AAA;
}

.list-item p:after {
	content: "";
	display: table;
	line-height: 0;
	font-size: 0;
	clear: both;
}

.list-item.ad-item {
	position: relative;
}

.list-item.ad-item p:before {
	content: "";
	float: left;
	display: block;
	width: 0.42rem;
	height: 0.24rem;
	margin-top: 0.04rem;
	margin-right: 0.2rem;
	background: url(../images/icon-ad.png) no-repeat;
	background-size: 100% 100%;
}

.list-item.ad-item .btn-ad {
	position: absolute;
	bottom: 0.4rem;
	right: 4%;
	display: block;
	width: 0.48rem;
	height: 0.28rem;
	padding: 0;
	background: url(../images/icon-ad-close.png) no-repeat;
	background-size: 100% 100%;
	font-size: 0;
}

.list-item img {
	border-radius: 0.08rem;
}

.list-item.list-item-0 p {
	margin-top: 0.35rem;
}

.list-item.list-item-1>a:after {
	content: "";
	display: table;
	line-height: 0;
	font-size: 0;
	clear: both;
}

.list-item.list-item-1 h6 {
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.list-item.tryread h6:before {
	content: "";
	display: inline-block;
	width: .66rem;
	height: .34rem;
	background: url(../images/icon-beforeTitle.png)no-repeat left center;
	background-size: 96% auto;
	vertical-align: middle;
}

.list-item.list-item-1 img {
	float: right;
	display: block;
	width: 30.6%;
	height: 1.3rem;
	min-height: 1.3rem;
}

.list-item.list-item-1 p {
	margin-top:5px;
}

.list-item.list-item-1.ad-item .btn-ad {
	right: 35%;
}

.list-item p .red {
	color: #bf0505;
}

.list-item.list-item-2 h6 {
	margin-top: 0.32rem;
}

.list-item.list-item-2 img {
	display: block;
	width: 100%;
	border-radius: 0.1rem;
}

.list-item.list-item-2 p {
	margin-top: 0.06rem;
}

.list-item.list-item-3 p {
	margin: 0.2rem 0 0;
}

.list-item.list-item-3 img {
	float: left;
	display: block;
	width: 30.6%;
	min-height: 1.3rem;
	margin: 0.2rem 0 0 4%;
}

.list-item.list-item-3 img:first-child {
	margin: 0.2rem 0 0;
}

.article {
	padding-top: .42rem;
	line-height: .6rem;
	background: #fff;
	font-size: 0.34rem;
	color: #444;
}

.article h1,.article h2,.article h3,.article h4,.article h5,.article h6 {
	margin-bottom: 0.4rem;
}

.article h1 {
	font-size: 0.4rem;
}

.article h2 {
	font-size: 0.38rem;
}

.article h3 {
	font-size: 0.36rem;
}

.article h4 {
	font-size: 0.32rem;
}

.article h5 {
	font-size: 0.26rem;
}

.article h6 {
	font-size: 0.24rem;
}

.article ol,.article ul {
	padding-left: .4rem;
	margin-bottom: .4rem;
}

.article.article-sc ol,.article.article-sc ul {
	margin-bottom: 0.6rem;
}

.article ol {
	list-style: decimal;
}

.article ul {
	list-style: disc;
}

.article ol p,.article ul p {
	margin-bottom: 0;
}

.article img {
	max-width: 100% !important;
	height: auto !important;
	border-radius: 0.1rem;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.article p {
	margin-bottom: 0.3rem;
	text-align: justify;
	overflow: hidden;
}

.article p:empty,.article.article-sc p:empty {
	margin: 0 !important;
}

.article-in {
	position: relative;
	overflow: hidden;
}

.article-in video,.article-in iframe {
	max-width: 98% !important;
}

.article-in img {
	max-width: 100% !important;
	height: auto !important;
	margin: .06rem 0;
}

.article-in .table-box {
	overflow-x: auto;
	margin-bottom: 0.4rem;
}

.article.article-sc .table-box {
	margin-bottom: 0.6rem;
}

.article-in .table-box th,.article-in .table-box td {
	min-width: 1.5rem;
	border: 1px solid #E5E5E5;
	font-size: 0.22rem;
	text-align: center;
}

.article-edit {
	font-size: .3rem;
}

.article-foot .tags {
	padding-bottom: 0.4rem;
	overflow: hidden;
	background: #fff;
}

.article-foot .tags span {
	float: left;
	display: inline-block;
	margin: 0 0.2rem 0.2rem 0;
	padding: 0 0.2rem;
	height: 0.4rem;
	line-height: 0.4rem;
	background: #f1f1f1;
	border-radius: 2px;
	font-size: 0.26rem;
	color: #999;
}

.article-foot p {
	padding-bottom: 0.2rem;
	line-height: 1.74;
	font-size: 0.3rem;
	color: #999;
	margin: 0 !important;
}

.article-foot p.editer {
	font-size: 0.3rem;
	color: #999;
}

.article-foot a.link {
	display: inline-block;
	line-height: 1;
	padding-bottom: .18rem;
	border-bottom: 1px solid #d96969;
	font-size: 0.3rem;
	color: #606060;
}

.opr-readall {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: #fff;
	z-index: 2;
}

.opr-readall a,a.open-app {
	display: inline-block;
	width: 6.9rem;
	height: 0.72rem;
	margin-bottom: 0.15rem;
	border-radius: 0.6rem;
	background: linear-gradient(90deg,#f75757,#e32b18);
	line-height: 0.72rem;
	font-size: 0.3rem;
	color: #fff;
	text-align: center;
}

.opr-readall.column a {
	display: block;
	margin: .48rem auto .28rem;
	width: 1rem;
	height: 1rem;
	background: url(../images/column-lock.png) no-repeat center center;
	background-size: 100%;
}

.opr-readall.column p {
	text-align: center;
	color: #848484;
	font-size: .26rem;
}

.opr-readall .icon-open {
	position: relative;
	top: -0.5rem;
	z-index: 2;
}

.opr-readall.column .icon-open {
	top: 0;
}

.opr-readall .icon-open i {
	display: block;
	width: 0.41rem;
	height: 0.37rem;
	margin: 0 auto;
	background: no-repeat center center;
	background-size: 100%;
}

.opr-readall .icon-open i.gray {
	background-image: url(../images/article-open-gray.png);
}

.opr-readall .icon-open i.red {
	background-image: url(../images/article-open.png);
}

.opr-readall:before {
	content: "";
	position: absolute;
	top: -2.4rem;
	display: block;
	width: 100%;
	height: 2.4rem;
	background-image: -webkit-linear-gradient(bottom,rgba(255,255,255,1),rgba(255,255,255,0));
	background-image: linear-gradient(bottom,rgba(255,255,255,1),rgba(255,255,255,0));
}

.topic-detail {
	padding-bottom: 0.6rem;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

.topic-detail .title {
	margin: 0.5rem 0.3rem 0.4rem;
	line-height: 1.46;
	font-size: 0.38rem;
	color: #303030;
}

.topic-detail .summary {
	margin-left: 0.3rem;
	margin-right: 0.3rem;
	line-height: 2;
	font-size: 0.3rem;
	color: #606060;
}

.topic-detail .summary:before {
	content: "";
	display: block;
	width: 0.52rem;
	height: 0.08rem;
	margin-bottom: 0.16rem;
	background-color: #eaeaea;
}

.topic .info-b {
	padding: 0.46rem 4% 0.5rem;
	line-height: 1.5;
	font-size: 0.25rem;
	color: #b9b9b9;
}

.topic .info-b p:first-child {
	margin-bottom: 0.1rem;
}

.news {
	padding-left: 4%;
	padding-right: 4%;
	background: #fff;
	overflow: hidden;
}

.news .container .ad-box {
	padding: 0;
}

.news .list {
	margin-left: -4%;
	margin-right: -4%;
}

.news .news-title {
	margin-top: 0.43rem;
	line-height: .6rem;
	font-weight: bold;
	font-size: 0.44rem;
	color: #303030;
}

.news .news-time {
	margin-top: 0.28rem;
	line-height: 1.2;
	font-size: 0.24rem;
	color: #AAA;
}

.news .news-time a {
	color: #333;
}

.news .news-time b {
	margin-right: 0.3rem;
	font-weight: normal;
	color: #606060;
}

.news .author {
	margin-top: 0.4rem;
	padding: 0.24rem;
	line-height: 1.2;
	background-color: #f5f5f5;
	border-radius: 0.1rem;
}

.news .author img {
	display: block;
	width: 0.68rem;
	height: 0.68rem;
	margin-right: 0.16rem;
	border-radius: 50%;
}

.news .author .name {
	display: block;
	margin-top: 0.02rem;
	font-weight: normal;
	font-size: 0.3rem;
	color: #303030;
}

.news .author-name {
	width: 70%;
}

.news .author .name a {
	font-size: 0.28rem;
}

.news .author .position {
	display: block;
	margin-top: 0.08rem;
	font-size: 0.2rem;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
}

.news .author a.attent {
	margin-top: 0.16rem;
	padding: 0.06rem 0.2rem;
	border: 1px solid #ca0101;
	border-radius: 0.24rem;
	font-size: 0.24rem;
	color: #bf0505;
}

.news .summary {
	position: relative;
	margin-top: 0.6rem;
	padding-bottom: 0.36rem;
	line-height: 1.7;
	font-size: 0.3rem;
	color: #999;
}

.news .summary:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 1.14rem;
	height: 0.06rem;
	background-color: #e7e7e7;
}

.news .quote {
	position: relative;
	margin-top: 0.7rem;
	padding: 0.4rem 0.3rem 0.3rem 0.4rem;
	background: #f5f5f5;
	border-radius: 0.06rem;
}

.news .quote:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0.45rem;
	height: 0.38rem;
	background: url(../images/icon-angle.png) no-repeat;
	background-size: 100% auto;
}

.news .quote p {
	line-height: 1.62;
	font-size: 0.32rem;
	color: #606060;
}

.news .quote div {
	position: relative;
	padding-left: 0.44rem;
	padding-top: 0.36rem;
	margin: 0.4rem -0.06rem 0 -0.16rem;
	border-top: 1px solid #eee;
	line-height: 1.2;
	font-size: 0.26rem;
	color: #bf0506;
}

.news .quote div:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.32rem;
	display: block;
	width: 0.28rem;
	height: 0.29rem;
	background: url(../images/icon-msg.png) no-repeat;
	background-size: 100% 100%;
}

.news .share {
	display: block;
	width: 1rem;
	margin: 0 auto;
	padding-top: 0.9rem;
	text-align: center;
}

.news .share .icon {
	display: block;
	width: 1rem;
	height: 1rem;
	background: url(../images/icon-share.png) no-repeat;
	background-size: 100%;
}

.news .share span {
	font-size: 0.26rem;
	color: #606060;
}

.subject .cover-shadow {
	box-shadow: 0 0.05rem 0.3rem rgba(0,0,0,.14);
	overflow: hidden;
}

.subject .cover {
	position: relative;
	margin: 0.64rem 4%;
	max-height: 3.75rem;
	overflow: hidden;
}

.subject .cover img {
	display: block;
	width: 100%;
	max-height: 3.75rem;
	border-radius: 0.1rem;
}

.subject .cover:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(72,73,103,.4);
	border-radius: 0.1rem;
}

.subject .cover .name {
	position: absolute;
	top: 0.34rem;
	left: 4%;
	right: 4%;
	z-index: 2;
}

.subject .cover h2 {
	line-height: 1.2;
	font-size: 0.4rem;
	color: #fff;
}

.subject .cover h2 span {
	margin-left: 0.5rem;
	font-size: 0.22rem;
	font-weight: normal;
}

.subject .cover .name p {
	margin-top: 0.14rem;
	line-height: 1.8;
	font-size: 0.22rem;
	color: #fff;
}

.subject .cover .time {
	position: absolute;
	left: 4%;
	bottom: 0.34rem;
	z-index: 2;
	line-height: 1.2;
	font-size: 0.22rem;
	color: #fff;
}

.subject .summary {
	padding: 0 4%;
}

.subject .summary h3 {
	position: relative;
	margin-top: 0.6rem;
	padding-left: 0.32rem;
	line-height: 1.2;
	font-weight: bold;
	font-size: 0.4rem;
	color: #333;
}

.subject .summary h3:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.16rem;
	display: block;
	width: 0.16rem;
	height: 0.16rem;
	background: url(../images/icon-circle.png) no-repeat;
	background-size: 100% 100%;
}

.subject .summary .article {
	padding-top: 0.4rem;
}

.body.activity {
	position: relative;
	padding-bottom: 0.9rem;
	background: #fff;
}

.activity .article {
	margin: 0 .4rem;
	color: #666;
	font-size: .3rem;
	line-height: .5rem;
}

.activity .fixed-apply {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	padding: 0.11rem 0;
	background: #fff;
	border-top: 1px solid #eee;
	width: 100%;
	min-width: 320px;
	max-width: 750px;
}

@media screen and (min-width:750px) {
	.activity .fixed-apply {
		left: 50%;
		margin-left: -375px;
	}
}

.activity .fixed-apply a {
	display: block;
	height: 0.76rem;
	line-height: 0.76rem;
	background: #bf0505;
	border-radius: 0.4rem;
	text-align: center;
	font-size: 0.36rem;
	color: #fff;
	width: 40%;
	margin: 0 auto;
}

.activity .fixed-apply a.disabled {
	background: #acacac;
}

.act-detail {
	border-bottom: 1px solid #f2f2f2;
}

.act-detail img {
	display: block;
	width: 100%;
}

.act-detail h2 {
	margin: 0.5rem 4%;
	line-height: 1.2;
	font-size: 0.38rem;
	font-weight: bold;
	color: #303030;
}

.act-detail ul {
	margin: 0 4% 0.6rem;
}

.act-detail li {
	position: relative;
	line-height: 1.4;
	margin-top: 0.3rem;
	padding: 0.05rem 0 0.05rem 0.56rem;
	font-size: 0.26rem;
	color: #303030;
}

.act-detail li:first-child {
	margin-top: 0;
}

.act-detail li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 0.4rem;
	height: 0.36rem;
	background: url(../images/icon-act-1.png) no-repeat;
	background-size: 100% auto;
}

.act-detail li.time:before {
	background-image: url(../images/icon-act-1.png);
}

.act-detail li.address:before {
	background-image: url(../images/icon-act-2.png);
}

.act-detail li.people-1:before {
	background-image: url(../images/icon-act-3.png);
}

.act-detail li.people-2:before {
	background-image: url(../images/icon-act-4.png);
}

.act-detail li.people-3:before {
	background-image: url(../images/icon-act-5.png);
}

.act-detail li.day:before {
	top: 0.02rem;
	background-image: url(../images/icon-act-6.png);
}

.act-detail li.money:before {
	background-image: url(../images/icon-act-7.png);
}

.act-detail li.day span {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: inline-block;
	height: 0.32rem;
	margin: 0 0.05rem;
	line-height: 1;
	padding: 0.04rem 0.1rem 0;
	min-width: 0.3rem;
	background: #bf0505;
	border-radius: 0.04rem;
	font-size: 0.28rem;
	color: #fff;
}

.act-detail li.money {
	color: #bf0505;
}

.activity .title {
	position: relative;
	padding: 0.4rem .4rem .32rem;
	line-height: 1.2;
	background: #f8f8f8;
	font-size: .36rem;
	color: #444;
}

.activity .title.st-0:before {
	content: "";
	float: left;
	display: block;
	width: 0.16rem;
	height: 0.16rem;
	margin-top: 0.11rem;
	margin-right: 0.16rem;
	background: url(../images/icon-circle.png) no-repeat;
	background-size: 100% 100%;
}

.activity .title.st-1 {
	font-size: 0.36rem;
}

.body.video {
	padding-bottom: 0.7rem;
	padding-top: 5.1rem;
}

.video .box-video {
	z-index: 999;
	width: 100%;
	height: 4.2rem;
	line-height: 4.2rem;
	background: #26262b;
	overflow: hidden;
	position: absolute;
	top: 1rem;
	left: 0;
}

.video .box-video .videoIs {
	height: 100%;
}

.video .box-video .videoIs img {
	max-width: 100%;
	vertical-align: middle;
}

.video .box-video .tovoice {
	display: block;
	width: .4rem;
	height: .4rem;
	position: absolute;
	right: .36rem;
	top: .52rem;
}

.video .box-video video {
	display: block;
	width: 100%;
	height: 100%;
}

.video .bar-video {
	z-index: 999;
	width: 92%;
	padding: 0.22rem 4%;
	background: #26262b;
	line-height: 1.2;
	font-size: 0.24rem;
	color: #999;
	position: absolute;
	top: 5.3rem;
	left: 0;
}

.video .bar-video .fl:before {
	content: "";
	float: left;
	display: block;
	width: 0.36rem;
	height: 0.36rem;
	margin-right: 0.16rem;
	margin-top: -0.08rem;
	background: url(../images/icon-video.png) no-repeat;
	background-size: 100% 100%;
}

.video .title-video {
	padding: 0.44rem 4%;
	line-height: 1.74;
	font-weight: bold;
	font-size: 0.36rem;
	color: #444;
}

.video .detail {
	padding: 0 4% 0.32rem;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}

.video .detail p {
	height: 3.4em;
	overflow: hidden;
	line-height: 1.7;
	font-size: 0.26rem;
	color: #999;
}

.video .detail a {
	display: block;
	width: 0.96rem;
	height: 0.62rem;
	margin: 0.12rem auto 0;
	background: url(../images/icon-arrow.png) no-repeat center center;
	background-size: 0.4rem 0.22rem;
	font-size: 0;
}

.video .video-item {
	margin-top: 0.4rem;
	margin-left: 4%;
	width: 44%;
	overflow: hidden;
}

.video .video-item>a {
	display: block;
}

.video .video-item img {
	display: block;
	width: 100%;
	height: 1.9rem;
	background: #f8f8f8;
	border-radius: 0.1rem;
}

.video .video-item h6 {
	height: 3.2em;
	overflow: hidden;
	line-height: 1.6;
	margin-top: 0.24rem;
	font-weight: normal;
	font-size: 0.24rem;
	color: #444;
}

.video .video-item p {
	margin-top: 0.2rem;
	line-height: 1.2;
	font-size: 0.24rem;
	color: #999;
}

.body.picture {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	min-height: 0;
}

.picture .swiper-container {
	height: 100%;
}

.picture .swiper-container.swiper-end {
	z-index: 10;
}

.picture .swiper-wrapper {
	padding-top: 0.7rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.picture .swiper-slide {
	max-height: 4.5rem;
	overflow: hidden;
}

.picture .swiper-slide img {
	display: block;
	width: 100%;
}

.picture .swiper-slide .text {
	display: none;
}

.picture .swiper-container .swiper-pagination {
	position: absolute;
	top: 5.2rem;
	bottom: auto;
	right: 4%;
	left: auto;
	width: auto;
	margin-top: 0.4rem;
	line-height: 1;
	font-size: 0.26rem;
	color: #999;
}

.picture .pic-detail {
	position: absolute;
	top: 6.46rem;
	bottom: 0.7rem;
	left: 0;
	right: 0;
	padding: 0 4%;
	z-index: 9;
}

.picture .pic-detail h2 {
	margin-top: 0.3rem;
	margin-right: 0.8rem;
	line-height: 1.6;
	font-weight: normal;
	font-size: 0.3rem;
	color: #444;
}

.picture .pic-detail p {
	height: 75%;
	overflow: auto;
	margin-top: 0.2rem;
	line-height: 1.8;
	font-size: 0.24rem;
	color: #666;
	-webkit-overflow-scrolling: touch;
}

.picture .pic-detail p::-webkit-scrollbar {
	width: 4px;
	height: 100%;
	background-color: #e5e5e5;
	border-radius: 3px;
}

.picture .pic-detail .swiper-page {
	position: absolute;
	right: 4%;
	top: 0.3rem;
	line-height: 1.6;
	letter-spacing: 1px;
	font-size: 0.26rem;
	color: #999;
}

.picture .pic-detail p::-webkit-scrollbar-track {
	border-radius: 3px;
	background-color: #e5e5e5;
}

.picture .pic-detail p::-webkit-scrollbar-thumb {
	height: 1.25rem;
	border-radius: 3px;
	background-color: #b7b7b7;
}

.picture .swiper-slide.last-swiper {
	max-height: 100%;
	height: 100%;
}

.picture .swiper-slide.last-swiper .last-pic {
	top: 0;
}

.last-pic {
	position: absolute;
	top: 1.26rem;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background: #fff;
}

.last-pic .last-in {
	position: absolute;
	top: 0;
	bottom: 1.44rem;
	width: 100%;
	overflow: hidden;
}

.last-pic .pic-box {
	display: block;
	height: 50%;
	margin: 0 4%;
	padding-bottom: 1.46rem;
	background: #f2f2f2;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.last-pic .pic-box img {
	display: block;
	height: 100%;
	max-width: 100%;
	margin: 0 auto;
}

.last-pic .pic-box span {
	display: block;
	height: 1.46rem;
	overflow: hidden;
	padding-left: 4em;
	padding-top: 0.2rem;
	line-height: 1.46;
	background: #fff;
	font-size: 0.3rem;
	color: #444;
}

.last-pic .pic-box span b {
	margin-left: -4em;
	font-weight: normal;
	color: #999;
}

.last-pic .fixed-bottom {
	position: absolute;
	bottom: 0.6rem;
	left: 14%;
	right: 14%;
	margin: 0;
}

.app-business {
	padding-top: 1rem;
}

.app-business h1 {
	margin: 0.4rem 0 0.34rem;
	line-height: 1.2;
	font-size: 0.36rem;
	color: #333;
	text-align: center;
}

.app-business .about-wrap {
	margin: 0 4%;
	word-break: break-all;
}

.app-business .about li {
	position: relative;
	padding: 0.32rem 0.26rem;
	border-bottom: 1px solid #eee;
}

.app-business .about h6 {
	line-height: 1.5;
	margin: 0 0 0.09rem;
	font-weight: normal;
	font-size: 0.28rem;
	color: #333;
}

.app-business .about h6:before {
	content: "";
	position: absolute;
	left: 0;
	top: .45rem;
	display: block;
	width: .16rem;
	height: .2rem;
	background: url(../images/icon-circle.png) no-repeat;
	background-size: 100% auto;
}

.app-business .about-banner {
	display: block;
	max-width: 100%;
	margin: 0 auto 0.4rem;
	border-radius: 0.1rem;
}

.app-business .about p {
	margin-top: 0.16rem;
	line-height: 1.5;
	font-size: 0.28rem;
	color: #666;
}

.stock {
	margin-top: -0.4rem;
	margin-bottom: 0.8rem;
	padding: 0.2rem 0;
	background: #f1f1f1;
	font-size: 0.28rem;
	color: #606060;
	text-align: center;
}

.stock .item {
	width: 49.5%;
}

.stock .item:first-child {
	border-right: 1px solid #cecece;
}

.stock .name {
	padding-right: 0.12rem;
}

.stock .green {
	color: #22bb7e;
}

.stock .red {
	color: #ff4c4c;
}

.stock .green i,.stock .red i {
	display: inline-block;
	width: 0.14rem;
	height: 0.20rem;
	margin-left: 0.2rem;
}

.stock .green i {
	background: url(../images/arrow-green.png) no-repeat;
	background-size: 100% 100%;
}

.stock .red i {
	background: url(../images/arrow-red.png) no-repeat;
	background-size: 100% 100%;
}

.yz-account .list:before {
	height: 0;
	background: none;
}

.yz-account .list .list-title {
	padding: 0.3rem 0;
}

.yz-account .list .list-title:before {
	content: "";
	position: absolute;
	top: inherit;
	left: 0.18rem;
	bottom: 0;
	display: block;
	width: 0.3rem;
	height: 0.04rem;
	background: #bf0505;
}

.yz-account .info {
	position: relative;
	padding: 0.43rem 3% 0.28rem 3%;
	color: #fff;
	overflow: hidden;
}

.yz-account .info .bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.yz-account .info .mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.78;
	filter: alpha(opacity=78);
	z-index: 0;
	height: auto;
}

.yz-account .info .user,.yz-account .info .text {
	position: relative;
	z-index: 1;
}

.yz-account .info .pic {
	width: 1.45rem;
	height: 1.45rem;
	margin-right: 0.3rem;
	border-radius: 100%;
	border: 1px solid #fff;
}

.yz-account .info .user {
	margin-bottom: 0.65rem;
	position: relative;
}

.yz-account .info .name {
	margin-bottom: 0.4rem;
	font-size: 0.32rem;
}

.yz-account .info .name i {
	display: inline-block;
	padding: 0 0.12rem;
	line-height: 0.32rem;
	font-size: 0.2rem;
	font-style: normal;
	background: #D52136;
	vertical-align: middle;
	margin-top: -0.04rem;
	margin-left: 0.06rem;
}

.yz-account .info .onlyname {
	font-size: 0.32rem;
	line-height: 1.45rem;
}

.yz-account .info .user-details .number {
	position: relative;
	padding: 0 0.39rem;
	font-size: 0.28rem;
}

.yz-account .info .user-details .number:first-child {
	padding-left: 0;
}

.yz-account .info .user-details .number:first-child:after {
	position: absolute;
	top: 50%;
	right: 0;
	content: '';
	width: 1px;
	height: 0.25rem;
	margin-top: -0.12rem;
	background: #999;
}

.yz-account .info .user-details .number span {
	display: block;
	text-align: center;
}

.yz-account .info .user .attention {
	position: absolute;
	right: .3rem;
	top: .9rem;
	background: url(../images/icon-attention.png) no-repeat center center;
	background-size: 100% 100%;
	padding: 0 .3rem;
	font-size: .24rem;
	line-height: .56rem;
	border-radius: .3rem;
}

.yz-account .info .user .attention.active {
	background: transparent;
	color: #999;
	border: 1px solid #999;
	line-height: .52rem;
	padding: 0 .28rem;
}

.yz-account .info .user-details .number span:last-child {
	font-size: 0.24rem;
}

.yz-account .info .text {
	position: relative;
	line-height: 0.4rem;
	font-size: 0.24rem;
	color: #999;
	text-align: justify;
}

.yz-account .info .text .icon-open,.yz-account .info .text .icon-close {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 0.5rem;
	height: 0.3rem;
}

.yz-account .info .text .icon-open {
	background: url(../images/icon-arrow.png) no-repeat center center;
	background-size: 50% auto;
}

.yz-account .info .text .icon-close {
	background-image: url(../images/icon-arrow-up.png);
}

.rules {
	position: relative;
	padding-bottom: 0.68rem;
}

.rules .date {
	position: absolute;
	width: 100%;
	bottom: 34%;
	left: 0;
	font-size: 0.24rem;
	color: #fff;
	letter-spacing: 2px;
	text-align: center;
	z-index: 1;
}

.rules .link-rule {
	position: absolute;
	bottom: 0.70rem;
	right: 0;
	padding: 0.3rem;
	font-size: 0.24rem;
	color: #fff;
}

.rules .insert {
	width: 100%;
}

.normal span,.up span,.down span {
	position: relative;
}

.normal span:after,.up span:after,.down span:after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
}

.normal span:after {
	display: none;
	width: 0.12rem;
	height: 0.4rem;
	background: url(../images/normal.png) no-repeat;
	background-size: 100%;
}

.up span:after {
	display: none;
	width: 0.12rem;
	height: 0.18rem;
	background: url(../images/arrow-red.png) no-repeat;
	background-size: 100%;
}

.down span:after {
	display: none;
	width: 0.12rem;
	height: 0.18rem;
	background: url(../images/arrow-green.png) no-repeat;
	background-size: 100%;
}

.influence {
	overflow: hidden;
	padding-top: 0.2rem;
}

.influence .item {
	width: 33%;
}

.influence .img {
	position: relative;
	width: 1rem;
	height: 1rem;
	margin: 0 auto;
}

.influence .img .tags {
	position: absolute;
	top: 0.85rem;
	left: 0.14rem;
	width: 0.75rem;
	height: 0.35rem;
	border-radius: 0.2rem;
	font-style: normal;
	font-size: 0.24rem;
	text-align: center;
	line-height: 0.35rem;
	color: #fff;
}

.influence .pic {
	width: 1rem;
	height: 1rem;
	border-radius: 100%;
	border: 2px solid #fff;
}

.influence .infor {
	margin-top: 0.54rem;
	text-align: center;
}

.influence .infor .name {
	font-size: 0.26rem;
	color: #444;
}

.influence .infor h3 span {
	position: relative;
	top: -0.04rem;
	font-weight: normal;
	font-size: 0.2rem;
	color: #333;
}

.influence .infor h3 span:after {
	position: absolute;
	top: 0.1rem;
	right: 0;
	content: '';
	display: block;
	width: 0.12rem;
	height: 0.3rem;
}

.influence .infor h3.up span:after {
	display: none;
}

.influence .infor h3.down span:after {
	display: none;
}

.influence .item-1 .pic {
	border-color: #ff9849;
}

.influence .item-1 .tags {
	background: #ff9849;
}

.influence .item-2 {
	margin-top: -0.2rem;
}

.influence .item-2 .img,.influence .item-2 .pic {
	width: 1.25rem;
	height: 1.25rem;
}

.influence .item-2 .pic {
	border-color: #f65249;
}

.influence .item-2 .tags {
	top: 1.1rem;
	left: 0.28rem;
	background: #f65249;
}

.influence .item-3 {
	position: relative;
	top: 5px;
}

.influence .item-3 .pic {
	border-color: #ffc323;
}

.influence .item-3 .tags {
	background: #ffc323;
}

.influence-list {
	width: 94%;
	margin: 0 3% 0.6rem 3%;
	margin-top: 0.3rem;
	border-top: 1px solid #cdcdcd;
}

.influence-list table {
	width: 100%;
	padding-top: 0.3rem;
	border: #fff;
}

.influence-list table th {
	border-top: 1px solid #cdcdcd;
	font-size: 0.24rem;
	font-weight: normal;
	color: #000;
}

.influence-list table {
	font-size: 0.24rem;
	text-align: center;
}

.influence-list table tr:nth-child(even),.influence-list table tr.gray {
	background: #f5f5f5;
}

.influence-list table th,.influence-list table td {
	min-width: 0.45rem;
	height: 0.76rem;
	padding: 0.15rem 0;
	border: 0;
}

.influence-list table td.name {
	overflow: hidden;
	display: block;
	width: 1.6rem;
	line-height: 0.8rem;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.influence-list table th.yzh {
	width: 1.6rem;
	text-align: left;
}

.influence-list table td.top span {
	padding-right: 0.2rem;
}

.influence-list table td.top.normal span:after {
	top: 0.12rem;
}

.influence-list table td.top.up span:after {
	top: 3px;
}

.influence-list table td.top.down span:after {
	top: 3px;
}

.influence-list table .pic {
	width: 0.76rem;
	height: 0.76rem;
	border-radius: 100%;
	border: 1px solid #E5E5E5;
}

.wrap-rule {
	padding: 1rem 3%;
}

.wrap-rule h2.title {
	padding: 0.5rem 0;
	font-weight: normal;
	font-size: 0.34rem;
	color: #303030;
	text-align: center;
}

.wrap-rule h3.title {
	font-size: 0.28rem;
	color: #444;
}

.wrap-rule p.text {
	line-height: 0.54rem;
	font-size: 0.28rem;
	color: #666;
	text-align: justify;
	text-indent: 2em;
}

.null {
	position: relative;
	top: -0.2rem;
	padding: 0 3%;
	line-height: 0.45rem;
	font-size: 0.24rem;
	color: #999;
}

.null h2 {
	margin-bottom: 0.2rem;
	font-size: 0.28rem;
	text-align: center;
}

.audio {
	padding-top: 1rem;
}

.audio .title {
	overflow: hidden;
	width: 5.78rem;
	margin: 0 auto;
	padding-top: 1.1rem;
	text-overflow: ellipsis;
	text-align: center;
	white-space: nowrap;
}

.audio .title h3 {
	overflow: hidden;
	padding-bottom: 0.26rem;
	font-size: 0.34rem;
	color: #303030;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.audio .title h4 {
	font-weight: normal;
	font-size: 0.24rem;
	color: #999;
}

.audio .title h4.source {
	padding-bottom: 0.05rem;
}

.audio .title h4.from {
	padding-bottom: 0.72rem;
}

.audio .cover {
	position: relative;
	overflow: hidden;
	width: 4.44rem;
	height: 4.44rem;
	margin: 0 auto;
	margin-bottom: 1.1rem;
	border-radius: 100%;
	background: #000;
	box-shadow: 0 5px 10px rgba(124,124,124,.5);
}

.audio .cover i.icon {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	margin-top: -0.39rem;
	z-index: 1;
}

.audio .cover.state-0 i.icon {
	width: 0.64rem;
	height: 0.78rem;
	margin-left: -0.32rem;
	background: url(../images/state-0.png) no-repeat;
	background-size: 100% 100%;
}

.audio .cover.state-1 i.icon {
	width: 0.58rem;
	height: 0.78rem;
	margin-left: -0.29rem;
	background: url(../images/state-1.png) no-repeat;
	background-size: 100% 100%;
}

.audio .cover img {
	border-radius: 100%;
	opacity: 0.7;
}

.audio .cover img.run {
	-webkit-animation: run 6s linear 0s infinite;
}

.audio .cover img.run.paused {
	-webkit-animation-play-state: paused;
}

@keyframes run {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

.audio .duration {
	height: 0.2rem;
	padding-bottom: 0.16rem;
	font-size: 0.18rem;
	color: #999;
}

.audio .timeline {
	width: 94%;
	margin: 0 3%;
}

.audio .time_progress {
	width: 100%;
	height: 0.04rem;
}

.audio .progress {
	position: relative;
	width: 100%;
	height: 0.04rem;
	background: #e4e4e4;
}

.audio .bar {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 0.04rem;
	background: #cc3737;
	z-index: 4;
}

.audio .btn {
	position: absolute;
	width: 0.33rem;
	height: 0.33rem;
	background: url(../images/audio-icon.png) no-repeat;
	background-size: cover;
	z-index: 3;
}

.audio .btn i {
	position: relative;
	left: -0.05rem;
	display: block;
	width: 0.28rem;
	height: 0.28rem;
	background: url(../images/audio-icon.png) no-repeat;
	background-size: 100% 100%;
}

.audio .preload {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 0.04rem;
	background: #F5BBBB;
	z-index: 2;
}

.audio .open-app {
	display: block;
	margin: 1.34rem auto 1.22rem auto;
}

.body.pay {
	padding-bottom: 1.04rem;
}

.pay-detail {
	padding: 0 4%;
}

.space-box {
	height: .3rem;
	background: #F8F8F8;
}

.pay-detail .article {
	font-size: .3rem;
	line-height: 2;
}

.pay-detail.pay-first {
	padding-bottom: .4rem;
}

.pay-detail.pay-first .title span {
	font-weight: bold;
}

.pay-detail.pay-first .title {
	font-size: .38rem;
}

.pay-detail .title {
	font-size: .34rem;
	padding: 0.1rem 0 0.4rem;
}

.pay-detail span.icon {
	display: block;
	height: 0.06rem;
	width: 1rem;
	background: #eaeaea;
}

.pay-detail .list-zj {
	padding: 0.3rem 0;
	line-height: 2;
	font-size: 0.32rem;
}

.pay-detail .list-zj li.list-item {
	border: 0;
}

.pay-detail .list-zj a {
	padding: 0;
	color: #606060;
}

.pay-detail .list-zj a:before {
	content: "·";
	color: #606060;
	font-weight: bolder;
	padding-right: 0.16rem;
}

.pay-detail span.name {
	font-size: 0.34rem;
}

.pay-detail .article {
	padding: 0;
}

.pay-detail .intro {
	padding: 0.16rem 0;
	line-height: 2;
	font-size: 0.3rem;
	color: #606060;
}

.fixed-btm-box {
	z-index: 10;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	min-width: 320px;
	max-width: 750px;
	height: .94rem;
	line-height: .94rem;
	background: #FFFFFF;
	text-align: center;
}

.fixed-btm-box.border {
	box-shadow: none;
}

@media screen and (min-width:750px) {
	.fixed-btm-box {
		left: 50%;
		margin-left: -375px;
	}
}

.fixed-btm-box .lr-box {
}

.fixed-btm-box .lr-box a {
	font-size: 0.3rem;
	display: block;
	float: left;
	width: 50%;
	height: 100%;
}

.fixed-btm-box a.left {
	color: #d52136;
}

.fixed-btm-box a.rigth {
	color: #FFFFFF;
	background: -webkit-linear-gradient(left,#e65151,#d52136);
	background: linear-gradient(to right,#e65151,#d52136);
}

.fixed-btm-box .one-box {
	background: -webkit-linear-gradient(left,#e65151,#d52136);
	background: linear-gradient(to right,#e65151,#d52136);
}

.fixed-btm-box .one-box a {
	color: #FFFFFF;
	font-size: .34rem;
	display: block;
}

.fixed-btm-box .one-box a i {
	font-style: normal;
	font-size: .24rem;
}

.audio .newline .btn {
	width: .42rem;
	height: .42rem;
	background: url(../images/icon-playPoint.png)no-repeat center center;
	background-size: 100% auto;
}

.audio .newline .duration {
	padding-bottom: .3rem;
}

.audio .title .newfrom {
	color: #CCCCCC;
}

.audio .title .newfrom span {
	padding: 0 .26rem;
}

.try-listen.audio .open-app {
	margin: .86rem auto;
}

.try-listen.audio .cover {
	border-radius: .1rem;
}

.try-listen.audio .cover img {
	border-radius: 0;
}

.audio-intro {
	padding: .5rem 4%;
}

.audio-intro a {
	display: block;
	overflow: hidden;
	position: relative;
}

.audio-intro a:after {
	content: "";
	display: table;
	line-height: 0;
	font-size: 0;
	clear: both;
}

.audio-intro img {
	display: block;
	width: 19%;
	float: left;
	border-radius: 0.06rem;
}

.audio-intro .title {
	font-size: .32rem;
	float: right;
	width: 77%;
	color: #333333;
}

.audio-intro .intro {
	width: 77%;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #999999;
	margin-bottom: -0.075rem;
	font-size: .26rem;
	line-height: 1.5;
	height: .78rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.audio-intro .intro:after {
	content: "";
	display: table;
	line-height: 0;
	font-size: 0;
	clear: both;
}

.popup-win {
	position: fixed;
	z-index: 999;
	background: rgba(51,51,51,.6);
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}

.popup-box {
	position: absolute;
	opacity: 0;
	top: 0%;
	left: 5%;
	background: #FFFFFF;
	border-radius: .08rem;
	width: 80%;
	text-align: center;
	padding: 5vh 5%;
	color: #303030;
	z-index: 1000;
}

.popup-box span.icon-close {
	display: block;
	width: .32rem;
	height: .32rem;
	background: url(../images/icon-close-st.png)no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	top: .26rem;
	right: .22rem;
}

.popup-box h6.title {
	line-height: 1;
	font-size: .36rem;
}

.popup-box p.cont {
	margin: 3.4vh 0;
	font-size: .34rem;
}

.popup-box a.link {
	display: block;
	font-size: .3rem;
	color: #fff;
	width: 16em;
	margin: 0 auto;
	height: 0.72rem;
	border-radius: 0.6rem;
	background: linear-gradient(90deg,#f75757,#e32b18);
	line-height: 0.72rem;
}

.spcol-topbox {
	position: relative;
	height: 4.16rem;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.spcol-topbox img {
	align-items: center;
	width: 100%;
	height: auto;
	min-height: 4.16rem;
}

.spcol-topbox .word {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-top: 3.26rem;
	line-height: .9rem;
	background: url(../images/bg-spcol-zz.png)no-repeat center bottom rgba(51,51,51,.3);
	background-size: 102% 36%;
}

.spcol-topbox .word span.tit {
	padding-left: .3rem;
	font-weight: bold;
	font-size: .38rem;
	color: #FFFFFF;
}

.spcol-topbox .word .keepvip {
	font-size: .24rem;
	color: #FFF;
	line-height: 1;
	padding: 0 .3rem .2rem;
}

.spcol-topbox .word .keepvip a {
	display: inline-block;
	width: 1.2rem;
	height: .4rem;
	background: rgba(213,35,56,1);
	text-align: center;
	line-height: .4rem;
	border-radius: .2rem;
	margin-left: .2rem;
	font-size: .2rem;
}

.spcol-topbox .word .keepvip img {
	display: inline-block;
	vertical-align: middle;
	min-height: auto;
	width: .12rem;
	height: auto !important;
}

.spcol-topbox .word span.num {
	padding-right: 0.32rem;
	padding-top: 0.1rem;
	color: #FFFFFF;
	font-size: 0.24rem
}

.spcol-vendor {
	padding: .4rem .3rem;
	height: .66rem;
}

.spcol-vendor .headimg {
	float: left;
	height: 100%;
	width: .66rem;
	border-radius: 50%;
	border: solid 1px #535353;
	overflow: hidden;
}

.spcol-vendor .headimg img {
	width: 100%;
	min-height: 100%;
}

.spcol-vendor .intro {
	height: 100%;
	float: left;
	margin-left: .18rem;
	width: 50%;
	position: relative;
}

.spcol-vendor .intro .name {
	display: block;
	font-size: .28rem;
	height: .28rem;
	line-height: .28rem;
	margin-bottom: .1rem;
	color: #444;
}

.spcol-vendor .intro .shoper {
	display: block;
	background: #f7f7f7;
	height: .28rem;
	line-height: .28rem;
	border-radius: .15rem;
	font-size: .2rem;
	color: #999;
	padding: 0 .2rem;
	position: absolute;
	left: 0;
	bottom: 0;
}

.spcol-vendor .attention {
	float: right;
	border: solid 1px #999;
	margin-top: 0.1rem;
	padding: 0.06rem 0.2rem;
	border-radius: 0.24rem;
	font-size: 0.24rem;
}

.spcol-vendor .attention.act_no {
	color: #BF0505;
	border-color: #ca0101;
}

.spcol-vendor .attention.act_no span {
	display: flex;
	align-items: center;
}

.spcol-vendor .attention.act_no span:before {
	align-items: center;
	content: "";
	display: inline-block;
	width: 1em;
	height: .24rem;
	background: url(../images/icon-attend-red.png)no-repeat left center;
	background-size: .2rem auto;
}

.spcol-cont {
	padding: 0;
}

.spcol-cont .alltab {
	height: 1.06rem;
	position: relative;
	z-index: 9;
}

.spcol-cont .tab {
	position: relative;
	padding: .07rem 0;
	border-bottom: 3px solid #FFF;
	height: .9rem;
	line-height: .9rem;
	text-align: center;
	font-size: .32rem;
	color: #666;
	background: #fff;
}

.spcol-cont .tab-fix {
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 750px;
}

@media screen and (min-width:750px) {
	.spcol-cont .tab-fix {
		left: 50%;
		margin-left: -375px;
	}
}

.spcol-cont .tab-box {
	display: block;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.spcol-cont .tab-box>span {
	display: block;
	flex: 1;
	font-size: .3rem;
}

.spcol-cont .tab-box>span.active {
	color: #333;
	font-weight: bold;
}

.spcol-cont .tab-box>a {
	display: block;
	color: #666666;
}

.spcol-cont .tab-box>span.active a {
	color: #333;
}

.spcol-cont .tab .icon-spcol {
	display: block;
	width: 5%;
	height: .05rem;
	background: #BF0505;
	position: absolute;
	bottom: 0;
	transform: translateX(-50%);
}

.spcol-cont .allcont {
	min-height: 100vh;
}

.spcol-cont .allcont .intro_p {
	padding: 0 0 0.44rem;
	font-size: .3rem;
	line-height: 1.6;
	color: #606060;
	text-align: justify;
}

.spcol-cont .allcont .intro_p p {
	margin-bottom: .44rem;
	margin-left: .3rem;
	margin-right: .3rem;
}

.spcol-cont .allcont .intro_p p:last-child {
	margin-bottom: 0;
}

.spcol-cont .allcont .intro_p img {
	width: 100%;
	height: auto;
	border-radius: 0.08rem;
}

#spcol_zl .zl-list {
	padding: 0 .3rem;
}

.zl-title {
	position: relative;
	padding: .4rem 1rem 0 .3rem;
	line-height: 1.2;
	font-weight: bold;
	font-size: 0.36rem;
	color: #333;
}

.spcol-cont .intro_p .zl-title {
	margin-bottom: .26rem;
}

.colist .single {
	display: block;
	padding: .36rem .3rem;
	border-bottom: solid .02rem #eee;
}

.colist .single .title {
	font-size: .32rem;
	line-height: 1.4;
	margin-bottom: .34rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #333;
	vertical-align: middle;
}

h6.try-read-title:before {
	content: "";
	display: inline-block;
	width: .74rem;
	height: .38rem;
	background: url(../images/icon-beforeTitle.png)no-repeat left top;
	background-size: .64rem auto;
	vertical-align: middle;
}

#spcol_read .single .title:before {
	content: "";
	display: inline-block;
	width: .74rem;
	height: .38rem;
	background: url(../images/icon-beforeTitle.png)no-repeat left top;
	background-size: .64rem auto;
	vertical-align: middle;
}

.colist .single .cont {
	font-size: .3rem;
	line-height: .45rem;
	height: .9rem;
	color: #444;
	margin-bottom: .26rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.colist .single .time {
	font-size: .24rem;
	line-height: 1;
	height: .24rem;
	color: #999;
	display: block;
}

.colist .single .left {
	width: 63%;
	float: left;
}

.colist .single .right {
	display: block;
	float: right;
	width: 35%;
	border-radius: .1rem;
	overflow: hidden;
	text-align: right;
}

.colist .single .right img {
	height: 1.4rem;
	width: auto;
	max-width: 100%;
}

#spcol_zl .zl-list li:first-child .spcol-card {
	border-top: none;
}

.spcol-card {
	padding: .4rem 0;
	border-top: solid 1px #EEEEEE;
	height: 2.4rem;
	padding-left: 2.28rem;
}

.spcol-card .left {
	float: left;
	width: 2rem;
	margin-left: -2.28rem;
	height: 100%;
	overflow: hidden;
	border-radius: .1rem;
	text-align: center;
	position: relative;
}

.spcol-card .left img {
	display: block;
	width: 100%;
	height: 100%;
}

.spcol-card .right {
	height: 100%;
}

.spcol-card .right .title {
	font-size: .34rem;
	color: #303030;
	margin: 0;
	height: .5rem;
	line-height: .5rem;
}

.spcol-card .right p {
	margin: 0;
	color: #999;
}

.zl-list .spcol-card .right .intro {
}

.spcol-card .right .intro {
	font-size: .26rem;
	line-height: .35rem;
	height: .7rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: .1rem 0 .74rem;
}

.spcol-card .right .info {
	font-size: .2rem;
	padding: .04rem 0;
}

.spcol-card .right .info span {
	display: inline-block;
	margin-right: .2rem;
	height: .32rem;
	line-height: .32rem;
}

.spcol-card .right .timeclip {
	color: #fff;
	padding: 0 .1rem;
	background: url(../images/icon-timeclip.png) no-repeat center center;
	background-size: 100% 100%;
}

.spcol-card .right .shoper {
	border-radius: .2rem;
	padding: 0 .2rem;
	background: transparent;
	color: #999;
	float: right;
}

.spcol-card .right .price {
	color: #D52338;
	height: .4rem;
	line-height: .4rem;
}

.spcol-card .right .price b {
	font-size: .26rem;
	font-weight: normal;
}

.spcol-card .right .price em {
	font-style: normal;
	font-size: .22rem;
}

.blank-page-zl {
	text-align: center;
	color: #bbb;
	font-size: .3rem;
	padding-top: 4rem;
	padding-bottom: 1rem;
	background: url(../images/list-page-default.png) no-repeat center center;
	background-size: 60% auto;
}

.wrap-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.7);
	z-index: 11;
}

.box-fixed {
	padding: .46rem .35rem;
	position: fixed;
	left: 50%;
	top: 5%;
	width: 6.2rem;
	margin-left: -3.45rem;
	max-height: 80vh;
	overflow-y: auto;
	background-color: #FFF;
	border-radius: .09rem;
	color: #303030;
	z-index: 12;
}

.box-fixed.toPaGe {
	padding: .46rem 0;
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
	width: auto;
	max-height: none;
	background: transparent;
	z-index: 1;
}

.box-fixed .close {
	position: absolute;
	top: .2rem;
	right: .24rem;
	display: block;
	width: .4rem;
	height: .4rem;
	font-size: 0;
	line-height: 0;
	background: url(../images/icon-attention-close.png)no-repeat center center;
	background-size: 100%;
}

.box-fixed .info h2 {
	font-size: .36rem;
	text-align: center;
}

.box-fixed .info p {
	margin: .4rem 0;
	font-size: .28rem;
	color: #999;
}

.box-fixed .rows {
	padding: .25rem 0;
	position: relative;
	font-size: .3rem;
	border-bottom: 1px solid #EEE;
}

.box-fixed.toPaGe .rows {
	padding: .25rem .3rem;
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
}

.box-fixed .rows>* {
	line-height: .5rem;
}

.box-fixed .rows>#name,.box-fixed .rows>#location,.box-fixed .rows>#detail,.box-fixed .rows>#phone {
	flex: auto;
}

.box-fixed .rows label em {
	padding-right: .1rem;
	color: #BF0505;
}

.box-fixed .getCheckCode {
	position: absolute;
	right: 0;
	top: 50%;
	width: 5em;
	transform: translateY(-50%);
	padding-left: .28rem;
	border-left: 2px solid #EEE;
	line-height: 1.1;
	font-size: .28rem;
	text-align: center;
	color: #D52338;
}

.box-fixed.toPaGe .getCheckCode {
	right: .3rem;
}

.box-fixed .getCheckCode .time {
	font-weight: normal;
}

.box-fixed .joining {
	margin: .34rem auto 0;
	display: block;
	width: 3.2rem;
	height: .72rem;
	line-height: .72rem;
	border-radius: .4rem;
	color: #FFF;
	font-size: .28rem;
	text-align: center;
	background-image: -moz-linear-gradient(180deg,rgb(227,43,24) 0%,rgb(247,87,87) 100%);
	background-image: -webkit-linear-gradient(180deg,rgb(227,43,24) 0%,rgb(247,87,87) 100%);
	background-image: -ms-linear-gradient(180deg,rgb(227,43,24) 0%,rgb(247,87,87) 100%);
}

.box-fixed.toPaGe .joining {
	width: auto;
	height: .9rem;
	line-height: .9rem;
	border-radius: .5rem;
	font-size: .34rem;
	margin: .74rem .3rem 0;
	background: linear-gradient(90deg,rgba(247,87,87,1) 0%,rgba(213,33,54,1) 100%);
}

.box-fixed .joining.ing {
	background: rgb(169,169,169);
}

.box-fixed .shade1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,.6);
}

.box-fixed .shade1 img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: .7rem;
}

.joinSuccess {
	text-align: center;
	top: 30%;
}

.joinSuccess .icon {
	padding-top: .1rem;
}

.joinSuccess .joinresult {
	font-size: .36rem;
	font-weight: normal;
	margin: .26rem 0;
}

.joinSuccess .tips {
	margin: .1rem 0;
	font-size: .3rem;
	color: #666;
}

.btnShareActivity {
	position: fixed;
	bottom: 20%;
	right: .2rem;
}

.btnShareActivity img {
	width: 1.4rem;
}

.getSeal {
	background-color: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 11;
}

.getSeal canvas {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 2%;
	transform: translateX(-50%);
	box-shadow: 0 0 .2rem rgba(0,0,0,.4);
}

.getSeal img {
	display: block;
	width: 90%;
	margin: 0 auto;
}

.getSeal .close {
	position: fixed;
	top: .3rem;
	right: .24rem;
	display: block;
	width: .4rem;
	height: .4rem;
	font-size: 0;
	line-height: 0;
	background: url(../images/icon-attention-close.png)no-repeat center center;
	background-size: 100%;
}

.getSeal .bill {
	position: absolute;
	top: .8rem;
	left: 0;
	right: 0;
	bottom: .2rem;
	overflow: scroll;
}

.PingFang {
	font-family: PingFang-SC-Medium;
}

.vip-wrap1 {
	position: relative;
	height: 3.8rem;
	background-color: #FFF;
	padding-bottom: .4rem;
}

.vip-wrap1 .box1 {
	position: relative;
	height: 2.38rem;
	background: url(../images/v-top-bg.jpg) no-repeat center center;
	background-size: 100% auto;
}

.vip-wrap1 .box2 {
	position: absolute;
	top: .55rem;
	left: 50%;
	transform: translateX(-50%);
	height: 3.3rem;
	width: 7.21rem;
	background: url(../images/v-top-pg.png) no-repeat center center;
	background-size: 100% auto;
}

.vip-wrap1 .box2 p {
	margin-top: 2.3rem;
	margin-left: .52rem;
	line-height: 1;
	font-size: .28rem;
	color: #4D381F;
}

.title-wrapA {
	position: relative;
	margin-left: .32rem;
	margin-right: .32rem;
	height: .4rem;
}

.title-wrapA .title {
	padding-left: .24rem;
	font-weight: normal;
}

.title-wrapA .title:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: .16rem;
	height: .16rem;
	background: url(../images/v-titleA-before.png) no-repeat;
	background-size: 100% auto;
}

.title-wrapA .title span {
	font-size: .34rem;
	font-weight: bold;
	line-height: .4rem;
	color: #333;
}

.title-wrapA .title .more {
	position: relative;
	float: right;
	line-height: .4rem;
	font-size: .24rem;
	color: #999;
	padding-right: .26rem;
}

.title-wrapA .title .more i {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: .1rem;
	height: .16rem;
	background: url(../images/icon-v-more.png) no-repeat;
	background-size: 100% auto;
}

.vip-listA {
	padding: .1rem 0 .2rem;
}

.vip-listA .item {
	position: relative;
	float: left;
	margin-bottom: .2rem;
	height: 1.36rem;
	width: 33.3%;
}

.vip-listA .item span {
	display: block;
	text-align: center;
	font-size: .24rem;
	line-height: .34rem;
	color: #333;
}

.vip-listA .item span.icon {
	height: 1.02rem;
	line-height: 1.02rem;
}

.vip-listA .icon img {
	vertical-align: middle;
}

.vip-listA .item-w1 img {
	width: .52rem;
}

.vip-listA .item-w2 img {
	width: .46rem;
}

.vip-listA .item-w3 img {
	width: .5rem;
}

.vip-listA .item-w4 img {
	width: .58rem;
}

.vip-listA .item-w5 img {
	width: .48rem;
}

.vip-listA .item .tag {
	padding: .06rem .1rem;
	position: absolute;
	top: .1rem;
	right: .18rem;
	font-style: normal;
	color: #FFF;
	background: url(../images/v-logo-proA.png)no-repeat center center;
	background-size: 100% auto;
	line-height: 1.3;
}

.vip-wrap3 {
	padding: .5rem 0;
}

.vipCourse {
	position: relative;
	padding-top: .4rem;
	padding-left: .18rem;
	padding-right: .18rem;
}

.vipCourse .box1 {
	margin: 0 .1rem;
	border-radius: .1rem;
	overflow: hidden;
	margin-bottom: 1px;
}

.vipCourse .box1 img {
	width: 100% !important;
	height: auto !important;
	border-radius: .05rem;
}

#vipCourse .box1 {
	width: 2.5rem;
}

#vipCourse .box1 img {
	height: 1.8rem;
}

#vipCourse .swiper-slide {
	width: auto;
}

.vipCourse .name {
	padding: .32rem .08rem .2rem;
	font-size: .26rem;
	color: #333;
	line-height: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.vipCourse .studyNum {
	padding-left: .4rem;
	background: url(../images/icon-v-study.png)no-repeat .08rem center;
	background-size: .3rem auto;
	font-size: .22rem;
	color: #959595;
}

#vipActivity .box1 {
	box-shadow: 0 .04rem .1rem rgba(0,0,0,.2);
}

#vipActivity .num {
	margin-bottom: .3rem;
}

#vipActivity .num span {
	margin-left: .3rem;
	padding-left: .36rem;
	font-size: .22rem;
	color: #959595;
	background-size: .24rem auto;
	background-repeat: no-repeat;
	background-position: .06rem center;
}

#vipActivity .num span.join {
	background-image: url(../images/icon-v-joined.png);
}

#vipActivity .num span.remote {
	background-image: url(../images/icon-v-remote.png);
	background-size: .26rem auto;
	background-position: left center;
}

#vipActivity .name {
	font-size: .26rem;
	padding: .27rem .25rem .2rem;
}

#vipActivity .box3 {
	position: relative;
}

#vipActivity .linkApp {
	display: block;
	position: absolute;
	width: 1.2rem;
	height: .4rem;
	line-height: .4rem;
	text-align: center;
	bottom: .2rem;
	right: .2rem;
	border-radius: 2px;
	color: #2E1D1D;
	background: #EFD29C;
}

#vipActivity .linkApp.ed {
	background: #EEE;
}

.vip-listB {
	padding: .1rem .3rem;
}

.vip-listB li.item {
	float: none;
	overflow: hidden;
	height: 1.8rem;
	padding: .32rem 0 .32rem 2.16rem;
	border-top: 1px solid #EEE;
	font-size: .24rem;
}

.vip-listB.pluStyle li.item {
	height: 2.4rem;
}

.vip-listB.pluStyleVip li.item {
	padding: .32rem 0 .32rem 2.66rem;
}

.vip-listB li.live-item {
	padding-left: 50%;
	font-size: .22rem;
}

.vip-listB li.live-item .title {
	font-size: .3rem;
}

.vip-listB li.live-item .info {
	margin-top: .66rem;
}

.vip-listB li.live-item .state {
	position: relative;
	color: #737373;
	padding-left: .3rem;
}

.vip-listB li.live-item .le {
	display: none;
}

.vip-listB li.live-item.living .le {
	display: block;
	float: left;
	color: #979797;
}

.vip-listB li.live-item.living .state {
	color: #D52338;
}

.vip-listB li.live-item.living .state:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
	width: .24rem;
	height: .24rem;
	background: url(../images/icon-relive-bfz.gif) no-repeat center center;
	background-size: 100%;
}

.vip-listB li.item:first-child {
	border: none;
}

.vip-listB .img {
	width: 2rem;
	height: 1.8rem;
	margin-left: -2.16rem;
	border-radius: .1rem;
	float: left;
	position: relative;
}

.vip-listB .img img {
	display: block;
	width: 100%;
	height: 100%;
}

.vip-listB.pluStyleVip img {
	width: 2.5rem;
	height: 1.8rem;
	margin-left: -2.66rem;
	border-radius: .1rem;
	float: left;
}

.vip-listB.pluStyle .img {
	height: 2.4rem;
}

.spcol-cont .tag {
	position: absolute;
	right: .08rem;
	bottom: .08rem;
	display: block;
	font-size: .18rem;
	color: #FFF;
	border-radius: .2rem;
	background-color: rgba(0,0,0,.5);
	line-height: 1;
	padding: .06rem .15rem .04rem;
	font-style: normal;
}

.vip-listB .title {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: .29rem;
	line-height: .42rem;
	color: #444;
}

.vip-listB.pluStyleVip .title {
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	white-space: normal;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: .84rem;
}

.vip-listB .intro {
	margin-top: .1rem;
	color: #666;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.vip-listB .price {
	margin-top: .2rem;
	height: .32rem;
}

.vip-listB.pluStyle .price {
	margin-top: .8rem;
}

.vip-listB .price .le {
	font-size: .26rem;
	color: #D52338;
}

.vip-listB .price .le i {
	padding-left: .1rem;
	color: #CCC;
	font-size: .22rem;
	text-decoration: line-through;
	font-style: normal;
}

.vip-listB .price .le em {
	font-style: normal;
}

.vip-listB .price .fr {
	font-size: .22rem;
	color: #999;
}

.vip-listB .price .ri {
	display: inline-block;
	height: .32rem;
	color: #734E37;
	padding-left: .56rem;
	background: url(../images/icon-v-viplogo.png)no-repeat left center;
	background-size: .52rem auto;
}

.vip-listB .info {
	margin-top: .14rem;
	color: #999;
	padding: 0;
}

.vip-listB .info span {
	padding-left: .4rem;
	background-size: .34rem auto;
	background-repeat: no-repeat;
	background-position: left center;
}

.vip-listB .info .le {
	background-image: url(../images/icon-v-study.png);
}

.vip-listB .info .ri {
	background-image: url(../images/icon-v-teach.png);
}

.pb40 {
	padding-bottom: .4rem;
}

.vip-ylink {
	position: relative;
}

.vip-ylink a {
	text-align: center;
	display: block;
	font-size: .32rem;
}

.vip-ylink .le {
	width: 59.7%;
	color: #333;
}

.vip-ylink .ri {
	width: 40.3%;
	color: #352412;
	background-image: -moz-linear-gradient(0deg,rgb(184,130,68) 0%,rgb(221,181,122) 52%,rgb(235,201,143) 74%,rgb(249,220,164) 100%);
	background-image: -webkit-linear-gradient(0deg,rgb(184,130,68) 0%,rgb(221,181,122) 52%,rgb(235,201,143) 74%,rgb(249,220,164) 100%);
	background-image: -ms-linear-gradient(0deg,rgb(184,130,68) 0%,rgb(221,181,122) 52%,rgb(235,201,143) 74%,rgb(249,220,164) 100%);
}

.vip-ylink .btn {
	color: #4D381F;
	background: linear-gradient(-90deg,rgba(184,130,68,1),rgba(221,181,122,1),rgba(249,220,164,1));
	box-shadow: 0px .07rem .18rem 0px rgba(62,64,75,0.2);
}

.scrollFixed {
	position: relative;
	width: 100%;
	max-width: 750px;
	min-height: 4.1rem !important;
}

.fixedTop {
	width: 100%;
	max-width: 750px;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 11;
}

.vip-tabO {
	display: flex;
	box-sizing: border-box;
	width: 100%;
	max-width: 750px;
	height: 1.06rem;
	line-height: 1.06rem;
	border-bottom: 1px solid #EEE;
}

.vip-tabO.pa {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.vip-tabO.fixed {
	position: fixed;
	top: 4.2rem;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 11;
}

.vip-tabO li {
	position: relative;
	float: none;
	flex: 1;
	text-align: center;
	font-size: .3rem;
}

.vip-tabO li a {
	display: block;
	color: #666;
}

.vip-tabO li.active a {
	color: #444;
	font-weight: bold;
}

.vip-tabO li i.icon {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: .24rem;
	height: .04rem;
	background-color: #FFF;
}

.vip-tabO li.active i.icon {
	background-color: #D52338;
}

.vip-recommend {
	display: block;
	height: 1.36rem;
	background: url(../images/vip-recommend.png)no-repeat center bottom;
	background-size: 7.22rem auto;
}

.vip-recommend p {
	color: #F3CD9A;
	font-size: .28rem;
	padding-top: .38rem;
	height: .9rem;
	line-height: .9rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 3.9rem;
	padding-left: 1.3rem;
}

.underlineAct {
	color: #444;
}

.underlineAct .actTitle {
	padding: .1rem .4rem;
	font-size: .4rem;
	line-height: .6rem;
	font-family: PingFang-SC-Bold;
}

.underlineAct .actInfo {
	padding: 1px 0;
	margin-left: .24rem;
	margin-right: .24rem;
	font-size: .26rem;
	color: #666;
}

.underlineAct .actInfo li {
	float: none;
	margin-bottom: .34rem;
	padding-left: .5rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: .4rem auto;
}

.underlineAct .actInfo li.item1 {
	background-image: url(../images/icon-v-study.png);
}

.underlineAct .actInfo li.item2 {
	background-image: url(../images/icon-v-pipo.png);
}

.underlineAct .actInfo li.item3 {
	background-image: url(../images/icon-v-biji.png);
}

.underlineAct .actInfo li.item4 {
	background-image: url(../images/icon-v-time.png);
}

.underlineAct .actInfo li.item5 {
	background-image: url(../images/icon-v-site.png);
}

.underlineAct .actInfo li:first-child {
	margin-top: .28rem;
}

.underlineAct .num {
	padding: 0 .02rem;
	color: #D52338;
}

.acticity-tichet {
	padding: .1rem .3rem;
}

.acticity-tichet .item {
	background-color: #FFF9FA;
	border-radius: .08rem;
	border: 1px solid #F95F71;
	margin-bottom: .32rem;
}

.acticity-tichet .item.saleOut {
	background-color: #F1F1F1;
	border-color: #D3D3D3;
}

.acticity-tichet .item .up {
	background: url(../images/tichet-bg.png)no-repeat center center;
	background-size: 100% 100%;
	position: relative;
	color: #FFF;
}

.acticity-tichet .item.saleOut .up {
	background-image: url(../images/tichet-bgEd.png);
}

.acticity-tichet .item .le {
	width: 63%;
	background: url(../images/tichet-bg1.png)no-repeat right .15rem;
	background-size: auto 78%;
}

.acticity-tichet .item.saleOut .le {
	background-image: url(../images/tichet-bgEd1.png)
}

.acticity-tichet .item .le h4 {
	font-size: .4rem;
	padding: .2rem 0 .24rem .32rem;
	line-height: .56rem;
}

.acticity-tichet .item.saleOut .le h4 {
	color: #777;
}

.acticity-tichet .item .le .price {
	padding: 0 .2rem;
}

.acticity-tichet .item .le .price em {
	font-size: .3rem;
	font-style: normal;
}

.acticity-tichet .item .le p {
	color: #FFE8EB;
	padding: 0 0 .28rem .32rem;
	font-size: .22rem;
}

.acticity-tichet .item.saleOut .le p {
	color: #818181;
}

.acticity-tichet .item .le .time {
	padding-left: .32rem;
	font-size: .23rem;
}

.acticity-tichet .item .shop {
	position: absolute;
	right: .38rem;
	top: 50%;
	transform: translateY(-50%);
	padding: .09rem .3rem .06rem;
	border-radius: .5rem;
	background-color: #FFF;
	color: #C83A47;
	font-size: .28rem;
	line-height: .4rem;
}

.acticity-tichet .item.saleOut .shop {
	color: #777;
}

.acticity-tichet .item .intro {
	position: relative;
	padding: .16rem .7rem .16rem .32rem;
	font-size: .24rem;
	color: #939393;
	line-height: 1.7;
}

.acticity-tichet .item.close .intro {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.acticity-tichet .item.close .open {
	background-image: url(../images/icon-gray-down.png);
	top: .2rem;
}

.acticity-tichet .item .open {
	display: block;
	position: absolute;
	right: .3rem;
	top: .16rem;
	width: .4rem;
	height: .34rem;
	background: url(../images/icon-gray-up.png) no-repeat center center;
	background-size: .26rem auto;
}

.activity-join {
	font-size: .3rem;
}

.activity-join .le {
	width: 45.33%;
	text-align: center;
	border-top: 1px solid #EEE;
}

.activity-join .le span {
	display: inline-block;
	padding-left: .44rem;
	background: url(../images/icon-talk1.png)no-repeat left center;
	color: #D52338;
	background-size: .4rem;
}

.activity-join .ri {
	width: 54.67%;
	text-align: center;
	color: #FFF;
	background: linear-gradient(45deg,rgba(247,87,87,1) 4%,rgba(213,33,54,1) 100%);
}

.activity-join .ri em {
	font-style: normal;
}

.activity-join .ri.ed {
	background-image: -ms-linear-gradient(180deg,rgb(205,205,205) 0%,rgb(197,197,197) 100%);
	background-image: -moz-linear-gradient(180deg,rgb(205,205,205) 0%,rgb(197,197,197) 100%);
	background-image: -webkit-linear-gradient(180deg,rgb(205,205,205) 0%,rgb(197,197,197) 100%);
}

.activity-join.rifull .ri {
	width: 100%;
}

.activity-join .ri span {
	text-decoration: line-through;
	color: #DDD;
	font-size: .24rem;
}

.ck-intro {
	position: relative;
	padding-left: .2rem;
	font-size: .26rem;
	color: #999;
	margin: .4rem .32rem .26rem;
}

.ck-intro.mar {
	margin-top: .26rem;
}

.ck-intro i {
	position: absolute;
	width: .06rem;
	height: .06rem;
	border-radius: 50%;
	background-color: #999;
	left: .06rem;
	top: 50%;
	transform: translateY(-50%);
}

.ck-pipo {
	color: #999;
	margin: .12rem .4rem .16rem;
}

.ck-pipo .fg {
	margin: 0 .14rem;
	background: #999;
	display: inline-block;
	width: 1px;
	height: .18rem;
}

.ck-pipo .le {
	padding-left: .4rem;
	font-size: .24rem;
	background: url(../images/icon-videoIcon.png) no-repeat left center;
	background-size: .3rem auto;
}

.ck-pipo .le.voiceIcon {
	padding-left: .3rem;
	background-image: url(../images/icon-voiceIcon.png);
	background-size: .22rem auto;
}

.ck-pipo .ri {
	float: right;
	font-size: .22rem;
}

.teacher-info {
	padding: .2rem .4rem .25rem 1.78rem;
}

.teacher-info img {
	display: block;
	float: left;
	width: 1.2rem;
	height: 1.2rem;
	margin-left: -1.4rem;
	border-radius: 50%;
}

.teacher-info .aboutteach {
	line-height: .44rem;
	vertical-align: middle;
	padding-top: .1rem;
}

.teacher-info .name {
	display: inline-block;
	font-size: .32rem;
	font-weight: bold;
	color: #444;
	float: left;
}

.teacher-info .attent {
	display: inline-block;
	padding: .08rem .2rem .06rem;
	line-height: 1;
	margin-left: .2rem;
	border: 1px solid #D52338;
	border-radius: .5rem;
	font-size: .22rem;
	color: #D52338;
}

.teacher-info .intro {
	margin-top: .22rem;
	font-size: .24rem;
	color: #999;
	line-height: .36rem;
}

.teacher-info .intro .icon {
	display: inline-block;
	padding-left: .06rem;
	color: #D52338;
	font-style: normal;
}

.teacher-info .intro .iconW {
	display: inline-block;
	width: .5rem;
	height: 1em;
	background: url(../images/icon-gray-down.png)no-repeat center center;
	background-size: .3rem auto;
	vertical-align: middle;
}

.teacher-info .intro .iconW.close {
	background-image: url(../images/icon-gray-up.png);
}

.colC70000 {
	color: #C70000 !important;
}

.kc-num {
	line-height: .4rem;
	padding: .32rem .3rem;
	font-size: .28rem;
	color: #444;
	overflow: hidden;
}

.kc-num.st-0 {
	padding: .2rem .3rem;
	border-bottom: 1px solid #EEE;
}

.kc-num .item-ri.kc-numkeep {
	font-size: .26rem;
}

.kc-num .item-ri.kc-numkeep a {
	color: #D52338;
	padding-left: .1rem;
}

.aBox .kc-num .item-le {
	display: inline-block;
	position: relative;
	line-height: 1;
}

.aBox .kc-num .item-le.keepbf:before {
	background-image: url(../images/icon-kc-bf2.png);
}

.kc-num .item-ri {
	float: right;
	color: #999;
	font-size: .24rem;
	line-height: .5rem;
}

.aBox .keepvip {
	height: .8rem;
	line-height: .8rem;
	background-color: #F5F5F5;
	text-align: center;
	font-size: .26rem;
	color: #999;
}

.aBox .keepvip a,.aBox .keepbtn {
	padding-left: .16rem;
	color: #D52338;
}

.list-kc {
	position: relative;
	padding: 0 .32rem;
}

.list-kc .item {
	position: relative;
}

.list-kc .item>a {
	position: relative;
	display: block;
	padding: .32rem .5rem .32rem 0;
	border-bottom: .01rem solid #EEE;
}

.list-kc.voiceKc .item>a {
	padding: .32rem .8rem .32rem .48rem;
}

.voiceFree .list-kc.voiceKc .item>a {
	padding: .4rem 0 .4rem .48rem;
}

.list-kc.voiceKc .item:before {
	content: "";
	display: block;
	width: .33rem;
	height: .4rem;
	background: url(../images/icon-kc-bf.png)no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	top: .35rem;
	left: 0;
}

.voiceFree .list-kc.voiceKc .item .p_a {
	display: none;
}

.list-kc.voiceKc .item.active h4 {
	color: #D52338;
}

.list-kc.voiceKc .item.active:before {
	background: url(../images/icon-voice-bfz.gif)no-repeat center center;
	background-size: 100% auto;
}

.list-kc.voiceKc .item.active.suspend:before {
	background: url(../images/icon-vkc-suspend.png)no-repeat center center;
	background-size: 100% auto;
}

.list-kc .name {
	font-size: .3rem;
	line-height: 1.05;
	color: #444;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: normal;
}

.list-kc .timele {
	font-size: .24rem;
	color: #999;
	line-height: 1;
	margin-top: .24rem;
}

.list-kc.voiceKc .timele {
	padding-left: .32rem;
	position: relative;
}

.list-kc.voiceKc .timele:before {
	content: "";
	display: block;
	width: .33rem;
	height: .33rem;
	position: absolute;
	left: 0;
	bottom: 50%;
	transform: translateY(50%);
	background: url(../images/icon-v-time.png) no-repeat;
	background-size: 100% auto;
}

.list-kc .item .p_a {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	min-width: .48rem;
	height: .4rem;
	font-size: 0;
	color: transparent;
}

.list-kc .item .p_a.icon-wz {
	font-size: .24rem;
	color: #D52338;
}

.list-kc.voiceKc .item .p_a.icon-wz {
	font-size: .22rem;
	color: #D52338;
	border: 1px solid;
	border-radius: .2rem;
	height: auto;
	line-height: 1;
	padding: .04rem .1rem;
}

.list-kc .item .p_a.icon-lock {
	background: url(../images/icon-kc-lock.png)no-repeat center center;
	background-size: .28rem auto;
}

.list-kc .item .p_a.icon-bf {
	background: url(../images/icon-kc-bf.png)no-repeat center center;
	background-size: .4rem auto;
}

.list-kc .item.bfz .p_a {
	background: url(../images/icon-kc-bfz.gif)no-repeat center center;
	background-size: .42rem auto;
	font-size: 0;
	color: transparent;
}

.list-kc .item.suspend .p_a {
	background: url(../images/icon-kc-bf.png)no-repeat center center;
	background-size: .4rem auto;
	font-size: 0;
	color: transparent;
}

.list-kc.voiceKc .item.suspend .p_a {
	background: none;
}

.prvl {
	height: 3.6rem;
	color: #FFF;
	background: url(../images/prvl-bg.png)no-repeat center center;
	background-size: 100% 100%;
	overflow: hidden;
	text-align: center;
}

.prvl .name {
	font-size: .4rem;
	line-height: .56rem;
	margin-top: 1.6rem;
}

.prvl .word {
	margin-top: .66rem;
	font-size: .26rem;
}

.prvl .icon {
	padding-left: .36rem;
	background: url(../images/icon-v-change.png)no-repeat left center;
	background-size: .32rem auto;
	color: #969696;
}

.prvl .icon i {
	color: #FFCE98;
	font-style: .26re;
	font-style: normal;
}

.privilege-wrap {
	position: relative;
}

.explain-wrap {
	margin: .38rem .32rem;
}

.explain-wrap .name {
	color: #1D1E1F;
	font-size: .3rem;
	margin-bottom: .16rem;
}

.explain-wrap .info,.explain-wrap .infolist li {
	color: #444444;
	font-size: .26rem;
	line-height: .38rem;
	margin-top: .1rem;
	text-align: justify;
}

.explain-wrap .infolist img {
	display: block;
	margin: .1rem auto;
	max-width: 90%;
}

.kc-popUp {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}

.kc-popUp .mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.7);
	z-index: 1;
}

.kc-popUp .box {
	position: absolute;
	top: 30%;
	left: 50%;
	border-radius: .1rem;
	padding: .68rem .5rem;
	width: 5.6rem;
	margin-left: -3.3rem;
	background: #FFF;
	z-index: 99;
}

.kc-popUp .box.pad0 {
	width: 6.6rem;
}

.kc-popUp .box .close {
	position: absolute;
	right: .27rem;
	top: .27rem;
	display: block;
	width: .4rem;
	height: .4rem;
	background: url(../images/icon-nav-close.png)no-repeat center center;
	background-size: .34rem auto;
}

.kc-popUp .b-son {
	float: left;
	width: 50%;
	text-align: center;
}

.kc-popUp .b-son img {
	width: .8rem;
	height: .8rem;
	display: block;
	margin: 0 auto;
}

.kc-popUp .b-son p {
	font-size: .34rem;
	color: #444;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	overflow: hidden;
}

.kc-popUp .b-son input {
	text-align: center;
	display: block;
	margin: 0 auto;
	width: 100%;
	font-size: .3rem;
	color: #444;
	height: .6rem;
	line-height: .6rem;
}

.kc-popUp .b-son a {
	display: block;
	border-radius: .36rem;
	width: 1.8rem;
	height: .5rem;
	line-height: .52rem;
	margin-top: .46rem;
	margin-left: auto;
	margin-right: auto;
}

.kc-popUp .b-le a {
	border: 1px solid #D52338;
	background-color: #FFF;
	color: #D52338;
}

.kc-popUp .b-ri a {
	padding: 1px;
	background: linear-gradient(45deg,rgba(247,87,87,1) 0%,rgba(213,33,54,1) 100%);
	color: #FFF;
}

.kc-popUp .box .show3,.kc-popUp .box .show4,.kc-popUp .box .show8,.kc-popUp .box .show9,.kc-popUp .box .show5 {
	padding: .56rem 0;
	font-size: .33rem;
	line-height: .5rem;
}

.kc-popUp .box .show3,.kc-popUp .box .show5 {
	text-align: center;
	white-space: nowrap;
}

.kc-popUp .box .show2 p,.kc-popUp .box .show6 p {
	font-size: .32rem;
	line-height: .5rem;
	padding-top: .2rem;
}

.kc-popUp .box .show2 .btn,.kc-popUp .box .show6 .btn {
	margin-top: .8rem;
	text-align: right;
	color: #999;
}

.kc-popUp .box .show2 .btn-r,.kc-popUp .box .show6 .btn-r {
	color: #D52338;
}

.kc-popUp .box .show2 .btn-l,.kc-popUp .box .show6 .btn-l,.kc-popUp .box .show2 .btn-r,.kc-popUp .box .show6 .btn-r {
	display: inline-block;
	margin: 0 .28rem;
}

.kc-popUp .box .show7 {
	text-align: center;
}

.kc-popUp .box .show7 p {
	font-size: .3rem;
	color: #333;
	height: 1.08rem;
	line-height: 1.08rem;
}

.kc-popUp .box .show7 a {
	display: block;
	height: .94rem;
	line-height: .94rem;
	font-size: .34rem;
	border-top: 1px solid #EEE;
}

.kc-popUp .box .show7 a.btn-t {
	color: #D52338;
}

.kc-popUp .box .show7 a.btn-b {
	color: #999;
}

.fadeOutDown {
	animation-duration: .4s;
}

#player>div {
	width: 100% !important;
	height: 4.3rem !important;
}

#rgstInfoTel {
	width: 2.5rem;
}

.live-page {
	position: relative;
	height: 100vh;
}

.live-img img {
	position: relative;
	display: block;
	width: 100%;
	height: 4rem;
	z-index: 4;
}

.live-img,.live-video {
	min-height: 4rem;
}

.live-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: -1;
	max-width: 750px;
	width: 100%;
	overflow: hidden;
}

.live-bg:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	display: block;
	width: 100%;
	background: rgba(0,0,0,.7);
}

.live-bg img {
	display: block;
	width: 150%;
	height: 150%;
	-webkit-transform: translate(-20%,-20%);
	-moz-transform: translate(-20%,-20%);
	-ms-transform: translate(-20%,-20%);
	-o-transform: translate(-20%,-20%);
	transform: translate(-20%,-20%);
	-webkit-filter: blur(15px);
	-moz-filter: blur(15px);
	-o-filter: blur(15px);
	-ms-filter: blur(15px);
	filter: blur(15px);
}

.live-watch {
	position: relative;
}

#livePlayer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

#livePlayer video {
	display: block;
	min-height: 4rem;
	z-index: -1;
}

.live-watch .toast-live {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	padding: 0.2rem .42rem;
	line-height: 1.2;
	background: rgba(0,0,0,.8);
	border-radius: 1rem;
	font-size: 0.26rem;
	color: #fff;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	white-space: nowrap;
}

.live-watch .mask-live {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	line-height: 1.2;
	text-align: center;
	font-size: 0.28rem;
	color: #fff;
	overflow: hidden;
}

.live-watch .mask-live p {
	position: absolute;
	top: 55%;
	width: 100%;
	transform: translate(0,-50%);
}

.live-watch .mask-live p:before {
	content: "";
	display: block;
	width: 100%;
	height: .64rem;
	margin-bottom: 0.2rem;
	background: url(../images/state-1.png) no-repeat center center;
	background-size: auto 100%;
}

.live-watch .mask-live.active p:before {
	background-image: url(../images/state-0.png);
}

.live-tab {
	height: 1.13rem;
	line-height: 1.21rem;
	font-size: .32rem;
	color: #FFF;
	padding: 0 .58rem;
	border-bottom: 1px solid rgba(255,255,255,.1);
}

.live-tab a {
	position: relative;
	display: block;
	width: 50%;
	height: 100%;
	text-align: center;
}

.live-tab a.active:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -1px;
	display: block;
	width: 0.24rem;
	height: 0.04rem;
	margin-left: -0.12rem;
	background: #D52338;
	border-radius: 2px;
}

.live-wrap {
	overflow: hidden;
	position: relative;
	color: #FFF;
}

#teachInfo {
	opacity: 0;
	overflow: hidden;
}

.chatlist {
	padding: 0 0 1.08rem;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.chatlist .chatScroll {
	height: 100%;
	position: relative;
	overflow: hidden;
	padding: 0 .3rem;
	z-index: 1;
}

.chatlist .welcome {
	color: #999;
	font-size: .24rem;
	line-height: .4rem;
	padding: .2rem 0;
}

.iScrollVerticalScrollbar.iScrollLoneScrollbar {
	width: 4px !important;
}

.iScrollVerticalScrollbar .iScrollIndicator {
	border: 0 none !important;
	background: rgba(120,120,120,.8) !important;
}

.chat-cont {
	position: relative;
	font-size: .28rem;
	line-height: .42rem;
}

.chat-cont .chat-viewer,.chat-cont .chat-actor,.chat-cont .chat-pay,.chat-cont .chat-system {
	position: relative;
	margin-top: .14rem;
	overflow: hidden;
}

.chat-cont .chat-actor {
	margin-top: .18rem;
}

.chat-cont .name {
	color: #999;
}

.chat-cont .chat-actor .name {
	color: #FF673E;
}

.chat-cont .chat-pay,.chat-cont .chat-system {
	color: #C52136;
}

.chat-cont img {
	display: block;
	max-width: 3rem;
	max-height: 3rem;
	margin: .1rem .1rem .14rem 0;
	border-radius: .1rem;
	vertical-align: top;
}

.chat-cont .faceFrameOne {
	display: inline-block;
	width: auto;
	height: .4rem;
	margin: 0 .02rem;
	vertical-align: bottom;
}

.chat-cont .chat-actor .tag {
	position: relative;
	display: inline-block;
	padding: 0.03rem 0.12rem 0.01rem;
	line-height: 1.2;
	margin-right: 0.1rem;
	border: 1px solid #FF673E;
	border-radius: 0.5rem;
	font-size: 0.22rem;
	color: #FF673E;
}

.chatlist .btn-latest {
	position: absolute;
	bottom: 1.06rem;
	left: .3rem;
	display: inline-block;
	line-height: 1.2;
	padding: .15rem .27rem .15rem .53rem;
	background: #D52338 url(../images/icon-hand.png) no-repeat 0.2rem center;
	background-size: 0.22rem auto;
	border-radius: 0.5rem;
	font-size: 0.24rem;
	color: #FDFDFE;
	z-index: 10;
}

.live-chat {
	position: fixed;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	max-width: 750px;
	box-sizing: border-box;
	width: 100%;
	padding: 0.23rem 0.3rem;
	overflow: hidden;
	z-index: 9;
}

.live-chat .chat-left {
	position: relative;
	display: block;
	height: .62rem;
	line-height: .62rem;
	margin-right: 1.4rem;
}

.live-chat .chat-left button {
	width: 100%;
	height: 100%;
	padding-left: 0.8rem;
	background-color: rgba(255,255,255,.2);
	border: 0 none;
	border-radius: 0.32rem;
	text-align: left;
	font-size: 0.28rem;
	color: #ccc;
}

.teacherLive .live-chat .chat-left button {
	padding-left: .2rem;
}

.live-chat .chat-left button:disabled {
	background-color: rgba(255,255,255,.5);
}

.live-chat .faceIcon,#textarea .faceIcon {
	position: absolute;
	left: .08rem;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	display: block;
	width: .6rem;
	height: .6rem;
	background: url(../images/icon-faceShow.png)no-repeat center center;
	background-size: .4rem auto;
}

#textarea .faceIcon {
	background-image: url(../images/icon-face1.png);
}

#textarea .faceIcon.word {
	background-image: url(../images/icon-face2.png);
}

.live-chat .btn-send {
	position: absolute;
	right: 0.3rem;
	bottom: 0.23rem;
	height: .62rem;
	line-height: .64rem;
	width: 1.2rem;
	background-color: rgba(255,255,255,.5);
	border: 0 none;
	border-radius: 0.32rem;
	font-size: 0.26rem;
	color: #FDFDFE;
}

.live-layer {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	max-width: 750px;
	margin: 0 auto;
	height: 100vh;
	overflow: hidden;
}

.live-layer .chat-box {
	position: fixed;
	background: #fff;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.24rem .3rem;
	box-sizing: border-box;
	overflow: hidden;
	max-width: 750px;
	margin: 0 auto;
	z-index: 9;
}

.live-layer .chat-box .chat-left {
	position: relative;
	height: auto;
	margin-right: 1.4rem;
}

.live-layer .liveinput {
	outline: none;
	display: block;
	position: relative;
	vertical-align: middle;
	width: 100%;
	box-sizing: border-box;
	padding: 0.12rem 0.2rem 0.1rem .8rem;
	line-height: 1.42;
	background: #EDEEEF;
	border: 0 none;
	border-radius: 0.32rem;
	font-size: 0.28rem;
	color: #333;
	resize: none;
	overflow: hidden;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.teacherLive .live-layer .liveinput {
	padding-left: .2rem;
}

.live-layer textarea img,.live-layer pre img {
	max-width: 2rem;
	max-height: 2rem;
}

.live-layer .faceFrameOne {
	width: auto;
	height: .34rem;
}

.live-layer pre {
}

.live-layer textarea {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
}

.live-layer textarea::-webkit-input-placeholder {
	color: #ccc;
}

.live-layer textarea:focus {
	background: #fff;
	border: 1px solid #DEE0E1;
}

.live-layer .chat-box .btn-send {
	position: absolute;
	right: 0.3rem;
	top: 0.24rem;
	height: .62rem;
	line-height: .64rem;
	width: 1.2rem;
	background: linear-gradient(-90deg,rgba(227,43,25,1) 0%,rgba(247,87,87,1) 100%);
	border: 0 none;
	border-radius: 0.36rem;
	font-size: 0.26rem;
	color: #FDFDFE;
}

.live-layer .chat-box .btn-send:disabled {
	background: rgba(204,204,204,1);
	color: #FDFDFE;
}

.live-teacher {
	position: relative;
	padding: 0 .3rem;
}

.live-teacher .msg {
	display: block;
	padding: 0.3rem 2.1rem 0.3rem 1.2rem;
	border-bottom: 1px solid rgba(232,232,232,.2);
}

.live-teacher .msg img {
	display: block;
	width: 1rem;
	height: 1rem;
	margin-left: -1.2rem;
	border-radius: 50%
}

.live-teacher .msg .name {
	margin-top: 0.1rem;
	line-height: 1.4;
	font-size: .3rem;
	white-space: nowrap;
}

.live-teacher .msg .name em {
	display: inline-block;
	width: 0.45rem;
	height: 0.5rem;
	margin-left: 0.25rem
}

.live-teacher .msg .pro {
	margin-top: 0.1rem;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.24rem;
	color: #999
}

.live-teacher .btn-focus {
	position: absolute;
	right: 0.3rem;
	top: 50%;
	display: block;
	width: 1.1rem;
	line-height: 1.2;
	padding: 0.1rem 0;
	margin-top: -0.22rem;
	border-radius: 0.75rem;
	text-align: center;
	font-size: 0.24rem;
	border: 1px solid #D52338;
	color: #D52338;
}

.live-teacher .btn-focus.focused {
	border-color: #999;
	color: #999;
}

.live-title {
	position: relative;
	padding: .06rem 0.3rem;
	font-size: 0.38rem;
	font-weight: normal;
	color: #FFF;
}

.live-title:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 0.16rem;
	height: 0.16rem;
	background: url(../images/icon-circle.png) no-repeat;
	background-size: 100% auto;
}

.live-tip,.live-replay {
	position: relative;
	padding: .25rem .3rem;
}

.live-tip p {
	font-size: .28rem;
	color: rgba(204,204,204,1);
	line-height: .48rem;
	overflow: hidden;
	margin: .04rem 0;
}

.live-tip.twoLine p {
	height: .96rem;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.live-tip.twoLine .icon-open {
	background-image: url(../images/icon-arrow.png);
}

.live-tip .icon-open {
	position: absolute;
	right: .35rem;
	bottom: .35rem;
	display: block;
	width: 0.5rem;
	height: 0.3rem;
	background: url(../images/icon-arrow-up.png) no-repeat center center;
	background-size: 60% auto;
}

.live-replay {
	position: relative;
	margin-top: .2rem;
}

.live-replay .replayList {
	margin-top: .26rem;
}

.live-replay .item-lived {
	display: block;
	position: relative;
	padding-left: 2.66rem;
	margin-bottom: .4rem;
}

.live-replay .item-lived .le {
	position: relative;
	margin-left: -2.66rem;
	width: 2.4rem;
	height: 1.34rem;
	background: #f5f5f5;
	border-radius: 0.08rem;
	overflow: hidden;
}

.live-replay .item-lived .le img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.live-replay .item-lived .duration {
	position: absolute;
	bottom: 0.1rem;
	right: 0.1rem;
	padding: 0.08rem 0.11rem 0.06rem 0.33rem;
	line-height: 1;
	background: rgba(0,0,0,.8) url(../images/zb_spsc.png) no-repeat 0.15rem center;
	background-size: auto 0.14rem;
	border-radius: 0.28rem;
	text-align: center;
	font-size: 0.2rem;
	color: #999;
}

.live-replay .item-lived .name {
	font-size: .3rem;
	width: 2.68rem;
	height: .88rem;
	line-height: .44rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.live-replay .item-lived .time {
	color: #999;
	font-size: .24rem;
	line-height: 1;
	margin-top: .2rem;
}

.live-replay .item-lived .comeNum span {
	padding-left: .4rem;
	background-size: .34rem auto;
	color: #999;
	margin-top: .2rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/icon-v-study.png);
}

.live-replay .icon-stop {
	position: absolute;
	right: 0.3rem;
	top: 50%;
	display: block;
	width: .5rem;
	height: .5rem;
	transform: translateY(-50%);
	background: url(../images/icon-kc-suspend.png) no-repeat;
	background-size: 100% 100%;
}

.live-replay .icon-playing {
	position: absolute;
	right: 0.3rem;
	bottom: 0;
	display: inline-block;
	padding-left: 0.3rem;
	line-height: 1;
	font-size: 0.24rem;
	color: #737373;
}

.live-replay .icon-playing.ing {
	color: #C42136;
}

.live-replay .icon-playing.ing:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 0.23rem;
	height: 0.23rem;
	background: url(../images/icon-relive-bfz.gif) no-repeat;
	background-size: 100% auto;
}

.chat-no,.chat-null,.list-null {
	text-align: center;
	color: #666;
}

.chat-no:before,.chat-null:before,.list-null:before {
	margin-top: .32rem;
	content: "";
	display: block;
	width: 100%;
	height: 1.96rem;
	margin-bottom: 0.25rem;
	background: url(../images/cs-null.png) no-repeat center top;
	background-size: auto 100%;
}

.chat-no:before {
	height: 2.31rem;
	background-image: url(../images/cs-nospeak.png);
}

.chat-null:before {
	background-image: url(../images/cs-clb.png);
}

.list-null:before {
	background-image: url(../images/cs-null.png);
}

.live-msg {
	display: block;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	padding: 0 1.04rem;
	flex-direction: column;
	justify-content: center;
}

.live-msg h3 {
	line-height: 1.2;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	font-size: 0.34rem;
	color: #fff;
}

.live-msg img {
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	margin: .86rem auto 0;
	border-radius: 50%;
	border: 2px solid #fff;
}

.live-msg h6 {
	margin-top: 0.3rem;
	line-height: 1;
	white-space: nowrap;
	text-align: center;
	font-weight: normal;
	font-size: 0.3rem;
	color: #fff;
}

.live-msg p {
	margin-top: 0.36rem;
	line-height: 1.66;
	font-size: 0.24rem;
	color: rgba(255,255,255,.5);
}

.live-msg .btn-buy,.live-msg .btn-focus {
	display: block;
	margin: .96rem auto 0;
	padding: .27rem .68rem;
	line-height: 1;
	border-radius: 1.25rem;
	text-align: center;
	font-size: 0.28rem;
	color: #fff;
	background: linear-gradient(-90deg,rgba(227,43,25,1) 0%,rgba(247,87,87,1) 100%);
}

.live-msg .btn-focus.focused {
	background: #E5E5E5;
	color: #666;
}

.pf-daoyu {
	position: relative;
}

.pf-daoyu .box {
	position: relative;
	margin: 0 auto;
	padding: .34rem .3rem .22rem;
	background-color: rgb(255,255,255);
	box-shadow: 0px 6px 7px 0px rgba(193,193,193,0.25);
	font-size: .28rem;
	color: #666;
	line-height: 1.6;
}

.pf-daoyu .daoyu {
	position: absolute;
	left: .15rem;
	top: -.6rem;
	display: block;
	width: 1.35rem;
	height: .6rem;
	padding: 0;
	background: url(../images/pf-intro.png) no-repeat center top;
	background-size: 100% auto;
}

.pf-daoyu .cont2 {
	margin-top: .15rem;
}

.pf-hot {
	margin: .42rem auto .26rem;
	padding: 0 .3rem;
	padding-bottom: .26rem;
	border-bottom: 1px dashed rgb(237,237,237);
}

.pf-hot .title {
	color: #B50404;
	font-size: .36rem;
	line-height: .46rem;
	padding-left: .82rem;
	height: .64rem;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pf-hot .title span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: #FFF;
	font-size: .3rem;
	line-height: .46rem;
	text-align: center;
	width: .7rem;
	height: .64rem;
	background: url(../images/pf-hot.png)no-repeat center center;
	background-size: 100% auto;
}

.pf-hot .intro {
	font-size: .28rem;
	color: #999;
	text-indent: 2em;
	line-height: 1.6;
}

.pf-hot .intro a {
	color: #B50404;
	padding-left: .1rem;
}

.link-more {
	position: absolute;
	right: 0;
	height: 0.4rem;
	line-height: 0.4rem;
	padding-right: 0.26rem;
	font-weight: normal;
	font-size: 0.24rem;
	color: #999;
}

.link-more:before {
	content: "";
	float: right;
	margin-right: -0.26rem;
	display: block;
	width: 0.1rem;
	height: 0.18rem;
	margin-top: 0.11rem;
	background: url(../images/icon-go.png) no-repeat;
	background-size: 100% auto;
}

.pf-title {
	position: relative;
	height: .38rem;
	font-size: .38rem;
	line-height: .38rem;
	padding-top: .1rem;
}

.pf-title .line {
	position: absolute;
	top: 50%;
	left: 0;
	height: 0;
	width: 100%;
	border-top: 2px solid #B50404;
	z-index: 1;
}

.pf-title .name {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 0 .3rem 0 .16rem;
	background-color: #FFF;
	font-weight: bold;
	margin-left: .2rem;
}

.pf-title .name:after {
	content: "";
	position: absolute;
	top: .14rem;
	right: -.06rem;
	width: .2rem;
	height: .12rem;
	background: url(../images/pf-titleicon.png)no-repeat center center;
	background-size: 100% auto;
}

.pf-title .name font {
	color: #B50404;
}

.pf-title .link-more {
	z-index: 2;
	padding-left: 10px;
	position: absolute;
	top: .04rem;
	right: 0;
	background-color: #FFF;
}

.pf-newRead,.pf-video,.pf-eg,.pf-falv,.pf-percent {
	padding: 0 .3rem;
}

.pf-video {
	margin-top: .5rem;
}

.pf-list {
	position: relative;
}

.pf-list .item1 {
	padding: .24rem 0;
	border-bottom: 1px dashed #EEE;
}

.pf-list .item1 h5 {
	font-size: .32rem;
	line-height: 1;
	color: #333;
}

.pf-list .item1 p {
	margin-top: .16rem;
	line-height: 1.74;
	font-size: .26rem;
	color: #666;
}

.pf-list .item1 a {
	color: #B50404;
}

.pf-list .item2 {
	width: 47.5%;
	float: left;
	overflow: hidden;
	margin-top: .1rem;
}

.pf-list .item2:nth-child(2n) {
	float: right;
}

.pf-list .videofm {
	display: block;
	position: relative;
}

.pf-list .videofm img {
	display: block;
	width: 100%;
	height: 2.25rem;
}

.pf-list .videofm .btn {
	display: block;
	width: .54rem;
	height: .54rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: url(../images/pf-videoShow.png)no-repeat center center;
	background-size: 100% auto;
}

.pf-list .item2 .title {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: .5rem;
	position: relative;
	height: .4rem;
	line-height: .4rem;
	color: #333;
	font-size: .26rem;
	margin: .12rem 0;
}

.pf-list .item2 .title i {
	display: block;
	width: .4rem;
	height: .2rem;
	position: absolute;
	left: 0;
	top: .1rem;
	padding: 0;
	background: url(../images/pf-video.png)no-repeat center center;
	background-size: 100% auto;
}

.pf-eg .hot {
	padding-left: 2.34rem;
}

.pf-eg .hot h6 {
	color: #333;
	font-size: .3rem;
	line-height: 1.8;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pf-eg .hot .hot-txt {
	color: #666;
	font-size: .26rem;
	line-height: 1.6;
	margin-top: .06rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pf-eg .hot .hot-img {
	margin-left: -2.34rem;
	float: left;
	display: block;
	position: relative;
}

.pf-eg .hot .hot-img img {
	width: 2.08rem;
	height: 1.42rem;
}

.pf-percent {
	margin-bottom: .6rem;
}

.pf-percent .percentBox {
	position: relative;
	padding: .36rem .3rem .2rem;
	color: #333;
	border: 3px solid #DCDCDC;
	margin-top: .6rem;
}

.pf-percent .percentBox .title {
	padding-left: 1.6rem;
	font-size: .34rem;
	line-height: 1.6;
	margin-bottom: .18rem;
}

.pf-percent .percentBox .cont {
	text-indent: 2em;
	line-height: 1.6;
	font-size: .28rem;
	margin-top: .06rem;
	text-align: justify;
}

.pf-percent .percentBox .editorsay {
	display: block;
	width: 1.6rem;
	height: 1.14rem;
	padding: 0;
	position: absolute;
	top: -.46rem;
	left: .15rem;
	background: url(../images/pufa-editor.png)no-repeat center center #FFF;
	background-size: auto 100%;
}

.pf-list1 li {
	position: relative;
	line-height: .3rem;
	margin: .24rem 0 0 0;
	*margin: 13px 0 0 0;
	padding: 0 0 0 .3rem;
	font-size: .3rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	zoom: 1;
}

.pf-list1 li i {
	position: absolute;
	left: 0;
	top: .12rem;
	display: block;
	width: .06rem;
	height: .06rem;
	padding: 0;
	background: #333;
}

.pf-list1 li>a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#hdlive {
	overflow: hidden;
}

.hd-timeout {
	width: 3.4rem;
	margin: 1.2rem auto;
	text-align: center;
	min-width: 3rem;
	max-width: 4rem;
}

.hd-timeout .info {
	color: #444;
	font-size: .3rem;
	line-height: .4rem;
}

.hd-timeout .info i {
	display: inline-block;
	margin-right: .14rem;
	width: .46rem;
	height: .28rem;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 100%;
	margin-bottom: -.04rem;
}

.hd-timeout .will i {
	background-image: url(../images/liveOrder-1.png);
}

.hd-timeout .ing i {
	background-image: url(../images/liveOrder-2.png);
}

.hd-timeout .ed i {
	height: .32rem;
	margin-bottom: -.06rem;
	background-image: url(../images/liveOrder-3.png);
}

.hd-timeout .timeout {
	margin-top: .6rem;
	display: flex;
}

.hd-timeout .flexs {
	flex: 1;
}

.hd-timeout .flexs span:first-child {
	display: flex;
	padding: .14rem;
}

.hd-timeout .flexs span:last-child {
	font-size: .22rem;
	margin-top: .06rem;
	color: #BFBFBF;
	display: block;
}

.hd-timeout .flexs i {
	flex: 1;
	width: .25rem;
	height: .44rem;
	background: url(../images/icon-timeout.png)no-repeat center -4.5rem;
	background-size: .25rem auto;
}

.hd-timeout .flexs i.num0 {
	background-position-y: 0;
}

.hd-timeout .flexs i.num1 {
	background-position-y: -.5rem;
}

.hd-timeout .flexs i.num2 {
	background-position-y: -1rem;
}

.hd-timeout .flexs i.num3 {
	background-position-y: -1.5rem;
}

.hd-timeout .flexs i.num4 {
	background-position-y: -2rem;
}

.hd-timeout .flexs i.num5 {
	background-position-y: -2.5rem;
}

.hd-timeout .flexs i.num6 {
	background-position-y: -3rem;
}

.hd-timeout .flexs i.num7 {
	background-position-y: -3.5rem;
}

.hd-timeout .flexs i.num8 {
	background-position-y: -4rem;
}

.hd-timeout .flexs i.num9 {
	background-position-y: -4.5rem;
}

.hd-timeout span.maohao {
	position: relative;
}

.hd-timeout span.maohao:before {
	content: "";
	position: absolute;
	top: .24rem;
	left: -.12rem;
	width: .25rem;
	height: .44rem;
	background: url(../images/icon-timeout.png)no-repeat center -5rem;
	background-size: .25rem auto;
}

.hd-timeout .order {
	display: block;
	width: 2.8rem;
	margin: .7rem auto 0;
	height: .66rem;
	line-height: .66rem;
	background: linear-gradient(45deg,rgba(247,87,87,1) 0%,rgba(213,33,54,1) 100%);
	border-radius: .4rem;
	font-size: .28rem;
	font-family: PingFang SC;
	color: rgba(255,255,255,1);
}

#faceBox {
}

#faceBox ul {
	width: 100%;
	padding-top: .2rem;
	height: 2.4rem;
	background: #FFF;
}

#faceBox .facelist li {
	width: 14.28%;
	height: .8rem;
	line-height: .8rem;
	vertical-align: middle;
	background: #FFF;
	display: flex;
}

#faceBox .facelist li a {
	display: block;
	width: .6rem;
	height: .6rem;
	margin: .1rem auto 0;
	vertical-align: middle;
	background: #FFF;
}

#faceBox .facelist .item-del a {
	margin-top: .2rem;
	width: .5rem;
	height: .4rem;
}

#faceBox .facelist li img {
	display: block;
	width: 100%;
	height: 100%;
}

#inputChat img {
	display: inline-block;
	width: .4rem;
	height: .4rem;
}

.shuLive {
	position: relative;
	z-index: 0;
	background-color: #666;
}

.shuBox {
	z-index: 9;
}

.shu-chat {
	height: 50vh;
	min-height: 4rem;
	max-height: 5rem;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 750px;
	margin: 0 auto;
}

#chatScroll {
	overflow: hidden;
	height: 100%;
}

.shu-chat .scrollBox {
	padding: 0 .3rem;
}

.shu-chat .oneCont {
	display: inline-block;
	padding: .14rem .24rem;
	background: rgba(0,0,0,.4);
	border-radius: .3rem;
}

.shu-chat .chat-cont>div .text {
	color: #FFF;
}

.shu-chat .welcome {
	color: #FFA000;
}

.shu-chat .live-chat .chat-left button {
	background-color: rgba(0,0,0,.6);
}

.shu-chat .live-chat .faceIcon {
	background-image: url(../images/icon-face3.png);
}

.shu-chat.chatlist .btn-latest {
	bottom: 1.08rem;
}

.shu-chat .chat-cont .tag {
	color: #FFF;
	background-color: #D52338;
	position: relative;
	display: inline-block;
	padding: 1px 0.12rem;
	line-height: 1.2;
	margin-right: 0.1rem;
	border-radius: 0.5rem;
	font-size: 0.22rem;
}

.shuCont {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.shuCont .top {
	font-size: .3rem;
	padding: 0 .3rem;
	color: #FFF;
	height: 1.5rem;
	line-height: 1.5rem;
	overflow: hidden;
	background: linear-gradient(180deg,rgba(0,0,0,.5) 0%,rgba(255,255,255,0) 100%);
}

.shuCont .top .img {
	display: inline-block;
	vertical-align: middle;
	margin-left: .1rem;
	overflow: hidden;
	border-radius: 50%;
	width: .58rem;
	height: .58rem;
}

.shuCont .top .img img {
	display: block;
	width: 100%;
	height: 100%;
}

.shuCont .tag-hf {
	padding-left: .3rem;
}

.shuCont .tag-hf span {
	font-size: .28rem;
	color: #FFF;
	padding: .14rem .25rem;
	background: rgba(0,0,0,0.5);
	border-radius: .3rem;
}

#liveCanvas {
	position: absolute;
	top: 0;
	left: 50%;
	transform-origin: top center;
	transform: translate(-50%,0) scale(.5);
}

#video-container .video-wrap {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	z-index: 0;
	-webkit-user-select: none;
	user-select: none;
}

#video-container .video-wrap.portrait video {
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	width: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	user-select: none;
}

#video-container .play-btn {
	position: absolute;
	left: 50%;
	bottom: 50%;
	width: 1rem;
	height: 1rem;
	margin-left: -.5rem;
	margin-top: -.5rem;
}

.ios #video-container .play-btn {
	bottom: 6.2rem;
}

#video-container .bg {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #666;
	opacity: .99;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

#video-container .icon-play {
	background-size: 1rem 1rem;
	background-image: url(../images/btn-video1.png);
}

.reviewBox {
	position: fixed;
	left: 100%;
	top: 1rem;
	bottom: 0;
	width: 50%;
	z-index: 10;
	transition: left .4s;
}

.reviewBtn {
	position: fixed;
	right: .3rem;
	bottom: 1.2rem;
	z-index: 1;
}

.reviewBtn span {
	display: block;
	width: .72rem;
	height: .72rem;
	border-radius: 50%;
	background: url(../images/option-btn.png)no-repeat center center;
	background-size: .72rem;
	box-shadow: 0 0 .3rem .1rem rgba(0,0,0,.1);
}

.reviewList {
	position: relative;
	z-index: 2;
	background-color: rgba(0,0,0,.8);
	padding: .2rem 0;
	height: 100%;
	box-sizing: border-box;
}

.reviewList ul {
	height: 100%;
	box-sizing: border-box;
	overflow-y: scroll;
}

.reviewList .item {
	padding: .3rem 0;
}

.reviewList .item a {
	display: block;
	color: #FFF;
	line-height: .32rem;
	padding: 0 .3rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.reviewList .item.active a {
	color: #D52338;
}

.mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0);
	height: 100vh;
	overflow: hidden;
	z-index: 1;
}

.mask.Black0 {
	background: rgba(0,0,0,.1);
}

.mask.Black70 {
	background-color: rgba(0,0,0,.7);
}

.bg-F0 {
	background: #F0F0F0;
}

.checkActTicket {
	position: relative;
}

.checkActTicket .actBanner img {
	width: 100%;
	display: block;
}

.checkActTicket .qrCode {
	margin: .4rem .3rem;
	overflow: hidden;
	background: #FFF;
	border-radius: .06rem;
	text-align: center;
}

.checkActTicket .topPart {
	border-bottom: 1px dashed #D6D6D6;
	position: relative;
}

.checkActTicket .topPart,.checkActTicket .btmPart {
	padding: .3rem .2rem;
}

.checkActTicket .info {
	line-height: .5rem;
	font-size: .26rem;
	color: #333;
}

.checkActTicket .imgShow {
	margin: .2rem auto;
	width: 2.58rem;
	height: 2.58rem;
	background-color: #FFF;
	padding: .1rem;
	box-shadow: 0 0 .2rem .06rem rgba(164,164,164,.57);
}

.checkActTicket .imgShow img {
	display: block;
	width: 100%;
}

.checkActTicket .imgInfo {
	color: #666;
	font-size: .24rem;
	line-height: 1;
	padding: .2rem 0 0;
}

.checkActTicket .circle {
	position: absolute;
	bottom: -.14rem;
	display: block;
	width: .28rem;
	height: .28rem;
	border-radius: 50%;
	background-color: #F0F0F0;
}

.checkActTicket .circle-le {
	left: -.14rem;
}

.checkActTicket .circle-ri {
	right: -.14rem;
}

.checkActTicket .codeNumber {
	margin: .2rem auto;
	padding: .2rem 0;
	width: 77%;
	border-radius: .06rem;
	border: 2px solid #FFCED4;
	font-size: .36rem;
	line-height: 1;
	color: #333;
}

.showLogo {
	padding: 1rem 0;
	text-align: center;
}

.showLogo img {
	display: block;
	width: 1.64rem;
	margin: 0 auto;
}

.showLogo .name {
	margin: .1rem;
	color: #333;
	font-size: .36rem;
	font-weight: bold;
}

.bossLoginPage {
}

.bossLoginPage .login {
	padding: 0 .6rem;
}

.bossLoginPage .input {
	position: relative;
	display: block;
	border-bottom: 1px solid #EEE;
	margin-bottom: .4rem;
	padding-right: .6rem;
}

.bossLoginPage .input input {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: .2rem 0;
	font-size: .3rem;
	caret-color: red;
}

.bossLoginPage .btn-clear {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	width: 0.4rem;
	height: 0.4rem;
	background: url(../images/icon-close.png) no-repeat;
	background-size: 100% auto;
	font-size: 0;
}

.bossLoginPage .btn-submit {
	margin-top: .8rem;
	display: block;
	width: 100%;
	font-size: .32rem;
	color: #FFF;
	height: .84rem;
	line-height: .84rem;
	border-radius: .42rem;
	background-image: -moz-linear-gradient(-3deg,rgb(247,87,87) 0%,rgb(213,33,54) 100%);
	background-image: -webkit-linear-gradient(-3deg,rgb(247,87,87) 0%,rgb(213,33,54) 100%);
	background-image: -ms-linear-gradient(-3deg,rgb(247,87,87) 0%,rgb(213,33,54) 100%);
	box-shadow: 0 .05rem .1rem 0 rgba(254,165,165,0.6);
}

.Yzh-recommend {
	position: absolute;
	top: 1rem;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 750px;
	box-sizing: border-box;
}

.Yzh-recommend-left {
	float: left;
	width: 22.7%;
	height: 100%;
	overflow-y: auto;
	line-height: 1.06rem;
	text-align: center;
}

.Yzh-recommend-left .items li {
	background: #F5F5F5;
}

.Yzh-recommend-left .items li.active {
	background: #FFF;
}

.Yzh-recommend-left .items a {
	color: #666;
	font-size: .28rem;
	display: block;
	position: relative;
}

.Yzh-recommend-left .items a:before {
	content: "";
	display: block;
	width: .04rem;
	height: .3rem;
	background-color: #F5F5F5;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.Yzh-recommend-left .items .active a {
	color: #D52338;
	font-weight: bold;
}

.Yzh-recommend-left .items .active a:before {
	background-color: #D52338;
}

.Yzh-recommend-right {
	float: right;
	width: 77.3%;
	height: 100%;
	overflow: hidden;
}

.Yzh-recommend-right .items {
	padding: 0 .3rem 0 .15rem;
}

.Yzh-recommend-right .items li {
	position: relative;
	border-bottom: 1px solid #EEE;
	padding: .4rem 0;
	overflow: hidden;
}

.Yzh-recommend-right .avatar {
	padding: 0 .2rem;
	float: left;
}

.Yzh-recommend-right .avatar img {
	display: block;
	width: .98rem;
	height: .98rem;
	border-radius: 50%;
}

.Yzh-recommend-right .info {
	width: 2.4rem;
	float: left;
}

.Yzh-recommend-right .info h6 {
	line-height: 1;
	margin-top: .2rem;
	margin-bottom: .1rem;
	color: #333;
	font-size: .3rem;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Yzh-recommend-right .info p {
	color: #999;
	font-size: .24rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Yzh-recommend-right .btn-Guanzhu {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	padding: .12rem .22rem .1rem;
	border: 1px solid #D52338;
	border-radius: .5rem;
	color: #D52338;
	line-height: 1;
	font-size: .24rem;
}

.Audio-share {
	color: #333;
}

.Audio-share .audio {
	padding: 0;
}

.Audio-share .audio .title {
	padding: .52rem 0 .48rem;
}

.Audio-share .audio .title h3 {
	white-space: normal;
	padding: 0;
	font-size: .36rem;
	line-height: .5rem;
}

.Audio-share .audio .cover {
	width: 3.40rem;
	height: 4.08rem;
	margin-bottom: .58rem;
}

.Audio-share .audio .cover .tovideo {
	display: block;
	position: absolute;
	left: 50%;
	bottom: .5rem;
	transform: translateX(-50%);
	border-radius: .4rem;
	color: #FFF;
	background-color: rgba(0,0,0,.5);
	padding: .12rem .22rem;
	white-space: nowrap;
	font-size: .24rem
}

.Audio-share .audio .cover img {
	width: 100%;
	height: 100%;
	display: block;
}

.Audio-share .audio .cover.style .fillter {
	-webkit-filter: blur(15px);
	filter: blur(15px);
}

.Audio-share .audio .cover.style .shade {
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(51,51,51,.5);
	position: absolute;
	left: 0;
	top: 0;
}

.Audio-share .audio .cover.style .littleImg {
	position: absolute;
	left: 50%;
	top: .84rem;
	border-radius: .06rem;
	width: 2rem;
	height: 1.8rem;
	overflow: hidden;
	transform: translateX(-50%);
}

.Audio-share .audio .cover.style .littleImg img {
	display: block;
	width: 2;
	height: 1.8rem;
}

.Audio-share .audio .cover.style i.icon {
	margin-top: -.74rem;
}

.Audio-share .audio .set {
	text-align: center;
	font-size: #333
}

.Audio-share .audio .set a {
	margin: 0 .2rem;
	display: inline-block;
	padding: 0 .18rem 0 .2rem;
	height: .38rem;
	line-height: .38rem;
	border: 1px solid;
	border-radius: .3rem;
	font-size: .22rem;
}

.Audio-share .audio .set a i {
	display: inline-block;
	margin-left: .1rem;
	width: .16rem;
	height: .2rem;
	background: url(../images/icon-arrow-btm.png)no-repeat right center;
	background-size: .16rem auto;
	vertical-align: middle;
}

.Audio-share .audio .timeline {
	margin: .9rem .45rem 0;
	position: relative;
	width: auto;
}

.Audio-share .audio .duration {
	background-color: #333;
	font-size: .2rem;
	color: #FFF;
	text-align: center;
	padding: .08rem .15rem .05rem;
	border-radius: .3rem;
	height: auto;
	z-index: 999;
}

.Audio-share .audio .newline .btn {
	background: none;
	z-index: 5;
	width: auto;
}

.Audio-share .audio .open-app {
	width: 4.4rem;
	height: .8rem;
	line-height: .8rem;
	font-size: .28rem;
	box-shadow: 0px 4px 5px 0px rgba(240,73,73,0.55);
}

.Audio-share .audio .cover i.icon {
	width: .88rem;
	height: .88rem;
	margin-top: -.44rem;
	margin-left: -.44rem;
	background-image: url(../images/audio-btn-off.png);
}

.Audio-share .audio .cover.state-0 i.icon {
	background-image: url(../images/audio-btn-on.png);
}

.Audio-share .options {
	position: relative;
	font-size: .22rem;
	color: #333;
	text-align: center;
}

.Audio-share .audio .bar {
	background-color: #F55556;
}

.Audio-share .options .op_item {
	width: .54rem;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-40%);
}

.Audio-share .options .op_item.op_l {
	left: .45rem;
}

.Audio-share .options .op_item.op_r {
	right: .45rem;
}

.Audio-share .options .op_item.op_r.isclick {
	color: #999;
}

.Audio-share .options .op_item.op_r .wordN,.Audio-share .options .op_item.op_r.isclick .wordY {
	display: none;
}

.Audio-share .options .op_item.op_r.isclick .wordN {
	display: block;
}

.Audio-share .options .op_item img {
	display: block;
	margin: 0 auto;
	width: .4rem;
}

.Audio-share .options .op_item span {
	display: block;
	margin-top: .1rem;
}

.Audio-share .splitline {
	display: block;
	padding: 0;
	margin: 0;
	height: .2rem;
	background-color: #F5F5F5;
}

.Audio-share .shoper {
	padding: .38rem 2rem .38rem 1.45rem;
	height: 1.2rem;
	position: relative;
}

.Audio-share .shoper img {
	display: block;
	width: 1rem;
	height: 1.2rem;
	border-radius: .06rem;
	margin-left: -1.2rem;
	float: left;
}

.Audio-share .shoper.style,.Audio-share .shoper.style .img {
	height: .9rem;
}

.Audio-share .shoper .s_title {
	font-size: .3rem;
	line-height: .4rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.Audio-share .shoper .s_name {
	margin: .1rem .1rem .1rem 0;
	font-size: .24rem;
	color: #666;
	display: block;
}

.Audio-share .shoper.style .s_name {
	display: inline-block;
}

.Audio-share .shoper .s_num {
	font-size: .22rem;
	color: #999;
}

.Audio-share .shoper .btn {
	position: absolute;
	top: 50%;
	right: .45rem;
	transform: translateY(-50%);
	color: #FFF;
	font-size: .28rem;
	text-align: center;
	display: block;
	width: 1.3rem;
	height: .52rem;
	line-height: .52rem;
	background: linear-gradient(90deg,rgba(247,87,87,1) 0%,rgba(213,33,54,1) 100%);
	border-radius: .3rem;
}

.Audio-share.popup-box {
	position: fixed;
	width: 56%;
	padding: .52rem;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	opacity: 1;
}

.Audio-share.popup-box a.link {
	width: auto;
	height: .8rem;
	line-height: .8rem;
	margin: 0 .2rem;
}

.Audio-share.popup-box img.img {
	width: 1.8rem;
	height: 2.16rem;
	display: block;
	margin: 0 auto .36rem;
	border-radius: .06rem;
}

.Audio-share.popup-box h6.title,.Audio-share.popup-box p.cont {
	font-size: .3rem;
	font-weight: normal;
}

.Audio-share.popup-box p.cont {
	margin: .24rem 0 .52rem;
}

.Course-recomd {
	position: relative;
	padding: 0 .3rem;
}

.module_t1 {
	padding: .3rem 0;
}

.module_t1 span {
	font-size: .36rem;
	color: #333;
	font-weight: bold;
}

.module_t1 a.fr {
	font-size: .24rem;
	color: #999;
	margin-top: .08rem;
	padding-right: .24rem;
	position: relative;
}

.module_t1 a.fr:before {
	content: "";
	display: block;
	width: .24rem;
	height: .4rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/icon-v-more.png) no-repeat center center;
	background-size: .13rem auto;
}

.Course-recomd .item {
	display: block;
	width: 48%;
	float: left;
}

.Course-recomd .item:nth-child(2n) {
	float: right;
}

.Course-recomd .item .div {
	position: relative;
	border-radius: .06rem;
	overflow: hidden;
	min-height: 1.44rem;
}

.Course-recomd .item .div i {
	display: block;
	background: rgba(0,0,0,.5);
	font-style: normal;
	border-radius: .2rem;
	font-size: .18rem;
	color: #FFF;
	padding: .06rem .14rem;
	position: absolute;
	bottom: .1rem;
	right: .1rem;
}

.Course-recomd .item img {
	display: block;
	width: 100%;
}

.Course-recomd .item .h5 {
	font-size: .3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: .22rem 0 .18rem;
	line-height: 1;
}

.Course-recomd .item .p {
	color: #999;
	font-size: .24rem;
}

.Course-recomd .item .p.m {
	margin: .12rem 0 .34rem;
	line-height: .3rem;
	font-size: .26rem;
	height: .3rem;
}

.Course-recomd .item .p .fr {
	font-size: .22rem;
}

.Course-recomd .item .p .prep {
	display: none;
}

.Course-recomd .item .p.price1 {
	color: #D52338;
}

.Course-recomd .item .p.price1 .prep {
	display: inline-block;
	color: #999;
	text-decoration: line-through;
	font-size: .22rem;
	line-height: 1;
}

.Course-recomd .item .p.price2 {
	color: #C99452;
}

.vipp {
	color: #5E3B20;
	position: relative;
	border-radius: .06rem;
	padding: 0 .08rem;
	padding-left: .54rem;
	border: 1px solid rgb(216,171,114);
}

.vipp:before {
	content: "VIP";
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	bottom: -1px;
	width: .52rem;
	text-align: center;
	line-height: .38rem;
	border-radius: .06rem 0 0 .06rem;
	font-size: .22rem;
	background-image: -moz-linear-gradient(0deg,rgb(215,169,112) 0%,rgb(242,209,158) 99%);
	background-image: -webkit-linear-gradient(0deg,rgb(215,169,112) 0%,rgb(242,209,158) 99%);
	background-image: -ms-linear-gradient(0deg,rgb(215,169,112) 0%,rgb(242,209,158) 99%);
}

.Course-recomd .item em {
	font-style: normal;
}

.Audio-list {
	position: fixed;
	left: 0;
	right: 0;
	bottom: -9rem;
	height: 8rem;
	background-color: #FFF;
	z-index: 1001;
	overflow: hidden;
	border-radius: .12rem .12rem 0 0;
}

.Audio-list .options {
	padding: .2rem .3rem;
	height: .7rem;
	line-height: .7rem;
	border-bottom: 1px solid rgba(238,238,238,1);
}

.Audio-list .options a {
	display: block;
	float: left;
	vertical-align: middle;
	font-size: .3rem;
	font-weight: bold;
}

.Audio-list .options a.r {
	float: right;
}

.Audio-list .options img {
	display: inline-block;
	vertical-align: middle;
	width: .36rem;
	margin-right: .08rem;
}

.Audio-list .options span {
	vertical-align: middle;
}

.Audio-list .close {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-top: 1px solid rgba(238,238,238,1);
	background-color: #FFF;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	font-size: .32rem;
}

.A-list {
	line-height: .9rem;
	padding: .2rem .3rem;
}

.A-list li.listen-y,.A-list li.listen-n {
	position: relative;
	padding-right: .64rem;
}

.A-list li.listen-y:after {
	content: "试听";
	display: block;
	padding: .02rem .08rem;
	border: 1px solid;
	color: #D52338;
	font-size: .22rem;
	border-radius: .2rem;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	line-height: 1;
}

.A-list li.listen-n:after {
	content: "";
	display: block;
	width: .3rem;
	height: .3rem;
	position: absolute;
	top: 50%;
	right: .16rem;
	transform: translateY(-50%);
	background: url(../images/icon-kc-lock.png)no-repeat center center;
	background-size: .28rem auto;
}

.A-list li.active {
	color: #D52338;
	padding-left: .42rem;
}

.A-list li.active:before {
	content: "";
	display: block;
	width: .3rem;
	height: .38rem;
	margin-top: .22rem;
	float: left;
	margin-left: -.42rem;
	background: url(../images/icon-voice-bfz.gif)no-repeat center center;
	background-size: .36rem auto;
}

.A-list li.active.suspend:before {
	background-image: url(../images/icon-vkc-suspend.png);
}

.A-list li p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.Audio-article.news {
	padding: 0 .5rem;
}

.Audio-article.news .author {
	background-color: #FFF;
	padding: 0;
}

.Audio-article.news .author a.attent {
	padding: 0.1rem 0.24rem .08rem;
	margin-top: .22rem;
	border-radius: .3rem;
	line-height: 1;
}

.Audio-article .author a.attent.attented {
	color: #999;
	border-color: #999;
}

.Audio-article.news .author img {
	width: .9rem;
	height: .9rem;
	margin-right: .2rem;
}

.Audio-article.news .author .name {
	line-height: 1.6;
}

.Audio-article.news .author .position {
	font-size: .24rem;
	margin-top: .1rem;
}

.Audio-article.news .author .info {
	width: 60%;
	overflow: hidden;
}

.Audio-article.news .article {
	border-top: 1px solid rgba(238,238,238,1);
	margin-top: .45rem;
	padding-top: .54rem;
}

.Audio-article.news .article p {
	line-height: 2;
	margin-bottom: .2rem;
	color: #333;
}

.HD_order {
	padding-bottom: 1rem;
}

.HD_order .orderInfo {
	background-color: #FFF;
}

.HD_order .orderInfo-bg {
	height: 1.6rem;
	overflow: hidden;
	position: relative;
}

.HD_order .orderInfo-bg img {
	display: block;
	position: absolute;
	top: -99%;
	left: 50%;
	transform: translateX(-50%);
	width: 180%;
	webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	-o-filter: blur(5px);
	filter: blur(5px);
	z-index: 0;
}

.HD_order .orderInfo-bg:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgb(0,0,0,.26);
	z-index: 1;
}

.HD_order .orderInfo-cont {
	padding: .24rem;
	margin: -1.04rem .3rem 0;
	background-color: #FFF;
	display: flex;
	position: relative;
	justify-content: space-between;
	z-index: 2;
	box-shadow: 0 .04rem .16rem 0 rgba(0,0,0,0.1);
	border-radius: .08rem;
}

.HD_order .orderInfo-cont.jxt {
	display: block;
}

.HD_order .orderInfo-cont .box {
	display: flex;
	justify-content: space-between;
	background-color: #FFF;
	position: relative;
	z-index: 2;
}

.HD_order .orderInfo-cont .img {
	overflow: hidden;
	border-radius: .06rem;
	width: 27.9%;
	height: 1.26rem;
}

.HD_order.course .orderInfo-cont .img {
	width: 2rem;
	height: 1.12rem;
}

.HD_order .column .orderInfo-cont .img {
	width: 15.9%;
}

.HD_order .orderInfo-cont img {
	display: block;
	width: 100%;
	height: 100%;
}

.HD_order .orderInfo-cont .ri {
	flex: 1;
	margin-left: 3.1%;
	max-width: 69%;
}

.HD_order .column .orderInfo-cont .ri {
	max-width: 81%;
}

.HD_order .orderInfo-cont .name {
	font-size: .3rem;
	color: #444;
	line-height: 1;
}

.HD_order .orderInfo-cont .intro {
	font-size: .24rem;
	color: #999;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1;
	overflow: hidden;
	padding: .2rem 0;
}

.HD_order.course .orderInfo-cont .intro {
	padding: .13rem 0 .17rem;
}

.HD_order .orderInfo-cont .price {
	font-size: .3rem;
	color: #D52338;
	text-align: right;
	line-height: 1;
}

.HD_order .orderCode {
	display: flex;
	margin-top: .2rem;
	font-size: .26rem;
	align-items: baseline;
}

.HD_order .orderCode-m {
	padding: 0 .3rem;
	height: .9rem;
	line-height: .9rem;
	font-size: .26rem;
	align-items: baseline;
}

.HD_order .codeBox .HD_order_name {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.HD_order .codeBox input {
	flex: auto;
	margin-left: .1rem;
	font-weight: normal;
}

.HD_order .orderNum {
	background-color: #FFF;
	padding: 0 .3rem;
	border-bottom: 1px solid #F8F8F8;
	height: 1.06rem;
	line-height: 1.06rem;
	font-size: .3rem;
}

.HD_order .orderNum .btn {
	display: inline-block;
	width: .5rem;
	height: .6rem;
	background: no-repeat center center;
	background-size: .4rem auto;
	vertical-align: middle;
}

.HD_order .orderNum .less {
	margin-right: .1rem;
	background-image: url(../images/btnNum-less.png);
}

.HD_order .orderNum .less.enough {
	background-image: url(../images/btnNum-lessN.png);
}

.HD_order .orderNum .more {
	margin-left: .1rem;
	background-image: url(../images/btnNum-more.png);
}

.HD_order .orderNum .more.enough {
	background-image: url(../images/btnNum-moreN.png);
}

.HD_order .orderType {
	background-color: #FFF;
	padding: 0 .3rem;
}

.HD_order_name {
	color: #999;
	font-size: .3rem;
}

.HD_order .orderType .HD_order_name,.HD_order .orderTime .HD_order_name {
	line-height: 1;
	padding: .38rem 0 .3rem;
}

.HD_order .orderType-list .item {
	position: relative;
	margin: 0 0 .32rem;
	border-radius: .1rem;
	border: 1px solid #F95F71;
	overflow: hidden;
	transition: all .3s;
}

.HD_order .orderType-list .item.active {
	box-shadow: 0 0 .1rem .04rem rgba(242,68,84,.2);
}

.HD_order .orderType-list .select {
	display: block;
	width: .26rem;
	height: .26rem;
	border-radius: 50%;
	background: url(../images/icon-o-slct.png)no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	top: .1rem;
	right: .1rem;
}

.HD_order .orderType-list .item.active .select {
	background-image: url(../images/icon-o-slctE.png);
}

.HD_order .orderType-list .name {
	padding: 0 .3rem;
	height: .98rem;
	line-height: .98rem;
	background: url(../images/bg-order.png)no-repeat center center;
	background-size: 102%;
	border-radius: .08rem;
	font-size: .4rem;
	color: #FFF;
}

.HD_order em,.HD_order i {
	font-style: normal;
}

.HD_order .orderType-list .name em {
	font-size: .3rem;
}

.HD_order .orderType-list .name span {
	padding-left: .1rem;
}

.HD_order .orderType-list .intro {
	font-size: .24rem;
	color: #939393;
	padding: .2rem .32rem .22rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.HD_order .orderTime {
	background-color: #FFF;
	padding: 0 .3rem .24rem;
}

.HD_order .orderTime-list .item {
	border: 1px solid #E2E2E2;
	padding: .2rem .3rem;
	margin: 0 0 .12rem;
	transition: all .3s;
}

.HD_order .orderTime-list .item.active {
	border-color: #D52338;
}

.HD_order .orderTime-list .line1 {
	font-size: .28rem;
	color: #333;
}

.HD_order .orderTime-list .line1 .fr {
	color: #D52338;
}

.HD_order .orderTime-list .line1 .extra {
	display: block;
	float: right;
	background: url(../images/icon-timeclip2.png)no-repeat center center;
	background-size: 100% 100%;
	line-height: 1;
	color: #FFF;
	font-size: .2rem;
	padding: 2px .09rem;
	margin-left: .04rem;
	margin-top: -.04rem;
}

.HD_order .orderTime-list .line2 {
	margin-top: .04rem;
	font-size: .22rem;
	color: #A1A1A1;
}

.HD_order .orderTime-list .line2 .fr {
	color: #CCC;
}

.HD_order .orderTime-list .line2 .fr em {
	text-decoration: line-through;
}

.HD_order .orderCode {
	display: flex;
}

.HD_order .orderPay {
	background: #FFF;
	padding: 0 .3rem;
	margin: .2rem 0;
}

.HD_order .orderPay-title {
	font-size: .32rem;
	color: #999;
	line-height: .96rem;
	font-weight: normal;
}

.HD_order .orderPay-list .item {
	position: relative;
	line-height: 1.12rem;
	font-size: .3rem;
	color: #333;
	border-top: 1px solid #EEEEEE;
	transition: all .3s;
}

.HD_order .orderPay-list .img,.HD_order .orderPay-list .img img {
	display: inline-block;
	width: .58rem;
	height: .58rem;
	vertical-align: middle;
}

.HD_order .orderPay-list .name {
	display: inline-block;
	padding-left: .28rem;
}

.HD_order .orderPay-list .select {
	display: block;
	width: .42rem;
	height: .42rem;
	background: url(../images/icon-pay-slct.png)no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.HD_order .orderPay-list .item.active .select {
	background-image: url(../images/icon-pay-slctE.png);
}

.HD_order .orderSure {
	height: .98rem;
	line-height: .98rem;
}

.HD_order .orderSure .le {
	color: #D52338;
	font-size: .32rem;
	width: 65.3%;
	box-sizing: border-box;
	padding: 0 .3rem;
	text-align: right;
}

.HD_order .orderSure .ri {
	color: #FFF;
	font-size: .28rem;
	width: 34.7%;
	background: linear-gradient(90deg,rgba(247,87,87,1) 0%,rgba(213,33,54,1) 100%);
}

.HD_order .orderDress {
	position: relative;
	background-color: #FFF;
	padding: .3rem .3rem .24rem;
}

.HD_order .orderDress .HD_order_name {
	line-height: .3rem;
	color: #333;
	font-weight: bold;
}

.HD_order .orderDress .addAdres {
	float: right;
	color: #D52338;
}

.HD_order .orderDress .addAdres img,.HD_order .orderDress .addAdres i {
	vertical-align: middle;
}

.HD_order .orderDress .addAdres img {
	display: inline-block;
	width: .36rem;
}

.HD_order .orderCode .to,.HD_order .orderDress .to {
	position: absolute;
	right: .3rem;
	top: 50%;
	transform: translateY(-50%);
	width: .3rem;
	height: .4rem;
	background: url(../images/icon-more3.png)no-repeat right center;
	background-size: .18rem;
}

.HD_order .orderDress-box {
	padding: .1rem 0 .06rem;
	display: none;
}

.HD_order .orderDress-box .line1 {
	font-size: .3rem;
	font-weight: bold;
	line-height: 1;
}

.HD_order .orderDress-box .phone {
	padding-left: .2rem;
}

.HD_order .orderDress-box .line2 {
	color: #666;
	margin-top: .1rem;
	line-height: 1.4;
	font-size: .24rem;
	padding-right: .4rem;
}

.HD_order .item-inner {
	padding: .3rem 0;
	line-height: .4rem;
	font-size: .3rem;
}

.HD_order .item-title {
	float: left;
	width: 22%;
	color: #666;
	vertical-align: middle;
}

.HD_order .item-input {
	float: left;
	width: 78%;
	vertical-align: middle;
	font-size: .32rem;
}

.HD_order .item-input input {
	display: block;
	width: 100%;
	padding: 0;
	height: .4rem;
}

.PayState {
	padding-top: 2rem;
}

.PayState em {
	font-style: normal;
}

.PayState .stateicon {
	display: block;
	width: .5rem;
	margin: 0 auto;
}

.PayState .stateword {
	text-align: center;
	font-size: .36rem;
	color: #333;
	line-height: 1;
	margin-top: .26rem;
}

.PayState .statecont {
	margin: .66rem .5rem 0;
	font-size: .3rem;
	color: #666;
	line-height: .48rem;
}

.PayState .options {
	margin-top: 1.3rem;
	text-align: center;
}

.PayState .options a {
	display: inline-block;
	width: 2.28rem;
	height: .64rem;
	line-height: .64rem;
	font-size: .32rem;
	text-align: center;
	margin: 0 .35rem;
	color: #D52338;
	border-radius: .4rem;
	border: 1px solid;
}

.PayState .options a.btn-l {
}

.PayState .options a.btn-r {
	color: #FFF;
	background: linear-gradient(90deg,rgba(247,87,87,1) 0%,rgba(213,33,54,1) 100%);
}

.getAddress {
	display: none;
	font-size: .3rem;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 750px;
	bottom: 0;
	background-color: #FFF;
	z-index: 11;
}

.getAddress .title {
	text-align: center;
	font-size: .36rem;
	margin-top: -.36rem;
}

.getAddress .cancel,.getAddress .ctrlS {
	display: block;
	color: #666;
}

.getAddress .ctrlS {
	height: .7rem;
	line-height: .7rem;
	background-color: #D52338;
	display: block;
	margin: .3rem 0;
	color: #FFF;
	text-align: center;
	border-radius: .5rem;
}

.form-agree {
	margin: .16rem .32rem;
	line-height: 0.24rem;
	font-size: 0.24rem;
	color: #999;
}

.form-agree a {
	color: #c70000;
}

.form-agree .checkbox {
	position: relative;
	padding: .04rem 0 .04rem .32rem;
	display: inline-block;
	background: url(../images/icon-checkbox.png) no-repeat;
	background-position: left center;
	background-size: 0.25rem auto;
}

.form-agree .checkbox.checked {
	background-image: url(../images/icon-checkbox-on.png);
}

.course-list {
	padding: .2rem 0;
	background: #FFF;
}

.course-list ul {
	max-height: 4rem;
	overflow-y: auto;
}

.course-list li {
	padding: .2rem.3rem;
	display: flex;
	justify-content: space-between;
}

.course-list .left {
	width: 2rem;
	height: 1.12rem;
	margin-right: .3rem;
	position: relative;
}

.course-list .left img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: .06rem;
}

.course-list .left i {
	position: absolute;
	right: .1rem;
	bottom: .1rem;
	padding: .07rem .12rem .05rem;
	color: #FFF;
	font-size: .18rem;
	background: rgba(0,0,0,.5);
	border-radius: .2rem;
}

.course-list .right {
	flex: auto;
	width: 67%;
	position: relative;
}

.course-list .right h5 {
	font-size: .3rem;
	width: 100%;
	font-family: PingFang SC;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #444;
}

.course-list .right p {
	position: absolute;
	bottom: 0;
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.course-list .right p .le {
	font-size: .3rem;
	color: #D52338;
}

.course-list .right p em {
	font-size: .24rem;
}

.course-list .right p .ri {
	color: #999;
	font-size: .24rem;
}

.rowshow {
	overflow: hidden;
	overflow-y: auto;
}

.rowshow::-webkit-scrollbar-track-piece {
	background-color: rgba(0,0,0,0);
	border-left: 1px solid rgba(0,0,0,0);
}

.rowshow::-webkit-scrollbar {
	width: 3px;
	height: 13px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.rowshow::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,0.5);
	background-clip: padding-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-height: 28px;
}

.rowshow::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0,0,0,0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.fx-box {
	position: fixed;
	top: 1.44rem;
	right: 0;
	z-index: 9999;
	padding: 0 .2rem;
	height: .6rem;
	line-height: .6rem;
	border-radius: .3rem 0 0 .3rem;
	background: linear-gradient(90deg,rgba(247,87,87,1) 0%,rgba(213,33,54,1) 100%);
}

.fx-box a {
	text-align: center;
	display: block;
	color: #FFF;
	font-size: .24rem;
}


.new_pagediv {
	padding:25px 0 15px 0;
	height:40px;
	text-align: center;
	margin: 0 auto;
	clear: both;
	font-family: 'microsoft yahei';
	background-color:#ffffff;
	border-top: 1px solid #eee;
	
}

.new_pagediv ul {
	margin: 0 auto;
	display: inline-block;
}

.new_pagediv li {
	display: none;
	border-bottom: none;
	float: left;
	margin-left: 10px;
	height: 36px;
	line-height: 34px;
}

.new_pagediv .shang,.new_pagediv .xia{
	display:inline!important;
}


.new_pagediv li a {
	padding: 0px 14px;
	border: 1px solid #e5e5e5;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	display: inline-block;
}

.new_pagediv li:hover {
	background: #fff !important;
	cursor: pointer;
}

.new_pagediv li a:hover {
	background: #bf0505;
	color: #fff;
	border: 1px solid #e13f2e
}

.new_pagediv li a.prev,.new_pagediv li a.next {
	font-size: 14px;
	width: 82px;
	height: 34px;
	display: inline-block;
	text-align: center;
	padding: 0;
}

.new_pagediv li a.prev span,.new_pagediv li a.next span {
	font-family: 'microsoft yahei';
}

.new_pagediv li.page_cur a {
	background: #bf0505;
	color: #fff;
	border: 1px solid #e13f2e
}