html,
body {
	font-size: 0.2rem;
	height: 100%;
	position: relative;
	width: 100%;
	overflow-x: hidden;
}
.play-bottom .play-info-num,
.v-about .play-info-num{
    display: none;
}
body {
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
}
.c-ContentTypePhoto{
   height: 0.3rem;
   margin-right: 0.08rem;
}
.c-content_type{
    font-size: 0.16rem;
    font-weight: 400;
    color: #0B93E9;
    line-height: 0.26rem;
    border: 1px solid #0B93E9;
    border-radius: 0.06rem;
    padding: 0.03rem 0.07rem;
    margin-right: 0.08rem;
}
.container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;

}

.container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.container .top-nav {
	flex: 0 0 0.72rem;
	border-bottom: 1px solid #eeeeee;
	font-size: 0.26rem;
	line-height: 0.72rem;
	box-shadow: 0px 0px 3px #d3d3d3;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.container .top-nav .logo {
    height: 0.6rem;
    margin-top: 0.05rem;
    margin-left: 0.05rem;
}

.container .top-nav ul {
	width: 100%;
	overflow-x: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

.container .top-nav ul li {
	white-space: nowrap;
	margin: 0 0.28rem;
}

.container .top-nav ul li a {
	color: #333;
	border-bottom: 2px solid transparent;
	line-height: 0.68rem;
	display: inline-block;
	transition: all 300ms;
}

.container .top-nav ul li.ac a {
	color: #d3283d;
	border-bottom: 2px solid #d3283d;
}

.container .content {
	flex: 1;
	width: 100%;
	overflow-y: auto;
	margin-top: .2rem;
}

.container .content .banner {
	padding: 0 .3rem;
	height: 3.9rem;
	overflow: hidden;
}

.container .content .banner .banner-1 {
	-webkit-appearance: none;
	border-radius: .12rem !important;
	overflow: hidden;
	transform: translateY(0);
}

.banner img {
	width: 100%;
}

.banner .swiper-slide {
	position: relative;
}
 /* .live-preview-four img {
    width: calc((100% - 0.15rem) / 2);
} */
.live-preview-four img {
    width: 100%;
	min-height: 100%;
	aspect-ratio: 4 / 3;
    object-fit: cover;
}
.live-preview-six img {
    width: calc((100% - 0.1rem) / 3);
    height: 1.55rem;
    object-fit: cover;
}
 .live-preview-six {
    width: 97%;
    overflow: hidden;
}
  .live-preview-two .live-preview-four-cell,
  .live-preview-four .live-preview-four-cell{
	aspect-ratio: 4 / 3;
	width: calc(50% - 0.015rem);
	overflow: hidden;
}
 .live-preview-two ,
 .live-preview-four {
	width: 100%;display:flex;justify-content: space-between;
    overflow: hidden;
}
 .live-preview {
    display: flex;
    width: 100%;
    height: 1.55rem;
    overflow: hidden;
    margin-bottom: 0.05rem;
}
.live-preview-six img:nth-child(2),
.live-preview-six img:nth-child(3),
.live-preview-four img:nth-child(2) {
    margin: 0 0 0 0.05rem;
}

.live-preview-six:nth-child(2),
.live-preview-four:nth-child(2) {
    border-radius: 0.06rem 0.06rem 0 0;
    -webkit-border-radius: 0.06rem 0.06rem 0 0;
    -moz-border-radius: 0.06rem 0.06rem 0 0;
    -ms-border-radius:0.06rem 0.06rem 0 0;
    -o-border-radius: 0.06rem 0.06rem 0 0;
}
.live-preview-four:nth-child(3) {
	margin-top: 0.03rem;
    border-radius:0 0 0.06rem 0.06rem  ;
    -webkit-border-radius:0 0 0.06rem 0.06rem ;
    -moz-border-radius:0 0 0.06rem 0.06rem ;
    -ms-border-radius:0 0 0.06rem 0.06rem;
    -o-border-radius:0 0 0.06rem 0.06rem;
}
.img-three {
    border-radius:0 0 0 0.06rem  ;

}
.img-four {
    border-radius:0 0  0.06rem 0 ;

}
.banner .swiper-slide .banner-text {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 0.62rem;
	width: auto;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	width: 100%;
}

.banner .swiper-slide .banner-text p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
	padding-left: 0.2rem;
	font-size: 0.28rem;
}

