@charset "utf-8";
body,html{min-width:1200px; background: #fff;}
.g-clearfix {
	clear: both
}

.g-clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.g-wrapper {
	width: 1200px;
	margin-left: auto;
	margin-right: auto
}



.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}




/*login*/
.m-login-contain{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background:url(../images/loginbg.png) no-repeat left center;
	background-size: cover;
	z-index: 10000;
}


.m-login-panel {
	z-index: 99999;
	display: block;
	position: fixed;
	width: 350px;
	height: 368px;
	padding: 0 25px;
	/*height: auto;*/
	box-sizing: border-box;
	left: 50%;
	margin-left: -175px;
	top: 50%;
	margin-top: -184px;
	/*padding-top: 140px;*/
	background: #fff;
	border-radius: 10px;
}

.m-login-header{
	padding: 50px 0 20px;
	line-height: 18px;
	font-size: 18px;
	color: #1BB09B;
	text-align: center;
}

.m-login-form .form-line {
	margin-top: 15px;
}

.m-login-form .form-line a:focus {
	outline: 1px dotted #fd7505;
	color: #fd7505;
}



.m-login-form .form-line .short {
	display: block;
	width: 300px;
	height: 50px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid rgba(0,0,0,.1);
	line-height: 50px;
	padding-left: 50px;
	font-size: 14px;
	background: #EEEEEE;
}

.m-login-form .form-line .short:focus {
	outline:medium;
	border: 1px solid #999;
}


.m-login-form .form-line .captcha {
	display: block;
	width: 300px;
	height: 50px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.m-login-form .form-line .content {
	position: relative;
	overflow: hidden;
}

.m-login-form .form-line .content .ico {
	position: absolute;
	margin-right: 10px;
	top: 10px;
	left: 10px;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 50%
}

.m-login-form .form-line .content .ico.ico-account {
	background: url(../images/login1.png) }

.m-login-form .form-line .content .ico.ico-password {
	background: url(../images/login2.png)
}

.m-login-form .form-line.form-checkcode input {
	float: left;
	width: 80px
}

.m-login-form .form-line.form-checkcode img {
	float: left;
	width: 80px;
	height: 35px;
	margin-left: 6px;
	border: 1px solid #ccc
}

.m-login-form .form-line.form-checkcode a {
	float: left;
	height: 35px;
	line-height: 35px;
	margin-left: 6px
}

 

.m-login-form .form-btn {
	display: block;
	width: 300px;
	height: 50px;
	margin-top: 15px;
	margin-bottom: 23px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	background: #1BB09B;
	border: none;
	text-align: center;
	border-radius: 4px;
	cursor: pointer
}

.m-login-form .form-btn:hover {
	background: #31a796;
}

.m-login-form .form-btn:focus {
	border: 1px dotted #a91717;
}
.rem{
	margin-top: 15px;
}
.rem input{
	vertical-align: middle;
}
