* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    display: block;
}

.container {
    width: 1920px;
    height: 1080px;
    background: #FFFFFF;
    margin: 0 auto;
}

.flex {
    display: flex;
}

.flex_center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header {
    width: 100%;
    height: 92px;
    background-image: url("../images/header_bj.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 0 26px;
    font-size: 16px;
    color: #FFFFFF;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.header .header-left {
    width: 30%;
}

.header .header-left .square {
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    margin-right: 10px;
}

.header .header-center {
    width: 40%;
    font-size: 40px;
    justify-content: center;
}

.header .header-right {
    width: 30%;
}

.content {
    height: calc(100% - 92px);
    padding: 22px 26px;
    display: flex;
    justify-content: space-between;
}

.content-left, .content-right {
    width: 583px;
}

.content-left-top {
    width: 100%;
    height: 452px;
}

.content-left-center, .content-left-bottom, .content-center-bottom, .content-right-bottom {
    width: 100%;
    height: 225px;
}

.content-right-top {
    width: 100%;
    height: 540px;
}

.content-right-center {
    width: 100%;
    height: 332px;
}

.content-left-top .total-box {
    justify-content: space-around;
    margin-top: 16px;

}

.content-left-top .total-item {
    font-weight: 400;
    font-size: 14px;
    color: #090909;
    text-align: center;
}

.content-left-top .line {
    height: 32px;
    border-left: 1px solid #CECECE;
}

.content-left-top .total-item .value {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.content-left-top .total-item1 {
    color: #2A5CFE;

}

.content-left-top .total-item1 .value {
    color: #2A5CFE;

}


.content-left-bottom .video_list {
    height: 150px;
    justify-content: space-between;
}


.content-center {
    width: 654px;
}

.content-center-top {
    width: 100%;
    height: 696px;
    padding: 10px 20px 0 20px;
}

.content .card {
    background: #FFFFFF;
    box-shadow: 4px 4px 18px 1px rgba(227, 227, 227, 0.5);
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #EFEFEF;
    padding: 19px 20px 0 20px;
}

.content .card-header {
    font-weight: bold;
    font-size: 20px;
    color: #304159;
}

.content .line-img {
    width: 100%;
}

.content .card .tab-list {
    margin: 10px 0;
    padding-left: 17px;
}

.content .card .tab-list .tab-item {
    width: 150px;
    height: 25px;
    padding: 0 13px;
    background: #F2F2F2;
    border-radius: 17px 17px 17px 17px;
    font-size: 13px;
    color: #2A2A2A;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    cursor: pointer;
}

.content .card .tab-list .tab-item2 {
    /*width: 154px;*/
}

.content .card .tab-list .active {
    background: #0D99FF;
    color: #FFFFFF;
}

#chart1 {
    height: 234px;
    width: 100%;
}

#chart2 {
    width: 100%;
    height: 230px;
}

.scroll-container {
    width: 100%;
    margin-top: 5px;
}

.table-content {
    width: 100%;
    height: 122px;
    overflow: hidden;
}

/* 隐藏滚动条 */
.vue-seamless-scroll {
    overflow: hidden;
    height: 100%;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 0;
    text-align: center;
}

th {
    height: 32px;
    background: rgba(0, 177, 222, 0.25);
    font-weight: bold;
    font-size: 12px;
    color: #313131;
}

tr:hover {
    background-color: #f9f9f9;
}

td {
    height: 32px;
    font-weight: 400;
    font-size: 12px;
    color: #141414;
}

table tbody tr:nth-child(odd) {
    /*background-color: #F2F2F2;*/
}


.stripe-row {
    background-color: rgba(242, 242, 242, 0.49);
}

.clone-stripe-row {
    background-color: rgba(242, 242, 242, 0.49);
}


