.row {
    --bs-gutter-x: 10px;
}
.promotion-index .main-content{
    padding-bottom: 0 !important;
}
.main-container {
    background: linear-gradient(to bottom, #a70900, #350200);
}
.promotion-box {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    background: url("/responsive/images/promotion/christmas/bg.png") no-repeat repeat;
    /* background-attachment: fixed;
    background-position: top center; */
}
/* .promotion-index{
    background: url("/default/images/promotion/halloween/cinco-bg.png") 100% 100%;
} */
.promotion-box .bg-img{
    position: relative;
    margin-top: -15%;
}


.promotion-box .promotion{
    position: relative;
    border-top: none !important;
}

.promotion-box .banner {
    width: 100%;
    height: auto;
    position: relative;
}

.promotion-box .banner img{
    width: 100%;
    height: auto;
}

.pro-content {
    width: 100%;
    height: auto;
    margin: 40px auto 0;
}

.pro-content.f1{
    margin-top: -2px;
}

.pro-content.f6{
    margin: 25px auto 0;
}

.after-code{
    display: none;
}
.pro-content .title{
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 0 10px;
}

.pro-content.f3 .title{
    margin-bottom: 20px;
}

.pro-content .title img{
    width: auto;
    /* height: 56px; */
}


.banner-list li{
    margin-bottom: 20px;
}
.pro-content .product-list li{
    width: calc(calc(100% - 10px) / 2);
    width: -moz-calc(calc(100% - 10px) / 2);
    width: -webkit-calc(calc(100% - 10px) / 2);
    width: -ms-calc(calc(100% - 10px) / 2);
    height: auto;
    margin: 0 10px 10px 0;
    text-align: center;
}


.pro-content .product-item {
    padding: 10px;
}
.pro-content .product-item .product-name{
    margin-top: 6px;
}

.pro-content .product-item .price-box {
    text-align: center;
    margin-top: 6px;
}

.pro-content .product-item .buy {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-family: "OpenSans-Bold";
    background: url("/responsive/images/promotion/christmas/buy-button.png") no-repeat;
    background-size: 100% 100%;
    margin: 10px 0 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
}
.category-products .product-list{
    padding: 10px;
}
.pro-content .product-item .buy a{
    color: #fff;
}

.pro-content .special-price .price{
    color: #bd0c0c;
}

.pro-content .pro-dis {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 6px 0 0;
}

.pro-content .product-item .price-box{
    display: block;
}

.pro-content .product-item .price-info{
    align-items: center;
    justify-content:center;
}

.pro-content .pro-dis span {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 36px;
    text-align: center;
    color: #c82127;
    padding: 0 20px;
    border: 1px dashed #c82127;
    position: relative;
    box-sizing: border-box;
    line-height: 36px;
    cursor: pointer;
}
.pro-content .pro-dis span::before{
    position: absolute;
    left: -18px;
    bottom: -5px;
    content: '';
    display: block;
    width: 31px;
    height: 43px;
    background: url("/responsive/images/promotion/christmas/tree.png") no-repeat;
    background-size: 100% 100%;
}

.pro-content .pro-dis span i {
    font-size: 16px;
    color: #c82127;
    position: absolute;
    right: -8px;
    bottom: -2px;
}

.pro-content .pro-no-dis {
    width: auto;
    height: auto;
    text-align: center;
    margin: 6px 0 0;
}

.pro-content .pro-no-dis span {
    display: inline-block;
    width: 100%;
    height: 36px;
    text-align: center;
    color: #e53a88;
    overflow: hidden;
}

.pro-content .logo-list li{
    background: #fff;
}

.pro-content .banner-left{
    text-align: center;
}

.pro-content .banner-right{
    display: flex;
    flex-wrap: wrap;
}

.pro-content .banner-right div{
    width: calc(calc(100% - 5px) / 2);
    width: -moz-calc(calc(100% - 5px) / 2);
    width: -webkit-calc(calc(100% - 5px) / 2);
    width: -ms-calc(calc(100% - 5px) / 2);
    margin: 10px 0 0 5px;
}

.bottom-banner-2 .item,
.pro-content .bottom-banner{
    margin-top: 10px;
}

.m-banner{
    display: none;
}

.bottom-banner{
    display: flex;
    justify-content: space-between;
}

.bottom-banner a{
    display: block;
    width: calc(calc(100% - 15px) / 2);
    width: -moz-calc(calc(100% - 15px) / 2);
    width: -webkit-calc(calc(100% - 15px) / 2);
    width: -ms-calc(calc(100% - 15px) / 2);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
}


.product-list-new{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px 20px;
    background-color: #a91f00;
    background-image: url("/responsive/images/promotion/christmas/flower-1.png");
    background-repeat: repeat no-repeat;
    background-position: 0 -8px;
    color: #FFF;
}

.product-list-new:nth-child(2n){
    background-color: #b31333;
}


.right-line {
    padding-left: 20px;
    width: 50%;
}

.new-product-name{
    padding: 22px 0 0 0;
    height: 68px;
    text-align: center;
}

.new-price-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new-price-box.out-of-stock {
    font-size: 30px;
    text-align: center;
}

.new-price{
    font-weight: bold;
}

.new-price-info .go-buy{
    display: inline-block;
    width: 90px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #FFF;
    background: #850303;
    cursor: pointer;
}

.product-list-new:nth-child(2n) .new-price-info .go-buy{
    background: #f02f56;
}

.new-old-price{
    text-decoration: line-through;
}

.product-item .item-save-discount{
    padding-right: 8px;
    width: 124px;
    height: 47px;
    line-height: 47px;
    font-size: 16px;
    background: url("/responsive/images/promotion/christmas/save-img.png") no-repeat;
    background-size: 100% 100%;
    color: #FFF;
}
/*------------------- 折扣码复制弹窗 -------------*/
.coupons-copy {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 30;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .4);
}

