.login {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999999;
    display: none;
    justify-content: center;
    align-items: center;
}


.login_child {
    height: 41rem;
    width: 30rem;
    background-color: white;
    border-radius: 1rem;
    overflow: hidden;

}

.registered {
    height: 25rem;
    width: 30rem;
    background-color: white;
    border-radius: 1rem;
    overflow: hidden;
    display: none;
}

.login_child_header {
    width: 100%;
    height: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.1rem solid rgba(66, 66, 66, 0.22);
    padding: 0 2rem;
    box-sizing: border-box;
}

.login_log {
    font-size: 1.2rem;
    font-weight: 700;
}

.login_close {
    font-size: 1rem;
    cursor: pointer;
}

.login_child_body {
    width: 100%;
    height: 20rem;
    padding: 0 2rem;
    box-sizing: border-box;
}

.registered_child_body {
    width: 100%;
    height: 15rem;
    padding: 0 2rem;
    box-sizing: border-box;
}

.registered_body_header {
    width: 100%;
    height: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.registered_body_body {
    width: 100%;
    height: 11rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}

.login_child_body_header {
    width: 100%;
    height: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;

}

.login_child_body_header_fontheader {
    font-size: 1.3rem;
    font-weight: 700;
}

.login_child_body_header_fontsub {
    font-size: 1rem;
    color: #858585;
}

.login_child_body_body {
    width: 100%;
    height: 14rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;

}

.login_child_body_body_input {
    width: 100%;
    height: 2.6rem;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    border: 0.1rem solid rgba(66, 66, 66, 0.22);
}

.input-container {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#sendCodeButton {
    /* 这里可以添加样式以美化发送验证码按钮 */
    color: #000000;
    border: none;
    padding: 5px 10px;
    box-sizing: border-box;
    cursor: no-drop;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.9rem;
}

.login_child_body_body_button {
    width: 100%;
    height: 2.6rem;
    border-radius: 0.5rem;
    font-size: 1rem;
    border: 0.1rem solid rgba(66, 66, 66, 0.22);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1aa134;
    color: #fff;
    cursor: pointer;
}

.lregistered_body_body_button {
    width: 20%;
    height: 2.6rem;
    border-radius: 0.5rem;
    font-size: 1rem;
    border: 0.1rem solid rgba(66, 66, 66, 0.22);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1aa134;
    color: #fff;
    cursor: pointer;
}

.login_child_body_footer {
    width: 100%;
    height: 16rem;
    border-top: 0.1rem solid rgba(66, 66, 66, 0.22);
    padding: 0 2rem;
    box-sizing: border-box;
}

.registered_body_body_footer {
    width: 100%;
    height: 5rem;
    border-top: 0.1rem solid rgba(66, 66, 66, 0.22);
    padding: 0 2rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login_child_body_footer_child {
    height: 10rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.login_child_body_body_buttonWX {
    width: 100%;
    height: 2.6rem;
    border-radius: 0.5rem;
    font-size: 1rem;
    border: 0.1rem solid rgba(66, 66, 66, 0.22);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1f1f1f;
    cursor: pointer;
    padding: 0 1rem;
    box-sizing: border-box;
}

.buttonWXIMG {
    height: 2.2rem;
    width: 2.2rem;
}

.buttonWXIMG img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.login_child_body_footer_child1 {
    height: 6rem;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    font-size: 0.8rem;
}

.prompt {
    width: 100%;
    height: 1.1rem;
    font-size: 1.1rem;
    font-weight: 700;
    position: relative;
}

.arrow-box {
    position: relative;
    width: 52%;
    height: 2rem;
    font-size: 0.9rem;
    background-color: #000000;
    border-radius: 0.6rem;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    display: none;
}

.arrow {
    width: 0;
    height: 0;
    border-left: 0.315rem solid transparent; /* 左侧箭头的样式 */
    border-right: 0.315rem solid transparent; /* 右侧箭头的样式 */
    border-top: 10px solid #000000; /* 箭头下方的背景颜色 */
    position: absolute;
    bottom: -10px; /* 控制箭头距离底部的距离 */
    left: 1rem; /* 控制箭头水平位置 */
    transform: translateX(-50%);

}

input[type = 'checkbox'] {
    width: 1.8rem;
    height: 1.8rem;
    vertical-align: middle;
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 1px solid #d1d1d1;
}

input[type = 'checkbox']:checked {
    background: url("../img/yes.png") rgba(0, 0, 0, 0.75) center center;
    background-size: 88% 88%;
}


.forgetpassword {
    width: 100%;
    display: flex;
    justify-content: start;
    font-size: 0.8rem;
}

.erroremail {
    margin: 0;
    width: 100%;
    height: 0;
    font-size: 0.9rem;
    color: #d90000;
    display: flex;
    align-items: center;
    justify-content: start;
}