*{
    padding: 0;
    margin: 0;
}
body{
    background: #303030;
}
.all{
    width: 386px;
    height: 502px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
}
.ewm{
    width: 60px;
    height: 60px;
    background: url(../img/login.png) no-repeat center/100%;
    position: absolute;
    top: 0;
    left: 0;
}
.login-hint{
    width: 97px;
    height: 19px;
    background: url(../img/login-hint.png) no-repeat center/100%;
    position: absolute;
    left: 60px;
    top: 8px;
}
.off{
    width: 24px;
    height: 24px;
    background: url(../img/10403.webp) no-repeat 0 -60px;
    position: absolute;
    top: 12px;
    right: 12px;
}
.login-way{
    width: 306px;
    height: 72px;
    margin: 0 auto;
    padding: 42px 0 10px;
    box-sizing: border-box;
    font-size: 18px;
    color: #999;
    text-align: center;
    line-height: 18px;
}
.login-on{
    color: #333;
}
.login-way>span{
    padding: 0 16px;
    cursor: pointer;
}
.login-way>span:hover,
.all-top>p:hover{
    color: #b4a078;
}
.all-top>p{
    width: 300px;
    margin: 0 auto;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    text-align: right;
    color: #666;
    cursor: pointer;
}
.all-middle{
    width: 300px;
    margin: 0 auto;
}
.phone,.puzzle{
    margin-bottom: 15px;
}
.phone>i{
    font-size: 24px;
    color: #ccc;
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    position: absolute;
    border-right: 1px solid #e8e8e8;
}
.phone>input{
    width: 300px;
    height: 36px;
    line-height: 36px;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    padding: 0 50px;
}
.puzzle>i{
    display: inline-block;
    width: 40px;
    height: 36px;
    font-size: 24px;
    text-align: center;
    line-height: 36px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 3px #999;
    box-sizing: border-box;
    position: absolute;
    cursor: pointer;
}
.puzzle>span{
    display: inline-block;
    width: 300px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding-left: 80px;
    background-color: #f7f9fa;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
}
.code{
    font-size: 0;
}
.code>input{
    width: 211px;
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    outline: none;
    vertical-align: top;
}
.code>span{
    display: inline-block;
    width: 89px;
    height: 38px;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 38px;
    background-color: #eee;
    cursor: pointer;
}
.code>span:hover{
    color: #b4a078;
}
.all-middle>button{
    margin: 40px 0 15px;
    width: 300px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    background-color: #b4a078;
    border: none;
    cursor: pointer;
}
#agree{
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #e8e8e8;
    vertical-align: top;
    padding-bottom: 12px;
}
.agreement{
    display: inline-block;
    width: 270px;
    font-size: 12px;
    color: #999;
    vertical-align: top;
}
.agreement>a{
    color: #333;
    text-decoration: none;
}
.all-bottom{
    width: 386px;
    height: 60px;
    background-color: #f5f3ef;
    position: absolute;
    bottom: 0;
}
.all-bottom-left{
    margin: 18px 0 0 32px;
}
.method{
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 20px;
    cursor: pointer;
}
.wx{
    background: url(../img/login-way.webp) no-repeat -7px -4px/150%;
}
.wx:hover{
    background: url(../img/login-way.webp) no-repeat -7px -44px/150%;
}
.qq{
    background: url(../img/login-way.webp) no-repeat -7px -250px/150%;
}
.qq:hover{
    background: url(../img/login-way.webp) no-repeat -7px -295px/150%;
}
.wb{
    background: url(../img/login-way.webp) no-repeat -7px -125px/150%;
}
.wb:hover{
    background: url(../img/login-way.webp) no-repeat -7px -207px/150%;
}
.wy{
    background: url(../img/login-way.webp) no-repeat -7px -85px/150%;
}
.wy:hover{
    background: url(../img/login-way.webp) no-repeat -7px -167px/150%;
}
.help{
    font-size: 12px;
    color: #999;
    cursor: pointer;
    position: absolute;
    right: 12px;
    bottom: 20px;
}