.banner .swiper-container {
	height: 4.22rem;
}

.banner .swiper-pagination {
	position: absolute;
	z-index: 20;
	bottom: 0 !important;
	text-align: center;
	right: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 0.62rem;
	line-height: 0.62rem;
}

.swiper-pagination-bullet {
	opacity: 0.5;
	background: #ffffff;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #0071be;
}

.swiper-pagination-bullet:last-of-type {
	margin-right: 0.2rem !important;
}

.banner .swiper-slide {
	height: 3.9rem;
}

.container .bot-nav {
	flex: 0 0 0.72rem;
	border-top: 1px solid #eeeeee;
}


/*.list {
	padding: 0 .3rem;
}
.list  .list-item{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: top;
	padding: 0.27rem 0;
	border-top:1px solid #e8e8e8 ;
}
.list  .img-box{
	width: 2.20rem;
	height: 1.65rem;
	margin-right: 0.18rem;
	flex: 0 0 2.20rem;
}
.list  .img-box img{
	width: 100%;
	height: 100%;
}
.list .text-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.list .text-box h5{
	line-height: 0.44rem;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 0.3rem;
}
.list .text-box .data-from{
	color: #999999;
}
.list .text-box .article-about{
	display: flex;
	justify-content: space-between;

}
.list .text-box .article-about span{
	border: 1px solid #0071be;
	border-radius: 0.06rem;
	padding: 0 0.08rem;
	line-height: 0.28rem;
	color: #0071be;
	display: block;
}*/
.list {
	padding: 0 0.3rem;
}

.live-item {

	border-bottom: 1px solid #efefef;
	padding: 0.27rem 0;
	overflow: hidden;
}

.live-item .live-info {
	margin: 0rem 0 0.2rem 0;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	display: none;
	height: 0.4rem;
	line-height: 0.4rem;
}

.live-item .live-info .live-state {
	display: inline-block;
	border-radius: 5px;
	padding: 0px 10px 0 8px;
	line-height: 0.4rem;
	font-size: 0.24rem;
	margin-right: 8px;
	vertical-align: bottom;
	color: #FFF;
	font-weight: 500;
	overflow: hidden;
	height: 0.4rem;
	padding-top: 0.02rem;
}

.live-item .live-info .live-state i {
	display: inline-block;
	font-size: 0.28rem;
	vertical-align: bottom;
	padding: 0px 0.083rem 0px 0px;
	font-style: normal;
	/*line-height: 1.6rem;*/
	text-align: center;
	height: 100%;
}

.live-item .live-info .onlookers {
	color: #8e8e8e;
	font-size: 0.28rem;
	line-height: 0.4rem;
	display: inline-block;
	height: 0.4rem;
	padding-top: 0.04rem;
}

.live-item .live-info .onlookers code {
	color: #d3283d;
	margin-right: 0.04rem;
	font-weight: 600;
	line-height: 0.4rem;
	font-style: normal;
	font-family: "HelveticaNeue";
	font-weight: 500;
	font-size: 0.28rem;
	height: 100%;
	display: inline-block;
}

.live-item .live-state-review {
	background: #8b8b8b;
}

.live-item .live-state-live {
	background: #dc3f5f;
}

.live-item .live-state-wait {
	background: #88b04f;
}

.live-item .live-intro {
	line-height: 0.48rem;
	font-size: 0.32rem;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #1d1d1d;
	margin: 0.02rem 0 0.3rem 0;
}

.live-item .live-preview {
	position: relative;
	width: 100%;
	font-size: 0px;
	padding-bottom: 62.5%;
	height: 0px;
	overflow: hidden;
	margin-top: -3px;
	border-radius: .12rem;
}

