@font-face {
    font-family: "AliHanYi";
    src: url("../fonts/ALiHanYiZhiNengHeiTi-2.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "SourceHanSansCN";
    src: url("../fonts/SourceHanSansCN-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "SourceHanSansCN";
    src: url("../fonts/SourceHanSansCN-Normal.otf") format("opentype");
    font-weight: 450;
    font-style: normal;
}

@font-face {
    font-family: "SourceHanSansCN";
    src: url("../fonts/SourceHanSansCN-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "SourceHanSansCN";
    src: url("../fonts/SourceHanSansCN-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "SourceHanSansCN";
    src: url("../fonts/SourceHanSansCN-Heavy.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
}

html,
body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #333333;
    font-family: "SourceHanSansCN", "Microsoft YaHei", Arial, sans-serif;
}

body {
    min-width: 1200px;
}

a {
    color: inherit;
    text-decoration: none;
}

input,
button {
    font-family: inherit;
}

.page-container {
    width: 1200px;
    margin: 0 auto;
}

.site-topbar {
    height: 42px;
    background: #4b95d9;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
}

.site-topbar-inner {
    overflow: hidden;
    line-height: 42px;
}

.site-welcome {
    float: left;
}

.site-platform-link {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 7px;
    padding: 0 14px;
    line-height: 28px;
    background: #0f7dcb;
    border-radius: 0 0 8px 8px;
    font-weight: 400;
}

.site-platform-link-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    vertical-align: middle;
}

.site-hero {
    position: relative;
    min-height: 321px;
    background: #7db5ea;
    overflow: hidden;
}

.site-hero-bg {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1920px;
    height: 363px;
    margin-left: -960px;
    max-width: none;
}

.site-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 58%, rgba(255, 255, 255, 0.26) 0, rgba(255, 255, 255, 0.04) 24%, rgba(255, 255, 255, 0) 25%),
        radial-gradient(circle at 82% 56%, rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.05) 18%, rgba(255, 255, 255, 0) 19%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.8;
}

.site-hero-inner {
    position: relative;
    z-index: 1;
    padding-top: 14px;
    text-align: center;
}

.site-logo {
    width: 112px;
    height: 112px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.site-logo img {
    display: block;
    width: 113px;
    height: 112px;
}

.site-title-wrap {
    position: relative;
    display: inline-block;
    margin-top: 24px;
}

.site-title-image {
    display: block;
    width: 895px;
    height: 78px;
}

.site-title {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #ffffff;
    font-family: "AliHanYi", "SourceHanSansCN", sans-serif;
    font-size: 56px;
    line-height: 1.18;
    letter-spacing: 1px;
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.24);
}

.site-search {
    position: relative;
    width: 573px;
    height: 54px;
    margin: 16px auto 0;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(0, 66, 135, 0.16);
}

.site-search-select {
    position: relative;
    float: left;
    width: 158px;
    padding-left: 48px;
    line-height: 54px;
    color: #606266;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    box-sizing: border-box;
}

.site-search-select-icon {
    position: absolute;
    right: 18px;
    top: 20px;
    width: 14px;
    height: 14px;
}

.site-search-divider {
    position: absolute;
    left: 158px;
    top: 17px;
    width: 1px;
    height: 20px;
    background: #cccccc;
}

.site-search-input {
    float: left;
    width: 300px;
    height: 54px;
    padding: 0 16px;
    border: 0;
    caret-color: #0273C3;
    color: #757575;
    font-size: 16px;
    line-height: 54px;
    outline: none;
    box-sizing: border-box;
}

.site-search-button {
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    width: 115px;
    height: 54px;
    background: linear-gradient(135deg, #0273c4 0%, #0074bf 100%);
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
}

.site-search-button:hover {
    background: #FA9728;
}

.site-search-button-icon {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.page-shell {
    padding: 20px 0 0;
}

.feature-list {
    margin-bottom: 14px;
}

.feature-row {
    overflow: hidden;
    margin-bottom: 16px;
    padding: 0;
    border-radius: 10px;
    background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
    box-shadow: 0 0 12px rgba(178, 189, 212, 0.22);
}

.quick-card {
    float: left;
    position: relative;
    width: 187px;
    height: 256px;
    overflow: hidden;
    border-radius: 10px 0 0 10px;
    box-shadow: none;
}

.quick-card-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.quick-card-icon {
    position: absolute;
    left: 50%;
    top: 32px;
    width: 60px;
    height: 70px;
    margin-left: -30px;
}

.quick-card-title {
    position: absolute;
    left: 0;
    top: 112px;
    width: 100%;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.45;
    text-align: center;
}

.quick-card-title-image {
    display: block;
    margin: 0 auto;
}

.quick-card-title-text {
    display: block;
    margin: 0 auto;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.quick-card-link {
    position: absolute;
    left: 50%;
    bottom: 18px;
    display: inline-block;
    width: 118px;
    height: 48px;
    padding: 0;
    border-radius: 6px;
    background: #ffffff;
    color: #0273c3;
    font-size: 14px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    margin-left: -59px;
    box-shadow: 0 4px 12px rgba(2, 115, 195, 0.12);
}

.feature-table-shell {
    float: right;
    width: 1013px;
    height: 256px;
    padding: 16px 16px 16px 16px;
    box-sizing: border-box;
}

.feature-table-wrap,
.panel-card {
    margin-bottom: 14px;
    padding: 14px 15px;
    background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
    border-radius: 10px;
    border: 1px solid #f7f8fb;
    box-shadow: 0 0 12px rgba(178, 189, 212, 0.22);
}

.feature-table-wrap {
    height: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-radius: 0 10px 10px 0;
    background: transparent;
    box-shadow: none;
}

.feature-table-wrap-simple {
    height: 256px;
    padding: 0;
}

.feature-table-shell-notice {
    height: 256px;
    padding: 12px 14px 12px 14px;
}

.feature-table-wrap-notice {
    height: 100%;
    padding: 0;
}

.feature-table-wrap-wide .data-table th,
.feature-table-wrap-wide .data-table td,
.feature-table-wrap-simple .data-table th,
.feature-table-wrap-simple .data-table td {
    padding: 0;
}

.feature-table-wrap-wide .data-table,
.feature-table-wrap-simple .data-table {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
}

.feature-table-wrap-wide .data-table thead,
.feature-table-wrap-wide .data-table tbody tr,
.feature-table-wrap-simple .data-table thead,
.feature-table-wrap-simple .data-table tbody tr,
.feature-table-wrap-notice .data-table thead,
.feature-table-wrap-notice .data-table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.feature-table-wrap-wide .data-table tbody,
.feature-table-wrap-simple .data-table tbody,
.feature-table-wrap-notice .data-table tbody {
    display: block;
    height: -webkit-calc(100% - 46px);
    height: calc(100% - 46px);
    overflow: hidden;
}

.feature-table-wrap-wide .data-table th,
.feature-table-wrap-simple .data-table th {
    font-size: 13px;
    line-height: 46px;
    background: #f5f5f5;
}

.feature-table-wrap-wide .data-table td,
.feature-table-wrap-simple .data-table td {
    font-size: 13px;
    line-height: 53px;
    background: #ffffff;
}

.feature-table-wrap-wide .data-table thead th,
.feature-table-wrap-wide .data-table tbody td,
.feature-table-wrap-simple .data-table thead th,
.feature-table-wrap-simple .data-table tbody td {
    border-bottom: 8px solid #ffffff;
}

.feature-table-wrap-wide .data-table tbody tr:nth-child(even) td,
.feature-table-wrap-simple .data-table tbody tr:nth-child(even) td {
    background: #f7f8fa;
}

.feature-table-wrap-notice .data-table {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
}

.feature-table-wrap-notice .data-table thead th {
    height: 46px;
    padding: 0;
    border-bottom: 0;
    background: #f5f5f5;
    color: #333333;
    font-size: 13px;
    font-weight: 700;
    line-height: 46px;
    text-align: center;
}

.feature-table-wrap-notice .data-table tbody td {
    height: 44px;
    padding: 0;
    border-bottom: 0;
    background: #ffffff;
    color: #333333;
    font-size: 13px;
    line-height: 44px;
    text-align: center;
}

.feature-table-wrap-notice .data-table tbody tr:nth-child(even) td {
    background: #f9fafb;
}

.feature-table-wrap-notice .data-table tbody tr:last-child td {
    border-bottom: 0;
}

.panel-head {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: 1px solid #ebebeb;
}

.panel-title {
    float: left;
    position: relative;
    margin: 0;
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}

.panel-title:after {
    position: absolute;
    left: 0;
    bottom: -11px;
    width: 100%;
    height: 2px;
    background: #0273c3;
    content: "";
}

.panel-more {
    float: right;
    color: #3f8add;
    font-size: 12px;
    font-weight: 400;
    line-height: 31px;
}

.data-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border-radius: 4px;
    overflow: hidden;
}

.data-table th,
.data-table td {
    padding: 0 4px;
    border-bottom: 1px solid #F9FAFB;
    color: #333333;
    font-size: 14px;
    line-height: 44px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.data-table th {
    background: #f5f5f5;
    color: #333333;
    font-weight: 700;
    line-height: 46px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}

.data-table tbody tr:last-child td {
    border-bottom: 0;
}

.data-table tbody tr:nth-child(even) {
    background: #f9fafb;
}

.data-table-wide td.col-bidder,
.data-table-wide td.col-project-name,
.data-table-wide th.col-bidder,
.data-table-wide th.col-project-name {
    text-align: left;
}

.data-table-wide th:nth-child(1),
.data-table-wide td:nth-child(1) {
    width: 50px;
}

.data-table-wide th:nth-child(2),
.data-table-wide td:nth-child(2) {
    width: 110px;
}

.data-table-wide th:nth-child(3),
.data-table-wide td:nth-child(3) {
    width: 112px;
}

.data-table-wide th:nth-child(n+4),
.data-table-wide td:nth-child(n+4) {
    width: 56px;
}

.data-table-simple th:nth-child(1),
.data-table-simple td:nth-child(1) {
    width: 16%;
    text-align: center;
    padding-left: 0;
}

.data-table-simple th:nth-child(2),
.data-table-simple td:nth-child(2) {
    width: 34%;
    text-align: center;
    padding-left: 0;
}

.data-table-simple th:nth-child(3),
.data-table-simple td:nth-child(3) {
    width: 28%;
    text-align: center;
    padding-left: 0;
}

.data-table-simple th:nth-child(4),
.data-table-simple td:nth-child(4) {
    width: 22%;
    text-align: center;
    padding-left: 0;
}

.data-table-notice th:nth-child(1),
.data-table-notice td:nth-child(1) {
    width: 16%;
}

.data-table-notice th:nth-child(2),
.data-table-notice td:nth-child(2) {
    width: 34%;
}

.data-table-notice th:nth-child(3),
.data-table-notice td:nth-child(3) {
    width: 28%;
}

.data-table-notice th:nth-child(4),
.data-table-notice td:nth-child(4) {
    width: 22%;
}

.data-table-notice td.col-subject-name {
    color: #0273c3;
}

.feature-table-wrap-notice .data-table-notice tbody td.col-subject-name {
    color: #0273c3;
}

.data-table td.col-bidder,
.data-table td.col-project-name {
    color: #0273c3;
    text-align: left;
}

.data-table td.col-subject-name {
    color: #0273c3;
}

.data-table th.col-bidder,
.data-table th.col-project-name {
    text-align: left;
}

.data-table-rank td.col-subject-name,
.data-table-rank th.col-subject-name {
    text-align: left;
}

.data-table-wide td:nth-child(4),
.data-table-wide td:nth-child(5),
.data-table-wide td:nth-child(6),
.data-table-wide td:nth-child(7),
.data-table-wide td:nth-child(8),
.data-table-wide td:nth-child(9),
.data-table-wide td:nth-child(10),
.data-table-wide td:nth-child(11),
.data-table-wide td:nth-child(12),
.data-table-rank td:nth-child(4) {
    color: #0273c3;
}

.rank-grid {
    overflow: hidden;
}

.rank-card {
    float: left;
    width: 592px;
    padding: 17px;
    background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 12px rgba(178, 189, 212, 0.22);
}

.rank-card+.rank-card {
    float: right;
}

.rank-card .panel-head {
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: 1px solid #ebebeb;
}

.rank-card .panel-title {
    font-size: 20px;
    line-height: 20px;
}

.rank-card .panel-more {
    color: #0273c3;
    font-size: 14px;
    line-height: 31px;
}

.rank-table {
    width: 558px;
    margin: 0 auto;
    border-collapse: collapse;
    table-layout: fixed;
    border-radius: 4px;
}

.rank-table thead tr {
    background: #f5f5f5;
}

.rank-table tbody tr {
    background: #ffffff;
}

.rank-table tbody tr:nth-child(even) {
    background: #f9fafb;
}

.rank-table th {
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 48px;
}

.rank-table td {
    padding: 0;
    font-size: 14px;
    line-height: 44px;
}

.data-table-rank th:nth-child(1),
.data-table-rank td:nth-child(1) {
    width: 62px;
}

.data-table-rank th:nth-child(2),
.data-table-rank td:nth-child(2) {
    width: 102px;
}

.data-table-rank th:nth-child(3),
.data-table-rank td:nth-child(3) {
    width: 179px;
}

.data-table-rank th:nth-child(4),
.data-table-rank td:nth-child(4) {
    width: 80px;
}

.data-table-rank th:nth-child(5),
.data-table-rank td:nth-child(5) {
    width: 135px;
}

.topic-error {
    display: none;
    margin-top: 16px;
    padding: 12px 16px;
    border-radius: 8px;
    background: #fff2f0;
    color: #c43c2f;
    font-size: 14px;
}