@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%; height: 100%; background:url(../img/bg_body.jpg) center top no-repeat #e1e7f3; background-size:100%;}
body{font-family:MingLiu，Arial, Helvetica, sans-serif; font-weight: lighter; color:#333; 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;}

.Header{padding: 1.5% 3%;}
	.Logo{width: 15%;}
	.HeaderTxt{font-size: 0.9em; line-height: 3em;}
		.HeaderTxt span{color: #294a9e;}
	
.Main{width: 400px; margin: 10% 50% 0; border-radius: 2em; overflow: hidden; border: 1px solid #ddd; background: #fff; box-shadow: 3px 3px 10px #ddd;}
	.Login{padding: 30px 30px 50px; 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: #294a9e; text-align: center; border-radius:30px; overflow: hidden; letter-spacing: 5px; width: 95%;}


.CopyRight{text-align: center; position:absolute; bottom: 0; margin-top: -100px; color: #888; font-size: 14px; padding: 40px 0 20px; width: 100%;}
	.CopyRight a{color: #294a9e;}