.bg{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    display: -ms-flexbox;
    background: #F2F7FF;
    z-index: -1;
}
.bg .index_banner{
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    top: 0px;
    z-index:1;
}

.home-search-wrap{
    min-width: 1180px;
    max-width: 1180px;
    min-height: 171px;
    display: flex;
    flex-direction: column;
    padding: 24px 32px;
    gap: 24px;
    box-sizing: border-box;
    background: #fff;
    flex-shrink: 0;
    position: sticky;
    top: 0;
    z-index: 10;
}

.home-main-area {
    flex: 1;
    min-height: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
}

.formItem{
    gap: 32px;
    justify-content: flex-start !important;
    align-items: baseline;
}
.formItem .form-label{
    font-weight: bold;
    color: #333333;
    min-width: 34px;
}
.formItem .form-content{
    display: flex;
    gap:9px 16px;
    flex-wrap: wrap;
    font-size: 14px;
    color: #333333;
}
.formItem .form-content .proItem{
    padding: 4px 8px;
    border-radius: 4px;
    cursor: pointer;
}
.formItem .form-content .active{
    background: #3F62F6;
    color: #fff;
}
.formItem .form-content.search_report {
    width: 500px;
    height: 38px;
    font-size: 14px;
    color: #3D3D3D;
    border-radius: 6px;
    background: #FFFFFF;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #DFE2E6;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    transition: all .3s ease;
    box-sizing: border-box;
}
#searchReport{
    font-family: Microsoft YaHei UI;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.08em;
    color: #3F62F6;
}
.formItem .search_report .report_input {
    color: #3D3D3D;
    margin-right: 10px;
    flex: 1;
    border: none;
}

.formItem .search_report .report_input+span {
    color: #CBD5E2;
}

.formItem .search_report .report_input::placeholder {
    color: #8C919D;
}

.formItem .search_report .report_input:focus-visible {
    outline: none;
}
.table_list_wrapper{
    min-width: 1180px;
    max-width: 1180px;
    width: 100%;
    margin-top: 24px;
    flex: 1;
    min-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 12px;
    justify-content: flex-start !important;
    align-content: flex-start;
    box-sizing: border-box;
}

.table_list_wrapper .loading-indicator,
.table_list_wrapper .no-more-data {
    width: 100%;
    flex-basis: 100%;
}

.school-empty-state {
    width: 100%;
    flex: 1;
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 0;
    box-sizing: border-box;
}

.school-empty-state img {
    width: 180px;
    height: auto;
    margin-bottom: 16px;
}

.school-empty-text {
    margin: 0;
    font-family: Microsoft YaHei UI;
    font-size: 14px;
    line-height: 22px;
    color: #3F62F6;
    cursor: pointer;
}

.school-empty-link {
}
.table_list_item{
    align-items: center;
    width: 286px;
    height: 74px;
    display: flex;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 6px;
    background: #FFFFFF;
    gap: 12px;
    cursor: pointer;
}
.table_list_item .short_name{
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #EFF4FF;
    font-family: MiSans;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: normal;
    color: #3F62F6;
}
.table_list_item .name{
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: normal;
    color: #333333;
}
.table_list_item:hover .name{
    cursor: pointer;
    font-weight: bold;
    color: #3F62F6;
    transition: all .3s;
}

/* 页面布局：列表区域占满剩余高度，内部滚动 */
html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: 100vh;
    overflow: hidden;
}

.header-hcon {
    flex-shrink: 0;
}

#container {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: center;
    width: 100%;
    min-width: 1180px;
    box-sizing: border-box;
    overflow: hidden;
}

.homePage-wrap {
    flex-shrink: 0;
}

.footer {
    width: 100%;
    min-width: 1180px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0 0;
    box-sizing: border-box;
    flex-shrink: 0;
}

.footer .addTemBtn {
    margin: 0;
    font-family: Microsoft YaHei UI;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    color: #3F62F6;
    cursor: pointer;
}

.leftSideFooterNew {
    flex-shrink: 0;
    padding: 10px 70px 30px;
}