* {
    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("../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: 470px;
}

.content-left-center, .content-left-bottom, .content-center-bottom, .content-right-bottom {
    width: 100%;
    height: 220px;
}

.content-right-top {
    width: 100%;
    height: 510px;
}
#rightTopChart{
    width: 100%;
    height: 100%;
}

.content-right-center {
    width: 100%;
    height: 282px;
}

.content-right-center .item {
    border-bottom: 2px solid transparent;
    padding-bottom: 10px;
    margin-right: 20px;
    cursor: pointer;
}

.content-right-center .txt {
    line-height: 1.6;
    letter-spacing: 3px;
    text-indent: 2em;
    margin: 13px 0;
}

.content-right-center .titleActive {
    color: rgb(227, 160, 54);
    border-bottom: 2px solid rgb(227, 160, 54);
}

.report-item {
    margin: 13px 0;
    color: #2878FF;
    text-indent: 2em;
    cursor: pointer;
}


.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-top .map-box {
    width: 310px;
    height: 350px;
    position: relative;
    margin: 0 auto;
}

.content-left-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: 240px;
    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: 16px;
    color: #262626;
}


.content-left-bottom .video_list {
    height: 150px;
    justify-content: space-between;
}


.content-center {
    width: 654px;
}

.content-center-top, .content-center-center {
    width: 100%;
    height: 33.33%;
    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%;
}

.tab-list {
    /*margin: 10px 0;*/
    padding-left: 17px;
}

.tab-list .tab-item {
    /*width: 117px;*/
    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;*/
}

.tab-list .active {
    background: #0D99FF;
    color: #FFFFFF;
}

#chart1 {
    height: 234px;
    width: 100%;
}

#chart2 {
    width: 100%;
    height: 230px;
}


.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: 40px;
    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: 20px;
    color: #292929;
}

.content-center-top-content .total-box .num {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 800;
    color: #292929;
}

.content-center-top-content .total-box .char {
    height: 35px;
    color: #295BFE;
    font-size: 28px;
    text-align: center;
    margin-left: 5px;
    display: flex;
    justify-content: center;
}

.content-center-top-content .total-box .bj {
    width: 30px;
    height: 42px;
    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;
		padding-top:20px;
    /*margin: 10px 0;*/
}


#gauge {
    width: 100%;
    height: 100%;
}

#gaugeTwo {
    width: 100%;
    height: 100%;
}
#gaugeThree {
    width: 100%;
    height: 100%;
}

.content-center-top .ratio {
    width: 251px;
    height: 75px;
    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: 5px;
}

.content-center-top .ratio .ratio-left {
    font-weight: bold;
    font-size: 22px;
    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: 200px;
    width: 100%;
}

#chart5 {
    height: 230px;
    width: 100%;
}

#chartTwo {
    height: 200px;
    width: 100%;
}

.scroll-container {
    height: 138px; /* 固定高度 */
    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;
    letter-spacing: 3px;
}

.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 {
    width: 100%;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    margin-top: 10px;
}

.content-right-top-content .top {
    display: flex;
    align-items: center;
}

