.header-login{
    padding: 1.38rem 0 0;
}
.login-icon{
    width: 1.09rem;
    height: 1.15rem;
}
.login-name{
    font-family: NotoSansHans-DemiLight;
    font-size: 0.591rem;
    font-weight: normal;
    font-stretch: normal;
    color: #52bac4;
    text-align: center;
    margin-top: 0.48rem;
}
.login-form{
    padding: 1.28rem 2rem 0;
}
.login-item{
    width: 100%;
    margin-bottom: 0.6rem;
}
.r_m{
    margin: 0;
}
.login-group {
    width: 100%;
    height: 1.05rem;
    background-color: #ffffff;
    border-radius: 0.15rem;
    border: solid 0.02rem #58697a;
    padding: 0 0.29rem;
    box-sizing: border-box;
}
.login-group-msg{
    width: calc(100% - 2.21rem);
    height: 1.05rem;
    background-color: #ffffff;
    border-radius: 0.15rem;
    border: solid 0.02rem #58697a;
    padding: 0 0.29rem;
}
.send-msg-btn{
    width: 2.04rem;
    height: 1.05rem;
    background-color: rgba(86,209,204,0.7);
    border-radius: 0.15rem;
    font-family: NotoSansHans-Medium;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.65rem;
    letter-spacing: 0rem;
    color: #ffffff;
    margin-left: 0.17rem;
}
.has-msg-ben{
    background-color: #b9bbbb;
}
.login-input {
    width: 100%;
    font-family: NotoSansHans-Light;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.65rem;
    letter-spacing: 0rem;
    color: #58697a;
}

input::-webkit-input-placeholder {
    font-family: NotoSansHans-Light;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.65rem;
    letter-spacing: 0rem;
    color: #2c3e50;
    opacity: 0.5;
}
.login-btn{
    padding: 0.9rem 0.7rem 0;
}

.login-btn .login-btn-submit{
    width: 100%;
    height: 1rem;
    background-image: linear-gradient(67deg, #06beb6 0%, #48b1bf 100%);
    border-radius: 0.5rem;
    opacity: 0.8;
    font-family: NotoSansHans-DemiLight;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.65rem;
    letter-spacing: 0rem;
    color: #ffffff;
}
.login-btn .registered-btn{
    width: 100%;
    height: 1rem;
    border-radius: 0.5rem;
    border: solid 0.02rem #58697a;
    opacity: 0.5;
    font-family: NotoSansHans-DemiLight;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.65rem;
    letter-spacing: 0rem;
    color: #c5c5c5;
    margin-top: 0.3rem;
}
.forget-pass{
    margin-top: 1.27rem;
    font-family: NotoSansHans-Light;
    font-size: 0.346rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.65rem;
    letter-spacing: 0.014rem;
    color: #2c3e50;
    opacity: 0.5;
}
.forget-pass-btn{
    font-family: NotoSansHans-Medium;
    font-size: 0.346rem;
    font-weight: normal;
    letter-spacing: 0.014rem;
    color: #2c3e50;
    border-bottom: solid 0.02rem #58697a;
}

/*form*/
.step2{
    display: none;
}
.step2-btn{
    padding: 0.3rem 0.7rem 0;
}
.step2-btn .login-btn-submit{
    width: 100%;
    height: 1rem;
    background-image: linear-gradient(67deg, #06beb6 0%, #48b1bf 100%);
    border-radius: 0.5rem;
    opacity: 0.8;
    font-family: NotoSansHans-DemiLight;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.65rem;
    letter-spacing: 0rem;
    color: #ffffff;
}
.step2-btn .registered-btn{
    width: 100%;
    height: 1rem;
    border-radius: 0.5rem;
    border: solid 0.02rem #58697a;
    opacity: 0.5;
    font-family: NotoSansHans-DemiLight;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.65rem;
    letter-spacing: 0rem;
    color: #c5c5c5;
    margin-top: 0.3rem;
}