@charset "utf-8";
/* CSS Document */
*{ font-family:'微软雅黑';}
a{ text-decoration:none;}
img{ border:none;}
input{ background:none; border:none;}
body{ margin:0 0; padding:0 0; background-color:#f0edeb;}
/*html{-webkit-filter:grayscale(100%);filter:progi:DXImageTransform.Microsoft.BasicImage(graysale=1);}*/
/*内容*/
.BigBox{ background-image:url(../images/enter/background.png); width:430px; height:341px; overflow:hidden; margin:0 auto; margin-top:200px;}

/*账号*/
.number{ width:430px; float:left; height:48px; margin-top:102px;}
.number div{ background-image:url(../images/enter/ys.png); float:left; width:27px; height:16px; margin-top:15px; margin-left:34px;}
.number a{ text-decoration:none; font-size:16px; color:#44abf1; font-weight:700; float:left; margin-left:11px; margin-right:11px; margin-top:11px;}
.number input{ float:left; width:258px; height:36px; border-radius:8px; color:#9c9c63; padding-left:14px;}
.style1{ width:258px; height:36px; border:#dddddd solid 2px; background-color:#ffffff; border-radius:8px; padding-left:14px;} 
.style1:focus{ border:#73cf52 solid 2px; background-color:#fdfddc; border-radius:8px; padding-left:14px; }

/*密码*/
.password{ width:430px; float:left; height:48px; margin-top:15px;}
.password div{ background-image:url(../images/enter/suo.png); float:left; width:23px; height:25px; margin-top:9px; margin-left:36px;}
.password a{ text-decoration:none; font-size:16px; color:#44abf1; font-weight:700; float:left; margin-left:12px; margin-right:11px; margin-top:11px;}
.password input{ float:left; width:258px; height:36px; border-radius:8px; color:#9c9c63; padding-left:14px;}

/*验证码*/
.verify{ width:430px; height:48px; float:left;}
.verify div{ float:left; width:27px; height:16px; margin-top:15px; margin-left:18px;}
.verify a{ text-decoration:none; font-size:16px; color:#44abf1; font-weight:700; float:left; margin-left:11px; margin-right:11px; margin-top:11px;}
.verify input{ float:left; width:258px; height:36px; border-radius:8px; color:#9c9c63; padding-left:14px;}


/*登录按钮*/
.button{ float:left; background-image:url(../images/enter/button1.png); width:177px; height:46px; line-height:44px; color:#ffffff; 
		 font-size:18px; letter-spacing:2px; text-align:center; cursor:pointer; margin-left:126px; text-decoration:none;}
.button:hover{ background-image:url(../images/enter/button2.png); width:177px; height:46px; color:#163144;}