  .LunarNewyearbg{
        width:100%;
        background:url('/img/img/activity/LunarNewyear2021/bg.jpg')no-repeat top center;
        background-size:cover;
        height:1680px;
        min-width:1280px;
    }
    .flowbox .flow_item{
        display:inline-block;
    }
    .flowbox .flow_item img{
        width:120px;
        height:120px;
    }
     .flowbox .flow_item p{
        font-size: 16px;
        color:#fff;
        margin-top:10px;
     }
     .w1280{
         width:1280px;
         margin:auto;
     }
     .flowbox{
         top: 22%;
         text-align:center;
         box-sizing:border-box;
         position:relative;
     }
     .flow-line{
         display:inline-block;
         vertical-align:top;
         margin-top: 50px;
     }
     .giftbox{
           background:url('/img/img/activity/LunarNewyear2021/giftbg.png')no-repeat;
           height:744px;
           background-size:100%; 
           position:relative;
           top:28%;
     }
     .remark{position:relative;top:30%;padding-left:30px;}
     .remark .title{
        font-size: 24px;
        color:#fff;
     }
     .remark p{
         font-size: 14px;
         line-height:30px;
         color:#fff;
     }
     .giftbox{
         padding:82px 75px 67px 75px;
         box-sizing:border-box;
     }
    .giftbox .giftitem{
        width: 371px;
        height: 183px;
        display: inline-block;
        color: #6f4111;
        background: url(/img/img/activity/LunarNewyear2021/defaultbg.png) no-repeat;
        text-align: center;
        padding-top: 22px;
         vertical-align:top;
     }
    .f24{font-size:24px;}
    .giftbox .startitem{
         background: url(/img/img/activity/LunarNewyear2021/startbg.png) no-repeat;
         cursor:pointer;            
    }
    .giftbox .startitem .start{ 
         font-size: 36px;
         color:#fff;
         padding-top: 32px;
    }
    .giftitem_active{
         background: url(/img/img/activity/LunarNewyear2021/activebg.png) no-repeat!important;
    }

.getGiftdialog{
    padding:4px 32px 30px 32px;
    box-sizing:border-box;
    text-align:center;
    display:none;
    height:auto;
}
.getGiftdialog .surebtn{
    background-color:#008C95;
    color:#fff;
    width:96px;
    height:34px;
    text-align:center;
    line-height:34px;
    margin: 24px auto 0;
    cursor:pointer;
}
.getGiftdialog .text{
    max-height:42px;
}
.getGiftdialog .surebtn:hover{
    background: #ffad33;
}
.layui-layer-page .layui-layer-content{
    height:auto!important;
}