
.website-footer {
    position: relative;
    width: 100%;
    height: 330px;
    background: #131417;
}

.website-footer a{
    color: inherit;
}
.website-footer a:hover{
    text-decoration: underline;
}

.website-footer .inner-container {
    width: 1200px;
    margin: 0 auto;
}

.website-footer .top {
    display: flex;
    width: 100%;
    height: 270px;
}

.website-footer .bottom {
    height: 60px;
    line-height: 60px;
    font-weight: 500;
    font-size: 14px;
    color: #4E4F53;
    text-align: center;
    background: #131417;
}

.website-footer .top-line {
    width: 5px;
    height: 270px;
    margin-right: 42px;
}

.website-footer .navs{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    padding-top: 40px;
    margin-right: 142px;
}

.website-footer .navs .navs-item {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #737373;
    line-height: 32px;
    margin-bottom: 4px;
    white-space: nowrap;
}

.website-footer .navs.concat {
    margin-right: 0;
}

.website-footer .navs .navs-item.title {
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
    margin-bottom: 14px;
}


.website-footer .navs .navs-item .icon {
    width: 26px;
    height: 26px;
    margin-right: 14px;
}

.website-footer .navs .navs-item .label{
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
}

.website-footer .mb15 {
    margin-bottom: 15px !important;
}

.website-footer .qr-code {
    position: absolute;
    top: 86px;
    right: 0px;
    width: 90px;
    height: 90px;
}


.website-footer .company-desc {
    width: 532px;
    box-sizing: border-box;
    padding-right: 140px;
    padding-top: 48px;
}

.website-footer .company-desc .company-title {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 23px;
    margin-bottom: 10px;
}
.website-footer .company-desc .company-label{
    font-weight: 400;
    font-size: 14px;
    color: #737373;
    line-height: 32px;
}
