.header-back {
    width: 100%;
    background-color: #fff;
    height: 80px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    z-index: 2020;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0 40px;
}
.header-back-left{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 80%;
}
.header-back img{
    display: block;
    height: 50px;
}
.soft-name{
    font-size: 22px;
    color: #333;
    font-weight: bold;
}
.el-divider--vertical{
    height: 2em;
    margin: 0 20px;
}
.soft-second-name{
    font-size: 18px;
    color: #333;
    font-weight: bold;
}