﻿.logo-home
{
    width: 480px;
    margin: 0 auto;
}
.login-logo
{
    padding-top: 90px;
    font-weight: 400;
    font-size: 23px;
    font-family: "Microsoft YaHei";
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 999;
    color: #23a0ff;
}
.login-logo img
{
    top: 0;
    position: relative;
    cursor: pointer;
    width: 80px;
    height: auto;
    padding-right: 10px;
}
.login-logo span
{
    color: #dc4415;
}
.login-error
{
    position: fixed;
    color: #ff9700;
    font-weight: 700;
    display: none;
    width: 400px;
    line-height: 40px;
    background: rgba(255,255,255,.94);
    left: 50%;
    margin-left: -230px;
    top: 280px;
    z-index: 9999;
    text-align: center;
    padding: 20px 0;
    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
{
    background-image: url(../image/login_bg.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
}
.xylogin-copyright
{
    position: absolute;
    z-index: 9;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.xydm-login-wrap
{
    position: absolute;
    width: 450px;
    top: 40%;
    left: 50%;
    margin-left: -225px;
    margin-top: -220px;
    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(../image/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 40px 58px 40px;
}
.login-message
{
    padding: 15px 20px;
    font-size: 14px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.xydm-login-wrap .xydm-login-input
{
    margin-bottom: 35px;
    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: 0;
    background: 0 0;
    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
{
    color: #aaafca;
}
.xydm-login-input .login-input:-moz-placeholder
{
    color: #aaafca;
}
.xydm-login-input .login-input::-moz-placeholder
{
    color: #aaafca;
}
.xydm-login-input .login-input:-ms-input-placeholder
{
    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: 400;
    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(../image/gth.png) no-repeat 0;
}