html, body {
    height: auto;
    overflow: unset;
}
/* 404页面 */
.ymzw {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ymzw_a {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}
.ymzw_a canvas {
    display: block;
    width: 100%;
    height: 100%;
}
.ymzw_b {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.ymzw_ba {
    position: absolute;
    width: 200px;
    height: 200px;
    border: 1px solid var(--ys06);
    border-radius: 50%;
    animation: ymzw_ba 3s infinite linear;
    opacity: 0;
    z-index: 0;
}
.ymzw_ba:nth-child(2) {
    animation-delay: 0.5s;
}
.ymzw_ba:nth-child(3) {
    animation-delay: 1s;
}
@keyframes ymzw_ba {
    0% {
        transform: scale(0.8);
        opacity: 0.3;
    }
    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}
.ymzw_bb {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 1;
    gap: 40px;
}
.ymzw_bba {
    height: 92px;
    font-size: 120px;
    line-height: 88px;
    font-weight: 900;
    color: var(--ys05);
    position: relative;
    animation: floatIcon 1.5s ease-in-out infinite;
}
@keyframes floatIcon {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}
.ymzw_bbb {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.ymzw_bbba {
    font-size: 24px;
    line-height: 1;
    color: var(--ys04);
    font-weight: 500;
}
.ymzw_bbbb {
    font-size: 15px;
    color: var(--ys12);
    line-height: 1;
}
.ymzw_bbc {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.ymzw_bbca {
    width: 110px;
    height: 40px;
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: var(--sd01);
}
.ymzw_bbca:hover {
    transform: translateY(-1px);
}
.ymzw_bbca.fhzy {
    background: var(--ys08);
    color: var(--ys04);
}
.ymzw_bbca.fhsy {
    background: var(--ys08);
    color: var(--ys04);
}
.ymzw_bc {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 1;
    gap: 40px;
}
.ymzw_bca {
    font-size: 120px;
    line-height: 1;
    background: linear-gradient(135deg, var(--ys17), var(--ys13));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: floatIcon 1.5s ease-in-out infinite;
}
.ymzw_bca::before {
    content: '\eb7f';
}
.ymzw_bcb {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.ymzw_bcba {
    font-size: 24px;
    line-height: 1;
    color: var(--ys04);
    font-weight: 500;
}
.ymzw_bcbb {
    font-size: 15px;
    color: var(--ys12);
    line-height: 1;
}
/* 404页面 */
/* 分页按钮 */
.tjfy {
    width: 100%;
    height: 34px;
    display: none;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.tjfy_a {
    height: 100%;
    padding: 0 15px;
    background: var(--ys08);
    border-radius: 4px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 1;
    color: var(--ys12);
    transition: var(--sd01);
}
.tjfy_a:hover {
    background: var(--ys18);
    color: var(--ys04);
}
.tjfy_a:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.tjfy_b {
    width: 34px;
    height: 100%;
    background: var(--ys08);
    border-radius: 4px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    line-height: 1;
    color: var(--ys12);
    transition: var(--sd01);
}
.tjfy_b:hover {
    background: var(--ys18);
    color: var(--ys04);
}
.tjfy_b.active {
    background: var(--ys05);
    color: var(--ys04);
}
.tjfy_c {
    height: 100%;
    font-size: 10px;
    line-height: 1;
    color: var(--ys12);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: var(--sd01);
}
.tjfy_c::before {
    content: '\ea52';
    font-family: 'iconfont';
}
/* 分页按钮 */
/* 页面头部 */
.head {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: var(--sd01);
}
.head.open {
    height: 70px;
    background: var(--ys02);
    border-bottom: var(--xt01);
}
.head.open .head_aaa {
    height: 45px;
}
.head_a {
    width: 1280px;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.head_aa {
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.head_aaa {
    height: 50px;
    display: block;
    object-fit: cover;
}
.head_ab {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}
.head_aba {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 25px;
}
.head_abaa {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.head_abaaa {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: var(--ys12);
    transition: var(--sd01);
}
.head_abaaa:hover {
    color: var(--ys06);
}
.head_abaaa.active {
    color: var(--ys06);
}
.head_abb {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.head_abba {
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    line-height: 1;
    color: var(--ys12);
    transition: var(--sd01);
}
.head_abba:hover {
    transform: translateY(-1px);
}
.head_abba::before {
    content: "\eac6";
}
.head_abbb {
    width: 150px;
    background: var(--ys02);
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 100%;
    animation: fadeIn_a 0.3s ease;
    border-radius: 8px;
    border: var(--xt01);
    overflow: hidden;
}
.head_abb:hover .head_abbb {
    display: flex;
}
.head_abbba {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
    padding: 0 10px;
    color: var(--ys12);
}
.head_abbbaa {
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 50%;
}
.head_abbbab {
    flex: 1;
    font-size: 12px;
    line-height: 1;
    border-bottom: 1px dashed #212a36;
    padding: 12px 0;
}
.head_abbba:last-child .head_abbbab {
    border-bottom: none;
}
.head_abbba:hover {
    background: var(--ys08);
    color: var(--ys04);
}
.head_abbba.active {
    background: var(--ys08);
    color: var(--ys04);
}
.head_abc {
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.head_abca {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.head_abcaa {
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.head_abcaaa {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    background: var(--ys04);
}
.head_abcab {
    width: 200px;
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 100%;
    right: 0;
    animation: fadeIn_a 0.3s ease;
}
.head_abca:hover .head_abcab {
    display: flex;
}
.head_abcaba {
    width: 100%;
    background: var(--ys08);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    border: var(--xt01);
    position: relative;
    overflow: hidden;
}
.head_abcabaa {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 15px 10px;
    background: var(--ys02);
    border-radius: 12px 12px 0 0;
    border-bottom: var(--xt01);
}
.head_abcabaaa {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.head_abcabaaaa {
    font-size: 16px;
    line-height: 1;
    color: var(--ys04);
}
.head_abcabaaab {
    font-size: 12px;
    line-height: 1;
    color: var(--ys06);
}
.head_abcabaab {
    background: rgb(235 131 7 / 20%);
    border-radius: 25px;
    padding: 6px 10px;
    font-size: 10px;
    line-height: 1;
    color: var(--ys17);
}
.head_abcabab {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.head_abcababa {
    width: 100%;
    height: 60px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 0 15px;
    gap: 10px;
    transition: var(--sd01);
}
.head_abcababa:hover {
    background: var(--ys02);
}
.head_abcababaa {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 1;
    color: var(--ys04);
}
.head_abcababaa.hyzx {
    background: #26A17B;
}
.head_abcababaa.hyzx::before {
    content: '\e6dc';
    position: relative;
    top: -1px;
}
.head_abcababaa.tcxt {
    background: #FFAA35;
}
.head_abcababaa.tcxt::before {
    content: '\e75b';
}
.head_abcababab {
    flex: 1;
    height: 100%;
    border-top: 1px solid #1c222b;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.head_abcababa:first-child .head_abcababab {
    border-top: 0;
}
.head_abcabababa {
    font-size: 14px;
    line-height: 1;
    color: var(--ys04);
}
.head_abcabababb {
    font-size: 8px;
    line-height: 1;
    color: var(--ys12);
}
.head_abcabababb::before {
    content: '\e68f';
}
.head_abcb {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.head_abcba {
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    line-height: 1;
    color: var(--ys12);
}
.head_abcba::before {
    content: '\eb4d';
}
.head_abcba:hover {
    transform: translateY(-1px);
}
.head_abcbb {
    width: 80px;
    background: var(--ys02);
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 100%;
    animation: fadeIn_a 0.3s ease;
    border-radius: 8px;
    border: var(--xt01);
    overflow: hidden;
}
.head_abcb:hover .head_abcbb {
    display: flex;
}
.head_abcbba {
    width: 100%;
    padding: 10px 0;
    font-size: 13px;
    line-height: 1;
    color: var(--ys12);
    border-bottom: 1px dashed #212a36;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: var(--sd01);
}
.head_abcbba:hover {
    color: var(--ys04);
    background: var(--ys01);
}
.head_abcbba:last-child {
    border-bottom: 0;
}
/* 页面头部 */
/* 页面底部 */
.foot {
    width: 100%;
    background: var(--ys02);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-top: var(--xt01);
}
.foot_a {
    width: 1280px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.foot_aa {
    width: 100%;
    padding: 30px 0;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.foot_aaa {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 13px;
}
.foot_aaaa {
    height: 18px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.foot_aaaaa {
    height: 100%;
    display: block;
    object-fit: cover;
}
.foot_aaab {
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
}
.foot_aab {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 15px;
}
.foot_aaba {
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.foot_aabaa {
    width: 45px;
    height: 45px;
    background: var(--ys08);
    border-radius: 50%;
    font-size: 21px;
    color: var(--ys12);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: var(--sd01);
}
.foot_aabaa:hover {
    transform: translateY(-1px);
}
.foot_aabaa.wxgzh::before {
    content: '\e6a3';
    font-size: 21px;
    line-height: 1;
}
.foot_aabaa.khdxz::before {
    content: '\e90e';
    font-size: 27px;
    line-height: 1;
}
.foot_aabab {
    position: absolute;
    bottom: 60px;
    background: var(--ys02);
    padding: 10px;
    border: var(--xt01);
    border-radius: 8px;
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 7px;
    animation: fadeIn_a 0.3s ease;
}
.foot_aabaa:hover +.foot_aabab {
    display: flex;
}
.foot_aabab::after {
    content: '\10121';
    position: absolute;
    bottom: -18px;
    font-family: 'iconfont';
    font-size: 18px;
    line-height: 1;
    color: #212a36;
}
.foot_aababa {
    width: 110px;
    height: 110px;
    object-fit: cover;
    display: block;
}
.foot_aababb {
    font-size: 12px;
    line-height: 1;
    color: var(--ys12);
}
.foot_ab {
    width: 100%;
    height: 50px;
    border-top: var(--xt01);
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.foot_aba {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.foot_abaa {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    line-height: 1;
    color: var(--ys12);
}
.foot_abb {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.foot_abba {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    line-height: 1;
    color: var(--ys12);
}
.foot_abba:hover {
    color: var(--ys06);
}
.foot_fddh {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 9999;
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.foot_fddh.visible {
    display: flex;
}
.foot_fddh_a {
    width: 40px;
    height: 40px;
    background: var(--ys08);
    border-radius: 12px;
    display: none;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: var(--sd01);
    color: var(--ys12);
}
.foot_fddh_a.visible {
    display: flex;
}
.foot_fddh_a:hover {
    transform: translateY(-1px);
    color: var(--ys04);
}
.foot_fddh_aa {
    font-size: 20px;
    line-height: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.foot_fddh_aa::before {
    content: '\e93a';
    position: relative;
    top: 2px;
}
.foot_fddh_b {
    width: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: var(--ys08);
    border-radius: 12px;
    padding: 15px 0;
    gap: 15px;
}
.foot_fddh_ba {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: var(--sd01);
    color: var(--ys12);
    position: relative;
}
.foot_fddh_ba:hover {
    transform: translateY(-1px);
    color: var(--ys04);
}
.foot_fddh_ba:active {
    color: var(--ys04);
}
.foot_fddh_baa {
    width: 100%;
    font-size: 20px;
    line-height: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.foot_fddh_baa.zx::before {
    width: 100%;
    content: '\100f3';
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 2px;
}
.foot_fddh_baa.ai::before {
    width: 100%;
    content: '\eb11';
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 2px;
}
.foot_fddh_baa.tx::before {
    width: 100%;
    content: '\eb61';
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.foot_fddh_baa.xx::before {
    width: 100%;
    content: '\e6d0';
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.foot_fddh_bad {
    position: absolute;
    top: -3px;
    right: 7px;
    width: 7px;
    height: 7px;
    background: var(--ys13);
    border-radius: 50%;
}
.foot_fddh_baa.xz::before {
    width: 100%;
    content: '\ea10';
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.foot_fddh_baa.zn::before {
    width: 100%;
    content: '\ea62';
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.foot_fddh_aizx {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    position: fixed;
    display: none;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}
.foot_fddh_aizx.active {
    display: flex;
}
.foot_fddh_aizx_a {
    width: 1280px;
    height: 880px;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
    border: var(--xt01);
}
.foot_fddh_aizx_aa {
    width: 100%;
    height: 50px;
    background: var(--ys01);
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    border-bottom: var(--xt01);
}
.foot_fddh_aizx_aaa {
    font-size: 16px;
    line-height: 1;
    color: var(--ys04);
    font-weight: 600;
}
.foot_fddh_aizx_aab {
    font-size: 12px;
    line-height: 1;
    color: var(--ys12);
    transition: var(--sd01);
}
.foot_fddh_aizx_aab::before {
    content: '\eb51';
}
.foot_fddh_aizx_aab:hover {
    transform: rotate(90deg);
}
.foot_fddh_aizx_ab {
    width: 100%;
    height: calc(100% - 50px);
    border: none;
    flex: 1;
}
.foot_fddh_aikf {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    position: fixed;
    display: none;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}
.foot_fddh_aikf.active {
    display: flex;
}
.foot_fddh_aikf_a {
    width: 1280px;
    height: 880px;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
    border: var(--xt01);
}
.foot_fddh_aikf_a iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.foot_fddh_txtc {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    position: fixed;
    display: none;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}
.foot_fddh_txtc.active {
    display: flex;
}
.foot_fddh_txtc_a {
    width: 1280px;
    height: 880px;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
    border: var(--xt01);
}
.foot_fddh_txtc_aa {
    width: 100%;
    height: 50px;
    background: var(--ys01);
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    border-bottom: var(--xt01);
}
.foot_fddh_txtc_aaa {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
}
.foot_fddh_txtc_aaaa {
    font-size: 16px;
    line-height: 1;
    color: var(--ys04);
    font-weight: 600;
}
.foot_fddh_txtc_aaaa::before {
    content: '\eb61';
}
.foot_fddh_txtc_aaab {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 3px;
}
.foot_fddh_txtc_aaaba {
    font-size: 16px;
    line-height: 1;
    color: var(--ys04);
    font-weight: 600;
}
.foot_fddh_txtc_aaabb {
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
    position: relative;
    top: 1px;
}
.foot_fddh_txtc_aab {
    font-size: 12px;
    line-height: 1;
    color: var(--ys12);
    transition: var(--sd01);
}
.foot_fddh_txtc_aab::before {
    content: '\eb51';
}
.foot_fddh_txtc_aab:hover {
    transform: rotate(90deg);
}
.foot_fddh_txtc_ab {
    width: 100%;
    height: calc(100% - 60px);
    border: none;
    flex: 1;
}
.foot_fddh_znxx {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    position: fixed;
    display: none;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}
.foot_fddh_znxx.active {
    display: flex;
}
.foot_fddh_znxx_a {
    width: 1280px;
    height: 880px;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
    border: var(--xt01);
}
.foot_fddh_znxx_aa {
    width: 100%;
    height: 50px;
    background: var(--ys01);
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    border-bottom: var(--xt01);
}
.foot_fddh_znxx_aaa {
    font-size: 16px;
    line-height: 1;
    color: var(--ys04);
    font-weight: 600;
}
.foot_fddh_znxx_aab {
    font-size: 12px;
    line-height: 1;
    color: var(--ys12);
    transition: var(--sd01);
}
.foot_fddh_znxx_aab::before {
    content: '\eb51';
}
.foot_fddh_znxx_aab:hover {
    transform: rotate(90deg);
}
.foot_fddh_znxx_ab {
    width: 100%;
    height: calc(100% - 50px);
    border: none;
    flex: 1;
}
.foot_fddh_yszc {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    position: fixed;
    display: none;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}
.foot_fddh_yszc.active {
    display: flex;
}
.foot_fddh_yszc_a {
    width: 1280px;
    height: 880px;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
    border: var(--xt01);
}
.foot_fddh_yszc_aa {
    width: 100%;
    height: 50px;
    background: var(--ys01);
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    border-bottom: var(--xt01);
}
.foot_fddh_yszc_aaa {
    font-size: 16px;
    line-height: 1;
    color: var(--ys04);
    font-weight: 600;
}
.foot_fddh_yszc_aaa {
    font-size: 16px;
    line-height: 1;
    color: var(--ys04);
    font-weight: 600;
}
.foot_fddh_yszc_aab {
    font-size: 12px;
    line-height: 1;
    color: var(--ys12);
    transition: var(--sd01);
}
.foot_fddh_yszc_aab::before {
    content: '\eb51';
}
.foot_fddh_yszc_aab:hover {
    transform: rotate(90deg);
}
.foot_fddh_yszc_ab {
    width: 100%;
    flex: 1;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    background: var(--ys01);
    overflow: hidden;
    padding: 15px 0;
}
.foot_fddh_yszc_aba {
    width: 100%;
    height: 100%;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    padding: 15px;
    overflow-y: auto;
}
.foot_flsm {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}
.foot_flsm p {
    font-size: 13px;
    line-height: 23px;
    color: var(--ys12);
    margin: -5px 0;
    text-align: justify;
    font-weight: lighter;
}
.foot_flsm p strong {
    font-weight: 600;
    font-size: 15px;
}
/* 页面底部 */
/* 页面顶部 */
.ymdb {
    width: 100%;
    height: 240px;
    background: var(--ys02);
    border-bottom: var(--xt01);
    display: flex;
    align-content: flex-end;
    justify-content: center;
    align-items: flex-end;
    padding: 80px 0 40px 0;
    position: relative;
}
.ymdb::before {
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(180deg, rgba(245, 158, 11, .06) 0%, transparent 100%);
    position: absolute;
    top: 0;
}
.ymdba {
    width: 1280px;
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}
.ymdbaa {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 7px;
}
.ymdbaaa {
    font-size: 25px;
    line-height: 1;
    font-weight: 600;
    background: linear-gradient(135deg, var(--ys05), var(--ys06), var(--ys18));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 200% 200%;
    animation: gradientFlow 4s ease infinite;
}
.ymdbaab {
    font-size: 16px;
    line-height: 1;
    color: var(--ys12);
}
.ymdbab {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 15px;
}
.ymdbaba {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.ymdbabaa {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}
.ymdbabaaa {
    font-size: 13px;
    line-height: 1;
    color: var(--ys12);
}
.ymdbabaab {
    font-size: 13px;
    line-height: 1;
    color: var(--ys06);
}
.ymdbabb {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 15px;
}
.ymdbabba {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}
.ymdbabbaa {
    font-size: 13px;
    line-height: 1;
    color: var(--ys12);
}
.ymdbabbaa::before {
    content: '\e89f';
}
.ymdbabbab {
    font-size: 13px;
    line-height: 1;
    color: var(--ys06);
}
.ymdbabbb {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}
.ymdbabbba {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}
.ymdbabbbaa {
    font-size: 13px;
    line-height: 1;
    color: var(--ys12);
}
.ymdbabbbab {
    font-size: 13px;
    line-height: 1;
    color: var(--ys06);
}
/* 页面顶部 */
/* 官网首页 */
.gwsy {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    overflow-y: auto;
}
.gwsy_a {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #12181F;
    opacity: 0;
    animation: fadeIn 1s ease-in forwards;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.gwsy_aa {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    animation: starFadeIn 2s ease-out forwards;
}
@keyframes starFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.gwsy_aa canvas {
    display: block;
    width: 100%;
    height: 100%;
}
.gwsy_ab {
    width: 1280px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 80px;
    position: relative;
    z-index: 1;
    opacity: 0;
    margin-top: 80px;
    transform: translateY(20px);
    animation: contentFadeIn 1s ease-out 0.5s forwards;
}
@keyframes contentFadeIn {
    from { 
        opacity: 0; 
        transform: translateY(20px);
    }
    to { 
        opacity: 1; 
        transform: translateY(0);
    }
}
.gwsy_aba {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}
.gwsy_abaa {
    height: 92px;
    font-size: 130px;
    line-height: 92px;
    color: var(--ys04);
    font-family: 'Orbitron';
    font-weight: 900;
    background: linear-gradient(135deg, var(--ys05), var(--ys06), var(--ys18));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 5px;
    text-indent: 5px;
    background-size: 200% 200%;
    animation: fadeInUp 0.8s ease-out, gradientFlow 4s ease infinite;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.gwsy_abab {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.gwsy_ababa {
    font-size: 24px;
    line-height: 1;
    color: var(--ys09);
    font-family: "Orbitron", monospace;
    letter-spacing: 5px;
    text-indent: 5px;
}
.gwsy_ababb {
    font-size: 20px;
    line-height: 1;
    color: var(--ys12);
}
.gwsy_abb {
    display: flex;
    justify-content: center;
    gap: 20px;
    opacity: 0;
    transform: translateY(20px);
    animation: contentFadeIn 0.8s ease-out 1.2s forwards;
}
.gwsy_abba {
    min-width: 160px;
    height: 48px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}
.gwsy_abba:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}
.gwsy_abba {
    height: 40px;
    padding: 0 22px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: var(--sd01);
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.gwsy_abba {
    background: var(--ys08);
    color: var(--ys04);
    border: 1px solid var(--ys08);
}
.gwsy_abba:hover {
    background: var(--ys09);
    border-color: var(--ys09);
}
.gwsy_abbb {
    background: transparent;
    border: 1px solid var(--ys06);
    color: var(--ys06);
}
.gwsy_abbb:hover {
    background: var(--ys06);
    color: #fff;
}
.gwsy_abc {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    animation: fadeInUp 0.8s ease-out 0.8s both;
}
.gwsy_abca {
    width: 100%;
    padding: 25px 0;
    background: var(--ys02);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.gwsy_abca:hover {
    transform: translateY(-2px);
}
.gwsy_abcaa {
    height: 28px;
    font-size: 44px;
    line-height: 28px;
    font-weight: 700;
    color: var(--ys04);
    font-family: 'DS-DIGIB';
    background: linear-gradient(135deg, var(--ys05), var(--ys06));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.gwsy_abcab {
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
    letter-spacing: 1px;
    text-indent: 1px;
}
.gwsy_ac {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    z-index: 2;
    background: var(--ys08);
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    animation: bounce 2s infinite;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.gwsy_ac:hover {
    animation-play-state: paused;
    transform: translateX(-50%) scale(1.1);
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0) translateX(-50%);
    }
    40% {
        transform: translateY(-10px) translateX(-50%);
    }
    60% {
        transform: translateY(-5px) translateX(-50%);
    }
}
.gwsy_ac::before {
    content: '\ebb5';
    font-size: 26px;
    line-height: 1;
    color: var(--ys12);
}
.gwsy_b {
    width: 100%;
    padding: 140px 0 70px 0;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.gwsy_ba {
    width: 1280px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
}
.gwsy_baa {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.gwsy_baaa {
    font-size: 24px;
    line-height: 1;
    color: var(--ys04);
    font-weight: 700;
}
.gwsy_baab {
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
}
.gwsy_bab {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.gwsy_baba {
    width: 100%;
    background: var(--ys02);
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
    transition: var(--sd01);
}
.gwsy_baba:hover {
    transform: translateY(-1px);
}
.gwsy_babaa {
    width: 48px;
    height: 48px;
    background: var(--ys03);
    border-radius: 15px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 1;
    color: var(--ys17);
}
.gwsy_babaa.cbyc::before {
    content: '\eb9b';
}
.gwsy_babaa.msdm::before {
    content: '\e854';
}
.gwsy_babaa.mntl::before {
    content: '\ebbe';
}
.gwsy_babaa.sztl::before {
    content: '\ebbe';
}
.gwsy_babaa.wxgj::before {
    content: '\ebbc';
}
.gwsy_babaa.dbdt::before {
    content: '\ebc3';
}
.gwsy_babaa.szdt::before {
    content: '\eba2';
}
.gwsy_babaa.aprs::before {
    content: '\eb2b';
}
.gwsy_babaa.fjdt::before {
    content: '\ea70';
}
.gwsy_babaa.wgdw::before {
    content: '\e61a';
}
.gwsy_babaa.tjbk::before {
    content: '\ea63';
}
.gwsy_babaa.zjtz::before {
    content: '\ebc4';
}
.gwsy_babaa.qqhh::before {
    content: '\ebc5';
}
.gwsy_babaa.szid::before {
    content: '\ebc5';
}
.gwsy_babaa.hzdt::before {
    content: '\e730';
}
.gwsy_babaa.kpyz::before {
    content: '\e7c8';
}
.gwsy_babab {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.gwsy_bababa {
    font-size: 16px;
    line-height: 1;
    color: var(--ys04);
    transition: var(--sd01);
}
.gwsy_baba:hover .gwsy_bababa {
    color: var(--ys06);
}
.gwsy_bababb {
    font-size: 12px;
    line-height: 1;
    color: var(--ys12);
}






/* 官网首页 */





