.footer {
    background-image: url('../images/foot_img/footbg.png'); /* 替换为你的图片地址 */
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
    padding: 3.125vw 0 1.5625vw;
	width: 100%;
}
.footer ._friendlink{
    position: relative;
    cursor: pointer;
    height:2rem;
}
.footer ._friendlink .hover::-webkit-scrollbar {
    display: none;
}
.footer ._friendlink:hover .hover{
    visibility: inherit;
}
.footer ._friendlink .hover {
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 60vw;
    background: #222;
    box-sizing: border-box;
    height:3rem;
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    overflow-x: scroll;
    visibility: hidden;
    padding:0 1rem;

}
.footer ._friendlink .hover .ccc{
    display: block;
    white-space:nowrap;
    gap: 0.5rem 0;
}
.footer ._friendlink .hover a{
    font-size: 1rem;
}
.footer ._friendlink .hover a::after{
    content:'·';
    padding:0 0.3rem;
}
.footer ._friendlink .hover a:nth-last-of-type(1)::after{
    content:'';
}
.footer ._friendlink .hover a:hover{
    color: #fff;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 0;
}

.footer-content {
    position: relative;
    z-index: 1;
    padding-left: 10.9375vw;
    padding-right: 10.9375vw;
	width: 100%;
}

.foot-top-logo-1{
    width: 26.4062vw;
    height: 3.125vw;
}
.foot-top-logo-2{
    width: 3.125vw;
    height: 3.125vw;
    margin-left: 2.7604vw;
}
.foot-top-logo-3{
    width: 3.125vw;
    height: 3.125vw;
    margin-left: 1.1979vw;
}
.foot-top-logo-4{
    width: 3.125vw;
    height: 3.125vw;
    margin-left: 1.1979vw;
}

.foot-middle-body{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 2.6041vw;
}
.foot-middle-body-left{
    display: flex;
    flex-direction: column;
}
.foot-middle-body-right{
    display: flex;
    flex-direction: column;
}
.fmbl-text{
    font-size: 0.9375vw;
    color: #F8F8F8;
    width:auto;
    white-space: nowrap;
    margin-left: 2.604vw;
    text-decoration: none;
}
.fmbl-text:first-child{
    margin-left: 0vw;
}
.fmbl-local-box{
    width: 19.9479vw;
    height: 7.0321vw;
    display: flex;
    flex-direction: column;
    text-align: left;
}
.fmbl-text-1{
    font-size: 0.9375vw;
    color: #BBBBBB;
    width: 3.75vw;
    white-space: nowrap;
    text-decoration: none;
}

.foot-under-text{
    color: #BBBBBB;
    font-size: 0.9375vw;
    text-decoration: none;
}
.foot-gov-text{
    color: #BBBBBB;
    font-size: 0.9375vw;
}


.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    margin-top: 40px;
}



@media screen and (max-width: 768px) {
    .footer ._friendlink{
        height: auto;
    }
}