.jumbotron {
    padding: 0;
    height: 500px;
}
.zonkvm-domain-jumbotron {
    padding: 0;
    height: 500px;
}
.jumbotron .bg-img,
.zonkvm-domain-jumbotron .bg-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 0;
}

.jumbotron .decs,.zonkvm-domain-jumbotron .decs {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-pack: center;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1;
    font-size: 14px;
    line-height: 28px;
}

.jumbotron .decs .col, .jumbotron .decs .col-md-5 {
    margin: 0;
    padding: 0;
}

.product-banner .btn {
    font-size: 14px;
    font-style: normal;
border-radius: 0px;
    line-height: 30px;
    text-align: center;
    width: 160px;
}

.product-module .card {
    border-radius: 16px;
    border: none;
}

.product-module .card-body {
    padding: 2rem;
}

.product-module .card-text {
    color: #595959;
    ;
}

.product-module strong.price {
    font-size: 2rem;
    color: #0055ff;
}

.product-module .card-title {
    ;
}

.product-type .nav-pills .nav-link {
    padding: 0;
    height: 60px;
    line-height: 60px;
}

.product-type .nav-pills .nav-link.active {
    color: #0055ff;
    box-shadow: inset 0 -2px 0 0 #0055ff;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}
.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover; /* 铺满容器 */
  background-position: center; /* 居中显示 */
  background-repeat: no-repeat;
}
.scene {
    background: #f7f7f9;
    color: #595959;
}

.scene .nav-pills .nav-link {
    color: inherit;
}

.scene .nav-pills {
    line-height: 3.5;
}

.scene .nav-pills .nav-link.active {
    color: #0055ff;
    background: #fff;
    box-shadow: inset 0 -2px 0 0 #0055ff;
    border-radius: 0;
    display: inline-block;
}

.cases .nav-pills img {
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: .5;
    height: 60px;
    display: inline-block;
}

.cases .nav-pills img:hover {
    opacity: .3;
}

.cases .nav-pills .active img,
.cases .nav-pills .active img:hover {
    box-shadow: 0 2px 0 0 #0055ff;
    border-radius: 0;
    display: inline-block;
    filter: none;
    opacity: 1;
}

.text-desc {
    color: #fff;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 54px;
    letter-spacing: .16px;
}

.product-help {
    background: #f7f8fb;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 12px;
    padding: 28px;
}

.product-help ul {
    padding: 0;
}

.product-help li a {
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #4e5969;
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    font-size: 14px;
    letter-spacing: .028px;
    line-height: 22px;
    margin-top: 10px;
    text-decoration: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.product-help li a:hover {
    color: #0055ff;
}

.dian {
    background-color: #4e5969;
    border-radius: 4px;
    height: 4px;
    margin-right: 12px;
    width: 4px;
}

.product-help li a:hover .dian {
    background-color: #0055ff;
}

.product-trends .card-title {
    color: #181818;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    margin-top: 10px;
}

.product-trends .carousel-caption {
    right: 10%;
    left: 10%;
}

.product-trends .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-left: 5px;
    border: none;
    border-radius: 20px;
    background: #e5e8ef;
}

.product-trends .carousel-indicators li.active {
    width: 10px;
    background: #0055ff;
}

.product-trends .carousel-item {
    height: 20rem;
}

.product-trends .carousel-indicators {
    bottom: 3rem;
}

.product-trends .carousel-control-prev,
.product-trends .carousel-control-next {
    display: block;
    background: #555;
    height: 48px;
    width: 48px;
    top: -6rem;
    margin: auto 3rem;
    border-radius: 50%;
    z-index: 2;
}

