.topbar-wrapper {
	width: 100%;
	height: 55px;
	background: #fff;
}

.topbar-wrapper {
	box-sizing: border-box;
}

.topbar-wrapper {
	margin: 0;
	padding: 0;
}

.topbar {
	max-width: 1200px;
	line-height: 34px;
	margin: 0 auto;
	color: #666;
}

.topbar a.mtlogo {
	display: inline-block;
	width: 220px;
	height: 40px;
	background: url('../img/login/logo.png');
	background-size: cover;
	background-position: center;
	position: relative;
	top: 5px;
}

.topbar-left {
	float: left;
}

.topbar-left ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 25px;
	cursor: pointer;
}

.topbar-wrapper a:hover,
.topbar-wrapper a:focus {
	text-decoration: none;
}

.topbar-left a {
	position: relative;
	color: #68769C;
	bottom: 8px;
}

.topbar-left ul li.active {
	border-bottom: 5px solid rgba(0, 102, 255, 1);
}

.topbar-left ul li.active a {
	font-weight: 600;
	color: rgb(0, 102, 255);
}

.topbar-left .download-file {
	position: relative;
}

.topbar-left .download-file .down-tag,
.topbar-left .download-file .up-tag {
	position: absolute;
	display: inline-block;
	top: -3px;
	right: -20px;
	width: 11px;
	height: 11px;
	background: url('../img/down.png');
	background-size: cover;
	background-position: center;
}

.topbar-left .download-file .up-tag {
	transform: rotate(180deg);
}

.topbar-left .download-file .download-modal {
	position: absolute;
	text-align: center;
	top: 25px;
	left: -5px;
	width: 100px;
	height: 34px;
	line-height: 50px;
	padding-left: 15px;
	background: #fff;
	box-shadow: 2px 2px 4px 3px rgba(0, 0, 0, 0.20);
	border-radius: 3px;
}

.topbar-left .download-file .download-modal a:before {
	content: '';
	width: 16px;
	height: 14px;
	position: absolute;
	top: 0px;
	left: -20px;
	background: url('../img/download.png');
	background-size: cover;
	background-position: center;
}

.topbar-left .download-file .up-tag,
.topbar-left .download-file .download-modal {
	display: none;
}

.topbar-right {
	float: right;
	display: none;
}

.topbar-right {
	position: relative;
	top: 10px;
}

.topbar-right ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
}

.topbar-right a {
	color: #68769C;
}

.topbar-right a.work-bench {
	width: 80px;
	padding: 8px 18px;
	line-height: 15px;
	background: #0066ff;
	border-radius: 20px;
	color: #fff;
}

.topbar-right ul li img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
}

.noLogin a {
	color: rgba(0, 102, 255, 1)
}