.login-head{
    width: 1200px;
    height: 123px;
    margin: 0 auto;
    position: relative;
}
.welcome-box{
    width: 260px;
    height: 42px;
    position: absolute;
    left: 0;
    top: 40px;
    display: flex;
    align-items: center;
}
.logo{
    width: 130px;
    height: 42px;
}
.slogan{
    position: absolute;
    right: 0;
    top: 76px;
    width: 230px;
    height: 30px;
    color: #666666;
}
.container{
    width: 100%;
    height: 473px;
    position: relative;
}
.loginbanner{
    width: 100%;
    height: 100%;
}
.login-wrap{
    width: 347px;
    height: 342px;
    background-color: #ffffff;
    position: absolute;
    top: 66px;
    right: 25%;

}
.login-wrap h4{
  line-height: 56px;
  border-bottom: 1px solid #E6E6E6;
  padding-left: 19px;
  font-size: 18px;
  color: #EB3238;
}
.form{
    margin-top: 40px;
    position: relative;
}
.form .item{
    width: 307px;
    height: 42px;
    border: 1px solid #cccccc;
    margin: 20px auto;
    display: flex;
}
.item-left{
    width: 41px;
    height: 100%;
    background-color: #F5F5F5;
    border-right:  1px solid #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-left img{
    width: 70%;
    height: 70%;
}
.account{
    border: none;
    width: 245px;
    height: 40px;
    padding: 0 10px;
    outline: none; 
}
.pwd{
    border: none;
    width: 245px;
    height: 40px;
    padding: 0 10px;
    outline: none; 
}
.loginbtn{
    width: 307px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #EB3238;
    color: #ffffff;
    letter-spacing: 5px;
    border-radius: 2px;
    font-size: 18px;
    margin: 0 auto;
}
.other{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;    
}
.forgetpwd{
    margin-left: 20px;
    font-size: 12px;
    color: #535353;
}
.register{
    margin-right: 20px;
    font-size: 14px;
    color: #E4393C;
}
.footer{
    width: 1200px;
    margin: 0 auto;
    color: #666666;
    font-size: 12px;
}
.quickentry{
    width: 600px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding-top: 30px;
}
.footer p{
    text-align: center;
    line-height: 40px;
}
.quickentry a{
   color: #666666;
}
.quickentry a:hover{
    color: #EB3238;
 }