/* Manufacturing Hub 区域样式 */
.our-strength-container {
    padding: 0 0 var(--section-bottom) !important;
}

.our-strength-content .strength-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-strength-content {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 20px;
}

.our-strength-content .strength-item:nth-child(1) {
    grid-area: 1 / 1 / 2 / 4;
}

.our-strength-content .strength-item:nth-child(2) {
    grid-area: 1 / 4 / 2 / 7;
}


.our-strength-content .strength-item:nth-child(3) {
    grid-area: 2 / 1 / 3 / 3;
}

.our-strength-content .strength-item:nth-child(4) {
    grid-area: 2 / 3 / 3 / 5;
}

.our-strength-content .strength-item:nth-child(5) {
    grid-area: 2 / 5 / 3 / 7;
}

.our-strength-content .strength-item:nth-child(6) {
    grid-area: 1 / 7 / 3 / 9;
}

.certification {
    padding-bottom: var(--section-bottom);
}


.certification .certification-content-author {
    max-width: 640px;
    width: 100%;
    margin: 0 auto var(--section-bottom) auto;
}
.company-profile-module-group {
    padding: calc(var(--section-bottom) * 3) 0;
}

.company-profile-module-group .module-group-item {
    grid-gap: max(2vw, 20px);
}

.company-profile-module-group .module-group-item-content {
    flex: 1;
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    overflow: hidden;
}

.company-profile-module-group .module-group-item .widget-sub-title .widget-title {
    text-align: left;
    margin: 0;
}

.widget-sub-title p {
    color: rgba(255, 255, 255, 0.5);
}
.section-item-info .widget-sub-title p {
    color: var(--theme-p-color);
}
.company-profile-module-group .module-group-item .widget-sub-title .widget-title h2:after {
    left: 0;
    background-color: #fff;
    width: 100px;
}

.company-profile-rewards .widget-title h3,
.company-profile-our-team .widget-title h2 {
    color: #fff;
}
.company-profile-module-group .module-group-item .widget-sub-title h2 {
    color: #fff;
}
.company-profile-module-group .module-group-item .widget-sub-title h3 {
    font-size: var(--widget-title-product-h2-fs);
    color: #fff;
}

.company-profile-module-group .module-group-item-content img,
.company-profile-module-group .module-group-item-content video {
    width: 100%;
    height: max(300px, 22vw);
    object-fit: cover;
}

.company-profile-module-group .widget-sub-title h3,
.company-profile-rewards-content-item .widget-sub-title h3 {
    padding-bottom: 0;
    color: #fff;
}

.company-profile-module-group .widget-sub-title h3::after,
.company-profile-rewards-content-item .widget-sub-title h3::after {
    display: none;
}

.company-profile-rewards {
    background-color: #f2f3f4;
}

.company-profile-rewards-content {
    grid-template-columns: max(24vw, 300px) 1fr;
    padding: max(8vw, 100px) 0;
    grid-gap: var(--section-bottom);
}
.company-profile-rewards-content .company-profile-rewards-content-cover {
    padding: 0 var(--section-bottom) var(--section-bottom) 0;
}
.company-profile-rewards-content .company-profile-rewards-content-cover .company-profile-rewards-content-cover-img::after {
    content: '';
    position: absolute;
    bottom: calc(var(--section-bottom) * -1);
    right: calc(var(--section-bottom) * -1);
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    z-index: -1;
}
.company-profile-rewards-content img {
    border-radius: 8px;
}
.company-profile-rewards-content .company-profile-rewards-content-item {
    min-width: auto;
    position: relative;
}
.company-profile-rewards-content .company-profile-rewards-content-item::after {
    content: '';
    position: absolute;
    bottom: var(--section-bottom);
    left: 0;
    width: 120px;
    height: 2px;
    background: #fff;
}
.company-profile-our-team {
    height: max(50vw, 900px);
}

.service-system {
    background-color: #1F2A32;
}

.service-bg-image {
    width: 100%;
    height: 100%;
}

.service-system .service-item .service-bg-image img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-system .service-item .service-content {
    grid-template-columns: 1fr 1fr;
    grid-gap: max(16vw, 100px);
}

/* 偶数 */
.service-system .service-item:nth-child(even) .service-content {
    direction: rtl;
}

.service-system .service-item .service-content h2 {
    color: #fff;
    line-height: 1;
    font-size: max(2.4vw, 20px);
    font-weight: 700;
    margin-bottom: max(1.2vw, 20px);
    direction: ltr;
}

.service-system .service-item .service-content h2 span {
    color: var(--theme-color);
}

.service-system .service-item .service-content .service-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--widget-title-p-3-fs);
    line-height: 1.5;
    direction: ltr;
}

.service-system .contact-form-wrapper {
    background-color: #333c43;
    padding: max(2.4vw, 20px) max(6vw, 60px);
    border-radius: 16px;
    overflow: hidden;
}

.service-system .product-contact {
    background-color: transparent;
}

.service-system .contact-form-wrapper h2,
.service-system .contact-form label {
    color: #fff;
}

.service-system .contact-form-wrapper .yzm img {
    margin-left: 16px;
}
.our_service .our_service-content .widget-title h2{
    color: #fff;
}
.our_service .our_service-content .widget-title p{
    color: rgba(255, 255, 255, 0.8);
}
.our_service .our_service-content-wrapper {
    padding: max(11vw, 200px) 0 var(--section-bottom);
    grid-template-columns: repeat(3, 1fr);
    grid-gap: max(3vw, 30px);
}
.our_service .our_service-content-wrapper .our_service-content-item {
    background: linear-gradient(180deg,rgba(255,255,255,0.02), rgba(255,255,255,0.08));
    border-radius: 8px;
    gap: 15px;
    padding: max(1.4vw, 20px) max(1.2vw, 20px);
}
.our_service .our_service-content-wrapper .our_service-content-item-icon {
    width: max(3.2vw, 40px);
    height: max(3.2vw, 40px);
}
.our_service .our_service-content-wrapper .our_service-content-item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.our_service .our_service-content-wrapper .our_service-content-item-content {
    font-size: var(--widget-title-p-3-fs);
    color: #fff;
    text-align: center;
}

/* 响应式样式 */
@media (max-width: 991px) {
    .our-strength-content {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }

    .our-strength-content .strength-item {
        grid-area: auto !important;
    }
    .company-profile-our-team {
        height: max(50vw, 700px);
    }
}

@media (max-width: 768px) {
    .company-profile-module-group .module-group-item {
        flex-direction: column;
    }

    .company-profile-our-team {
        height: max(50vw, 400px);
    }

    .service-system .service-item .service-content {
        grid-template-columns: 1fr;
        grid-gap: 0;
        margin: 20px 0;
    }

    .service-system .service-item .service-content .service-empty {
        display: none;
    }

    .service-system .service-item .service-content-wrapper {
        position: relative !important;
        padding: 20px 0;
    }
    .our_service .our_service-content-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .service-system .service-item .service-bg-image img {
        min-height: 200px;
        width: auto;
    }
    .company-profile-rewards-content .company-profile-rewards-content-item::after {
        display: none;
    }
    .company-profile-rewards-content {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .our_service .our_service-content-wrapper .our_service-content-item-content {
        font-size: 12px;
    }
}

.video-wrapper {
    position: relative;
    cursor: pointer;
}

.video-wrapper video {
    width: 100%;
    height: auto;
    display: block;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.video-wrapper.playing .play-icon {
    display: none;
} 