@charset "utf-8";
/* CSS Document */
/*全局样式*/
*{margin:0px; padding:0px;}
ul,li{list-style:none; border:0;}
img{border:0; vertical-align:bottom; width:100%;}
html{width:100%;}
body{font-family:MingLiu，Arial, Helvetica, sans-serif; font-weight: lighter; color:#333; background:url(../img/bg_body.png) top center no-repeat #fff; background-size:100%; text-align:justify; text-justify:inter-ideograph; height:100%;}
a,a:hover{cursor:pointer; text-decoration:none;}
input,textarea{font-family:MingLiu，Arial, Helvetica, sans-serif; font-weight: lighter;}
input:focus,textarea:focus{outline:none;}
.ff:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
.DisplayNone{display:none;}
.LineNone{line-height:0; font-size:0;}
.FloatDiv{height:auto !important; height:1px; min-height:1px;}
	.FloatLeft{float:left;}
	.FloatRight{float:right;}

.Logo{width: 481px; margin: 12% auto 0;}
.Main{width: 500px; margin: 20px auto 0; background: #fff; box-shadow: 3px 3px 10px rgb(40,83,198,0.4);}
	.Login{padding: 30px 30px 50px 170px; border-radius:0 0 30px 30px;}
		.LoginTitle{text-align: center; font-weight: bold; font-size: 18px;}
		.LoginLine{margin: 15px 0 0; font-size: 16px;}
			.LoginLeft{width: 56px; text-align: right; height: 36px; line-height: 36px;}
			.LoginInput{margin: 0 0 0 12px;}
				.LoginInput input{padding: 0 15px; border: 1px solid #ddd; height: 34px; line-height: 34px; border-radius:30px; width: 190px;}
				.LoginInput input.LoginInputYz{width: 80px;}
			.LoginImg{width: 100px; height: 36px; margin: 0 0 0 10px; border-radius:30px; overflow: hidden;}
				.LoginImg img{width: 100px; height: 36px;}

		.LoginBtn{display: block; margin: 20px auto 0; height: 40px; line-height: 40px; font-weight: normal; color: #fff; background: #5a65ff; text-align: center; border-radius:30px; overflow: hidden; letter-spacing: 5px; width: 95%;}
	.LoginLayer{position: absolute; width: 260px; left: 50%; top: 0; margin: 23% 0 0 -360px;}


.CopyRight{text-align: center; position:absolute; bottom: 0; margin-top: -100px; color: #888; font-size: 14px; padding: 40px 0 20px; width: 100%;}