.live-item .live-preview-img {
	width: 100%;
	min-height: 100%;
	position: absolute;
	border: none;
}

.live-item .tv-name {
	line-height: 0.5rem;
	font-size: 0.28rem;
	color: #1d1d1d;
}

.live-item .is-top {
	display: inline-block;
	position: absolute;
	right: 0px;
	text-align: center;
	background: #f90;
	border-radius: 0.06rem;
	padding: 0.01rem 0.12rem 0 0.12rem;
	line-height: 0.3rem;
	font-size: 0.22rem;
	vertical-align: bottom;
	color: #FFF;
	font-weight: 500;
}

.put-comp {
	position: relative;
}

.put-comp .header {
	font-size: .32rem;
	color: #000;
	font-weight: bold;
	padding: .2rem
		/* 10/50 */
		0;
	display: flex;
	align-items: center;
}

.put-comp .header .prev-label {
	display: inline-block;
	width: .08rem
		/* 2/50 */
	;
	height: .36rem
		/* 18/50 */
	;
	background-color: #039dfe;
	margin-right: .08rem
		/* 4/50 */
	;
}

.put-comp .scroll {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: scroll;
	scrollbar-width: none;
	/* firefox */
	-ms-overflow-style: none;
	/* IE 10+ */
}

.put-comp .scroll::-webkit-scrollbar {
	display: none;
	/* Chrome Safari */
}

.put-comp .scroll .item {
	flex: 1 0 33%;
	margin-right: .3rem
		/* 15/50 */
	;
}

.put-comp .scroll .item .img-wrapper {
	height: 0;
	padding-bottom: 80%;
	overflow: hidden;
	position: relative;
	border-radius: 0.12rem;
}

.put-comp .scroll .item .img-wrapper .img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.put-comp .scroll .item .img-wrapper .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.put-comp .scroll .item .title {
	line-height: 0.48rem;
	font-size: 0.32rem;
	/* font-weight: 500; */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* -webkit-line-clamp: 2; */
	-webkit-box-orient: vertical;
	color: #1d1d1d;
	margin: 0.02rem 0 0.3rem 0;
}

.put-comp .comp-more {
	position: absolute;
	top: .08rem
		/* 4/50 */
	;
	width: 100%;
	height: .6rem
		/* 30/50 */
	;
	line-height: .6rem
		/* 30/50 */
	;
	font-size: .36rem
		/* 18/50 */
	;
	text-align: right;
}

.put-comp .comp-more img {
	width: .13rem
		/* 6.5/50 */
	;
	height: .22rem
		/* 11/50 */
	;
}

.put-comp .live-item .henfu,
.put-comp .live-item .topic-banner {
	width: 100%;
	height: 1.3rem
		/* 65/50 */
	;
	border-radius: .12rem;
	overflow: hidden;
	position: relative;
}

.put-comp .mini-container {
	height: 1.3rem;
	width: 100%;
}

.put-comp .live-item .henfu.mini {
	width: 100%;
	height: 100%;
}

.put-comp .mini-logo {
	font-size: 10px;
	color: #eaeaea;
	position: absolute;
	top: 10px;
	right: 10px;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	display: flex;
	height: 22px;
	align-items: center;
	width: 60px;
	justify-content: center;
}

.put-comp .mini-logo img {
	width: 16px !important;
	height: 16px;
}

.put-comp .live-item .topic-banner {
	max-height: 80px;
	height: auto;
}

.put-comp .live-item .henfu img,
.put-comp .live-item .topic-banner img {
	width: 100%;
	max-height: 80px;
	/* object-fit: cover; */
}

.btn-two.pd-t-0 {
	padding-top: 0;
}

.put-comp .public-notice {
	display: flex;
	margin: 15px 0;
}

.put-comp .public-notice .img-wrapper {
	width: 50px;
	height: 50px;
	margin-right: 10px;
}

.put-comp .public-notice .img-wrapper img {
	width: 100%;
	height: 100%;
}

