@charset "gb2312";
#maskTop{
	width:100%;
	border: #999999 0.01rem solid;
	border: #999999 1px solid;
    background: #fff;
    color: #333;
    position: fixed;
    top: 50%;
    left:50%;
    z-index: 9999999999999;
	transform:translate(-50%,-50%);
}
#maskTitle{
	height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.2rem;
    color: #333333;
    text-align: center;
    background-color:#F1F2F2;
    border-bottom: 1px solid #999999;
    position: relative;
}
#popWinClose{
	width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
	background-size:100%;
}
#popWinClose img{
    height:2.5rem;
    width:2.5rem;
}
#videoiframe{
	height:20rem;
	width:100%;
}