/* 幼儿园城市指数页：在共用榜单样式上的增量 */
body.city-index-page {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

/* 无城市筛选栏：比常规榜单少 35px（不预留城市标签栏占位） */
body.city-index-page .mainContent { padding-top: 100px; }

body.city-index-page .pageBottom { margin-top: 0; }
body.city-index-page .kgEvaSysBlock { display: none; }
body.city-index-page .tableWrapper { margin-top: 0; }

body.city-index-page .school-info { text-align: center; }
body.city-index-page .school-title { text-align: center; cursor: default; }
body.city-index-page .kindergarten-table tbody .count-col {
    text-align: center;
    font-size: 16px;
    color: #444;
}

@media screen and (max-width: 800px) {
    body.city-index-page .mainContent { padding-top: 100px; }

    body.city-index-page .cityIndexTableScroll {
        overflow-x: visible;
    }
    body.city-index-page .cityIndexTableScroll .kindergarten-table {
        min-width: 0;
        width: 100%;
    }

    body.city-index-page .kindergarten-table td {
        padding: 5px 1px;
    }

    body.city-index-page .kindergarten-table th.rank-num,
    body.city-index-page .kindergarten-table td.rank-num {
        width: 9% !important;
    }
    body.city-index-page .kindergarten-table td.rank-num {
        font-size: 14px;
        font-weight: 700;
    }

    body.city-index-page .kindergarten-table th.school-info,
    body.city-index-page .kindergarten-table td.school-info {
        width: 20% !important;
    }
    body.city-index-page .school-title {
        font-size: 13px;
        font-weight: 600;
        margin: 0;
        line-height: 1.2;
        word-break: break-word;
    }

    body.city-index-page .kindergarten-table th.rating-total,
    body.city-index-page .kindergarten-table td.rating-total {
        width: 15% !important;
    }
    body.city-index-page .kindergarten-table td.rating-total {
        font-size: 12px;
    }

    body.city-index-page .kindergarten-table th.count-col {
        width: 18% !important;
    }
    body.city-index-page .kindergarten-table td.count-col {
        width: 18% !important;
        padding: 5px 0;
    }
    body.city-index-page .kindergarten-table tbody .count-col {
        font-size: 12px;
    }
}
