
.position{
    padding: 0.24rem 0 0.2rem;
    box-sizing: border-box;
    background: #F6F6F6;
}
.position .main{
    display: flex;
    align-items: center;
    column-gap: 0.05rem;
    font-family: CN-Regular;
    font-weight: 400;
    font-size: 0.16rem;
    color: #818181;
}
.position .main a{
    width: fit-content;
    height: auto;
    font-family: CN-Regular;
    font-weight: 400;
    font-size: 0.16rem;
    color: #818181;
}








.body{
    padding: 0.8rem 0 1.28rem;
    background: #fff;
    display: flex;
    justify-content: center;
}
.body_user{
    width: 6.95rem;
    height: auto;
    min-height: 5.95rem;
    background: #F6F6F6;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.16);
    border-radius: 0.15rem;
    padding: 0.52rem 1.06rem 0.51rem;
    box-sizing: border-box;
}
.body_user .user_title{
    text-align: center;
    font-family: SC-Regular;
    font-weight: bold;
    font-size: 0.34rem;
    color: #302D28;
    margin-bottom: 0.56rem;
}
.body_user .login_label{
    position: relative;
    margin-bottom: 0.25rem;
    width: 100%;
    height: 0.6rem;
    background: #FFFFFF;
    border-radius: 0.1rem;
    border: 0.01rem solid #CCCCCC;
    overflow: hidden;
}
.body_user .login_label>img{
    position: absolute;
    width: 0.3rem;
    height: 0.3rem;
    top: 0.15rem;
    left: 0.22rem;
}
.body_user .login_label input{
    width: 100%;
    height: 100%;
    padding: 0.2rem 0.2rem 0.2rem 0.77rem;
    font-family: CN-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000;
}
.body_user .login_label input::placeholder{
    color: #A1A1A1;
}
.body_user .login_label .captcha{
    position: absolute;
    top: 0.22rem;
    right: 0.1rem;
    line-height: 1;
    font-family: CN-Regular;
    font-weight: 400;
    font-size: 0.16rem;
    color: #E28000;
    cursor: pointer;
}
.body_user .login_label .captcha::before{
    content: "";
    position: absolute;
    width: 0.01rem;
    height: 0.41rem;
    background: #CCCCCC;
    left: -0.09rem;
    top: 50%;
    transform: translateY(-50%);
}
.body_user .submit{
    width: 100%;
    height: 0.63rem;
    margin-top: 0.36rem;
    margin-bottom: 0.38rem;
    background: #E28000;
    border-radius: 0.1rem;
    font-family: CN-Regular;
    font-weight: 400;
    font-size: 0.24rem;
    color: #FFFFFF;
}
.body_user .login_zhuce{
    text-align: center;
    font-family: CN-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #2A2D32;
    height: auto;
    width: fit-content;
    margin: 0 auto;
    text-decoration: underline;
}
.body_user .login_zhuce:hover{
    color: #E28000;
}
.body_user .login_label.code{
    display: none;
}






.body_user .login_tab{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.43rem;
    margin-bottom: 1.02rem;
}
.body_user .login_tab div{
    font-family: CN-Bold;
    font-weight: bold;
    font-size: 0.34rem;
    color: #B2B2B2;
    cursor: pointer;
    position: relative;
}
.body_user .login_tab div.act{
    color: #4F463D;
}
.body_user .login_tab div::before{
    content: "";
    position: absolute;
    width: 0%;
    height: 0.04rem;
    background: #E28000;
    bottom: -0.22rem;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s;
}
.body_user .login_tab div.act::before{
    width: 100%;
}



