/* Footer app download ¡ª scoped overrides for .oter_t_l global span/em/a rules */
.oter_t_l .cph-app-fd {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 290px;
    margin-top: 20px;
    font-family: "PingFang SC", "Microsoft YaHei", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.oter_t_l .cph-app-fd-qr {
    width: 177px;
    height: 177px;
    padding: 7px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    margin-bottom: 27px;
    box-sizing: border-box;
    flex-shrink: 0;
}

.oter_t_l .cph-app-fd-qr img {
    width: 163px;
    height: 163px;
    display: block;
    object-fit: contain;
    float: none;
    margin: 0;
    max-width: none;
    max-height: none;
}

.oter_t_l .cph-app-fd-cap,
.oter_t_l .cph-app-fd-sub {
    display: block;
    width: 100%;
    max-width: 290px;
    margin: 0;
    padding: 0;
    float: none;
    text-align: center;
    font-style: normal;
    border-top: none;
}

.oter_t_l .cph-app-fd-cap {
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    line-height: 1.5;
}

.oter_t_l .cph-app-fd-sub {
    margin-bottom: 28px;
    font-size: 13px;
    font-weight: 400;
    color: #999;
    line-height: 1.5;
}

.oter_t_l .cph-app-fd-stores {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.oter_t_l .cph-app-fd-store {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    width: 132px;
    height: 40px;
    padding: 0 12px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    box-sizing: border-box;
    transition: opacity 0.2s ease;
    float: none;
    line-height: 1;
    overflow: hidden;
}

.oter_t_l .cph-app-fd-store:hover {
    opacity: 0.88;
    color: #fff;
    text-decoration: none;
}

.oter_t_l .cph-app-fd-store-ico,
.oter_t_l .cph-app-fd-store svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    flex-shrink: 0;
    display: block;
}

.oter_t_l .cph-app-fd-store-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
    line-height: 1.05;
    text-align: left;
}

.oter_t_l .cph-app-fd-store-name {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    line-height: 1.1;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.oter_t_l .cph-app-fd-store-action {
    display: block;
    font-size: 9px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.1;
    margin: 1px 0 0;
    padding: 0;
    letter-spacing: 0.1px;
    white-space: nowrap;
}

@media (max-width: 1280px) {
    .oter_t_l .cph-app-fd {
        margin-left: auto;
        margin-right: auto;
    }

    .oter_t_l .cph-app-fd-cap,
    .oter_t_l .cph-app-fd-sub {
        border-top: none !important;
        padding: 0 !important;
    }

    .oter_t_l .cph-app-fd-cap {
        font-size: 15px !important;
        line-height: 1.5 !important;
        font-weight: 600 !important;
        color: #333 !important;
        margin-bottom: 12px !important;
        text-align: center !important;
    }

    .oter_t_l .cph-app-fd-sub {
        font-size: 13px !important;
        line-height: 1.5 !important;
        font-weight: 400 !important;
        color: #999 !important;
        margin-bottom: 28px !important;
        text-align: center !important;
    }

    .oter_t_l .cph-app-fd-store {
        float: none !important;
        display: inline-flex !important;
        width: 132px !important;
        height: 40px !important;
        line-height: 1 !important;
    }

    .oter_t_l .cph-app-fd-store-name {
        font-size: 13px !important;
        line-height: 1.1 !important;
        font-weight: 600 !important;
        color: #fff !important;
        margin: 0 !important;
    }

    .oter_t_l .cph-app-fd-store-action {
        font-size: 9px !important;
        line-height: 1.1 !important;
        font-weight: 400 !important;
        color: rgba(255, 255, 255, 0.85) !important;
        margin: 1px 0 0 !important;
    }
}

@media (max-width: 650px) {
    .oter_t_l .cph-app-fd {
        max-width: 100%;
    }
}
