.footer {
    width: 100%;
    background: rgba(33, 31, 31, 0.8);
    padding-top: 0.8rem;
}

.footer .footer_logo {
    display: block;
    width: 7.1rem;
    height: 0.64rem;
    margin: 0 auto 0.58rem;
    display: flex;
    align-items: center;
}

.footer .footer_logo img{
    width: 2.56rem;
    object-fit: contain;
}

.footer .footer_logo span{
    font-family: '三极行楷简体';
    font-weight: 400;
    font-size: .42rem;
    color: #FFFFFF;
    margin-left: .2rem;
    padding-left: .2rem;
    border-left: .02rem solid #fff;
    white-space:nowrap;
}

.footer .footer_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 14.4rem;
    margin: 0 auto 0.34rem;
    padding: 0.3rem 0.3rem;
    border-top: 0.02rem solid #616060;
    border-bottom: 0.02rem solid #616060;
}

.footer .footer_nav a {
    display: block;
    opacity: 0.7;
    transition: all 0.3s;
    font-family: OPPOSans;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.24rem;
}

.footer .footer_nav a:hover {
    opacity: 1;
}

.footer .footer_nav a.active {
    opacity: 1;
}

.footer .footer_bot {
    display: flex;
    justify-content: space-between;
    width: 14.4rem;
    margin: 0 auto;
}

.footer .footer_bot .footer_left {
    display: flex;
    margin-top: 0.35rem;
}

.footer_left .footer_item {
    margin-right: 0.9rem;
}

.footer_left .footer_item:last-child {
    margin-right: 0;
}

.footer_left .footer_item .footer_top {
    display: flex;
    align-items: center;
    font-family: OPPOSans;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.24rem;
}

.footer_left .footer_item .footer_top img {
    display: flex;
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.1rem;
}

.footer_left .footer_item .footer_top a {
    font-family: OPPOSans;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.24rem;
}

.footer_left .footer_item .footer_text {
    padding-left: 0.34rem;
    margin-top: 0.1rem;
    font-family: OPPOSans;
    font-weight: 400;
    font-size: 0.16rem;
    color: #9E9E9E;
    line-height: 0.21rem;
}

.footer_bot .footer_right {
    display: flex;
}

.footer_bot .footer_right .footer_right_item {
    margin-right: 0.35rem;
    width: 1rem;
}

.footer_bot .footer_right .footer_right_item:last-child {
    margin-right: 0;
}

.footer_right_item img {
    width: 1rem;
    height: 1rem;
}

.footer_right_item .footer_right_text {
    margin-top: 0.05rem;
    height: 19px;
    font-family: OPPOSans;
    font-weight: 400;
    font-size: 0.14rem;
    color: #9E9E9E;
    line-height: 0.19rem;
    text-align: center;
}

.footer .footer_copy {
    margin: 0.2rem auto 0;
    border-top: 0.02rem dashed #5B5A5A;
    display: flex;
    justify-content: center;
    width: 14.4rem;
    height: 0.6rem;
    font-family: OPPOSans;
    font-weight: 400;
    font-size: 0.15rem;
    color: #9B9B9B;
    line-height: 0.6rem;
    text-align: center;
    position: relative
}

.friendLink{
    cursor: pointer;
        width: 14.4rem;
    display: flex;
    margin:0 auto;
    padding-bottom: 0.2rem;
    flex-wrap: wrap;
}
.friendLink>span{
    font-family: OPPOSans;
    font-weight: 400;
    font-size: 0.15rem;
    color: #9B9B9B;
    text-align: center;
    margin-right: 0.2rem;
}
.friendLink a{
    display: inline-block;
    font-family: OPPOSans;
    font-weight: 400;
    font-size: 0.15rem;
    color: #9B9B9B;
    text-align: center;
}

.friendLink a:hover{
    color: #fff !important;
}

.footer .footer_copy a {
    font-family: OPPOSans;
    font-weight: 400;
    font-size: 0.15rem;
    color: #9B9B9B;
    line-height: 0.6rem;
    text-align: center;
}

.linkBox{
    display: flex;
    gap: 0.2rem;
}


/* 修改垂直滚动条 */
::-webkit-scrollbar {
  width: 5px; /* 修改宽度 */
}

/* 修改滚动条轨道背景色 */
.linkBox::-webkit-scrollbar-track {
  background-color: rgba(33, 31, 31, 0.8);
}
 
/* 修改滚动条滑块颜色 */
.linkBox::-webkit-scrollbar-thumb {
  background-color: #fff;
}