@charset "UTF-8";

/* 弹窗 */
.myvideoboxall
{
    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 */
.myvideoboxall_bg
{
    position: absolute;
    cursor: pointer;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url("../images/inform/hbg.png") repeat;
    /* opacity: 0.3; */
}
.myvideobox {
    position: relative;
    /* margin: 300px auto 0; */
    width: 644px;
    height: 364px;
    top: 50%;
    left: 50%;
    margin-top: -182px;
    margin-left: -322px;
    overflow: hidden;
}
.myvideotop2
{
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
    background-color: #FFF9E5;
    padding: 2px;
    border-radius:10px;
    /* min-height: 100px;
    max-height: 600px; */
}
.myvideoobj
{
    position: relative;
}
.myvideoobjcloss
{
    position: absolute;
    width: 35px;
    height: 35px;
    top: 11px;
    right: 15px;
    background: url("../images/enroll/close2.png") no-repeat;
}