﻿.header_wrap {
	display:flex;
	justify-content: space-between;
	align-items:center;
    margin: 0;
    height: 100%;
    padding-bottom: 2px;
}
.logoTitle {
	color: rgba(0,0,0,1);
	font-size: 28px;
	text-align: left;
	text-decoration: none;
	margin-left: 113px;
}
.header_content_right {
	flex: 2;
	text-align:right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header_content_right ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.header_content_right ul>li{
	list-style-type: none;
	margin: 0;
	padding: 0;
    font-weight: bold;
}
.header_content_right .login {
	margin-right: 15px;
	margin-left: 15px;
}
.header_content_right .register {
	margin-right: 55px;
}
.header_content_right .info {
	margin-right: 18px;
}
.header_content_right .help {
	margin-right: 42px;
}
.navList:after {
	display:block;
	content: "";
	width: 1px;
	height: 20px;
	background-color: black;
	margin-left: 24px;
	margin-right: 60px;
}
.navList a {
	color: inherit; /* 继承父元素的文字颜色 */
    text-decoration: none; /* 移除下划线 */
}
.header_content_right .news {
	margin: 0 74px;
}
.navBgColor {
	margin-top: 1px;
	/*background: linear-gradient(to right, rgb(205, 64, 143) 40%, rgb(9, 79, 195) 100%);*/
	width: 100%;
	height: 6px;
}




userbar {
    display: block;
    font-size: 14px;
    /*max-width: 120px;*/
    height: 20px;
    margin: 0 15px;
}

userbar .el-dropdown-link {
    font-size: 13px;
    display: flex;
}

userbar .el-dropdown-link>* {
    line-height: 28px;
}

userbar .acname {
    min-width: 80px;
    line-height: 25px;
    word-break: break-all;
    display: inline-block;
    width: calc(100% - 60px);
    font-weight: bold;
}

userbar .noname {
    color: #999;
}

userbar .el-dropdown-link img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    float: left;
    margin-right: 5px;
    border: solid 1px #eee;
}

userbar .el-dropdown-link .el-icon--right {
    margin: 0px;
    font-size: 10px;
    transition: 0.3s;
}

userbar .user-dropdown-show .el-icon--right {
    transform: rotate(90deg);
}