.login .body{
    width: 100%;
    height: 100%;
}
.lg-t {
    text-align: center;
}

.lg-t label:first-child {
    display: block;
    font-size: 1.8rem;
    color: #333;
}

.lg-t label:nth-child(2) {
    font-size: 2.4rem;
    font-weight: 700;
    background: linear-gradient(135deg, #8F00FF 0%, #FF6B6B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sign_login {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 8px 24px rgba(143,0,255,0.08);
    height: 100%;
    /*border-radius: 100%*/
}

.login .chose {
    display: flex;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #EEE;
}

.chose-item1, .chose-item2 {
    flex: 1;
    padding: 1rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}
.login .chose-item2,.login .chose-item1{
    color: #8F00FF;
    border-width: 0 0 2px 0;
    border-bottom-style: solid;
    border-bottom-color: #8F00FF;

}
.login .active-chose {
    color: #fff;
}

.login .body .sign_login .uilist .uilist_div {
    height:auto;
    display: flex;
    height: 1.5rem;
    align-items: center;
    margin-bottom: 1.5rem;
    border: 1px solid #EEE;
    border-radius: 8px;
    padding: 0.8rem;
    transition: border-color 0.3s;
    background-color: transparent;
}

.login .body .sign_login .uilist .uilist_div:focus-within {
    border-color: #8F00FF;
}

.login .body .sign_login .uilist .uilist_div i {
    font-size: 1.4rem;
    color: #8F00FF;
    margin: 0 1rem;
}

input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 1rem;
    padding: 0.5rem;
}

.eye {
    cursor: pointer;
    color: #6B6D7C;
}

.login .body .login_btn a {
    background: linear-gradient(135deg, #8F00FF 0%, #FF6B6B 100%);
    color: white !important;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s;
}

.login .body.login_btn a:hover {
    transform: translateY(-2px);
}

.login .body .footer{
    border-bottom-width: 0;
}

.login .body .footer a {
    font-size: 0.8rem;
    color: #8F00FF !important;
    font-weight: 500;
}

/*  */
.popover-phoneList li {
    border-bottom: 1px solid #EEE;
}

.popover-phoneList li:hover {
    background: #fff8f8;
}
.popover-phoneList li .list-button{
    color: #8F00FF;
}