/*reset start*/
*{
    margin: 0;
    padding: 0;
}
/* 设置默认字体 */
body, button, input { /* for ie */
    font: 12px/1  Arial,'微软雅黑','黑体', "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}
button, input {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}
/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input{
    border: 0;
    margin: 0;
    padding: 0;
    outline: none;
    border-radius:0 4px 4px 0;
}
input:-webkit-autofill { 
-webkit-box-shadow: 0 0 0px 1000px white inset; 
} 
/*reset end*/

/*页面主体设置-开始*/
html {
    width: 100%;
    height: 100%;
}
body {
    background: url("img/CRM-login-bg.jpg") left top repeat;
    width:100%;
    height:100%;
    }
.all {
    position: relative;
    width: 100%;
    height: 100%;
}
.head{
    background: url("img/CRM-login-01.jpg") left top repeat-x;
    background-color: #e90029;
    height:10px;
    z-index:44;
}
.main {
    width: 579px;
    height: 355px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index:9;
    box-sizing:border-box;
    padding-top:57px;
    margin-left: -289.5px;
    margin-top: -177.5px;
    background: url("img/CRM-login-main.png") left top no-repeat;
      background-size:100% 100%;
}
@media screen and (max-width: 800px) {
   html .main {
          width: 100%;
    left: 0;
      margin-left: 0;
    }
   html .login{ width:100%;}
} 
.login{
    width:565px;
    height:288px;   
    box-sizing:border-box;
    padding-top:45px;
    z-index:99;
    margin:0 auto;
}
.loginTab{
    width:292px;
    height:173px;
    margin:0 auto; 
    border-collapse:separate;
}
.firtr {
    overflow:hidden;
    width: 290px;
    height: 44px;
    line-height: 44px;
    border: solid 1px #e5e5e5;
    border-radius: 4px;
    margin-bottom: 18px;
}
.loginTab .space_tr{
    height:18px;
} 
    
.userName, .password {
        width: 297px;
        height: 44px;
        line-height: 44px;
    }
.loginBtn {
    background: url("img/CRM-login-06.png") left top no-repeat;
    background-size: 100% 100%;
    position: relative;
    width: 362px;
    /* height: 42px; */
    font-family: '微软雅黑';
    font-size: 14px;
    color: #949494;
    text-align: center;
    /* line-height: 42px;    */
    border-radius:10px
}
.redBtn{
    background: url("img/CRM-login-02.png") left top no-repeat;
    width:68px;
    height:42px;
    position: absolute;
    margin-left: 0;
    z-index:999;  
    cursor: move;
}
.red-content{
    background: url("img/CRM-login-02-0.png") left top no-repeat;
    width:22px;
    height:18px;
    position: absolute;   
    margin-left: 22px;
    margin-top: 12px;
    /*z-index:99;*/
}
.red-content-load {
    display: none;
    width: 16px;
    height: 16px;
    position: absolute;
    margin-left: 23px;
    margin-top: 11px;  
    border-radius: 100%;  
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    background: transparent !important;   
   -webkit-animation: rotate 0.75s 0s linear infinite;
    animation: rotate 0.75s 0s linear infinite;
}
@keyframes rotate{
    0%{
        transform:rotate(0deg)

    }
    100% {
        transform: rotate(360deg)
    }
}
@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
@-moz-keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
.red-content-0{
    background: url("img/loading.gif") left top no-repeat;
    width:16px;
    height:16px;
    position: absolute;
    margin-left: 24px;
    margin-top: 12px;
    /*z-index:99;*/
}
.redBtn.stopani{
    -moz-transition: all 1s; 
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.xian{
    background: url("img/CRM-login-05.png") left top repeat-x;
    height:68px;
    position:absolute;
    width:100%;
    top:50%;
    left:0;
    margin-top:29px;
}
.infoName img{
   padding:0 15px;
   vertical-align:middle
}
.footer {
    font-family: '微軟正黑體';
    font-size: 12px;
    color: #555555;
    font-weight: normal;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
    .footer p {
        border-top: solid 1px #9b9b9b;
        line-height: 58px;
        text-align: center;
    }
#loginUl {
    list-style-type: none;
    width: 362px;  
    margin: 0 auto;
}
#loginUl li{
    width:362px;
    height:46px;
    line-height:44px;
    box-sizing:border-box;   
    border: solid 1px #e5e5e5;   
    /* border: solid 1px #e90029; */
    border-radius:4px;
    overflow:hidden;
}
#loginUl li:last-child{
    border: none
}
.info_user {
    background: url(img//CRM-login-user.png)15px center no-repeat;
    margin-bottom: 18px;
    padding-left: 48px;
}
.info_password {
    background: url(img//CRM-login-password.png)15px center no-repeat;
    margin-bottom: 20px;
    padding-left: 48px;
}
#loginUl #drag{
    border:none;
}
#moveshow {
    display: inline-block;
    width: 40px;
    height: 16px;
    position: absolute;
    left: 85px;
    top: 13px;
    opacity: 0.5;
    /*background: -webkit-linear-gradient(left top,#EDEDED 0%, #fff 50%, #EDEDED 100%);
    background: -moz-linear-gradient(left,#F3F3F3 0%, #fff 50%, #EDEDED 100%);*/
    background: -moz-linear-gradient(left, #EDEDED, 0.5, white, #EDEDED);
    background: -webkit-gradient(linear,left bottom,right top,color-stop(0, #EDEDED),color-stop(0.5, white),color-stop(1, #EDEDED));
    -webkit-animation: slidetounlock 2s infinite;
}
@keyframes slidetounlock{
    0% {
        margin-left: 0;
        opacity: 0.5;
    }
    85%{margin-left:140px}
    86% {
        opacity:0
    }
    100% {
        opacity: 0
    }
}
@-webkit-keyframes slidetounlock {
    0% {
        margin-left: 0;
        opacity: 0.5;
    }
    85%{margin-left:140px}
    86% {
        opacity:0
    }
    100% {
        opacity: 0
    }
}
@-moz-keyframes slidetounlock {
    0% {
        margin-left: 0;
        opacity: 0.5;
    }
    85%{margin-left:140px}
    86% {
        opacity:0
    }
    100% {
        opacity: 0
    }
}