.content-center-top-content .total-box {
    width: 609px;
    height: 69px;
    background-image: url("../images/num_bj.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0 10px 0 29px;
    justify-content: space-between;

}

.content-center-top-content .total-box .time {
    font-weight: 800;
    font-size: 26px;
    color: #292929;
}

.content-center-top-content .total-box .num {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 800;
    color: #292929;
}

.content-center-top-content .total-box .char {
    height: 60px;
    color: #295BFE;
    font-size: 36px;
    text-align: center;
    margin-left: 5px;
    display: flex;
    justify-content: center;
}

.content-center-top-content .total-box .bj {
    width: 39px;
    height: 60px;
    background-image: url("../images/sz.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;

}

.content-center-top .chart-box {
    /*height: 290px;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}


#gauge {
    width: 100%;
    height:100%;
}

#xugauge {
    width: 100%;
    height:100%;
}

.content-center-top .ratio {
    width: 251px;
    height: 85px;
    background-image: url("../images/db_bj.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    justify-content: space-between;
    padding: 0 27px;
}

.content-center-top .ratio1{
    margin-bottom: 55px;
}
.content-center-top .ratio .ratio-left {
    font-weight: bold;
    font-size: 28px;
    color: #242424;
}

.content-center-top .ratio .ratio-left-title {
    font-weight: 400;
    font-size: 13px;
    color: #242424;
    margin-bottom: 5px;
}

.jt-img {
    width: 16px;
    height: 16px;
    margin-right: 7px;
}

.content-center-top .ratio .ratio-right {
    width: 65px;
    height: 65px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-weight: bold;
    font-size: 12px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.up-round {
    color: #FF6767;
    background-image: url("../images/upy.png");
}

.down-round {
    color: #6AD27A;
    background-image: url("../images/downy.png");
}

#chart3 {
    height: 260px;
    width: 100%;
}

.scroll-container {
    height: 120px; /* 固定高度 */
    overflow: hidden; /* 隐藏滚动条 */
    position: relative;
    cursor: default;
    -ms-overflow-style: none; /* IE和Edge隐藏滚动条 */
    scrollbar-width: none; /* Firefox隐藏滚动条 */
    margin-top: 10px;
    font-size: 14px;
    color: #333333;
    line-height: 1.6;
    text-indent: 2em;
}

.scroll-content {
    position: absolute;
    width: 100%;
    transition: transform 0.3s ease-out;
}

/* 隐藏滚动条但保留滚动功能 */
.scroll-container::-webkit-scrollbar {
    display: none;
}

.scroll-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}



.content-right-top-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.content-right-top .list {
    width: 475px;
    height: 200px;
    background-image: url("../images/zs_bj1.png");
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.content-right-top .list .item{
    height: 30px;
    font-weight: 400;
    font-size: 14px;
    color: #1A1A1A;
    padding-left: 90px;
}
.content-right-top .list .item .name{
    width: 220px;
}
.content-right-top .list .item .num{
    width: 45px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #1A1A1A;
}
.content-right-top .list .item .contrast{
    width: 102px;
    height: 17px;
    border-radius: 4px 4px 4px 4px;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    justify-content: center;
}
.content-right-top .list .item .contrast-down{


    background: #6AD27A;

}

.content-right-top .list .item .contrast-flat{
    background: #cdd1cd;
}
.content-right-top .list .item .contrast-up{
    background: #FF6766;
}
.content-right-top .list .item .contrast-0{
    background: #8ae1eb;
}
.content-right-center .tab-list{
    flex-wrap: wrap;
    padding-left: 0 !important;
}
.content-right-center .tab-list .tab-item{
    height: 22px !important;
    width: 124px;
    margin-bottom: 5px;
}

#chart4 {
    height: 200px;
    width: 100%;
}

.content-right-bottom-content{
    height: 160px;
    font-size: 14px;
    color: #333333;

}
.content-right-bottom-content .txt{
    line-height: 1.6;
    letter-spacing: 3px;
    text-indent: 2em;
    margin: 13px 0 8px 0;
}
.source{
    color: #2878FF;
    text-indent: 2em;
}

.indexTitle{
    position: relative;writing-mode: vertical-rl;left: 23px;font-size: 13px;
}
