* {
    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;
}

.header {
    width: 100%;
    height: 92px;
    background-image: url("/resources/DP/syj/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, .content-right-top {
    width: 100%;
    height: 344px;
}

.content-left-center, .content-right-center {
    width: 100%;
    height: 332px;
}

.content-left-bottom, .content-center-bottom, .content-right-bottom {
    width: 100%;
    height: 227px;
}

.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: 10px 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: 117px;
    height: 32px;
    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: 132px;
    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("/resources/DP/syj/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: 25px;
    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 {
    color: #295BFE;
    font-size: 36px;
    text-align: center;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-center-top-content .total-box .bj {
    width: 39px;
    height: 60px;
    background-image: url("/resources/DP/syj/images/sz.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;

}

.content-center-top .chart-box {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.content-center-top .map-box {
    width: 314px;
    height: 367px;
    position: relative;
}

.content-center-top .map-box .map-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.hotspot {
    position: absolute;
    width: 12px;
    height: 12px;
    /*background-color: rgba(255, 255, 255, 0.5);*/
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}
.hotspot-img{
    width: 16px;
    height: 16px;
}
.hotspot-img:hover {
    transform: scale(1.2);
}

.info-popup {
    width: 200px;
    position: absolute;
    padding: 10px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 100;
    font-weight: 400;
    font-size: 12px;
    color: #262626;
}


#gauge {
    width: 100%;
    height: 210px;
}

.content-center-top .ratio {
    width: 238px;
    height: 68px;
    background-image: url("/resources/DP/syj/images/db_bj.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    justify-content: space-between;
    padding: 0 27px;
}

.content-center-top .ratio .ratio-left {
    font-weight: bold;
    font-size: 23px;
    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: 60px;
    height: 60px;
    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("/resources/DP/syj/images/upy.png");
}

.down-round {
    color: #6AD27A;
    background-image: url("/resources/DP/syj/images/downy.png");
}

#chart3 {
    height: 190px;
    width: 100%;
}

.content-center-bottom .card-body {
    font-weight: 400;
    font-size: 14px;
    color: #262626;
    justify-content: space-around;
    margin-top: 20px;
}


#chart4 {
    height: 234px;
    width: 100%;
}

/*.auto-scroll-container {*/
/*    height: 250px; !* 固定高度 *!*/
/*    overflow: hidden; !* 隐藏滚动条 *!*/
/*    position: relative;*/
/*    margin-top: 10px;*/
/*    font-size: 14px;*/
/*    color: #333333;*/
/*}*/

/*.scroll-content {*/
/*    transition: transform 0.3s ease-out;*/
/*    will-change: transform;*/
/*    line-height: 1.5;*/
/*}*/
.auto-scroll-container {
    height: 250px; /* 固定高度 */
    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: 2;
    text-indent: 2em;
}

.auto-scroll-wrapper::-webkit-scrollbar {
    display: none; /* Chrome和Safari隐藏滚动条 */
}

.scroll-content {
    transition: transform 0.2s ease-out;
    will-change: transform;
    padding-right: 20px; /* 防止内容被裁切 */
}


.content-right-bottom .plant-list {
    height: 160px;
    overflow: hidden;
    font-weight: 400;
    font-size: 14px;
    color: #434343;
    margin-top: 5px;
    padding-left: 10px;
}

.content-right-bottom .plant-list .list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.content-right-bottom .plant-list .list .item {
    width: 50%;
    height: 30px;
}
