*{
    padding:0;
    margin:0;
}
body{
    width: 100%!important;
    padding: 0!important;
}
.header{
    width: 100%;
    height: 65px;
    /*background-color: #1d8eea;*/
}
.header>div{
    width: 1200px;
    height: 100%;
    //margin: 0 auto;
    padding-top: 2px;
}
/*.header img{*/
    /*height: 40px;*/
    /*width: 136px;*/
/*}*/

.body{
    width:100%;
    background: url("../img/bodybg.jpg") bottom no-repeat;
    height: calc(100% - 150px);
}
.body-container{
    width: 1200px;
    margin:0 auto;
    text-align: center;
    min-height: 490px;
    height: 100%;
    position: relative;
}
.body-container .body_bgd{
    width: 446px;
    position: absolute;
    top:50%;
    margin-top: -184px;
    left: 8%;
  
}
.body-container>form{
    width: 350px;
    float: right;
    border: 1px solid #afd9ff;
    background-color: #fff;
    box-shadow: 0 0 13px rgba(100,100,100,.4);
    position: absolute;
    top: 50%;
    margin-top: -189px;
    right: 8%;
}
form .language{
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    float: right;
}
.language :last-child{
    color: #8cbeea;
}
form h3{
    text-align: center;
    margin-top: 35px;
    margin-bottom: 15px;
    /*color: #45a4fa;*/
}
.body-container form select{
    width: 300px;
    height: 35px;
    margin: 0 auto 24px;
    color: #d3cfc7;
}
form>.form-group,.form-footer{
    width: 300px;
    margin: 0 auto 27px;
    position: relative;
}
form>.form-footer>.fl{
    float: left;
}
.check-code,.login-btn{
    width: 300px;
    margin: 0 auto 19px;
    position: relative;
}



.form-group input,.check-code input{
    height:35px;
}


.remember-password{
    width: 300px;
    margin: 0 auto;
    position: relative;
}
.form-group input{
    color: #000;
}
.check-code a{
    color: #d3cfc7;
}
.check-code .form-group{
    display: inline-block;
    width: 160px;
    color: #d3cfc7;
    margin-bottom: 0;
}
.check-code img{
    position: absolute;
    right: 55px;
    width: 75px;
}
.check-code a{
    position: absolute;
    right:0;
    top: 5px;
}
/***************************checkBox插件****************************/
body{
    font:14px/18px "Microsoft Yahei";
    /* background-color: #45a4fa;*/
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background-color:#e2efff;
    overflow: hidden;
}
.chk_1{
    display: none;
}
.chk_1 + label {
    border: 1px solid #C1CACA;
    padding: 9px;
    border-radius: 5px;
    position: relative;
}
.chk_1:checked + label {
    background-color: #ECF2F7;
}
.chk_1:checked + label:after {
    content: '\2714';
    position: absolute;
    top: 0;
    left: 0;
    color: #758794;
    width: 100%;
    text-align: center;
    font-size: 1.4em;
}
/***************************checkBox插件****************************/
.remember-password span{
    display: inline-block;
    position: relative;
    top: -10px;
    color: #c3c3c3;
}
.login-btn button{
    width:100%;
    color: #fff;
}
.login-btn button:hover{
    color: #fff;
}
.form-footer a:last-child{
    float: right;
}

.footer{
    width: 101%;
    background-color: #292e32;
    min-height: 80px;
    position: fixed;
    bottom: 0px;
    padding-top: 10px;
}
.footer-container{
    width:1200px;
    margin:0 auto;
    position: relative;
    padding-bottom: 10px;
}

.footer span{
    display: block;
    position: relative;
    bottom:0;
    text-align: center;
    font-size: 10px;
    /*color: #8bc1fb;*/
    color: #808080;
    line-height: 25px;
}

/*临时业务*/
.header .logo {
    width:700px;
    height: 60px;
    line-height: 50px;
    font-size: 30px;
    text-align: left;
    color: #fff;
    text-shadow: 2px 2px black;
    font-weight: bold;
    margin-left: 50px;
}
.header .logo img{
    height:60px;
}
.input-group .form-control{
    z-index: 0;
}
.login_icon{
    background-color: #eee!important;
    border: 1px solid #ccc!important;
    border-right: 0!important;
}

.login-dept-choose{
    padding-top: 10px;
    padding-bottom: 12px;
}
.login-dept-choose li{
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #e4eaec;
    font-size: 12px;
    padding-left: 16px;
    padding-right: 16px;
}
.login-dept-choose li:hover{
    background-color: #e4eaec;
}
.login-dept-choose input{
    vertical-align: middle;
    margin: 0;
}