html{
    font-size: 100%;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}
body{
    margin: 0;
    background: url("/xlhFrontsystem/cloud_index/images/login/login_bg.png") no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}
html, button, input, select, textarea{
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family:'PingFangSC','helvetica neue','hiragino sans gb','arial','microsoft yahei ui','microsoft yahei','simsun','sans-serif'!important;
    -webkit-overflow-scrolling: touch;
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section, summary, main{
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
ul,li{
    margin: 0;
    padding: 0;
    list-style: none;
}
img{
    border: none;
}
/*登录*/
.login-wrap{
    width: 800px;
    height: 400px;
    position: absolute;
    top: 50%;
    margin-top: -200px;
    left: 50%;
    margin-left: -400px;
}
.login-main{
    height: 400px;
    width: 390px;
    background:rgba(255,255,255,.2);
    border-radius: 8px;
    box-shadow: 2px 5px 10px 0 rgba(33,33,33,.5);
    float: right;
}
.login-body{
    width: 100%;
    height: 100%;
}
.close-btn:hover{
    color: #7000f0;
}
.login-title{
    margin: 15px 0 0;
    font-size: 18px;
    text-align: center;
    color: #333;
    padding: 20px 0;
    font-weight: 600;
    background: url("/common/images/login_logo.png") no-repeat center;
    height: 30px;
    border-radius: 8px 8px 0 0;
}
.login-form{
    padding: 0 30px;
    margin-top: 40px;
}
.login-form p{
    margin: 20px 0;
    padding: 2px 10px;
    height: 36px;
    line-height: 36px;
    background: #fff;
    border-radius: 2px;
}
.login-form p:hover{
    border-bottom-color: #7000f0!important;
}
.login-form p:hover i{
    color: #7000f0!important;
}
.login-form p i{
    font-size: 20px;
    float: left;
    margin-top: 4px;
    color: #333;
}
.login-form p input{
    width: 100%;
    height: 32px;
    line-height: 32px;
    outline: none;
    float: right;
    margin-top: 2px;
    border: 0;
    color: #666;
    font-size: 14px;
}
.login-btn{
    width: 100%;
    border-radius: 4px;
    color: #fff;
    background: #7000f0;
    border: 1px solid #7000f0;
    text-align: center;
    height: 36px;
    line-height: 36px;
    margin-top: 40px;
    font-size: 16px;
    cursor: pointer;
    transition: .5s;
}
.login-btn:hover{
    color: #fff;
}
.forget-pw{
    float: right;
    color: #fff;
    text-decoration: none;
}
.forget-pw:hover{
    text-decoration: underline;
}
/*记住密码*/
.remember_key{
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 10px;
}

.xf-check {
    width: 25px;
    position: relative;
    float: left;
}
.xf-check input[type=checkbox] {
    visibility: hidden;
}
.xf-check label {
    cursor: pointer;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 2px;
    left: 0;
    background: #fff;
    border:1px solid #ccc;
    -moz-border-radius: 2px;      /* Gecko browsers */
    -webkit-border-radius: 2px;   /* Webkit browsers */
    border-radius:2px;            /* W3C syntax */
}
.xf-check label:hover{
    border-color: #7000f0;
}
.xf-check label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 2px;
    left: 2px;
    border: 2px solid #7000f0;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.xf-check label:hover::after {
    opacity: 0;
}
.xf-check input[type=checkbox]:checked + label:after {
    opacity: 1;
}
.remember_font{
    float: left;
    color: #fff;
}
.sys_error_msg{
    text-align: center;
    display:none;
    color: #EE1000;
}