@charset "utf-8";
*{box-sizing:border-box;margin:0;padding:0;font-family:"Microsoft Yahei",sans-serif;}

.idc-page-wrap{width:100%;}
.idc-container{max-width:1200px;margin:0 auto;padding:20px 10px;}
.idc-layout-row{display:flex;gap:24px;}
.idc-sidebar{width:260px;flex-shrink:0;}
.idc-main{flex:1;}

.idc-side-box{background:#fff;padding:16px;margin-bottom:16px;border-radius:8px;box-shadow:0 1px 5px #eee;}
.idc-side-title{font-weight:bold;font-size:15px;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid #eee;}
.idc-side-list li{line-height:2.2;border-bottom:1px dotted #eee;list-style:none;}
.idc-side-list li a{color:#444;text-decoration:none;}
.idc-side-list li a:hover{color:#1677ff;}
.idc-side-btn-group{display:flex;flex-direction:column;gap:10px;}
.idc-btn-item{display:block;text-align:center;padding:10px;background:#1677ff;color:#fff;border-radius:6px;text-decoration:none;}

/* Tab切换 不要修改class，js依赖 */
.yunTab{width:100%;height:52px;border-bottom:1px solid #e8e8e8;margin-bottom:20px;}
.yunTab ul{list-style:none;}
.yunTab ul li{float:left;width:180px;height:52px;margin-right:6px;background:#f5f7fa;text-align:center;line-height:52px;border-radius:6px;cursor:pointer;}
.yunTab ul li a{font-size:15px;font-weight:500;color:#666;display:block;height:100%;text-decoration:none;}
.yunTab ul li.active{background:#1677ff;}
.yunTab ul li.active a{color:#fff;}

.TabDetail UL.con2 {display:none;}
.TabDetail UL.block2 {display:block;}

/*卡片*/
.idc-card{background:#fff;border-radius:10px;box-shadow:0 1px 6px rgba(22,119,255,0.08);padding:24px;margin-bottom:20px;}
.idc-card-title{font-size:18px;color:#1f2329;margin-bottom:18px;font-weight:bold;}
.idc-card-sub-title{font-size:16px;color:#1677ff;margin-bottom:16px;font-weight:bold;border-left:4px solid #1677ff;padding-left:10px;}

/*机房图文介绍*/
.idc-intro-flex{display:flex;gap:20px;align-items:flex-start;}
.idc-intro-pic img{width:240px;border-radius:6px;}
.idc-intro-text{flex:1;font-size:14px;color:#4e5969;line-height:1.8;}

/*价格表格*/
.idc-table-wrap{overflow-x:auto;margin-bottom:12px;}
.idc-price-table{width:100%;border-collapse:collapse;font-size:13px;}
.idc-price-table th{background:#f0f7ff;color:#1677ff;padding:11px 8px;text-align:center;border:1px solid #dcdfe6;}
.idc-price-table td{padding:11px 8px;text-align:center;border:1px solid #e4e7ed;color:#333;}
.idc-price-table tbody tr:hover{background:#f8fbff;}
.price-red{color:#f53f3f;font-weight:bold;font-family:Arial;}

/*备注提示块*/
.idc-note-box{background:#fff7e6;border-radius:6px;padding:12px 14px;margin-top:12px;font-size:13px;color:#d48806;}

/*机房配套设施*/
.idc-facility-item{margin-bottom:16px;}
.idc-facility-item h4{font-size:14px;color:#1f2329;margin-bottom:8px;}
.idc-facility-text{font-size:14px;color:#444;line-height:1.7;}

/*机房图片相册*/
.idc-img-gallery{display:flex;gap:12px;flex-wrap:wrap;}
.idc-img-gallery img{width:180px;height:120px;object-fit:cover;border-radius:4px;border:1px solid #eee;}

/*FAQ*/
.idc-faq-item{margin-bottom:14px;}
.idc-faq-item dt{font-weight:bold;margin-bottom:4px;}
.idc-faq-item dd{padding-left:12px;color:#444;line-height:1.6;}
/* 表格表头美化 */
.table-header-idc {
    background: linear-gradient(135deg, #1677ff 0%, #40a9ff 100%);
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 12px 8px;
    border: 1px solid #dcdfe6;
    white-space: nowrap;
}

/* 表格基础美化 */
.idc-price-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
/* 表头样式 深蓝渐变，白色文字，适配托管价格表 */
.idc-price-table th {
    background: linear-gradient(135deg,#1967d2 0%,#4285f4 100%);
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding:14px 10px;
    border:1px solid #2b78d8;
    white-space: nowrap;
}
.idc-price-table td {
    padding: 12px 8px;
    text-align: center;
    border: 1px solid #e4e7ed;
    color: #333;
    background: #fff;
}
/* 鼠标悬停行高亮 */
.idc-price-table tbody tr:hover td {
    background: #f0f7ff;
}


.idc-card{
    padding:20px;
}
.idc-card-sub-title{
    font-size:18px;
    font-weight:bold;
    margin-bottom:20px;
    color:#222;
}
.idc-facility-item{
    margin-bottom:22px;
}
.idc-facility-item h4{
    font-size:16px;
    font-weight:bold;
    margin-bottom:10px;
    color:#1967d2;
}
.idc-facility-text p{
    line-height: 2.0;     /* 加大行高，文字宽松舒适 */
    font-size:15px;
    color:#444;
    margin:8px 0;         /* 段落上下留白 */
}
