/* @charset "utf-8";
CSS Document
html, body {
	height: 100%;
}

a {
	color: #d13933;
}

body {
	margin: 0px;
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	background-color: #a4a4a4;
	overflow: hidden;
}

.login {
	width: 100%;
	height: 100%;
	background-image: url("../images/themes/default/logon_bg.png");
	background-repeat: no-repeat;
	background-position: center 50%;
	position: absolute;
	left: 0;
	top: 0;
}

.login-wrapper {
	max-width: 721px;
	*width: 721px;
	height: 303px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

#login-header {
	position: absolute;
	top: 95px;
	left: 0;
	padding-left: 100px;
	background-image: url("../images/themes/default/logo.png");
	background-repeat: no-repeat;
	color: white;
	font-family: 微软雅黑;
	font-size: 48px;
	height: 77px;
	line-height: 77px;
	overflow: hidden;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
	color: white;
	background-image: url("../images/themes/default/logo.png");
	letter-spacing: 5px;
}

#form1 {
	position: absolute;
	right: 0;
	height: 198px;
	width: 225px;
	margin: 0;
	padding: 37px 65px 33px 58px;
	border: solid #666666;
	border-width: 19px 15px;
	background-color: #dbdbdb;
}

#login-main {
	height: 128px;
}

.inputs {
	height: 41px;
	position: relative;
	background: white;
	border: 1px solid #b1b1b1;
	margin-bottom: 25px;
}

.inputs label {
	display: block;
	position: absolute;
	padding: 0 3px;
	margin: 12px 6px;
	height: 22px;
	width: 22px;
	overflow: hidden;
	border-right: 1px solid #b1b1b1;
	line-height: 22px;
	font-size: 22px;
	text-align: center;
	color: #aaa;
	letter-spacing: 1em;
}

.inputs input {
	background-color: white;
	border: none;
	font-family: 微软雅黑;
	font-size: 19px;
	height: 38px;
	width: 155px;
	color: #666666;
	position: absolute;
	top: 1px;
	left: 46px;
	right: 5px;
	vertical-align: middle;
	padding: 0;
}

#input-password {
	display: inline-block;
	width: 137px
}

#input-password input {
	width: 75px;
	font-family: 微软雅黑;
	font-size: 14px;
}

#login-serial {
	display: inline-block;
	width: 77px;
}

img {
	border: 0px;
}

#login-func {
	position: relative;
}

input[type='text']:focus, input[type='password']:focus {
	color: #333333;
}

#securityCode {
	width: 64px;
	height: 38px;
	margin: 0;
	padding-left: 3px;
	left: 3px;
	right: 3px;
}

#securityCode:focus ~ #Verify, #securityCode:hover ~ #Verify, #Verify:hover
	{
	display: block;
	height: 50px;
	z-index: 9;
}

#Verify {
	cursor: pointer;
	position: absolute;
	height: 26px;
	display: none;
	top: 41px;
}

#login-button {
	margin-top: 13px;
}
login
#login-btn {
	background-color: #B9100D;
	color: white;
	cursor: pointer;
	font: 16px "微软雅黑";
	height: 37px;
	width: 100%;
	border: none;
	border-radius: 3px;
}

#login-btn:hover {
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
	background-color: #D5741D;
}

#login-btn:active {
	
}

#login-other {
	position: relative;
	font-size: 13px;
	line-height: 20px;
}

#login-other * * {
	display: inline-block;
	height: 20px;
	vertical-align: middle;
}

#login-remember input {
	margin-left: 0;
}

#login-links {
	position: absolute;
	right: 0;
	top: 0;
}

a {
	vertical-align: middle;
}

foot
.foot {
	height: 42px;
	line-height: 17px;
	color: #666666;
	padding-top: 3px;
	text-align: center;
	font-size: 12px;
	z-index: 999;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	_position: absolute; for IE6
	_top: expression(documentElement.scrollTop +   
		 documentElement.clientHeight-this.offsetHeight); for IE6
	overflow: visible;
}

.foot a {
	color: #666666 !important;
	text-decoration: none;
}

@media all and (min-width: 400px) and (max-width: 1366px) {
	
	body {
		font-size: 12px !important;
	}
	
	.login {
		background-size: auto 152px;
	}
	
	.login-wrapper{
		height: 266px;
		max-width: 608px;
	}
	
	#login-header {
		font-size: 40px;
		background-size: 68px;
		height: 70px;
		line-height: 70px;
		padding-left: 80px;
	}
	
	#form1 {
		width: 195px;
		height: 172px;
	}
	
	#login-main {
		height: 118px;
	}
	
	.inputs {
		height: 36px;
		margin-bottom: 20px;
	}
	
	.inputs label {
	    font-size: 18px;
	    margin: 8px 6px;
	}
	
	.inputs input {
		font-size: 13px;
		height: 34px;
		width: 145px;
	}
	
	#input-password {
		width: 110px;
	}
	
	#input-password input {
		font-size: 13px;
		width: 63px;
	}
	
	#login-serial {
		width: 75px;
	}
	
	#securityCode {
		height: 34px;
	}
	
	#Verify {
		top:35px;
	}
	
	#login-button {
		margin-top: 10px;
	}
	
	#login-btn {
		font-size: 14px;
		height: 33px;
	}
}

@media all and (max-width: 400px) {
	.login {
		
	}
	.login-wrapper {
		margin: auto 20px;
		width: auto;
	}
	form {
		box-shadow: none;
		border: none;
		padding: 5px;
		border-radius: 7px
	}
	.inputs input {
		width: calc(100% - 51px);
		width: -webkit-calc(100% - 51px);
		width: -ms-calc(100% - 51px);
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.login-wrapper {
		width: 721px;
	}
} */

	@charset "utf-8";
	CSS Document
	*{
		margin: 0;
		padding: 0;
	}
	html,body{
		width: 100%;
		height: 100%;
		font-family: "微软雅黑";
		margin:0;
	}
	input:-webkit-autofill,
    textarea:-webkit-autofill,
    select:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 1000px white inset;
    }
	.box{
		width: 100%;
		height: 100%;
		background-color: #e9e9e9;
		position: relative;
	}
	.box .login_box{
		width: 1017px;
		height: 574px;
		background: url(../images/themes/default/login_bg1.png) no-repeat 0 0;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -287px 0 0 -508px;
	}
	.box .login_box .main_info{
		width: 396px;
		height: 574px;
		float: right;
	}
	.box .login_box .error_pro{
		width: 396px;
		height: 35px;
		background-color: #ffeeee;
		font-size: 0;
		text-align: center;
		position: absolute;
		right: 50px;
		top: 0;
		display:none;
	}
	.box .login_box .error_pro img{
		width: 16px;
		height: 16px;
		vertical-align: middle;
	}
	.box .login_box .error_pro .pro_text{
		height: 35px;
		line-height: 35px;
		font-size: 12px;
		color: #EF4D4D;
		margin-left: 8px;
		display: inline-block;
		vertical-align: middle;
	}
	.box .login_box .main_info .login_title{
		float: right;
		margin: 60px 192px 0 0;
		font-size: 26px;
		color: #666666;
		height: 26px;
		line-height: 26px;
		display: inline-block;
		box-sizing: border-box;
	}
	.box .login_box .main_info .user_name{
		display: inline-block;
		width: 296px;
		height: 46px;
		margin-top: 32px;
		position: relative;
	}
	.box .login_box .main_info .user_name img,.box .login_box .main_info .user_psw img{
		position: absolute;
		left: 0;
		top: 12px;
	}
	.box .login_box .main_info .user_psw{
		display: inline-block;
		width: 296px;
		height: 46px;
		margin-top: 27px;
		position: relative;
	}
	.box .login_box .main_info .user_name input,.box .login_box .main_info .user_psw input{
		width: 296px;
		height: 46px;
		border: 1px solid #d6d6d6;
		font-size: 16px;
		padding-left: 59px;
		color: #222222;
		box-sizing: border-box;
		border-radius: 3px;
		outline: none;
	}
	.box .login_box .main_info input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	    color: #aaaaaa;
	    font-size: 16px;
	}

	.box .login_box .main_info input::-moz-placeholder { /* Mozilla Firefox 19+ */
	    color: #aaaaaa;
	    font-size: 16px;
	}
	
	.box .login_box .main_info input:-ms-input-placeholder{
	    color: #aaaaaa;
	    font-size: 16px;
	}
	
	.box .login_box .main_info input::-webkit-input-placeholder{
	    color: #aaaaaa;
	    font-size: 16px;
	}
	.box .login_box .main_info .login_verification{
		width: 296px;
		height: 46px;
		margin-top: 27px;
		font-size: 0;
		display:none;
	}
	.box .login_box .main_info .login_verification .verification_code{
		width: 136px;
		height: 46px;
		border: 1px solid #d6d6d6;
		font-size: 16px;
		padding-left: 20px;
		color: #222222;
		box-sizing: border-box;
		border-radius: 3px;
		outline: none;
		vertical-align: middle;
	}
	.box .login_box .main_info .login_verification .code{
		width: 94px;
		height: 46px;
		vertical-align: middle;
		display: inline-block;
		margin: 0 12px;
	}
	.box .login_box .main_info .login_verification .change_ver{
		height: 14px;
		line-height: 14px;
		font-size: 14px;
		color: #666666;
		vertical-align: middle;
		display: inline-block;
		cursor:pointer;
	}
	.box .login_box .main_info .login_verification .change_ver:hover,.box .login_box .main_info .login_verification .change_ver:active{
		color:#EF4D4D;
	}
	.box .login_box .main_info .login_other{
		width: 296px;
		height: 14px;
		line-height: 14px;
		display: inline-block;
		margin-top: 30px;
	}
	.box .login_box .main_info .login_other .login_remember{
		display: inline-block;
		font-size: 0;
		vertical-align: top;
	}
	.box .login_box .main_info .login_other .login_remember input[type='checkbox']{
		width: 14px;
		height: 14px;
		vertical-align: middle;
		margin:0;
	}
	.box .login_box .main_info .login_other .login_remember label{
		font-size: 14px;
		height: 14px;
		line-height: 14px;
		display: inline-block;
		vertical-align: middle;
		margin-left: 6px;
	}
	.box .login_box .main_info .login_other .login_links{
		height: 14px;
		display: inline-block;
		font-size: 0;
		vertical-align: top;
		float: right;
	}
	.box .login_box .main_info .login_other .login_links a{
		font-size: 14px;
		height: 14px;
		line-height: 14px;
		color: #666666;
		display: inline-block;
	}
	.box .login_box .main_info .login_other .login_links a:hover,.box .login_box .main_info .login_other .login_links a:active{
		text-decoration: none;
		color: #EF4D4D;
	}
	.box .login_box .main_info .login_other .login_links a:first-of-type{
		padding-right: 5px;
		border-right: 1px solid #666666;
		box-sizing: border-box;
	}
	.box .login_box .main_info .login_other .login_links a:last-of-type{
		padding-left: 5px;
		box-sizing: border-box;
	}
	.box .login_box .main_info .login_btn{
		width: 296px;
		height: 46px;
		border: none;
		color: #fff;
		background-color: #f0353c;
		border-radius: 3px;
		font-size: 20px;
		margin-top: 58px;
		outline: none;
		cursor: pointer;
	}
	.box .login_box .main_info .login_btn:hover,.box .login_box .main_info .login_btn:active{
		background-color: #e23137;
	}
	.box .footer{
		width: 1017px;
		height:33px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: 287px 0 0 -508px ;
		text-align: center;
		font-size: 12px;
		color: #777777;
	}
	.box .footer p{
		width: 100%;
		height: 12px;
		line-height: 12px;
		font-size: 0;
	}
	.box .footer p a{
		height: 12px;
		line-height: 12px;
		display: inline-block;
		padding: 0 8px;
		box-sizing: border-box;
		border-right: 1px solid #aaaaaa;
		font-size: 12px;
		color:#777777;
		text-decoration:none;
	}
	.box .footer p a:last-of-type{
		border-right: none;
		cursor: pointer;
		background: url(../images/themes/default/connect.png) no-repeat 9px 0;
		background-size: 12px;
		padding-left: 26px;
		text-decoration: underline;
	}
	.box .footer p a:last-of-type:hover,.box .footer p a:last-of-type:active{
		color: #ef4d4d;
		text-decoration: none;
	}
	.box .footer span{
		width: 100%;
		height: 12px;
		line-height: 12px;
		margin-top: 9px;
		display: inline-block;
	}