@charset "utf-8";
#maskTop{
	height:450px;
	width:640px;
	border: #999999 .01rem solid;
	border: #999999 1px solid;
    background: #fff;
    color: #333;
    position: fixed;
    top: 50%;
    left:50%;
    z-index: 1;
	transform:translate(-50%,-50%);
}
#maskTitle{
	height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #333333;
    text-align: center;
    background-color:#F1F2F2;
    border-bottom: 1px solid #999999;
    position: relative;
}
#popWinClose{
	width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
	background-size:100%;
}
#popWinClose img{
    height:50px;
    width:50px;
}
#videoiframe{
	height:400px;
	width:640px;
}