.coupons-copy.active {
    display: flex;
    justify-content: center;
}

.coupons-copy .inner {
    width: 300px;
    height: auto;
    background: #fff;
    padding: 40px 10px;
    animation: itemnotice .5s;
    -webkit-animation: itemnotice .5s;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.coupons-copy span {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    margin: 0 auto;
    border: 2px solid #bd0c0c;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.coupons-copy span i {
    font-size: 30px;
    color: #bd0c0c;
}

.coupons-copy p {
    margin: 15px auto 0;
    text-align: center;
    color: #333;
}
.line-img{
    margin: auto;
}

.pro-content .more {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 15px 0 0;
}
.pro-content .more span {
    display: inline-block;
    width: auto;
    height: auto;
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px 20px;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
}

.results-msg{
    visibility: hidden;
}
@media (max-width:1199px){
    .product-item .item-save-discount{
        font-size: 12px;
    }
}

@media (max-width:991px){
    .promotion-box .promotion {
        padding: 30px 0 20px;
    }

    .pro-content .product-list li:nth-child(2n+1), 
    .pro-content .banner-right div:nth-child(2n+1){
        margin-left: 0 !important;
    }

    .new-price-info .go-buy{
        font-size: 12px;
    }
     .new-product-name{
        padding-top: 0px;
        height: 38px;
     }
    .new-product-name,.new-old-price{
        font-size: 12px;
    }
}



@media (max-width:767px){
    .toolbar-top .sort-by span,
    .toolbar-top .sort-by label{
        color: #FFF;
    }
    
    .christmas .product-item .discount-type-1 {
        padding: 0px 0 0 10px;
        font-size: 11px;
    }
    .m-banner{
        display: block;
    }

    .pc-banner{
        display: none;
    }

    .bottom-banner{
     flex-wrap: wrap;
    }

    .bottom-banner a{
        margin: 0 0 20px 0;
        width: 100%;
    }
    .new-product-name{
        padding: 0;
        height: auto;
    }

    .new-price-info .go-buy {
        font-size: 12px;
        line-height: 24px;
        height: 24px;
        padding: 0 5px;
    }

    .product-list-new{
        background-size: 130%;
        padding: 10px;
    }

    .right-line{
        padding-left: 10px;
    }

    .line-img{
        /* width: 30vw; */
    }
    
    .new-price-box{
        margin-top: 0;
    }

    .new-price{
        font-size: 14px;
    }

    .left-product-img{
        height: 35vw;
    }

    .pro-content .product-item .price-info{
        flex-wrap: wrap;
    }
}

@media (min-width:432px){
    .pro-content .pro-no-dis span,
    .pro-content .pro-dis span{
        height: 28px;
        line-height: 28px;
    }
}

@media (min-width:768px){


    .pro-content .title img{
        /* height: 68px; */
    }

    .pro-content .product-item .product-image{
        width: 250px;
        height: 250px;
    }

    .pro-content .logo-list li{
        width: calc(calc(100% - 30px) / 4);
        width: -moz-calc(calc(100% - 30px) / 4);
        width: -webkit-calc(calc(100% - 30px) / 4);
        width: -ms-calc(calc(100% - 30px) / 4);
        margin: 10px 0 0 10px;
    }
}

@media (min-width:992px){
    .promotion-box .promotion {
        padding: 60px 0 30px;
    }

    .pro-content{
        margin: 60px auto 0;
    }

    .pro-content.f6{
        margin: 40px auto 0;
    }

    .pro-content .title img{
        /* height: 88px; */
    }

    .pro-content .product-list li{
        width: calc(calc(100% - 30px) / 4);
        width: -moz-calc(calc(100% - 30px) / 4);
        width: -webkit-calc(calc(100% - 30px) / 4);
        width: -ms-calc(calc(100% - 30px) / 4);
        margin: 0 10px 10px 0;
    }

    .pro-content .product-list li:nth-child(4n+1){
        margin-left: 0 !important;
    }

    .pro-content .product-item:hover {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
        transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
    }

    .pro-content .product-item .product-image{
        width: 183px;
        height: 183px;
    }

    .pro-content .pro-dis,
    .pro-content .pro-no-dis{
        margin-top: 10px;
    }

    .pro-content .special-price .price{
        font-size: 16px;
    }
     .new-product-name{
        padding-top: 0px;
        height: 38px;
     }
    .new-product-name,.new-old-price{
        font-size: 12px;
    }
    /* .pro-content .product-item .buy{
        height: 40px;
        line-height: 40px;
        margin-top: 12px;
    } */

    .pro-content .top-banner{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 0;
    }

    .pro-content .top-banner>div{
        flex: 1;
    }

    .pro-content .banner-right{
        margin-left: 10px;
    }

    .pro-content .banner-right>div:first-child{
        margin-left: 0;
    }

    .pro-content .banner-right>div{
        margin-top: 0;
    }

    .bottom-banner-2{
        display: flex;
        justify-content: space-between;
    }
    .left-product-img,.right-line{
        height: 126px;
    }


    .line-img{
        width: 90px;
       height: 45px;
    }

    .new-price{
        font-size: 14px;
    }

    .new-price-info .go-buy{
        font-size: 12px;
    }
}

@media (min-width:1200px){
    .pro-content .title img{
        /* height: 104px; */
    }
     .new-product-name{
        padding-top: 10px;
        height: 50px;
     }
    .new-product-name,.new-old-price{
        font-size: 12px;
    }
    .pro-content .product-item .product-image{
        width: 220px;
        height: 220px;
    }

    .pro-content .special-price .price{
        font-size: 18px;
    }

    .pro-content .pro-no-dis span,
    .pro-content .pro-dis span{
        height: 32px;
        line-height: 32px;
    }
    .left-product-img,.right-line{
        height: 150px;
    }

    .line-img{
        width: 90px;
       height: 45px;
    }

    .new-price{
        font-size: 25px;
    }

    .new-price-info .go-buy{
        font-size: 14px;
    }

    .product-item .item-save-discount{
        font-size: 14px;
    }
}

@media (min-width:1400px){

    .pro-content .product-item .product-image{
        width: 230px;
        height: 230px;
    }

     .left-product-img,.right-line{
        height: 186px;
    }


    .new-product-name,.new-old-price{
        font-size: 14px;
    }

    .new-price{
        font-size: 25px;
    }
   .line-img{
        width: 165px;
        height: 83px;
    }
    .new-price-info .go-buy{
        font-size: 15px;
    }

}

@media (min-width:1500px){
    .left-product-img,.right-line{
        height: 199px;
    }
    

}














