


/**
wap样式
 */
@media screen and (max-width: 769px) {

}

/**
web样式
 */
@media screen and (min-width: 769px) {
    .activity-body{
        margin-bottom: 31px;
        overflow: hidden;
    }

    .activity-title{
        position: relative;
        height: 270px;
    }

    .activity-title img{
        width: 100%;
        height: 270px;
    }

    .activity-title .activity-timer{
        width: 1200px;
        height: 45px;
        background: linear-gradient(270deg, rgba(255, 140, 109, 0) 0%, #F17B82 32%, #E33E9A 62%, rgba(243, 109, 109, 0) 100%);
        border-radius: 100px 100px 0px 0px;
        position: absolute;
        bottom: 0;
        left: 0;
        line-height: 45px;
        font-size: 18px;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
    }

    .activity-title .timer-day,
    .activity-title .timer-hour,
    .activity-title .timer-min,
    .activity-title .timer-sec
    {
        display: inline-block;
        line-height: 32px;
        width: 32px;
        height: 32px;
        background: #FFFFFF;
        border-radius: 5px;
        border: 6px solid #EC668A;
        font-size: 20px;
        font-weight: 600;
        color: #E02B2B;
    }

    .activity-list-body .activity-item{
        margin-top: 20px;
    }
    .activity-list-body{
        margin-bottom: 40px;
    }

}