
h1 {
            font-size: 2.8rem;
            font-weight: 600;
            text-align: center;
            margin-bottom: 40px;
            /*margin-top: 4rem;*/
            color: #333;
        }
        
        .deployment-container {
            position: relative;
            max-width: 1320px;
            width: 100%;
            margin: 0 auto;
            display: flex;
            align-items: center;
        }

        .deployment-grid {
            display: flex;
            gap: 29px;
            justify-content: flex-start;
            overflow-x: auto;
            padding: 20px 0;
            margin: 0 1rem;
            flex: 1;
            scroll-behavior: smooth;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }

        .deployment-grid::-webkit-scrollbar {
            display: none;
        }

        .deployment-card {
            width: calc((100% - 90px) / 4); /* 调整间隙计算保持与GPU tab对齐 */
    flex: 0 0 calc((100% - 90px) / 4);
            background: white;
            border-radius: 16px;
            padding: 12px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            /*height: 180px;*/
            transition: transform 0.2s ease;
            border: solid 1px #e2edf1;
        }
        
        .deployment-card:hover {
            transform: translateY(-5px);
        }

        .logo123 {
            width: 60px;
            height: 60px;
            margin-bottom: 20px;
            object-fit: contain;
        }

        .card-bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            background-color: #f8f9fb;
            padding: 12px 16px;
            border-radius: 12px;
            height: 5.6rem;
        }

        .card-title {
            font-size: 20px;
            color: #333 !important;
            margin: 0;
            font-weight: 600;
            width: 120px;
            white-space: nowrap;
            /*overflow: hidden;*/
            text-overflow: ellipsis;
        }

        .deploy-button {
            padding: 5px 16px;
            background: rgba(75, 158, 255, 0.1);
            border-radius: 20px;
            color: #007eff;
            text-decoration: none;
            font-size: 14px;
            white-space: nowrap;
            display: inline-flex;
            align-items: center;
            flex-shrink: 0;
        }

        .deploy-button::after {
            content: '→';
            margin-left: 4px;
        }

        .scroll-button {
            flex: 0 0 40px;
            height: 40px;
            border: none;
            border-radius: 50%;
            background: white;
            cursor: pointer;
            display: flex;
            /*align-items: center;*/
            justify-content: center;
            font-size: 24px;
            color: #666;
            z-index: 10;
            margin: 0 0.5rem;
        }

        
        .container {
            max-width: 1200px;
            margin: 0 auto;
        }

        h1 {
            font-size: 2.8rem;
            font-weight: 600;
            text-align: center;
            margin-bottom: 40px;
            /*margin-top: 4rem;*/
            color: #333;
        }

        .highlight {
            color: #4B9EFF;
        }

        .features {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-bottom: 40px;
            margin-top: 0px;
        }

        .tab {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #666;
            background: rgba(75, 158, 255, 0.1);
            padding: 8px 16px;
            border-radius: 20px;
            cursor: pointer;
            min-width: 120px; /* 统一最小宽度 */
            justify-content: center; /* 内容居中 */
        }

        .tab.active {
            background: #007eff;
            color: white;
        }

        .new-module {
            margin: 4rem 0;
            padding: 0 1rem;
        }

        .tabs-container {
            max-width: 1200px;
            margin: 0 auto;
            margin-bottom:40px;
        }

        .tabs {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-bottom: 40px;
        }

        .tab-content {
            display: none;
    flex-wrap: nowrap;
    gap: 30px;
    justify-content: flex-start;
        }

        .tab-content.active {
            display: flex;
            flex-wrap:wrap;
        }

        .tab-card {
            width: calc((100% - 90px) / 4); /* 调整间隙计算保持与GPU tab对齐 */
    flex: 0 0 calc((100% - 90px) / 4);
            background: white;
            border-radius: 16px;
            padding: 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
            border: solid 1px #e2edf1;
            transition: transform 0.2s ease;
        }

        .tab-card:hover {
            transform: translateY(-5px);
        }

        .tab-icon {
            width: 60px;
            height: 60px;
            margin-bottom: 0px;
            object-fit: contain;
        }

        .tab-title {
            font-size: 20px;
            color: #333;
            margin: 0 0 10px 0;
            font-weight: 600;
            text-align: center;
            height: 70px;
            align-items: center;
            display: flex;
        }

        .tab-desc {
            font-size: 14px;
            color: #666;
            text-align: center;
            margin: 0 0 15px 0;
            line-height: 1.5;
        }

        .tab-button {
    padding: 5px 18px;
    background: rgba(75, 158, 255, 0.1);
    border-radius: 20px;
    color: #007eff;
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    margin: 5px 0 1px 0;
        }

        .tab-button::after {
            content: '→';
            margin-left: 4px;
        }

        .feature-item {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #666;
            background: rgba(75, 158, 255, 0.1);
            padding: 8px 16px;
            border-radius: 20px;
        }

        .feature-item::before {
            content: "";
            width: 20px;
            height: 20px;
            background: #007eff;
            border-radius: 50%;
            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"/></svg>');
            background-size: 12px;
            background-position: center;
            background-repeat: no-repeat;
        }

        .gpu-table {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0;
            border-radius: 16px;
            overflow: hidden;
            background: white;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
        }

        .gpu-table th {
            background: #f2f3fa;
            padding: 16px;
            text-align: center;
            font-weight: normal;
            color: #666;
        }

        .gpu-table td {
            padding: 16px;
            text-align: center;
            color: #333;
        }

        .gpu-name {
            color: #333;
        }

        .price {
            color: #4B9EFF;
            font-weight: 500;
            padding: 12px 24px;
            border-radius: 8px;
            text-align: center;
            position: relative;
            display: inline-block;
            min-width: 120px;
        }

        .price::after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            /*background: linear-gradient(135deg, rgba(64, 128, 255, 0.1), transparent);*/
            border-radius: 8px;
            pointer-events: none;
        }

        .gpu-table tr:hover {
            background-color: rgba(75, 158, 255, 0.02);
        }

        .gpu-table th.monthly-header {
            background: linear-gradient(270deg, rgb(19, 239, 206) 0%, rgb(0 126 255) 100%);
            color: white;
            font-weight: 600;
            text-align: center;
            padding: 20px 16px;
            border-radius: 12px 12px 0 0;
        }

        .price-column {
            background: linear-gradient(135deg, rgba(64, 128, 255, 0.1), transparent);
        }

        .price-column .price {
            color: #4B9EFF;
            background: transparent;
            font-weight: 600;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
        }

        h1 {
            font-size: 2.8rem;
            font-weight: 600;
            text-align: center;
            margin-bottom: 40px;
            /*margin-top: 4rem;*/
            color: #333;
        }

        .value-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 24px;
            padding: 20px;
        }

        .value-card {
            background: white;
            border-radius: 12px;
            padding: 40px 24px;
            text-align: center;
            transition: all 0.3s ease;
            position: relative;
            min-height: 360px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .value-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        }

        .icon {
            padding: 30px;
            position: relative;
        }

        .icon img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .title {
            font-size: 20px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
    margin-top: 20px;
        }

        .divider {
            width: 30px;
            height: 3.5px;
            background: #007eff;
            margin: 0 auto 20px;
        }

        .description {
            font-size: 14px;
            color: #666;
            line-height: 1.8;
            max-width: 280px;
            /*margin: 0 auto;*/
        }

        @media (max-width: 1024px) {
            .value-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 30px;
            }
        }

        @media (max-width: 640px) {
            .value-grid {
                grid-template-columns: 1fr;
            }
            .value-card {
                min-height: auto;
                padding: 30px 20px;
            }
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
        }

        h1 {
            font-size: 2.8rem;
            font-weight: 600;
            text-align: center;
            margin-bottom: 40px;
            color: #333;
        }

        /* 上部分模块样式 */
        .top-section {
            display: flex;
            gap: 60px;
            margin-bottom: 5rem;
        }

        .image-left {
            flex: 0 0 70%;
    background-image: url(../images/ooo1.png);
    border-radius: 16px;
    height: 31rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    background-size: contain;
    background-repeat: no-repeat;
        }

        .content-right {
            flex: 0 0 25%;
            padding-top: 20px;
        }

        /* 下部分模块样式 */
        .bottom-section {
            display: flex;
            gap: 60px;
        }

        .content-left {
            flex: 0 0 25%;
            padding-top: 20px;
        }

        .image-right {
            flex: 0 0 70%;
            background: url(../images/ooo2.png);
            border-radius: 16px;
            height: 36rem;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 24px;
            background-size: contain;
            background-repeat: no-repeat;
        }

        h2 {
            font-size: 35px;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .description {
            color: #666;
            line-height: 1.8;
            margin-bottom: 30px;
            font-size: 15px;
        }

        .button {
            display: inline-block;
            background: #007eff;
            color: white;
            padding: 12px 32px;
            border-radius: 24px;
            text-decoration: none;
            font-size: 16px;
            transition: all 0.3s ease;
        }

        .button:hover {
            background: #007eff;
            color: white;
            transform: translateY(-2px);
        }

        @media (max-width: 1024px) {
            .top-section,
            .bottom-section {
                flex-direction: column;
                gap: 30px;
            }

            .image-left,
            .image-right,
            .content-left,
            .content-right {
                flex: none;
                width: 100%;
            }

            .image-left,
            .image-right {
                height: 300px;
            }
        }

        
        .container {
            max-width: 1280px;
            margin: 0 auto;
        }

        h1 {
            font-size: 2.8rem;
            font-weight: 600;
            text-align: center;
            margin-bottom: 40px;
            color: #333;
        }

        .service-cards {
            display: flex;
            justify-content: center;
            gap: 24px;
            flex-wrap: wrap;
        }

        .service-card {
            background: #ffffff;
            border-radius: 16px;
            padding: 20px;
            width: 220px;
            color: white;
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
        }

        .icon {
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .up-arrow {
            margin: 10px 0;
            opacity: 0.6;
        }

        .card-title {
            font-size: 20px;
        }

        .feature-list {
            width: 100%;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .feature-item1 {
            background: #007eff;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 14px;
            text-align: center;
        }

        .cloud-storage {
            position: relative;
            text-align: center;
        }

        .cloud-container {
            position: relative;
            height: 9.3rem;
            margin-top: 40px;
        }

        .cloud-bg {
            position: absolute;
            width: 100%;
            height: 320px;
            background:url(../images/fa/AI_bg1.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            border-radius: 100px;
            top: -10%;
            transform: translateY(-50%);
        }

        .cloud-text {
            position: relative;
    z-index: 2;
    color: white;
    display: inline-block;
    padding: 40px 40px;
    border-radius: 30px;
    font-size: 1.8rem;
    font-weight: 600;
        }

        .feature-dots {
            position: absolute;
            width: 100%;
            display: flex;
            justify-content: space-between;
            top:1;
            transform: translate(177px,1px);
        }
        .feature-dots0 {
            position: absolute;
            width: 100%;
            display: flex;
            justify-content: space-between;
            padding: 0 100px;
            left: 240;
            transform: translate(-4px, -52px);
        }
        .feature-dots1 {
            position: absolute;
            width: 100%;
            display: flex;
            justify-content: space-between;
            padding: 0 100px;
            left: 980;
            top: 1;
            transform: translate(75px, -3px);
        }

        .feature-dot {
            background:none;
            color: white;
            padding: 8px 20px;
            border-radius: 20px;
            font-size: 14px;
        }

        @media (max-width: 1200px) {
            .service-cards {
                gap: 20px;
            }
            .service-card {
                width: calc(33.33% - 20px);
            }
        }

        @media (max-width: 768px) {
            .service-card {
                width: calc(50% - 20px);
            }
            .feature-dots {
                padding: 0 20px;
            }
        }

        @media (max-width: 480px) {
            .service-card {
                width: 100%;
            }
            .feature-dots {
                flex-direction: column;
                gap: 10px;
                align-items: center;
            }
        }