.video_details_box{
	width: 90%;
	margin: 0 auto;
}
.video_details_box .video_start_ht{
	width: 100%;
	height: auto;
	position: relative;
}
.video_details_btn{
	width: 0.7rem;
	height: 0.7rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	overflow: hidden;
}
.video_details_btn img{
	width: 100%;
	height: 100%;
	float: left;
}

.video_details_box video{
	width: 100%;
	height: auto;
	object-fit: fill;
}
.video_details_font{
	margin: 0 auto;
	padding: 20px 0;
}

/*进度条*/
.vid_jd {
	width: 98%;
	overflow: hidden;
	height: auto;
	border-radius: 10px;
	position: absolute;
	bottom: 40px;
	left: 0;
	background: #fff;
	box-shadow: inset 0px 0px 10px 1px #fff;
	opacity: .7;
	margin: 0 1%;
}
.vid_jd .vid_span{
	width: 0%;
	float: left;
	background: #a37437;
	box-shadow: inset 5px 0px 10px 3px #a37437;
	height: 5px;
}

.KJ{
	width: 98%;
	margin:0 1%;
	position: absolute;
	bottom: 10px;
	overflow: hidden;
}
.video_tag{
	float: left;
	margin-left: 10px;
}

.Stop{
	width: 0.1rem;
	height: 0.2rem;
	cursor: pointer;
	background: url(../images/svg/icon_stop_small.svg) no-repeat center center /100%;
}
.Play{
	width: 0.1rem;
	height: 0.2rem;
	cursor: pointer;
	background: url(../images/svg/icon_play_small.svg) no-repeat center center /100%;
}

.F11{
	width: 0.22rem;
	height: 0.22rem;
	background: url(../images/svg/icon_full_screen.svg) no-repeat center center;
	float: right;
	cursor: pointer;
	margin-right: 10px;
}
@media (max-width: 768px) {
	.video_details_box{
		width: 100%;
	}
	.video_details_font{
		width: 90%;
	}
	.lzy_allAttr_bck{
		height: 350px;
	}
	.vid_jd{
		display: none;
	}
	.KJ{
		display: none;
	}
}