.por-btn-large {
    display: inline-block;
    padding: .75rem 2rem;
    font-weight: bold;
}


     .lease .scenario-card {
            text-align: center;
            padding: 30px 20px;
            height: 100%;
        }
        .lease .scenario-icon {
            width: 64px;
            height: 64px;
            margin: 0 auto 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .lease .scenario-icon img {
            width: 64px;
            height: 64px;
            object-fit: contain;
            display: block;
        }
        .lease .scenario-title {
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 20px;
            color: #222;
        }
        .lease .scenario-desc {
            font-size: 14px;
            line-height: 1.8;
            color: #666;
        }
        
        
        
          .zonkvm-idc-table {
            border: 1px solid #dee2e6;
            border-radius: 6px;
            overflow: hidden;
            background: #fff;
        }
        .zonkvm-idc-header {
            display: flex;
            background-color: #f8f9fa;
            font-weight: bold;
            text-align: center;
        }
        .zonkvm-idc-row {
            display: flex;
            border-top: 1px solid #dee2e6;
            align-items: center;
        }
        .zonkvm-idc-col {
            flex: 1;
            padding: 12px 8px;
            border-right: 1px solid #dee2e6;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }
        .zonkvm-idc-col:last-child {
            border-right: none;
        }
        .zonkvm-idc-category {
            font-weight: bold;
            background-color: #fcfdff;
        }

        /* 手机端适配 */
        @media (max-width: 576px) {
            .jumbotron {
    padding: 0;
}

.zonkvm-domain-jumbotron {
    padding: 0;
}

   .jumbotron .decs,.zonkvm-domain-jumbotron .decs {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-pack: center;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
   margin-top:50px;
    position: relative;
    width: 100%;
    z-index: 1;
    line-height: 28px;
    padding: 0 10px;
    
}
 .jumbotron .decs h1{font-size: 22px;}
.product-banner-txt{font-size: 12px;}
 .jumbotron .decs .text-primary{font-size: 12px;}

 .jumbotron .decs,.zonkvm-domain-jumbotron .decs .font-weight-bolde{
    font-size: 28px;
}
.product-banner .btn {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    width: 100px;
}
            
            
            .zonkvm-idc-header {
                display: none;
            }
            .zonkvm-idc-row {
                flex-direction: column;
                border: 1px solid #dee2e6;
                margin-bottom: 12px;
                border-radius: 6px;
                overflow: hidden;
            }
            .zonkvm-idc-col {
                width: 100%;
                border-right: none;
                border-bottom: 1px solid #dee2e6;
                padding: 10px;
                justify-content: flex-start;
                text-align: left;
            }
            .zonkvm-idc-col:last-child {
                border-bottom: none;
            }
            .zonkvm-idc-col::before {
                content: attr(data-label);
                font-weight: bold;
                min-width: 90px;
                margin-right: 8px;
                color: #333;
            }
        }
        
        
        
        
        
       .zonkvm-idc-process {
            padding: 40px 15px;
 
        }
        .zonkvm-idc-process .process-wrapper {
            max-width: 1200px;
            margin: 0 auto;
        }
        .zonkvm-idc-process .step-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
        }
        /* 中间虚线 */
        .zonkvm-idc-process .step-container::before {
            content: "";
            position: absolute;
            top: 50px;
            left: 0;
            right: 0;
            height: 2px;
            background: repeating-linear-gradient(90deg, #0055ff, #0055ff 6px, transparent 6px, transparent 12px);
            z-index: 0;
        }
        /* 两端圆圈 */
        .zonkvm-idc-process .end-circle {
            margin-top:-35px;
            width: 30px;
            height: 30px;
            border: 3px solid #0055ff;
            border-radius: 50%;
            background: #fff;
            position: relative;
            z-index: 1;
        }
        .zonkvm-idc-process .end-circle::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 12px;
            height: 12px;
            border: 2px solid #0055ff;
            border-radius: 50%;
            background: #fff;
        }
        /* 步骤项 */
        .zonkvm-idc-process .step-item {
            text-align: center;
            position: relative;
            z-index: 1;
            flex: 1;
            max-width: 180px;
        }
        .zonkvm-idc-process .step-icon-wrap {
            width: 100px;
            height: 100px;
            margin: 0 auto 16px;
            border-radius: 50%;
            background: #e9f2ff;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }
        .zonkvm-idc-process .step-icon-wrap::before {
            content: "";
            position: absolute;
            top: -10px;
            left: -10px;
            right: -10px;
            bottom: -10px;
            border-radius: 50%;
            background: #f0f6ff;
            opacity: 0.7;
            z-index: -1;
        }
        .zonkvm-idc-process .step-icon {
            width: 50px;
            height: 50px;
            fill: #0055ff;
        }
        .zonkvm-idc-process .step-text {
            font-size: 14px;
            color: #333;
            line-height: 1.6;
        }

        /* 手机端适配 */
        @media (max-width: 767px) {
            .zonkvm-idc-process .step-container {
                flex-direction: column;
                align-items: flex-start;
                padding-left: 30px;
            }
            .zonkvm-idc-process .step-container::before {
                top: 0;
                bottom: 0;
                left: 15px;
                width: 2px;
                height: auto;
                background: repeating-linear-gradient(180deg, #0055ff, #0055ff 6px, transparent 6px, transparent 12px);
            }
            .zonkvm-idc-process .end-circle {
                display: none;
            }
            .zonkvm-idc-process .step-item {
                max-width: 100%;
                display: flex;
                align-items: center;
                margin-bottom: 30px;
                text-align: left;
            }
            .zonkvm-idc-process .step-icon-wrap {
                width: 70px;
                height: 70px;
                margin: 0 16px 0 0;
                flex-shrink: 0;
            }
            .zonkvm-idc-process .step-icon {
                width: 35px;
                height: 35px;
            }
            .zonkvm-idc-process .step-text {
                font-size: 16px;
            }
        }
        
        
           /* 全部样式带 zonkvm-idc 前缀 */
        .zonkvm-idc-scene{
            padding: 60px 0;
        }
        .zonkvm-idc-scene .zonkvm-idc-title{
            text-align: center;
            margin-bottom: 50px;
        }
        .zonkvm-idc-scene .zonkvm-idc-title h2{
            font-size: 28px;
            font-weight: 600;
            color: #222;
            margin-bottom: 10px;
        }
        .zonkvm-idc-scene .zonkvm-idc-title p{
            color: #666;
            font-size: 16px;
        }
        /* 场景卡片 */
        .zonkvm-idc-scene .zonkvm-idc-card{
            background: #fff;
            border-radius: 10px;
            padding: 30px 25px;
            height: 100%;
            box-shadow: 0 2px 15px rgba(0,0,0,0.06);
            transition: all 0.3s ease;
            border: 1px solid #eee;
        }
        .zonkvm-idc-scene .zonkvm-idc-card:hover{
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
        }
        .zonkvm-idc-scene .zonkvm-idc-card-icon{
            width: 60px;
            height: 60px;
            line-height: 60px;
            text-align: center;
            background: #0055ff15;
            border-radius: 50%;
            font-size: 24px;
            color: #0055ff;
            margin-bottom: 20px;
        }
        .zonkvm-idc-scene .zonkvm-idc-card h4{
            font-size: 18px;
            color: #222;
            margin-bottom: 15px;
            font-weight: 600;
        }
        .zonkvm-idc-scene .zonkvm-idc-card p{
            color: #666;
            font-size: 14px;
            line-height: 1.7;
            margin: 0;
        }
        /* 手机端适配 */
        @media (max-width: 768px){
            .zonkvm-idc-scene{
                padding: 40px 0;
            }
            .zonkvm-idc-scene .zonkvm-idc-title h2{
                font-size: 22px;
            }
            .zonkvm-idc-scene .zonkvm-idc-card{
                padding: 25px 20px;
                margin-bottom: 20px;
            }
        }
        
        
             .zonkvm-hosting {
            padding: 60px 0;
            background: #fff;
        }
        .zonkvm-hosting-item {
            border: 1px solid #eee;
            border-radius: 6px;
            padding: 30px;
            margin-bottom: 25px;
            display: flex;
            align-items: center;
            transition: all 0.3s;
        }
        .zonkvm-hosting-item:hover {
            box-shadow: 0 6px 20px rgba(0,0,0,0.06);
            transform: translateY(-3px);
        }
        .zonkvm-hosting-icon {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 25px;
            flex-shrink: 0;
            position: relative;
        }
        .zonkvm-hosting-icon::after {
            content: '';
            position: absolute;
            width: 90px;
            height: 90px;
            border-radius: 50%;
            opacity: 0.12;
            z-index: 0;
        }
        .zonkvm-hosting-icon i {
            font-size: 28px;
            color: #fff;
            z-index: 1;
        }
        .zonkvm-hosting-content h4 {
            font-size: 19px;
            font-weight: 600;
            margin-bottom: 12px;
            color: #0055ff;
        }
        .zonkvm-hosting-content p {
            font-size: 14px;
            color: #666;
            line-height: 1.7;
            margin-bottom: 8px;
        }
        .zonkvm-hosting-content .tags {
            font-size: 13px;
            color: #444;
        }

        /* 6个主题色 */
        .zonkvm-hosting-item.color1 .zonkvm-hosting-icon { background: #00b8ff; }
        .zonkvm-hosting-item.color2 .zonkvm-hosting-icon { background: #ffb100; }
        .zonkvm-hosting-item.color3 .zonkvm-hosting-icon { background: #39c939; }
        .zonkvm-hosting-item.color4 .zonkvm-hosting-icon { background: #ff673b; }
        .zonkvm-hosting-item.color5 .zonkvm-hosting-icon { background: #457be6; }
        .zonkvm-hosting-item.color6 .zonkvm-hosting-icon { background: #9254e8; }

        /* 手机适配 */
        @media (max-width: 768px) {
            .zonkvm-hosting-item {
                flex-direction: column;
                text-align: center;
                padding: 25px 20px;
            }
            .zonkvm-hosting-icon {
                margin: 0 auto 20px;
            }
        }
 .zonkvm-hosting-feature {
            padding: 60px 0;
            background-color: #f3f7fc;
        }
        .zonkvm-hosting-feature .feature-card {
            background: #fff;
            padding: 30px;
            margin-bottom: 30px;
            display: flex;
            align-items: flex-start;
        }
        .zonkvm-hosting-feature .feature-icon-wrap {
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 25px;
            flex-shrink: 0;
        }
        .zonkvm-hosting-feature .feature-icon-wrap i {
            font-size: 50px;
            color: #0055ff;
        }
        .zonkvm-hosting-feature .feature-content h4 {
            font-size: 26px;
            color: #222;
            margin-bottom: 15px;
            font-weight: 500;
        }
        .zonkvm-hosting-feature .feature-content p {
            font-size: 14px;
            color: #666;
            line-height: 1.8;
            margin: 0;
        }
        /* 手机端适配 */
        @media (max-width: 768px) {
            .zonkvm-hosting-feature .feature-card {
                flex-direction: column;
                text-align: center;
                padding: 25px 20px;
            }
            .zonkvm-hosting-feature .feature-icon-wrap {
                margin: 0 auto 20px;
            }
            .zonkvm-hosting-feature .feature-content h4 {
                font-size: 22px;
            }
            .zonkvm-hosting-feature .feature-content p {
                font-size: 15px;
            }
        }
        
        
             .zonkvm-hosting-panel {
            padding: 60px 0;
            background-color: #f3f7fc;
        }
        .zonkvm-hosting-panel .panel-card {
            background: #fff;
            padding: 30px;
            margin-bottom: 30px;
            position: relative;
            overflow: hidden;
        }
        /* 右下角淡蓝色装饰 */
        .zonkvm-hosting-panel .panel-card::after {
            content: '';
            position: absolute;
            right: 0;
            bottom: 0;
            width: 120px;
            height: 120px;
            background: radial-gradient(circle at 100% 100%, rgba(0,123,255,0.1) 0%, rgba(0,123,255,0.05) 50%, transparent 70%);
            border-top-left-radius: 100%;
        }
        .zonkvm-hosting-panel .panel-header {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }
        .zonkvm-hosting-panel .panel-icon {
            font-size: 24px;
            color: #0055ff;
            margin-right: 15px;
        }
        .zonkvm-hosting-panel .panel-title {
            font-size: 22px;
            font-weight: 600;
            color: #222;
            margin: 0;
        }
        .zonkvm-hosting-panel .panel-desc {
            font-size: 14px;
            color: #666;
            line-height: 1.8;
            margin: 0;
        }
        /* 手机端适配 */
        @media (max-width: 768px) {
            .zonkvm-hosting-panel {
                padding: 40px 0;
            }
            .zonkvm-hosting-panel .panel-card {
                padding: 25px 20px;
            }
            .zonkvm-hosting-panel .panel-title {
                font-size: 22px;
            }
            .zonkvm-hosting-panel .panel-desc {
                font-size: 15px;
            }
        }
        
          .zonkvm-hosting-price {
            padding: 60px 0;
            background-color: #fff;
        }
        .zonkvm-hosting-price .price-card {
            border: 1px solid #eee;
            background: #fff;
            text-align: center;
            margin-bottom: 30px;
        }
        .zonkvm-hosting-price .card-title {
            padding: 30px 15px;
            font-size: 18px;
            font-weight: 600;
            color: #222;
            border-bottom: 1px solid #eee;
             margin-bottom:0px;
        }
        .zonkvm-hosting-price .card-features {
            background-color: #f5f7fa;
            padding: 30px 15px;
        }
        .zonkvm-hosting-price .feature-row {
            display: flex;
            justify-content: space-around;
            margin-bottom: 30px;
        }
        .zonkvm-hosting-price .feature-row:last-child {
            margin-bottom: 0;
        }
        .zonkvm-hosting-price .feature-item {
            text-align: center;
        }
        .zonkvm-hosting-price .feature-item .num {
            font-size: 16px;
            font-weight: 600;
            color: #333;
        }
        .zonkvm-hosting-price .feature-item .label {
            font-size: 13px;
            color: #666;
            margin-top: 5px;
        }
        .zonkvm-hosting-price .card-price {
            padding: 40px 15px;
        }
        .zonkvm-hosting-price .price {
            font-size: 28px;
            font-weight: bold;
            color: #ff8a00;
        }
        .zonkvm-hosting-price .unit {
            font-size: 14px;
            color: #666;
            margin-left: 5px;
        }
        .zonkvm-hosting-price .btn-buy {
            display: block;
            margin: 20px auto 0;
            width: 80%;
            padding: 12px 0;
            border: 1px solid #0055ff;
            background: #fff;
            color: #0055ff;
            font-size: 18px;
            border-radius: 0;
            transition: all 0.3s;
        }
        .zonkvm-hosting-price .btn-buy:hover {
            background-color: #0055ff;
            color: #fff;
        }
        /* 手机端适配 */
        @media (max-width: 768px) {
            .zonkvm-hosting-price .card-title {
                font-size: 14px;
                padding: 20px 15px;
               
            }
            .zonkvm-hosting-price .feature-item .num {
                font-size: 16px;
            }
            .zonkvm-hosting-price .feature-item .label {
                font-size: 13px;
            }
            .zonkvm-hosting-price .price {
                font-size: 18px;
            }
            .zonkvm-hosting-price .btn-buy {
                font-size: 16px;
            }
        }
        
        
        .zonkvm-sql {
      padding: 40px 0;
    }
    .zonkvm-sql .feature-card {
      background: #fff;
      border: 1px solid #e9ecef;
      padding: 30px 20px;
      text-align: center;
      height: 100%;
    }
    .zonkvm-sql .icon-wrap {
      width: 80px;
      height: 80px;
      margin: 0 auto 20px;
    }
    .zonkvm-sql .icon-wrap svg {
      width: 100%;
      height: 100%;
    }
    .zonkvm-sql .feature-title {
      font-size: 28px;
      font-weight: 500;
      color: #222;
      margin-bottom: 16px;
    }
    .zonkvm-sql .feature-desc {
      font-size: 14px;
      color: #666;
      line-height: 1.8;
      margin: 0;
    }
    /* 适配手机端的间距 */
    @media (max-width: 767px) {
      .zonkvm-sql .feature-card {
        margin-bottom: 20px;
        padding: 25px 15px;
      }
      .zonkvm-sql .feature-title {
        font-size: 24px;
      }
      .zonkvm-sql .feature-desc {
        font-size: 16px;
      }
    }
    
   .zonkvm-sql .table-wrap {
      background: #fff;
      border-radius: 4px;
      overflow: hidden;
    }
    .zonkvm-sql .compare-table {
      width: 100%;
      border-collapse: collapse;
    }
    .zonkvm-sql .compare-table th,
    .zonkvm-sql .compare-table td {
      padding: 24px 20px;
      border: 1px solid #e4e9f2;
      color: #333;
      vertical-align: top;
    }
    .zonkvm-sql .compare-table th {
      text-align: center;
      font-weight: 500;
      background-color: #f3f7fc;
    }
    .zonkvm-sql .compare-table th:first-child {
      background-color: #e5ebf3;
    }
    .zonkvm-sql .compare-table th.brand-col {
      background-color: #005eff;
      color: #fff;
      font-size: 22px;
    }
    .zonkvm-sql .compare-table .brand-cell {
      border-left: 2px solid #005eff;
    }
    /* 手机端适配 */
    @media (max-width: 767px) {
      .zonkvm-sql .table-wrap {
        overflow-x: auto;
      }
      .zonkvm-sql .compare-table {
        min-width: 750px;
      }
      .zonkvm-sql .compare-table th,
      .zonkvm-sql .compare-table td {
        padding: 16px 12px;
        font-size: 14px;
      }
      .zonkvm-sql .compare-table th.brand-col {
        font-size: 18px;
      }
    }
    
    
       .zonkvm-sql .compare-container {
      background: #fff;
      border: 1px solid #e4e9f2;
    }
    /* 头部 */
    .zonkvm-sql .compare-header {
      border-bottom: 1px solid #e4e9f2;
    }
    .zonkvm-sql .header-item {
      padding: 24px 16px;
      text-align: center;
      font-weight: 500;
    }
    .zonkvm-sql .header-title {
      background-color: #e5ebf3;
    }
    .zonkvm-sql .header-brand {
      background-color: #005eff;
      color: #fff;
      font-size: 24px;
    }
    .zonkvm-sql .header-old {
      background-color: #f3f7fc;
      font-size: 24px;
    }
    /* 行 */
    .zonkvm-sql .compare-row {
      border-bottom: 1px solid #e4e9f2;
    }
    .zonkvm-sql .compare-row:last-child {
      border-bottom: none;
    }
    .zonkvm-sql .row-title {
      background-color: #e5ebf3;
      padding: 24px 20px;
      display: flex;
      align-items: center;
    }
    .zonkvm-sql .row-brand {
      padding: 24px 20px;
      border-left: 1px solid #e4e9f2;
      border-right: 1px solid #e4e9f2;

    }
    .zonkvm-sql .row-old {
      padding: 24px 20px;
      color: #666;
    }
    /* 手机适配 */
    @media (max-width: 767px) {
      .zonkvm-sql .header-brand {
        font-size: 18px;
      }
      .zonkvm-sql .header-item,
      .zonkvm-sql .row-title,
      .zonkvm-sql .row-brand,
      .zonkvm-sql .row-old {
        padding: 16px 12px;
        font-size: 14px;
      }
    }
    
    
     .zonkvm-sql .feature-wrap {
      background: #fff;
      border: 1px solid #e4e9f2;
    }
    .zonkvm-sql .feature-section {
      padding: 30px 40px;
      border-bottom: 1px solid #e4e9f2;
    }
    .zonkvm-sql .feature-section:last-child {
      border-bottom: none;
    }
    .zonkvm-sql .feature-title {
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 20px;
      color: #111;
    }
    .zonkvm-sql .feature-list {
      margin: 0;
      padding-left: 20px;
    }
    .zonkvm-sql .feature-list li {
      list-style-type: disc;
      color: #2b78e4;
      margin-bottom: 12px;
      font-size: 16px;
    }
    .zonkvm-sql .feature-list li span {
      color: #555;
    }
    /* 手机端适配 */
    @media (max-width: 767px) {
      .zonkvm-sql .feature-section {
        padding: 20px;
      }
      .zonkvm-sql .feature-title {
        font-size: 18px;
      }
      .zonkvm-sql .feature-list li {
        font-size: 14px;
      }
    }
    
.zonkvm-baremetal {
    background-color: #fff;
    padding: 2rem 0;
}
.zonkvm-baremetal .server-card {
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    padding: 1.25rem;
    background: #fff;
    transition: all 0.2s ease;
}
.zonkvm-baremetal .server-card.active {
    background-color: #e8f3ff;
    border-color: #0055ff;
}



.zonkvm-baremetal .server-card .icon-box {
    width: 60px;
    height: 60px;
   border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    background-color: #0055ff;
}
.zonkvm-baremetal .server-card.active .icon-box {
    background-color: #ffc107;
}
.zonkvm-baremetal .location-tag {
    border: 1px solid #dee2e6;
    width: 208px;
    padding: 0.75rem 1.9rem;
    text-align: center;
    background: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 1rem;
    margin: 10px 10px;
    white-space: nowrap;
}
.zonkvm-baremetal .location-tag.active {
    background-color: #0055ff;
    color: #fff;
    border-color: #0055ff;
}


.zonkvm-baremetal .section-title {
    text-align: center;
    margin-bottom: 1rem;
}
.zonkvm-baremetal .section-title h2 {
    font-size: 38px;
    font-weight: 600;
    color: #222;
    display: inline-block;
    border-bottom: 3px solid #0055ff;
    padding-bottom: 0.5rem;
}
.zonkvm-baremetal .section-desc {
    text-align: center;
    color: #666;
    margin-bottom: 2rem;
    font-size: 14px;
}
/* 产品卡片 - 桌面横向/手机竖向 */
.zonkvm-baremetal .product-card {
    border: 1px solid #e9ecef;
    border-radius: 0.375rem;
    margin-bottom: 1rem;
    overflow: hidden;
      font-size: 14px;
}
.zonkvm-baremetal .product-row {
    display: flex;
    flex-wrap: wrap;
}
.zonkvm-baremetal .product-row:hover {
    background-color: #e6f7ff; 
    cursor: pointer; 
}
.zonkvm-baremetal .product-col {
    padding: 1.25rem 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-right: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}
/* 手机端：变成竖排 */
@media (max-width: 767.98px) {
    .zonkvm-baremetal .product-row {
        flex-direction: column;
    }
    .zonkvm-baremetal .product-col {
        background-color: #f0f6ff;
        border-right: none;
        justify-content: flex-start;
        text-align: left;
    }
    .zonkvm-baremetal .product-col::before {
        
        content: attr(data-label);
        font-weight: 600;
        color: #444;
        width: 100px;
        min-width: 100px;
        margin-right: 1rem;
        text-align: left;
    }
}
/* 最后一列/最后一行取消边框 */
.zonkvm-baremetal .product-col:last-child {
    border-right: none;
}
.zonkvm-baremetal .product-row:last-child .product-col {
    border-bottom: none;
}
/* 表头样式 */
.zonkvm-baremetal .product-header .product-col {
    background-color: #f0f6ff;
    font-weight: 600;
    color: #333;
}
/* 价格高亮 */
.zonkvm-baremetal .price-text {
    color: #ff6600;
    font-size: 1.3rem;
    font-weight: 700;
}
/* 按钮样式 */
.zonkvm-baremetal .btn-buy {
    background-color: #0055ff;
    color: #fff;
    border: none;
    border-radius: 0.25rem;
    padding: 0.5rem 1.25rem;
    font-size: 0.95rem;
}
.zonkvm-baremetal .btn-custom {
    background-color: #ff6600;
    color: #fff;
    border: none;
    border-radius: 0.25rem;
    padding: 0.5rem 1.25rem;
    font-size: 0.95rem;
}
/* 底部栏 */
.zonkvm-baremetal .footer-bar {
    background: linear-gradient(to right, #fff, #e8f3ff);
    border: 1px solid #e9ecef;
    border-radius: 0.375rem;
    padding: 1rem;
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.zonkvm-baremetal .footer-bar .left-text {
    color: #ff6600;
    font-weight: 500;
}
.zonkvm-baremetal .footer-bar .right-info {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    color: #0055ff;
}
.zonkvm-baremetal .footer-bar .right-info a {
    color: #0055ff;
    text-decoration: none;
}

  /* 手机端适配 */
    @media (max-width: 767px) {
     .zonkvm-baremetal .product-row {
        flex-direction: column;
        border-bottom: 1px solid #e9ecef !important; /* 保证每个产品都有底边框 */
        margin-bottom: 0;
    }
    .zonkvm-baremetal .product-row:last-child {
        border-bottom: none !important; /* 最后一个取消多余边框 */
    }
    .zonkvm-baremetal .product-col {
        border-right: none !important;
        border-bottom: 1px solid #e9ecef !important;
        justify-content: flex-start;
        text-align: left;
    }
    .zonkvm-baremetal .product-col:last-child {
        border-bottom: none !important;
    }
    .zonkvm-baremetal .product-col::before {
        content: attr(data-label);
        font-weight: 600;
        color: #444;
        width: 100px;
        min-width: 100px;
        margin-right: 1rem;
        text-align: left;
    }    
.zonkvm-baremetal .product-header {
    display: none !important;
} 
        
.zonkvm-baremetal .section-title h2 {
    font-size: 28px;
    font-weight: 600;
    color: #222;
    display: inline-block;
    border-bottom: 3px solid #0055ff;
    padding-bottom: 0.5rem;
}
.zonkvm-baremetal .location-tag {
    width: 148px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 0.75rem 0.8rem;
    background: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 12px;
    margin: 10px 6px;
    white-space: nowrap;
}

    }
    
    
  /* 机房展示模块 */
.zonkvm-server-room {
  padding: 60px 0;
}

/* 标题样式 */
.zonkvm-server-room .room-title {
  text-align: center;
  font-size: 38px;
  font-weight: 600;

  margin-bottom: 40px;
}

/* 图片列表容器 */
.zonkvm-server-room .room-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* 图片间距 */
}

/* 每个图片项 */
.zonkvm-server-room .room-gallery li {
  flex: 1 1 calc(25% - 15px); /* 一行4个，自适应 */
  min-width: 250px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* 图片样式 */
.zonkvm-server-room .room-gallery li img {
  width: 100%;
  height: 220px;
  object-fit: cover; /* 保证图片不变形 */
  display: block;
  transition: all 0.3s ease;
}

/* 鼠标悬浮放大效果 */
.zonkvm-server-room .room-gallery li:hover img {
  transform: scale(1.08);
}