* {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
	outline: none;
}
html,body{
	width: 100%;
	height: 100%;
	position: relative;
	overflow-x: auto !important;
	overflow-y: hidden !important;
}
a, a:hover, a:active, a:visited, a:focus{
	text-decoration: none;
	color: #007EFF;
	display: inline-block;
	position: relative;
	padding-right: 24px;
}
.header{
	width: 100%;
	min-width:1200px !important;
	height: 100px;
	background-color: #FFF;
}
.headerWp{
	display: flex;
	width: 1200px;
	height: 100%;
	margin:0 auto;
	align-items: center;
}
.logo{
	width: 175px;
	height: 45px;
	background: url("../images/logo_new.png") no-repeat;
}
.line{
	width:2px;
	height:45px;
	margin-left: 10px;
	margin-right: 10px;
	background-color:rgba(218,218,218,1);
}
.proName{
	height: 45px;
}
.china{
	font-size:30px;
	line-height: 30px;
	color:rgba(51,51,51,1);
}
.english{
	margin-top: 3px;
	font-size:12px;
	line-height: 12px;
	color:rgba(153,153,153,1);
	text-align: left;
}
.main{
	width: 100%;
	min-width:1200px !important;
	height: calc(100vh - 100px);
	background: url("../images/bg_new.png") no-repeat center center;
	background-size: cover;
}
.mainWp, .footWp{
	position: relative;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.loginWrapper{
	position: absolute;
	top: 50%;
	margin-top: -318px;
	right: 0;
	width:370px;
	padding: 30px;
	background:rgba(255,255,255,1);
	box-shadow:0px 5px 32px 0px rgba(0, 0, 0, 0.1);
}
.footer{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-width:1200px !important;
	height: 120px;
	background:rgba(0,0,0,.6);
	color: #fff;
}
.footWp{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.slogan{
	width: 203px;
	height: 69px;
	background: url("../images/slogan_new.png") no-repeat;
	background-size: 100%;
}
.companyInfo{
	text-align: right;
	letter-spacing: 1px;
}
.companyInfo div{
	margin-bottom: 4px;
}
.fs16{
	font-size: 16px;
}
.fs12{
	font-size: 12px;
}
#doLogin{
	display: block;
	width:310px;
	height:48px;
	margin-top: 30px;
	background:rgba(0,126,255,1);
	transition: .4s;
	border-radius:24px;
	font-size: 18px;
	color:#fff;
}
#doReset{
	display: block;
	width:310px;
	height:48px;
	margin-top: 10px;
	background:rgba(228,228,228,1);
	border-radius:24px;
	font-size:18px;
	color:rgba(153,153,153,1);
}
#doLogin:hover{
	cursor: pointer;
	background:rgba(0,126,255,.9);
}#doReset:hover{
	cursor: pointer;
	background:rgba(228,228,228,.9);
}
.loginTitle{
	margin-bottom: 30px;
	margin-top: 10px;
	font-size:28px;
	color:rgba(0,126,255,1);
	text-align: center;
}
.input{
	position: relative;
}
.input > input, .input > select{
	display: block;
	width:100%;
	height:48px;
	margin-bottom: 10px;
	padding-left: 50px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(232,232,232,1);
	border-radius:24px;
}
.icon{
	position: absolute;
	display: inline-block;
	top: 14px;
	left: 21px;
	width: 18px;
	height: 18px;
}
.usrIc{
	background: url("../images/usr_new.png");
}
.pwdIc{
	background: url("../images/pwd_new.png");
}
.selIc{
	background: url("../images/sel_usr_new.png");
}
.veriIc{
	background: url("../images/veri_new.png");
}
.reflesh{
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url("../images/reflesh_new.png");
	position: absolute;
	top: 0;
	right: 0;
}
.veri{
	position: absolute;
	top: 6px;
	right: 16px;
	display: block;
	width: 113px;
	height: 37px;
	border: 0;
}
.refleshCode{
	text-align: right;
	color: #999;
	font-size: 14px;
}
.tips{
	display: none;
	margin-bottom: 10px;
	font-size:12px;
	text-align: left;
	color:rgba(255,17,17,1);
}