@charset "UTF-8";

/* 弹窗 */
.myvideoieboxall
{
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0;
    z-index: 1000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
    _width: expression(eval(document.documentElement.clientWidth));
    _height: expression(eval(document.documentElement.clientHeight));
}
/* 星耀VV */
.myvideoieboxall_bg
{
    position: absolute;
    cursor: pointer;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url("../images/inform/hbg.png") repeat;
    /* opacity: 0.3; */
}
.myvideoiebox {
    position: relative;
    /* margin: 300px auto 0; */
    width: 640px;
    height: 360px;
    top: 50%;
    left: 50%;
    margin-left: -320px;
    margin-top: -180px;
    border-radius: 10px;
    overflow: hidden;
}