:root {
    --color-position: #1e2329;
    --input-border: #eaecef;
    --color-num: #fc6a01;
    --font-5-color: #32383E;
    --body-bgcolor: #fff;
    --news-border-bottom-color: #f2f2f2;
    --table-td-border-bottom-color: #e5e5e5;
    --login-hover-color: rgb(0, 0, 0);
    --school-tr-bg-hover: #f7fafd;
    --a-color: #32383E;
    --color-light-scrollbar: #d0d6e3;
}
[data-joy-color-scheme="dark"] {
    --body-bgcolor: #010409;
    --color-position: #eaecef;
    --input-border: #2b3139;
    --color-num: #ff8a33;
    --font-5-color: #CDD7E1;
    --news-border-bottom-color: #30363d;
    --table-td-border-bottom-color: #30363d;
    --login-hover-color: #DDE7EE;
    --school-tr-bg-hover: #161b22;
    --a-color: #DDE7EE;
    --color-light-scrollbar: rgb(255, 255, 255, 0.35);
}
::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: var(--color-light-scrollbar);
    border: none;
    border-radius: 10px;
}
.overflow{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top .icon-x{
    font-size: 16px;
}
.con .header{
    text-align: center;
    margin-top: 28px !important;
    justify-content: center !important;
    display: flex !important;
    flex-wrap: wrap !important;
}
.con .header h1{
    color: var(--font-5-color);
    font-family: STHeitiSC-Medium, STHeitiSC;
    font-weight: 500;
    width: 100%;
    font-size: 50px;
}
.con .header .abstract{
    color: #707a8a;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    margin-top: 10px !important;
    margin-bottom: 16px;
    font-size: 16px;
}
.con h2{
    color: var(--font-5-color);
    font-weight: 500;
    font-family: PingFangSC, PingFang SC;
    font-size: 18px;
    margin-bottom: 16px !important;
}
.abstract{
    width: 70%;
}
.popular{
    margin-top: 40px !important;
}
.popular .characters{
    background: var(--body-bgcolor);
    border: 1px solid var(--news-border-bottom-color);
    border-radius: 20px;
    box-shadow: 0 9px 29px 0 rgba(0, 0, 0, .05);
    padding: 24px !important;
}
.popular .characters .slide{
    flex: 0 1 auto;
    display: flex;
    max-width: 100%;
    position: relative;
    transition: .3s
    cubic-bezier(.25, .8, .5, 1);
}
.popular .characters .slide .prev,.popular .characters .slide .next{
    margin-right: 32px;
    align-items: center;
    display: flex;
    flex: 0 1 52px;
    justify-content: center;
    min-width: 52px;
    cursor: pointer;
}
.popular .characters .slide .prev{
    display: none;
}
.popular .characters .slide .img-dark{
    background: url(/static/images/gbj/right_arrow.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    height: 42px;
    width: 42px;
}
.dark .popular .characters .slide .img-dark{
    filter: invert(1);
}
.popular .characters .slide .left_arrow{
    transform: rotateY(180deg);
}
.popular .group{
    contain: content;
    display: flex;
    flex: 1 1 auto;
    overflow: hidden;
}
.popular .group-con{
    display: flex;
    flex: 1 0 auto;
    position: relative;
    transition: .3s
    cubic-bezier(.25, .8, .5, 1);
    white-space: nowrap;
}
.popular .card_slide{
    width: 140px;
    margin-right: 70px;
    justify-content: center !important;
    display: flex !important;
}
.popular .card_slide a{
    display: block;
    width: 100%;
    color: #fc6a01;
    cursor: pointer;
}
.popular .card_slide img{
    width:80px;
    height:80px;
    border-radius:94px;
}
.popular .card_slide .basic_info{
    height: 75px;
    margin-top: 4px !important;
    justify-content: space-between !important;
    flex-direction: column !important;
    display: flex !important;
}
.popular .card_slide .basic_info .name{
    color: var(--font-5-color);
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    padding-left: 8px !important;
    margin-bottom: 8px !important;
}
.popular .card_slide .basic_info .subtitle{
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    padding-left: 8px !important;
    margin-bottom: 4px !important;
}
.popular .card_slide .basic_info .introduce{
    color: #707a8a;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    padding-left: 8px !important;
}
.entry{
    margin-top: 32px !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    display: flex !important;
}

.entry .table_area{
    background: var(--body-bgcolor);
    border: 1px solid var(--news-border-bottom-color);
    border-radius: 20px;
    box-shadow: 0 9px 29px 0 rgba(0, 0, 0, .05);
    position: relative;
}
.entry .table_area .table-res {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%;
    margin-bottom: 1rem;
}
.table{
    table-layout: fixed;
    width: 100%;
    margin-bottom: 0;
    padding: 8px 24px 8px 24px;
    border-collapse: separate;
    border-spacing: 0;
}
th:first-of-type {
    border-radius: 13px 0 0 13px;
    padding: 0 16px;
}
.table th {
    border-bottom: 1px solid var(--news-border-bottom-color);
    background: none;
    border-top: 0;
    box-shadow: none !important;
    color: #707a8a !important;
    font-size: 14px !important;
    height: 48px !important;
    padding: 0;
    position: relative;
    text-align: left;
    vertical-align: middle !important;
}
.table thead th {
    padding: 0;
}
.table thead th div {
    color: #d2beaf;
    font-family: PingFangSC, PingFang SC;
    font-size: 16px;
    font-weight: 500;
}
.recently{
    margin-left: 24px !important;
}
.table tbody tr:not(:last-child) td {
    border-bottom: 1px solid var(--news-border-bottom-color) !important;
}
.table tbody tr td {
    padding: 0;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
}
.table .name-pa{
    align-items: center !important;
    flex-direction: row !important;
    display: flex !important;
}
.table .name-pa img{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 8px !important;
    display: flex !important;
}
.table .name-de{
    flex-direction: column !important;
    display: flex !important;
}
.table .name-de a{
    color: var(--font-5-color);
}
.table .entryBg{
    background: rgba(255,138,51,.2);
    border-radius: 9px;
    display: inline-block;
    max-width: 90%;
}
.table tbody td .entryBg a,.table tbody td .entryBg span{
    color: #fc6a01;
    display: block;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 14px;
    padding: 4px 12px 4px 12px;
}
.table tbody td .position {
    color: var(--color-position);
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pageheader{
    height: 100%;
    position: relative;
    width: 100%;
    flex-direction: column !important;
    display: flex !important;
}
.pagecon{
    padding: 22px 16px 32px 16px;
    justify-content: center !important;
    display: flex !important;
}
.ajaxpage{
    color: #303133;
    font-weight: 400;
    padding: 2px 5px;
    white-space: nowrap;
}
.ajaxpage span{
    box-sizing: border-box;
    display: inline-block;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    min-width: 35.5px;
    vertical-align: top;
    color: #606266;
    font-weight: 400;
    margin-right: 10px;
}
.ajaxpage .jump .total{
    display: none;
}
.ajaxpage button{
    background: none;
    color: #8c8c8c;
    margin: 0 5px;
    min-width: 30px;
    border-radius: 2px;
    cursor: not-allowed;
    box-sizing: border-box;
    display: inline-block;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
}
.ajaxpage .el-pager {
    display: inline-block;
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: top;
    padding-left: 0;
}
.ajaxpage .el-pager li:not(.disabled).active {
    color: var(--login-hover-color);
    font-size: 14px;
    font-weight: 400;
    margin: 0 5px;
    min-width: 30px;
    line-height: 26px;
}
.ajaxpage .el-pager li:not(.disabled).active:hover {
    color: var(--login-hover-color);
}
.ajaxpage .el-pager li:not(.disabled):hover {
    color: #fc6a01;
}
.ajaxpage .el-pager li.active {
    cursor: default;
}
.ajaxpage .el-pager li {
    color: #606266;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    margin: 0;
    min-width: 35.5px;
    padding: 0 4px;
    text-align: center;
    vertical-align: top;
}
.ajaxpage .in-page {
    border-radius: 3px;
    box-sizing: border-box;
    height: 28px;
    line-height: 18px;
    margin: 0 5px;
    padding: 0 2px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    position: relative;
    width: 50px;
}
.ajaxpage .in-page input{
    border: 1px solid var(--input-border);
    height: 28px;
    padding: 0 3px;
    line-height: normal;
    text-align: center;
    border-radius: 4px;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    font-size: inherit;
    outline: none;
    background: var(--body-bgcolor) !important;
    color: var(--font-5-color) !important;
    transition: none !important;
}
.top{
    margin-top: 32px !important;
}
.top_head{
    margin-bottom: 16px !important;
}
.top .top_list{
    padding: 24px 24px 0px 24px;
    background: var(--body-bgcolor);
    border: 1px solid var(--news-border-bottom-color);
    border-radius: 20px;
    box-shadow: 0 9px 29px 0 rgba(0, 0, 0, .05);
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    display: flex !important;
}
.top .top_card{
    width: 30%;
}
.top .card{
    min-height: 88px;
    position: relative;
    width: 100%;
    border-radius: 14px;
    background: transparent;
    border: none;
    box-shadow: none;
    justify-content: space-between;
    padding-left: 16px !important;
    padding-right: 16px !important;
    align-items: center !important;
    flex-direction: row !important;
    display: flex !important;
    max-width: 100%;
}
.card .ranking{
    color: #707a8a;
    flex-shrink: 0;
    font-size: 14px;
    min-width: 36px;
    margin-right: 2px;
}
.card .card-logo{
    position: relative;
}
.card .card-logo img{
    width: 48px;
    height: 48px;
    max-width: 48px;
    max-height: 48px;
    border-radius: 50%;
    display: flex !important;
}
.card .top-con{
    width: 50%;
    flex-grow: 1 !important;
    flex-direction: column !important;
    display: flex !important;
}
.card .top-tit{
    align-items: center !important;
    justify-content: space-between !important;
    flex-grow: 1 !important;
    flex-direction: row !important;
    display: flex !important;
}
.card .top-tit h2{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    color: var(--font-5-color);
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 8px !important;
    margin-bottom: 0px !important;
}
.card .top-con p{
    font-size: 14px;
    margin-left: 8px !important;
    margin-bottom: 0 !important;
    margin-top: 4px !important;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #707a8a !important;
}
.top-num{
    justify-content: flex-end;
    width: 100px;
    white-space: nowrap;
    margin-left: 8px !important;
    align-items: center !important;
    flex-shrink: 0 !important;
    display: flex !important;
}
.top-num img{
    height: 24px;
}
.top-num span{
    color: var(--color-num);
    font-family: Inter;
    font-weight: 500;
    vertical-align: middle;
    font-size: 18px;
    margin-left: 4px !important;
}
.top-num .iconfont{
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px !important;
    font-size: 22px;
    margin-top: 5px;
}
.loading-mask{
    bottom: 0;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s;
    z-index: 2000;
    background: hsla(0,0%,100%,.9) !important;
}
.loading-mask .loading-spinner{
    margin-top: -21px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
.loading-mask .v-loading{
    margin: 0 auto;
    color: #fc6a01;
}
.investors tbody tr:hover > td{
    background: var(--school-tr-bg-hover);
}
.investors a{
    background: linear-gradient(to right, var(--font-5-color)) no-repeat 100% 100%;
    background-size: 0 2px;
    transition: background-size .3s;
}
.investors a:hover{
    background-position-x: left;
    background-size: 100% 2px;
}
.investors .mt{
    padding-left: 10px;
}
.investors .position .top-num{
    justify-content: start;
    margin-left: 0px !important;
}
.investors .entry{
    margin-top: 0px !important;
}
.main .investors{
    padding: 0px;
    background-color: #fff;
}
.investors .col1{
    width: 210px;
}
.investors .col2{
    min-width: 120px;
}
.investors .col3{
    min-width: 100px;
}
.investors .col4{
    min-width: 120px;
}
.investors .col5{
    min-width: 120px;
}
.investors .col6{
    min-width: 120px;
}
.investors .table {
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
}
.investors .entry{
    display: block !important;
}
.investors .table{
    padding: 10px;
}
.investors .entry .table_area{
    padding: 10px;
}

.investors .td-after:after{
    position: absolute;
    top: 0;
    right: 0;
    bottom: -1px;
    width: 30px;
    transform: translateX(100%);
    transition: box-shadow .3s;
    content: "";
    pointer-events: none;
}
.investors .table-res:after{
    position: absolute;
    top: 0;
    bottom: 118px;
    z-index: 4;
    width: 30px;
    transition: box-shadow .3s;
    content: "";
    pointer-events: none;
    right: 0;
}
.investors .td-after:after{
    box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, .15);
}
.investors .table tr td,.investors .table tr th{
    border-bottom: 1px solid var(--table-td-border-bottom-color);
    height: 60px;
    color: var(--a-color);
    background-color: var(--body-bgcolor);
}
.sticky1 {
    position: sticky !important;
    left: 0;
    z-index: 9;
}

@media (max-width: 1450px) {
    .con{
        padding: 10px;
    }
    .investors .table {
        padding: 0px;
    }
}
@media (max-width: 1265px) {
    .top .top_card {
        width: 50%;
    }
}
@media (max-width: 960px) {
    .con .header h1{
        font-size: 36px;
        line-height: 58px;
    }
    .entry{
        flex-wrap: wrap !important;
    }
    .recently{
        margin-left: 0px !important;
    }
    .recently h2{
        margin-top: 30px;
    }
    .top-num span{
        font-size: 14px;
    }
}
@media (max-width: 830px) {
    .top .top_card {
        width: 100%;
    }
}
@media (max-width: 1060px) {
    .investors .entry .table_area{
        border: none;
        box-shadow: none;
    }
    .ajaxpage .total{
        display: none;
    }
    .ajaxpage .jump .total {
        display: block;
    }
    .ajaxpage button,.ajaxpage .el-pager li{
        margin: 0 3px;
        min-width: 22px;
    }
    .ajaxpage .el-pager li:not(.disabled).active{
        min-width: 22px;
    }
    .ajaxpage span{
        min-width: auto;
        margin-right: 10px;
    }
    .ajaxpage .jump{
        display: flex !important;
        justify-content: space-between;
        padding: 2px 12px 2px 15px;
    }
    .investors .table-res:after{
        bottom: 145px;
    }
}
@media (max-width: 750px) {
    .investors .box-shadow:after{
        box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, .15);
    }
}
@media (max-width: 600px) {
    .con .header .abstract {
        font-size: 12px;
    }
    .con .header h1 {
        font-size: 20px;
        line-height: 20px;
    }
    .header{
        margin-bottom: 2px;
    }
    .popular{
        margin-top: 20px !important;
    }
    .table tbody tr td,.table tbody td .entryBg a, .table tbody td .entryBg span,.popular .card_slide .basic_info .subtitle,.popular .card_slide .basic_info .introduce{
        font-size: 12px;
    }
    .table .name-de{
        font-size: 14px;
    }
    .top .top_list{
        padding: 5px !important;
        padding-left: 0px !important;
    }
    .investors .col1 {
        width: 200px;
    }
    .popular .card_slide{
        margin-right: 30px;
    }
    .popular .characters .slide .next,.popular .characters .slide .prev{
        margin-right: 0px
    }
    .popular .characters{
        padding: 15px !important;
    }
    .table {
        padding: 8px 8px 8px 8px;
    }
}
@media (max-width: 500px) {
    .main {
        margin-left: 0px;
        margin-right: 0px;
    }
}
@media (max-width: 450px) {
    .investors .col1 {
        width: 150px;
    }
}
