html,body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.login{
    background: url(../images/seller/bg.png)  no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

.box{
    position: absolute;
    width: 1100px;
    height: 670px;
    top: 15%;
    left: 20%;
}

.boxRight{
    float: left;
    width: 620px;
    height: 670px;
}

.boxRight img{
    width: 100%;
    height: 100%;
}

.boxLeft{
    width: 480px;
    line-height: 670px;
    min-height: 670px;
    float: left;
}

.boxLeftBg{
    background: url(../images/seller/left.png) no-repeat;
    background-size: 100% 100%;
    width: 480px;
    height: 500px;
    vertical-align: middle;
    border-radius: 10px 0 0 10px;
    display: inline-block;
    position: relative;
    left:50%;
    top:40%;
}

.boxClear{
    clear: both;
}

.userName{
    position: absolute;
    top: 51px;
    left: 87px;
    width: 300px;
    height: 30px;
    border-bottom: 1px solid #4879fb;
}

.userName img{
    width: 20px;
    height: 22px;
    position: absolute;
    left: 16px;
    z-index: 100;
    top: 2px;
}

.userName input {
    border: 0;
    outline: none;
    line-height: 28px;
    position: absolute;
    width: 265px;
    left: 40px;
}

input::-webkit-input-placeholder{
    padding-left: 10px;
    font-size: 18px;
    color: #999999;
}

.userPsd{
    position: absolute;
    top: 140px;
    left: 87px;
    width: 300px;
    height: 30px;
    border-bottom: 1px solid #4879fb;
}

.userPsd img{
    width: 20px;
    height: 22px;
    position: absolute;
    left: 14px;
    z-index: 100;
    top: 2px;
}

.userPsd input {
    border: 0;
    outline: none;
    line-height: 28px;
    position: absolute;
    width: 265px;
    left: 38px;
}

.userCode{
    position: absolute;
    top: 232px;
    left: 87px;
    width: 160px;
    height: 30px;
    border-bottom: 1px solid #4879fb;
}

.userCode .codeIcon{
    width: 20px;
    height: 22px;
    position: absolute;
    left: 14px;
    z-index: 100;
    top: 2px;
}

.userCode input {
    border: 0;
    outline: none;
    line-height: 28px;
    position: absolute;
    width: 125px;
    left: 38px;
}

.chicuele{
    position: absolute;
    width: 130px;
    height: 50px;
    left: 166px;
    top: -19px;
}

.rememberPsd{
    position: absolute;
    width: 150px;
    line-height: 30px;
    left: 101px;
    top: 280px;
}

#btn{
    position: absolute;
    width: 300px;
    line-height: 45px;
    top: 355px;
    left: 87px;
    background-color: #1b5ee7;
    border-radius: 35px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.forGetPsd{
    position: absolute;
    width: 300px;
    text-align: center;
    line-height: 30px;
    left: 87px;
    top: 405px;
}

.forGetPsd a{
    text-decoration: none;
    color: #999999;
}

#error{
    position: absolute;
    width: 300px;
    text-align: center;
    line-height: 30px;
    left: 87px;
    top: 440px;
    color: red;
}

