

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --text-primary: #1f2937;
    --text-secondary: #6b7280;
}

.container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}

.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}

.text-center {
    text-align: center;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-60 {
    margin-top: 60px;
}

@media (max-width: 992px) {
    .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pt-100 {
        padding-top: 60px;
    }
    .pb-100 {
        padding-bottom: 60px;
    }
}

/* ============================================
   绗竴閮ㄥ垎锛歱artners.shtml 涓诲悎浣滀紮浼撮〉闈�
   浣跨敤鍓嶇紑锛歮ain-
   ============================================ */
body {
    font-family: 'Microsoft YaHei', 'PingFang SC', sans-serif;
}
.main-img-bgall {
    background-image: url('/plugins/img/part01.jpg');
    background-position: center bottom;
    background-size: cover;
}
.main-img-bgall-b {
    background-image: url('1img/partbgall2.jpg');
    background-position: center bottom;
    background-size: cover;
    background-color: #F9F9F9;
}
.main-hero-area {
    position: relative;
    height: 425px;
    background: url('/plugins/img/part.jpg') center center / cover no-repeat;
    display: flex;
        background-size: cover;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.main-jjxf44px {
    margin-bottom: 44px;
}
.main-hero-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.1);
}
.main-hero-container {
    position: relative;
    z-index: 2;
    max-width: 1500px;
    width: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-hero-content {
    flex: 1;
    max-width: 600px;
}
.main-hero-content h1 {
    font-size: 42px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 20px;
    line-height: 1.3;
}
.main-hero-content p {
    font-size: 14px;
    color: #666666;
    line-height: 2;
    margin-bottom: 30px;
}
.main-hero-btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.main-hero-btn:hover {
    background-color: #333333;
    color: #ffffff;
}
.main-nav-menu {
    background-color: #ffffff;
    padding: 0;
    border-bottom: 1px solid #eeeeee;
    position: sticky;
    top: 0;
    z-index: 100;
}
.main-nav-menu-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
}
.main-nav-menu-items {
    display: flex;
    justify-content: center;
    gap: 50px;
}
.main-nav-menu-item {
    padding: 20px 0;
    color: #666666;
    font-size: 16px;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}
.main-nav-menu-item:hover {
    color: #333333;
}
.main-nav-menu-item.active {
    color: #333333;
    font-weight: 600;
}
.main-nav-menu-item.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #333333;
}
.main-features-panel {
    position: relative;
    z-index: 2;
    max-width: 400px;
    width: 100%;
    background-color: #ffffff;
    padding: 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.main-features-panel .main-feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.main-features-panel .main-feature-item:last-child {
    margin-bottom: 0;
}
.main-features-panel .main-feature-icon {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    flex-shrink: 0;
}
.main-features-panel .main-feature-icon svg {
    width: 100%;
    height: 100%;
    fill: #00aaff;
}
.main-features-panel .main-feature-content h4 {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 5px;
}
.main-features-panel .main-feature-content p {
    font-size: 12px;
    color: #999999;
    line-height: 1.6;
}
.main-ai-section {
    padding: 80px 0;
}
.main-ai-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
}
.main-ai-title {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 40px;
}
.main-ai-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.main-ai-card {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    padding: 30px;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 2px 10px rgb(140 140 140 / 5%), inset 0 0 10px rgb(0 0 0 / 5%);
}
.main-ai-card:hover {
    box-shadow: inset 0 0 15px rgba(0, 168, 255, 0.2), inset 0 0 30px rgba(156, 39, 176, 0.1);
}
.main-ai-card.large {
    min-height: 540px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.main-ai-card.large .main-ai-card-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.main-ai-card.large .main-ai-card-content h3 {
    flex-shrink: 0;
}
.main-ai-card.large .main-ai-card-content p {
    margin-bottom: 15px;
    max-width: 60%;
}
.main-ai-card.large .main-ai-btn {
    align-self: flex-start;
    margin-top: 10px;
}
.main-ai-card.small {
    min-height: 255px;
}
.main-ai-cards-right {
    display: flex;
    flex-direction: column;
}
.main-ai-card-content {
    z-index: 2;
    position: relative;
}
.main-ai-card-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 15px;
}
.main-ai-card-content p {
    font-size: 14px;
    color: #666666;
    line-height: 1.8;
    margin-bottom: 20px;
}
.main-ai-card-content .main-aitext {
    font-size: 14px;
    color: #666666;
    line-height: 1.8;
    margin-bottom: 20px;
}
.main-ai-btn {
    padding: 10px 24px;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 25px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.main-ai-btn:hover {
    background-color: #000000;
    color: #ffffff;
}
.main-ai-card-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 250px;
    height: 200px;
    z-index: 1;
}
.main-ai-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.main-cooperation-section {
    padding: 80px 0;
    background-color: #f5f5f5;
}
.main-cooperation-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}
.main-cooperation-title {
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 15px;
}
.main-cooperation-desc {
    font-size: 14px;
    color: #666666;
}
.main-process-area {
    background-color: #ffffff;
    padding: 80px 0;
}
.main-process-container {
    max-width: 1500px;
    margin: 0 auto;
}
.main-section-title {
    text-align: center;
    margin-bottom: 60px;
}
.main-section-title h2 {
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
}
.main-process-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.main-process-steps::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #eeeeee;
}
.main-process-step {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 2;
}
.main-step-circle {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 600;
    color: #999999;
    transition: all 0.3s ease;
}
.main-process-step:hover .main-step-circle {
    border-color: #00aaff;
    color: #00aaff;
}
.main-process-step h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 8px;
}
.main-process-step p {
    font-size: 14px;
    color: #999999;
    max-width: 200px;
    margin: 0 auto;
}
.main-advantages-area {
    padding: 80px 0 0 0;
    background-color: #f5f5f5;
}
.main-advantages-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
}
.main-advantages-title {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 60px;
}
.main-advantages-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.main-advantage-card {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}
.main-advantage-card .main-advantage-content {
    flex: 1;
}
.main-advantage-card .main-advantage-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.main-advantage-card p {
    font-size: 15px;
    color: #666666;
    line-height: 1.8;
    margin-bottom: 15px;
}
.main-advantage-card .main-card-actions {
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-advantage-card .main-card-actions img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
.main-partner-types-area-2 {
    padding: 80px 0 0 0;
}
.main-partner-types-container-2 {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
}
.main-partner-types-title-2 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 60px;
}
.main-partner-types-grid-2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.main-partner-type-card {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.main-partner-type-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 15px;
}
.main-partner-type-card p {
    font-size: 15px;
    color: #666666;
    line-height: 1.8;
    margin-bottom: 20px;
}
.main-partner-type-card .main-card-actions {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 20px;
}
.main-partner-type-card .main-btn-primary {
    padding: 10px 24px;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-block;
}
.main-partner-type-card .main-btn-primary:hover {
    background-color: #333333;
}
.main-partner-type-card .main-btn-link {
    color: #666666;
    text-decoration: none;
    font-size: 14px;
}
.main-partner-type-card .main-btn-link:hover {
    color: #000000;
}
.main-apply-area {
    text-align: center;
    padding: 40px 0 80px;
    background-color: #ffffff;
}
.main-apply-btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.main-apply-btn:hover {
    background-color: #333333;
    color: #ffffff;
}
.main-training-section {
    padding: 0 0 80px 0;
}
.main-training-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
}
.main-training-title {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 40px;
}
.main-training-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.main-training-card {
    border-radius: 12px;
    padding: 50px 40px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}
