/* ========== 全新底部样式 ========== */
.s1_foot footer {
    width: 100%;
    background: #323232;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'PingFang SC', 'Microsoft YaHei', sans-serif;
}

/* 主体容器 15rem */
.s1_foot .f-wrapper {
    width: 15rem;
    margin: 0 auto;
    padding: 0.3rem 0 0.4rem;
}

/* 友情链接区域 */
.s1_foot .yqlj_section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 0.3rem;
    margin-bottom: 0.4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.s1_foot .yqlj_title {
    color: #c52501;
    font-size: 0.16rem;
    font-weight: 600;
    margin-right: 0.3rem;
    white-space: nowrap;
    letter-spacing: 1px;
}

.s1_foot .yqlj_list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.08rem 0.28rem;
}

.s1_foot .yqlj_list a {
    color: #bfc0c6;
    font-size: 0.14rem;
    text-decoration: none;
    transition: color 0.2s;
}

.s1_foot .yqlj_list a:hover {
    color: #c52501;
}

/* 主体内容区 */
.s1_foot .footer_content {
    display: flex;
    justify-content: space-between;
    gap: 0.4rem;
}

/* 左侧Logo区域 */
.s1_foot .footer_left {
    flex-shrink: 0;
    width: 2.8rem;
}

.s1_foot .footer_logo h2 {
    color: #ffffff;
    font-size: 0.24rem;
    font-weight: 700;
    margin-bottom: 0.1rem;
    letter-spacing: 1px;
}

.s1_foot .footer_logo img {
    max-height: 0.6rem;
    width: auto;
}

.s1_foot .footer_logo p {
    color: #c52501;
    font-size: 0.18rem;
    margin-top: 0.08rem;
}

.s1_foot .footer_desc {
    margin-top: 0.2rem;
}

.s1_foot .footer_desc p {
    color: #bfc0c6;
    font-size: 0.16rem;
    line-height: 1.6;
}

/* 导航区域 */
.s1_foot .footer_nav {
    display: flex;
    gap: 0.6rem;
    flex: 1;
}

.s1_foot .nav_block h4 {
    color: #ffffff;
    font-size: 0.16rem;
    font-weight: 600;
    margin-bottom: 0.18rem;
    position: relative;
    padding-bottom: 0.08rem;
}

.s1_foot .nav_block h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0.3rem;
    height: 0.02rem;
    background: #c52501;
    border-radius: 0.02rem;
}

.s1_foot .nav_block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.s1_foot .nav_block ul li {
    margin-bottom: 0.12rem;
}

.s1_foot .nav_block ul li a {
    color: #bfc0c6;
    font-size: 0.15rem;
    text-decoration: none;
    transition: all 0.2s;
}

.s1_foot .nav_block ul li a:hover {
    color: #c52501;
    padding-left: 0.05rem;
}

/* 右侧区域 */
.s1_foot .footer_right {
    flex-shrink: 0;
    /* width: 3.2rem; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.s1_foot .footer_contact {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0.12rem;
    padding: 0.2rem 0.2rem;
    margin-bottom: 0.2rem;
    margin-right: .32rem;
}

.s1_foot .contact_item {
    display: flex;
    align-items: flex-start;
    gap: 0.12rem;
    margin-bottom: 0.16rem;
}

.s1_foot .contact_icon {
    font-size: 0.2rem;
    color: #c52501;
}

.s1_foot .contact_info {
    color: #bfc0c6;
    font-size: 0.15rem;
    line-height: 1.5;
}

.s1_foot .contact_phone,
.s1_foot .contact_tel {
    color: #c52501;
    font-size: 0.18rem;
    font-weight: 600;
    line-height: 1.4;
}

.s1_foot .contact_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.08rem;
    background: #c52501;
    padding: 0.1rem 0.2rem;
    border-radius: 0.3rem;
    text-decoration: none;
    color: #ffffff;
    font-size: 0.14rem;
    font-weight: 500;
    transition: all 0.2s;
    margin-top: 0.15rem;
    cursor: pointer;
}

.s1_foot .contact_btn:hover {
    background: #e67e22;
    transform: translateY(-0.02rem);
}

.s1_foot .contact_btn img {
    width: 0.18rem;
    height: 0.18rem;
}

/* 二维码区域 */
.s1_foot .footer_qrcodes {
    display: flex;
    gap: 0.2rem;
    justify-content: center;
}

.s1_foot .qrcode {
    text-align: center;
}

.s1_foot .qrcode_img {
    width: 1.2rem;
    height: 1.2rem;
    background: #ffffff;
    border-radius: 0.1rem;
    padding: 0.06rem;
}

.s1_foot .qrcode_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.s1_foot .qrcode span {
    display: block;
    margin-top: 0.08rem;
    color: #bfc0c6;
    font-size: 0.16rem;
}

/* 底部版权区域 */
.s1_foot .footer_bottom {
    background: #06090f;
    padding: 0.2rem 0;
    text-align: center;
}

.s1_foot .bottom_inner {
    max-width: 15rem;
    margin: 0 auto;
    padding: 0 0.2rem;
}

.s1_foot .copyright {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.1rem 0.15rem;
    margin-bottom: 0.12rem;
    font-size: 0.16rem;
    color: #bfc0c6;
}

.s1_foot .copyright a {
    color: #bfc0c6;
    text-decoration: none;
}

.s1_foot .copyright a:hover {
    color: #c52501;
}

.s1_foot .copyright .sep {
    color: #3a3f4e;
}

.s1_foot .other_info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.1rem 0.2rem;
    font-size: 0.16rem;
    color: #bfc0c6;
}

