body {
    background: white;
}

.login-bg {
    width: 100%;
    height: 20rem;
}

#back {
    position: absolute;
    left: 0.94rem;
    top: 0.94rem;
    width: 1.5rem;
    height: 1.5rem;
}

.nav-title {
    position: absolute;
    left: 0;
    top: 0.94rem;
    width: 100%;
    height: 1.5rem;
    text-align: center;
    font-size: 1rem;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.13rem;
}

.login-icon {
    position: absolute;
    left: 0;
    top: 6.6rem;
    width: 100%;
    height: 2.5rem;
    object-fit: contain;
}

.login-card {
    position: absolute;
    left: 0;
    top: 10.38rem;
    width: 100%;
    background-color: white;
    border-radius: 1.5rem 1.5rem 0rem 0rem;
    overflow: hidden;
}

.login-card .tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-card .tabs .tab {
    flex: 1;
    height: 3.13rem;
    line-height: 3.13rem;
    text-align: center;
    font-size: 1rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    background: #f5f7f9;
}

.login-card .tabs .active {
    font-size: 1rem;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #222222;
    background: white;
}

.mui-input-row {
    margin: 3rem 2rem 0rem 2rem;
    width: calc(100% - 4rem);
    border-bottom: 0.06rem solid #eeeeee;
}

#phoneInput,
#emailInput,
#codeInput,
#pwdInput {
    border: none;
    outline: none;
    padding: 1.26rem 0;
    height: 2rem;
    margin-bottom: 0;
}

#phoneInput {
    padding-left: 4rem;
}

input::-ms-reveal {
    display: none;
}

#code-button {
    position: absolute;
    right: 2rem;
    top: 12.4rem;
    font-size: 0.94rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #228cf4;
}

.code-count {
    font-size: 0.94rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #a1a1a1 !important;
}

#login-button {
    margin: 3.75rem 2rem 0 2rem;
    height: 2.81rem;
    width: calc(100% - 4rem);
    text-align: center;
    background: #0d7bff;
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    font-size: 0.94rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 2.81rem;
}

.login-bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

.login-bottom img {
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
}

.login-bottom div {
    font-size: 0.81rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 1rem;
}

.area-wrap {
    position: absolute;
    top: 6.8rem;
    left: 2rem;
    display: flex;
    align-items: center;
}

.area-wrap #area {
    font-size: 0.81rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #0d7bff;
    margin-right: 0.19rem;
}

.area-wrap img {
    width: 1rem;
    height: 1rem;
}
