body {
    margin: 0;
    padding: 0;
}
.content-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.content-logo-img {
    width: 278px;
    content: url("../images/saic/content-logo.png");
}
.content-logo-text {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    margin-top: 16px;
}
#tab-buttons {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    margin-top: 40px;
}
.tab-button {
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
    user-select: none;
    white-space: nowrap;
}
.tab-button-active {
    font-weight: 700;
}
.tab-button-line {
    text-align: center;
    width: 32px;
    height: 3px;
    background-color: #0fa1ff;
    margin: 0 auto;
    margin-top: 4px;
}
.form-item {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
    height: 40px;
}
.form-label-item {
    display: flex;
    align-items: center;
}
.label-icon {
    width: 16px;
    height: 16px;
}
.right-icon {
    width: 14px;
    height: 14px;
    cursor: pointer;
}
.pic-code-img {
    width: 106px;
    height: 38px;
    cursor: pointer;
    margin-bottom: 2px;
}
.label-icon-user{
    content: url("../images/saic/user-icon.png");
}
.label-icon-msg-user{
    content: url("../images/saic/msg-username.png");
}
.label-icon-pwd{
    content: url("../images/saic/password-icon.png");
}
.label-icon-pic{
    content: url("../images/saic/pic-code.png");
}
.label-icon-msg-code{
    content: url("../images/saic/msg-code.png");
}
.label-icon-delete {
    content: url("../images/saic/delete-icon.png");
}
#hidden-password,#hidden-fs1_password,#hidden-fs1_passwordNew,#hidden-fs1_passwordQr {
    content: url("../images/saic/hidden-password-icon.png");
}
#show-password,#show-fs1_password,#show-fs1_passwordNew,#show-fs1_passwordQr {
    content: url("../images/saic/show-password-icon.png");
}
.input-class {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 1px;
    border: none;
    outline: none;
    padding: 10px;
    width: 180px;
}
.input-class:focus {
    outline: none;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected,
.input-class:-webkit-autofill {
    font-size: 14px;
    font-weight: 400;
    -webkit-text-fill-color: #ccc !important;
    transition: background-color 10000s ease-in-out 0s;
}
.input-class::-webkit-input-placeholder {
    color: #ccc;
    font-weight: 400;
    font-size: 14px;
}

.send-message-button {
    padding: 5px 8px;
    border: 0.8px solid rgba(255, 255, 255, 1);
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    text-align: center;
}
.forget-tip {
    font-size: 12px;
    color: #ffffff;
    text-align: right;
    font-weight: 400;
    margin-top: 12px;
    cursor: pointer;
    user-select: none;
}
.submit-button {
    background: #0fa1ff;
    box-shadow: 0px 4px 8px 0px rgba(63, 159, 255, 0.2);
    border-radius: 5px;
    width: 100%;
    height: 38px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    user-select: none;
}
.submit-button-container {
    box-sizing: border-box;
    margin-top: 30px;
}
#error-text {
    display: none;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    margin-top: 16px;
    font-weight: 400;
}
#QrSwith,#PcSwith {
    position: absolute;
    left: 82%;
    top: 0;
    cursor: pointer;
    display: none;
}
.text_9 {
    width: 90px;
    height: 25px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-family: PingFang SC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 18px;
}
.box_12 {
    background-color: rgba(255, 255, 255, 0.164747);
    width: 390px;
    height: 1px;
    margin-top: 14px;
}
.modalHeader {
    margin: 15px 0 0 20px;
}
.modalBody {
    width: 100%;
    background: url("../images/saic/sms-bg.png") 100% no-repeat;
    background-size: 100% 100%;
    left: 0;
    opacity: 1;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0px 4px 34px 0px rgb(33 37 38 / 30%);
    box-sizing: border-box;
    z-index: 99;
}
.warningBg_modify{
    width: 100%;
    margin: 0;
}
.warningBox_modify {
    overflow: hidden;
    z-index: 999;
    width: 100%;
    position: relative;
}
@media only screen and (min-width: 768px) {
    .page {
        width: 100vw;
        height: 100vh;
        overflow: hidden;
        background-image: url("../images/saic/desktop-bg.png");
        background-size: cover;
        background-position: right bottom;
    }
    .desktop-logo {
        position: fixed;
        width: 130px;
        left: 132px;
        top: 104px;
    }
    .desktop-logo-img {
        width: 130px;
        content: url("../images/saic/desktop-logo.png");
    }
    #language {
        position: fixed;
        right: 50px;
        top: 110px;
        cursor: pointer;
        padding: 5px 12px;
        border: 1px solid rgba(255, 255, 255, 0.24);
        border-radius: 4px;
        color: #fff;
        font-size: 12px;
        text-align: center;
        user-select: none;
    }
    .desktop-bottom-tips {
        position: fixed;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 12px;
        color: #ffffff;
        font-weight: 400;
    }
    .content {
        position: fixed;
        right: 150px;
        top: 50%;
        transform: translateY(-50%);
        width: 390px;
        padding: 60px 50px;
        background-color: rgba(255, 255, 255, 0.02);
        border-radius: 10px;
        backdrop-filter: blur(10px);
        box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.4);
        box-shadow: 0px 4px 34px 0px rgba(33, 37, 38, 0.3);
        box-sizing: border-box;
        z-index: 99;
    }
    .modalBody {
        height: 50%;
    }
    .modalBody_modify {
        height:auto!important;
        min-height: 64%;
        display: inline-block;
    }
    .modalBody_remind {
        height:auto!important;
        min-height: 40%;
        display: inline-block;
    }
    .modalFooter{
        padding: 0;
    }
    .warningBox_modify {
        margin: 62% auto 0;
    }
}
@media only screen and (min-width: 1000px) {
    .modalBody {
        left: -125%;
    }
}
@media only screen and (max-width: 768px) {
    .page {
        width: 100vw;
        height: 100vh;
        overflow: hidden;
        background-image: url("../images/saic/mobile-bg.png");
        background-size: cover;
        background-position: center bottom; /* 将背景图片垂直居中并从底部开始显示 */
    }
    .desktop-logo {
        position: fixed;
        width: 100px;
        left: 20px;
        top: 26px;
    }

    .desktop-logo-img {
        width: 100px;
    }
    #language {
        position: fixed;
        right: 20px;
        top: 29px;
        cursor: pointer;
        padding: 5px 12px;
        border: 1px solid rgba(255, 255, 255, 0.24);
        border-radius: 4px;
        color: #fff;
        font-size: 12px;
        text-align: center;
        user-select: none;
    }
    .desktop-bottom-tips {
        display: none;
        bottom: 50px;
    }
    .content {
        padding: 0 34px;
        z-index: 99;
    }
    .content-logo {
        margin-top: 104px;
    }
    .modalBody {
        height: 250px;
    }
    .modalBody_modify {
        height:auto!important;
        min-height: 50%;
        display: inline-block;
    }
    .modalBody_remind {
        height:auto!important;
        display: inline-block;
    }
    .modalFooter{
        padding: 0;
    }
    .warningBox_modify {
        margin: 66% auto 0;
    }
}
