.toolbar-toggle-left>div {
    box-sizing: border-box;
    display: inline-block;
    margin-right: 5px;
    padding: 5px 10px;
    height: 70px;
    color: #fff;
}

.wza-logo {
    width: 94px;
    height: 77px;
    margin-top: 7px;
    margin-right: 10px;
}

.w_h {
    width: 80px;
    color: #fff;
    height: 72px;
    margin: 0 10px;
    cursor: pointer;
    margin-top: 20px;
}

.mark_bl {
    outline: none;
}

.area-title {
    cursor: pointer;
}

.nav-area-title {
    font-size: 14px;
    margin-bottom: 20px;
}

.bl {
    outline: red solid thick;
}

.fold_bfr_nav {
    height: 40px !important;
    overflow: hidden;
    padding: 0 !important;
    opacity: 0;
    position: fixed;
    top: 0;
    z-index: 99997 !important;
}

.wza-box {
    margin-top: -4%;
    overflow: hidden;
}

.cl {
    clear: both;
}

.wza-box a {
    display: block;
    float: right;
    height: 33px;
    line-height: 33px;
    padding: 0 16px;
    font-size: 16px;
    letter-spacing: 0.32px;
}

.wza-box a#assist-open {
    background: #f5f3e0;
    color: #F76B00;
    border: 1px solid #FC740D;
    border-radius: 2px 0px 0px 2px;
}

.wza-box a#oldModel {
    background: #e66531;
    color: #fff;
    border: 1px solid #e66531;
    border-radius: 0px 2px 2px 0px;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3列等分 */
    gap: 20px;
    /* 卡片之间的间距，避免拥挤 */
    max-width: 1200px;
    /* 限制最大宽度，大屏不拉伸 */
}

/* 卡片样式优化 */
.card {
    /* 取消固定宽高，改为自适应 + 内容分区 */
    background: #fff;
    /* 替换红色，更符合实际场景 */
    border-radius: 8px;
    /* 圆角更美观 */
    overflow: hidden;
    /* 裁剪超出部分（如图片圆角） */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    /* 轻微阴影，提升层次感 */
    transition: all 0.3s ease;
    /* 过渡动画，交互更丝滑 */
}

/* 鼠标悬浮效果 */
.card:hover {
    transform: translateY(-5px);
    /* 轻微上移 */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    /* 加深阴影 */
}

/* 图片容器：固定比例，避免变形 */
.card-img {
    width: 100%;
    height: 220px;
    /* 图片区域固定高度 */
    object-fit: cover;
    /* 图片等比缩放，裁剪多余部分，不拉伸 */
    display: block;
    /* 消除图片底部默认空隙 */
}

/* 标题样式：独立分区，避免重叠 */
.card-title {
    padding: 12px 15px;
    /* 内边距，提升可读性 */
    font-size: 14px;
    color: #333;
    text-align: center;
    /* 标题居中 */
    white-space: nowrap;
    /* 单行显示 */
    overflow: hidden;
    /* 超出隐藏 */
    text-overflow: ellipsis;
    /* 超出显示省略号 */
}

.parentBox {
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto;
    padding-top: 30px;
}

.leftBox {
    width: calc(50% - 10px);
}

.rightBox {
    width: calc(50% - 10px);
}

.letterBox {
    width: 100%;
    height: 165px;
    margin-bottom: 20px;
    background: url(https://t.xinyang.gov.cn/file/4115000001/img/myzj_icon.png) center no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.acceBox {
    width: 100%;
    height: 165px;
    margin-bottom: 20px;
    background: url(https://t.xinyang.gov.cn/file/4115000001/img/lvse_icon.png) center no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.direcBox {
    width: 100%;
    height: 165px;
    margin-bottom: 20px;
    background: url(https://t.xinyang.gov.cn/file/4115000001/img/wyxx_icon.png) center no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.invesBox {
    width: 100%;
    height: 165px;
    margin-bottom: 20px;
    background: url(https://t.xinyang.gov.cn/file/4115000001/img/lyzx_icon.png) center no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.text-offset {
    position: absolute;
    bottom: 36px;
}

.oldModel .text-offset {
    font-size: 22px;
    position: absolute;
    bottom: 34px;
}

.oldModel .card-title{
    font-size: 22px;
}