body{
    background-repeat: no-repeat;
    background-size:auto 450px;
    background-position:0 calc(50% - 225px);
}
.main-box{
    width:825px;
    height:548px;
    margin:0 auto;
    background-size:auto 100%;
    background-repeat: no-repeat;
    display:flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.side-box{
    width:1160px;
    display: flex;
    position: relative;
    left: 0px;
}
.side-register{
    left: 0px;
    transition:left linear 0.2s;
}
.side-login-password{
    left: -290px;
    transition:left linear 0.2s;
}
.side-login-valid{
    left: -580px;
    transition:left linear 0.2s;
}
.side-forget{
    left: -870px;
    transition:left linear 0.2s;
}
.out-box{
    width: 290px;
    overflow: hidden;
    position: relative;
    padding: 2px;
}
.register-box{
     width:284px;
     padding:11px;
     box-shadow:0px 2px 4px 0px rgba(0,0,0,0.08),0px 0px 5px 0px rgba(239,240,244,1);
     border-radius:5px;
    background-color:white;
    margin:0 4px;
 }
.login-box-password{
    width:284px;
    padding:11px;
    box-shadow:0px 2px 4px 0px rgba(0,0,0,0.08),0px 0px 5px 0px rgba(239,240,244,1);
    border-radius:5px;
    background-color:white;
    margin:0 4px;
    height:300px;
}
.login-box-valid{
    width:284px;
    padding:11px;
    box-shadow:0px 2px 4px 0px rgba(0,0,0,0.08),0px 0px 5px 0px rgba(239,240,244,1);
    border-radius:5px;
    background-color:white;
    margin:0 4px;
    height:320px;
}
.forget-password{
    width:284px;
    padding:11px;
    box-shadow:0px 2px 4px 0px rgba(0,0,0,0.08),0px 0px 5px 0px rgba(239,240,244,1);
    border-radius:5px;
    background-color:white;
    margin:0 4px;
    height:350px;
}
.input-item{
    width:100%;
    height:40px;
    margin:15px 0px;
}
.input-item > input{
    width:calc(100% - 30px);
    height:100%;
    background:rgba(32,53,128,0.01);
    border-radius:2px;
    border:1px solid rgba(32,53,128,0.16);
    outline: none;
    font-size:13px;
    padding:0 15px;
}
.agreement{
    margin: 22px 0;
    text-align: left;
}
.agreement span{
    color:#C21F30;
    text-decoration: underline;
    cursor:pointer;

}
/* 谷歌 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
/* 火狐 */
input{
    -moz-appearance:textfield;
}
.register_btn{
     width:119px;
     height:38px;
     background:rgba(194,31,48,1);
     border-radius:6px;
     color:white;
     display:flex;
     justify-content: center;
     align-items: center;
     float: right;
     cursor: pointer;
    font-size:14px;
    font-weight:700;
 }

.login_btn{
    width:119px;
    height:38px;
    background:rgba(194,31,48,1);
    border-radius:6px;
    color:white;
    display:flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    font-weight:700;
}
.reset_btn{
    width:119px;
    height:38px;
    background:rgba(194,31,48,1);
    border-radius:6px;
    color:white;
    display:flex;
    justify-content: center;
    align-items: center;
    float: right;
    cursor: pointer;
    font-size:14px;
    font-weight:700;
}
.valid-disable{
    color: rgba(155, 155, 155, 0.61) !important;
}
.userAgree{
    width:100%;
    height:100%;
    position: fixed;
    z-index: 99;
    left: 0;
    top:0;
    border-radius: 5px;
    border:4px solid rgba(0,0,0,0.1);
    background-color:rgba(0,0,0,0.7);
}
.userAgree-box{
    width:600px;
    height:379px;
    background:rgba(255,255,255,1);
    border-radius:4px;
    position:absolute;
    top:calc(50% - 190px);
    left:calc(50% - 233px);
}
.userAgree-title{
    padding: 0 10px;
    display:flex;
    justify-content: center;
    align-items: center;
    height:55px;
    font-size:16px;
    color:black;
    position: relative;
}
.userAgree-close{
    cursor:pointer;
    position:absolute;
    right:10px;
    top:5px;
}
.userAgree-main{

    height:183px;
    font-size:12px;
    overflow-y: auto;
    color:#2A2A2A;
    margin:0 30px;
}
.userAgree-main > p {
    line-height:150%;
}
.userAgree-more{
    font-size:12px;
    color:#2A2A2A;
    margin:0 30px;
    margin-top:22px;
    font-weight:700;
}
.userAgree-more > span{
    color:#C21F30;
    text-decoration: underline;
    cursor: pointer;
}
.userAgree-btn-bar{
    display:flex;
    justify-content: center;
    margin-top:5px;
}
.userAgree-btn{
    width:123px;
    height:43px;
    margin:10px 20px;
    display:flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    cursor:pointer;
    background: #C21F30;
    color:white;
    border-radius:3px;
    border:1px solid rgba(74,74,74,1);
    font-weight:700;
}

