        @media screen and (max-width: 768px) {
            .container{
                width: calc(100% - 30px);
                padding: 0 15px;
            }
        }
        * {
            margin: 0;
            padding: 0;
        }
        header, footer {
            width: 100%;
        }
        .container{
            width: 1200px;
            margin: 0 auto;
        }
        .banner{
            height: 260px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .main{
            background: url(banner_bg.png) no-repeat top center;
            text-align: center;
        }
        .pagearea{
            background: rgba(255,255,255,0.5);
            padding: 18px 18px 66px;
        }
        .tablink{
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 23px;
        }
        .tablink .xzxkgs,.tablink .xzcfgs{
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }
        .tablink .xzxkgs img.off{
            display: none;
        }
        .tablink .xzcfgs img.active{
            display: none;
        }
        .searchbox{
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 23px;
        }
        .ser-title{
            display: flex;
            gap: 10px;
        }
        .ser-title .bar{
            display: flex;
            align-items: center;
            justify-content: center;
            background: #1764ce;
            width: 3px;
            height: 28px;
            line-height: 28px;
        }
        .ser-title .tit-txt{
            font-size: 24px;
            font-weight: 700;
            color: #000000;
            height: 28px;
            line-height: 28px;
        }
        /* #xzcf,.xzcf{
            display: none;
        } */
        .table-box{
            display: flex;
            gap: 8px;
        }
        .menu{
            width: 195px;
            
        }
        .menu-tit{
            height: 56px;
            line-height: 56px;
            background: #1764ce;
            color: #ffffff;
            font-size: 20px;
            font-weight: 800;
        }
        .menu-list{
            height: 696px;
        }
        .search{
            height: 44px;
            line-height: 44px;
        }
        .search select{
            outline: none;
            border: none;
            background: transparent;
            height: 44px;
            line-height: 44px;
            width: 102px;
            text-indent: 12px;
            color: #666666;
            font-size: 17px;
        }
        .select-wrapper {
            position: relative;
            width: 102px;
            flex-grow: 1;
        }
        .search select {
            width: 100%;
            height: 44px;
            line-height: 44px;
            border: none;
            outline: none;
            background: transparent;
            color: #666666;
            text-indent: 12px;
            
            /* 隐藏默认下拉箭头 */
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            
            /* 设置自定义背景 */
            background-image: url('arrowdown.png');
            background-repeat: no-repeat;
            background-position: right 10px center;
            background-size: 12px 10px;
            padding-right: 12px;
            
             /* 设置下拉框样式（部分浏览器支持） */
            font-family: inherit;

        }
        .search select option{
            padding: 10px 12px !important;
            display: block;
            background-color: #ffffff;
            color: #333333;
            font-size: 16px;
            line-height: 1.5;
            border-bottom: 1px solid #f0f0f0;
        }
        /* 选中项样式 - 注意：在某些浏览器中可能不生效 */
        .search select option:checked {
            background-color: #1764ce !important;
            color: #ffffff !important;
        }
        /* 悬停效果 - 部分浏览器支持 */
        .search select option:hover {
            background-color: #e6f2ff;
            color: #1764ce;
        }
        /* Firefox特定样式 */
        @-moz-document url-prefix() {
            .search select option {
                padding: 10px 12px;
                background-color: #ffffff;
                color: #333333;
            }
        }
        /* 隐藏IE的下拉箭头 */
        .search select::-ms-expand {
            display: none;
        }

        .search .flex-l .bar{
            width: 1px;
            height: 26px;
            line-height: 26px;
            background: #c0c0c0;
        }
        .search form{
            display: flex;
            gap: 8px;
        }
        .search .flex-l{
            display: flex;
            background: #f5f5f5; 
            align-items: center;
            justify-content: flex-start;
            width: 450px;
            border-radius: 6px;
            position: relative;
        }
        .search input{
            outline: none;
            border: none;
            background: transparent;
            height: 44px;
            line-height: 44px;
            text-indent: 12px;
            flex: 1;
            font-size: 17px;
        }
        .search input::-webkit-input-placeholder {
            color: #c0c4cc !important;
            opacity: 0.7;
        }
        .search input::-moz-placeholder {
            color: #c0c4cc !important;
            opacity: 0.7;
        }
        .search input:-ms-input-placeholder {
            color: #c0c4cc !important;
            opacity: 0.7;
        }
        .search input::placeholder {
            color: #c0c4cc !important;
            opacity: 0.7;
        }
        button.sub-btn{
            background: #1764ce;
            height: 44px;
            line-height: 44px;
            color: #fff;
            font-size: 18px;
            border: none;
            outline: none;
            border-radius: 6px;
            padding:  0 18px;
            display: flex;
            gap: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        button.sub-btn span{
            display: flex;
            align-items: center;
        }
        .menu-list {
            height: 870px;
            overflow-y: auto;
            overflow-x: auto;
        }
        .menu-list ul li{
            height: 48px;
            line-height: 48px;
            background: #f5f5f5;
            color: #333333;
            font-size: 16px;
            display: flex;
            text-align: left;
            text-indent: 1em;
            justify-content: flex-start;
            cursor: pointer;
        }
        .menu-list ul li.active{
            background: #d8eaff;
        }
        
        /*表格部分*/
        /* 表格容器 */
        .table-warpper{
            flex: 1;
        }
        .table {
            display: grid;
            grid-template-columns: 2fr 2fr 2fr 1fr 1.5fr 0.8fr;
            border: none;
            overflow: hidden;
            
        }
        .cfgs-table .table{
            grid-template-columns: 2fr 2fr 1fr 2fr 1.5fr 0.8fr ;
        }
        /* 表头 */
        .th {
            display: contents;
            background: #1764ce;
            height: 56px;
            line-height: 56px;
        }

        .th span {
            background-color: #1764ce;
            padding: 0 10px;
            font-weight: bold;
            text-align: left;
            position: sticky;
            top: 0;
            z-index: 10;
            color: #fff;
            font-size: 18px;
            height: 56px;
            line-height: 56px;
            display: flex;
            align-items: center;
            text-align: center;
            justify-content: center;
        }

        /* 数据行 */
        .tr {
            display: contents;
            height: 42px;
            line-height: 42px;
        }

        .tr span {
            text-align: left;
            background-color: #ffffff;
            cursor: pointer;
            white-space: nowrap;
            word-break: break-all;
            overflow: hidden;
            text-overflow: ellipsis;
            text-align: left;
            min-height: 42px;
            height: auto;
            line-height: 42px;
            display: flex;
            align-items: center;
            width: calc(100% - 20px);
            /* 超出部分隐藏 */
            display: block;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            padding: 0 10px;
        }

        /* 详情列特殊样式 */
        .tr span:last-child {
            text-align: center;
        }

        .tr span a {
            width: 100%;
            color: #1764ce;
            text-decoration: none;
            display: block;
            border-radius: 4px;
            transition: background-color 0.2s;
        }

        .tr span a:hover {
            color: #f82960;
            text-decoration: none;
        }

        /* 隔行变色 */
        .tr:nth-child(even) span {
            background-color: #f6f6f6;
        }
        
        .cfgs-table{
            display: none;
        }
        /* 响应式处理 */
        @media screen and (max-width: 768px) {
            .table-box {
                display: block;
            }
            .zwsj {
                padding: 20px 0;
            }
            .table{
                width: calc(1000px);
            }
            .table-warpper{
                overflow-x: auto;
                width: 100%;
            }
            .container{
                width: calc(100% - 30px);
                padding: 0 15px;
            }
            /* 在小屏幕上将多列数据展开为两列 */
            .tr {
                grid-template-columns: repeat(2, 1fr);
            }
            .banner-logo img{
                width: 100%;
            }
            .tablink{
                display: block;
            }
            .tablink img{
                width: 100%;
            }
            .search{
                height: unset;
                line-height: unset;
            }
            .searchbox{
                display: block;
            }
            .search form{
                display: block;
            }
            .ser-title{
                margin-bottom: 14px;
            }
            .search .flex-l{
                width: 100%;
                display: block;
                background: unset;
            }
            .xzxk{
                width: 100%;
                margin-bottom: 14px;
            }
            .flex-l select{
                background-color: #f5f5f5;
                background-image: url('arrowdown.png');
                border-radius: 6px;
            }
            .flex-l input{
                display: block;
                background: #f5f5f5;
                border-radius: 6px;
                margin-bottom: 14px;
                width: 100%;
            }
            .flex-l .bar{
                display: none;
            }
            .sub-btn{
                width: 100%;
                align-items: center;
            }
            .menu{
                width: 100%;
                margin-bottom: 14px;
            }
        }
        .zwsj{
            display: block;
            grid-column: span 6;
            text-align: center;
            padding: 80px 0;
            font-size: 16px;
            color: #666;
        }