.put-comp .public-notice .pn-main {
	flex: 1;
	height: 50px;
	overflow: hidden;
}

.put-comp .public-notice .pn-main .slide {
	line-height: 0.48rem;
	font-size: 0.32rem;
	font-weight: 200;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #1d1d1d;
}

.put-comp .public-notice .pn-main .slide.live-item {
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: none;
}

#shareimg {
	margin: 0 auto;
	width: 0;
	height: 0;
	overflow: hidden;
}

.item-box .item-box-li {
	width: 100%;
	height: 100%;
	display: none;
}

.item-box .item-box-li:first-of-type {
	display: block;
}

/*按钮组*/
.btn-intr {
	border-bottom: 1px solid #efefef;
	padding: 0.27rem 0;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.btn-intr .btn-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 20%;
}

.btn-intr .btn-item img {
	width: 0.6rem;
	height: 0.6rem;
}

.btn-intr .btn-item span {
	line-height: 0.5rem;
	font-size: 0.22rem;
	color: #1d1d1d;
}

.button-box {
	border-bottom: 1px solid #efefef;
	padding: 0.27rem 0 0.15rem;
	overflow: hidden;
}

/* .button-box .v-img-box{
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	border-radius: 0.12rem;
}
.button-box .v-img{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}
.button-box .v-img img {
	width: 100%;
} */

.button-group {
	overflow: hidden;
	display: flex;
	flex-direction: row;
	/* align-items: center; */
	justify-content: space-between;
	flex-wrap: wrap;
}

.button-group .btn-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 20%;
	margin-bottom: .1rem;
	text-align: center;
}

.button-group .btn-item span {
	line-height: 20px;
	/* height: 26px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap; */
}

.button-group .btn-item .group-img-box {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}

.button-group img {
	width: .95rem;
	height: .95rem;
	border-radius: 0.06rem;
}

.button-group .btn-item .group-img {
	margin: 0 auto;
	height: 0;
	overflow: hidden;
	position: relative;
	border-radius: 0.12rem;
	width: 70%;
	padding-bottom: 70%;
}

.button-group-one {
	justify-content: center;
}

.button-group-all {
	justify-content: flex-start;
}

.button-group-one .btn-item .group-img {
	width: 70%;
	padding-bottom: 70%;
}

.button-group-two {
	width: 80%;
	margin: 0 auto;
}

.button-group-two .btn-item {
	width: 50%;
}

.button-group-two span {
	width: 60%;
}

.button-group-three {
	width: 75%;
	margin: 0 auto;
}

.button-group-three span {
	width: 90%;
}

.button-group-three .btn-item {
	width: 33%;
}

.button-group-four {
	width: 90%;
	margin: 0 auto;
}

.button-group-four span {
	width: 90%;
}

.button-group-four .btn-item {
	width: 25%;
}

.button-group-five span {
	width: 95%;
}

/* .button-group-one .btn-item{
	width: 25%;
}
.button-group-two .btn-item{
	width: 50%;
}
.button-group-three .btn-item{
	width: 33%;
}
.button-group-four .btn-item{
	width: 25%;
}
.button-group-five .btn-item{
	width: 20%;
}

.button-group-all .btn-item{
	width: 20%;
} */

/*双图*/
.btn-two {
	border-bottom: 1px solid #efefef;
	padding: 0.27rem 0;
	overflow: hidden;
}

.btn-two-list {
	padding: 0.27rem 0 0;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.btn-two-intro {
	line-height: 0.42rem;
	font-size: 0.32rem;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #1d1d1d;
	margin: 0.02rem 0 0.05rem 0;
	text-align: center;
}

.btn-two .btn-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 48%;
	padding-bottom: .1rem;
	text-align: left;
}

.btn-two .btn-two-preview {
	position: relative;
	width: 100%;
	font-size: 0px;
	padding-bottom: 62.5%;
	height: 0px;
	overflow: hidden;
	margin-top: -3px;
	border-radius: .12rem;
}

.btn-two .btn-two-preview-box {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}

