﻿
.bottom{
    width: 100%;
    height: .8021rem;
    background: #302A29;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bottom img{
    width: 2.5313rem;
    height: .4219rem;
    object-fit: contain;
}
.bottom ul{
    padding-top: .0781rem;
    display: flex;
}
.bottom ul li{
    color: #9B9B9B;
    font-size: .0833rem;
    margin-right: .1302rem;
}
.bottom ul li:not(:first-child){
    border-left: 1px solid rgb(255, 255, 255,0.04);
    padding-left: .1302rem;
}