
.five-screen {
    position: relative;
    width: 100%;
    height: 330px;
    background: #131417;
}

.five-screen .top {
    display: flex;
    width: 100%;
    height: 270px;
}

.five-screen .bottom {
    height: 60px;
    line-height: 60px;
    font-weight: 500;
    font-size: 14px;
    color: #4E4F53;
    text-align: center;
    background: #131417;
}

.five-screen .top-line {
    width: 5px;
    height: 270px;
    margin-right: 42px;
}

.five-screen .navs{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    padding-top: 40px;
    margin-right: 142px;
}

.five-screen .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;
}

.navs.concat {
    margin-right: 0;
}

.five-screen .navs .navs-item.title {
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
    margin-bottom: 14px;
}


.five-screen .navs .navs-item .icon {
    width: 26px;
    height: 26px;
    margin-right: 14px;
}

.five-screen .navs .navs-item .label{
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
}

.mb15 {
    margin-bottom: 15px !important;
}

.qr-code {
    position: absolute;
    top: 86px;
    right: 30px;
    width: 90px;
    height: 90px;
}


.five-screen .company-desc {
    width: 880px;
    box-sizing: border-box;
    padding-right: 44px;
    padding-top: 78px;
}

.five-screen .company-desc .company-title {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 23px;
    margin-bottom: 10px;
}
.five-screen .company-desc .company-label{
    font-weight: 400;
    font-size: 14px;
    color: #737373;
    line-height: 32px;
}