body, html{
    overflow-x: initial;
}
.snappingup_wrapper{
    background: #de5040;
}
.snappingup_wrapper_top{
    width: 100%;
    height: auto;
    /*background: url(/static/images/snappingup/2022_1111_top.png) no-repeat;*/
    /*background-size: 100% auto;*/
    /*height: 1083px;*/
    position:relative;
}
.snappingup_wrapper_content{
    width: 1180px;
    background: url(/static/images/snappingup/2022_1111_content.png) no-repeat;
    background-size: 100% 100%;
    /*height: 1500px;*/
    position:relative;
    margin: 0 auto;
    margin-top: -210px;
    padding: 140px 0;
    min-height: 700px;
}
.snappingup_wrapper_info {
    position:absolute;
    top: -40px;
    width: 100%;
}
.snappingup_wrapper_info_time{
    width:500px;
    margin: 0 auto;
    height:60px;
    background: url(/static/images/snappingup/2022_1111_dateBg.png) no-repeat;
    background-size: 100% auto;
    text-align: center;
    line-height: 68px;
    font-size: 26px;
    color: #FF4923;
    letter-spacing: 4px;
    font-weight: bold;
}
.snappingup_wrapper_info_rules{
    position: absolute;
    right:87px;
    top: 7px;
    width: 144px;
    height:60px;
    background: url(/static/images/snappingup/2022_1111_guize.png) no-repeat;
    background-size: 100% auto;
    cursor:pointer;
}
.snappingup_wrapper_content_item{
    width: 1000px;
    height: 265px;
    background: url(/static/images/snappingup/2022_1111_content_item.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    display: flex;
    padding: 15px;
    column-gap: 30px;
    margin-bottom: 30px;
}
.snappingup_wrapper_content_item_left{
    width: 235px;
    height: 235px;
    border-radius: 5px;
}
.snappingup_wrapper_content_item_right{
    flex: 1;
    position: relative;
}
.item_goodsName{
    color: #BF2505;
    font-size: 24px;
    margin-top: 15px;
}
.item_inventory{
    background: #FFBBA5;
    box-shadow: inset 0px 4px 6px 1px rgb(79 73 168 / 35%);
    border-radius: 28px 28px 28px 28px;
    height: 18px;
    width: 250px;
    position: relative;
    margin-top: 16px;
}
.item_haveinventory{
    width: 125px;
    height: 18px;
    background: linear-gradient(360deg, #EA3B27 0%, #ED6D51 100%);
    border-radius: 28px 28px 28px 28px;
}
.item_haveinventory_text{
    position: absolute;
    top:0px;
    left: 18px;
    color: #fff;
    font-size: 14px;
}
.item_bottom{
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    bottom: 30px;
}
.item_bottom_right{
    height: auto;
    width: 200px;
    cursor: pointer;
}

.item_bottom_left_miaosha .miaosha{
    color: #FF0000;
    font-size: 22px;
    font-weight: bold;
}
.item_bottom_left_miaosha .priceStart{
    font-size: 38px;
    color: #FF0000;
}
.item_bottom_left_miaosha .priceEnd{
    font-size: 22px;
    color: #FF0000;
}
.item_bottom_left_yuanjia{
    font-size: 20px;
    color: #000;
    text-decoration: line-through;
    margin-top: 2px;
}
.rulesWindow{
    position: fixed;
    left: 0;
    top: 0;
    width:100vw;
    height:100vh;
    z-index: 1;
    display:none;
    background: rgba(0,0,0,0.3)
}
.rulesWindow_img{
    width: 900px;
    height: auto;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -450px;
    position: absolute;
}
.rulesWindow_img_del {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    background-image: url(/static/images/snappingup/close.png);
    background-size: cover;
    background-repeat: no-repeat;
    top: 50%;
    right: 50%;
    margin-top: -270px;
    margin-right: -482px;
}