.hby-banner {width:100%;height:90%;margin:0 auto;overflow:hidden;position: fixed;top:0;left: 0;z-index: 100;}
.snow {position:absolute;top:0;color:#fff;z-index:200;cursor:pointer}
.snow.snow-1 {width:90px;height:111px;background:url("/static/img/s-1.png")}
.snow.snow-2 {width:80px;height:111px;background:url("/static/img/s-2.png")}
.snow.snow-3 {width:100px;height:188px;background:url("/static/img/s-3.png")}
.rbag {width:476px;height:357px;position:fixed;z-index:10001;left:50%;top:50%;background:url("/static/img/rbag_bg.png") no-repeat 0 0;margin:-250px 0 0 -250px;}
.packet-bg {position:fixed;z-index:1000;width:100%;height:100%;left:0;top:0;background:#000;filter:alpha(opacity=50);opacity:.5;display:none;}
.rbag .close {position:absolute;width:30px;height:30px;background:url("/static/img/rbag_close.png") no-repeat 0 0;display:block;right:0;}
.rbag .cont {width:475px;margin:188px 15px 0 0;text-align:center;}
.rbag .txt {width:165px;height:44px;border:1px solid #FFDF4D;background:#C82E19;color:#fff;text-indent:10px;}
.rbag .btn {width:165px;height:55px;border-radius:5px;border:none;margin-top:20px;background:inherit;cursor:pointer;}
.winbag{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 15000;
    background: rgba(0,0,0,0.5);
    display: none;
}
.winbag .tcwin{
    background: url("/static/img/tcwin.png") no-repeat;
    width:438px;
    height:500px;
    position:fixed;
    z-index:10002;
    left:50%;
    top:50%;
    margin:-250px 0 0 -250px;
}
.closeWinbag{
    position: absolute;
    background: url("/static/img/closeWinbag.png") no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    display: block;
    right: -24px;
    top: -24px;
}
.winbag .kong{
    height: 360px;
}
.winbagBtn{
    width: 200px;
    height: 45px;
    line-height: 45px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    background: #f63d3d;
    border: none;
    border-radius: 20px;
    color: #fff;
    font-size: 24px;
    position: relative;
    cursor: pointer;
}
.winText{
    font-size: 24px;
    color: #f63d3d;
    text-align: center;
}