.lineeee{
	width: 100%;
	height: 2px;
	display: block;
	background-color: rgba(44, 92, 196, 0.5);
	margin-top: 80px;
}
.tabs-container {
	width: 90%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	margin-top: -62px;
	height: 120px;
}
.tabs-wrapper {
	display: flex;
	gap: 10px;
	overflow-x: hidden;
	scroll-behavior: smooth;
	padding: 0 30px;
	/* 给箭头留出空间 */
}

.tab-item {
	width: 260px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	white-space: nowrap;
	flex-shrink: 0;
	height: 120px;
}

/* .tab-item.active {
	background: #2196F3;
	color: white;
} */
.licheng2_item{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.licheng2_item h2{
	font-size: 18px;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 30px;
}
.tab-item.active .licheng2_item h2{
	color: rgba(44, 92, 196, 1);
	font-size: 26px;
}
.licheng2_item_cicleBig{
	width: 20px;
	height: 20px;
	border: rgba(191, 191, 191, 1) 2px solid;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tab-item.active .licheng2_item_cicleBig{
	-webkit-transform: scale(2.0);
	-moz-transform: scale(2.0);
	-o-transform: scale(2.0);
	transform: scale(2.0);
	border-color: rgba(44, 92, 196, 1);
}
.licheng2_item_cicleSmall{
	width: 6px;
	height: 6px;
	background-color: rgba(191, 191, 191, 1);
	border-radius: 50%;
}
.tab-item.active .licheng2_item_cicleSmall{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	background-color: rgba(44, 92, 196, 1);
}
.scroll-btn {
	position: absolute;
	top: 37px;
	bottom: 0;
	background: rgba(255, 255, 255, 0.9);
	border: none;
	cursor: pointer;
	z-index: 1;
	opacity: 1;
	transition: opacity 0.2s;
	width: 50px;
	height: 50px;
	background-color: rgba(44, 92, 196, 1);
	border-radius: 50%;
	color: #fff;
}

.scroll-btn:hover {
	opacity: 1;
}

#prevBtn {
	left: 0;
	display: none;
	/* 默认隐藏左箭头 */
}

#nextBtn {
	right: 0;
}

.scroll-btn::after {
	content: '';
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 5px;
}

#prevBtn::after {
	transform: rotate(135deg);
	margin-left: 4px;
}

#nextBtn::after {
	transform: rotate(-45deg);
	margin-right: 4px;
}

.licheng_1 {
	display: none;
	padding: 20px;
	margin-top: 10px;
}

.active {
	display: block;
}
.lineeee{
	height: 1px;
	width: 100%;
}
.licheng_1_item {
	display: flex;
	align-items: center;
}