.btn-two .btn-item .btn-two-preview-box img {
	width: 100%;
	display: block;
}

.btn-two .btn-item span {
	width: 100%;
	font-size: 0.3rem;
	line-height: 0.5rem;
	margin-top: 0.08rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: block;
}

.btn-two-about {
	font-size: 0.24rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	color: #8e8e8e;
	display: none;
}

.btn-two-about span {
	display: inline-block;
}

.btn-two-about .publish-time {
	float: right;
}

.text-image-item {}

/*带媒体号头像*/
.company-box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 0.1rem 0;
}

.company-box .img-box {
	width: 0.4rem;
	height: 0.4rem;
	overflow: hidden;
	border-radius: 50%;
}

.company-box .img-box img {
	width: 100%;
}

.company-box .text-box {
	flex: 1;
	margin-left: 0.1rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.company-box .text-box .com {
	line-height: 0.42rem;
	font-size: 0.32rem;
}

.company-box .text-box .tm {
	color: #8e8e8e;
	font-size: 0.28rem;
	line-height: 0.42rem;
	float: right;
	display: none;
}

.not-big-pic {
	display: flex;
	flex-direction: row;
	/*margin: 0.25rem 0;*/
	position: relative;
}

/*非大图展示*/
.not-big-pic .v-img-box {
	width: 33%;
	height: 0;
	overflow: hidden;
	padding-bottom: 20.625%;
	position: relative;
	border-radius: 0.12rem;
}

.not-big-pic .v-imgs-box {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}

.not-big-pic .v-img-box img {
	width: 100%;
}

.not-big-pic .v-text-box {
	flex: 1;
	margin-left: 0.2rem;
}

.not-big-pic .v-text-box {
	flex: 1;
	margin-left: 0.2rem;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.not-big-pic .v-text-box .v-title {
	font-size: 0.32rem;
	line-height: 0.5rem;
	margin-top: 0.05rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/*短时拼相关*/
.v-about {
	font-size: 0.24rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	color: #8e8e8e;
}

.v-about span {
	display: inline-block;
}

.topic.c-name {
	color: #039dfe;
	border: 1px solid #039dfe;
	font-size: .2rem
		/* 10/50 */
	;
	border-radius: .04rem
		/* 2/50 */
	;
}

.topic.c-name.ad {
	color: #c4c7c9;
	border: 1px solid #c4c7c9;
}

.v-about .self-type {
	display: inline-block;
	padding: 0px 2px;
	border: 1px solid #d3283d;
	border-radius: 5px;
	color: #d3283d;
	margin-right: 5px;
	display: none;
}

.v-about .read-num {
	display: none;
	margin: 0 0.03rem;
}

.v-about .read-num i {
	margin-right: 1px;
}

.v-about .publish-time {
	float: right;
	/*display: none;*/
}

.mg-y-7 {
	margin: 0.1rem 0;
}

.mg-b-7 {
	margin-bottom: 0.07rem;
}

/*.header{padding: 0 6%;}*/
/*头部媒体号信息*/
.company-about {
	padding: 0.2rem 0.3rem;
	background-image: url(/images/media-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.company-about p {
	font-size: 0.28rem;
	line-height: 0.4rem;
}

.company-about .company-logo {
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 0.15rem
}

.company-about .company-logo img {
	width: 100%;
	height: 100%;
}

.company-about .company-info {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	color: #fff;
	margin: 0.05rem 0;
}

.company-about .company-info span {
	font-size: 0.24rem;
	color: #acacac;
}
 .live-preview-two .special-item-img {
	width: 100%;
	min-height: 100%;
	aspect-ratio: 4 / 3;
    object-fit: cover;
}
.live-preview-two{border-radius:0.06rem !important}
.company-about .company-info span i {
	color: #fff;
}


/*三图*/
.multiple-pics {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 0.1rem 0;
}

.multiple-pics p {
	flex: 0 0 30%;
	width: 30%;
	height: 0;
	padding-bottom: 22.5%;
	position: relative;
	overflow: hidden;
	border-radius: .12rem;
}

.multiple-pics .multiple-preview {
	position: relative;
	flex: 0 0 31%;
	width: 31%;
	font-size: 0px;
	padding-bottom: 19.375%;
	height: 0px;
	overflow: hidden;
	margin-top: -3px;
	border-radius: .12rem;
}

.multiple-pics .multiple-preview-box {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}

.multiple-pics .multiple-preview-box img {
	width: 100%;
	display: block;
}

.multiple-pics p img {
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	max-height: 100%;
}

.publish-time {
	float: right;
}

.play-btn {
    background-image: url(/images/media-play-btn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 0.58rem;
    height: 0.58rem;
}
  .play-info-time {
    font-size: 0.19rem;
    margin-left: 0.1rem;
    width: 0.72rem;
    height: 0.31rem;
    background: rgba(0,0,0,0.5);
    border-radius: 0.15rem;
    padding: 0 0.15rem;
}
  .play-info-num {
    height: 0.28rem;
    font-size: 0.21rem;
    font-weight: 400;

    line-height: 0.28rem;
}
 .play-info {
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 0.04rem;
}
 .play-bottom {
    width: 100%;
    height: 1.28rem;
    position: absolute;
    bottom: 0;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.71) 0%, rgba(204, 204, 204, 0) 100%);
    padding: 0 0.15rem 0.15rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 1;
}
/*底部导航*/
.bot-nav {}

.container .bot-nav {
	flex: 0 0 0.98rem;
	border-top: 1px solid #eeeeee;
	font-size: 0.20rem;
	/*line-height: 0.72rem;*/
	box-shadow: 0px 0px 3px #d3d3d3;
	display: flex;
	align-items: center;
}

.container .bot-nav ul {
	width: 94%;
	padding: 0 3%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.container .bot-nav ul li {
	white-space: nowrap;
	margin: 0 0.28rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.container .bot-nav ul li i {

	font-size: 0.46rem;
	width: 0.46rem;
	height: 0.46rem;

}

.container .bot-nav ul li img {
	font-size: 0.46rem;
	width: 0.46rem;
	height: 0.46rem;
}

.container .bot-nav ul li .navselect {
	display: none;
}

.container .bot-nav ul li.ac img {
	display: none;
}

.container .bot-nav ul li.ac .navselect {
	display: block;
}

.container .bot-nav ul li a {
	color: #333;
	transition: all 300ms;
}

.container .bot-nav ul li.ac a,
.container .bot-nav ul li.ac i {
	color: #d3283d;
}

/*没有更多了*/
.no-more-info {
	text-align: center;
	line-height: 0.7rem;
	font-size: 0.24rem;
	color: #999;
}

/*没有内容*/
.no-info {
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	font-size: 0.28rem;
	color: #999;
}

/*专题页样式*/
.top-title {
	line-height: 0.6rem;
	font-size: 0.34rem;
	font-weight: 500;
	color: #1d1d1d;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
	text-align: center;
}

/*返回顶部*/
.top {
	cursor: pointer;
	width: 0.8rem;
	height: 0.8rem;
	background: url("../images/gotop01.png") no-repeat;
	background-size: 100% 100%;
	text-align: center;
	line-height: 3.5rem;
	font-size: 1.6rem;
	position: fixed;
	right: 0.4rem;
	bottom: 2.0rem;
	display: none;
}



/*loading*/
.loading {
	position: fixed;
	width: 0.8rem;
	height: 0.8rem;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 9999;
	background: transparent;
	display: none;
}

.loading img {
	width: 100%;
	height: 100%;
}

.banner {
	position: relative;
	overflow: hidden;
}

.banner .banner-1 ul li {
	height: 3.9rem;
	position: relative;
	float: left;
	display: none;
	width: 100%;
	-webkit-appearance: none;
	border-radius: .12rem !important;
	overflow: hidden;
	transform: translateY(0);
}

.banner .banner-1 ul li a {
	height: 100%;
	display: block;
	width: 100%;
	-webkit-appearance: none;
	border-radius: .12rem !important;
	overflow: hidden;
	transform: translateY(0);
}

.banner .banner-1 ul li img {
	width: 100%;
	/* height: 100%; */
	display: block;
	/* -webkit-appearance:none;
	border-radius: .12rem;
	overflow: hidden;
	transform: translateY(0); */
}

.banner .banner-1 ul li h4 {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
	background: url(/wap/images/slide_mask.png) 0 bottom repeat-x;
	height: 1.3rem;
	background-size: 100% 1.3rem;
}

.banner .banner-1 ul li h4 a {
	color: #fff;
	font-size: 0.3rem;
	font-weight: normal;
	width: 94%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	padding: .35rem 3% 0;
}

.banner .circle {
	position: absolute;
	bottom: 0.15rem;
	right: 36%;
}

.banner .circle .circle-box {
	left: -50%;
}

.banner .circle ul li {
	float: left;
	width: 0.15rem;
	height: 0.15rem;
	background: #fff;
	border-radius: 50%;
	margin-right: 0.2rem;
	cursor: pointer;
	color: rgba(0, 0, 0, 0)
}

.banner .circle ul .on {
	background: rgba(5, 134, 240, .8);
}

/* 下载 */
.download_app {
	position: relative;
	height: 1rem;
	width: 100%;
	z-index: 999;
}

.download_box {
	display: flex;
	flex-direction: row;
	padding: 0 0.3rem;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	height: 1rem;
	position: fixed;
	width: 100%;
	-webkit-box-shadow: 1px 2px 3px rgb(0 0 0 / 5%);
	box-shadow: 1px 2px 3px rgb(0 0 0 / 5%);
	box-sizing: border-box;
}

.download_box .soft-icon {
	display: flex;
	flex-direction: row;
	align-items: center;
	color: #000;
	font-size: 17px;
	font-weight: 900;
}

.download_box .soft-icon span {
	height: 42px;
	line-height: 42px;
}

.download_box .soft-icon .icon_box {
	width: auto;
  height: 0.48rem;
  margin-right: 10px;
}

/* .download_box .soft-icon .icon_box_new {
	width: 1rem;
	height: 1rem;
}
 */
.download_box .soft-icon .icon_box img {
	width: auto;
	height: 100%;
}

.download_box .soft_download {
	background: #3e9ff7;
	width: 1.18rem;
	height: 0.5rem;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-radius: 0.06rem;
	font-size: 0.24rem;
	vertical-align: middle;
	display: flex;
	justify-content: center;
	font-weight: 400;
	line-height: 0.5rem;
}

.download_box .soft_download_new {
	text-decoration: none;
	color: #fff;
	padding: .12rem;
	border-radius: .08rem;
	background-color: #039dfe;
}



/*公共弹窗样式*/
#commonpop {
	position: fixed;
	left: 0;
	top: 0;
	right: -7%;
	bottom: 0;
	margin: auto;
	width: 180px;
	height: 48px;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	display: none;
	border-radius: 5px;
	z-index: 100000;
}

#commonpop p {
	margin: 0 !important;
	padding: 0 !important;
	color: #fff;
	font-size: 12px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	flex-direction: column
}

#commonpop p span {
	line-height: 22px;
	display: block
}

/* 按钮组 */
.btn-group-item {
	border-bottom: 1px solid #efefef;
}

.btn-group-title {
	line-height: 0.48rem;
	font-size: 0.32rem;
	font-weight: 800;
	color: #1d1d1d;
	padding: 0.2rem 0;
}

.btn-group-ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.btn-group-col {
	width: 49%;
	height: 1.18rem;
	border-radius: 0.08rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: rgb(234, 234, 234);
	margin-bottom: 0.25rem;
}

.btn-group-col-title {
	font-size: 0.28rem;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 0.24rem;
	padding: 0.2rem 0.3rem;
}

@media screen and (max-width:1366px) {
	#commonpop {
		right: -18%
	}
}

@media screen and (max-width:1024px) {
	#commonpop {
		right: 6%
	}
}
