/*底部信息*/
#bottom-container{
    width: 100%;
    height: 164px;
    background: #06162F;
    color: #69707B;
    text-align: center;
}
.bottom-content{
    width: 1200px;
    height: 97px;
    margin: 0 auto;
    background: #06162F;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bottom-content>div:nth-of-type(1){
    height: 50px;
    width: 50px;
}
.bottom-content span a{
    color: #FFFFFF;
}
.bottom-content span {
    cursor: pointer;
}
#bottom-container>hr{
    margin-bottom: 20px;
    background: #3F424D;

}
.bottom-content span{
    margin-left: 20px;
}
.el-divider{
    background: #3F424D;
    margin: 0;
}
/*底部信息结束*/