 .index2023 .manage-wrap .manage-col3 .manage-item .manage-item-left {
            width: auto;
            margin-right: 17px
        }

        #sliderNav5 a font {
            font-size: 18px !important;
        }

        #personKeyWords,
        #szqy {
            border: none;
            line-height: 40px;
            height: 40px;
            outline: none;
            border-radius: 4px;
            padding: 0 10px 0 45px;
            background: #fff url(/imagesq/2023gxzf/sydd.png) 12px center no-repeat;
            font-size: 18px;
            color: #959595;
            border-radius: 10px;
            border: 1px solid #8ecff7;
            width: 180px;
            margin-top: 6px;
            cursor: pointer;
			    box-sizing: border-box;
				    margin-right: 7px;
        }

        #personKeyWords {
            width: 180px;
            background-image: url(/imagesq/2023gxzf/sylx.png);
            appearance: none;
			float: left;
        }

        .mublde {
            position: relative;
			    float: left;
        }

        .region {
            width: 180px;
            padding: 20px 0;
            border: 1px solid #8ecff7;
            height: 250px;
            overflow-y: auto;
            background: #fff;
            position: absolute;
            top: 0px;
            left: 0;
            border-top: none;
            border-radius: 10px;
            z-index: 5;
            overflow-y: auto !important;
            z-index: 9999 !important;
            display: none; /* 保持默认隐藏 */
        }

        .level2 {
            display: none;
        }

        .region::-webkit-scrollbar {
            width: 5px;
            height: 5px;
        }

        .region::-webkit-scrollbar-track {
            background: transparent;
            border-radius: 10px;
        }

        .region::-webkit-scrollbar-thumb {
            background: #eee;
            border-radius: 10px;
        }

        .region li {
            line-height: 40px;
            padding: 0 20px;
            cursor: pointer;
        }

        .region>li {
            position: relative;
        }

        .region>li::after {
            position: absolute;
            content: "";
            background: url(/imagesq/2023gxzf/qy.png) -468px 0 no-repeat;
            width: 20px;
            height: 32px;
            font-size: 16px;
            color: #000;
            top: 6px;
            right: 6px;
            transform: rotate(270deg);
        }

        .region li:hover>span {
            color: #0777ff;
        }

        .region li.cur>span {
            color: #0777ff;
        }

       #searchCshd {
           font-size: 20px;
           color: #ffffff;
           border: none;
           line-height: 40px;
           width: 115px;
           background: url(/material/images/2025index/hdss.png) 82px 7px no-repeat #2b4f87 !important;
           margin-top: 6px;
           padding-right: 30px;
           cursor: pointer;
           border-radius: 4px;
       }

        .index2023 .survey-wrap .survey-search {
            height: auto;
            margin-bottom: 15px;
        }

        .survey-href {
            position: relative;
            height: 110px;
            overflow: hidden;
        }

        .survey-href .flex-control-nav {
            bottom: 0;
            text-align: center;
        }

        .survey-href .flex-control-paging li a {
            background: #d1e9ff
        }

        .survey-href .flex-direction-nav .flex-prev,
        .survey-href .flex-direction-nav .flex-next {
            background-image: url(/imagesq/2023gxzf/syzjt.png);
        }

        .survey-href .flex-direction-nav .flex-next {
            transform: rotate(180deg);
        }

        .survey-href .flex-control-paging li a.flex-active {
            background: #1c88fe;
        }

        .survey-href .flex-direction-nav a {
            cursor: pointer;
            width: 20px;
            height: 43px;
            position: absolute;
            top: 55%;
        }

        /* 新增：仅补充突破 overflow 的关键样式（不覆盖原有样式） */
        /* 确保下拉框移到 body 后样式正常 */
        body .region {
            position: absolute !important; /* 强制相对于 body 定位 */
            z-index: 9999 !important; /* 确保最上层 */
            margin: 0 !important; /* 清除可能的默认margin */
            box-sizing: border-box !important;
        }

        /* 触发框层级优化，避免被其他元素遮挡 */
        #szqy {
            position: relative;
            z-index: 10000 !important;
        }
		.ss_box {
		    width: 625px;
		    height: 68px;
			background: url(/material/images/2025index/cshdbg.png) top no-repeat !important;
			padding: 10px 20px;
			height: 68px;
			margin-top: 10px;
			box-sizing: border-box;
		}
		.ss_box h3 {
		    float: left;
		    font-size: 20px;
		    color: #2b4f87;
		    font-weight: bold;
		    margin: 10px 15px 0px 0;
		    display: block;
		}
		
		/*  */
		/* 原生select隐藏（保留功能） */
		#personKeyWords {
		    display: none !important;
		}
		
		/* 自定义触发框（位置不变） */
		.custom-select-trigger {
		    width: 180px;
		    height: 40px;
		    line-height: 40px;
		    padding: 0 10px 0 45px;
		    border: 1px solid #8ecff7;
		    border-radius: 10px;
		    background: #fff url(/imagesq/2023gxzf/sylx.png) 12px center no-repeat;
		    font-size: 18px;
		    color: #959595;
		    cursor: pointer;
		    position: relative;
		    margin-top: 7px;
		    z-index: 10000; /* 确保触发框层级高于其他元素 */
			box-sizing: border-box;
			margin-right: 7px;
		}
		
		/* 自定义下拉箭头 */
		.custom-select-trigger::after {
		    content: "";
		    position: absolute;
		    right: 20px;
		    top: 50%;
		    transform: translateY(-50%);
		    width: 12px;
		    height: 8px;
		    background: url(/imagesq/2023gxzf/arrow-down.png) center no-repeat;
		    pointer-events: none;
		}
		
		/* 自定义下拉列表（挂载到body下，突破overflow限制） */
		.custom-select-dropdown {
		    width: 180px;
		    max-height: 225px;
		    overflow-y: auto;
		    background: #fff;
		    border: 1px solid #8ecff7;
		    border-radius: 10px;
		   /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
		    position: absolute; /* 相对于body定位 */
		    z-index: 99999; /* 超高层级，避免被遮挡 */
		    padding: 10px 0;
		    margin: 0;
		    list-style: none;
		    display: none;
		}
		.custom-select-wrap {
		    float: left;
		}
		/* 下拉列表展开 */
		.custom-select-dropdown.show {
		    display: block;
		}
		
		/* 下拉选项样式 */
		.custom-select-dropdown li {
		    padding: 10px 20px;
		    font-size: 15px;
		    color: #333;
		    cursor: pointer;
		    transition: background 0.2s;
		}
		
		.custom-select-dropdown li:hover {
		    background: #e1f0fe;
		    color: #0069e9;
		}
		
		.custom-select-dropdown li.active {
		    background: #0069e9;
		    color: #fff;
		}
		
		/* 滚动条美化 */
		.custom-select-dropdown::-webkit-scrollbar {
		    width: 6px;
		}
		.custom-select-dropdown::-webkit-scrollbar-track {
		   /* background: #f5f5f5; */
		    border-radius: 3px;
		}
		.custom-select-dropdown::-webkit-scrollbar-thumb {
		    background: #eeeeee;
		    border-radius: 3px;
		}
		