* {
    margin: 0;
    padding: 0;
}

.red-package-view {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(0,0,0,0.5);
}

.red-package-header{
    position: absolute;
    width: 100%;
    top:20px;
    left: 0;
    z-index: 10001;
    text-align: center;
}
.red-package-header h3{
    font-size: 20px;
    color: #F9E2C3;
}
.red-package-time{
    color: #F9E2C3;
}
.red-package-count{
    position:absolute;
    right:10px;
    top: 20px;
    height:30px;
    width: 60px;
    overflow: hidden;
}
.red-package-count span{
    display: inline-block;
    color: #F9E2C3;
    height:30px;
    line-height: 30px;
    float: left;
    margin-left: 4px;
}
.red-package-count img{
    width:24px;
    height:30px;
    float: left;
}
#red_package_count{
    color: #fff;
}
.red-packge-close{
    background: url('https://os11zb.oss-cn-hongkong.aliyuncs.com/static/img/red-package/close.png') no-repeat center;
    background-size: contain;
    background-color: #A3462E;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 100;
}
.red-start-btn{
    width: 148px;
    height: 44px;
    background: linear-gradient(180deg, #EC7E92 0%, #E64245 37.59%, #E74038 100%);
    border: 2px solid #FFEFC8;
    border-radius: 50px;
    margin: 0 auto;
    text-align: center;
    line-height: 44px;
    font-size: 20px;
    color: #FFDBAF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.red-start-btn .time-nub{
    font-size: 30px;
}
.red-pup-box{
    position: fixed;
    left: 50%;
    top: 50%;
    height: 380px;
    transform: translate(-50%,-50%);
    z-index: 10000;

}
.red-packge-Popup{
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: 0;
}
.red-bg-box{
    min-height: 300px;
}
.pup-close{
    background: url('https://os11zb.oss-cn-hongkong.aliyuncs.com/static/img/red-package/close.png') no-repeat center;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -30px;
    right: 20px;
    background-size: contain;
}
.red-packge-container{
    /* display: none; */
}
.redpack_text{
    font-weight: bold;
}

.scuess-red-packge-pup{
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: 0;
}

.scuess-red-packge-pup .red-pup-box{
    width: 100%;
    height: 402px;
    background: url('https://os11zb.oss-cn-hongkong.aliyuncs.com/static/img/red-package/puphongbaobg.png') no-repeat center;
    background-size: contain;
}
.scuess-red-contemt{
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding-top: 80px;
}

.scuess-red-contemt .sc-tips{
    color: #A3462E;
    font-size: 13px;
}
.scuess-red-contemt  .nub-box{
    color: #F1301F;
    font-weight: bold;

}
.scuess-red-contemt  .nub-box .r-symbol{
    font-size: 32px;
    font-style: normal;
}
.scuess-red-contemt  .nub-box .r-nub{
    font-size: 64px;
}

.scuess-red-contemt .r-time{
    padding-top: 0px;
    font-size: 12px;
    color: #A3462E;
}
.scuess-red-contemt .r-time .t-r-1{
    padding-bottom: 7px;
}

.scuess-red-contemt .r-sbuttom{
    display: block;
    width: 188px;
    height: 44px;
    border-radius: 44px;
    margin: 0 auto;
    margin-top: 120px;
}

/* 失败 */
.error-re-packge-pup{
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: 0;
}

.error-re-packge-pup .error-red-content{
    width: 260px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.error-re-packge-pup .red-err-icon{
    background: url('https://os11zb.oss-cn-hongkong.aliyuncs.com/static/img/red-package/ku.png') no-repeat center;
    width: 94px;
    height: 100px;
    background-size: contain;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.error-re-packge-pup .err-contetn{
    text-align: center;
    background: #FFEADD;
    border:8px solid #F5D8CA;
    box-shadow: 0px 0px 4px #E0BFAE;
    border-radius: 16px;
    height: 169px;
    margin-top: -46px;
    padding-top: 50px;
}
.error-re-packge-pup .err-contetn .r-text-1{
    color:#A3462E ;
    font-size: 17px;
    font-weight: bold;
}
.error-re-packge-pup .err-contetn .r-text-2{
    color:#A3462E ;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    padding-top: 10px;
    font-weight: normal;
}

.error-close-icon{
    display: block;
    background: url('https://os11zb.oss-cn-hongkong.aliyuncs.com/static/img/red-package/close.png') no-repeat center;
    width: 24px;
    height: 24px;
    background-size: contain;
    margin: 0 auto;
    margin-top: 18px;
}

.show-default{
    opacity: 0;
    transform: scale(0.8) translate(-50%,-50%);
    transform-origin: 50% 50%;
    transition: all 0.3s;
}

.show-in{
    opacity: 1;
    transform: scale(1) translate(-50%,-50%);
}

.show-out{
    opacity: 0;
    transform: scale(0.7) translate(-50%,-50%);
}