* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	-moz-user-select:none;/*火狐*/
	-webkit-user-select:none;/*webkit浏览器*/
	-ms-user-select:none;/*IE10*/
	user-select:none;
	-webkit-touch-callout: none;
}

/*全局样式：内外边距为0*/
li {
	list-style: none
}

input{
	border: 1px solid rgb(211,211,211);
}

/*消除li标签前面的小圆点*/
a {
	text-decoration: none
}

/*消除a标签下划线*/
img {
	border: none
}

.login-body{
	width: 100vw;
	min-width: 1400px;
	height: 100vh;
	min-height: 600px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fffde3;
}
.login-body-formBox{
	width: 420px;
	height: 262px;
	position: relative;
	background:#164d8a;
	border-radius: 5px;
	left: 50%;
	margin-left: -220px;
	top: 50%;
	margin-top: -150px;
	box-shadow: 1px 1px 5px rgba(0,0,0,.4);
}
.login-body-formBox-title{
	width: 100%;
	height: 60px;
	position: relative;
	text-align: center;
	line-height: 70px;
	font-size: 20px;
	cursor: default;
	border-bottom: 1px solid rgb(211,211,211);
	color: white;
}
.login-body-formBox-title img{
	width: 30px;
	height: auto;
	position: relative;
	top: 9px;
}
.login-body-formBox-adminname{
	width: 100%;
	height: 40px;
	padding: 8px 0;
	position: relative;
}
.login-body-formBox-password{
	width: 100%;
	height: 40px;
	padding: 8px 0;
	position: relative;
}
.login-body-formBox-entercode{
	width: 100%;
	height: 50px;
	padding: 8px 0;
	position: relative;
}
.login-body-formBox-prompt{
	width: 100%;
	height: 50px;
	position: relative;
}
.login-body-formBox-button{
	width: 100%;
	height: 50px;
	position: relative;
}
.login-body-formBox-innerbox{
	float: left;
}
.login-body-formBox-label{
	width: 100px;
	height: 50px;
	position: relative;
	line-height: 50px;
	font-size: 14px;
	color: white;
	text-align: right;
}
.login-body-formBox-input1{
	width: 320px;
	height: 50px;
	position: relative;
	line-height: 50px;
	font-size: 14px;
	color: black;
}
.login-body-formBox-input1 input{
	width: 260px;
	height: 32px;
	position: relative;
	border-radius: 5px;
	outline: none;
	font-size: 12px;
	padding: 0 10px;
	box-sizing: border-box;
}
.login-body-formBox-input2{
	width: 130px;
	height: 32px;
	line-height: 50px;
	position: relative;
	border-radius: 5px;
	outline: none;
}
.login-body-formBox-input2 input{
	width: 130px;
	height: 32px;
	position: relative;
	border-radius: 5px;
	outline: none;
	font-size: 12px;
	padding: 0 10px;
	box-sizing: border-box;
}
.login-body-formBox-entercode-box{
	width: 120px;
	height: 40px;
	position: relative;
	background: white;
	top: 5px;
	left: 10px;
	cursor: pointer;
}
.login-body-formBox-prompt{
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: left;
	color: red;
	padding: 0 42px;
	box-sizing: border-box;
	top: -10px;
}
.login-body-formBox-button{
	width: 100%;
	position: relative;
	height: 40px;
}
.login-body-formBox-button button{
	width: 260px;
	height: 34px;
	position: relative;
	left: 50%;
	margin-left: -110px;
	background: white;
	font-size: 14px;
	color: black;
	border-radius: 5px;
	border:1px solid white;
	cursor: pointer;
	outline: none;
}
.login-body-formBox-button button:hover{
	box-shadow: 1px 1px 3px rgba(0,0,0,.5);
}
.login-logged-block{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2666;
	top: 0;
	left: 0;
	background: white;
	display: none;
}
.login-logged-block h3{
	width: 100%;
	height: 80px;
	position: relative;
	text-align: center;
	line-height: 100px;
	color: dodgerblue;
	border-bottom: 1px solid rgb(211,211,211);
}
.login-logged-block-p1{
	width: 100%;
	height: 28px;
	padding: 15px 20px;
	line-height: 40px;
	font-size: 16px;
	color: black;
}
.login-logged-block-content{
	width: 280px;
	height: 100px;
	position: relative;
	margin: 0 auto;
	padding: 5px 20px;
	background: rgb(233,233,233);
}
.login-logged-block-p2{
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: darkred;
	text-align: left;
}
.login-logged-block-p3{
	width: 100%;
	height: 60px;
	position: relative;
	padding: 15px 20px;
}
.login-logged-block-p3-a1{
	width: 160px;
	height: 35px;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color: white;
	background: dodgerblue;
	border-radius: 5px;
	margin-left: 22px;
}
.login-logged-block-p3-a1:hover{
	box-shadow: 3px 3px 6px rgba(0,0,0,.5);
}
.login-logged-block-p3-a2{
	width: 160px;
	height: 35px;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color: rgb(88,88,88);
	background: rgb(188,188,188);
	border-radius: 5px;
	margin-left: 10px;
}
.login-logged-block-p3-a2:hover{
	background: rgb(88,88,88);
	color: rgb(211,211,211);
}