.max-div-wenti {
	/* height: 70vh; */
	margin-bottom: 3vh;
	color: #333;
	/* width: 60vw; */
	position: relative;
	top: 2vw;
	display: flex;
	gap: 1vw;
	flex-direction: row;
	justify-content: center;
	/* align-items: center; */
}

.wenti-one-div {
	padding-top: 9vh;
	width: 100vw;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	/* 垂直排列子元素 */
	justify-content: center;
	/* 垂直方向居中 */
	align-items: center;
}

.icon_img {
	width: 1vw;
	display: none;
}

.wenti-item.clicked img {
	display: block !important;
}

.icon_img-title {
	width: 3vw;
}

/* 上部分选项样式 */
.accordion-sidebar-wenti {
	display: flex;
	gap: 0vw;
	align-items: center;
	flex-direction: column;
	max-height: 70vh;
	overflow-y: auto;
	width: 11vw;
	padding: 0 0.5vw 0 0.5vw;
	border-radius: 0.8vw 0.8vw;
	box-shadow: inset 0 4px 20px hsla(0, 0%, 100%, .6);
	/* 背景 */
	background: rgb(255 255 255);
	/* 边框和阴影增强效果 */
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-width: 0 1px 1px 1px;
	/* 上边框0，左右下1px */
	box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
}

.wenti-item {
	width: 90%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-between;
	align-items: center;
}

.accordion-sidebar-wenti.clicked {
	/* 选中状态变化 */
}


/* 点击后的样式 */
.wenti-item.clicked .accordion-header {
	/* background-color: #4F46E5; */
	/* font-size: 0.8vw; */
	font-weight: 700;
	color: #000000;
}

.accordion-header {
	padding: 1.2rem 1.5rem;
	font-size: 0.7vw;
	cursor: pointer;
	display: flex;
	align-items: center;
	/* justify-content: center; */
	/* 添加这一行代码 */
	line-height: 2vw;
	transition: all 0.3s ease;
}



.accordion-header div {
	text-align: center;
}

.accordion-header .arrow {
	transition: transform 0.3s ease;
}

.accordion-header.active-plus .arrow {
	transform: rotate(180deg);
}

/* 下部分内容区域样式 */
.content-container {
	/* position: absolute; */
	/* top: 3vw; */
	/* flex: 1; */
	/* padding: 2rem; */
	
}

.content-container-wenti {
	max-height: 60vh;
	transition: all 0.3s ease;
	width: 60vw;
	border-radius: 0.8vw 0.8vw;
	box-shadow: inset 0 4px 20px hsla(0, 0%, 100%, .6);
	/* 背景 */
	background: rgb(255 255 255);
	/* 边框和阴影增强效果 */
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-width: 0 1px 1px 1px;
	/* 上边框0，左右下1px */
	box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
	overflow-y: auto;
}


.tab-img {
	height: 45vh;
	box-shadow: none;
}

.content-section {
	display: none;
	/* 隐藏元素 */
	animation: fadeIn 0.5s ease;
	/* 定义动画播放基本属性 */
	padding: 2rem;
}

.content-section.active-plus {
	display: block;
}

.content-section h2 {
	color: #2c3e50;
	margin-bottom: 1.5rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid #3498db;
}

.content-section p {
	line-height: 1.8;
	margin-bottom: 1rem;
	color: #555;
}



/* 动画效果 */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.llbg-div {
	justify-content: center;
}



.tab-rg-bg {
	/* display: flex; */
	/* justify-content: right; */
	width: 70%;
	height: 100%;
	max-height: 69vh;
	/* 限制最大高度 */
	overflow-y: auto;
	/* 垂直滚动 */
}

.tab-rg-bg>div {
	font-size: 0.7vw;
	line-height: 200%;

}

.tab-rg-bg>div>strong {
	font-size: 0.7vw;
	font-weight: 700;
	line-height: 200%;
}

.shijian-text {
	color: #898b8f;
	font-size: 0.5vw;
}

.feature-block {
	/* background: white; */
	/* border-radius: 1.5vw; */
	/* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); */
	/* padding: 10px 10px; */
	/* width: 18vw; */
	/* height: 16vw; */
	text-align: center;
	/* transition: transform 0.3s, box-shadow 0.3s; */

}

