@charset "utf-8";
/* CSS Document */



* {margin:0; padding:0; font-family: "微软雅黑", Helvetica, Arial, sans-serif;}
html {-webkit-text-size-adjust: none;}
*:focus {outline: none;}
ul,li {list-style:none;}
img {border:none;}
a {text-decoration:none;}
body {font-size:12px; background:#ffffff; min-width:1200px;}


.clear {font-size:0; width:0; height:0; clear:both;}

a {text-decoration:none; transition:ease-in 0.1s,ease-out 0.2s;}
input {transition:ease-in 0.1s,ease-out 0.2s;}


.login {width:600px; height:320px; background:#00a3c6; border-radius:10px; position:fixed; left:50%; margin-left:-300px; top:50%; margin-top:-200px; overflow:hidden;}
.login-img {width:280px; height:320px; float:left;}
.login-img img {width:280px; height:320px;}
.login-form {width:320px; height:auto; float:right; padding-top:90px;}
.login-form table tr td {padding:5px 0;}
.login-form table tr td div.tit {width:auto; height:28px; line-height:28px; text-align:right; padding-right:10px; color:#fff; font-size:13px; font-weight:bold;}
.login-form table tr td input.inp {width:auto; height:16px; line-height:16px; border:0px; background:#fff; padding:6px 10px; color:#333; border-radius:2px;}
.login-form table tr td input.inp1 {width:170px;}
.login-form table tr td input.inp2 {width:40px; float:left; margin-right:10px;}
.login-form table tr td a.yzm {display:block; float:left; margin-right:5px;}
.login-form table tr td a.yzm img {width:100px; height:28px;}
.login-form table tr td a.next {display:block; float:left; line-height:28px; color:#fff; text-decoration:underline;}
.login-form table tr td input.btn {display:block; width:100px; height:32px; line-height:32px; background:#ffa62d; border:0px; color:#fff; text-align:center; cursor:pointer; font-size:14px; border-radius:2px;}
.header {width:100%; height:60px; background:#00a3c8; border-top:5px solid #008fb4; position:fixed; left:0; top:0;}









