/*@author 罗泽波 @time 2018-03-05*/
/*用户登录*/
.banner {
    width: 1250px;
    margin: 30px auto 0;
    padding-bottom: 0px;
}
.login{
    margin-top: 0px;
    position: relative; z-index: 9999;
}
.login-form{
    position: absolute;
    top: 11.5%;
    left: 40%;
    width: 21.5%;
}
.login-title{
    display: block;
    color: #332C2B;
    font-size: 20px;
    text-align: center;
    padding-bottom: 3%;
}
.login-form-show{
    display: block;
    margin-top: 9%;
    font-size: 16px;	
}
.login-form-show span{
    display: inline-block;
    width: 25%;
    color: #5F5D5D;
}
.login-form-show input{
	display: inline-block;
    width: 71%;
    border: none;
    outline: none;
    background: #fff;
    font-size: 16px;
    padding: 3px 5px;
}
.login-forget{
    display: block;
    color: #5F5D5D;
    text-align: right;
    font-size: 18px;
    margin-top: 4%;
}
.login-submit{
	display: block;
    margin-top: 6%;
    cursor: pointer;
    font-size: 18px;
    border: none;
    color: #fff; 
    width: 100%;
    padding: 3% 0;
    background: #694A3E;
}
.login-wechat{
    display: inline-block;
    margin-top: 3%;
    color: #fff; 
    padding: 3% 11% 3% 18.5%;
    font-size: 18px;
    background: url(../images/wechat2.png) 25% center no-repeat;
    background-color: #694A3E;
}
.login-register{
    display: block;
    margin-top: 3%;
    padding: 3% 0;
    font-size: 18px;
    background: #694A3E;
    color: #fff;
    text-align: center;
}
/*用户注册*/
.register{
    margin-top: 0px;
    position: relative;
}
.register-background{
	width: 100%;
	display: block;
}
.register-form{
	position: absolute;
    top: 11.5%;
    left: 40%;
    width: 20%;
}
.register-title{
    display: block;
    color: #332C2B;
    font-size: 20px;
    text-align: center;
    padding-bottom: 13%;
}
.register-input{
    display: block;
    border: none;
    outline: none;
    width: 94%;
    background: #fff;
    margin-bottom: 7%;
    padding: 2% 3%;
    font-size: 14px;
}
.register-phone-code{
    margin-bottom: 7%;
    display: block;
}
.register-phone-code input{
    display: inline-block;
    border: none;
    outline: none;
    width: 62%;
    background: #fff;
    padding: 2% 3%;
    font-size: 14px;
}
.register-phone-code button{
    display: inline-block;
    border: none;
    outline: none;
    width: 32%;
    background: #694A3E;
    padding: 2% 3%;
    font-size: 14px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.register-submit{
    display: block;
    border: none;
    outline: none;
    width: 100%;
    background: #694A3E;
    padding: 2% 3%;
    font-size: 15px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.register-protocol{
    display: inline-block;
    margin-top: 7%;
    width: 25%;
}
.register-protocol label{
    vertical-align: middle;
}
.register-protocol input{
	display: none;
}
.register-protocol span{
    color: #5F5D5D;
    font-size: 16px;
}
.register-login{
    color: #5F5D5D;
    display: inline-block;
    width: 73.5%;
    text-align: right;
}