/*h2 {
    color: orangered;
}*/
@charset "utf-8";
/* CSS Document */
/*全局的*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-weight:inherit;
    font-style:inherit;
    font-size:12px;
    font-family:"微软雅黑"; /*vertical-align:baseline;*/
}
:focus {
    outline:0;
}
a {
    text-decoration:none;
    color:#333;
    cursor:pointer;
}
a:active {
    outline:none;
}
a:hover {
    text-decoration:underline;
    color:#af084a;
}
body{
    /* background:url(../images/bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1024px) {
    body {
        left: 50%;
        margin-left: -512px;
    }
}
.bodymain{
    margin:0 auto;
    height:550px;
    width:1000px;
}
.mainbox{
    margin:170px 0 0 340px;
    width:280px;
    height:260px;
    padding:20px;
    box-shadow:2px 4px 4px #d6d6d6;
    background:#fff;
    border:1px solid #d6d6d6
    /*background: -ms-linear-gradient(top, #fff,  #f2f2f2); */       /* IE 10 */
    /*background:-moz-linear-gradient(top,#fff,#f2f2f2);*//*火狐*/
    /*background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#fff), to(#f2f2f2));*//*谷歌*/
    /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f2f2f2)); */     /* Safari 4-5, Chrome 1-9*/
    /*background: -webkit-linear-gradient(top, #fff, #f2f2f2);*/   /*Safari5.1 Chrome 10+*/
    /*background: -o-linear-gradient(top, #fff, #f2f2f2);*/  /*Opera 11.10+*/
}
.login_logo{
    margin-bottom:20px
}
.login_logo img{
    width:100px;
    height:auto;
}
.login_icon{
    width:30px;
    height:30px;
    position:absolute;
    top:0;
    left:0
}
.login_icon img{
    margin:7px 0 0 7px
}
.login_input{
    border:1px solid #d6d6d6;
    height:30px;
    border-radius:3px;
    margin-bottom:15px;
    background:#fff;
    position:relative
}
.login_input input{
    border:none;
    height:30px;
    line-height:30px;
    width:87%;
    padding:0 5px 0 30px;
    background:none
}
.inputname{
    border:none;
    height:30px;
    line-height:30px;
    width:87%;
    padding:0 5px 0 30px;
}
.login_button{
    width:100%;
    background:#3399ff;
    border:none;
    margin-top:15px;
    height:35px;
    line-height:35px;
    color:#fff;
    padding:0;
    font-size:16px;
    cursor:pointer;
    border-radius:3px
}

.login_error{
    color:#f00;
    font-size:12px;
    line-height:25px;
    height:25px;
    margin-top:-18px
}
