body,div,ul,li,h1,h2,form,input,p{margin:0;padding:0}    
body{font-size:12px;color:#333;background:#fff;font-family:"Microsoft YaHei", tahoma, arial, sans-serif !important}
li{list-style:none}    
a{color:#1ab394;text-decoration:none;transition: all 1s ease-out;}
a:hover{color:#16987e;}  
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #333;
}
.icon{
  background:url(../images/icon.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.icon_username{
    width: 20px;
    height: 24px;   
}
.icon_password{
    width: 20px;
    height: 24px;
    background-position: 0 -60px;
 }
.icon_error{
    width: 17px;
    height: 16px;
    background-position: 0 -120px;
    margin-right: 15px;
}    

.login_main_max{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:url(../images/login-public.png) no-repeat center center #0a6ad1;
}

.company_name{
    position: absolute;
    top: 430px;
    left: 0;
    width: 670px;
    text-align: center;
    font-size: 30px;
    color: #fff;
}
.company_name::before{
    content: '';
    display: inline-block;
    width: 40px;
    height: 3px;
    margin: 0 10px;
    vertical-align: middle;
    background: #fff;
}
.company_name::after{
    content: '';
    display: inline-block;
    width: 40px;
    height: 3px;
    margin: 0 10px;
    vertical-align: middle;
    background: #fff;
}


.login_banner{
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
    margin: -258px -600px;
    width: 1200px;
    height: 476px;
}     
.login_box {
    background: #fff;
    width: 350px;
    float: right;
    margin-right:50px;
    padding: 30px;
    display: inline;
    overflow: hidden;
}
.login_box h2 {
    border-left: 4px solid #1ab394;
    color: #666;
    font-size: 14px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    padding-left:15px;
    margin:10px 0 30px; 
} 
.login_box li{
    height: 48px;
    margin-bottom: 20px;
}
.login_box .item{
    display: flex;
    justify-content: center;
    border: 1px solid #e0e0e0;
    height: 48px;
    line-height: 48px;
    padding: 0 10px 0 20px;
}
.login_box .focus{
    border-color: #1ab394;
}
.login_box .focus .icon_username{ 
    background-position: 0 -30px;
}
.login_box .focus .icon_password{
    background-position: 0 -90px;
 }
.login_box .error{
    border-color: #ff2f2f;
}    
.login_box .item span{
    width: 40px;
    overflow: hidden;
}  
.login_box .item input{
    flex: 1;
    background: #fff;
    height: 46px;
    line-height: 48px;
    border: 0;
    outline: none;
} 
.login_box .verify {
    float: left;
    width: 178px;
}
.login_box .verify input{
    width: 126px;
}   
.login_box .verify_img{
    border: 1px solid #e0e0e0;
    cursor: pointer;
    float: right;
    width: 118px;
    height: 48px;
}   
.login_box .error_tips{
    clear: both;
    color: red;
    height: 16px;
    line-height: 16px;
    margin-bottom: 40px;
}
.login_box .error_tips span{
    display: inline-block;
    vertical-align: middle;
}    
.login_box .btn_login{
    background: #1e84f1;
    display: block;
    color: #fff;
    width: 100%;
    line-height: 50px;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
    transition: all 1s ease-out;
}
.login_supplier{
    text-align: right
}
.footer{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    background:#f4f4f4;
    text-align:center;
}

.mobile-screen .login_banner{
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    padding: 0 20px;
    margin: -215px 0 0 0;
    box-sizing: border-box;
}

.mobile-screen .login_box{
    width: 100%;
    margin: 0;
    border-radius: 5px;
    box-sizing: border-box;
}
.mobile-screen .login_box .verify{
    width: calc(100% - 160px)
}
.mobile-screen .login_box .verify input{
    width: 62px;
}