.ctb2-wrap{
    width:100%;
    box-sizing:border-box;
    font-family:inherit;
    color:#111827;
    background:#fff;
    border:1px solid #e2e8f0;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 8px 28px rgba(15,23,42,.06);
}
.ctb2-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:26px 28px;
    background:#f3f8fc;
    border-bottom:1px solid #e3ebf2;
}
.ctb2-kicker{
    display:block;
    margin-bottom:7px;
    font-size:10px;
    font-weight:800;
    letter-spacing:1.5px;
    color:#64748b;
}
.ctb2-head h2{
    margin:0;
    font-size:26px;
    line-height:1.2;
    color:#111827;
}
.ctb2-head p{
    margin:7px 0 0;
    color:#64748b;
    font-size:14px;
}
.ctb2-update{
    white-space:nowrap;
    font-size:12px;
    color:#64748b;
}
.ctb2-update span{
    display:inline-block;
    width:8px;height:8px;border-radius:50%;
    background:#24a148;
    margin-right:6px;
}
.ctb2-scroll{
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
}
.ctb2-table{
    width:100%;
    min-width:1180px;
    border-collapse:separate;
    border-spacing:0;
    table-layout:fixed;
}
.ctb2-table th,
.ctb2-table td{
    border-bottom:1px solid #e6ebf0;
    border-right:1px solid #edf0f3;
    padding:13px 10px;
    vertical-align:middle;
    text-align:center;
}
.ctb2-table thead th{
    background:#f8fafc;
    color:#475569;
    font-size:12px;
    font-weight:800;
    white-space:nowrap;
    height:48px;
}
.ctb2-table .ctb2-district{
    width:190px;
    min-width:190px;
    text-align:left;
    padding-left:18px;
    position:sticky;
    left:0;
    z-index:3;
    background:#f8fafc;
}
.ctb2-table .ctb2-name{
    width:190px;
    min-width:190px;
    text-align:left;
    padding-left:18px;
    color:#0755d8;
    font-size:13px;
    font-weight:700;
    white-space:nowrap;
    position:sticky;
    left:0;
    z-index:2;
    background:#fff;
}
.ctb2-cell{
    min-height:105px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:3px;
}
.ctb2-icon{
    font-size:31px;
    line-height:1.05;
    margin-bottom:3px;
}
.ctb2-weather{
    font-size:12px;
    line-height:1.25;
    color:#1f2937;
    min-height:16px;
}
.ctb2-temp{
    margin-top:5px;
    font-size:14px;
    line-height:1.2;
    font-weight:800;
    color:#111827;
    white-space:nowrap;
}
.ctb2-humidity{
    font-size:11px;
    line-height:1.2;
    color:#64748b;
    white-space:nowrap;
}
.ctb2-footer{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
    padding:13px 18px;
    font-size:11px;
    color:#64748b;
    background:#fafafa;
}
.ctb2-error{
    margin:20px;
    padding:18px;
    border:1px solid #fecaca;
    border-radius:12px;
    background:#fff7f7;
    color:#7f1d1d;
}
.ctb2-error p{margin:6px 0;font-size:13px}
.ctb2-tech{
    padding:10px 18px;
    color:#64748b;
    font-size:11px;
    background:#fafafa;
}
@media(max-width:700px){
    .ctb2-head{display:block;padding:20px}
    .ctb2-head h2{font-size:22px}
    .ctb2-update{margin-top:12px}
    .ctb2-table{min-width:1180px}
}
