@charset "utf-8";
/* CSS Document */

.videobox{
	position:relative;
	cursor:pointer;
}

.videobox:after {
    z-index: 3;
    background: url(../images/video.png) center center no-repeat;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.videopopup{
	max-width:630px;
}

.videopopup .layui-layer-content{
	position:relative;
	padding-bottom:57.14%;
}

.videopopup .layui-layer-content iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}