    #footer {
        display: flex;
        flex-direction: column;
        min-width: 1200px
    }

    #footer .footer-main {
        padding: 50px 0;
        background-color: #515151;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-main .main-content {
        width: 1200px;
        display: flex;
        justify-content: space-between;
    }

    .main-content .main-code {
        width: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .main-content .main-code span {
        font-size: 12px;
        color: #fff;
        margin-top: 5px;
    }

    .main-content .main-code img:nth-child(1) {
        /*padding-bottom: 15px;*/
    }

    .main-content .main-code img:nth-child(2) {
        margin-top: 15px;
    }

    .main-content .main-right {
        width: 900px;
        display: flex;
        justify-content: space-between;
    }

    .main-content .main-right .right-menu {
        width: 32%;
        display: flex;
        flex-direction: column;
        margin-top: 40px;
    }

    .main-content .main-right .right-menu a {
        font-size: 14px;
        color: #fff;
        margin-top: 2px;
        cursor: pointer;
    }

    .main-content .main-right .right-menu a:hover {
        color: rgba(255, 255, 255, 0.5);
    }

    .main-content .main-right .right-menu a:nth-child(1) {
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .main-bottom {
        width: 1200px;
        display: flex;
        margin-top: 50px;
    }

    .main-bottom p {
        display: flex;
        color: #fff;
    }

    .main-bottom p a {
        color: rgba(255, 255, 255, .8);
        margin-left: 20px;
    }

    .main-bottom p a:hover {
        color: #fff;
    }

    #footer .footer-bottom {
        padding: 20px 0 15px;
        background: #373737;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bottom-content {
        width: 1200px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .bottom-content a {
        padding: 0 15px;
        color: #fff;
        display: flex;
        align-items: center;
    }

    .bottom-content .first-link {
        margin-bottom: 10px;
        float: right;
    }

    .bottom-content .bottom-link {
        display: flex;
    }

    .unPointer {
        cursor: default !important;
    }

    .unPointer:hover {
        color: #fff !important;
    }

    .lianjiefangshivals {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .lianjiefangshivals p {
        margin-right: 30px;
    }

    /* @media only screen and (max-width: 767px) {
        .calkKEFU {
            top: 20%;
        }
    } */

    .weChat_qr_code_wrap {
        width: 184px;
        font-size: 12px;
        text-align: center;
    }

    .weChat_qr_code_wrap a {
        display: block;
        text-align: center;
        padding-bottom: 10px;
        border-bottom: 1px solid #999;
    }

    .code-bottom {
        display: flex;
        border-top: 1px solid #999;
        width: 100%;
        justify-content: center;
    }

    .weChat_qr_code_wrap .weChat_qr_code {
        display: inline-block;
        text-align: center;
        margin: 10px;
    }

    .weChat_qr_code_wrap .weChat_qr_code img {
        width: 70px;
        display: inline-block;
    }

    .weChat_qr_code_wrap .weChat_qr_code span {
        display: block;
        margin-top: 5px;
    }

.horizontal-links-container {
    
    width:1200px;
}

.horizontal-links {
    list-style: none; /* 去掉默认列表样式 */
    padding: 0;
    margin: 0;
    display: flex; /* 使用 Flexbox 横向排列 */
    align-items: center; /* 垂直居中对齐 */
    gap: 10px; /* 每个项目之间的间距 */
    float: left;
}

.horizontal-links li {
    margin: 0;
    padding: 0;
}

.horizontal-links li:not(:last-child)::after {
    content: "|"; /* 添加竖线 */
    color: white; /* 设置竖线颜色 */
    margin-left: 10px; /* 竖线与前面文字的间距 */
}

.horizontal-links a {
    text-decoration: none; /* 去掉下划线 */
    color: white; /* 设置文字颜色为白色 */
    padding: 0; /* 移除可能存在的默认内边距 */
    display: inline-block; /* 保持链接为内联块，避免高度不一致 */
    line-height: 1; /* 避免多余的行高引起偏移 */
}
