/* ============================================================
   底部版权上方 - 免费试用CTA横幅（统一全站）
   ============================================================ */
.youMain {
    width: 100%;
    height: 8.11rem;
    line-height: 8.11rem;
    background-image: url('../assets/icon_bottombg@2x.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
}
.youMain>span:first-of-type {
    font-size: 1.69rem;
    font-family: PingFangSC-Medium, "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: 500;
    color: #FFFFFF;
}
.youMain>span:last-of-type {
    display: inline-block;
    width: 10rem;
    height: 3.33rem;
    background: #3178FF;
    border-radius: 0.14rem;
    border: 0.07rem solid #FFFFFF;
    line-height: 3.33rem;
    font-size: 1.13rem;
    font-family: PingFangSC-Medium, "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
    text-align: center;
    margin-left: 1.5rem;
}

/* ============================================================
   统一底部版权栏 - 参考截图样式
   深色背景 / 左侧品牌+二维码+电话 / 中间三列链接 / 右侧联系
   ============================================================ */

.unified-footer {
    background-color: #151b26;
    padding: 3.6rem 0 0;
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

.unified-footer .footer-inner {
    width: 84.51rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 3rem;
    box-sizing: border-box;
}

/* 左侧品牌区 */
.unified-footer .footer-brand {
    width: 20rem;
    flex-shrink: 0;
}

.unified-footer .footer-brand .brand-logo {
    display: flex;
    align-items: center;
    margin-bottom: 0.6rem;
}

.unified-footer .footer-brand .brand-logo img {
    width: 2.2rem;
    height: 2.2rem;
    margin-right: 0.6rem;
}

.unified-footer .footer-brand .brand-logo span {
    font-size: 1.4rem;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.05rem;
}

.unified-footer .footer-brand .brand-slogan {
    font-size: 0.85rem;
    color: #9ca3af;
    line-height: 1.5;
    margin-bottom: 1.4rem;
}

.unified-footer .footer-brand .qr-card {
    width: 10.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0.5rem;
    padding: 0.8rem;
    margin-bottom: 1.4rem;
}

.unified-footer .footer-brand .qr-card .qr-title {
    font-size: 0.95rem;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0.3rem;
}

.unified-footer .footer-brand .qr-card .qr-sub {
    font-size: 0.75rem;
    color: #9ca3af;
    line-height: 1.4;
    margin-bottom: 0.6rem;
}

.unified-footer .footer-brand .qr-card img {
    width: 8.5rem;
    height: 8.5rem;
    display: block;
    border-radius: 0.3rem;
}

.unified-footer .footer-brand .hotline {
    display: flex;
    align-items: center;
}

.unified-footer .footer-brand .hotline .phone-icon {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background: rgba(49, 120, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.7rem;
    flex-shrink: 0;
}

.unified-footer .footer-brand .hotline .phone-icon svg {
    width: 1.1rem;
    height: 1.1rem;
    fill: #3178ff;
}

.unified-footer .footer-brand .hotline .phone-num {
    font-size: 1.3rem;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.2;
}

.unified-footer .footer-brand .hotline .phone-label {
    font-size: 0.75rem;
    color: #9ca3af;
    line-height: 1.2;
}

/* 中间链接列 */
.unified-footer .footer-links {
    display: flex;
    flex: 1;
    justify-content: space-around;
    padding: 0 2rem;
}

.unified-footer .footer-col {
    min-width: 7rem;
}

.unified-footer .footer-col .col-title {
    font-size: 0.95rem;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 1.2rem;
}

.unified-footer .footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.unified-footer .footer-col ul li {
    margin-bottom: 0.75rem;
}

.unified-footer .footer-col ul li a,
.unified-footer .footer-col ul li span {
    font-size: 0.85rem;
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.2s;
    cursor: default;
}

.unified-footer .footer-col ul li a {
    cursor: pointer;
}

.unified-footer .footer-col ul li a:hover {
    color: #3178ff;
}

/* 右侧联系我们 */
.unified-footer .footer-contact {
    width: 14rem;
    flex-shrink: 0;
}

.unified-footer .footer-contact .col-title {
    font-size: 0.95rem;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 1.2rem;
}

.unified-footer .footer-contact .contact-item {
    font-size: 0.85rem;
    color: #9ca3af;
    line-height: 1.6;
    margin-bottom: 0.7rem;
}

/* 底部版权条 */
.unified-footer .footer-bottom {
    border-top: 1px solid #2d3748;
    padding: 1.2rem 0;
}

.unified-footer .footer-bottom-inner {
    width: 84.51rem;
    margin: 0 auto;
}

.unified-footer .partners {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
    flex-wrap: wrap;
}

.unified-footer .partners .partners-label {
    font-size: 0.8rem;
    color: #6b7280;
    margin-right: 1rem;
}

.unified-footer .partners .partner-name {
    font-size: 0.8rem;
    color: #6b7280;
    margin-right: 1.2rem;
}

.unified-footer .copyright-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.75rem;
    color: #6b7280;
    line-height: 1.6;
}

.unified-footer .copyright-line a {
    color: #6b7280;
    text-decoration: none;
    margin-left: 0.8rem;
}

.unified-footer .copyright-line a:hover {
    color: #9ca3af;
}

/* 适配小屏 */
@media (max-width: 1400px) {
    .unified-footer .footer-inner,
    .unified-footer .footer-bottom-inner {
        width: 90%;
    }
}

@media (max-width: 992px) {
    .unified-footer .footer-inner {
        flex-wrap: wrap;
    }
    .unified-footer .footer-brand,
    .unified-footer .footer-contact {
        width: 100%;
        margin-bottom: 2rem;
    }
    .unified-footer .footer-links {
        width: 100%;
        padding: 0;
        justify-content: space-between;
    }
}
