body {
    font-family: pingfang SC,helvetica neue,arial,hiragino sans gb,microsoft yahei ui,microsoft yahei,simsun,sans-serif!important;
}
a{text-decoration: none}
div{box-sizing: border-box}
.container-xl {
    max-width: 1500px !important;
}

/* Banner区域样式 */
.servers-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/bannerbg.png");
    padding-top: 116px;
    height: 500px;
}



.banner-content {
    max-width: 1500px;
    margin: 0 auto;
}

.servers-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}

.servers-desc {
    font-size: 16px;
    color: #353c58;
    line-height: 2;
    max-width: 950px;
}

.server-btn-primary {
    background-color: #0066ff;
    padding: 10px 44px;
    border-radius: 8px;
    font-weight: 500;
    margin-top: 30px;
    transition: all 0.3s ease;
    color: #fff;
}

.server-btn-primary:hover {
    background-color: #0E4CDA;
    border-color: #0E4CDA;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(22, 93, 255, 0.2);
}

/* 响应式调整 */



#scarce-resources{padding-bottom: 80px}
.rental-title {
    color: #000;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
}

/* 表格样式 */
.resource-table-content{max-width: 1500px;margin: 0px auto ;padding: 80px 20px;}
.resource-table-container {
    background-color: white;
    border-radius: 12px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: 60px;
}


.resource-table {
    width: 100%;
    border-collapse: collapse;
}

.resource-table thead {
    background-color: #0066ff;
}

.resource-table th {
    padding: 23px 55px;
    text-align: left;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
}

.resource-table td {
    padding: 26px 55px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

.resource-table tbody tr:nth-child(even) {
    background-color: #fafcff;
}

.resource-table tbody tr:hover {
    background-color: #f0f7ff;
}
.price-tag {
    color: #ff3333;
    font-weight: 700;
    font-size: 1.4rem;
}



.btn-buy {
    background-color: #0066ff;
    color: white;
    border: none;
    padding: 8px 30px;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s;
    cursor: pointer;
}

.btn-buy:hover {
    background-color: #0052cc;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 102, 255, 0.3);
}

/*配置介绍*/
.ServerIntroduction{background: #f8fafc;padding: 80px 0;}
.hwfwq-main-container {
    max-width: 1500px;
    margin: 0 auto;
}

/* 大标题样式 */
.hwfwq-main-title {
    text-align: center;
    margin-bottom: 30px;
}

.hwfwq-main-title h1 {
    font-weight: 600;
    font-size: 2.2rem;
    color: #333;
    letter-spacing: 1px;
    margin: 0;
}

/* 切换标题样式 - 去掉白色背景 */
.hwfwq-tabs-container {
    margin-bottom: 30px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
}

.hwfwq-tabs-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
}

.hwfwq-tabs-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: max-content;
}

.hwfwq-tab-item {
    flex-shrink: 0;
    text-align: center;
    white-space: nowrap;
}

.hwfwq-tab-btn {
    display: block;
    border: none;
    background-color: transparent;
    color: #666;
    font-weight: 500;
    font-size: 1.13rem;
    padding: 15px 20px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    min-width: 240px;
}

.hwfwq-tab-btn:hover {
    color: #0066ff;
}

.hwfwq-tab-btn.active {
    color: #0066ff;
    font-weight: 600;
    border-bottom-color: #0066ff;
}

/* 切换内容区域样式 */
.hwfwq-content-wrapper {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 40px;
    min-height: 500px;
}

.hwfwq-tab-content {
    display: none;
}

.hwfwq-tab-content.active {
    display: block;
}

/* 桌面端布局：文字在左，图片在右 */
.hwfwq-content-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 40px;
}

.hwfwq-text-content {
    flex: 1;
    min-width: 300px;
}

.hwfwq-image-content {
    min-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hwfwq-content-title {
    color: #0066ff;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 1.3rem;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.hwfwq-content-text {
    color: #64698b;
    line-height: 2.4;
    font-size: 0.9rem;
}

.hwfwq-links-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 25px;
}

.hwfwq-links-list a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 12px 15px;
    border-radius: 6px;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    background-color: #f9fafc;
}

.hwfwq-links-list a:hover {
    background-color: rgba(44, 128, 255, 0.08);
    color: #0066ff;
    border-left-color: #0066ff;
    transform: translateX(5px);
}

.hwfwq-features-container {
    margin-top: 35px;
    background-color: #f8fafd;
    border-radius: 8px;
    padding: 25px;
}

.hwfwq-feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
}

.hwfwq-feature-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.hwfwq-feature-text {
    font-weight: 500;
    font-size: 1.05rem;
    color: #333;
}

.hwfwq-server-image {
    max-width: 100%;
    transition: transform 0.5s ease;
    border: 1px solid #eef1f6;
}

.hwfwq-server-image:hover {
    transform: translateY(-5px);
}

/* 响应式调整 */
@media (max-width: 992px) {
    .hwfwq-content-wrapper {
        padding: 30px;
    }

    /* 移动端确保切换标题不换行 */
    .hwfwq-tabs-list {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 0;
    }

    .hwfwq-tab-item {
        flex-shrink: 0;
    }

    .hwfwq-tab-btn {
        padding: 15px 15px;
        font-size: 0.95rem;
        min-width: 110px;
    }
}

