body{
	margin: 0;
	font-size: 16px;
	width:100%;
	height:100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.vjs-poster{
	background-color: #fff !important;
}
.scroll-box{
	flex:1;
	max-height:100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
html{
	font-family: PingFangSC-Semibold;
	font-size: 100px;
	width:100%;
	height:100%;
}
.tips{
	transform: translateX(-50%);
	
    position: fixed;
    bottom: 150px;
    max-width: 90%;
    background: rgba(0,0,0,.5);
    color: white;
    padding: 2px 10px;
    border-radius: 8px;
    left: 50%;
    font-size: .12rem;
    word-break: keep-all;
    display:none;
}
#header,.list-nav{
	color: #FAEED2;
	text-align: center;
	line-height: .5rem;
	background: #333;
	position: relative;
}
.list-nav{
	line-height: .4rem;
	color: #fff;
}
.list-nav>h3{
	font-size: .16rem;
	font-weight: 700;
	margin:0;
}
.list-nav>div{
	position: absolute;
	height:.4rem;;
	top:0;
	left:0;
	width:.4rem
}
.list-nav>div>img{
	height:.2rem;
	margin-top: .1rem;
}
#header>img{
	position: absolute;
	right: .12rem;
	top: .12rem;
	width: .26rem;
}
#header>h3{
	font-weight: 500;
	margin: 0;
	font-size: .17rem;
}
.scroll-box{
	
}
.banner{
	width: 100%;
	height: 1.5rem;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
ul{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
.flex_box{
	display: flex;
	flex-wrap: wrap;
	font-size: .12rem;
	margin-top: .1rem;
	justify-content: center;
    gap: .1rem 0;
}
.heji .subtract_box{
    width: 50%;
}
.subtract_box{
	box-sizing: border-box;
	padding: 0 .12rem;

}
.flex_one{
	width: 25%;
	text-align: center;
}
.flex_three{
	width: 32.33%;
	align-items: center;
	display: flex;
}
.flex_three p{
	transform: translateY(-.09rem);
}
.flex_four img{
	width: .4rem !important;
}
.flex_four{
	margin-bottom: .1rem;
}
.flex_three p{
	max-width: 4em;
}
.marrgin{
	padding-bottom: 0 !important
}
.flex_three img{
	width: .5rem;
    height: .44rem;
}
.flex_one img{
	width: .6rem;
}
.flex_two{
	width: 33.33%;
	text-align: center;
}
.flex_two img{
	width: .7rem;
	height: .55rem;
}
.title,.title2{
	font-size: .18rem;
	color: #333333;
     position: relative;
  	z-index: 1;
}
.title2{
	display: flex;
    justify-content: space-between;
}
.title2::after{
  content: '';
  display: inline-block;
  position: absolute;
  width: 4em;
  background: #E2CA9A;
  height: 8px;
  opacity: 0.4;
  bottom: 0;
  z-index: -1;
  left: 0;
}
.flex_box img{
	display: inline-block;
}
p{
	margin: 0;
}
.inform{
	margin-top: .1rem;
	display: flex;
    flex-direction: column;
    width: 50%;
    align-items: center;
    border-left: 1px solid #f5f5f5;
}
.notice{
	height: .5rem;
	line-height: .5rem;
	width: 8em;
	color: #333333;
	font-size: .14rem;
	font-weight: 600;
}
.notice>span{
	font-weight: 500;
	color: #FAEED2;
	background: #333333;
	font-size: .12rem;
	padding: 0px .06rem;
	border-radius: .04rem;
}
.notice_info{
	flex: 1;
	overflow: hidden;
    overflow-y: auto;
	height: .91rem;
    max-height: .91rem;
    width: 100%;
}
.notice_info_content{
	white-space:nowrap;
    width: 100%;
	overflow: hidden;
	line-height: .2275rem;
	font-size: .13rem;
	color: #666666;
	/*animation: myfirst 12s linear infinite;*/
	/*-moz-animation:myfirst 12s linear infinite; !* Firefox *!*/
	/*-webkit-animation:myfirst 12s linear infinite; !* Safari and Chrome *!*/
	/*-o-animation:myfirst 12s linear infinite; !* Opera *!*/
}
@keyframes myfirst
{
0%   {transform: translateY(0);}
100% {transform: translateY(-100%);}
}
@keyframes myfirst
{
    0%   {transform: translateY(0);}
    100% {transform: translateY(-100%);}
}

@-moz-keyframes myfirst /* Firefox */
{
    0%   {transform: translateY(0);}
    100% {transform: translateY(-100%);}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
    0%   {transform: translateY(0);}
    100% {transform: translateY(-100%);}
}

@-o-keyframes myfirst /* Opera */
{
    0%   {transform: translateY(0);}
    100% {transform: translateY(-100%);}
}
.borrder{
	padding-bottom: .2rem;
	border-bottom: 1px solid #F1F1F1;
}
.rim{
	display: flex;
	justify-content: space-between;
}
.rim img{
	width: 49.2%;
	height: .6rem;
}
.footer{
	font-size: 10px;
	color: #C1C1C1;
	line-height: .16rem;
	text-align: center;
	margin: .3rem 0 .1rem;
	display: block;
    text-decoration: none;
}
.footer>span{
	display: block;
	text-align: center;
}

.canvas-box{
	display:none;
	position: fixed;
	top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background: rgba(0,0,0,.5);
}

.canvas-tishi{
	position: absolute;
    width: 80%;
    max-width: 300px;
    background: #fff;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    text-align: center;
}
.canvas-cont{
	    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 10px 20px 15px;
    box-sizing: border-box;
    color: #999;
}
.canvas-title{
	font-size: 16px;
    font-weight: 700;
    color: #333;
}
.canvas-footer{
	color:#cfab70;
}
.canvas-tishi>div{
	height:40px;
	line-height:40px;
}
.iconfont{
	float: right;
    font-weight: 400;
    font-size: 12px;
    color: #6e6e6e;
}
.iconfont img{
	width: 14px;
	height:16px;
    display: inline-block;
    transform: translateY(3px);
}
.swiper-slide img{
	width: 100%;
}
#swiperVideo .swiper-slide {
  width: 2.8rem;
}
.video-box{
  width: 2.8rem;
  height: 2.13rem;
  overflow: hidden;
  margin-left:20px;
 /*  box-shadow: 0px 3px 20px 0px rgba(207,213,220,0.5); */
  margin-top: 10px;
  border-radius: 8px;
}
.video-box:last-of-type{
	margin-right:calc((100vw - 0.24rem - 2.8rem)/2);
}
.video-box:first-of-type{
	margin-left:calc((100vw - 0.24rem - 2.8rem)/2);
}
.zuih.swiper-slide-active .video-box{
	margin: 0 auto !important;
}
.video-box video,.video-box img {
  width: 2.8rem;
  height: 1.6rem;
  border-radius: 8px;
}
.video-box img{
	display:block
}
.video{
		width: 2.8rem;
	  height: 1.6rem;
	  border-radius: 8px;
	  overflow: hidden;
}
.video-box video{
	display: none;
}
.video-js button{
  outline: none;
}
.video-js .vjs-big-play-button{
  width: .6rem;
  height: .6rem;
  border-radius: 100%;
  margin-top: -.3rem; 
  margin-left: -.3rem;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before{
  top: 5px;
}
.video-js .vjs-control-bar{
  background-color: rgba(115, 115, 115, 0.32);
}
.video-name{
  color: #333;
  font-size: .14rem;
  line-height: .2rem;
  height: .2rem;
  padding: .1rem 5px 2px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-size: .14rem;
  margin: 0;
}
.video-info{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  line-height: .17rem;
  height: .17rem;
  color: #666;
  font-size: .12rem;
  padding: 0 5px;
}


.recommend-item{
  display: flex;
  align-items: center;
  padding: .16rem 0;
  border-bottom: 1px solid #E9E9E9;
}
.recommend-item:last-of-type{
	border-bottom: none;
	padding-bottom:0
}
.ecommend-item-img{
  width: 1.02rem;
  height: 1.02rem;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.ecommend-item-img>img{
  width: 100%;
  height: 100%;
}
.ecommend-item-img>.quanmian{
  position: absolute;
  display: inline-block;
  bottom: 9px;
  right: 7px;
  width: 20px;
  height: 20px;
  background-image: url(/resources/v8/image/360.png);
  background-size: 100%;
  background-position: center center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 14px 0 rgba(51,51,51,0.12);
}
.ecommend-item-info{
  margin-left: .15rem;
  display: flex;
  flex-direction: column;
  height: 1.02rem;
  justify-content: space-between;
  flex: 1;
  width: calc(100% - 1.17rem);
}
.ecommend-item-info>h3{
  height:.22rem;
  font-size:.16rem;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  color: #333;
  margin:0;
}
.ecommend-item-info>p{
  height:.34rem;
  font-size:.12rem;
  line-height:.16rem;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: .1rem;
}
.ecommend-item-info>span{
  text-align: right;
  font-weight: 600;
  color: #333;
  font-size: .12rem;
}
.ecommend-item-info>span>span{
  font-size: .14rem;
}
.moremore{
	font-size: .12rem;
    font-style: normal;
    color: #999;
    font-weight: 500;
    display: flex;
    position: relative;
    padding-right:.17rem;
    align-self: center;
}
.moremore::after, .moremore::before{
	content:'';
	border-width: .07rem;
	border-color: transparent;
	border-style: solid;
	display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    border-left-color:#999;
    right: 0;
    top: 1px;
}
.moremore::before{
	right: 1px;
    border-left-color: #fff;
    z-index: 1;
}
@font-face {
	font-family: 站酷快乐体;
	src: url("/resources/font/kuaileti.ttf")
}

@font-face {
	font-family: 站酷高端黑;
	src: url("/resources/font/gaoduanhei.ttf")
}

@font-face {
	font-family: 站酷文艺体;
	src: url("/resources/font/wenyiti.ttf")
}