* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
}
.header {
    height: 80px;
    background: #3f1a59;
}
.logo {
    width: 200px;
    height: 80px;
    line-height: 80px;
    text-align: left;
    font-weight: 800;
    font-family: 'Barlow-Bold', 'Barlow Bold', 'Barlow';
    color: #fff;
    font-size: 18px;
    float: left;
    margin-left: calc(50vw - 600px);
    /* background: url('../../assets/huberbuylogo.png') no-repeat 5px 5px;
    background-size: 100%; */
}
.logo img {
    margin-top: 18px;
    cursor: pointer;
}
.right-login {
    width: 360px;
    height: 80px;
    line-height: 80px;
    float: right;
    margin-right: 180px;
    font-family: 'Barlow-Regular', 'Barlow';
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #fff;
    text-align: right;
}
.login-btn {
    cursor: pointer;
}