﻿
body {
	margin: 0 atuo;
	overflow: hidden;
	background: url(../../../images/logbg.jpg) center top no-repeat #000;
	background-size:cover;
	font-size: 14px;
	color: #ffffff;
	min-height: 700px;
	font-family:"Microsoft YaHei";
	text-align:center;
}
:-webkit-autofill {
 -webkit-text-fill-color: #fff !important;
 transition: background-color 5000s ease-in-out 0s;
}
/*登录样式*/
.main {
	position: fixed;
	text-align: center;
	top: 182px;
	width: 100%;
	height: auto;
	display:block;
	justify-content: center;
	 margin:0 auto;
}
.login {
	width: 350px;
	height: 350px;
	 margin:0 auto;
	 text-align:center;
}

.log-con >span {
	font-size: 28px;
	line-height: 24px;
	letter-spacing: 2px;
	display: block;
	margin: 20px 0;
}
.log-con>div{ margin:0 auto;
	width: 340px;}
.log-con div.name>input,.log-con div.password>input  {
	display: block;
	margin: 10px 0 22px 0;
	width: 340px;
	height: 42px;
	border:1px solid #fff;
	background-color:rgba(255,255,255,0);
	font-size: 16px;
	outline: none;
	text-indent:60px;
	color: #fff;
}
.log-con>div.name{ background:url(../../../images/login1.png) 5px center no-repeat;}
.log-con>div.password{background:url(../../../images/login2.png) 5px center no-repeat;}

.keep{ line-height:16px; width:auto; margin:0 auto; height:20px; text-align:left; font-size:18px;
	letter-spacing: 2px;}
.keep>input{ width:20px; height:20px; margin:0 15px 0 0; padding:0; float:left;}
.log-con .bnt_yellow {
	width: 340px;
	height: 44px;
	text-indent:0px;
	border:0;
	background-color: #fd940d;
	border-radius: 4px;
	display: block;
	margin: 20px auto;
	text-align: center;
	line-height: 44px;
	letter-spacing: 2px;
	cursor: pointer;
	font-size:18px;
	opacity: 1;
	color:#fff;
}

/*logo*/
.logo {
	width: 168px;
	height: 75px;
	position: fixed;
	left: 150px;
	top: 26px;
}
.logo>img {
	max-width: 100%;
	max-height: 100%;
}