/* 自定义Tab导航样式 */
.data-nav {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 30px 0 20px 20px;
}

.nav-item {


	border-radius: 10px 0 0 10px;
	padding: 15px 20px;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	gap: 12px;
	font-weight: 500;
	color: #495057;
	text-decoration: none;
}

.nav-item:hover {
	transform: translateY(-3px);
	border-color: #4895ef;
}

.nav-item.active {
	/* background: linear-gradient(135deg, #4361ee, #3f37c9); */
	color: #000;
	background-color: #fff;
	border-color: #4361ee;
}

/* 自定义Tab内容样式 */
.tab-content-area {
	padding: 30px;
	min-height: 500px;
	
	border-left: none;
	background: #FFFFFF;
    border-top: 1px solid #eee;
    border-radius: 10px;
    border-top-left-radius: 0;
}

.tab-pane {
	display: none;
}

.tab-pane.active {
	display: block;
}

/* 自定义子Tab样式 */
.sub-tabs {
	margin: 0px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #e9ecef;
}

.sub-tab-list {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}

.sub-tab-item {
	padding: 12px 25px;
	cursor: pointer;
	font-weight: 500;
	color: #333;
	position: relative;
	transition: all 0.3s ease;
}

.sub-tab-item:hover {
	color: #4361ee;
}

.sub-tab-item.active {
	color: #4361ee;
}

.sub-tab-item.active::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #4361ee;
}

.sub-tab-content,.statistics-container {
	background: #f8f9fa;
	border-radius: 10px;
	padding: 25px;
	margin-top: 20px;
}

.sub-tab-pane {
	display: none;
}

.sub-tab-pane.active {
	display: block;
}

.chart-container{
	width: 100%;
	height: 354px;
}

.year-iframe{
	width: 100%;
	height: 510px;
	border: 0;
	display: block;
}

@media (max-width: 768px) {
	.data-nav {
		flex-direction: row;
		flex-wrap: wrap;
	
	}

	.nav-item {
		flex: 1 1 calc(50% - 10px);
		margin: 5px;
		padding: 12px 15px;
		font-size: 14px;
	}

	.sub-tab-list {
		flex-wrap: wrap;
	}

	.sub-tab-item {
		flex: 1 1 auto;
		text-align: center;
		padding: 10px 15px;
		font-size: 14px;
	}
}

.data-title {
	background: url("/material/images/sjfb/data-title-2.png") center no-repeat;
	background-size: auto 65px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	color: #1F6DF3;
	font-size: 28px;
	margin-bottom: 30px;
	margin-top: 50px;
}
.data-left{
	background-image: linear-gradient(180deg, #E9F4FD 0%, #AFD5F5 100%);
	border-radius: 10px 0 0 10px;
}
.data-nav {

	background: url("/material/images/sjfb/left-bg.png") no-repeat center bottom;
	background-size: 80% auto;
	

	position: relative;
	    min-height: 572px;
}


.data-title-2{
	font-size: 22px;
	text-align: center;
	margin-bottom: 20px;
}
.data-title-s{
	line-height: 42px;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
	padding-left: 10px;
}
.data-title-s::before{
	content: "";
	display: inline-block;
	height: 24px;
background-color:  #1F6DF3;
	position: absolute;
	left: 0;
	top: 8px;
	bottom: 4px;
	width: 4px;
}

.data-container{
	
	border-radius: 10px;
	/* border: 1px solid #AFD5F5; */
		box-shadow: 4px 2px 0 0 #D9ECFB;
		margin-bottom: 50px;
}


  .data-search-btn {
            background-color: #FF9800;
            color: white;
            border: none;
            padding: 6px 20px;
            border-radius: 4px;
            margin-left: 10px;
			margin-right: 30px;
        }

.chart-reset-btn,.chart-toggle-btn-icon1,.chart-toggle-btn-icon2{
	display: inline-block;
	width: 20px;
	height: 20px;
	text-indent: -999em;
	border: none;
	opacity: 0.7;
}

.chart-toggle-btn-icon1{
	background: url("/material/images/sjfb/icon2.png") center no-repeat;
	background-size: auto 100%;
}
.chart-toggle-btn-icon2{
	background: url("/material/images/sjfb/icon3.png") center no-repeat;
	background-size: auto 100%;
}
.chart-reset-btn{
	background: url("/material/images/sjfb/icon.png") center no-repeat;
	background-size: auto 100%;
	margin-right: 30px;
}
.chart-reset-btn:hover,.chart-toggle-btn-icon1:hover,.chart-toggle-btn-icon2:hover{
	opacity: 1;
}
.statistics-container{
		margin-bottom: 50px;
}
.statistics-container li{
	border-bottom: 1px solid #555;
	line-height: 50px;

}

.statistics-container li .date{
	color: #999;
}