.loginpagea{border-bottom:1px solid #ddd;padding:10px 0px;}
.loginpageb{width: 1220px;margin:0 auto;}

.center-box {
    width: 1220px;
    margin: 20px auto;
    height: 380px;
    background: url(//static.yiwugo.com/yiwugou/enweb/enimages/loginbga.jpg) no-repeat center;
    background-size: 100%;
    position:relative;
}
.login_box {
    width: 300px;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background-color:#fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
    margin-right: 80px;
    position: relative;
    float:right;
}
.login_box .login_tabs {
    display: flex;
    gap: 10px;
}
.login_box .login_tabs .login_tab {
    cursor: pointer;
    font-size: 16px;
    border-bottom: 3px solid transparent;
    line-height: 32px;
}
.login_box .login_tabs .login_tab:hover {
    font-weight: bold;
    color: #333;
    text-decoration: none;
}
.login_box .login_tabs .login_tab.active {
    cursor: default;
    font-weight: bold;
    border-bottom-color: #333;
}
.login_box .login_tab_item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.login_box .login_tab_item + .login_tab_item {
    display: none;
}


.login_input_text {
    background-color: #ffffe0;
    border: 1px solid #ccc;
    padding-left: 5px;
    height: 38px;
    width: 100%;
    box-sizing: border-box;
}
.login_input_button {
    width: 100%;
    box-sizing: border-box;
    background-color: #eb4f38;
    border: none;
    color: #fff;
    height: 38px;
    border-radius: 4px;
    cursor: pointer;
}

.login_error {
    color: #e60012;
}

.login_subscript img {
    clip-path: polygon(100% 0, 100% 100%, 0 0);
}
.login_subscript {
    position: absolute;
    right: 5px;
    top: 5px;
}
.ewm_content .ewm_error {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 5px;
    justify-content: center;
    gap: 10px;
    align-items: center;
    flex-direction: column;
    z-index: 1;
} 
.ewm_content.ewm_error_show .ewm_error {
    display: flex;
}
.ewm_content.ewm_error_show img {
    -webkit-filter: opacity(30%) blur(3px);
    filter: opacity(30%) blur(3px);
}
.login_users_box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
}
.login_users_box > * {
    padding: 5px 10px;
}
.login_box.login_box_blur > * {
    filter: blur(3px);
}
.login_box.login_box_blur > .login_users_box {
    filter: none;
}
#login_users {
    max-height: 239px;
    overflow-y: scroll;
    padding-right: 15px;
    line-height: 30px;
} 