.footer{
    width: 100%;
    height: 540px;
    padding-top: 86px;
    background: #24292D;
}
.footer-box{
    width: 1200px;
    height: 400px;
    margin: 0 auto;
}
.footer-top{
    display: flex;
}
.footer-top .foot-li{
    margin-right: 40px;
}
.footer-top .foot-li .foot-li-title{
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
}
.footer-top .foot-li .foot-li-font{
    font-size: 14px;
    color: #ffffff;
    line-height: 35px;
    opacity: 0.6;
}
.foot-li-font a{
    color: #ffffff;
    opacity: 0.6;
    text-decoration: none;
    cursor: pointer;
}
.line{
    width: 1px;
    height: 234px;
    background: #FFFFFF;
    opacity: 0.3;
    margin-left: 20px;
}
.about-font{
    width: 250px;
    padding-left: 40px;
    margin-right: 0 !important;
}
.codeImg{
    width: 150px;
    height: 150px;
    background: white;
    margin: 40px 0 0 88px;
}
.codeImg img{
    width: 100%;
    height: 100%;
}
.fgx{
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    opacity: 0.3;
    margin: 50px 0 35px;
}
.footer-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright{
    font-size: 14px;
    color: #ffffff;
    opacity: 0.6;
}
.copyright a{
    text-decoration: none;
    color: #ffffff;
}
.foot-other{
    display: flex;
}
