.hc-core-service {
    padding: 60px;
    /*// 背景铺满*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/core-service/core-service@2x.png");
}

.hc-360 .card-grid{
    margin-top: 32px;
}
.hc-360 .card-item {
    display: flex;
}
.hc-360 .card-left {
    flex-shrink: 0;
    width: 92px;
    height: auto;
}
.hc-360 .card-right{
    margin-left: 32px;
}
.hc-360 .card-title {
    font-size: 24px;
    font-weight: bold;
}
.hc-360 .card-content {
    margin-top: 16px;
    color: var(--hc-grey-color);
}
.hc-360 .card-line {
    position: relative;
    padding-left: 16px;
    line-height: 20px;
}
.hc-360 .card-line:before{
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    background: var(--hc-grey-color);
    border-radius: 50%;
}

.hc-operation {
    padding: 60px;
    /*// 背景铺满*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/core-service/bg-operation@2x.png");
}
.hc-operation .main-image-wrap {
    margin: 48px auto 0;
    display: flex;
    justify-content: center;
}
.hc-operation .main-image-wrap img {
    max-width: 100%;
    width: 600px;
}
.hc-operation .card-grid{
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
}
.hc-operation .step {
    padding: 8px;
    width: 100%;
}
@media (min-width: 768px) {
    .hc-operation .step{
        width: 20%;
    }
    /*选择单数的子元素*/
    .hc-operation .step:nth-child(odd) {
        padding-top: 48px;
    }
}

.hc-operation .step-title {
    padding-left: 8px;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
    background: linear-gradient(90deg, rgba(211, 183, 143, 0.43) 0, rgba(211, 183, 143, 0) 135px);
}
.hc-operation .step-content {
    margin-top: 16px;
    color: var(--hc-grey-color);
}
.hc-strengths {
    padding: 82px 0 76px;
}
.hc-strengths .card-grid {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.hc-strengths .card-pointer {
    flex-shrink: 1;
    display: block;
    font-size: 48px;
    color: var(--hc-main-color);
}
.hc-strengths .card-item-wrap {
    flex-shrink: 0;
    padding: 12px;
    width: 311px;
}
@media (max-width: 992px) {
    .hc-strengths .card-pointer {
        display: none;
    }
    .hc-strengths .card-item-wrap {
        width: 30%;
    }
}
@media (max-width: 768px) {
    .hc-strengths .card-grid {
        justify-content: center;
    }
    .hc-strengths .card-pointer {
        display: none;
    }
    .hc-strengths .card-item-wrap {
        width: 311px;
    }
}
.hc-strengths .card-item {
    padding: 12px;
    background: white;
}
.hc-strengths .card-left {
    width: 100%;
    height: 161px;
    /*// 背景铺满*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.hc-strengths .card-1 {
    background-image: url("../img/core-service/strength-1@2x.png");
}
.hc-strengths .card-2 {
    background-image: url("../img/core-service/strength-2@2x.png");
}
.hc-strengths .card-3 {
    background-image: url("../img/core-service/strength-3@2x.png");
}
.hc-strengths .card-title {
    margin-top: 16px;
    font-size: 24px;
    font-weight: bold;
}
.hc-strengths .card-content {
    margin-top: 24px;
    color: var(--hc-grey-color);
}

.hc-vs {
    padding: 60px 0 100px;
    /*// 背景铺满*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/core-service/bg-vs@2x.png");
}

.hc-vs .hc-divider {
    background: white;
}
.hc-vs .hc-tip {
    color: white;
}

.hc-vs .vs-grid {
    margin-top: 100px;
    display: flex;
    color: white;
    /*// 背景铺满*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/core-service/vs.png");
}
.hc-vs .step-title {
    font-size: 24px;
    font-weight: bold;
}
.hc-vs .step-content {
    margin-top: 24px;
}
.hc-vs .vs-left, .hc-vs .vs-right {
    padding: 100px 0 100px;
    width: 50%;
    text-align: center;
}

@media (max-width: 768px) {
    .hc-vs .vs-grid {
        flex-direction: column;
        align-items: center;
        background: none;
    }
    .hc-vs .vs-left {
        width: 100%;
        background: var(--hc-main-color);
    }
    .hc-vs .vs-right {
        width: 100%;
        background: rgb(64,64,64);
    }
}