    html,
    body {
        height: 100%;
        width: 100%;
        margin: 0 auto;
        min-width: 1400px !important;
        font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
        max-width: 1920px;
        background: unset !important;
    }

    a {
        text-decoration: unset !important;
    }

    .fn-right {
        float: unset !important;
    }

    .fn-left,
    .fn-right {
        display: unset !important;
    }

    .dzw,
    .dzw * {
        box-sizing: border-box;
        /* margin: 0 auto; */
    }

    .dzw {
        width: 100%;
        /* min-height: 2291px;
        height: 100%; */
        background: #ffffff url('/material/dzw/images/bj.png') no-repeat;
        position: relative;
        padding-top: 418px;
        padding-left: 20px;
        padding-bottom: 84px;
    }

    .dzwcontainer {
        width: 1300px;
        min-height: 96.8%;
        margin: 0 auto;
        padding-top: 125px;
        position: relative;
        left: 32px;
    }

    /* 国徽 */
    .xz-logo {
        display: flex;
        position: absolute;
        top: 14px;
        left: 114px;
        z-index: 999;
        gap: 17px;
        align-items: center;
    }

    #icon_gh {
        margin-top: 5px;
    }

    .Company_name {
        width: 299px;
        margin-bottom: -2px;
        margin-left: -6px;
        height: 100%;
    }

    /* 搜索框 */
    .search-input,
    #search-input {
        width: 600px;
        height: 60px;
        border-radius: 3.4375rem;
        border: none;
        box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
        padding: 0.75rem 4.6rem;
        font-size: 20px;
        font-weight: 400;
        color: #515151;
        outline: none;
    }

    #search-input::placeholder {
        color: #515151;
        font-size: 20px;
        font-weight: 400;
        opacity: 0.9;
        /* 确保在 Firefox 中正常显示 */
    }

    .site-search {
        width: 600px;
        height: 60px;
        border-radius: 3.4375rem;
        border: none;
        box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
        margin-top: 0 !important;
        /* position: relative;
        top: 417px;
        left: 11px; */
        z-index: 9;
        display: block !important;
        margin: 0 auto;
    }

    .fn-clear {
        position: relative;
    }

    /* 搜索按钮 */
    .search-btn,
    #search-btn {
        width: 126px;
        height: 56px;
        line-height: 56px;
        border: none;
        border-radius: 3.125rem;
        position: absolute;
        right: 2px;
        top: 50%;
        transform: translateY(-50%);
        background: #1185fe;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        color: #ffffff;
        border-top-left-radius: 10px;
        border-top-right-radius: 33px;
        border-bottom-left-radius: 36px;
        border-bottom-right-radius: 33px;
    }

    #search-icon-img {
        position: absolute;
        left: 17px;
        top: 10px;
    }

    /* 搜索词拓展 s */
    .el-autocomplete-suggestion {
        display: none;
        position: absolute;
        top: 480px;
        left: 690px;
        transform-origin: center top;
        z-index: 2005;
        width: 329px;
        margin: 5px 0;
        -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
        border-radius: 4px;
        border: 1px solid #E4E7ED;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #FFF;
        margin-top: 12px;
        text-align: left;
    }

    .el-scrollbar {
        overflow: hidden;
        position: relative;
        padding-right: 2px;
        padding-top: 2.5px;
    }

    .el-scrollbar__wrap {
        overflow: scroll;
        height: 100%;
        margin-bottom: -15px;
        margin-right: -15px;
    }

    .el-autocomplete-suggestion__wrap {
        width: 100%;
        max-height: 280px;
        padding: 10px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 7.5px;
    }

    .el-scrollbar__bar.is-horizontal {
        height: 6px;
        left: 2px;
    }

    .el-scrollbar__bar {
        position: absolute;
        right: 2px;
        bottom: 2px;
        z-index: 1;
        border-radius: 4px;
        opacity: 0;
        -webkit-transition: opacity 120ms ease-out;
        transition: opacity 120ms ease-out;
    }

    .el-scrollbar__bar.is-vertical {
        width: 6px;
        top: 2px;
    }

    .el-popper[x-placement^=bottom] .popper__arrow {
        top: -6px;
        left: 50%;
        margin-right: 3px;
        border-top-width: 0;
        border-bottom-color: #EBEEF5;
    }

    .el-popper .popper__arrow {
        border-width: 6px;
        -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .03));
        filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .03));
    }

    .el-popper .popper__arrow,
    .el-popper .popper__arrow::after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
    }

    .el-popper[x-placement^=bottom] .popper__arrow::after {
        top: 1px;
        margin-left: -6px;
        border-top-width: 0;
        border-bottom-color: #FFF;
    }

    .el-popper .popper__arrow::after {
        content: " ";
        border-width: 6px;
    }

    .el-autocomplete-suggestion__list {
        margin: 0;
        padding: 0;
    }

    .el-autocomplete-suggestion li {
        padding: 0 20px;
        margin: 0;
        line-height: 34px;
        cursor: pointer;
        color: #606266;
        font-size: 14px;
        list-style: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .el-scrollbar__bar.is-horizontal>div {
        height: 100%;
    }

    .el-scrollbar__thumb {
        transform: translateY(0%);
        height: 81.2883%;
        position: relative;
        display: block;
        width: 0;
        height: 0;
        cursor: pointer;
        border-radius: inherit;
        background-color: rgba(144, 147, 153, .3);
        -webkit-transition: .3s background-color;
        transition: .3s background-color;
    }

    .el-scrollbar__bar.is-vertical>div {
        width: 100%;
    }

    .el-autocomplete-suggestion li.highlighted,
    .el-autocomplete-suggestion li:hover {
        background-color: #F5F7FA;
    }

    .el-scrollbar:active>::-webkit-scrollbar-thumb,
    .el-scrollbar:focus>::-webkit-scrollbar-thumb,
    .el-scrollbar:hover>::-webkit-scrollbar-thumb {
        -webkit-transition: background-color 340ms - ease-out;
        transition: background-color 340ms - ease-out;
        background-color: rgba(144, 147, 153, .3);
    }

    .el-scrollbar ::-webkit-scrollbar {
        width: 6px;
    }

    .el-scrollbar ::-webkit-scrollbar-thumb {
        background-color: transparent;
    }

    .el-scrollbar ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(144, 147, 153, .5);
        cursor: pointer;
    }

    .header,
    .top-content {
        overflow: unset;
    }

    .swiper {
        overflow: hidden;
    }

    /* .search-wrap {
        position: relative;
    } */

    .header,
    .top-wrap {
        min-height: 572.39px;
    }

    .top-wrap {
        position: relative;
    }

    .search-wrap {
        position: absolute;
        z-index: 9;
        left: 50%;
        transform: translate(-50%, 0%);
        bottom: 0%;
    }

    /* 搜索词拓展 e */

    /* 标题 */
    .bt {
        width: 92.6%;
        height: 47px;
        position: relative;
        right: -65px;
        border-bottom: 1px solid #bfc7ce;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    /* 更多 */
    .see-more {
        position: absolute;
        height: 95%;
        left: -3.8%;
        transform: translateX(-50%);
        top: 5px;
        font-size: 24px;
        color: #2e2e2e;
        font-weight: bold;
        border-bottom: 5px solid #107ffc;
        padding: 0 2px;
    }

    /* 问题分类 */
    .wtfl .content {
        display: flex;
        margin-top: 24px;
        margin-left: -129px;
        justify-content: center;
    }

    .wtfl .content a {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        margin-left: 70px;
        transition: all .3s;
    }

    .wtfl .content a div {
        width: 128px;
        height: 128px;
        border-radius: 50%;
        background: #f8fcff;
        border: 10px solid #cbe7ff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .channel-link.active div {
        border: 10px solid #4f91f7 !important;
    }

    .wtfl .content a span {
        font-size: 24px;
        color: #515151;
    }

    .channel-link.active span {
        color: #1185fe !important;
        font-weight: bold;
    }

    .channel-link {
        display: inline-block;
        text-decoration: none;
    }

    /* 隐藏非激活状态的频道链接和内容区域 */
    .channel-link:not(.active) {
        display: none;
    }

    .dylb:not(.active) {
        display: none;
    }

    /* 激活状态的样式 */
    .channel-link.active {
        display: block;
    }

    .dylb.active {
        display: block;
    }

    .image-container {
        position: relative;
        width: 128px;
        height: 128px;
    }

    .channel-link:hover {
        cursor: pointer;
    }

    /* 动画 */
    .channel-link:hover img {
        -webkit-animation: flipinY 1.5s ease-out backwards;
        -moz-animation: flipinY 1.5s ease-out backwards;
        -ms-animation: flipinY 1.5s ease-out backwards;
        animation: flipinY 1.5s ease-out backwards;
    }

    @-webkit-keyframes flipinY {
        0% {
            -webkit-transform: perspective(400px) rotateY(90deg);
            opacity: 0;
        }

        40% {
            -webkit-transform: perspective(400px) rotateY(-10deg);
        }

        70% {
            -webkit-transform: perspective(400px) rotateY(10deg);
        }

        100% {
            -webkit-transform: perspective(400px) rotateY(0);
            opacity: 1;
        }
    }

    .wtfl .content a:hover div {
        border: 12px solid #cbe7ff;
    }

    .wtfl .content a:hover {
        transform: scale(1.1);
    }

    /* 浮动且淡入淡出​​ */
    @keyframes float-and-fade {

        0%,
        100% {
            transform: translateY(0);
            opacity: 1;
        }

        50% {
            transform: translateY(-15px);
            opacity: 0.8;
        }
    }

    /* 对应列表 */
    .dylb {
        margin-top: 64px;
    }

    .see-more2 {
        width: 77px;
        height: 27px;
        background: #fff;
        border: 1px solid #1185fe;
        border-radius: 15px;
        display: block;
        text-align: center;
        line-height: 26px;
        color: #1185fe;
        font-size: 14px;
        margin-top: 2px;
        margin-right: -1px;
    }

    .see-more2:hover {
        background: #f0f6ff;
        border: 1px solid #c8e2fc;
        color: #1185fe;
    }

    .dylb .content {
        margin-left: -31px;
        padding: 37px 0;
    }

    .dylb .content ul {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .dylb .content ul .lbk {
        display: block;
        height: 150px;
        width: 1300px;
        background: #f5fbff;
        padding: 18px 21px;
        display: flex;
        justify-content: space-between;
        padding-bottom: 9px;
        flex-direction: column;
    }

    .bottom {
        margin-top: -4px;
        padding-left: 35px;
        display: flex;
        justify-content: space-between;
    }

    .lbk div {
        display: flex;
        align-items: flex-start;
    }

    .lbk .title,
    .lbk .time {
        color: #131414;
        font-size: 18px;
        font-weight: 600;
    }

    .lbk .time {
        margin-left: -5px;
    }

    .lbk .title {
        margin-left: 18px;
        margin-top: -11px;
    }

    .lbk .title:hover {
        text-decoration: underline !important;
    }

    .lbk .text {
        font-size: 16px;
        color: #737373;
        width: 1004px;
        height: 63px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .lbk .more {
        margin-top: 45px;
        color: #ff9a00;
        font-size: 16px;
        margin-right: -56px;
        border: unset;
    }

    /* 热点问题 */
    .rdwt {
        margin-top: 16px;
    }

    .rdwt .content {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin-top: 34px;
        margin-left: -31px;
        row-gap: 31px;
        column-gap: 16px;
    }

    .rdwt .content a {
        width: 402px;
        height: 282px;
        background: url('/material/dzw/images/QA.png') no-repeat;
        padding: 16px 20px;
        /* padding-right: 0; */
        cursor: pointer;
        overflow: hidden;
    }

    .Q {
        font-size: 20px;
        color: #131414;
        font-weight: bold;
        padding-left: 42px;
        min-height: 70px;
        line-height: 1.49;
        padding-bottom: 15px;
    }

    .Q span {
        height: 60px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .A {
        border-top: 1px solid #a9dbff;
        font-size: 16px;
        color: #737373;
        padding-top: 7px;
        /* text-indent: 2.2rem; */
        line-height: 1.89;
        width: 362px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .rdwt .content a:hover .Q {
        /* text-decoration: underline; */
        color: #0877fd;
    }

    .content-primary:not(:empty)+.content-fallback {
        display: none;
    }

    .content-primary:empty+.content-fallback {
        display: block;
    }

    /* 或者更精确的空白判断 */
    .content-primary {
        display: block;
        text-indent: 2.2rem;
    }

    .content-fallback {
        display: none;
    }

    .A img {
        width: 100%;
        height: 183px;
        object-fit: cover;
    }

    .footer-wrap {
        width: unset;
        background: #2968c5;
    }

    .footer-site,
    .footer-site a {
        color: #fff;
    }