@charset "utf-8";
/* CSS Document */
*{margin: 0; padding: 0; list-style: none;}
body {font-family: "Microsoft YaHei"; background: #0057a0 url(../image/loginBg.jpg) no-repeat center 60px; background-size: 1400px auto; cursor: default; color: #333333;}
:focus, :valid {outline:none;}
input, textarea {font-family:"Microsoft YaHei"; color: #333333;}
select {appearance: none; -moz-appearance: none; -webkit-appearance: none; background: url(../image/selectJiao.jpg) no-repeat right center; font-family:"Microsoft YaHei";}
img {border: 0;}
a {text-decoration: none;}
.none {display: none;}
.fl {float: left;}
.fr {float: right;}
.clear {clear: both;}


	/*会员登录*/
	.loginFream {width: 450px; height: 480px; padding: 0 80px; margin: 220px auto 0 auto; background: #ffffff; border-radius: 20px; box-shadow: 0 0 10px rgba(0,0,0,.3);}
	.loginFream .logo {width: 368px; height: 86px; margin: auto; padding-top: 36px; padding-bottom: 5px;}
	.loginFream .input {width: 450px; height: 60px; padding-top: 25px;}
	.loginFream .input input {width: 448px; height: 58px; border: 1px #e6e6e6 solid; border-radius: 10px; line-height: 58px; text-indent: 12px; font-size: 14px;}
	.loginFream .button {width: 450px; height: 60px; padding-top: 50px;}
	.loginFream .button input {width: 450px; height: 60px; border: none; border-radius: 10px; line-height: 60px; text-align: center; font-size: 18px; color: #ffffff; background: #0057a0;}
	.loginFream .tips {width: 450px; height: 30px; padding-top: 20px; line-height: 30px; color: #8a8a8a; font-size: 14px;}
	.banquan {width: 100%!important; margin: 0 auto; height: 60px; line-height: 60px; font-size: 14px; color: #ffffff; text-align: center; position: absolute; bottom: 0;}
/*提示信息部分新增*/
.loginFream .input{position: relative;}
.loginFream .input label.error{position: absolute;font-size: 12px;color: #f00;bottom: -20px;left: 5px;width:100%;}
