    html,
    body {
        height: 100%;
        width: 100%;
        margin: 0 auto;
        min-width: 1400px !important;
        font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
        max-width: 1920px;
    }

    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: 1692px;
        background: #ffffff url('/material/dzw/images/bj.png') no-repeat;
        position: relative;
        padding-top: 418px;
        padding-left: 20px;
    }

    .dzwcontainer {
        width: 1300px;
        min-height: 1336px;
        margin: 0 auto;
        padding-top: 125px;
        position: relative;
        left: 32px;
    }

    /* 国徽 */
    .xz-logo {
        display: flex;
        position: absolute;
        top: 14px;
        left: 118px;
        z-index: 999;
        gap: 17px;
        align-items: center;
    }

    #icon_gh {
        margin-top: 5px;
    }

    .Company_name {
        width: 320px;
        margin-bottom: -5px;
        margin-left: -14px;
        height: 67px;
    }

    /* 搜索框 */
    .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;
    }

    .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%;
        height: 47px;
        position: relative;
        right: -65px;
        border-bottom: 1px solid #bfc7ce;
    }

    /* 更多 */
    .see-more {
        position: absolute;
        height: 95%;
        left: -3.8%;
        transform: translateX(-50%);
        top: 5px;
        font-size: 24px;
        color: #107ffc;
        font-weight: bold;
        border-bottom: 5px solid #107ffc;
        padding: 0 2px;
    }

    /* 问题分类 */
    .wtfl .content {
        display: flex;
        margin-top: 24px;
        margin-left: -10px;
        justify-content: center;
    }

    .wtfl .content a {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-left: 70px;
    }

    .wtfl .content a:nth-child(1) {
        margin-left: -49px;
    }

    .wtfl .content a:nth-child(4) {
        margin-left: 44px;
    }

    .wtfl .content a:nth-child(5) {
        margin-left: 42px;
    }

    .wtfl .content a div {
        width: 128px;
        height: 128px;
        border-radius: 50%;
        background: #fff;
        border: 10px solid #cbe7ff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wtfl .content a:hover div {
        background: #cbe7ff;
        border: unset;
    }

    .wtfl .content a span {
        font-size: 20px;
        color: #515151;
    }

    .wtfl .content a:hover span {
        color: #45a1ff;
    }

    .channel-link {
        display: inline-block;
        text-decoration: none;
    }

    .image-container {
        position: relative;
        width: 128px;
        height: 128px;
    }

    .wtfl .content a:nth-child(1) div img {
        width: 59px;
        height: 51px;
    }

    /* 热点问题 */
    .rdwt {
        margin-top: 81px;
    }

    .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-site {
        margin-left: -20px;
    }