.main {
    margin: 0 auto;
    max-width: 7.5rem;
    width: 100%;
    background: #F7F7F7;
    min-height: 100vh;
}

.user_button{
    margin: 0.6rem 0.24rem 0rem;
    height: 0.8rem;
    line-height: 0.8rem;
    background: linear-gradient(-90deg, #00AF66 0%, #00AF66 100%);
    font-size: 0.34rem;
    font-weight: 400;
    color: #FEFEFE;
    text-align: center;
}

.head_nav{
    background: #FFFFFF;
}

.item{
    margin-top: 0.2rem;
}
.user_portrait{
    height: 1rem;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.user_portrait a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex: 0 0 100%;
}
.item_name{
    margin-left: 0.24rem;
    font-size: 0.28rem;
    font-weight: 400;
    color: #333333;
    flex-grow: 1;
}
.item_value{
    font-size: 0.28rem;
    font-weight: 400;
    color: #999999;
    margin-right: 0.24rem;
}
.head_portrait{
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
}
.item_jump{
    width: 0.14rem;
    margin-left: 0.3rem;
    margin-right: 0.24rem;
}
.split_line{
    margin: auto 0.24rem;
    height: 1px;
    background: #E6E6E6;
}

.user_name{
    height: 0.86rem;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.user_name a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex: 0 0 100%;
}

.user_nickname{
    font-size: 0.28rem;
    font-weight: 400;
    color: #999999;
}

.sign_out{
    height: 0.86rem;
    line-height: 0.86rem;
    background: #FFFFFF;
    text-align: center;
}
.sign_out a {
    font-size: 0.28rem;
    font-weight: 400;
    color: #FF0033;
    display: block;
}

.head_nav_edit{
    height: 0.88rem;
    line-height: 0.88rem;
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head_nav_edit img{
    margin-left: 0.24rem;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 0.02rem;
}
.head_title_edit{
    flex: 1;
    font-size: 0.34rem;
    font-weight: 500;
    color: #333333;
    text-align: center;
}

.head_button_edit{
    margin-right: 0.24rem;
    font-size: 0.3rem;
    font-weight: 400;
    color: #00AF66;
}
.input_nickname{
    height: 0.86rem;
    line-height: 0.86rem;
    background: #FFFFFF;
}
.input_nickname input{
    width: 100%;
    margin: auto 0.24rem;
    text-align: left;
    font-size: 0.28rem;
    font-weight: 400;
    color: #333333;
}
.item_remark{
    margin: 0.2rem 0.24rem;
    font-size: 0.26rem;
    font-weight: 400;
    color: #666666;
}

.main_login {
    margin: 0 auto;
    max-width: 7.5rem;
    width: 100%;
}
.title{
    margin: 0.99rem 0.8rem 0.3rem;
    font-size: 0.4rem;
    font-weight: bolder;
    text-align: left;
    color: #333333;
}
.input_text{
    margin: auto 0.8rem;
    height: 1.1rem;
    line-height: 1.1rem;
    /*position: relative;*/
    border-bottom: 0.01rem solid #E6E6E6;
}
.input_text input {
    padding-left: 0.1rem;
    font-size: 0.3rem;
    font-weight: 400;
    text-align: left;
    color: #000000;
    width: 100%;
}

.input_code{
    width: 60% !important;
}

.get_verification_code{
    float: right;
    font-size: 0.26rem;
    font-weight: 500;
    color: #00af66;
}
.submit_button{
    margin: 0.6rem 0.8rem 0rem;
    background: #00af66;
    border-radius: 0.4rem;
    padding: 0.18rem 0.24rem;
    font-size: 0.34rem;
    text-align: center;
    color: #fefefe;
}

.other_item{
    margin: 0.3rem 0.8rem 0rem;
}

.item_left{
    font-size: 0.26rem;
    font-weight: 500;
    color: #666666;
}
.item_right{
    float: right;
    font-size: 0.26rem;
    font-weight: 500;
    color: #666666;
}
.register_mode {
    margin-top: 1.2rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quick_register{
    margin-top: 1.2rem;
    text-align: center;
}
.quick_register img,.register_mode img{
    width: 0.9rem;
    height: 0.9rem;
}
.register_text{
    margin-top: 0.2rem;
    font-size: 0.26rem;
    font-weight: 500;
    text-align: center;
    color: #00af66;
    line-height: 0.36rem;
}

.register_agreement{
    margin: 0.3rem 0.8rem 0rem;
    text-align: center;
}
.register_agreement img{
    width: 0.3rem;
    height: 0.3rem;
}

.register_agreement span{
    font-size: 0.26rem;
    font-weight: 400;
    color: #999999;
}
.register_agreement a{
    color: #00af66;
}
.err_result{
    margin-top: 0.3rem;
    font-size: 0.26rem;
    font-weight: 500;
    text-align: center;
    color: #666666;
}

.main_jb_mobile{
    background: #FFFFFF;
}
.user_mobile{
    margin: auto 0.33rem;
    height: 1.1rem;
    line-height: 1.1rem;
    /*position: relative;*/
    border-bottom: 0.01rem solid #E6E6E6;
    font-size: 0.3rem;
    font-weight: 400;
    color: #333333;
}
.input_jb{
    margin: auto 0.24rem;
}

.jb_tips{
    margin-top: 0.3rem;
    font-size: 0.26rem;
    font-weight: 400;
    color: #FF0033;
    text-align: center;
}
.auth_des{
    margin: 0.3rem 0.24rem 0.35rem;
    font-size: 0.26rem;
    font-weight: 400;
    color: #FF0033;
}
.item_auth{
    margin:auto 0.35rem;
    height: 1.1rem;
    display: flex;
    align-items: center;
    border-bottom: 0.01rem solid #E6E6E6;
}
.item_auth_name{
    font-size: 0.3rem;
    font-weight: 400;
    color: #000000;
}
.item_auth input{
    margin-left: 0.5rem;
    flex-grow: 1;
    font-size: 0.3rem;
    font-weight: 400;
    color: #666666;
}
.auth_remark{
    margin: 0.3rem 0.23rem 0rem;
    font-size: 0.26rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.36rem;
}
.forget_pass{
    margin-top: 0.2rem;
    text-align: center;
    font-size: 0.26rem;
    font-weight: 400;
    color: #666666;
}

.set_split_line{
    margin: auto 0rem auto 0.24rem;
    height: 1px;
    background: #E6E6E6;
}
.set_item_name{
    margin-left: 0.24rem;
    font-size: 0.28rem;
    font-weight: 500;
    color: #333333;
    flex-grow: 1;
}
.set_item_value{
    font-size: 0.3rem;
    font-weight: 500;
    color: #999999;
    margin-right: 0.24rem;
}
.ticker {color: #999999 !important;}