footer{
    background: #000;
}
footer .w_main{
    padding: 5.25rem 0 1.75rem 0;
}
.footer_top,.footerBottom_logo{
    display: flex;
    justify-content: space-between;
}
.footer_top{
    flex-wrap: wrap;
    /* justify-content: inherit; */
    align-items: flex-start;
}
.footer_logoBox_right,.footer_logoBox_left{
    display: flex;
    align-items: center;
}
/* .footer_item{
    width: 15%;
}
.footer_item:not(:nth-child(5)){
    margin-right: 6.25%;
} */
/* .footer_item.bottom_list{
    margin-top: 4.0625rem;
    margin-bottom: 7rem;
} */
.footer_item strong{
    padding-bottom: 0.625rem;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    display: block;
    font-weight: normal;
    font-size: 1rem;
    margin-bottom: 1rem;
}
.footer_item strong span{
    display: none;
}
.footer_item li{
    margin-bottom: 0.625rem;
    display: flex;
    align-items: center;
}
.footer_item li svg{
    margin-right: 7px;
}
.footer_item li svg path{
    fill-opacity: 1;
}
.footer_item li:last-child{
    margin-bottom: 0;
}
.footer_item li,.footer_logoBox_left a:not(:first-child){
    opacity: 0.6;
    transition: all ease-out .2s;
}
.footer_item:not(.noHover) li:hover,.footer_logoBox_left a:not(:first-child):hover{
    opacity: 1;
}
.footer_item form{
    display: flex;
    max-width: 100%;
}
.footer_item form input{
    background: none;
    border: 1px solid rgba(255,255,255,0.5);
    min-height: 2.5rem;
    max-width: calc(100% - 2.375rem);
    border-right: 0;
    color: #fff;
    padding: 5px 5px 5px 10px;
    box-sizing: border-box;
}
.footer_item form button{
    background: linear-gradient(180deg, #ED0000 0%, #940404 100%);
    border: none;
    width: 2.375rem;
    cursor: pointer;
}
.footer_item form button:hover{
    background: var(--red-color);
}
.footer_item li.footer_form{
    opacity: 1;
    display: block;
}
.footer_item li.footer_form .error{
    /* width: 100%; */
    color: var(--product-textColor);
    font-size: 12px;
    margin-top: 5px;
    min-height: 16px;
}
.footer_item .space{
    margin-top: 2.5rem;
}
.footer_bottom{
    margin-top: 7.5rem;
}
.footerBottom_logo{
    border-bottom: 0.5px solid rgba(255,255,255,0.2);
    padding-bottom: 5px;
}
.footer_logoBox_left svg{
    opacity: 0.8;
    margin: 0 2.8125rem -7px 0;
}
.footer_logoBox_left a:last-child{
    margin-left: 14px;
}
.footer_logoBox_right svg:not(:first-child){
    margin-left: 40px;
}
.footer_logoBox_right a{
    margin-left: 25px;
    position: relative;
}
.footer_logoBox_right a svg rect,.footer_logoBox_right a svg path{
    transition: all ease-out .2s;
}
.footer_logoBox_right a svg:hover rect,.footer_logoBox_right a svg:hover path{
    fill-opacity: 0.9;
}
.footerBottom_text,.footerBottom_text a{
    font-size: 0.75rem;
    color: rgba(255,255,255,0.6);
}
.footerBottom_text{
    padding-top: 10px;
}
.footerBottom_text span b{
    font-weight: normal;
}
.footerBottom_text a{
    margin: 0 10px 0 6px; 
}
.footerBottom_text a:hover{
    color: #fff;
    transition: all ease-out .2s;
}
.footer_QRbox{
    position: absolute;
    bottom: 160%;
    left: -80px;
    display: none;
}
.footer_QRbox img{
    background-color: #fff;
    padding: 5px;
    box-sizing: border-box;
    max-width: 110px;
    max-height: 110px;
}
.footer_QRbox .arrow-down {
    position: absolute;
    bottom: -8px; /* 调整位置，让三角形在二维码下方 */
    left: 74%;
    transform: translateX(80%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid white; /* 白色向上三角形 */
    pointer-events: none;
}
@media only screen and (max-width: 1024px) {
    footer .w_main{
        padding: 40px 0 30px 0;
    }
    .footer_top, .footerBottom_logo{
        display: block;
    }
    .footer_item{
        border-bottom: 1px solid rgba(255,255,255,0.15);
        padding: 18px 0;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
    }
    .footer_item:first-child{
        border-top: 1px solid rgba(255,255,255,0.15);
    }
    /* .footer_item.bottom_list{
        margin-top: 0;
        margin-bottom: 0;
    } */
    .footer_item strong{
        font-size: 14px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 0;
    }
    .footer_item strong svg{
        height: 13px;
        width: 13px;
        color: #fff;
    }
    .footer_item strong svg path{
        fill-opacity: 1;
    }
    .footer_item[data-show="false"] strong span.minus{
        display: none;
    }
    .footer_item[data-show="false"] strong span.add{
        display: block;
    }
    .footer_item[data-show="true"] strong span.minus{
        display: block;
    }
    .footer_item[data-show="true"] strong span.add{
        display: none;
    }
    .footer_item ul{
        display: none;
    }
    .footer_item li{
        margin: 16px 0 0 0;
        opacity: 0.5;
    }
    .footer_item li,.footer_item li a{
        font-size: 13px;
    }
    .footer_logoBox_right a:first-child{
        margin-left: 0;
    }
    .footer_bottom{
        margin-top: 0;
    }
    .footerBottom_logo{
        padding: 20px 0;
        border-bottom: 0;
    }
    .footer_logoBox_left,.footer_logoBox_left a{
        color: rgba(255,255,255,0.8);
        font-size: 12px;
        opacity: 1;
        margin-left: 0;
    }
    .footerBottom_text{
        font-size: 12px;
        padding-top: 5px;
        display: flex;
        flex-wrap: wrap;
    }
    .footerBottom_text a{
        font-size: 12px;
    }
    .footerBottom_text span:last-child{
        width: 100%;
    }
    .footer_QRbox{
        display: none;
    }

}