@charset "utf-8";
/* CSS Document */
/* 全局CSS定义 */
*{padding:0; margin:0;}
body{font-family:"微软雅黑" ,Arial, Helvetica, sans-serif;margin:0 auto;padding:0;font-size:12px;color:#333;}
div,form,ul,ol,li,span,p{margin:0;padding:0;border:0;}
img,a img{border:0;margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-size:12px;font-weight:normal;}
ul,ol,li{list-style:none}
table,td,input{font-size:12px;padding:0}
a,input,label{outline: none;}
table{border-collapse: collapse;border-spacing: 0;border:none;table-layout:fixed;}
table td{word-break: break-all; word-wrap:break-word;}
/**/
.box{ background:url(../images/bg.png) no-repeat; width:1000px; height:841px; margin:0 auto; overflow:hidden;}
.user{ width:380px; margin:0 auto; margin-top:300px; overflow:hidden;}
.user span{ float:left}
.user .span1{ font-size:18px; margin-top:7px; width:108px; text-align:right;}
.user .span2 input{ border:none; vertical-align:middle;width:220px; padding:0 20px; line-height:38px; height:38px; background:url(../images/input_bg.png) no-repeat; background-size:100% auto;}
.user .span2 .yzm{width:100px; padding-left:20px; line-height:38px; height:38px; background:url(../images/input_bg2.png) no-repeat; background-size:100% auto;}
.user .span2 .yzm_btn{width:112px; padding:0px; margin-left:8px; text-align:center; border:1px solid #cce1f1; cursor:pointer; border-radius:5px; color:#fff; font-size:16px; line-height:36px; height:38px; background:#41a7f6;}
.pass{ margin-top:20px}
.btn { margin-left:420px; margin-top:30px;}
.btn .btn1{ background:url(../images/login.png) no-repeat; border:none; width:114px; height:34px; cursor:pointer}
.btn .btn2{ background:url(../images/esc.png) no-repeat; border:none; width:114px; height:34px; margin-left:25px; cursor:pointer}
