.promotion-index .main-content{
    padding-bottom: 0 !important;
}
.halloween-box {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    background: linear-gradient(to right, #b93801, #170802);
    /* background-attachment: fixed;
    background-position: top center; */
}
/* .promotion-index{
    background: url("/default/images/promotion/halloween/cinco-bg.png") 100% 100%;
} */
.halloween-box .bg-img{
    position: relative;
    margin-top: -15%;
}


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

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

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

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

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

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

.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;
}

.pro-content ul{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pro-content .banner-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-top: 10px;
    text-align: center;
     border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
}
.pro-content .product-list li,
.pro-content .logo-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: 10px 0 0 10px;
    text-align: center;
}

.pro-content .logo-list img{
    max-width: 216px;
    height: auto;
}
.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: 34px;
    line-height: 34px;
    text-align: center;
    font-family: "OpenSans-Bold";
    background: #850303;
    margin: 10px 0 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.pro-content .product-item .buy a{
    color: #fff;
}

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

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

.pro-content .pro-dis span {
    display: inline-block;
    width: auto;
    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 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;
}
@media (max-width:991px){
    .halloween-box .halloween {
        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;
    }
    
}

@media (max-width:767px){
    .pro-content .banner-list li:nth-child(2n+1), 
    .pro-content .logo-list li:nth-child(2n+1){
        margin-left: 0 !important;
    }

    .m-banner{
        display: block;
    }

    .pc-banner{
        display: none;
    }

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

    .bottom-banner a{
        margin: 0 0 20px 0;
        width: 100%;
    }
    .pro-content .banner-list.cator-list li{
        width: 100%;
        margin-left: 0
    }
}

@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{
        padding: 0 28px;
    }

    .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){
    .halloween-box .halloween {
        padding: 60px 0 30px;
    }

    .pro-content{
        padding: 0 38px;
        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: 10px 0 0 10px;
    }

    .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;
    }

    .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;
    }
    .pro-content .banner-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;
    }


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

@media (min-width:1200px){
    .pro-content .title img{
        height: 104px;
    }

    .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;
    }
}

@media (min-width:1400px){
    .pro-content .product-item .product-image{
        width: 230px;
        height: 230px;
    }
}
















