.register-bg{
    width: 355px;
    height: 152px;
    margin:10px auto;
    display:block;
}

.register-bg img{
    width: 355px;
    height:152px;
}

.bottoms{
    display:flex;
    /* position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0; */
    color: #666;
    font-size: 14px;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top:10px;
    padding-bottom: 20px;
}

.bottoms a{
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-right:22px;
    /* padding: 0px 0px 12px 0px; */
}

.form-ui .ui-input-row, .form-ui .rember-password-box{
    padding-top:10px;
}

.password-tips{
    font-size: .24rem;
    color: #999;
    padding: 6px 0px 0px 18px;
    box-sizing: border-box;
}

.line{
    width: 1px;
    height: 14px;
    background: #CA9C5E;
    margin:0 30px 0px 30px;
}

.bottoms a i{
    width: 14px;
    height:14px;
    display: block;
    background: url(../../../mobile21/image/userCenter/register/icon-index.png) no-repeat;
    background-size: 100% 100%;
    margin-right:8px;
}

.bottoms a:last-child i{
    width: 14px;
    height:14px;
    display: block;
    background: url(../../../mobile21/image/userCenter/register/icon-cousterm.png) no-repeat;
    background-size: 100% 100%;
}

.login-item{
    display: flex;
    width:100%;
    align-items: center;
    justify-content: flex-end;
    padding:16px 15px 10px 0px;
}

.login-item a{
    font-size: 14px;
    color: #CA9C5E;
}

.action-btn2 {
    margin: 40px auto .4rem;
    /* background: linear-gradient(135deg, #E6C496 0%, #EFCD9B 100%); */
    width: 335px;
    height: 50px;
    border-radius: 10px;
    /* color: #AF7C00; */
    line-height: 50px;
    font-size: 16px;
    border-radius: 10px !important;
    display: block;
    text-align: center;
    line-height: 50px;
    background: #ddd;
    color: #fff;
}

.hassAction-btn {
    margin: 40px auto .4rem;
    background: linear-gradient(135deg, #E6C496 0%, #EFCD9B 100%);
    width: 335px;
    height: 50px;
    border-radius: 10px;
    color: #AF7C00;
    line-height: 50px;
    font-size: 16px;
    border-radius: 10px !important;
    display: block;
    text-align: center;
    line-height: 50px;
}

#js-phone-form,#js-account-form{
    display: none;
}
input::placeholder {
    color: #666;
    font-size:.26rem;
    
  }
  .register-tab{
    display:flex;
    justify-content: center;
    align-items: center;
    margin:20px auto 30px;
    box-sizing: border-box;
}
.register-tab P{
    color: #D5A55D;
    font-size: .32rem;
    font-weight: 400;
    cursor: pointer;
    width:3rem;
    height:.72rem;
    display:flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid  #D5A55D;
}
.register-tab P:first-child{
    margin-right: .2rem;
}
.register-tab P.active{
    color: #fff;
   background: var(--2, #CEAA70);
}