/* 之前样式保留 */
.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{
    background: url(https://cdn.xypt.top/assets/img/login_new_bgx.jpg) no-repeat 50%;
    background-size: cover;
    /*background-position: center center;*/
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
}

.xylogin-copyright {
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-top: 30px;
}

.xydm-login-outer {
    position: absolute;
    width: 450px;
    top: 40%;
    left: 50%;
    margin-left: -225px;
    margin-top: -220px;
}

.xydm-login-wrap {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.xydm-login-top {
    background-image: url(../images/login-title.png);
    background-size: cover;
    background-position: center center;
    height: 150px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.xydm-login-logo {
    text-align: center;
    padding-top: 32px;
    margin-bottom: 5px;
}
.xydm-login-logo img {
    width: 51px;
}

.xydm-login-title {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-family: '微软雅黑';
    letter-spacing: 2.5px;
    line-height: 38px;
}

.xydm-login-title span {
    display: block;
    color: #a5a9c1;
    font-size: 13px;
    letter-spacing: 0;
}

.xydm-login-content {
    padding: 40px;
}

.login-message {
    padding: 15px 20px;
    font-size: 14px;
    margin-bottom: 20px;
    border-radius: 5px;
    display: none;
}

.xydm-login-wrap .xydm-login-input {
    margin-bottom: 30px;
    border: 1px solid #d0d4e7;
    border-radius: 5px;
    padding: 0 10px 0 50px;
    line-height: 26px;
    position: relative;
    height: 50px;
}

.xydm-login-wrap .xydm-login-input.active {
    border-color: #0581f4;
}

.xydm-login-wrap .xydm-login-input .iconfont {
    position: absolute;
    margin-left: -36px;
    font-size: 20px;
    color: #868fbd;
    margin-top: 12px;
}
.xydm-login-input .login-input {
    width: 100%;
    height: 48px;
    outline: none;
    background: transparent;
    border: none;
    font-size: 15px;
    color: #555;
    background: #fff;
}

.xydm-login-input .login-input:-webkit-autofill,
.xydm-login-input .login-input:-webkit-autofill:focus {
    -webkit-text-fill-color: #555;
    -webkit-transition: background-color 500000s ease-in-out 0s;
    transition: background-color 500000s ease-in-out 0s;
}

.xydm-login-input .login-input::-webkit-input-placeholder { /* WebKit browsers */
    color: #aaafca;
}
.xydm-login-input .login-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #aaafca;
}
.xydm-login-input .login-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #aaafca;
}
.xydm-login-input .login-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #aaafca;
}

.xydm-Code-input {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}

.xydm-Code-input .xydm-login-input {
    width: 225px;
}

.xydm-Code-input .xydm-Code-img {
    position: absolute;
    top: 0;
    right: 0;
}

.xydm-Code-input .xydm-Code-img #checkCodeImg {
    width: 130px;
    height: 46px;
    border-radius: 5px;
    cursor: pointer;
}

.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: 10px;
}
.xydm-login-btn .sub-btn {
    width: 100%;
    display: block;
    height: 45px;
    background: #0581f4;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    outline: 0;
    border: none;
    transition: all .5s ease;
    margin: 0 auto;
}
.xydm-login-btn .sub-btn:hover {
    background: #50a7f7;
}
.alert-dangers {
    padding-left: 25px;
    margin-top: -5px;
    background: url(../images/gth.png) no-repeat 0px;
}

.weixin-login {
    text-align: center;
    padding-top: 5px;
}

.weixin-login .weixin-txt {
    height: 40px;
    position: relative;
    line-height: 40px;
}

.weixin-login .weixin-txt .xian {
    height: 1px;
    background: #e6eaf6;
    position: absolute;
    left: 0;
    top: 19px;
    right: 0;
}

.weixin-login .weixin-txt .txt {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 99;
    padding: 0 30px;
    color: #b2c3e2;
}