﻿.page-suppliervip {
    background: #F5F5F5;
}

.activity-1 {
    width: 100%;
    height: calc(0.39 * 100vw);
    background: url(/res/zxpm/activity/img/supplier_vip/img-activity.png) no-repeat top center;
    background-size: 100%;
    border-radius: 3px;
}

.img-member {
    width: 30px;
    height: 30px;
    background: url(/res/zxpm/activity/img/supplier_vip/img-member.png) no-repeat top center;
    background-size: 100%;
    display: inline-block
}

.info-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 5px;
}

.info-item {
    width: 100%;
    background: #FFF;
    padding: 0 10px;
    border: 1px solid #999;
    box-sizing: border-box;
    border-radius: 3px;
    display: inline-block
}
    .info-item + .info-item {
        margin-top: 10px;
    }

.introduce .info-item + .info-item {
    margin-top: 0;
    margin-left: 10px;
}

    .info-item.half {
        width: calc(50% - 5px);
    }

.introduce .info-item {
    height: 50px;
    line-height: 50px;
}

.info-item-hd {
    line-height: 30px;
    position: relative;
    padding: 0 10px;
}

    .info-item-hd::after {
        content: '';
        display: block;
        width: 5px;
        height: 20px;
        position: absolute;
        top: 5px;
        left: 0;
        background-color: #1E66FF;
        border-radius: 6px;
    }

.info-item-bd {
    padding: 0 10px 5px 10px;
}

.line-button {
    width: 100%;
    margin: 10px 0 5px 0;
}