.general-footer{
    box-sizing: border-box;
    background: #202228;
    background-size: cover;
    width: 100%;
    border-top: 1px solid #5C5C5C;
    padding: 40px 0;
    text-align: center;
}
.general-footer-content{
    max-width: 900px;
    margin: 0 auto;
}
.general-footer-title{
    text-align: center;
    font-size: 14px;
    color: #DDDEE0;
    line-height: 20px;
    font-weight: bold;
}
.general-footer-desc{
    margin-top: 10px;
    font-size: 12px;
    color: #BBBBBB;
    line-height: 20px;
}
.general-footer-footdesc{
    margin-top: 10px;
    font-size: 12px;
    color: #BBBBBB;
    line-height: 20px;
}