/* *,
*::before,
*::after {
  box-sizing: inherit !important; 
} */
.data-page-title {
    background: url('../images/bg-vip.jpg');
    background-size: cover;
    padding: 50px 0;
}

.data-page-title h1 {
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 30px;
}

.data-page-title p {
    margin-top: 15px;
    line-height: 35px;
}

.data-page-title p span {
    color: #f69433;
    font-size: 20px;
    display: inline-block;
    margin: 0 10px;
}

.data-page-title p span.up {
    color: #ff6000;
}

.data-page-title p span.down {
    color: #5FB878;
}

.data-page-title a {
    margin-top: 30px;
    display: inline-block;
    color: #3370ff;
    font-weight: bold;
    transition: all 0.5s;
}

.data-page-title a i {
    margin-left: 5px;
    transition: all 0.5s;
}

.data-page-title a:hover {
    padding-left: 10px;
}

.data-title {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    padding: 0 15px;
}

.data-title h4 {
    font-size: 16px;
}

.data-title .select-year .select-year-content {
    border: 1px solid #505050;
    padding: 10px 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}

.data-title .select-year .select-year-content i {
    display: inline-block;
    margin-left: 5px;
}

.data-title .select-year .select-year-content:hover {
    border-color: #2e95ff;
    color: #2e95ff;
}

.data-title .select-year .select-year-menu {
    width: 200%;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 25px rgb(0 0 0 / 10%);
    padding: 15px;
    z-index: 8999;
    border-radius: 10px;
    display: none;
}

.data-title .select-year .select-year-menu ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    text-align: center;
}

.data-title .select-year .select-year-menu li {
    width: 50%;
}

.data-title .select-year .select-year-menu li a {
    display: block;
    padding: 0 10px;
    line-height: 40px;
}

.data-title .select-year .select-year-menu li a:hover {
    color: #2e95ff;
    background-color: #f9f9f9;
}

.data-title .select-year:hover .select-year-menu {
    display: block;
}

@media (min-width: 992px) {
    .data-title {
        padding-left: 0;
        padding-right: 0;
    }
}

.data-table-nav {
    display: flex;
    justify-content: center;
}

.data-table-nav .nav-tabs a {
    border: 1px solid #505050;
    padding: 10px 15px;
    border-right: 0;
}

/* .data-table-nav .nav-tabs a:first-child {
    border-left: 1px solid #505050;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
} */

.data-table-nav .nav-tabs a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.data-table-nav .nav-tabs a.active {
    background-color: #2e95ff;
    color: #fff;
}

.data-table-wrap.container {
    padding: 0;
}

@media (min-width: 992px) {
    .data-table-wrap.container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.data-table-content {
    position: relative;
}

.data-table-content .tab-pane {
    display: none;
}

.data-table-content .tab-pane.active {
    display: block;
}

#chart-container {
    margin-top: 30px;
}

.data-table {
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.data-table table {
    width: 100%;
    border-collapse: collapse;
}

.data-table .data-table-header {
    overflow: hidden;
}

.data-table .data-table-header.fixed {
    width: 100%;
    position: fixed;
    top: 50px;
    z-index: 99;
    opacity: 1;
}

@media (min-width: 1200px) {
    .data-table .data-table-header.fixed {
        width: calc(1200px - 30px);
    }
}

@media (min-width: 1500px) {
    .data-table .data-table-header.fixed {
        width: calc(1600px - 30px);
    }
}

.data-table-fixed {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 98;
}

.data-table-fixed-l {
    box-shadow: 1px 0 8px rgb(0 0 0 / 8%);
    top: 50px;
}

.data-table-fixed-r {
    right: 0;
    left: auto;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.09));
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 32px;
    text-shadow: 3px 2px 10px rgb(0 0 0 / 30%);
}

.data-table-fixed-r i {
    animation: ani-svg 0.85s linear 0s alternate infinite;
    -webkit-animation: ani-svg 0.85s linear 0s alternate infinite;
}

.data-table-fixed-r.fixed {
    position: fixed;
    top: 0;
}

