.footerbox{
    background-color: #DCDCDC;
    padding: 0.6rem 0;
}
.footer-box{
    width: 12rem;
    margin: 0 auto;
}
.footer-t{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.01rem solid #999999;
    padding-bottom: 0.2rem;
}
.footer-t-l-icon{
    width: 1.96rem;
    height: 0.6rem;
}
.footer-t-l-icon img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.footer-t-l-text{
    font-size: 0.24rem;
    padding: 0.25rem 0 0 0;
}
.footer-t-r{
    width: 1.2rem;
    height: 1.2rem;
}
.footer-t-r img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.footer-b{
    font-size: 0.18rem;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.3rem;
}