﻿
.mh-header {
    width: 100%;
    height: 100px;
    background: url(/MHContent/images/Theme/projectlist/gybg_nav.webp) no-repeat ;
background-size:100% 100%;
}

.mh-header-main {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.mh-header-logo {
	float: left;
	padding-left: 30px;
	width: 80%;
}

	.mh-header-logo a {
		width: 24.7%;
		height: 40px;
		background: url(/MHContent/images/Theme/JN-logo.webp) no-repeat;
		display: inline-block;
		background-size: 100% 100%;
	}

.mh-header-user {
	float: right;
}

.mh-header-user-main-notification {
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 20px;
}

.mh-header-user-main-notification img {
	width: 25px;
	height: 25px;
}

.mh-header-user-main-info {
	float: left;
	position: relative;
}

	.mh-header-user-main-info>a {
		text-decoration: none;
		color: #666;
		text-indent: 12px;
	}

.mh-header-user-main-info img {
	width: 25px;
	height: 25px;
    border-radius:100%;
}


.mh-header-user-main-info ul {
	position: absolute;
	top: 30px;
	right: 0;
	background: #36ace4;
	padding: 0 10px 10px 10px;
	margin: 0px;
	border-radius: 5px;
	display: none;
	width: 100px;
	font-size: 14px;
	z-index: 10;
}

.mh-header-user-main-info ul li {
	list-style:none;
	line-height: 30px;
}

.mh-header-user-main-info ul li a {
	color: #fff;
}

.mh-main {
	width: 100%;
	padding: 10px 30px;
	position: relative;
}


.mh-footer {
	width: 100%;
	height: 120px;
	background: #006495;
	color: #999;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
}

.mh-footer-main {
	width: 1200px;
	margin: 0px auto;
}

.mh-footer-main-href {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.mh-footer-main-href span {
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	margin-right: 250px;
}

.mh-footer-main-href a {
	display: block;
	float: left;
	color: #999;
	border-right: 1px solid #999;
	height: 15px;
	line-height: 15px;
	padding: 0px 50px;
}

.mh-footer-main-version {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.mh-footer-main-version p {
	width: 100%;
	text-align: center;
	float: left;
	margin: 0px;
	line-height: 30px;
	height: 30px;
}

.loginandreg1 {
	float: left;
}

.loginandreg1 a {
	background: url(/MHContent/images/userface.png) no-repeat 10px;
	display: inline-block;
	text-indent: 40px;
	color: #808080;
	font-size: 16px;
	font-weight: 600;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
}