.data-table-scroll {
    position: fixed;
    bottom: 15px;
    width: calc(80% - 30px);
    height: 10px;
    background: #eee;
    border-radius: 5px;
    overflow: hidden;
    z-index: 102;
}

.table-cell-head{
    color: #3370ff;

}


.data-table-scroll.absolute {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.data-table-scroll:hover {
    background-color: #ddd;
}

.data-table-scroll span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 10px;
    background: #f90;
    cursor: pointer;
}

.data-table table thead {
    background-color: #FAFAFA;
}

.data-table table thead th {
    height: 50px;
}

.icon-edge {
    width: 0;
    border-width: 6px;
    border-style: dashed;
    border-color: transparent;
    display: inline-block;
}

.table-sort {
    width: 10px;
    height: 20px;
    margin-left: 5px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.table-sort .icon-edge {
    position: absolute;
    left: 5px;
    border-width: 5px;
}

.table-sort .table-sort-asc {
    top: 3px;
    border-top: none;
    border-bottom-style: solid;
    border-bottom-color: #b2b2b2;
}

.table-sort .table-sort-desc {
    bottom: 3px;
    border-bottom: none;
    border-top-style: solid;
    border-top-color: #b2b2b2;
}

.table-sort[data-sort=asc] .table-sort-asc,
.table-cell-1 .table-sort[data-sort=asc] .table-sort-asc {
    border-bottom-color: #000;
}

.table-sort[data-sort=desc] .table-sort-desc,
.table-cell-1 .table-sort[data-sort=desc] .table-sort-desc {
    border-top-color: #000;
}

.data-table table th:before {
    position: absolute;
    top: 50%;
    right: 1px;
    width: 1px;
    height: 3.1em;
    pointer-events: none;
    background-color: rgba(0, 0, 0, .08);
    transform: translateY(-50%);
    transition: background-color .3s;
    content: "";
}

.data-table table th:last-child:before {
    opacity: 0;
}

.data-table table thead tr:nth-child(1) {
    background-color: #2e95ff;
    color: #fff;
}

.data-table table thead tr:nth-child(1) th:before {
    background-color: rgba(0, 0, 0, .3);
}

.data-table table thead a {
    color: #fff;
    text-decoration: underline;
}

.data-table table td.split:before,
.data-table table td.split:before {
    position: absolute;
    top: 50%;
    right: 1px;
    width: 1px;
    height: 4.4em;
    pointer-events: none;
    background-color: rgba(0, 0, 0, .08);
    transform: translateY(-50%);
    transition: background-color .3s;
    content: "";
}

.data-table table th,
.data-table table td {
    border-bottom: 1px solid #eee;
    position: relative;

    margin: 0;
    padding: 0;
}

@media (min-width: 992px) {

    .data-table table th,
    .data-table table td {
        min-width: 150px;
    }
}


.data-table table tbody td {
    text-align: center;
    height: 60px;
    box-sizing: border-box;
}


.data-table table td a {
    color: #2e95ff;
    text-decoration: underline;
}

.data-table table tbody tr {
    transition: all .25s;
    background: #fff;
}

.data-table table tbody tr:hover {
    background-color: #f9f9f9;
}

.data-table td.up,
.data-table td .up {
    color: #ff6000;
}

.data-table td.down,
.data-table td .down {
    color: #5FB878;
}

.data-distribution .data-table-header {
    display: block;
}

.data-distribution>.data-table-body {
    overflow: auto;
    height: 500px;
}

.data-distribution .data-table-fixed .data-table-body {
    height: 482px;
    overflow: hidden
}

@media (min-width: 1399px) {
    .data-distribution>.data-table-body {
        height: 600px;
    }

    .data-distribution .data-table-fixed .data-table-body {
        height: 582px;
    }
}

@media (min-width: 1500px) {
    .data-distribution>.data-table-body {
        height: 700px;
    }

    .data-distribution .data-table-fixed .data-table-body {
        height: 682px;
    }
}

@media (min-width: 1700px) {
    .data-distribution>.data-table-body {
        height: 800px;
    }

    .data-distribution .data-table-fixed .data-table-body {
        height: 782px;
    }
}

.data-table-resize {
    text-align: center;
    line-height: 30px;
    background: #fff;
    cursor: pointer;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 99;
}

.data-table-resize:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}

