.footer_container {
    background: #000;
    height: 2.59rem;
    width: 100%;
}

.footer-menu {
    box-sizing: border-box;
    padding: 0.4rem 1.56rem 0.26rem 1.56rem;
    display: flex;
    justify-content: space-between; 
}

.footer-sub {
    font-family: 'NotoSansCJKscBlack';
    font-weight: 400;
    font-size: 0.20rem;
    color: #FFFFFF;
    line-height: 0.24rem;
}

.footer-item {
    margin-bottom: 0.14rem;
}

.footer-item a {
    border-bottom: 1px solid #b1afaf;
}

.footer-item a:hover {
    border-bottom: 1.5px solid #FFFFFF;
}

.footer_logo {
    width: 2.01rem;
    height: 0.56rem;
    background-image: url(../images/logo-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.footer-icp {
    box-sizing: border-box;
    padding: 0 1.56rem;
    box-sizing: border-box;
    font-family: 'NotoSansCJKscBlack';
    font-weight: 400;
    font-size: 0.16rem;
    color: #dad7d7;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-icp a:hover {
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
}

.footer_logo_member {
    width: 1.8rem;
    object-fit: contain;
}