
.header-box {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 64px;
    background: #fff;
    z-index: 999;
    box-shadow: 0 4px 4px 0 rgb(35 36 40 / 4%);;
    line-height: 64px;
}

.header-box-nav::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}

.logo {
    /*width: 116px;*/
    /*height: 40px;*/
    /*margin-top: 0.5px;*/
    /*object-fit: contain;*/
    /*vertical-align: middle;*/
}

.logo > a {
    /*display:inline-block;*/
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

ul.header-nav-ul > li {
    position: relative;
    margin: 0px 10px;
    float: left;
    cursor: pointer;
    font-size: 16px;
    color: #000;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 1;
}

ul.header-nav-ul > li a {
    color: #000;
}

ul.header-nav-ul > li:after {
    position: absolute;
    content: "";
    bottom: 16px;
    left: 50%;
    width: 27px;
    height: 5px;
    /*background: #5951da;*/
    border-radius: 3px;
    z-index: 2;
    margin-left: -13.5px;
}

ul.header-nav-ul > li > a:hover {
    color: #5951da;
    font-weight: 600;
}


.header-search .navbar-form {
    margin-top: 3px;
}

.header-search-input {
    width: 85%;
    height: 35px;
    line-height: 35px;
    background: none;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 400;
    color: grey;
    border: 1px solid #eaeaea;
    padding-left: 25px !important;
}

.header-search .form-group {
    position: relative;
}

.header-search .form-group > i {
    position: absolute;
    left: 6px;
    top: 0px;
}


.header-language {
    float: right;
    margin-right: 20px;

}

.header-language > img {
    width: 30px;
    height: 20px;
    /*margin-bottom: 0px;*/
    vertical-align: middle;

}

.header-language select {
    height: 35px;
    color: #606266;;
    border: none;
    width: 95px;
    /*appearance: none;*/
    /*-moz-appearance: none;*/
    /*-webkit-appearance: none;*/
}

.header-language select::before {
    content: "123";
    font-family: "iconfont" !important;
    color: black;
    z-index: 9999;
}

.header-upload {
    position: relative;
}

.header-upload button {
    color: #fff;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    width: 120px;
    height: 35px;
    background: linear-gradient(-30deg, #584bdd, #b551ff);
    border-radius: 10px;
    border: none;
}

.header-upload button::before {
    content: '\e600';
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    color: #fff;
}

.header-right-box {
    margin-top: 5px;
}

.header-right-box > div {
    float: left;
}

.header-right-box-left {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #2f3031;
    padding-top: 10px;
}

.upload_video {
    display: none;
    white-space: pre-wrap;
    font-size: 14px;
    color: #606266;
}

#wxImg {
    display: none;
    width: 175px;
    height: 155px;
    background: white;
    position: absolute;
    left: -72.5px;
    top: 50px;
}

#wxImg > div {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #f0eff8;
    position: absolute;
    right: 80px;
    top: -10px;
}

#wxImg > img {
    width: 100%;
    height: 100%
}

.header-right-box-left > div {
    float: left;
    margin: 0px 10px;
}

.header-right-box-left > div p:nth-child(1) {
    line-height: 0px;
}

.header-right-box-left > div p:nth-child(2) {
    line-height: 18px;
    text-align: center;
    width: 30px;
    overflow: hidden;
}

.header-right-box > div:nth-child(1) img {
    width: 30px;
    height: 29px;
}

.go_login_bg {
    cursor: pointer;
    width: 44px;
    height: 43px;
    border-radius: 50%;
    background: linear-gradient(-30deg, #584bdd, #b551ff);
    text-align: center;
    line-height: 44px;
    color: #fff;
    margin-left: 15px;
}

.also_login {
    cursor: pointer;

    text-align: center;
    line-height: 44px;
    margin-left: 15px;
}

#loginSwitch {
    width: 80px;
    background: white;
    position: absolute;
    left: -15px;
    display: none;
}

.also_login > img {
    width: 44px;
    height: 43px;
    object-fit: cover;
    border-radius: 50%;
}

.also_login:hover #loginSwitch {
    display: block;
}

.also_login ul > li {
    color: #606266;
    font-size: 14px;
    padding: 0px 12px;
}

.also_login ul > li:hover {
    background: #EEEEFB;
    color: #8882E4;
}

.router-link-exact-active {
    font-weight: 600;

}

.router-link-exact-active::before {
    position: absolute;
    content: "";
    bottom: 13px;
    left: 50%;
    width: 27px;
    height: 5px;
    background: #5951da;
    border-radius: 3px;
    z-index: 2;
    margin-left: -13.5px;
}



