html,body{
    margin: 0;
    padding: 0;
}
.pageBox{
    width: 100vw;
    height: 100vh;
    background: #FF4633;
}
/* #mumuQrcode{
    background: transparent;
} */
.indexBg{
    width: 100vw;
    height: 100vh;
    background-image: url('../images/indexBg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.indexBg2{
    width: 100vw;
    height: 100vh;
    background-image: url('../images/over.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.myPrize{
    position: fixed;
    right: 0;
    top: 20vh;
    width: 22px;
    height: 69px;
    background: #FFFFFF;
    border-radius: 4px 0px 0px 4px;
    opacity: 0.67;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
    color: #FF4331;
    line-height: 20px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: center;
}
.scanBtn{
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 18vh;
    width: 288px;
    height: 62px;
    background-image: url('../images/saoMa.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.timeBox{
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 7vh;
    width: 239px;
    height: 38px;
    background-image: url('../images/phone.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.aPhone{
    font-size: 30px;
    opacity: 0;
}




/* 中奖效果 */
.successBox{
    width: 100%;
    height: 100%;
}
.yiHanBox{
    width: 100%;
    height: 100%;
}
.gongXi {
    position: fixed;
    top: 7vh;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 23px;
    height: 75%;
    background-image: url(../images/gongXi.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.getBox{
    position: absolute;
    top: 55%;
    width: 92%;
    height: 50%;
}
.redTitle{
    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    font-size: 32px;
    color: #F91620;
    line-height: 48px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    letter-spacing: 6px;
}
.zjgetProductImg{
    width: 70vw;
    height: 100px;
    margin: 20px auto;
}
.zjgetProductName{
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 15px;
    color: #4B4B4B;
    line-height: 21px;
    text-align: center;
}
.tipText{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 12px;
    color: #4B4B4B;
    line-height: 17px;
    text-align: center;
    margin-top: 6px;
}






.yiHan{
    position: fixed;
    top: 10vh;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 637px;
    background-image: url(../images/yiHan.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.closeBtn {
    position: fixed;
    bottom: 7vh;
    left: 50%;
    width: 28px;
    height: 28px;
    font-size: 18px;
    line-height: 28px;
    transform: translateX(-50%);
    color: #FFFFFF;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #FFFFFF;
    text-align: center;
}
.yiHanCloseBtn{
    bottom: 10dvh;
}
/* 已核销 */
.yellowBorderBox{
    width: 80%;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    border: 4px solid #F2ED6B;
    top: 20vh;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    padding-bottom: 32px;
}
.statusTitle{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 23px;
    color: #888182;
    line-height: 32px;
    text-align: center;
    margin-top: 28px;
}
.yihexiaoImg{
    width: 237px;
    height: 177px;
    background-image: url('../images/yiHeXiao.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0 auto;
    margin-top: 36px;
}
.yiChouJiangImg{
    width: 237px;
    height: 177px;
    background-image: url('../images/yiZuoFei.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0 auto;
    margin-top: 36px;
}
.getProductName{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #888182;
    line-height: 25px;
    text-align: center;
    margin-top: 36px;
}
.yiHeXiaoCloseBtn{
    bottom: 15vh;
}



#globalLoading{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    justify-content: center;
    align-items: center;
}
#loadingtext{
    color: white;
    font-size: 20px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    z-index: 10;
}