/**
 * @desc ÊÓÆµ²¥·ÅÆ÷
 */
.videoPlayerFullScreenMask {
    background: url(../../image/ico/black_54.png) repeat;
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}
.videoPlayerFullScreen {
    width:894px;
    height: 512px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -447px;
    margin-top: -256px;
    border:2px solid #004878;
    border-radius: 4px;
    background: #000;
}
.videoPlayerClose {
    display: inline-block;
    position: absolute;
    right: -30px;
    top: -30px;
    cursor: pointer;
    cursor: hand;
}
.videoPlayerFullScreenMask {
    display: none;
}
