@charset "utf-8";
/* ========== 顶部数据概览 ========== */
.stat-overview {
    height: 124px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
    border-radius: 2px;
}

.stat-overview .stat-item {
    width: 33.33%;
    height: 100%;
}

.stat-overview .stat-icon {
    margin-right: 10px;
    margin-left: 48px;
    margin-top: 39px;
    width: 52px;
    height: 52px;
}

.stat-overview .stat-icon img {
    width: 100%;
    height: 100%;
}

.stat-overview .stat-info {
    margin-top: 30px;
}

.stat-overview .stat-label {
    font-size: 16px;
    color: #333333;
    margin-bottom: 8px;
}

.stat-overview .stat-value {
    font-weight: bold;
    font-family: Arial, Arial;
    font-size: 40px;
    color: #333333;
}

/* ========== 各领域交易统计 ========== */
.field-stat-box {
    margin-top: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
    border-radius: 2px;
    padding: 15px 0px 0 0;
    box-sizing: border-box;
}

.stat-title {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    position: relative;
    padding-left: 12px;
}

.stat-title::before {
    content: '';
    display: block;
    width: 3px;
    height: 16px;
    background: #0F4483;
    border-radius: 0px 3px 3px 0px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.stat-tabs{
    margin-right: 9px;
}
.stat-tabs .tab {
    display: inline-block;
    padding: 0px 20px 9px 20px;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    position: relative;
}
.stat-tabs .tab:last-child{
    padding-right: 0;
}
.stat-tabs .tab:before{
    content: '';
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #C1C1C1;
    position: absolute;
    right: 0;
    top: 14%;
}
.stat-tabs .tab:last-child:before{
    display: none;
}
.stat-tabs .tab.active,
.stat-tabs .tab:hover {
    font-weight: bold;
    font-size: 14px;
    color: #0F4483;
}
.stat-tabs .tab.active:after{
    content: '';
    display: inline-block;
    width: 32px;
    height: 2px;
    background: #0F4483;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.stat-tabs .tab:last-child.active:after{
    transform: translateX(calc(-50% + 10px));
}
.field-stat-list {
    padding: 30px 0 0 10px;
}

.field-item {
    width: calc(100% / 5);
    min-height: 100px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

/* 左侧：图标 + 标题上下排；列宽大于 56px，标题才能按规则换行 */
.field-stat-box .field-icon-col {
    float: left;
    width: 36%;
    max-width: 118px;
    box-sizing: border-box;
    padding-right: 6px;
}

.field-stat-box .field-icon-col .field-icon {
    float: none;
    width: 56px;
    margin: 0 auto 6px;
    text-align: center;
}

.field-stat-box .field-icon-col .field-icon img {
    width: 100%;
    height: auto;
    display: block;
}

.field-stat-box .field-icon-title {
    font-weight: bold;
    font-size: 13px;
    line-height: 1.4;
    color: #333333;
    text-align: center;
    width: 100%;
    margin: 0;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.field-stat-box .field-icon-title--twoline {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}

.field-stat-box .field-info {
    float: left;
    width: 64%;
    box-sizing: border-box;
    padding-left: 2px;
}

.field-name {
    font-size: 14px;
    color: #333333;
    padding-bottom: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.field-name::before{
    content: '';
    display: inline-block;
    width: 130px;
    height: 1px;
    background: linear-gradient( 284deg, rgba(44,103,174,0) 0%, #2C67AE 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}
.field-value {
    font-size: 14px;
    color: #333333;
    line-height: 14px;
    margin-top: 5px;
}

/* 固定标签列宽，两行数字左缘对齐 */
.field-stat-box .field-label {
    display: inline-block;
    min-width: 3.5em;
    vertical-align: baseline;
}

.field-stat-box .field-num {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    display: inline-block;
    /* margin-left: 10px; */
    vertical-align: baseline;
}

/* ========== 行业统计模块 ========== */
.statistics-main {
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
    border-radius: 2px;
    margin-top: 10px;
    padding: 30px 0px 30px 0;
    margin-bottom: 40px;
}
.industry-name{
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    background: linear-gradient( 270deg, rgba(53, 158, 255, 0.0341) 0%, rgba(24, 144, 255, 0.11) 100%);
    position: relative;
    margin-left: 10px;
    margin-bottom: 18px;
    margin-top: 10px;
    overflow: hidden;
}
.industry-name span{
    display: inline-block;
    padding-left: 10px;
}
.industry-name span::before{
    content: '';
    display: block;
    width: 6px;
    height: 23px;
    background: #fff;
    position: absolute;
    transform: rotate(10deg);
    left: -3px;
    top: -2px;
}
.industry-name::before{
    content: '';
    display: inline-block;
    width: 3px;
    height: 21px;
    background: #1890FF;
    position: absolute;
    transform: rotate(10deg);
    left: 3px;
}
.industry-name::after{
    content: '';
    display: inline-block;
    width: 10px;
    height: 24px;
    background: linear-gradient( 270deg, rgba(53,195,255,0) 0%, rgba(24, 144, 255, 0.4) 100%);
    transform: rotate(10deg);
    position: absolute;
    left: 8px;
    top: -1px;
}
.industry-chart-wrap {
    height: 336px;
    padding: 0 18px 0 0;
}

.chart-box {
    width: 680px;
    height: 100%;
    position: relative;
}

.pie-box {
    width: 465px;
    height: 100%;
}

.chart-container {
    width: 100%;
    height: 100%;
}
