*{
	padding:0;
	margin:0;
	text-decoration:none;
	list-style: none;
}
/* 使用100vw 消除左右滚动条 */
html {
 overflow-y: scroll;
 
}

:root {
 overflow-y: auto;
 overflow-x: hidden;
}

:root body {
 position: absolute;
}

body {
 width: 100vw;
 overflow: hidden;
}

/* 使用100vw 消除左右滚动条结束 */
/* top隐士 */
.sy{
	border-bottom: solid 2px #fff;
}
.head-bottom{
	width: 100%;
	height: 50px;
	background-color: rgb(0, 0, 0,.3) !important;
}

/* 虚背景 */
.app-cone{
	width: 100%;
	margin-top: -50px;
}
.cmont{
	width: 100vw;
	position: absolute;
	z-index: 1;
}
.nvet{
	width: 100vw;
	position: relative;
	z-index: 2;
	padding-top: 80px;
}
/* 轮播图的开始 */
.Swiper-lun{
	width: 1200px;
	background-color: #fff;
	margin: 0 auto;
	position: relative;
	border-radius: 5px;
}
.swiper-slide{
	width: 300px !important;
	height: 280px;
	/* border: solid 1px #000; */
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper-button-prev{
	position: absolute;
	z-index: 100;
	top: 120px;
	left: -36px;
	width: 20px;
	cursor: pointer;
}
.swiper-button-prev>img{
	width: 100%;
	height: 100%;
}
.swiper-button-next{
	position: absolute;
	z-index: 100;
	top: 120px;
	right: -33px;
	width: 20px;
	cursor: pointer;
}
.swiper-button-next>img{
	width: 100%;
	height: 100%;
	transform: rotateY(180deg);
}
.swi-img{
	width: 389px;
	height: 270px;
	border-radius: 8px;
	overflow: hidden;
	margin:5px;
	border:solid 1px #d4d4d4;
}
.swi-img>img{
	width: 100%;
	height: 100%;
	
}
/* 热门 */
.Popular{
	width: 1200px;
	margin: 0 auto;
	margin-top: 0px;
}
	/* 标题通用 */
.be-current{
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #191919;
	justify-content: space-between;
	margin-bottom: 20px;
}
.be-current>span{
	font-size: 14px;
	color: #636363;
}
	/* 主框 */
.zhukuang{
	width: 1200px;
	height: 927px;
	display: flex;
	justify-content: space-between;
}
.K-left{
	width: 578px;
	height:524px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.K-Limg{
	width: 252px;
	height: 272px;
	/*background-color: #000;*/
	border-radius: 5px;
	overflow: hidden;
	display: inline-block;
}
.K-Limg>img{
	width: 252px;
	height: 272px;
	transition: 0.3s;
}
.k-Biaoti{
	font-size: 20px;
	margin-top: 16px;
    display: inline-block;
    margin-left: 20px;
    position: absolute;
}
.k-jianjie{
	font-size: 14px;
	color: #787878;
	margin: 12px 0px;
    display: inline-block;
    margin-left: 20px;
    position: absolute;
    margin-top: 50px;
}
.k-Biaoti:hover{
	transition: 0.2s;
	color:#ff9470;
}
.k-jianjie:hover{
	transition: 0.2s;
	color:#ff9470;
}
.ful-{
    width: 582px;
	height: 308px;
	background-color: #fff;
	border-radius: 5px;
	
}
.ful->a{
    margin-top: 20px;
}
.ful-:hover{
	cursor: pointer;
	transition: 0.3s;
	box-shadow: 0 0 10px 0 #ff9470;
}
.ful-:hover .K-Limg>img{
	transition: 0.3s;
	width: 103%;
	height: 103%;
	margin: -3px -3px;
}
.K-right{
	height: 523px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.kr-shang{
	height: 200px;
	display: flex;
	justify-content: space-between;
	    flex-wrap: wrap;
}
.kr-shang12{
	width: 585px;
	height: 200px;
	display: flex;
	justify-content: space-between;
}

.r-key{
	width: 295px;
	border: solid 1px #dadada;
	border-radius: 5px;
	overflow: hidden;
}
.rimg{
	width: 100%;
}
.rimg>img{
width: 100%;
    height: 100%;
	transition: 0.2s;
}
.rfs{
	margin: 5px 10px;
	color: #2a2a2a;
}
.r-key:hover{
	cursor: pointer;
	transition: 0.3s;
	border: solid 1px #ffcdab;
	box-shadow: 0 0 10px 0 #ff9470;
}
.r-key:hover .rimg>img{
	transition: 0.2s;
	width: 103%;
	height: 103%;
	margin: -3px -3px;
}
	/* 主框-结束*/
/* 高能剧情 */
.high-energy{
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}
	/* 副框 */
.fuKuang{
	width: 100%;

	margin-bottom: 16px;
	display: flex;
	justify-content: space-between;
}
.F-key{
	width: 290px;
	height: 330px;
	border: solid 1px #dadada;
	border-radius: 5px;
	overflow: hidden;
}
.Fimg{
	width: 100%;
	height: 268px;
}
.Fimg>img{
	width: 100%;
	height: 100%;
	transition: 0.2s;
}
.Ffs{
	margin: 8px 10px;
	color: #2a2a2a;
}
.Ffs:hover{
    color: #ff9470;
}
.rfs:hover{
    color: #ff9470;
    text-align: center;
}
.Fjianjie{
	margin: 5px 10px;
	font-size: 12px;
	color: #787878;
	height: 15px;
	text-overflow: ellipsis;
	white-space:nowrap;
	overflow: hidden;
}
.Fjianjie:hover{
    color: #ff9470;
}
.F-key:hover{
	cursor: pointer;
	transition: 0.3s;
	border: solid 1px #ffcdab;
	box-shadow: 0 0 10px 0 #ff9470;
}
.F-key:hover .Fimg>img{
	transition: 0.2s;
	width: 103%;
	height: 103%;
	margin: -3px -3px;
}
/* xinban */
.xinban{
    padding-bottom: 16px;
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}
