.hc-invest-process {
    background-image: url("../img/invest-process/bg-invest-process.png");
}

.hc-wealth .main-image-wrap {
    margin: 48px auto 0;
    display: flex;
    justify-content: center;
}
.hc-wealth .main-image-wrap img {
    max-width: 100%;
    width: 1100px;
}

.hc-model .main-image-wrap {
    margin: 48px auto 0;
    display: flex;
    justify-content: center;
}
.hc-model .main-image-wrap img {
    max-width: 100%;
    width: 1100px;
}

.hc-strategy {
    /*// 背景铺满*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/invest-process/bg-strategy.png");
}

.hc-strategy .hc-title-wrap div{
    color: white !important;
}
.hc-strategy .hc-divider {
    background: var(--hc-main-color);
}
.hc-strategy .main-image-wrap {
    margin: 48px auto 0;
    display: flex;
    justify-content: center;
}
.hc-strategy .main-image-wrap img {
    max-width: 100%;
    width: 900px;
}


.hc-structure .vs-grid{
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
@media (max-width: 992px) {
    .hc-structure .vs-grid {
        flex-direction: column;
    }
    .hc-structure .vs-left, .hc-structure .vs-right {
        max-width: 100%;
    }
}
.hc-structure .vs-left, .hc-structure .vs-right {
    flex-shrink: 0;
    min-width: 300px;
    width: 459px;
    min-height: 395px;
    box-shadow: 0 2px 12px 4px rgba(102,99,99,0.06);
    text-align: center;
}
.hc-structure .step-title {
    max-width: 459px;
    height: 107px;
    line-height: 107px;
    color: white;
    font-size: 24px;
    font-weight: bold;
}

.hc-structure .vs-left .step-title {
    background: var(--hc-main-color);
}
.hc-structure .vs-right .step-title {
    background: #666363;
}
.hc-structure .vs-center {
    margin: 24px 32px;
    width: 66px;
}

.hc-structure .step-content {
    padding: 24px;
    line-height: 32px;
    font-weight: bold;
}
