:root {
}

.page_top {
    background-image: url('/assets/webcssjs/gongneng/image/top_back.png') !important;
}

.page_main {
    max-width: 1000px;
    margin: 30px auto;
    padding: 0 20px;

}

.page_main_table {
    max-width: 1000px;

    overflow-x: auto;
}

.page_main_title {
    padding: 20px 0;
    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    font-size: 28px;
    color: #121212;
    text-align: center;
    font-style: normal;
    text-transform: none;
    border-bottom: 2px solid #dddddd;
}

.page_main_item {
    width: 1000px;
    padding: 20px 0;
}

.page_main_item_table {
    width: 100%;
    border-collapse: collapse;
/ / 表格去除间隙
}

tr td {
    padding: 6px 0;
    /* width: 20%; */
    text-align: center;
    border: 1px solid #e8e9eb;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 12px;
    color: #333333;
    font-style: normal;
    text-transform: none;
}

tr th {
    padding: 26px 0;
    border: 1px solid #e8e9eb;
    background: #f2f6fa;
    width: 20%;
}

tr th:nth-child(2) {
    width: 40%;
}

.table_row_two {
    background: #F2F6FA;
}

.table_title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.table_title_img {
    width: 26px;
    height: 26px;
    margin-right: 8px;
}

.table_title_text {
    line-height: 26px;
}

.table_label {
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.fontRed {
    color: #FF0000;
    line-height: 20px;
}

@media (max-width: 468px) {
}

@media (min-width: 468px) and (max-width: 768px) {
}

@media (min-width: 768px) and (max-width: 1092px) {
}

@media (min-width: 1092px) and (max-width: 1387px) {
}

@media (min-width: 1387px) and (max-width: 1920px) {
}

@media (min-width: 1920px) {
}
