.header{
    width: 930px;
    margin: 0 auto;
    height: 100px;
    overflow: hidden;
    
}
.site-title {
  color: #00A0E9;
}
.loginImg{
    /*padding-top: 32px;*/
}
.loginImg a img{
    vertical-align: middle;
	padding-top: 20px;
	width: 200px;
}
.loginTit{
    font-size: 12px;
    line-height: 100px;
    color:#666;
}

.footer{
    margin-top: 0px !important;
}

/* 分割线 */
.main{
    display: flex;
    width: 100%;
    height: 100vh;
    /* margin: 0 auto; */
    /* overflow: hidden; */
}
.mainImg{
    /* width:54%; */
    overflow: hidden;
    font-size: 0px;
}
.mainImg img{
    /* width: 100%; */
    height: 100%;
}

.mainContent{
    flex:1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.mainContent .form-login{
    width: 57%;
}

.mainContent .inputWrap{
    width: 70%;
    padding:10px 20px;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    background-color: rgb(232, 235, 237);
    margin: 0 auto;
}

.mainContent .passwordWrap{
    width: 60%;
    margin:0 auto;
}

.mainContent .inputWrap input{
    width: 100%;
    border:none;
    outline: none;
    background-color: transparent;
    color:#757575 !important;
    font-size: 14px;
}

.mainContent .passwordBtn{
    display: flex;
    justify-content: flex-end;
    font-size: 10px;
}

.mainContent .passwordBtn a{
    color:#008FD8;
}

.mainContent .buttonWrap{
    display: flex;
    justify-content: center;
    margin-top:30px;
}

.mainContent .loginLogo{
    display: flex;
    justify-content: center;
    margin-bottom:60px;
}

.mainContent .loginLogo img{
    width: 228px;
}

input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-text-fill-color: #757575 !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color:transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
}

.login-ul li{
    line-height: 33px;
}
.login-ul .loginBtn{
    height: 54px;
    line-height: 54px;
    border: 0;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}
.errorTitle{
    display: none;
    text-align: center;
    color:red;
    border:1px solid #ccc;
}

.mainContent .logitFooter{
    position: absolute;
    left:50%;
    bottom:10px;
    transform: translateX(-50%);
    text-align: center;
    color:#939393;
    font-size: 12px;
}

.mainContent .logitFooter a{
    color:#939393;
    font-size: 12px;
}