/*-------此样式未全局共用样式，所有pc版页面都会引用此样式-------*/
/*红包雨活动*/
.rain-curtain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    background-color:rgba(0,0,0,0.2);
    overflow: hidden;
    z-index: 1024;
}
.rain-close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1rem;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 0.8rem;
    background-color: #000;
    color:#fff;
    line-height: 1.6rem;
    text-align: center;
    cursor: pointer;
    z-index: 111;
}
.rain-red-img{
    position: absolute;
    top: -120px;
    left: 0;
    display: block;
    width: 80px;
    height: 120px;
    cursor: pointer;
}
.canvas {
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1024;
}
.redPacketBg{
    width:100%;
    height:100%;
    position: fixed;
    top:0;
    left:0;
    background: #000;
    opacity: 0.7;
    z-index: 890;    
}
.closeRedPacketBg {
    width: 50px;
    height: 50px;
    position: fixed;
    top:50px;
    right:28px;
    z-index: 1500;
    cursor: pointer;
    font-size: 20px; 
    background: url(/Content/common/web/images/guanbi.png?bc681af098) no-repeat center top;
    background-size: 100%;
} 

/*中奖弹窗*/
.redbag-box{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 449px;
    height: 619px;
    margin-left: -224px;
    margin-top: -310px;
    z-index: 1022;
}
.redbag-result-win{
    height: 619px;
    background: url(/Content/common/web/images/redbag-win.png?4260833a6e) no-repeat center;
}
.redbag-money-box{    
    position: absolute;
    height: 45px;
    line-height: 45px;
    width: 100%;
    text-align: center;
    top: 371px;
    left: 0;
    font-size: 26px;
    color: #fff33f;
}
.redbag-result-win-btn {
    width: 155px;
    height: 45px;
    background: url(/Content/common/web/images/redbag-win-btn.png?1fc170a647) no-repeat center;
    position: absolute;
    left: 150px;
    top: 420px;
    cursor: pointer;
} 
/*未中奖*/
.redbag-result-fail{
    height: 619px;
    background: url(/Content/common/web/images/redbag-fail.png?6acc2435d9) no-repeat center;
}
.redbag-result-fail-btn {
    width: 155px;
    height: 45px;
    background: url(/Content/common/web/images/redbag-win-btn.png?1fc170a647) no-repeat center;
    position: absolute;
    left: 150px;
    top: 420px;
    cursor: pointer;
} 











/*中奖*/
/* .parcel-box{
    width: 448px;
    height: 619px;
    margin-left: -224px;
    margin-top: -310px;
}
.parcel-result-win{
    height: 619px;
}
.win-money-box {
    position: absolute;
    height: 45px;
    line-height: 45px;
    width: 100%;
    text-align: center;
    top: 371px;
    left: 0;
    font-size: 26px;
    color: #fff33f;
}
.parcel-result-win-btn {
    width: 155px;
    height: 45px;
    background: url(/Content/common/web/images/parcel-result-win-btn.png?8403ec3451) no-repeat center;
    position: absolute;
    left: 150px;
    top: 420px;
    cursor: pointer;
} */
/*未中奖*/
/* .parcel-result-fail{    
    height: 619px;
}
.fail-money-box{
    top: 317px;
}
.fail-money-box {
    position: absolute;
    height: 45px;
    line-height: 45px;
    width: 100%;
    text-align: center;
    top: 374px;
    left: 0;
    font-size: 26px;
    color: #fff33f;
}
.parcel-result-fail-btn{
    width: 155px;
    height: 45px;
    background: url(/Content/common/web/images/parcel-result-win-btn.png?8403ec3451) no-repeat center;
    position: absolute;
    left: 150px;
    top: 420px;
    cursor: pointer;
} */
