/* Footer 需要的 CSS 样式提取 */
.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}
.copyright-left {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 340px;
}
.copyright-left span, .copyright-left a {
    color: #999;
    font-size: 14px;
}
.copyright .ps_record {
    display: flex;
    align-items: center;
    gap: 3px;
    color: #999;
    font-size: 12px;
    text-decoration: none;
    margin-right: 330px;
}
.ps_record {
    justify-content: center;
    margin-bottom: 20px;
    font-size: 14px;
}
.copyright .ps_record img {
    width: 16px;
    height: 16px;
}
@keyframes douyinCode {
    0% {
        opacity: 0;
    }
    25% {
        opacity: .25;
    }
    50% {
        opacity: .5;
    }
    75% {
        opacity: .75;
    }
    100% {
        opacity: 1;
    }
}

/* 移动端隐藏 */
@media screen and (min-width: 1024px) {
    .app-wechat-wrap,
    .footer-tablist-app,
    .footer_wrap_app {
        display: none !important;
    }
}

/* PC端样式 */
#footer {
    background: #1A1512;
    padding: 0 10px;
}
.copyright .ps_record img {
    width: 16px;
    height: 16px;
}
.footer_wrap {
    position: relative;
    display: flex;
    margin: 0 auto;
    padding-top: 7vh;
    padding-bottom: 34px;
}

@media (min-width: 1025px) {
    .footer_wrap {
        display: flex;
        justify-content: space-between;
        max-width: 60vw;
    }
}
@media (min-width:769px) and (max-width:1559px) {
    .footer_wrap {
        max-width: 75vw;  
    }
            
}

.footer_wrap h5 {
    font-size: 18px;
    color: #fff;
    line-height: 44px;
    text-align: center;
    margin-bottom: 10px;
}

.footer_wrap ul li a {
    font-size: 12px;
    color: #9fa3a6;
    text-align: left;
    line-height: 32px;
}

.code img {
    max-width: 100%;
    width: 160px;
    margin-top: 8px;
}

.code p {
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    padding: 8px 0;
}

.footer_icon a {
    font-size: 24px !important;
}

/* 二维码弹出层 */
.popup {
    display: none;
    position: absolute;
    bottom: 33px;
    right: 0;
    width: 144px;
    height: 160px;
}

.popup-wechat {
    display: none;
    position: absolute;
    bottom: 33px;
    right: 0;
    width: 144px;
    height: 160px;
}

.triangle {
    position: absolute;
    background: #ffffff;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .1);
    z-index: 8;
    width: 11px;
    height: 11px;
    bottom: 25px;
    right: 16px;
    transform: translateY(50%) rotate(45deg);
}

.douyinCode {
    position: relative;
}

.douyinCode:hover > .popup {
    display: block !important;
    animation: douyinCode .5s linear;
}

.app-wechat-wrap {
    position: relative;
}

.app-wechat-wrap:hover > .popup-wechat {
    display: block !important;
    animation: douyinCode .5s linear;
}

.er-code {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 8px;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.er-code img.dps {
    width: 120px;
    height: 120px;
}

/* 链接区域样式 */
.footer-links-wrapper {
    width: 25vw;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.footer-links-header {
    display: flex;
    justify-content: flex-start;
    gap: 7.2vw;
}

.footer-link-column h5 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
    line-height: 44px;
}

.footer-links-divider {
    height: 1px;
    width: 93%;
    background: #353535;
    margin: 20px 0 20px 0;
}

.footer-links-divider-a {
    height: 1px;
    width: 100%;
    background: #353535;
}

.footer-links-content {
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
}

.footer-links-content .footer-link-column {
    flex: 1;
}

.footer-links-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-content ul li a {
    font-size: 14px;
    color: #a3a3a3;
    line-height: 31px;
}

.footer-links-content ul li a:hover {
    color: #ffa500;
    transition: all .4s linear;
}

/* 版权信息 */
.app-footer-copyright {
    font-size: 12px;
    color: #4a4a4a;
    text-align: center;
}

.app-footer-copyright a {
    color: #4a4a4a;
}

/* 右侧二维码 */
.footer_slidercode {
    flex-shrink: 0;
}

/* 电话区域 */
.footer_tel {
    flex: 1;
}

.footer_telapp {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
}

/* 响应式 */
@media (max-width: 768px) {
    .footer-links-header,
    .footer-links-content {
        grid-template-columns: 1fr;
    }
    .footer-link-column {
        padding: 8px 12px;
    }
}
