html,
body {
    width: 100%;
    height: 100%;
}

.page_wrap {
    width: 100%;
    height: 100%;
    position: relative;
    min-width: 1280px;
    min-height: 600px;
    overflow: hidden;
}

@media screen and (min-height:600px) {
    html {
        overflow-y: hidden;
    }
}

.cloud_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.wind_move {
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
}

.millfir {
    width: 177px;
    height: 267px;
    position: absolute;
    background: url(../../images/login/millDownf.png) no-repeat center bottom;
    left: 100px;
    bottom: 33%;
}

.millsec {
    width: 158px;
    height: 239px;
    position: absolute;
    background: url(../../images/login/millDowns.png) no-repeat center bottom;
    left: 290px;
    bottom: 32%;
}

.millthi {
    width: 142px;
    height: 213px;
    position: absolute;
    background: url(../../images/login/millDownt.png) no-repeat center bottom;
    left: 460px;
    bottom: 31%;
}

@-webkit-keyframes millMove {
    from {
        transform: rotate(0deg);
        transform-origin: 50% 50%;
    }
    to {
        transform: rotate(360deg);
        transform-origin: 50% 50%;
    }
}

.millHead {
    width: 177px;
    height: 156px;
    background: url(../../images/login/millUpf.png) no-repeat center center;
    /*animation      : millMove 1s;
    -webkit-animation: millMove 1s linear infinite;*/
}

.millsec .millHead {
    width: 158px;
    height: 137px;
    background: url(../../images/login/millUps.png) no-repeat center center;
}

.millthi .millHead {
    width: 142px;
    height: 123px;
    background: url(../../images/login/millUpt.png) no-repeat center center;
    transform: rotate(10deg);
}

.cloud_wind {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.cloud_wrap {
    width: 100%;
    height: 50%;
    position: relative;
    left: 0;
    top: 0;
}

@keyframes fcloudMove {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(-100%, 0);
    }
}

@-moz-keyframes fcloudMove {
    from {
        -moz-transform: translate(0, 0);
    }
    to {
        -moz-transform: translate(-100%, 0);
    }
}

@-webkit-keyframes fcloudMove {
    from {
        -webkit-transform: translate(0, 0);
    }
    to {
        -webkit-transform: translate(-100%, 0);
    }
}

@keyframes scloudMove {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(-200%, 0);
    }
}

@-moz-keyframes scloudMove {
    from {
        -moz-transform: translate(0, 0);
    }
    to {
        -moz-transform: translate(-200%, 0);
    }
}

@-webkit-keyframes scloudMove {
    from {
        -webkit-transform: translate(0, 0);
    }
    to {
        -webkit-transform: translate(-200%, 0);
    }
}

.emcloud {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
}

.firstCloud {
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-animation: fcloudMove 190s linear forwards;
    animation: fcloudMove 190s linear forwards;
    -o-animation: fcloudMove 190s linear forwards;
    -moz-animation: fcloudMove 190s linear forwards;
}

.secondCloud {
    left: 100%;
    top: 0;
    z-index: 2;
    -webkit-animation: scloudMove 380s linear infinite;
    -moz-animation: scloudMove 380s linear infinite;
    -o-animation: scloudMove 380s linear infinite;
    animation: scloudMove 380s linear infinite;
}

.thirdCloud {
    left: 100%;
    top: 0;
    z-index: 3;
    -webkit-animation: scloudMove 380s linear 190s infinite;
    -moz-animation: scloudMove 380s linear 190s infinite;
    -o-animation: scloudMove 380s linear 190s infinite;
    animation: scloudMove 380s linear 190s infinite;
}

.loginCont {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    top: 0px;
    left: 0px;
}

.signinPanel {
    width: 518px;
    *width: 438px;
    height: 354px;
    *height: 294px;
    padding: 32px 40px 28px;
    border: 1px solid #cacaca;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -177px 0 0 -259px;
    border-radius: 4px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .15);
    background: #ffffff;
}

.login_head {
    width: 435px;
    height: 78px;
    margin: 0 auto;
    color: #2aa738;
    text-align: center;
    position: relative;
}

.login_head .main_title {
    width: 100%;
    height: 28px;
    position: relative;
    border-bottom: 1px solid #2aa738;
}