.data-table-resize span {
    display: block;
}

.data-table-resize .up {
    display: none;
}

.data-table-resize.active .down {
    display: none;
}

.data-table-resize.active .up {
    display: block;
}

.table-cell-1,
.table-cell-0 {
    width: 115px;
    position: relative;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.table-cell-0 span {
    display: block;
    font-size: 14px;
}

.table-cell-1>span:first-child {
    max-width: 70%;
}

.table-cell-1 .position-absolute,
.table-cell-1-1 .position-absolute {
    top: 0;
    right: -100%;
    z-index: 99999;
    background-color: #fff;
    width: 200px;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 20%);
    border-radius: 8px;
    display: none;
    padding: 10px 15px;
    text-align: left;
}

.table-cell-1 .position-absolute span,
.table-cell-1-1 .position-absolute span {
    display: block;
    line-height: 30px;
}

.table-cell-1:hover .position-absolute {
    display: block;
}

/* .table-cell-1 .table-sort .table-sort-asc {
    border-bottom-color: #fff;
}

.table-cell-1 .table-sort .table-sort-desc {
    border-top-color: #fff;
} */

@media (min-width: 992px) {
    .table-cell-1 {
        width: 150px;
    }
}

.data-content-wrap {
    background-color: #fff;
    padding: 70px 0;
    line-height: 35px;
}

.data-content-wrap .home-title {
    margin-bottom: 30px;
}

.data-content-wrap li {
    margin-bottom: 30px;
}

.data-content-wrap li .qanswer {
    position: relative;
    padding-left: 20px;
}

.data-content-wrap li .qanswer::before {
    width: 10px;
    height: 10px;
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    border: 3px solid #2e95ff;
    border-radius: 100%;
}

.data-content-wrap .qmore {
    margin-top: 30px;
    text-align: center;
}

.data-content-wrap .qmore a {
    border: 1px solid #3370ff;
    color: #3370ff;
    padding: 10px 30px;
    border-radius: 10px;
    margin-top: 30px;
    display: inline-block;
    transition: all 0.2s;
}

.data-content-wrap .qmore a:hover {
    color: #fff;
    background: #3370ff;
}

@media (min-width: 992px) {
    .data-content-wrap .home-title {
        margin-bottom: 50px;
    }

    .data-content-wrap li .qanswer::before {
        top: 11px;
    }
}

/*数据一特定*/
.table-cell-1-0 span {
    display: block;
}

.table-cell-1-0,
.table-cell-1-1 {
    padding: 10px;
    position: relative;
}

.data-table-1 .data-table-header tr:nth-child(2) th:nth-child(3),
.data-table-1 .data-table-header tr:nth-child(2) th:nth-child(4),
.data-table-1 .data-table-header tr:nth-child(2) th:nth-child(6),
.data-table-1 .data-table-header tr:nth-child(2) th:nth-child(7) {
    display: none;
}

.data-table-1 .data-table-body td:nth-child(3),
.data-table-1 .data-table-body td:nth-child(4),
.data-table-1 .data-table-body td:nth-child(6),
.data-table-1 .data-table-body td:nth-child(7) {
    display: none;
}

@media (min-width: 992px) {
    .table-cell-1-0 span {
        display: inline-block;
    }

    .data-table-1 .data-table-header tr:nth-child(2) th:nth-child(3),
    .data-table-1 .data-table-header tr:nth-child(2) th:nth-child(4),
    .data-table-1 .data-table-header tr:nth-child(2) th:nth-child(6),
    .data-table-1 .data-table-header tr:nth-child(2) th:nth-child(7) {
        display: table-cell;
    }

    .data-table-1 .data-table-body td:nth-child(3),
    .data-table-1 .data-table-body td:nth-child(4),
    .data-table-1 .data-table-body td:nth-child(6),
    .data-table-1 .data-table-body td:nth-child(7) {
        display: table-cell;
    }

}

/*数据二特定*/
.data-table-2>.data-table-header {
    font-size: 14px;
}

@media (min-width: 992px) {
    .data-table-2>.data-table-header {
        font-size: 16px;
    }
}

