.marketing-bg{
    width: 100%;
    min-height: 100vh;
    background: url(../assets/market/market-bg.jpg) repeat-y;
    padding:180px 0;
}
.activity-content{
    display: flex;
    padding: 0 25px;

}
.activity-left{
    width: 816px;
    margin-right: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /*align-items: center;*/
}

.activity-top{
    flex-grow: 1;
}
.buy-btn-area{
    margin-bottom: 30px;
    /*margin-top: -75px;*/
    margin-top: 30px;
    cursor: pointer;
}
.mt-75{
    margin-top: -130px;
}
.activity-left img{
    width:100%;
    border-radius: 10px;
    overflow: hidden;
}

.activity-intro{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.intro-tips{
    width: 30.3%;
    font-size: 35px;
    /*line-height: 67px;*/
    color: #ffe2b8;
    font-weight: 600;
    margin-right: 24px;
    padding-top: 40px;
}
.intro-tips:nth-child(3n){
    margin-right: 0;
}

.product-display{
    width: 100%;
    height: 227px;
    background: #fff;
    border-top-left-radius: 50px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    padding: 24px 0;
}
.display-item{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.display-item p{
    width: 75%;
    text-align: center;
    font-size: 20px;
    color: #363838;
    font-weight: 600;
    line-height: 20px;
    margin-top: 20px;

}

.activity-right{
    width: 655px;
}
.market-activity-title{
    font-size: 25px;
    color: #ffebcf;
    font-weight: 600;
}
.activity-gift-list{
    margin-top: 30px;
}
.activity-gift-list ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.activity-item{
   /* width: 29.3%;*/
    width: 193px;
    height: 234px;
    background: #fff;
    margin-top: 25px;
    margin-right: 22px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;

}
.activity-item a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.activity-item:nth-child(3n){
    margin-right: 0;
}

.gift-product-img{

}
.gift-title{
    font-size: 16px;
    font-weight: 600;
    color: #363838;
    margin-top: 13px;
}
.gift-yjprice{
    font-size: 14px;
    color: #363838;
    margin-top: 14px;
    /* text-decoration: line-through; */
}
.zp-icon{
    width: 0; height: 0;
    border-color: transparent #b30201 ;
    border-width: 0 57px 57px 0;
    border-style: solid;
    position: absolute;
    top: 0;
    right:0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 20px;

}
.gift-text{
    padding-left: 32px;
    line-height: 42px;
}
.activity-footer{
    width: 100%;
    height: 60px;
    background: #000;
    color: #999;
    line-height: 60px;
    text-align: center;
}
.activity-item.active {
    background: #eed4af;

}
.active p{
    color: #b8261f;
}
@media(max-width: 1600px){
    .activity-item{
        width: 30.3%;
    }
    .activity-top h2{
        font-size: 60px;
    }
}


@media (max-width:1350px) {
    .activity-item{
        height: auto;
        padding: 25px 10px;
    }
    .intro-tips{
        font-size: 28px;
    }
}

@media (max-width:1200px) {
    .activity-item{
        width: 29.3%;
    }
    .market-activity-title{
        font-size: 22px;
    }
    .activity-item{
        height: auto;
        padding: 20px 4px;
    }
}