.main_title .title_cont {
    font-size: 26px;
    line-height: 26px;
    height: 30px;
    width: 315px;
    position: absolute;
    left: 60px;
    top: 0px;
    background: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.login_head .sub_title {
    width: 100%;
    height: 20px;
    font-size: 13px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.login_form {
    width: 435px;
    margin: 0 auto;
}

.login_form div.lBox_input {
    width: 100%;
    height: 160px;
}

.login_form div.lBox_input .loginInput {
    width: 100%;
    *width: 327px;
    height: 56px;
    *height: 40px;
    line-height: 40px;
    padding: 8px 18px 8px 90px;
    color: #292929;
    font-size: 20px;
    outline: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #cacaca;
    background: #ffffff;
}

.login_form div.lBox_input .loginInput:hover {
    border: 1px solid #aaa;
}

.login_form div.lBox_input .loginInput:focus {
    border: 1px solid #5aabe2;
}

.login_form div.lBox_input .inputError {
    border: 1px solid #e13838;
    background: rgb(247, 223, 223);
    /*box-shadow:0 0 0px 100px rgba(247,223,223,1) inset;*/
}

.login_form div.lBox_input .inputError:hover {
    border: 1px solid #e13838;
}

input:-webkit-autofill {
    box-shadow: 0 0 0px 100px white inset;
}

.login_form div.lBox_input .l_usename {
    position: relative;
    width: 100%;
    height: 56px;
}

.login_form div.lBox_input .l_usepassword {
    position: relative;
    width: 100%;
    height: 56px;
    margin: 12px 0px 0;
}

.login_form div.lBox_input label {
    position: absolute;
    left: 0;
    top: 11px;
    float: left;
    width: 68px;
    height: 34px;
    font-weight: normal;
    border-right: 2px solid #cacaca;
}

div.l_usename label {
    background-image: url(../../images/login/nuser.png);
    background-repeat: no-repeat;
    background-position: 8px -10px;
}

div.l_usepassword label {
    background-image: url(../../images/login/nuser.png);
    background-repeat: no-repeat;
    background-position: 8px -61px;
}

div.lBox_input .check_error {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #6d6d6d;
    font-size: 12px;
    display: none;
}

.check_error .errorImg {
    width: 14px;
    height: 14px;
    background: url(../../images/login/icon.png) -36px -100px no-repeat;
    display: inline-block;
    margin: 8px 10px 0 0;
}

.login_form div.lBox_btn {
    width: 100%;
    height: 53px;
    position: relative;
    overflow: hidden;
}

#login_loading {
    width: 30px;
    height: 30px;
    top: 6px;
    position: absolute;
    right: 4px;
    background: url(../../images/login/loading.gif) no-repeat 0 0;
}

.login_loading {
    display: none;
}

.lBox_btn .checkbox {
    float: left;
    margin: 13px 0 0 0;
    cursor: pointer;
    color: #4f4f4f;
    font-size: 14px;
    font-weight: normal;
}

.lBox_btn .checkbox input {
    margin-top: 0;
}

.lBox_btn .btn-default {
    float: right;
    width: 114px;
    height: 42px;
    line-height: 42px;
    padding: 0;
    text-align: center;
    color: #333333;
    cursor: pointer;
    font-size: 18px;
    border-radius: 4px;
    background: #f6f6f6;
    border: 1px solid #cacaca;
}

.lBox_btn .btn-default:hover {
    background: #fff;
}

.lBox_btn .btn-default:active {
    background: #e9e9e9;
}

.lBox_btn .button_disabled {
    opacity: 0.3;
    cursor: default;
}

.lBox_btn .button_disabled:hover {
    background: #f6f6f6;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
}

.header_lg {
    height: 55px;
    text-align: center;
}

form {
    width: 100%;
    height: calc(100% - 55px);
}

.header_lg img {
    width: 117px;
    height: 35px;
    margin-top: 10px;
}

.login_kuang {
    background-color: #f7f8f8;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 10%;
    box-sizing: border-box;
}

.login_title {
    color: #BDAE8E;
    font-size: 20px;
}

.login_kuang input {
    width: 248px;
    height: 28px;
    color: #292929;
    outline: 0;
    border-radius: 0 !important;
    -webkit-border-radius: 5px;
    border: 1px solid #cacaca;
    background: #ffffff;
    padding: 0;
}

.login_kuang input:hover {
    border: 1px solid #aaa;
}


/* .login_kuang input: {
    background: #ffffff;
} */

.login_kuang input:focus {
    border: 1px solid #5AABE2;
    background: #FFFFFF;
}

.login_kuang .input_error {
    border: 1px solid #e13838;
    background: rgb(247, 223, 223);
}

.login_kuang>div {
    margin-top: 20px;
}

.btn_login {
    width: 250px;
    height: 30px;
    background-color: #BDAE8F;
    border: 1px solid #BDAE8F;
    color: #FFFFFF;
    opacity: 0.8;
    outline: none;
}

.btn_login:active,
.btn_login:hover {
    border: 1px solid #BDAE8F !important;
    opacity: 1;
}

.inputError {
    border: 1px solid #e13838 !important;
    background: rgb(247, 223, 223) !important;
}

input::-webkit-input-placeholder {
    color: #C7C7C7;
}

input:-moz-placeholder {
    color: #C7C7C7;
}

input::-moz-placeholder {
    color: #C7C7C7;
}

input:-ms-input-placeholder {
    color: #C7C7C7;
}