body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #111b36;
    color: #fff;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    width: 1920px;
    height: 1080px;
    transform-origin: center;
    position: relative;
    overflow: hidden;
    background-color: #111b36;
    display: flex;
    flex-direction: column;
}

header {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    background-image: url(../image/header-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.header-container {
    width: 90%;
    margin: 0 auto;
    display: flex;
    margin-top: 20px;
}

.left-header {
    font-size: 14px;
    font-family:
        PingFang SC,
        PingFang SC;
    font-weight: bold;
    font-size: 14px;
    color: #bfc6e1;
    line-height: 34px;
    margin-left: 50px;
    display: flex;
    text-align: left;
}
.header-item {
    width: 33%;
}

h1 {
    color: #fff;
    font-size: 24px;
    margin: 0;
    text-align: center;
    padding-top: 10px;
    font-family:
        PingFang SC,
        PingFang SC;
    font-weight: 800;
    font-size: 36px;
    color: #ffffff;
    line-height: 41px;
}

.datetime {
    font-size: 14px;
    font-family:
        PingFang SC,
        PingFang SC;
    font-weight: bold;
    font-size: 14px;
    color: #bfc6e1;
    line-height: 34px;
    margin-right: 50px;
    text-align: right;
}

.content {
    padding: 0 40px 40px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
}

/* 上部分布局 */
.top-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    /* height: 45%; */
    padding-top: 20px;
}
.top-section .grid-item{
    height: 500px;
}
.bottom-section .grid-item{
    height: 500px;
    height: 363px;
}

/* 下部分布局 */
.bottom-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    height: calc(55% - 50px);
    overflow: hidden;
}

.grid-item {
    background: #020623;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(51,75,218,0.4);
}

.bottom-section .title-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    height: 60px;
    padding: 0 20px;
}
.bottom-section .title-box .bg-opacity {
    width: 100%;
    height: 60px;
    background: linear-gradient(90deg, rgba(43, 78, 219, 0) 0%, #2b4edb 49%, rgba(43, 78, 219, 0) 100%);
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.32;
}
.bottom-section .title-box h2 {
    font-family:
        PingFang SC,
        PingFang SC;
    font-weight: bold;
    font-size: 24px;
    color: #00fcff;
    padding-left: 0 !important;
    margin: 0 auto;
}
.bottom-section .title-box .title-img {
    position: absolute;
    height: 20px;
    width: 130px;
    top: 20px;
    /* width: 125px; */
}
.bottom-section .title-box .title-img-1 {
    left: 20px;
}
.bottom-section .title-box .title-img-2 {
    right: 20px !important;
    left: unset !important;
}


.diamond-icon {
    width: 16px;
    height: 16px;
    background-color: #00f0ff;
    transform: rotate(45deg);
    margin-right: 10px;
}

.title-box h2 {
    margin: 0;
    font-size: 16px;
    color: #00f0ff;
    white-space: nowrap;
}

.title-line {
    flex: 1;
    height: 2px;
    background: linear-gradient(to right, #00f0ff, transparent);
    margin-left: 15px;
}

.chart {
    flex: 1;
    width: 100%;
    min-height: 0;
}

/* 客户数据统计特殊样式 */
.stats-section {
    background: rgba(0, 21, 41, 0.9);
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 4px;
}

.section-title {
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
}

.stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.stat-item {
    text-align: center;
}

.stat-item .number {
    font-size: 28px;
    color: #00f0ff;
    font-weight: bold;
    margin-bottom: 5px;
}

.stat-item .label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
}
.top-center-box {
    width: 100%;
    height: calc(50% - 13px) !important;
}
.top-center-box:nth-child(2) {
    margin-top: 20px;
}
.grid-item{
    display: relative;
}
.tops-dw{
    position: absolute;
    left: 70px;
    bottom: 56px;
    font-size: 10px;
    color: #6C6F80;
}
.grid-item.wide {
    grid-column: span 1;
}
.grid-item .title-box {
    /* width: 100%; */
    position: relative;
    /* background-image: url(../image/top-title-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center; */
}
.grid-item .title-box img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.grid-item .title-box h2 {
    font-family:
        PingFang SC,
        PingFang SC;
    font-weight: bold;
    font-size: 24px;
    color: #00fcff;
    padding-left: 70px;
    line-height: 60px;
}

h2 {
    color: #00f0ff;
    font-size: 16px;
    margin: 0 0 15px 0;
}

.stats-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.stat-box {
    text-align: center;
}

.number {
    font-size: 24px;
    color: #00f0ff;
    margin-bottom: 5px;
}

.label {
    font-size: 12px;
    color: #fff;
}

.customer-stats {
    height: calc(100% - 30px);
}

.title-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.title-box h2 {
    margin: 0;
    font-size: 16px;
    color: #00f0ff;
}

.title-box h2 {
    margin: 0;
    font-size: 16px;
    color: #00f0ff;
}

.title-box h2 {
    margin: 0;
    font-size: 16px;
    color: #00f0ff;
}

/* 客户数据统计模块样式 */
.customer-data {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 18px;
    padding-top: 0;
}

.data-section {
    flex: 1;
    background: #021047;
    padding: 18px;
}

.data-title {
    font-family:
        PingFang SC,
        PingFang SC;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    /* margin-bottom: 20px; */
}

.data-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.data-item {
    text-align: center;
}

.data-number {
    font-size: 28px;
    font-family: DIN;
    color: #00f0ff;
    line-height: 1.2;
    margin-top: 10px;
    font-family:
        PingFang SC,
        PingFang SC;
    font-weight: bold;
    font-size: 32px;
    color: #00fcff;
    text-align: left;
}

.data-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.2;
    font-family:
        PingFang SC,
        PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    text-align: left;
}
