.banner-warp {
    height: 32.75rem;
    background-color: #2B2B37;
}


.banner-content {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding-top: 5.75rem;
    box-sizing: border-box;
    text-align: center;
    height: 32.8rem;
}

.banner-content h1 {
    font-size: 3.125rem;
}

.banner-content .banner-desc {
    margin-top: 1.875rem;
    font-size: 1.5rem;
}

.banner-content .report {
    display: inline-flex;
    width: 8.875rem;
    height: 2.5rem;
    color: #fff;
    font-size: 1rem;
    align-items: center;
    justify-content: center;
    margin-top: 3.125rem;
    background-color: #C51030;
    border-radius: 2.5rem;
}

.banner-content .report:hover {
    background-color: #A40D27;
}

.banner-content .report:active {

    transform: scale(0.98);
}

.panel-section {
    padding-bottom: 6.5rem;
}

.section-report-warp {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    gap: 1.875rem;
}

.section-report-warp .content-item {
    height: 10.375rem;
    background-color: #fff;
    padding: 1.875rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 10px 20px 0px rgba(197, 16, 48, 0.051);
}

.section-report-warp .content-item .title {
    font-size: 1.25rem;
}

.section-report-warp .content-item .title img {
    width: 2.125rem;
    height: 2.125rem;
    /* object-fit: cover; */
    margin-right: 1.25rem;
}

.section-report-warp .content-item-full {
    grid-column: 1 / span 3;
    display: grid;
    grid-template-columns: 50% 50%;
    height: 20rem;
}

.section-report-warp .content-item-left {
    display: flex;
    flex-direction: column;
}

.section-report-warp .content-item-left .tabs {
    display: flex;
    margin-top: 1.75rem;
}

.section-report-warp .content-item-left .tabs .tab {
    font-size: 0.625rem;
    margin-right: 0.625rem;
    padding: 0.5rem 1.25rem;
    background-color: rgba(197, 16, 48, 0.05);
    color: #C51030;
    border-radius: 1rem;
}

.section-brand-warp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 1.875rem;
}

.section-brand-warp .section-item {
    background-color: #fff;
    padding: 1.875rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-brand-warp .section-item-full {
    grid-column: 1 / span 2;
}

.section-brand-warp .section-item-full .title {
    font-size: 1.25rem;
    padding-bottom: 2.875rem;
}

.section-brand-warp .section-item .title img {
    width: 2.125rem;
    height: 2.125rem;
    /* object-fit: cover; */
    margin-right: 1.25rem;
}

.section-item-full-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.1875rem;
}

.section-item-full-content .brand-info {
    margin-top: 3rem;
    height: 6.5rem;
    padding: 1.5rem 1.25rem;
    background-color: rgba(197, 16, 48, 0.05);
    border-radius: 0.625rem;
}

.section-item-full-content-right img {
    width: 100%;
    height: auto;
    margin-right: 0.5rem;
}


.section-solution-warp {
    padding: 1.875rem;
    box-sizing: border-box;
}

.section-solution-row1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
}

.section-solution-row1 .section-solution-item {
    padding: 1.875rem;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(197, 16, 48, 0.051) 30%, rgba(255, 255, 255, 0) 100%);
}

.section-solution-row2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}



.section-taste-warp {
    padding: 1.875rem;
    box-sizing: border-box;
}

.section-taste-row1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
}

.section-taste-row1 .section-taste-item {
    padding: 1.875rem;
    box-sizing: border-box;
    background: rgba(197, 16, 48, 0.051);
}

.section-taste-row1 .section-taste-item .icon {
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    border-radius: 2rem;
    background-color: #C51030;
    color: #fff;
    font-size: 1.25rem;
    font-style: normal;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
}

.section-taste-row2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.tech-strength-warp {
    padding: 1.875rem;
    box-sizing: border-box;
}

.tech-strength-warp .tech-strength-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 1.875rem;
    box-sizing: border-box;
}

.tech-strength-warp .tech-strength-right {
    padding-top: 3.5rem;
}

.tech-strength-warp .tech-strength-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    box-sizing: border-box;
    gap: 1.875rem;
    margin-top: 1.875rem;
}

.tech-strength-warp .tech-strength-bottom .tech-strength-item {
    padding: 1.875rem;
    box-sizing: border-box;
}

.tech-strength-warp .tech-strength-bottom .tech-list img {
    width: 1rem;
    height: 1rem;
    object-fit: cover;
}

.tech-strength-warp .tech-strength-bottom .service-promise {
    margin-top: 1.875rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
}

.tech-strength-warp .tech-strength-bottom .service-promise .promise-item {
    background-color: rgba(197, 16, 48, 0.05);
    padding: 0.875rem 1.5rem;
    color: #C51030;
    border-radius: 0.625rem;
}



.case-show-warp {
    padding: 2rem;
    margin-bottom: 3rem;
}

.case-show-warp .case-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
    margin-top: 2rem;
}

.case-show-warp .case-img {
    width: 100%;
    background-color: #f0f0f0;
}

.case-show-warp .case-img img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.case-show-warp .case-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
}

.case-show-warp .case-info {
    margin-top: 1rem;
}

.case-show-warp .case-info p {
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
}

.case-show-warp .case-info .label {
    font-weight: 600;
    color: #C51030;
}

.case-show-warp .authority-endorsement {
    background-color: rgba(197, 16, 48, 0.05);
    padding: 1.875rem;
    box-sizing: border-box;
}

.case-show-warp .endorsement-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}


@media screen and (max-width: 680px) {
    .panel-section {
        padding: 0 1rem 2.5rem;
    }

    .section-title {
        padding: 4rem 0
    }

    .section-report-warp {
        display: flex;
        flex-direction: column;
    }

    .section-report-warp .content-item-full {
        grid-template-columns: 100%;
        height: auto;
        box-sizing: border-box;

    }

    .section-report-warp .content-item-full .content-item-right {
        height: 24rem;
        padding-top: 4rem;
    }

    .section-brand-warp {}

    .section-taste-row1,
    .section-taste-row2,
    .section-solution-row2,
    .section-solution-row1 {
        display: grid;
        grid-template-columns: 100%;
        gap: 2rem;

    }

    .tech-strength-warp {
        padding: 0;
    }

    .tech-strength-warp .tech-strength-bottom {
        display: grid;
        grid-template-columns: 100%;
    }

}