.container{
    height: 14.5rem;
    background: url("../images/2.4-bg.png?v=1.1");
    background-size: cover;
    overflow: hidden;
}
.head{
    display: flex;
    margin: .91rem 0 0 .42rem;

}
.title{
    width: 2.69rem;
    height: 1.29rem;
    background: url("../images/hudong-title.png");
    background-size: cover;
}
.head{
    width: 7.5rem;
    display: flex;
}
.head>.right{
    display: flex;
    margin-left: .58rem;
}
.btn{
    margin-top: .5rem;
}
.btn-left{
    width: 1.76rem;
    height: .49rem;
    background-color: #fdd26f;
    border-radius: 0.2rem;
    margin-right: .13rem;
}
.btn-right{
    width: 1.57rem;
    height: .49rem;
    background-color: #fdd26f;
    border-radius: 0.2rem;
}
.btn>img{
    width: 100%;
    height: 100%;
}
.content{
    width: 6rem;
    height: 8.63rem;
    margin: .5rem auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content>div{
    width: 2.74rem;
    height: 2.67rem;
    margin: auto;
}
.content>div>img{
    width: 100%;
    height: 100%;
}
.footer{
    margin: .8rem auto 0;
    width: 6rem;
    display: flex;
    padding: 0 .2rem;
    justify-content: space-around;
}
.footer>div{
    width: 2.51rem;
    height: .72rem;
}
.footer>div>img{
    width: 100%;
    height: 100%;
}
.codePopup{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    position: fixed;
    top:0;
    left:0;
    display: none;
}
.popupBox{
    width: 100%;
    height: 6.9rem;
    position: absolute;
    top: 50%;
    /*left: 0;*/
    transform: translateY(-50%);
}
.picBox{
    width: 100%;
    height: 4.7rem;
    background: #83140c;
    padding: .4rem;
}
.codePic{
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
}
.codePic img{
    width: 100%;
    height: 100%;
}
.off{
    width: .93rem;
    height: .93rem;
    background: url("../images/off.png");
    background-size: cover;
    margin: .6rem auto 0;
}
.popupOne{
    width: 100%;
    height: 14.5rem;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}
.popup-container{
    position: fixed;
    top:26%;
    left: 50%;
    transform: translateX(-50%);
}
.popupOne>.popup-container>.popup-bg{
    width: 5.58rem;
    height: 5.56rem;
    background: url("../images/popup-bg.png");
    background-size: cover;
    position: relative;
}
.off1{
    width: .54rem;
    height: .54rem;
    background: url("../images/off-1.png");
    background-size: cover;
    position: absolute;
    right: .2rem;
    top:.2rem;
}
.popup-bg>.icon{
    width: 4.46rem;
    height: 4.49rem;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.popup-bg>.icon>img{
    width: 100%;
    height: 100%;
}
.popupOne>.popup-container>.confirmBtn{
    width: 2.85rem;
    height: 1.04rem;
    background: url("../images/confirmBtn.png");
    background-size: cover;
    margin: .6rem auto 0;
}
/*已核销过弹窗*/
.hexiaoPop{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    position: fixed;
    top:0;
    left:0;
    display: none;
}
.hexiaoPop_box{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.hexiao_off{
    width: 2.81rem;
    height: 1.03rem;
    background: url("../images/hexiaoBtn.png");
    background-size: cover;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 2.6rem;
}
.hexiao_codePic img{
    width: 100%;
    height: 100%s;
}

/*距离抽奖还差最后一步弹窗*/
.choujiangPop{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    position: fixed;
    top:0;
    left:0;
    display: none;
}
.choujiangPop_box{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.choujiangPop_off{
    width: 2.81rem;
    height: 1.03rem;
    background: url("../images/hexiaoBtn.png");
    background-size: cover;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1.6rem;
}
.choujiangPop_codePic img{
    width: 100%;
    height: 100%;
}
/*底部导航栏*/
.menu{
    height: 1.5rem;
    width: 100%;
    background: url("../images/nav_bg.png");
    background-size: cover;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.menu>div{
    width: 1.87rem;
    height: .82rem;
}
.menu>div>img{
    width: 100%;
    height: 100%;
}
