@charset "utf-8";
/* CSS Document */

* { font: 13px/1.5 '微软雅黑'; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -box-sizing: border-box; padding:0; margin:0; list-style:none; box-sizing: border-box; }
body, html { height:100%; overflow:hidden; }
body { background-size: cover; }
a { color:#27A9E3; text-decoration:none; cursor:pointer; }
img{ border:none;}

header{height: 90px}
.wd900 {width: 900px;clear: both;margin: 0 auto;}
.logo {float: left;padding-left: 4px;margin-top:4px;}
.topLink {
    padding-top: 25px;
    font-size: 14px;
    color: #5c5c5c;
}
.cwrap{background:url("/img/login_bg.png");background-size: cover;text-align: left;padding-top: 40px;padding-bottom: 28px;}
.login_box{width: 900px;margin: 0 auto;position: relative;}
.login .title{font-size: 16px;line-height: 56px;padding: 0 24px;border-bottom: solid 1px #cacaca;color: #242424;}
.login .items_panel{
    font-size: 14px;
    margin: 6px 50px;
    width:300px;
}
.login {height:360px;width:400px;background-color: #fff;}
.login_box .middle_line {position: absolute;top: 0;left: 440px;width: 1px;height: 398px;background: url('/img/login_middle_line.png') 50% 50% no-repeat;}
.login .items_panel .err_tips {
    color: #ec2020;
    min-height: 21px;
    margin-top: 11px;
}

input[type=text], input[type=password] {
    vertical-align: middle;
    border-radius: 3px;
    padding: 0 16px;
    outline:none; width:100%;
    margin-bottom:15px;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    box-sizing: border-box;
    border: solid 1px #ddd;

}
input[type=text]:focus, input[type=password]:focus{ border: 1px solid #27A9E3; }
input[type=submit], input[type=button] {
    height: 40px;
    width: 100%;
    background-color: #2cc64d;
    font-size: 16px;
    margin-top: 13px;
    color: #ffffff;
    font-weight: bold;
    border: 1px solid #2ab949;
}
input.auth_code{width:180px}
#captcha_img{
    width: 110px;
    height: 32px;
    margin-bottom: 15px;float: right;
}
.base_error {
    margin: 0 0 10px;
    padding: 2px 20px 2px 22px;
    width: auto;
    min-width: 176px;
    display: inline-block;
    background: #FFFADC;
    border: 1px solid #DCA;
    color: #666;
}
.copyright { font-size:14px; width:100%; text-align:center; margin-top:60px;}

@media(max-width: 767px) {
    header,footer{display: none}
    .cwrap{background-image: none}
    .login_box{width: 400px}
    .login .items_panel{margin: 0 37px}
}