.shenbao_dealership {
    padding: 1.5625rem 0 3.125rem;
}

.shenbao_dealership_content {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: var(--font-size-24);
    line-height: 1.5;
    color: #000;
}

.shenbao_dealership_content p {
    min-height: 1.25rem;
}

.shenbao_dealership_content .h1,
.shenbao_dealership_content .h2,
.shenbao_dealership_content .h3,
.shenbao_dealership_content .h4,
.shenbao_dealership_content .h5,
.shenbao_dealership_content .h6 {
    position: relative;
    padding-left: max(30px, 1.1875rem);
    color: #000;
    font-family: var(--font-family);
    font-size: var(--font-size-36);
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    margin: 0.75rem 0 0;
}
.shenbao_dealership_content .h1::before,
.shenbao_dealership_content .h2::before,
.shenbao_dealership_content .h3::before,
.shenbao_dealership_content .h4::before,
.shenbao_dealership_content .h5::before,
.shenbao_dealership_content .h6::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: max(0.625rem, 12px);
    height: max(0.625rem, 12px);
    background-color: var(--color-primary);
}

.shenbao_dealership_content ul {
    padding-left: 0.9375rem;
}

.shenbao_dealership_content ul li {
    list-style: disc;
    line-height: 2.3;
}

.shenbao_dealership_form {
    margin-top: 2.0938rem;
    background: #F7F7F7;
    padding: 1.5625rem 0.7813rem;
}

.shenbao_dealership .inqury_title_box {
    display: none !important;
}