html, body, p, h1, h2, h3, h4, h5, h6, form, input, textarea, select, button, fieldset, legend, img, ul, ol, li, dl, dt, dd, th, td, pre, blockquote { margin: 0; padding: 0; font-weight: normal;  }
body, html { height: 100%; font-family: "宋体"; }
body { color: #666; background-image: url(img/jqbg.jpg); font-size: 12px; color: #666; font-family: "宋体"; }
table { border-collapse: collapse; border-spacing: 0; }
img, fieldset { border: 0; vertical-align: middle; }
ul,ol,li { list-style-type: none; list-style-image: none; list-style: none; }
a { color: #60b7e1; text-decoration: none;}
a:hover { color: #000; text-decoration: none; }
a:visited { }
a:active { }
strong, b { font-weight: normal; }
em, i { font-style: normal; }
/*public*/

body{ background:url(img/web_login_bg.jpg) no-repeat center; background-size: cover; }
a{ color:#27A9E3; text-decoration:none; cursor:pointer;}
.login{ position: absolute; top: 50%; left: 50%; margin-top: -210px; margin-left: -210px; height: 450px; width: 420px; padding: 17px 40px; background-color: #ffffff; margin-right: auto; border-radius: 6px; box-sizing: border-box;}
a.logo{ display: block; height: 58px; width: 167px; margin: 0 auto 30px auto; background-size: 167px 42px;}
.message { margin: 10px 0 0 -58px; padding: 18px 10px 18px 60px; background: #27A9E3; position: relative; color: #fff; font-size: 22px; font-weight: bold; text-align: center;}
#darkbannerwrap { background: url(img/aiwrap.png) no-repeat; width: 18px; height: 10px; margin: 0 0 20px -58px; position: relative; }

input[type=text],input[type=file],input[type=password],input[type=email], select {
    border: 1px solid #DCDEE0; vertical-align: middle; border-radius: 3px; height: 50px; padding: 0px 16px; font-size: 14px; color: #555555; outline:none; width:100%; box-sizing: border-box;}
input[type=text]:focus,input[type=file]:focus,input[type=password]:focus,input[type=email]:focus, select:focus {
    border: 1px solid #27A9E3;}

input[type=submit],input[type=button]{ display: inline-block; vertical-align: middle; padding: 12px 24px; margin: 0px; font-size: 18px; line-height: 24px; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; color: #ffffff; background-color: #27A9E3; border-radius: 3px; border: none; -webkit-appearance: none; outline:none; width:100%;}
hr.hr15 { height: 15px; border: none; margin: 0px; padding: 0px; width: 100%;}
hr.hr20 { height: 20px; border: none; margin: 0px; padding: 0px; width: 100%;}
.copyright{ font-size:14px; color:rgba(255,255,255,0.85); display:block; position:absolute; bottom:15px; right:15px; }