 /* 定义本地字体 */
    @font-face {
      font-family: 'AlimamaShuHeiTi';
      src: url('../fonts/AlimamaShuHeiTi-Bold.woff2') format('woff2'),
           url('../fonts/AlimamaShuHeiTi-Bold.woff') format('woff'),
           url('../fonts/AlimamaShuHeiTi-Bold.ttf') format('truetype'); /* 备选TTF */
      font-weight: normal;
      font-style: normal;
    }

.foot_wrapper {
    width: 100%;
    color: #999;
    height: 100px;
    font-size: 12px;
    background-color: #25282a;
}

.foot_wrapper .content_cent_box {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.foot_wrapper .footer-backtage-link {
    color: #999;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    margin-right: 10px;
    position: relative;
}

.foot_wrapper .footer-backtage-link span {
    padding-left: 20px;
}

.foot_wrapper .footer-backtage-icon {
    width: 18px;
    margin-top: 5px;
    position: absolute;
}

.foot_wrapper .line + .line {
    margin-top: 10px;
}


.mobile_footer_plac {
    width: 100%;
    height: 50px;
}

.mobile_footer {
    width: 100%;
    height: 50px;
    color: #fff;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    align-items: center;
    background-color: #ff8a19;
}

.mobile_footer .line {
    width: 1px;
    height: 30%;
    left: 50%;
    top: 50%;
    position: absolute;
    background-color: #fff;
    transform: translate(-50%, -50%);
}

.mobile_footer .foot_item {
    width: 50%;
    font-size: 17px;
    text-align: center;
}

.mobile_footer .foot_item .icon {
    font-size: 18px;
}


#contact_open {
    display: none;
    text-align: center;
    padding-bottom: 20px;
}

#contact_open .tiptext {
    color: #999;
    font-size: 16px;
    margin-top: 40px;
}

#contact_open .pohone_num {
    color: #222;
    font-size: 21px;
    font-weight: 800;
    margin: 10px 0;
}

#contact_open .btn {
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
}


 /* 以下为最新footer样式 */

/* 基础样式 */
        #footer {
            background-color: #0b1b33;
            color: #fff;
            padding: 40px 0;
        }

        .content_cent_box {
            width: 90%;
            max-width: 1200px;
            margin: 0 auto;
        }

        /* 顶部区域样式 */
        .footer-top {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 40px;
        }

        /* 二维码区域样式 */
        .footer-top__qr {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .footer-top__qr-image {
            width: 140px;
            height: 140px;
            margin-bottom: 10px;
            background-color: #334;
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            color: #aaa;
        }
.footer-top__qr-image img{
    width: 100%;
}
        .footer-top__qr-text {
        display: block;
        font-size: 14px;
        line-height: 1.5;
        text-align: center;
        border: 1px solid #fff;
        width: 100%;
        }

        /* 导航区域样式 */
        .footer-top__nav {
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
            flex: 1;
            justify-content: space-between;
        }

        .footer-top__nav-column {
            min-width: 180px;
        }

        .footer-top__nav-title {
            font-size: 16px;
            margin-bottom: 10px;
            color: #fff;
            font-weight: normal;
        }

        .footer-top__nav-list {
            list-style: none;
        }

        .footer-top__nav-link {
            font-size: 14px;
            opacity: 0.9;
            transition: opacity 0.3s ease;
            display: inline-block;
            margin-bottom: 8px;
            color: #98A2BE;
        }
        .footer-top__nav-link.quanbu{
            color: #0088FF;
            font-style: normal;
            text-decoration-line: underline;
            text-transform: none;
        }
        .footer-top__nav-link:hover {
            opacity: 1;
        }

        /* 底部信息样式 */
        .footer-bottom {
            margin-top: 40px;
            padding-top: 20px;
            border-top: 1px solid #333;
        }

        .footer-bottom__company,
        .footer-bottom__copyright,
        .footer-bottom__terms,
        .footer-bottom__disclaimer {
            font-size: 12px;
            color: #999;
            margin-bottom: 6px;
            line-height: 1.5;
        }
        .footer-bottom__company{
            font-size: 20px;
            color: #fff;
            font-family: 'AlimamaShuHeiTi';
            line-height: 20px;
        }
        .footer-bottom__company img{
            margin-right: 10px;
            width: 30px;
        }
        .footer-bottom__copyright img{
            width: 20px;
            margin-right: 4px;
        }
        .footer-bottom__copyright a{
            color: #999;
        }
        .footer-bottom__ico img{
            margin: 0 10px;
        }
        .footer-bottom__company img:nth-child(2){
            margin-left: 10px;
        }