.main-cs{
	background: #f2f2f2;
	margin-top: 84px;
	padding-bottom: 95px;
}
.kecheng-div{
	width: 1400px;
	padding: 57px 0;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.kecheng-data{
	width: 260px;
	margin: 0 25px 25px 0;
}
.kecheng-data1{
	width: 100%;
	height: 150px;
	border-radius: 15px;
	background: white;
	box-sizing: border-box;
	padding: 20px;
	position: relative;
}
.kecheng-data1 img{
	width: 100%;
	height: 100%;
}

.kecheng-div > :nth-child(5n+5) {
	margin-right: 0;
}
.kecheng-data2{
	white-space: nowrap;
	overflow: hidden;
	max-width: 100%;
	text-overflow: ellipsis;
	font-family: PingFangSC-Regular-woff2;
	font-size: 16px;
	font-weight: 400;
	color: rgb(0 0 0 / 87%);
	text-align: center;
	margin-top: 21px;
	margin-bottom: 13px;
}
.kecheng-ykt{
	width: 68px;
	height: 25px;
	border-radius: 60px 0px 0px 60px;
	background-color: rgb(9, 203, 56);
	text-align: center;
	position: absolute;
	top: 16px;
	right: 0;
}
.kecheng-ykt span{
	font-family: PingFangSC-Regular-woff2;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	color: rgb(255, 255, 255);
}
.kecheng-modal{
    width: 260px;
    height: 150px;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.737);
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.kecheng-modal div{
	width: 120px;
	height: 40px;
	border-radius: 60px;
	background-color: rgb(215, 30, 21);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	color: rgb(255, 255, 255);
}
.kecheng-data-ykt:hover .kecheng-modal{
	display: flex;
}
.kecheng-data-ykt:hover .kecheng-data2{
	color: #000000;
}


/*权限申请中*/
.kecheng-data-sqz .kecheng-data1{
	background-color: rgba(255, 255, 255, 0.49);
}
.kecheng-data-sqz .kecheng-sqz{
	width: 260px;
	height: 33px;
	border-radius: 0px 0px 16px 16px;
	background-color: rgb(102, 102, 102);
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.kecheng-data-sqz .kecheng-sqz span{
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: rgb(204, 204, 204);
}
.kecheng-data-sqz .kecheng-data1 img{
	opacity: 0.5;
}
.kecheng-data-sqz:hover .kecheng-data2{
	color: #000000;
}

/*无权限*/
.kecheng-data-wqx .kecheng-data1{
	background-color: rgba(255, 255, 255, 0.49);
}
.kecheng-data-wqx .kecheng-wqx{
	width: 261px;
	height: 45px;
	border-radius: 0px 0px 14px 14px;
	background-color: rgb(215, 30, 21);
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}
.kecheng-data-wqx .kecheng-wqx span{
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: rgb(255, 255, 255);
}
.kecheng-data-wqx .kecheng-data1 img{
	/*opacity: 0.5;*/
}
.kecheng-data-wqx:hover .kecheng-data2{
	color: #000000;
}
.kecheng-data-wqx:hover .kecheng-wqx{
	display: flex;
}
.kecheng-data-wqx .kecheng-wqx-title{
	display: none;
}
.kecheng-data-wqx:hover .kecheng-wqx-title{
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	color: rgb(215, 30, 21);
    position: absolute;
    bottom: 54px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 12;
    display: block;
}
.kecheng-data-wqx:hover .kecheng-data1 img{
    width: 160px;
    height: 80px;
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translate(-50%, 0px);
    opacity: 1;
}



/*详情*/
.video_div{
	display: flex;
	height: 780px;
	width: 1400px;
	margin: 29px auto 0 auto; 
	position: relative;
	z-index: 15;
}
.video_div_left{
	width: 1000px;
	margin-right: 5px;
	background-color: white;
	border-radius: 16px;
	
}
.video_div_left1{
	width: 100%;
	height: 680px;
	border-radius: 15px;
	background-color: rgba(0, 0, 0, 0.792);
}
.video_div_right{
	width: 395px;
	height: 780px;
	border-radius: 15px;
	background-color: rgba(0, 0, 0, 0.792);
	position: relative;
}
.video_div_left1_top_left{
	flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.video_div_left1_top_right{
	cursor: pointer;
}
.video_div_left1_top{
	height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.video_div_left1_top_span1{
	font-family: PingFangSC-Regular-woff2;
	font-size: 18px;
	font-weight: 400;
	color: rgb(255, 255, 255);
}
.video_div_left1_top_span2{
	font-family: PingFangSC-Regular-woff2;
	font-size: 18px;
	font-weight: 400;
	color: rgb(215, 30, 21);
}


.video_div_left1_mid{
	width: 980px;
	height: 550px;
	border-radius: 9px;
	background-color: rgb(0, 0, 0);
	margin: 0 auto;
}

.video_div_left1_bom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 16px;
    height: 80px;
}
.video_div_left1_bom_left{
	display: flex;
	align-items: center;
}
.video_div_left1_bom_left1{
	font-family: PingFangSC-Regular-woff2;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	color: rgb(255, 255, 255);
	border-right: 2px solid #5c5b5b;
	text-align: center;
	padding: 0 16px;
}
.video_div_left1_bom_left2{
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	color: rgb(130, 130, 130);
	padding: 0 16px;
}
.video_div_left1_bom_left1_top{
	font-family: PingFangSC-Regular-woff2;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	color: rgb(255, 255, 255);
}
.video_div_left1_bom_left1_bom{
	font-family: PingFangSC-Regular-woff2;
	font-size: 12px;
	font-weight: 400;
	color: rgb(255, 255, 255);
}
.video_div_left1_bom_right{
	width: 151px;
	height: 48px;
	border-radius: 60px 0px 0px 60px;
	background-color: rgb(48, 116, 252);
	display: flex;
	align-items: center;
	justify-content: center;
}
.video_div_left1_bom_right span{
	font-family: PingFangSC-Regular-woff2;
	font-size: 16px;
	font-weight: 400;
	color: rgb(255, 255, 255);
	margin-left: 10px;
}

.swiper-container1_s{
	width: 1000px;
	min-height: 0 !important;
	height: auto;
}
.swiper-container1_s .swiper{
	width: 870px;
	height: 100px;
}
.swiper-container1_s .swiper-slide img{
	width: 89px;
	height: 62px;
	object-fit: unset !important;
}
.swiper-container1_s .swiper-slide{
	height: 62px;
	background-color: white !important;
}
.swiper-container1_s .swiper-slide img.on{
	opacity: 1 !important;
}
.swiper-container1_s .swiper-button-prev, .swiper-container1_s .swiper-button-next{
	margin-top: -13px !important;
}
.swiper-container1_s .swiper-wrapper{
	align-items: center;
}
.kecheng_jiantou{
	position: absolute;
    left: 99px;
    z-index: 1;
}

/*详情右侧*/
.video_div_right_top{
	line-height: 50px;
	font-family: PingFangSC-Light-woff2;
	font-size: 12px;
	font-weight: 200;
	/*color: rgb(102, 102, 102);*/
	color: rgb(111, 111, 111);
	padding: 0 20px;
}
.video_div_right_mid{
	padding: 0 20px;
	max-height: 611px;
    overflow: auto;
}
.video_div_right_mid_div_left{
	display: flex;
	align-items: center;
	height: 58px;
}
.video_div_right_mid_div_left span{
	font-family: PingFangSC-Medium-woff2;
	font-size: 14px;
	font-weight: 500;
	line-height: 58px;
	color: rgb(111, 111, 111);
	width: 50px;
}
.video_div_right_mid_div_left a{
	width: calc(100% - 62px);
    height: 48px;
    border-radius: 6px;
    background-color: rgb(34, 34, 34);
    flex: 1;
    margin-left: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.video_div_right_mid_div_left a b:first-child{
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	color: rgb(255, 255, 255);
	margin-left: 14px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 5px;
    flex: 1;
}
.video_div_right_mid_div_left a b:last-child{
	width: 46px;
	height: 28px;
	border-radius: 23px 0px 0px 23px;
	background-color: rgb(0, 0, 0);
	font-family: PingFangSC-Regular-woff2;
	font-size: 12px;
	font-weight: 400;
	color: rgb(48, 116, 252);
	display: flex;
	align-items: center;
	justify-content: center;
}
.other_kecheng_js b:last-child{
	display: none !important;
}
.other_kecheng a img{
	margin-right: 14px;
}
.other_kecheng_js a,.other_kecheng a{
	background: rgb(53, 53, 53);
}
.other_kecheng a b:first-child{
	color: rgb(204, 204, 204);
}

.video_div_right_bom{
	width: 395px;
	height: 58px;
	border-radius: 0px 0px 15px 15px;
	background-color: rgb(62, 62, 62);
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: center;
	left: 0;
    bottom: 0;
}
.video_div_right_bom_left{
	text-align: center;
	font-family: PingFangSC-Regular-woff2;
	font-size: 12px;
	font-weight: 400;
	color: rgb(171, 171, 171);
	padding: 0 25px;
}
.video_div_right_bom_right{
    width: 240px;
    height: 58px;
    border-radius: 14px 0px;
    background-color: rgb(215, 30, 21);
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video_div_right_bom_right span{
	font-family: PingFangSC-Regular-woff2;
	font-size: 17px;
	font-weight: 400;
	color: rgb(255, 255, 255);
	margin-left: 8px;
}

.kaoshi_disable{
	width: 240px;
	height: 58px;
	border-radius: 14px 0px;
	background-color: rgb(100, 100, 100);
}