.main-training-card:hover {
    transform: translateY(-5px);
}
.main-training-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255,255,255,0.1);
    z-index: 1;
}
.main-training-card > * {
    position: relative;
    z-index: 2;
}
.main-training-card h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}
.main-training-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 25px;
}
.main-training-btn {
    display: inline-block;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 25px;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    width: fit-content;
    transition: all 0.3s ease;
}
.main-training-btn:hover {
    background-color: #000000;
    color: #ffffff;
}
.main-courses-section {
    padding: 80px 0;
    background-color: #f5f5f5;
}
.main-courses-section .main-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
}
.main-courses-section .main-section-title {
    text-align: center;
    margin-bottom: 40px;
}
.main-courses-section .main-section-title h2 {
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
}
.main-courses-section .main-section-title p {
    font-size: 14px;
    color: #999999;
}
.main-courses-section .main-course-category-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.main-courses-section .main-course-category-btn {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    padding: 10px 25px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}
.main-courses-section .main-course-category-btn:hover {
    background-color: #f0f0f0;
}
.main-courses-section .main-course-category-btn.active {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.main-courses-section .main-course-content {
    position: relative;
}
.main-courses-section .main-course-category {
    display: none;
}
.main-courses-section .main-course-category.active {
    display: block;
}
.main-courses-section .main-course-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    background-color: #fff;
    border-radius: 8px;
    padding: 40px;
    min-height: 450px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.main-courses-section .main-course-item .main-course-text {
    flex: 1;
    min-width: 250px;
    max-width: 100%;
}
.main-courses-section .main-course-item .main-course-text h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.main-courses-section .main-course-item .main-course-text p {
    color: #000;
    line-height: 1.6;
    margin-bottom: 20px;
}
.main-courses-section .main-course-item .main-course-text h4 {
    font-size: 18px;
    margin-bottom: 15px;
}
.main-courses-section .main-course-item .main-course-text ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}
.main-courses-section .main-course-item .main-course-text ul li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
}
.main-courses-section .main-course-item .main-course-image {
    flex: 1.5;
    min-width: 250px;
    max-width: 100%;
    position: relative;
}
.main-courses-section .main-course-item .main-course-image img {
    width: 100%;
    border-radius: 8px;
    height: 350px;
    object-fit: cover;
}
.main-ai-cards-row {
    display: block;
}
.main-ai-cards-right .main-ai-card.small {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}
.main-ai-cards-right .main-ai-card.small .main-ai-card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.main-ai-cards-right .main-ai-card.small .main-ai-btn {
    align-self: flex-start;
    margin-top: auto;
}
.main-ai-cards-right .main-ai-card.small:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
    .main-advantages-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .main-partner-types-grid-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .main-partner-type-card .main-card-actions img {
        max-width: 70%;
    }
}
@media screen and (max-width: 1100px) {
    .main-features-panel {
        display: none;
    }
    .main-hero-content {
        max-width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 1024px) {
    .main-ai-grid {
        grid-template-columns: 1fr;
    }
    .main-ai-card.large {
        min-height: auto;
        max-height: 300px;
    }
    .main-ai-card.small {
        min-height: auto;
        max-height: 200px;
    }
}
@media screen and (max-width: 992px) {
    .main-hero-area {
        flex-direction: column;
        height: auto;
        padding: 60px 30px;
        text-align: center;
    }
    .main-hero-content {
        margin-bottom: 40px;
    }
    .main-hero-content h1 {
        font-size: 32px;
    }
}
@media screen and (max-width: 768px) {
    .main-ai-section {
        padding: 40px 0;
    }
    .main-ai-card {
        padding: 20px;
    }
    .main-ai-card.large {
        max-height: 300px;
        min-height: 270px;
    }
    .main-ai-card.small {
        max-height: 220px;
        min-height: 180px;
    }
    .main-ai-card-content h3 {
        font-size: 18px;
    }
    .main-ai-card-content p,
    .main-ai-card-content .main-aitext {
        font-size: 13px;
    }
    .main-jjxf44px {
        margin-bottom: 0;
    }
    .main-ai-card.large .main-ai-card-content p {
        margin-bottom: 15px;
        max-width: 70%;
    }
    .main-ai-card-content .main-aitext {
        font-size: 14px;
        color: #666666;
        line-height: 1.8;
        margin-bottom: 20px;
    }
    .main-training-grid {
        grid-template-columns: 1fr;
    }
    .main-training-card {
        padding: 30px 20px;
        min-height: 250px;
    }
    .main-hero-area {
        padding: 40px 20px;
        background: url('/plugins/img/part12.jpg') center center / cover no-repeat;
    }
    .main-hero-content h1 {
        font-size: 26px;
    }
    .main-process-steps {
        flex-direction: column;
        gap: 12px;
    }
    .main-process-steps::before {
        display: none;
    }
    .main-process-step {
        margin-bottom: 0;
    }
    .main-step-circle {
        width: 40px;
        height: 40px;
        font-size: 16px;
        margin-bottom: 6px;
    }
    .main-process-step h3 {
        font-size: 14px;
        margin-bottom: 2px;
    }
    .main-process-step p {
        display: none;
    }
    .main-section-title h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .main-advantages-grid {
        grid-template-columns: 1fr;
    }
    .main-advantage-card {
        padding: 5px;
        flex-direction: row;
        align-items: center;
        min-height: auto;
    }
    .main-advantage-card .main-advantage-content {
        flex: 1;
        padding: 15px;
    }
    .main-advantage-card .main-advantage-title {
        font-size: 15px;
    }
    .main-advantage-card p {
        font-size: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 63px;
    }
    .main-advantage-card .main-card-actions {
        flex: 1;
        margin-top: 0;
        justify-content: flex-end;
    }
    .main-advantage-card .main-card-actions img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
    }
    .main-advantages-title {
        font-size: 22px;
    }
    .main-partner-types-grid-2 {
        grid-template-columns: 1fr;
    }
    .main-partner-types-title-2 {
        font-size: 22px;
    }
    .main-process-area {
        padding: 30px 0;
    }
}
@media screen and (max-width: 480px) {
    .main-features-panel {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .main-ai-cards-row {
        display: flex;
        gap: 30px;
    }
    .main-ai-cards-row .main-ai-card.small {
        flex: 1;
        width: auto;
        margin-bottom: 0;
    }
    .main-ai-cards-right .main-ai-card.small {
        min-height: 280px;
    }
}

/* ============================================
   绗簩閮ㄥ垎锛歱art-oem.shtml OEM鍚堜綔椤甸潰
   浣跨敤鍓嶇紑锛歰em-
   ============================================ */

.oem-store-area {
    background: url('/plugins/img/bgall2.jpg') center/cover no-repeat;
    padding: 80px 0 60px;
}
.oem-store-header {
    margin-bottom: 60px;
}
.oem-store-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 20px;
}
.oem-store-desc {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.8;
    max-width: 550px;
    margin-bottom: 30px;
}
.oem-store-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.oem-store-btn {
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}
.oem-store-btn-primary {
    background: #1f2937;
    color: #ffffff;
}
.oem-store-btn-primary:hover {
    background: #111827;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.oem-store-btn-outline {
    background: transparent;
    color: #1f2937;
    border: 1px solid #1f2937;
}
.oem-store-btn-outline:hover {
    background: #1f2937;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.oem-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 40px;
}
.oem-feature-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}
.oem-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.oem-feature-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 12px;
}
.oem-feature-desc {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.7;
}
.oem-go-global-solutions-area {
    background: #f8f9fa;
}
.oem-go-global-solution-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.oem-go-global-solution-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.oem-go-global-solution-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 16px;
}
.oem-go-global-solution-desc {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 30px;
}
.oem-go-global-solution-image {
    margin-top: auto;
    text-align: center;
}
.oem-go-global-solution-image img {
    max-width: 100%;
    height: auto;
}
.oem-mb-30 {
    margin-bottom: 30px;
}
.oem-mb-60 {
    margin-bottom: 60px;
}
.oem-go-global-solutions-header {
    text-align: center;
}
.oem-go-global-solutions-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0;
}
.oem-go-global-solutions-title .oem-highlight {
    color: #ff6600;
}
.oem-consultation-process-area {
    background: #ffffff;
}
.oem-consultation-process-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0;
}
.oem-consultation-process-steps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}
.oem-process-step {
    flex: 1;
    min-width: 200px;
    text-align: left;
}
.oem-step-number {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 12px;
}
.oem-step-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 8px;
}
.oem-step-desc {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.6;
}
.oem-step-arrow {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 8px;
}
.oem-step-arrow img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin-top: 56px;
}
.oem-why-risk-control-area,
.oem-why-choose-oem-area {
    background: #f5f5f5;
}
.oem-why-risk-control-title,
.oem-why-choose-oem-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0;
}
.oem-why-risk-control-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.oem-risk-control-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
}
.oem-risk-control-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 12px;
}
.oem-risk-control-card-desc {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.6;
}
.oem-stats-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.oem-stat-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
}
.oem-stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 8px;
}
.oem-stat-label {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 8px;
}
.oem-stat-desc {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.6;
}
.oem-mt-60 {
    margin-top: 60px;
}
.oem-advantages-list {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
}
.oem-advantage-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e5e7eb;
}
.oem-advantage-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.oem-advantage-number {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-primary);
    flex-shrink: 0;
}
.oem-advantage-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 8px;
}
.oem-advantage-desc {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .oem-store-title {
        font-size: 2rem;
    }
    .oem-features-grid {
        grid-template-columns: 1fr;
    }
    .oem-go-global-solution-card {
        padding: 30px;
    }
    .oem-consultation-process-steps {
        flex-direction: column;
        gap: 24px;
    }
    .oem-process-step {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        text-align: left;
    }
    .oem-step-number {
        font-size: 1.5rem;
        font-weight: 700;
        color: var(--text-primary);
        margin-bottom: 0;
        flex-shrink: 0;
        min-width: 40px;
    }
    .oem-step-content {
        flex: 1;
    }
    .oem-step-title {
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 4px;
    }
    .oem-step-desc {
        font-size: 0.85rem;
        margin-bottom: 0;
    }
    .oem-step-arrow {
        display: none;
    }
    .oem-why-risk-control-cards {
        grid-template-columns: 1fr;
    }
    .oem-stats-row {
        grid-template-columns: 1fr;
    }
    .oem-why-risk-control-title,
    .oem-why-choose-oem-title {
        font-size: 1.5rem;
    }
}
@media (max-width: 768px) {
    .oem-store-area {
        padding: 60px 0 40px;
    }
    .oem-store-title {
        font-size: 1.8rem;
    }
    .oem-store-desc {
        font-size: 0.9rem;
    }
    .oem-feature-card {
        padding: 24px;
    }
    .oem-go-global-solutions-area {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .oem-go-global-solution-card {
        padding: 24px;
    }
    .oem-go-global-solution-title {
        font-size: 1.2rem;
    }
}

/* ============================================
   绗笁閮ㄥ垎锛歱art-hezuo.shtml 鍚堜綔浼欎即绛夌骇椤甸潰
   浣跨敤鍓嶇紑锛歨ezuo-
   ============================================ */

.hezuo-store-area {
    background: url('/plugins/img/bgall2.jpg') center/cover no-repeat;
    padding: 80px 0 60px;
}
.hezuo-store-header {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
.hezuo-store-content {
    flex: 1;
}
.hezuo-store-image {
    flex-shrink: 0;
    max-width: 500px;
}
.hezuo-store-image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}
.hezuo-store-logo {
    margin-bottom: 20px;
}
.hezuo-store-logo img {
    width: 120px;
    height: 110px;
    border-radius: 15%;
}
.hezuo-store-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 20px;
}
.hezuo-store-desc {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.8;
    max-width: 550px;
    margin-bottom: 30px;
}
.hezuo-store-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.hezuo-store-btn {
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}
.hezuo-store-btn-primary {
    background: #1f2937;
    color: #ffffff;
}
.hezuo-store-btn-primary:hover {
    background: #111827;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.hezuo-store-btn-outline {
    background: transparent;
    color: #1f2937;
    border: 1px solid #1f2937;
}
.hezuo-store-btn-outline:hover {
    background: #1f2937;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.hezuo-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 40px;
}
.hezuo-feature-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}
.hezuo-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.hezuo-feature-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 12px;
}
.hezuo-feature-desc {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.7;
}
.hezuo-pricing-container {
    padding: 60px 20px;
    max-width: 1520px;
    margin: 0 auto;
}
.hezuo-pricing-header {
    text-align: center;
    margin-bottom: 30px;
}
.hezuo-pricing-header h2 {
    font-size: 24px;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}