.s1_foot .other_info .gaba {
    display: inline-flex;
    align-items: center;
    gap: 0.04rem;
    color: #bfc0c6;
    text-decoration: none;
}

.s1_foot .other_info .gaba img {
    width: 0.16rem;
    vertical-align: middle;
}

.s1_foot .other_info a:hover {
    color: #c52501;
}

/* 响应式 */
@media (max-width: 1200px) {
    .s1_foot .f-wrapper,
    .s1_foot .bottom_inner {
        width: 100%;
        padding-left: 0.3rem;
        padding-right: 0.3rem;
        box-sizing: border-box;
    }
}

@media (max-width: 900px) {
    .s1_foot .footer_content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0.3rem;
    }
    
    .s1_foot .footer_left {
        display: none;
    }
    
    .s1_foot .footer_nav {
        display: none;
    }
    
    .s1_foot .nav_block h4:after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .s1_foot .footer_right {
        width: 100%;
    }
    
    .s1_foot .contact_item {
        justify-content: center;
    }
    
    .s1_foot .yqlj_section {
        flex-direction: column;
        text-align: center;
        gap: 0.15rem;
    }
    
    .s1_foot .yqlj_title {
        margin-right: 0;
    }
    
    .s1_foot .yqlj_list {
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .s1_foot .footer_nav {
        flex-wrap: wrap;
        gap: 0.3rem;
        justify-content: center;
    }
    
    .s1_foot .nav_block {
        min-width: 0.9rem;
    }
    
    .s1_foot .copyright {
        flex-direction: column;
        gap: 0.08rem;
    }
    
    .s1_foot .copyright .sep {
        display: none;
    }
    
    .s1_foot .other_info {
        flex-direction: column;
        gap: 0.08rem;
    }
}


