@charset "utf-8";

#videoWrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* display:flex; */
	display: none;
    align-items: center;
    background-color: rgba(0,0,0,0.5);
    margin: 0;
    padding: 0;
    z-index: 2000;
}
#videoArea {
    position: relative;
    width: 1280px;
	height: 780px;
	margin: auto;
	padding: 0;
}
#overviewVideo {
	width: 1280px;
	height: 720px;
	margin: 0;
	padding: 0;
}
.barStyle {
    width: 1280px;
	height: 60px;
	margin: 0;
	padding: 12px 162px 12px 12px;
    color: #333;
    background-color: #e2e2e2;
    font-size: 14px;
    line-height: 18px;
}
.btnStyle {
	width: 100px;
	display: inline-block;
    position: absolute;
    bottom: 18px;
    right: 18px;
	margin: 0;
	padding: 4px 0 4px 0;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #666;
	background: #fff;
	border-radius: 6px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px #aaa;
	cursor: pointer;
}
.btnStyle:hover {
	text-decoration: underline;
	background: #ddd;
}
