/* 之前样式保留 */
.logo-home {
    width: 480px;
    margin: 0 auto;
}

.login-logo {
    padding-top: 90px;
    font-weight: normal;
    font-size: 23px;
    font-family: "Microsoft YaHei";
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 999;
    color: #23a0ff;
}

.login-logo img {
    top: 0px;
    position: relative;
    cursor: pointer;
    width: 80px;
    height: auto;
    padding-right: 10px;
}

.login-logo span {
    color: #dc4415;
}

.login-error {
    position: fixed;
    color: #ff9700;
    font-weight: bold;
    display: none;
    width: 400px;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.94);
    left: 50%;
    margin-left: -230px;
    top: 280px;
    z-index: 9999;
    text-align: center;
    padding: 20px 0px;
    font-size: 14px;
    -moz-box-shadow: 2px 2px 3px #000;
    box-shadow: 2px 2px 3px #000;
}

.login-error img {
    width: 20px;
    height: 16px;
    padding-right: 5px;
}

@-webkit-keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-500px) rotate(600deg);
        transform: translateY(-500px) rotate(600deg);
    }
}

@keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-500px) rotate(600deg);
        transform: translateY(-500px) rotate(600deg);
    }
}

/*xydm-login*/
.xydm-login{
    height: 100vh;
    background: #f4f3f2;
    position: relative;
}
.xydm-login-wrap {
    position: absolute;
    width: 430px;
    height: 430px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 20vh auto auto auto;
}
.xydm-login-main {
    background: #fff;
    border-radius: 10px;
    padding: 30px 40px;
}
.xydm-login-logo {
    text-align: center;
    margin-bottom: 30px;
}
.xydm-login-logo img {
    max-width: 100%;
}

.xydm-login-wrap .xydm-login-input {
    height: 45px;
    line-height: 43px;
    box-sizing: border-box;
    background: #f8f6f6;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    margin-bottom: 20px;
}
.xydm-login-wrap .xydm-login-input:after,
.xydm-login-remmber:after {
    content: '';
    display: table;
    clear: both;
}
.xydm-login-input .iconfont {
    font-size: 20px;
    color: #c6c6c6;
    margin: 0 15px;
    display: block;
    float: left;
}
.xydm-login-input .login-input {
    display: block;
    float: left;
    width: 290px;
    height: 43px;
    border: none;
    font-size: 14px;
    color: #747474;
    background: none;
    outline: none;
}

.xydm-login-input .login-input:-webkit-autofill,
.xydm-login-input .login-input:-webkit-autofill:focus {
    box-shadow: 0 0 0 1000px #f8f6f6 inset !important;
    -webkit-box-shadow: 0 0 0 1000px #f8f6f6 inset !important;
}

.xydm-login-input .code {
    width: 155px;
}
.xydm-login-input #checkCodeImg {
    float: right;
    width: 100px;
    height: 35px;
    margin-top: 4px;
    margin-right: 7px;
}
.xydm-login-remmber {
    margin-bottom: 30px;
    display: none;
}
.xydm-login-remmber .rem-user {
    width: 60%;
    float: left;
    font-size: 14px;
    color: #747474;
}
.xydm-login-remmber .rem-user input[type="checkbox"] {
    vertical-align: -2px;
}
.xydm-login-remmber .rem-user label {
    font-weight: normal;
    cursor: pointer;
}
.xydm-login-remmber .forget-pwd {
    float: right;
    font-size: 14px;
    color: #363636;
}

.xydm-login-btn {
    margin-top: 30px;
}

.xydm-login-btn .sub-btn {
    width: 100%;
    display: block;
    height: 45px;
    background: #DF0000;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    outline:none;
    border:none;
    transition: all .5s ease;
}


.xylogin-copyright {
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 40px;
}

.alert-dangers {
    position: absolute;
    padding-left: 50px;
    margin-top: -5px;
    background: url(../images/gth.png) no-repeat 16px;
}