.gdxq-qrcode-box {position: fixed; top: 0px; left: 0px; margin: auto; background: rgba(0,0,0,0.75); width: 100%; height: 100%; z-index: 100; opacity: 0; visibility: hidden; transition: all 0.5s ease; }
.gdxq-qrcode-box.active { opacity: 1; visibility: visible; }
.gdxq-qrcode-box .gdxq-qrcode-inner { width: 3.92rem; position: absolute; top: 50%; left: 50%; background: #fff; transform: translate(-50%,-65%); border-radius: .1rem; opacity: 0; visibility: hidden; transition: all 0.5s ease; border-radius: .15rem; }
.gdxq-qrcode-box.active .gdxq-qrcode-inner { opacity: 1; visibility: visible; transform: translate(-50%,-50%); }
.gdxq-qrcode-text {padding: .39rem .15rem 0; text-align: center; font-size: .15rem; }
.gdxq-qrcode-bg {position: absolute; top: -2px; left: 0px; z-index: -1; border-radius: .1rem .1rem 0 0; overflow: hidden; }
.gdxq-qrcode-bg img {width: 100%; }
.gdxq-qrcode-img {background: #fff;width: 2.55rem; height: 2.55rem; font-size: 0px; margin: .25rem auto 0; box-shadow: 0 .05rem .1rem rgba(0,0,0,0.05); padding: .1rem; border: 1px solid #ebebeb; box-sizing: border-box; }
.gdxq-qrcode-img img {width: 100%; height: 100%; object-fit: cover; }
.gdxq-qrcode-tip {text-align: center; font-size: .14rem; color: #999; padding: .1rem .2rem .2rem; }
.gdxq-qrcode-text p span {display: block; font-size: .2rem; font-weight: bold; color: #fff; }
.gdxq-qrcode-text p b {color: #fff; font-weight: normal; border: 1px solid rgba(255,255,255,0.25); padding: .05rem .15rem; border-radius: .5rem; display: inline-block; margin-top: .1rem; }
.gdxq-qrcode-close {position: absolute; top: -.15rem; right: -.15rem; width: .39rem; height: .39rem; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,0.75); border-radius: .5rem; }
.gdxq-qrcode-close img {width: .15rem; }

@media (max-width: 750px){
    .gdxq-qrcode-box .gdxq-qrcode-inner{
        width: 90vw;
        max-width: 675px;
    }
    .gdxq-qrcode-text p span{
        font-size: .4rem;
    }
    .gdxq-qrcode-text{
        font-size: .3rem;
    }
    .gdxq-qrcode-img{
        width: 5.1rem;
        height: 5.1rem;
    }
    .gdxq-qrcode-tip{
        font-size: .28rem;
        padding: 0.2rem 0.4rem 0.4rem
    }
    .gdxq-qrcode-close{
        width: .78rem;
        height: .78rem;
    }
    .gdxq-qrcode-close img{
        width: .3rem;
    }
}



.lhw-right-xf { width: .6rem; position: fixed; bottom: 25%; right: .2rem; transition: all 0.5s ease; transform: translateX(100px); opacity: 0; visibility: hidden;z-index: 5; }
.lhw-right-xf.active { transform: translateX(0px); opacity: 1; visibility: visible; }
.lhw-right-xf .lhw-xf-free { font-size: 0px; display: block; }
.lhw-right-xf .lhw-xf-free:after { content: ""; width: 13px; height: 13px; display: block; position: absolute; top: -6.5px; right: -6.5px; background: #f60; border: 2px solid #fff; border-radius: 50px; animation: zoomIn 1.2s linear 1.2s infinite alternate; }
.lhw-right-xf .lhw-xf-item { height: .6rem; display: flex; align-items: center; justify-content: center; text-align: center; background: #666; margin-top: 10px; position: relative; transition: all 0.5s ease; text-decoration: none; color: #323232; }
.lhw-right-xf .lhw-xf-item img{
    width: .36rem;
}
.lhw-right-xf .lhw-xf-item:hover { background: #323232; }
.lhw-right-xf .lhw-xf-item i { position: absolute; top: 5px; left: -10px; animation-fill-mode: both; animation-duration: 1s; animation-name: flash; animation-iteration-count: infinite; }
@keyframes shake {from, to {-webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 10%, 30%, 50%, 70%, 90% {-webkit-transform: translate3d(-2px, 0, 0); transform: translate3d(-10px, 0, 0); } 20%, 40%, 60%, 80% {-webkit-transform: translate3d(2px, 0, 0); transform: translate3d(2px, 0, 0); } }
@keyframes flash {from, 50%, to {opacity: 1; } 25%, 75% {opacity: 0; } }

.lhw-right-xf .lhw-xf-item .lhw-connect-box { width: 256px; position: absolute; top: -139px; right: 70px; background: #fff; padding: 25px 0; text-align: left; box-shadow: 0 15px 32px rgba(0,0,0,0.15); opacity: 0; transform: translate(100px,100px) scale(0); visibility: hidden; transition: all 0.5s ease;font-size: 16px; }
.lhw-right-xf .lhw-xf-item:hover .lhw-connect-box { transform: translate(0,0) scale(1); opacity: 1; visibility: visible; }
.lhw-right-xf .lhw-xf-item .lhw-connect-box:after { content: ""; width: 0px; right: 0px; border-left: 5px solid #fff; border-top: 5px solid transparent; border-bottom: 5px solid transparent; position: absolute; right: -5px; bottom: 90px; }
.lhw-right-xf .lhw-xf-item .lhw-connect-box span { display: block; padding: 0 25px; }
.lhw-right-xf .lhw-xf-item .lhw-connect-box span b { color: #2589ff; }
.lhw-right-xf .lhw-xf-item .lhw-connect-box p { margin: 20px 0 0; text-align: center; }
.lhw-right-xf .lhw-xf-item .lhw-connect-box p img{
    width: 150px;
    height: auto;
}
@media (max-width: 750px){
    .lhw-right-xf{
        width: 1rem;
    }
    .lhw-right-xf .lhw-xf-item{
        height: 1rem;
    }
    .lhw-right-xf .lhw-xf-item img{
        width: .5rem;
    }
}



.footer-href {padding-bottom: .2rem;width: 12rem;margin: 0 auto;border-bottom: 1px solid #3b3c3f;}
.footer-href .lhw-floor-wrapper { padding-top: .2rem; font-size: .16rem;line-height: 2;  }
.footer-href p { float: left; color: #fff; }
.footer-href a { color: #7c8187; text-decoration: none; margin-right: .19rem;transform: all .3s ease; }
.footer-href a:hover{color:#B89767;}

@media (max-width: 750px){
    .footer-href{width: 100%;padding: 0 .24rem .2rem;box-sizing: border-box;}
    .footer-href .lhw-floor-wrapper{font-size: .26rem;}
}

.no-shuju img,.bucunzai img{
    width: 6rem;
}

.pc_title .pc_title_br{
    background: #c52501;
}