@charset "UTF-8";

/* 弹窗 */
.mytoastboxall
{
    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 */
.mytoastboxall_bg
{
    position: absolute;
    cursor: pointer;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url("../images/inform/hbg.png") repeat;
    /* opacity: 0.3; */
}
.mytoastbox {
    position: relative;
    margin: 300px auto 0;
    width: 380px;
    overflow: hidden;
    _top:100px;
}
.mytoasttop1
{
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #D25336;
    border-radius:10px 10px 0px 0px;
    /* position: relative;
    height: 348px;
    background: url("../images/inform/active_end.png") no-repeat center;
    background-size: 100%; */
}
.mytoasttop2
{
    position: relative;
    width: 100%;
    overflow: hidden;
    /* height: 100px; */
    background-color: #FFF9E5;
    border-radius:0px 0px 10px 10px;
    /* min-height: 100px;
    max-height: 600px; */
}
.mytoasttop1_txt
{
    position: absolute;
    left: 20px;
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:#FFF6D6;
    line-height:50px;
}
.mytoasttop1_closs
{
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 9px;
    background: url('../images/inform/closs1.png') no-repeat;
}
.mytoasttop1_closs:hover
{
    background: url("../images/inform/closs2.png") no-repeat;
}
.mytoastobjzw
{
    position: relative;
    width: 100%;
    height: 1px;
    overflow: hidden;
}
.mytoastobj
{
    position: relative;
    text-align: center;
    max-width: 360px;
    overflow: hidden;
    margin: 30px auto;
}