.feature-block-div {
	background: white;
	border-radius: 0.8vw;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	padding: 1vw 0.4vw 1vw 0.4vw;
	width: 15vw;
	/* height: 16vw; */
	/* text-align: center; */
	transition: transform 0.3s, box-shadow 0.3s;
	font-size: 0.8vw;
	font-weight: 500;
}

/* ----------------箭头样式-------------- */
.right-arrow {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #333;
	/* 箭头上边框 */
	border-right: 2px solid #333;
	/* 箭头右边框 */
	transform: rotate(45deg);
	/* 旋转45度形成向右箭头 */
	transition: all 0.3s ease;
	/* 过渡动画 */
}



.menu-item:hover .right-arrow {
	border-color: #666;
	transform: rotate(45deg) scale(1.2);
	/* 悬停时略微放大 */
}

/* ----------------箭头样式结束-------------- */



/* ------------规则中心------------- */
.wenti-two-div {
	margin-top: 5vh;
	margin-bottom: 5vh;
	display: flex;
	flex-direction: column;
	/* 垂直排列子元素 */
	justify-content: center;
	/* 垂直方向居中 */
	align-items: center;
}

/* ------分页按钮开始----------- */
.page_ctrl {
    text-align: center;
    margin: 10px auto;
    box-sizing: border-box
}

.page_ctrl * {
    line-height: 26px
}

.page_ctrl button {
    margin: 0 3px;
    min-width: 30px;
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #5e5e5e;
    cursor: pointer;
    outline: 0;
    text-align: center
}

.page_ctrl button:hover {
    background: #0eb0d2;
    color: #fff
}

.page_ctrl .btn_dis {
    cursor: default;
    opacity: .7;
    background: #eee;
    color: #5e5e5e
}

.page_ctrl .btn_dis:hover {
    background: #eee;
    color: #5e5e5e
}

.page_ctrl .current_page {
    background: #0eb0d2;
    color: #fff
}

.page_ctrl .input_page_num {
    width: 30px;
    height: 26px;
    margin: 0 3px;
    padding: 0;
    text-align: center;
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #5e5e5e;
    outline: 0
}

.page_ctrl .page_total,.page_ctrl .page_text {
    color: #2b2b2b;
    font-size: 13px
}

/* ----------分页按钮结束-------------- */

.content-gzzx {
	margin-left: 1.5vw;
	margin-top: 0.5vw;
	/* height: 75vh; */
	width: 73vw;
	padding: 0.5vw;
	border-radius: 0.8vw 0.8vw;
	box-shadow: inset 0 4px 20px hsla(0, 0%, 100%, .6);
	/* 背景 */
	background: rgb(255 255 255);
	/* 边框和阴影增强效果 */
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-width: 0 1px 1px 1px;
	/* 上边框0，左右下1px */
	box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
	overflow-y: auto;
}

/* --------------规则中心结束--------------------- */

.wenti-title {
	font-size: 2vw;
	width: 70vw;
	font-family: 'Segoe UI', Tahoma, sans-serif, Geneva, Verdana ;
}

.wenti-title-2 {
	font-size: 1vw;
	color: #535353;
}

.wenti-2-title {
	margin-top: 3vh;
	font-size: 2vh;
	width: 70vw;
	font-family: 'Segoe UI', Tahoma, sans-serif, Geneva, Verdana;
	text-align: center;
}

.wenti-2-text {
	font-size: 1vh;
	color: #5e5e5e;
}

.content-gzzx-text {
	margin-top: 0.5vw;
	margin-left: 1.5vw;
	min-height: 50vh;
	min-width: 70vw;
	padding: 1.5vw;
	border-radius: 0.8vw 0.8vw;
	box-shadow: inset 0 4px 20px hsla(0, 0%, 100%, .6);
	/* 背景 */
	background: rgb(255 255 255);
	/* 边框和阴影增强效果 */
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-width: 0 1px 1px 1px;
	/* 上边框0，左右下1px */
	box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
	overflow-y: auto;
}


.kanbuj {
	display: none;
}
/* 响应式设计 */
@media (max-width: 768px) {}