﻿/*初始化*/
* { margin:0; padding:0; } 
body, button, input, select {font-family: "Microsoft Yahei";} 
h1, h2, h3, h4, h5, h6{ font-size:100%; } 
small{ font-size:12px; } 
ul, ol { list-style:none; } 
a { text-decoration:none; } 
sup { vertical-align:text-top; } 
sub{ vertical-align:text-bottom; } 
.clearfix{
	clear: both;
}
/*
登录页样式
 */

body{
	height: 100vh;
	background:url('../images/1.jpg') center no-repeat;
	background-size: cover;
	background-attachment:fixed;
	background-position: left center;
	transition-duration:3s;
	-webkit-transition-duration:3s;
	-moz-transition-duration:3s;
}

.centre{
	width: 1000px;
	margin: 0 auto;
}
@media only screen and (max-width: 1000px){ 
	.centre {
	width:90%;
}
}
/* nav */
nav{
	padding-top:20px;
}
nav a{
	color: white;
	margin: 6px;
	text-shadow: 2px 4px 6px rgba(0,0,0,0.5);
}
nav img{
	width: 300px;
}
.nav-box{
	float: right;
	margin-top:20px; 
}
.line-box{
	width: 100%;
	height: 1px;
	margin-top:8px;
	background-color: white;
	box-shadow: 2px 4px 6px rgba(0,0,0,0.5);
}
/* content */
#form1{
	width: 300px;
	padding: 0 24px;
	margin-top: 6vh;
	float: right;
	background-image: url('../images/white.png');
	background-repeat: repeat;
	border: solid 1px rgb( 130, 197, 239 );
	box-shadow: 2px 4px 6px rgba(0,0,0,0.3);
}

#form1 .login-in{
	width:100%;
	height: 40px;
	margin-top: 6px;
	margin-bottom:10px;
	background-color: #b3e5fc;
	position:relative;
	z-index: 0;
}
#form1 .logo-re{
	width:100%;
	margin-top: 6px;
	margin-bottom:10px;
}
#form1 .login-in h1{
	display: inline-block;
	float: left;
	height: 40px;
	line-height: 40px;
	margin:0 10px;
}
#form1 .login-in input{
	display: block;
	float: left;
	width: 248px;
	height: 40px;
	line-height: 40px;
	background-color:transparent;
	border:none;
}
#form1 .login-in span{
	display:inline-block; 
	height:40px; 
	line-height:40px; 
	color:#666;
	font-size:14px;
	position:absolute; 
	left:60px; 
	top:0;
	z-index: -1;
}

#form1 .logo-re span{
	margin-left:6px;
	font-size: 14px;

}
#form1 .logo-re a{
	color: #000;
	font-size: 14px;
	float: right;
}
#form1 .logo-up{
	margin-top:-40px;
	width: 100%;
	height: 40px;
	background-color: #2196f3;
}
#form1 b{
	display:block;
	font-size: 20px;
	color: #18ffff;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: -40px;
}
#form1 .logo-up:hover{
	cursor:pointer;
}
#form1 .code-box{
	width: 100px;
	margin: 0 auto;
	margin-top: 20px;
}
#form1 .code-box span{
	color: #666;
	margin-left:3px;
	letter-spacing:9px;
	width: 100%;
	display: block;
}
#form1 .code-box img{
	padding-top:60px;
	width: 100%;
	display: block;
	margin:0 auto;
}
footer p{
	position: fixed;
	left:50%;
	bottom: 0;
	width: 500px;
	height:30px;
	line-height: 30px;
	font-size: 14px;
	margin-left: -250px;
	 color: #fff;}