.statistics, .strategy {
    width: 100%;
    max-width: 370px;
}

.statistics, .strategy {
    height: 582.7px;
}

.statistics .links {
    display: none;
    margin-left: 20px;
}

.statistics .links a {
    font-size: 14px;
    display: inline-block;
    padding-bottom: 2px;
    color: #b1b2b2;
}

.statistics .links a:first-child {
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
    color: #ff7e0b;
}

.statistics .links a:first-child:after {
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 13px;
    width: 1px;
    position: absolute;
    background: #EEEEEE;
}

.statistics .links a:first-child:hover {
    color: #ff7e0b;
}

.statistics .links {
    display: block;
}

.statistics .links a:hover {
    color: #ff7e0b;
}

.statistics-container {
    width: 100%;
    margin-top: -12px;
}

#staticMonth {
    height: 100% !important;
    position: relative;
}

#staticMonth .table {
    overflow: hidden;
    overflow-y: scroll;
    height: calc(100% - 50px);
    scrollbar-width: none; /* 隐藏滚动条（Firefox） */
    -ms-overflow-style: none; /* 隐藏滚动条（IE 和 Edge） */
}

#staticMonth .table::-webkit-scrollbar {
    display: none; /* 隐藏滚动条 */
}


.table-data tr {
    border-bottom: 1px solid #ccc0b8;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #333;
    font-size: 14px;
}

.table-data thead {
    position: sticky;
    top: 0;
    background-color: #fff;
}

.table-data thead tr th:first-child {
    width: 115px !important;
    text-align: left !important;
}

.table-data thead tr th {
    text-align: center !important;
    color: #f05f1c;
    padding-left: 5px;
    width: 80px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 400;
}

.table-data tbody tr td {
    text-align: center;
    padding-left: 5px;

}

.table-data tbody tr td:first-child {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.table-data tbody tr td .pic {
    width: 24px;
    height: 24px;
}

.table-data tbody tr td .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.table-data tbody tr td .name {
    margin-left: 4px;
    white-space: nowrap;
}

#staticMonth .statistics-flur {
    width: 100%;
    height: 100%;
    background: url("../../images/banner/statistics1.png") no-repeat;
}

.statistics .no-statistics div {
    font-size: 14px;
    font-weight: 700;
    margin-top: 25px;
    color: #333333;
}