.content-right-top-content .top .item {
    background-image: linear-gradient(to right, #d9f7ff, #ffffff);
    padding: 20px;
    border-radius: 6px;
    font-size: 12px;
}
.content-right-top-content .top .max{
    width: 50%;
}

.content-right-top-content .item .num {
    font-size: 24px;
    font-weight: bold;
}


.content-right-bottom-content {
   
    font-weight: 400;
    font-size: 12px;
    /* color: rgba(255, 255, 255, 0.99); */
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    /*padding: 0 20px;*/


}

.content-right-bottom-content .item {
    width: 262px;
    height: 138px;
    background-image: url("../images/right-bottom1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 17px 0 0 15px;
}

.content-right-bottom-content .title {
    font-weight: 500;
    font-size: 16px;
}

.content-right-bottom-content .num-box {
    font-size: 14px;
    display: flex;
    align-items: center;

    .down {
        width: 80px;
        color: #80FF93;
        background: #1266F7;
        border-radius: 13px 13px 13px 13px;
        padding: 2px 4px;
        text-align: center;
    }
}

.content-right-bottom-content .item .num {
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    margin-right: 15px;
}

.content-right-bottom-content .item .up {
    width: 80px;
    color: #ED6B48;
    background: #1266F7;
    border-radius: 13px 13px 13px 13px;
    padding: 2px 4px;
    text-align: center;
}

.content-right-bottom-content .item2 {
    background-image: url("../images/right-bottom2.png");
}

.content-right-bottom-content .item2 .num-box {
    .up {
        background: rgba(0, 125, 87, 0.76);

    }

    .down {
        background: rgba(0, 125, 87, 0.76);
    }
}

.tab-nav .item {
    border-bottom: 2px solid transparent;
    padding-bottom: 10px;
    margin-right: 20px;
    cursor: pointer;
}
.tab-nav .titleActive {
    color: rgb(227, 160, 54);
    border-bottom: 2px solid rgb(227, 160, 54);
}
.tuopu-box{
	padding-left: 20px;
	position: relative;
}
.tuopu-name{
	width: 40px;
	position: absolute;
	line-height: 24px;
	font-size: 20px;
	display: flex;
	align-items: center;
	padding-left: 10px;
	height: 197px;
	
}
.tuopu{
	width: 476px;
	height: 200px;
	background: url(../images/tuopu.png);
	padding-left: 80px;
	font-size: 20px;	
}
.tuopu-item{
	display: flex;
	height: 52px;
	align-items: center;
	margin-bottom: 22px;
}
.tuopu-item .name{
	width: 200px;
	padding-left: 10px;
}
.tuopu-item .num{
	width: 80px;
	font-weight: bold;
	text-align:right;
	padding-right: 10px;
}
.tuopu-item .percentage{
	width: 120px;
	padding-right: 15px;
	font-size: 14px;
}
.tuopu-item span{
	display: inline-block;
	vertical-align: middle;
}
.tuopu-item img{
	display: inline-block;
	vertical-align: middle;
}

.tuopu .up{
	background: #FF6766;
	color:#fff;
	text-align: center;
	border-radius: 3px;
}
.tuopu .down{
	background: #6AD27A;
	color:#fff;
	text-align: center;
	border-radius: 3px;
}
.line-nav{
	display: flex;
	height: 90px;
	align-items: center;
	color:#2A2A2A;
	
}
.line-nav span{
	background-color: #F2F2F2;
	display: inline-block;
	padding:3px 10px;
	border-radius: 10px;
	cursor: pointer;
}
.line-nav span.active{
	background: #0D99FF;
	color: #FFFFFF;
}
.line-nav img{
	display: inline-block;
	vertical-align: middle;
}
.line-nav .nav-item2{
	/* display: flex; */
	margin-left: 10px;
	position: relative;
	padding-right: 70px;
}
.line-nav .nav-item2 .p1{
	position: absolute;
	top:-10px;
}
.line-nav .nav-item2 .p2{
	position: absolute;
	top:34px;
}
.line-nav .nav-item2 .p3{
	position: absolute;
	top:80px;
}
.line-nav .nav-item3{
	/* display: flex; */
	margin-left: 10px;
	position: relative;
	padding-right: 70px;
}
.line-nav .nav-item3 .p1{
	position: absolute;
	top:-10px;
}
.line-nav .nav-item3 .p2{
	position: absolute;
	top:34px;
}
.line-nav .nav-item3 .p3{
	position: absolute;
	top:80px;
}
.content-right-bottom2{
	height: 418px;
}

.line-nav2{
	/* display: flex; */
	/* height: 90px; */
	/* align-items: center; */
	color:#2A2A2A;
	
}
.line-nav2 span{
	background-color: #F2F2F2;
	display: inline-block;
	padding:3px 10px;
	border-radius: 10px;
	cursor: pointer;
	margin:0 10px;
}
.line-nav2 span.active{
	background: #0D99FF;
	color: #FFFFFF;
}
.line-nav2 .child span{
	border:1px solid #F2F2F2;
	background: none;
	display: inline-block;
	padding:3px 10px;
	border-radius: 10px;
	cursor: pointer;
	margin:0 10px;
}
.line-nav2 .child span.active{
	border:1px solid #0D99FF;
	background: none;
	color: #0D99FF;
}
.line-nav2 .nav-item{
	margin-right: 10px;
}
.line-nav2 .child{
	margin-top:10px;
	height: 30px;
}