.lg_btn_sc {
    background: transparent;
    display: flex;
    align-items: center;
    gap: .15rem;
    padding-left: .2rem;
    padding-top: .89rem;
    border: none;
}

.lg_btn_sc img {
    display: block;
    width: .7rem;
    height: auto;
}

.kefu_sc {
    width: 100%;
    background: transparent;
    padding-bottom: 4.3rem;
    padding-right: .25rem;
}

.kefu_sc img {
    display: flex;
    float: right;
    width: 1.55rem;
    height: auto;
    border-radius: 50%;
}

.loginbox_sc {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_sc {
    width: 95%;
}

.hello1_sc {
    font-weight: bold;
    margin-bottom: .4rem;
    font-size: .575rem;
}

.hello2_sc {
    margin-bottom: .6rem;
    font-size: .465rem;
}

.content_sc {
    background: rgba(255, 255, 255, 0.7);
    border-radius: .5rem;
    padding: .6rem .6rem 1.5rem .6rem;
}

.login_header_sc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 0.3rem;
}

.login_title_sc {
    font-weight: bold;
    font-size: 0.58rem;
}

.register_link_sc {
    color: #f06292;
    font-size: 0.45rem;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
    /* text-underline-offset: 0.1rem; */
    text-decoration-color: #f06292;
}

.login_subtitle_sc {
    display: block;
    font-size: 0.4rem;
    padding-bottom: 0.2rem;
    margin-bottom: 0.4rem;
    border-bottom: .08rem solid #ccc;
}

.login_form_sc ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.login_form_sc li {
    display: flex;
    align-items: center;
    margin-bottom: 0.4rem;
    border-bottom: .01rem solid #000;
}

.login_form_sc text {
    font-size: 0.46rem;
    font-weight: bold;
    width: 3.3rem;
    flex-shrink: 0;
    /* 防止被压缩 */
}

.login_form_sc input {
    flex: 1;
    padding: 0.3rem;
    background: transparent;
}

.login_sc button {
    width: 2rem; 
    height: 2rem; 
    padding: 0;
    background: #000;
    color: white;
    border: none;
    border-radius: 50%; 
    font-size: 0.45rem;
    cursor: pointer;
    position: relative; 
    top: -1.5rem; 
    /* margin-bottom: 1.25rem;  */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}



/* 侧边面板样式 */
.warpper_sc {
    position: fixed;
    top: 0;
    left: -6rem;
    /* 初始隐藏在屏幕左侧 */
    width: 5.5rem;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    transition: left 0.3s ease;
    padding-left: .6rem;
    padding-top: 2rem;
    overflow-y: auto;
}

/* 遮罩层样式 */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
    display: none;
    cursor: pointer;
}

/* 面板可见时的样式 */
.panel-visible .warpper_sc {
    left: 0;
}

.panel-visible .overlay {
    display: block;
}

.warpper_btn_sc{
    margin-bottom: 1rem;
}

.warpper_btn_sc img{
    width: 1.2rem;

}
.warpper_btn_sc i{
    color: #ffffff;
    padding-left: .25rem;
    font-size: .43rem;
}


.rw_footer{
    width: 100%;
    text-align: center;
    margin-top: 0.2588rem;
    font-size: 0.3106rem;
}
