/**	-----------------------------------------	模板大小切换按钮
	**/
.he-min img {
	margin-right: 5px;
	cursor: pointer;
	float: right;
	margin-top: 3px;
}
.he-max {
	display: none;
	width: 4%;
	background-color: #DDE9FF;
	cursor: pointer;
	position: absolute;
	top: 133px;
	padding: 4px 16px;
	z-index: 18;
}

/**	-----------------------------------------	首页（登录）
	**/
.ma-login {
	background-color: #DDE9FF;
	border: 1px solid #47CDCD;
	border-bottom: 0;
}
.ma-login .form-group {
	margin-bottom: 0;
	padding-bottom: 5px;
}
.ma-login .control-label {
	font-size: 12px;
}
.ma-login .ma-psw-btn {
	font-size: 12px;
	margin-top: -5px;
}
.ma-login .ma-psw-btn input[type='checkbox'] {
	float: none;
	vertical-align: top;
}
.ma-login .ma-code {
	padding-left: 0;
}
.ma-login .ma-code img {
	height: 29px;
}
.ma-login .te-form-group {
	text-align: center;
	color: #2194AE;
	line-height: 20px;
	padding-bottom: 0;
	font-size: 12px;
	font-weight: bold;
	margin-right: 0px; 
	margin-left: 0px;
	border-bottom: 1px solid #47CDCD;
}
.ma-login .ma-psw-btn label {
	margin-right: 20px
}
/**	-----------------------------------------	返回首页
	**/
.h1-login {
	background-color: #D7FFFF;
	padding: 5px!important;
	border-top: 1px solid #47CDCD!important;
	font-size: 14px!important;
  	line-height: 24px;
}
.h1-login .home-logout {
}