.container-bg {
	background-color: #F2F5F9;
}

.container {
	padding: 0;
}

.lyds_warp {
	padding-top: 0;
}

.tab-box {
	width: fit-content;
	margin: 0px auto 24px;
	padding-top: 40px;
}

.tab-box .tab-item {
	display: inline-block;
	width: 420px;
	height: 100px;
	line-height: 100px;
	vertical-align: middle;
	background-color: #fff;
	border-radius: 5px;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 34.32px;
	color: rgba(51, 51, 51, 1);
	text-align: center;
	padding-top: 24px;
	box-sizing: border-box;
}

.tab-box .tab-sjtj {
	margin-left: 180px;
}

.tab-box .tab-item img {
	width: 54px;
	height: 54px;
}

.tab-box .tab-item.active {
	background: url(../images/2024_tab_item_active_bg.png);
	font-weight: 700;
	color: rgba(255, 255, 255, 1);
	padding-top: 36px;
}

.tab-box .tab-item.active img {
	width: 40px;
	height: 40px;
}

#sqly-chart-sjtj,
#sqlx-chart-sjtj {
	height: 420px;
}

#rdjj-chart-sjtj,
#rdsq-chart-sjtj {
	height: 420px;
}

.common-box2 {
	min-height: 460px;
}

.common-box1 {
	min-height: 500px;
}

.sqlx-chart,
.sqly-chart {
	top: 45%;
}