@media (max-width: 768px) {
    .ServerIntroduction{padding: 60px 10px;}
    .servers-banner{padding-top: 56px;height: 400px}
    .servers-desc{font-size: 14px}
    .servers-title{font-size: 32px}
    .advantage-content{padding: 60px 10px !important;}
    .hwfwq-tab-btn {
        padding: 14px 12px;
        font-size: 0.9rem;
        min-width: 100px;
    }

    .hwfwq-content-wrapper {
        padding: 20px;
    }


    .hwfwq-main-title h1 {
        font-size: 1.8rem;
    }

    /* 移动端布局：文字在上，图片在下 */
    .hwfwq-content-row {
        flex-direction: column;
        gap: 30px;
    }

    /* 确保移动端文字内容在上方 */
    .hwfwq-text-content {
        order: 1;
    }

    /* 确保移动端图片内容在下方 */
    .hwfwq-image-content {
        order: 2;
    }

    .hwfwq-server-image {
        max-height: 300px;
        object-fit: cover;
    }
    .feature-card{margin-bottom: 0.7rem !important;}
}

@media (max-width: 480px) {
    .hwfwq-tab-btn {
        padding: 12px 10px;
        font-size: 0.85rem;
        min-width: 90px;
    }

    .hwfwq-content-wrapper {
        padding: 15px;
    }
}
/*配置介绍*/

/*优势*/
.advantage-content{max-width: 1500px;margin: 0px auto ;padding: 80px 0;}
.feature-card {
    position: relative;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 2rem;
    margin-bottom: 2rem;
    min-height: 220px;
    cursor: pointer;
    background: linear-gradient(1turn, #f4f8ff, #fff);
    transition: all 0.3s ease;
}
.feature-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
    background-image: url('../images/fwqzy-ysBg.png');
}
.feature-card:hover::before {
    opacity: 1;
}
.feature-card > div {
    position: relative;
    z-index: 1;
}
.feature-icon {
    margin-bottom: 1.5rem;
    object-fit: contain;
}
.feature-title {
    font-size: 1.13rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #353c58;
}
.feature-desc {
    color: #64698b;
    line-height: 1.6;
    font-size: 0.9rem;
}
/*优势*/


/*客户案例*/
.rental-title h2 {
    color: #000;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
}

.rental-title p {
    font-size: 1rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.client-section {
    padding: 80px 20px;
    background-color: #f8fafc;
    overflow: hidden;
    box-sizing: border-box;
}

.container-custom {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

/* 轮播容器 */
.logos-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 30px auto 0;
    max-width: 1500px;
    box-sizing: border-box;
}

/* 轮播轨道 */
.logos-track {
    display: flex;
    width: max-content;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

/* 第一排向左滚动 */
.logos-track.top-row {
    animation-name: scrollLeft;
    animation-duration: 40s;
}

/* 第二排向右滚动 */
.logos-track.bottom-row {
    animation-name: scrollRight;
    animation-duration: 40s;
}

/* 关键帧动画 - 向左滚动 */
@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* 关键帧动画 - 向右滚动 */
@keyframes scrollRight {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

/* Logo项样式 */
.logo-item {
    flex: 0 0 auto;
    width: 230px;
    height: 93px;
    margin: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.7);
    border-radius: 12px;
    box-shadow: 0 5px 18px rgba(234, 236, 244, 1);
    transition: all 0.3s ease;
    padding: 15px;
    box-sizing: border-box;
    cursor: pointer;
}

.logo-item:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.logo-item img{width: 90%}

/* 遮罩效果 */
.mask-left, .mask-right {
    position: absolute;
    top: 0;
    width: 150px;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}

.mask-left {
    left: 0;
    background: linear-gradient(to right, #f8f9fa 20%, rgba(248, 249, 250, 0) 100%);
}

.mask-right {
    right: 0;
    background: linear-gradient(to left, #f8f9fa 20%, rgba(248, 249, 250, 0) 100%);
}

/* 悬停暂停效果 */
.logos-track {
    animation-play-state: running;
}

.logos-container:hover .logos-track {
    animation-play-state: paused;
}

/* 响应式调整 */
@media (max-width: 1500px) {
    .container-custom {
        max-width: 100%;
        padding: 0 30px;
    }

    .logos-container {
        max-width: 100%;
    }

    .mask-left, .mask-right {
        width: 100px;
    }
}

@media (max-width: 1200px) {
    .logo-item {
        width: 180px;
        height: 90px;
        margin: 0 20px;
    }
}

@media (max-width: 768px) {
    .section-title h2 {
        font-size: 2rem;
    }

    .section-title p {
        font-size: 1rem;
    }

    .logo-item {
        width: 150px;
        height: 80px;
        margin: 0 15px;
    }

    .mask-left, .mask-right {
        width: 60px;
    }

    .logos-track.top-row,
    .logos-track.bottom-row {
        animation-duration: 30s;
    }
}

@media (max-width: 576px) {
    .client-section {
        padding: 1.5rem 0 3rem;
    }

    .logo-item {
        width: 130px;
        height: 70px;
        margin: 0 12px;
        padding: 10px;
    }

    .logos-track.top-row,
    .logos-track.bottom-row {
        animation-duration: 25s;
    }
}
/*客户案例*/

/* 注册部分 - 风格 */
.register-section {
    background: linear-gradient(135deg, #0066ff, #3a5bdc);
    color: white;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.register-container{max-width: 1500px;margin: 0 auto}

.register-section:before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.register-section:after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}
.register-title{text-align: center;padding-bottom: 50px}
.register-title h2 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}
.btn-primary-custom {
    background-color: #fff;
    padding: 15px 90px;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #333;
    margin: 0 auto;
}

.btn-primary-custom:hover {
    background-color: #0066ff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    color: #fff;

}
@media (max-width: 798px) {
    .server-title { font-size: 30px; }
    .server-desc { font-size: 14px; }
    .btn-primary { padding: 8px 16px; }
    .server-banner { padding: 60px 0; }
}