.hezuo-pricing-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #f0f0f0;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 0 0 8px 8px;
}
.hezuo-pricing-column:first-child {
    flex: 0.5;
}
.hezuo-pricing-column:last-child {
    border-right: none;
}
.hezuo-pricing-column:not(:first-child):hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    z-index: 10;
}
.hezuo-pricing-column:first-child:hover {
    transform: none;
    box-shadow: none;
    z-index: 1;
}
.hezuo-pricing-column.hezuo-pricing-active {
    background-color: #fafafa;
}
.hezuo-pricing-header-cell {
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    height: 100px;
    padding: 20px;
    text-align: center;
    position: relative;
}
.hezuo-pricing-header-cell::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #1f2937;
    border-radius: 4px 4px 0 0;
}
.hezuo-header-title {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 8px;
}
.hezuo-header-desc {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.5;
}
.hezuo-pricing-cell {
    padding: 14px 20px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    color: #1f2937;
}
.hezuo-pricing-column:first-child .hezuo-pricing-cell {
    color: #6b7280;
    font-weight: 400;
}
.hezuo-pricing-label {
    font-weight: 600;
    color: #1f2937 !important;
}
.hezuo-pricing-price {
    padding: 20px;
    border-bottom: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.hezuo-pricing-price .hezuo-price {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
}
.hezuo-pricing-price .hezuo-price-unit {
    font-size: 12px;
    color: #6b7280;
}
.hezuo-pricing-btn {
    margin-top: 8px;
    padding: 8px 24px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid #1f2937;
    background: transparent;
    color: #1f2937;
    align-self: flex-start;
}
.hezuo-pricing-btn:hover {
    background-color: #1f2937;
    color: #ffffff;
}
.hezuo-pricing-btn-outline {
    background-color: transparent;
    color: #1f2937;
    border: 1px solid #1f2937;
}
.hezuo-pricing-btn-outline:hover {
    background-color: #1f2937;
    color: #ffffff;
}
.hezuo-oem-section {
    padding: 60px 0;
    background: #f5f5f5;
}
.hezuo-oem-container {
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 20px;
}
.hezuo-oem-part {
    margin-bottom: 60px;
}
.hezuo-oem-part:last-child {
    margin-bottom: 0;
}
.hezuo-oem-title {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}
.hezuo-oem-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.hezuo-oem-cards-two {
    grid-template-columns: repeat(2, 1fr);
}
.hezuo-oem-card {
    background: white;
    border-radius: 12px;
    padding: 30px;
    transition: all 0.3s ease;
}
.hezuo-oem-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.hezuo-oem-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.hezuo-oem-card h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.hezuo-oem-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}
.hezuo-oem-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
}
.hezuo-oem-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.hezuo-contact-service-area {
    padding: 60px 20px;
    background-color: #f5f5f5;
}
.hezuo-contact-service-container {
    max-width: 1500px;
    margin: 0 auto;
}
.hezuo-contact-service-title {
    text-align: center;
    font-size: 32px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 50px;
}
.hezuo-contact-service-grid {
    display: flex;
    gap: 30px;
}
.hezuo-contact-service-left {
    flex: 2;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.hezuo-contact-service-right {
    flex: 1;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.hezuo-service-phone-title {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 20px;
}
.hezuo-service-phone-number {
    font-size: 36px;
    color: #dc143c;
    font-weight: 700;
    margin-bottom: 20px;
}
.hezuo-service-phone-desc {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
}
.hezuo-service-online-title {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 15px;
}
.hezuo-service-online-desc {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 30px;
}
.hezuo-service-submit-btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #333333;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.hezuo-service-submit-btn:hover {
    background-color: #555555;
}

@media (max-width: 992px) {
    .hezuo-store-title {
        font-size: 2rem;
    }
    .hezuo-features-grid {
        grid-template-columns: 1fr;
    }
    .hezuo-store-header {
        flex-direction: column;
        text-align: center;
    }
    .hezuo-store-image {
        max-width: 100%;
        margin-top: 20px;
    }
    .hezuo-store-buttons {
        justify-content: center;
    }
    .hezuo-pricing-table {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .hezuo-pricing-column {
        border-right: none;
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    }
    .hezuo-pricing-column:hover {
        transform: none;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    }
    .hezuo-pricing-header h2 {
        font-size: 20px;
    }
    .hezuo-pricing-column:first-child {
        display: none;
    }
    .hezuo-pricing-column:not(:first-child) .hezuo-pricing-cell[data-label] {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .hezuo-pricing-column:not(:first-child) .hezuo-pricing-cell[data-label]::before {
        content: attr(data-label);
        font-weight: 600;
        color: #6b7280;
        font-size: 14px;
        white-space: nowrap;
        flex-shrink: 0;
        min-width: 100px;
        text-align: left;
    }
    .hezuo-contact-service-grid {
        flex-direction: column;
    }
}
@media (max-width: 768px) {
    .hezuo-store-area {
        padding: 60px 0 40px;
    }
    .hezuo-store-title {
        font-size: 1.8rem;
    }
    .hezuo-store-desc {
        font-size: 0.9rem;
    }
    .hezuo-store-logo img {
        width: 80px;
        height: 75px;
    }
    .hezuo-feature-card {
        padding: 24px;
    }
    .hezuo-store-image {
        display: none;
    }
    .hezuo-contact-service-area {
        padding: 40px 15px;
    }
    .hezuo-contact-service-title {
        font-size: 26px;
        margin-bottom: 35px;
    }
    .hezuo-contact-service-left,
    .hezuo-contact-service-right {
        padding: 30px 20px;
    }
    .hezuo-service-phone-number {
        font-size: 28px;
    }
}
@media only screen and (max-width: 1050px) {
    .hezuo-oem-section {
        padding: 40px 0;
    }
    .hezuo-oem-title {
        font-size: 22px;
        margin-bottom: 25px;
    }
    .hezuo-oem-cards {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .hezuo-oem-cards-two {
        grid-template-columns: 1fr;
    }
    .hezuo-oem-card {
        padding: 20px;
    }
    .hezuo-oem-number {
        font-size: 28px;
    }
}
@media screen and (max-width: 480px) {
    .hezuo-contact-service-title {
        font-size: 22px;
    }
    .hezuo-service-phone-number {
        font-size: 24px;
    }
}
@media screen and (min-width: 993px) {
    .hezuo-pricing-table {
        display: flex;
        width: 100%;
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    }
}

/* ============================================
   绗洓閮ㄥ垎锛歱art-cloud.shtml 鍏湁浜戦〉闈�
   浣跨敤鍓嶇紑锛歝loud-
   ============================================ */

.cloud-store-area {
    background: url('/plugins/img/bgall2.jpg') center/cover no-repeat;
    padding: 80px 0 60px;
}
.cloud-store-header {
    margin-bottom: 60px;
}
.cloud-store-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 20px;
}
.cloud-store-desc {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.8;
    max-width: 550px;
    margin-bottom: 30px;
}
.cloud-store-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.cloud-store-btn {
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}
.cloud-store-btn-primary {
    background: #1f2937;
    color: #ffffff;
}
.cloud-store-btn-primary:hover {
    background: #111827;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.cloud-store-btn-outline {
    background: transparent;
    color: #1f2937;
    border: 1px solid #1f2937;
}
.cloud-store-btn-outline:hover {
    background: #1f2937;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.cloud-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 40px;
}
.cloud-feature-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}
.cloud-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.cloud-feature-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 12px;
}
.cloud-feature-desc {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.7;
}
.cloud-go-global-solutions-area {
    background: #f8f9fa;
}
.cloud-go-global-solution-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.cloud-go-global-solution-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.cloud-go-global-solution-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 16px;
}
.cloud-go-global-solution-desc {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 30px;
}
.cloud-go-global-solution-image {
    margin-top: auto;
    text-align: center;
}
.cloud-go-global-solution-image img {
    max-width: 100%;
    height: auto;
}
.cloud-mb-30 {
    margin-bottom: 30px;
}
.cloud-mb-60 {
    margin-bottom: 60px;
}
.cloud-go-global-solutions-header {
    text-align: center;
}
.cloud-go-global-solutions-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0;
}
.cloud-go-global-solutions-title .cloud-highlight {
    color: #ff6600;
}
.cloud-consultation-process-area {
    background: #ffffff;
}
.cloud-consultation-process-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0;
}
.cloud-consultation-process-steps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}
.cloud-process-step {
    flex: 1;
    min-width: 200px;
    text-align: left;
}
.cloud-step-number {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 12px;
}
.cloud-step-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 8px;
}
.cloud-step-desc {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.6;
}
.cloud-step-arrow {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 8px;
}
.cloud-step-arrow img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin-top: 56px;
}
.cloud-why-risk-control-area,
.cloud-why-choose-oem-area {
    background: #f5f5f5;
}
.cloud-why-risk-control-title,
.cloud-why-choose-oem-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0;
}
.cloud-why-risk-control-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.cloud-risk-control-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
}
.cloud-risk-control-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 12px;
}
.cloud-risk-control-card-desc {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.6;
}
.cloud-stats-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.cloud-stat-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
}
.cloud-stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 8px;
}
.cloud-stat-label {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 8px;
}
.cloud-stat-desc {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.6;
}
.cloud-mt-60 {
    margin-top: 60px;
}
.cloud-advantages-list {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
}
.cloud-advantage-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e5e7eb;
}
.cloud-advantage-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.cloud-advantage-number {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-primary);
    flex-shrink: 0;
}
.cloud-advantage-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 8px;
}
.cloud-advantage-desc {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .cloud-store-title {
        font-size: 2rem;
    }
    .cloud-features-grid {
        grid-template-columns: 1fr;
    }
    .cloud-go-global-solution-card {
        padding: 30px;
    }
    .cloud-consultation-process-steps {
        flex-direction: column;
        gap: 24px;
    }
    .cloud-process-step {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        text-align: left;
    }
    .cloud-step-number {
        font-size: 1.5rem;
        font-weight: 700;
        color: var(--text-primary);
        margin-bottom: 0;
        flex-shrink: 0;
        min-width: 40px;
    }
    .cloud-step-content {
        flex: 1;
    }
    .cloud-step-title {
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 4px;
    }
    .cloud-step-desc {
        font-size: 0.85rem;
        margin-bottom: 0;
    }
    .cloud-step-arrow {
        display: none;
    }
    .cloud-why-risk-control-cards {
        grid-template-columns: 1fr;
    }
    .cloud-stats-row {
        grid-template-columns: 1fr;
    }
    .cloud-why-risk-control-title,
    .cloud-why-choose-oem-title {
        font-size: 1.5rem;
    }
}
@media (max-width: 768px) {
    .cloud-store-area {
        padding: 60px 0 40px;
    }
    .cloud-store-title {
        font-size: 1.8rem;
    }
    .cloud-store-desc {
        font-size: 0.9rem;
    }
    .cloud-feature-card {
        padding: 24px;
    }
    .cloud-go-global-solutions-area {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .cloud-go-global-solution-card {
        padding: 24px;
    }
    .cloud-go-global-solution-title {
        font-size: 1.2rem;
    }
}

/* ============================================
   绗簲閮ㄥ垎锛歱art-api.shtml API鎺ュ叆椤甸潰
   浣跨敤鍓嶇紑锛歛pi-
   ============================================ */

.api-store-area {
    background: url('/plugins/img/bgall2.jpg') center/cover no-repeat;
    padding: 80px 0 60px;
}
.api-store-header {
    margin-bottom: 60px;
}
.api-store-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 20px;
}
.api-store-desc {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.8;
    max-width: 550px;
    margin-bottom: 30px;
}
.api-store-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.api-store-btn {
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}
.api-store-btn-primary {
    background: #1f2937;
    color: #ffffff;
}
.api-store-btn-primary:hover {
    background: #111827;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.api-store-btn-outline {
    background: transparent;
    color: #1f2937;
    border: 1px solid #1f2937;
}
.api-store-btn-outline:hover {
    background: #1f2937;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.api-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 40px;
}
.api-feature-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}
.api-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.api-feature-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 12px;
}
.api-feature-desc {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.7;
}
.api-go-global-solutions-area {
    background: #f8f9fa;
}
.api-go-global-solution-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.api-go-global-solution-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.api-go-global-solution-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 16px;
}
.api-go-global-solution-desc {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 30px;
}
.api-go-global-solution-image {
    margin-top: auto;
    text-align: center;
}
.api-go-global-solution-image img {
    max-width: 100%;
    height: auto;
}
.api-mb-30 {
    margin-bottom: 30px;
}
.api-mb-60 {
    margin-bottom: 60px;
}
.api-go-global-solutions-header {
    text-align: center;
}
.api-go-global-solutions-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0;
}
.api-go-global-solutions-title .api-highlight {
    color: #ff6600;
}
.api-consultation-process-area {
    background: #ffffff;
}
.api-consultation-process-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0;
}
.api-consultation-process-steps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}
.api-process-step {
    flex: 1;
    min-width: 200px;
    text-align: left;
}
.api-step-number {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 12px;
}
.api-step-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 8px;
}
.api-step-desc {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.6;
}
.api-step-arrow {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 8px;
}
.api-step-arrow img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin-top: 56px;
}
.api-why-risk-control-area,
.api-why-choose-oem-area {
    background: #f5f5f5;
}
.api-why-risk-control-title,
.api-why-choose-oem-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0;
}
.api-why-risk-control-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.api-risk-control-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
}
.api-risk-control-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 12px;
}
.api-risk-control-card-desc {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.6;
}
.api-stats-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.api-stat-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
}
.api-stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 8px;
}
.api-stat-label {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 8px;
}
.api-stat-desc {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.6;
}
.api-mt-60 {
    margin-top: 60px;
}
.api-advantages-list {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
}
.api-advantage-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e5e7eb;
}
.api-advantage-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.api-advantage-number {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-primary);
    flex-shrink: 0;
}
.api-advantage-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 8px;
}
.api-advantage-desc {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .api-store-title {
        font-size: 2rem;
    }
    .api-features-grid {
        grid-template-columns: 1fr;
    }
    .api-go-global-solution-card {
        padding: 30px;
    }
    .api-consultation-process-steps {
        flex-direction: column;
        gap: 24px;
    }
    .api-process-step {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        text-align: left;
    }
    .api-step-number {
        font-size: 1.5rem;
        font-weight: 700;
        color: var(--text-primary);
        margin-bottom: 0;
        flex-shrink: 0;
        min-width: 40px;
    }
    .api-step-content {
        flex: 1;
    }
    .api-step-title {
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 4px;
    }
    .api-step-desc {
        font-size: 0.85rem;
        margin-bottom: 0;
    }
    .api-step-arrow {
        display: none;
    }
    .api-why-risk-control-cards {
        grid-template-columns: 1fr;
    }
    .api-stats-row {
        grid-template-columns: 1fr;
    }
    .api-why-risk-control-title,
    .api-why-choose-oem-title {
        font-size: 1.5rem;
    }
}
@media (max-width: 768px) {
    .api-store-area {
        padding: 60px 0 40px;
    }
    .api-store-title {
        font-size: 1.8rem;
    }
    .api-store-desc {
        font-size: 0.9rem;
    }
    .api-feature-card {
        padding: 24px;
    }
    .api-go-global-solutions-area {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .api-go-global-solution-card {
        padding: 24px;
    }
    .api-go-global-solution-title {
        font-size: 1.2rem;
    }
}

/* ============================================
   绗叚閮ㄥ垎锛歱art-aff.shtml AFF鎺ㄥ箍椤甸潰
   浣跨敤鍓嶇紑锛歛ff-
   ============================================ */

.aff-store-area {
    background: url('/plugins/img/bgall2.jpg') center/cover no-repeat;
    padding: 80px 0 60px;
}
.aff-store-header {
    margin-bottom: 60px;
}
.aff-store-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 20px;
}
.aff-store-desc {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.8;
    max-width: 550px;
    margin-bottom: 30px;
}
.aff-store-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.aff-store-btn {
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}
.aff-store-btn-primary {
    background: #1f2937;
    color: #ffffff;
}
.aff-store-btn-primary:hover {
    background: #111827;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.aff-store-btn-outline {
    background: transparent;
    color: #1f2937;
    border: 1px solid #1f2937;
}
.aff-store-btn-outline:hover {
    background: #1f2937;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.aff-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 40px;
}
.aff-feature-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}
.aff-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.aff-feature-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 12px;
}
.aff-feature-desc {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.7;
}
.aff-go-global-solutions-area {
    background: #f8f9fa;
}
.aff-go-global-solution-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.aff-go-global-solution-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.aff-go-global-solution-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 16px;
}
.aff-go-global-solution-desc {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 30px;
}
.aff-go-global-solution-image {
    margin-top: auto;
    text-align: center;
}
.aff-go-global-solution-image img {
    max-width: 100%;
    height: auto;
}
.aff-mb-30 {
    margin-bottom: 30px;
}
.aff-mb-60 {
    margin-bottom: 60px;
}
.aff-go-global-solutions-header {
    text-align: center;
}
.aff-go-global-solutions-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0;
}
.aff-go-global-solutions-title .aff-highlight {
    color: #ff6600;
}
.aff-consultation-process-area {
    background: #ffffff;
}
.aff-consultation-process-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0;
}
.aff-consultation-process-steps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}
.aff-process-step {
    flex: 1;
    min-width: 200px;
    text-align: left;
}
.aff-step-number {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 12px;
}
.aff-step-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 8px;
}
.aff-step-desc {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.6;
}
.aff-step-arrow {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 8px;
}
.aff-step-arrow img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin-top: 56px;
}
.aff-why-risk-control-area,
.aff-why-choose-oem-area {
    background: #f5f5f5;
}
.aff-why-risk-control-title,
.aff-why-choose-oem-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0;
}
.aff-why-risk-control-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.aff-risk-control-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
}
.aff-risk-control-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 12px;
}
.aff-risk-control-card-desc {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.6;
}
.aff-stats-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.aff-stat-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
}
.aff-stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 8px;
}
.aff-stat-label {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 8px;
}
.aff-stat-desc {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.6;
}
.aff-mt-60 {
    margin-top: 60px;
}
.aff-advantages-list {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
}
.aff-advantage-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e5e7eb;
}
.aff-advantage-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.aff-advantage-number {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-primary);
    flex-shrink: 0;
}
.aff-advantage-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 8px;
}
.aff-advantage-desc {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .aff-store-title {
        font-size: 2rem;
    }
    .aff-features-grid {
        grid-template-columns: 1fr;
    }
    .aff-go-global-solution-card {
        padding: 30px;
    }
    .aff-consultation-process-steps {
        flex-direction: column;
        gap: 24px;
    }
    .aff-process-step {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        text-align: left;
    }
    .aff-step-number {
        font-size: 1.5rem;
        font-weight: 700;
        color: var(--text-primary);
        margin-bottom: 0;
        flex-shrink: 0;
        min-width: 40px;
    }
    .aff-step-content {
        flex: 1;
    }
    .aff-step-title {
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 4px;
    }
    .aff-step-desc {
        font-size: 0.85rem;
        margin-bottom: 0;
    }
    .aff-step-arrow {
        display: none;
    }
    .aff-why-risk-control-cards {
        grid-template-columns: 1fr;
    }
    .aff-stats-row {
        grid-template-columns: 1fr;
    }
    .aff-why-risk-control-title,
    .aff-why-choose-oem-title {
        font-size: 1.5rem;
    }
}
@media (max-width: 768px) {
    .aff-store-area {
        padding: 60px 0 40px;
    }
    .aff-store-title {
        font-size: 1.8rem;
    }
    .aff-store-desc {
        font-size: 0.9rem;
    }
    .aff-feature-card {
        padding: 24px;
    }
    .aff-go-global-solutions-area {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .aff-go-global-solution-card {
        padding: 24px;
    }
    .aff-go-global-solution-title {
        font-size: 1.2rem;
    }
}

.api-toast-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s, visibility 0.3s;
        }
        .api-toast-overlay.show {
            opacity: 1;
            visibility: visible;
        }
        .api-toast {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: #fff;
            padding: 24px 40px;
            border-radius: 16px;
            font-size: 16px;
            font-weight: 500;
            box-shadow: 0 10px 40px rgba(102, 126, 234, 0.4);
            transform: scale(0.8);
            transition: transform 0.3s;
            text-align: center;
        }
        .api-toast-overlay.show .api-toast {
            transform: scale(1);
        }