
.is-mobile{
    display: block;
}
.is-desktop{
    display: none;
}
.new-footer {
    padding: 0 0 2rem 0;
} 
.new-footer.site-footer a {
    font-size: 2.4rem;
} 
.new-footer.site-footer .pt-2, .new-footer.site-footer .m-0 {
    font-size: 2.4rem;
} 
.new-footer .site-logo{
    width: 20rem;
    height: 4rem;
    margin-bottom: 2rem;
}
.new-footer .font10{
    font-size: 2rem;
}
.new-footer .font14{
    font-size: 2.4rem;
}
.new-footer .font22{
    font-size: 3.0rem;
}
.new-footer .link{
    color: #ffbc01;
}
.site-footer.new-footer .widget .widget-title {
    padding: 0;
    padding-bottom: 2rem;
}
.site-footer.new-footer .widget .vertical-list li{
    padding: 0 0 1rem;
}
.site-footer.new-footer .widget {
    margin-bottom: 1rem;
}
.new-footer .adaptation {
    padding: 3rem 1.5rem 1.5rem;
    display: flex;
    justify-content: space-between;
    margin: 0 -5.0rem 0 0;
}
.new-footer .adaptation .item{
    margin-right: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.new-footer .adaptation .item img{
    width: 4.8rem;
    height: 4.8rem;
    margin-bottom: 1.0rem;
}

.new-footer .col-lg-8 {
    padding: 3.0rem 0 3.0rem 7.3rem;
    margin-bottom: 6rem;
    border-radius: 4rem;
    border: solid 0.2rem #333;
    margin: 0 2.0rem;
}
.new-footer .col-lg-4 {
    margin: 5.0rem 9.05rem 0 9.25rem;
}

.new-footer .tip{
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
    color: #ffffffcc;
    margin: 0 0 15.6rem 0;
}

.new-footer .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
}
.new-footer .flag-wrap {
    display: flex;
    justify-content: space-between;
}
/* +/- 展开：不依赖 add.png / less.png（仓库内无此资源，展开后「-」会丢失） */
.new-footer .font22 .flag {
    flex-shrink: 0;
    background-image: none !important;
    background-color: rgba(255, 255, 255, 0.12);
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}
.new-footer .font22 .flag::before,
.new-footer .font22 .flag::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.92);
    border-radius: 1px;
}
/* 横条：展开/收起均显示（即「—」） */
.new-footer .font22 .flag::before {
    width: 62%;
    height: 2px;
    min-width: 8px;
}
/* 竖条：仅「+」状态显示 */
.new-footer .font22 .flag::after {
    width: 2px;
    height: 62%;
    min-height: 8px;
    opacity: 1;
    transition: opacity 0.12s ease, transform 0.12s ease;
}
.new-footer .font22 .flag.less::after {
    opacity: 0;
    transform: translate(-50%, -50%) scaleY(0);
}
.new-footer .list-inline{
    display: none;
}

/* 移动端：对齐 91jav1 footer — 用 px + !important，避免 html --base-font-size 把 rem 放大 */
@media (max-width: 51.2rem) {
    .new-footer.site-footer a {
        font-size: 12px !important;
    }
    .new-footer.site-footer .pt-2,
    .new-footer.site-footer .m-0 {
        font-size: 12px !important;
    }
    .new-footer .col-lg-6.order-1 .font14,
    .new-footer .col-lg-6.order-1 .pt-2,
    .new-footer .col-lg-6.order-1 .m-0,
    .new-footer .col-lg-6.order-1 a {
        font-size: 11px !important;
        line-height: 1.45;
    }
    .new-footer .site-logo {
        width: 86px !important;
        height: auto !important;
        max-height: 20px !important;
        object-fit: contain;
        margin-bottom: 10px !important;
    }
    .new-footer .font10 {
        font-size: 10px !important;
    }
    .new-footer .font14 {
        font-size: 11px !important;
    }
    .new-footer .font22 {
        font-size: 13px !important;
        font-weight: 600;
    }
    .new-footer .adaptation {
        padding: 12px 10px 10px;
        margin: 0 -8px 0 0;
    }
    .new-footer .adaptation .item {
        margin-right: 10px;
    }
    .new-footer .adaptation .item img {
        width: 22px !important;
        height: 22px !important;
        margin-bottom: 4px !important;
    }
    .new-footer .font22 .flag {
        width: 16px !important;
        height: 16px !important;
        min-width: 16px;
        min-height: 16px;
    }
    .new-footer .widget-title.flag-wrap {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        line-height: 1.2;
    }
    /* 折叠区子链接：收紧行距 */
    .site-footer.new-footer .widget .vertical-list li,
    .site-footer.new-footer .widget .vertical-list.font14 li {
        padding: 3px 0 !important;
    }
    .site-footer.new-footer .widget .vertical-list a {
        font-size: 11px !important;
        line-height: 1.35;
    }
    .new-footer .col-lg-6.order-2 > .row {
        margin-top: 10px;
    }
    .site-footer.new-footer .widget {
        margin-bottom: 6px;
    }
    .site-footer.new-footer .widget .widget-title {
        padding-bottom: 6px !important;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .new-footer {
        padding: 0 0 2.0rem 0;
    } 
    .new-footer.site-footer a {
        font-size: 1.4rem;
    } 
    .new-footer.site-footer .pt-2, .new-footer.site-footer .m-0 {
        font-size: 1.4rem;
        margin: 0 0 0.3rem 0;
    } 
    .is-mobile{
        display: none;
    }
    .is-desktop{
        display: block;
    }
    .new-footer .adaptation {
        padding:0 0 0 3.0rem ;
        justify-content: start;
    }
    .new-footer .col-lg-8{
        padding: 0;
        margin-bottom: 6rem;
        border-radius: 4rem;
        border: 0;
        margin: 0;
    }
    .new-footer .col-lg-4 {
        margin: 0;
    }
    .new-footer .font14{
        font-size: 1.4rem;
    }
    .new-footer .font22{
        font-size: 2.2rem;
    }
    .new-footer .font10{
        font-size: 1.0rem;
    }
    .site-footer.new-footer .widget .widget-title {
        padding-bottom: 2rem;
    }
    .new-footer .adaptation .item img{
        width: 2.2rem;
        height: 2.2rem;
    }
    .new-footer .col-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .new-footer .list-inline{
        display: block;
    }

    .new-footer .adaptation {
        padding: 0 0 0 0;
        margin: 0 0 0 0;
    }
}

@media (min-width: 768px) {
    .new-footer .site-logo{
        width: 10rem;
        height: 2rem;
        margin-bottom: 2rem;
    }
}
