body {
    font-family: Roboto !important;
    margin: 0;
}

p,
a {
    color: #2e3033;
}

button {
    font-family: Roboto !important;
}

input {
    font-family: Roboto !important;
    font-size: 16px;
    line-height: 24px;
}

input:focus {
    outline: none;
}

.pc-register-bg {
    position: absolute;
    width: 36.75rem;
    height: 43.75rem;
    left: 0;
    bottom: 0;
    z-index: -2;
}

.pc-register-banner {
    position: absolute;
    max-width: 30rem;
    height: 100%;
    object-fit: contain;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.register-body {
    box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, .05);
    background: #ffffff;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    overflow: auto;
    height: 100vh;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 45px;
}

.errorContanier {
    display: none;
    align-items: center;
    background-color: #ffe6ec;
    gap: 10px;
}

.errorContanier img {
    width: 25px;
    height: 25px;
}

.inputErrorTips {
    color: #f24427;
    font-size: 14px;
    margin-top: 2px;
    display: block;
}

.title {
    font-weight: normal;
    font-size: 18px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* 语言按钮（圆形） */
.language-btn {
    background: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    position: absolute;
    right: 20px;
    padding: 0;
}

.language-btn img {
    width: 100%;
    height: 100%;
}

/* 弹出层样式 */
.language-popup {
    position: fixed;
    bottom: -100%;
    width: 100%;
    max-width: 500px;
    background: #f0f3f5;
    border-radius: 15px 15px 0 0;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);
    transition: bottom 0.3s ease-in-out;
    text-align: center;
    z-index: 999;
}

/* 显示弹出层 */
.language-popup.show {
    bottom: 0;
    margin: 0 auto;
}

.popup-content .popup-title {
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 按钮样式 */
.popup-content button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 2px 0;
    width: 100%;
    padding: 0 35px;
    border: none;
    background: #ffffff;
    color: #000000;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* 语言图标（左侧） */
.popup-content button .lang-icon {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

/* 语言名称（居中对齐） */
.popup-content button .lang-name {
    flex-grow: 1;
    /* 让语言名称占据剩余空间 */
    text-align: center;
    font-size: 16px;
    margin-right: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 55px;
}

/* 关闭按钮 */
.close-btn {
    background: #888;
}

.content {
    line-height: 40px;
    height: 40px;
    padding: 0 24px;
    font-size: 16px;
}

.content p {
    margin: 0;
}

.style-layout {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
}

.style-gap {
    gap: 1rem;
}

.p-5px {
    padding: 5px;
}

/* 全屏背景，点击外部可关闭 */
.questionpopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* 半透明黑色背景 */
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 10;
}

.modal-title {
    text-align: center;
}

/* 弹窗居中 */
.questionpopup-content {
    background: white;
    padding: 20px 20px 0;
    border-radius: 10px;
    width: 300px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

/* 关闭按钮 */
.close-popup {
    line-height: 55px;
    color: #00d2ff;
    border: unset;
    background: unset;
    padding: 0;
    width: 100%;
}

.uid-tips {
    text-align: center;
    line-height: 55px;
    border-top: 1px solid #e4e6eb;
}

.example-record {
    border-top: 1px solid #e4e6eb;
    margin: 15px 0;
    display: flex;
}

.uid-example {
    margin: 10px 0;
    list-style: none;
    width: 100%;
    text-align: center;
}

.uid-example li {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 20px;
    color: #8d8f99;
    font-weight: 500;
}

.uid-icon {
    width: 14px;
    height: 14px;
}

.vertical-line-modal {
    width: 1px;
    background-color: #e4e6eb;
}

.refer-details {
    padding-left: 24px;
    background-color: #f4f4f4;
    display: flex;
    flex-direction: row;
    gap: 10px;
    position: relative;
    height: 55px;
    align-items: center;
}

.refer-details p {
    margin: 0;
    line-height: 22.5px;
}

.refer-avatar {
    height: 30px;
    width: 30px;
}

.refer-avatar img {
    width: 100%;
    border-radius: 50px;
}

.refer-uid {
    position: relative;
    left: 0;
}

.refer-code {
    width: 250px;
}

.refer-code p {
    color: #8d8f99;
}

.register-info {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.register-info p {
    margin: 0;
}

.question-icon {
    margin: 0;
}

.question-icon img {
    margin: 0;
}

.question-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.label-register {
    display: flex;
    gap: 5px;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.form-input {
    border-bottom: 1px solid #e3e5e8;
    display: flex;
}

.form-input p {
    width: 60px;
    font-size: 15px;
}

.img-box {
    margin: 0 12px 0 3px;
    text-align: center;
}

.img-box img {
    width: 30px;
}

.vertical-line {
    width: 1px;
    height: 16px;
    background-color: #e3e5e8;
}

.input-field-uid {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.input-field-uid input,
.input-field-password input {
    border: none;
    width: 100%;
    padding: 10px 16px;
}

::placeholder {
    color: #C2BBBB;
    opacity: 1;
}

.input-field-uid input:focus {
    border: none;
}

#clearButton {
    position: absolute;
    right: 0;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    color: gray;
    display: none;
    margin-right: 16px;
}

#clearButton:hover {
    color: black;
}

.result-box {
    display: flex;
}

.result-box img {
    width: 14px;
    margin-right: 10px;
}

.check-button button {
    border-radius: 5px;
    border: none;
    background-color: #00d2ff;
    color: #ffffff;
    width: 57px;
    padding: 3px;
    line-height: 28px;
}

.icon-button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.icon-button img {
    width: 24px;
    height: 24px;
}

.input-field-password {
    flex: 1 !important;
    position: relative;
    align-items: center;
    display: flex;
}

/* .input-field-password input {
    border: none;
    width: 100%;
    padding: 10px 0;
} */

/* verify-info */
.verify-info {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.label-verify {
    display: flex;
    height: 45px;
    align-items: center;
}

.label-verify p {
    margin: 0;
}

.label-mobile {
    display: flex;
    height: 55px;
    align-items: center;

}

.label-mobile p {
    color: #00d2ff;
    margin: 0;
    padding-bottom: 16px;
    border-bottom: 2px solid #00d2ff;
}

.input-field {
    flex: 1 1 auto !important;
}

.input-field input {
    border: none;
    width: 100%;
    padding: 10px 0;
}

.no-border {
    border-bottom: 0;
}


.request-button button {
    border-radius: 5px;
    border: none;
    background-color: #00d2ff;
    color: #ffffff;
    padding: 3px 10px;
    line-height: 28px;
    text-wrap: nowrap;
}

.mobile-areaText {
    display: flex;
    align-items: center;
}

.mobile-areaText img {
    width: 14px;
    margin-left: 3px;
    margin-right: 20px
}


/* 语言按钮（圆形） */
.mobile-btn {
    background: white;
    border: none;
    font-size: 16px;
    cursor: pointer;
    margin: 0;
}

/* 底部弹出层 */
.mobile-popup {
    max-width: 500px;
    position: fixed;
    bottom: -100%;
    width: 100%;
    background: #f0f3f5;
    border-radius: 15px 15px 0 0;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);
    transition: bottom 0.3s ease-in-out;
    text-align: center;
    padding: 10px 0;
}

/* 显示弹出层 */
.mobile-popup.show {
    bottom: 0;
    margin: 0 auto:
}

.popup-content-contry button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2px 0;
    width: 100%;
    /* 按钮铺满整行 */
    padding: 10px 20px;
    border: none;
    background: #ffffff;
    color: #000000;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
}

.contact-us {
    padding: 1rem 1.5rem;
    background-color: #f0f3f5;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.contact-us a {
    color: #00d2ff;
    margin: 0;
    text-decoration: underline;
    font-size: 14px;
}

.contact-us p {
    margin: 0;
    color: rgb(120, 120, 120);
    font-size: 14px;
}

.agreement {
    display: flex;
    gap: 5px;
    font-size: 14px;
    padding: 1rem 1.5rem;
}

.agreement input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.agreement button {
    color: #00d2ff;
    text-decoration: none;
    border: none;
    background-color: transparent;
    padding: 0;
}

.agreement button:hover {
    text-decoration: underline;
}

.agreement-label p {
    margin: 0;
}

.button-ok {
    padding: 21px 24px;
}

.button-ok button {
    width: 100%;
    background-color: #e4e6eb;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    transition: filter 0.2s;
    border: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 43px;
    color: #fff;
}

.login-place {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.login-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #0075ff;
    margin: 0;
}

.login-btn:hover {
    transform: scale(0.8);
}

.registerTipsBox {
    padding-bottom: 55px;
}

.registerTipsBox,
.hasAccountToLogin {
    font-size: 14px;
    color: #8d8f99;
    text-align: center;
}

.registerTipsBox a,
.hasAccountToLogin a {
    color: #00d2ff;
    text-decoration: underline;
}

.bottomCenter {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 500px;
    background-color: #fff;
    height: 52px;
}

.version-tip {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    line-height: 36px;
    color: #999;
}

.version-tip-code {
    margin-left: 10px;
}

/* 显示弹出层 */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    width: 320px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.modal-content h2 {
    color: #00d2ff;
    font-size: 20px;
}

.modal-content-2 {
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 320px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.modal-dialog {
    display: flex;
    align-items: center;
    min-height: 104px;
    width: 100%;
}

.modal-message {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    max-height: 60vh;
    padding: 26px 24px;
    overflow-y: auto;
    font-size: 14px;
    white-space: pre-wrap;
    line-height: 20px;
    text-align: center;
    word-wrap: break-word;
    -webkit-overflow-scrolling: touch;
}

.modal-buttons-2 {
    border-top: 1px solid #ebedf0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
}

.modal-content-2 .btn {
    background: none;
    outline: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: 48px;
    margin: 0;
    border: 0;

}

.modal-content-2 .btn-text {
    font-size: 15px;
    color: #00d2ff;
}

.closeError {
    color: #ffffff;
    float: right;
    font-size: 15px;
    font-weight: bold;
    background: #00d2ff;
    border: none;
    padding: 10px 10px;
}

.closeError {
    border-radius: 5px;
}

.close:hover,
close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-buttons {
    display: flex;
    justify-content: space-around;
    gap: 10px;
}

.btn-close,
.btn-contact {
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.btn-close {
    background: #ccc;
    color: black;
}

.btn-contact {
    background: #007bff;
    color: white;
}

.refreshButton {
    color: #ffffff;
    float: right;
    font-size: 15px;
    font-weight: bold;
    background: #00d2ff;
    border: none;
    padding: 10px 10px;
}

/* Login Page Design */
.main-design {
    max-width: 500px;
    width: 100%;
    position: relative;
    background-image: url("/static/images/login-bg.svg");
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.main-design img {
    width: 100%;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.title-winbox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 40px;
    position: absolute;
    top: 310px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #23C4FC;
    z-index: 999;
    border-radius: 50px;
    color: white;
    font-weight: bold;
    text-align: center;
}

.body-white {
    width: 95%;
    margin: 0 auto;
    border-radius: 10px 10px 0 0;
    background: #ffffff;
    z-index: 998;
    position: relative;
    height: 55vh;
    top: 310px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    /* 让 logo 有足够的间距 */
}

.body-white img {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translate(-50%, 0);
}

/* ✅ 欢迎内容 */
.wlc-content {
    text-align: center;
    margin-top: 55px;
    z-index: 2;
}

.wlc-content h2 {
    font-size: 34px;
    color: #333;
    margin: 0;
}

.wlc-content p {
    font-size: 14px;
    color: #B2B2B2;
}

/* ✅ 登录输入框 */
.input-login-field {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin-top: 10px;
    position: relative;
    gap: 10px;
}

.input-login-field p {
    align-self: flex-start;
    margin: 0;
    padding: 0 5px;
}

.input-login-field input {
    width: 90%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    outline: none;
    font-size: 16px;
    text-align: center;
    background: #F5F9FC;
}

.input-login-field button {
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    background: linear-gradient(180deg, #28CAFC 0%, #1172FC 100%);
    color: white;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.register-button {
    font-size: 13px !important;
    background: transparent !important;
    border: none !important;
    width: 120px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #23C4FC;
}

.register-btn {
    width: 80%;
    padding: 12px;
    margin-top: 10px;
    background: linear-gradient(180deg, #FE4C4C 0%, #851A1A 100%);
    color: white;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.input-login-field button:hover {
    background-color: #1ba9e1;
}

.input-login-field p {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}

.input-login-field p button {
    background: none;
    border: none;
    color: #23C4FC;
    font-weight: bold;
    cursor: pointer;
}

.input-login-field p button:hover {
    text-decoration: underline;
}

.create-acc {
    font-size: 12px;
    color: #7A7A7A;
}

/* ✅ 条款与协议 */
.term-and-condition {
    display: flex;
    align-items: flex-end;
    margin-top: 20px;
    font-size: 10px;
    color: #777;
    position: fixed;
    bottom: 10px;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
}

.term-and-condition input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    accent-color: #23C4FC;
    /* 让复选框变成蓝色 */
}

.term-and-condition a {
    color: #23C4FC;
    text-decoration: none;
    font-weight: bold;
}

.term-and-condition a:hover {
    text-decoration: underline;
}


.modal-otp {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content-otp {
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    width: 80%;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.modal-content-otp h3 {
    font-weight: normal;
}

.modal-content-otp input {
    width: 100%;
    border: none;
    display: flex;
    justify-content: center;
    height: 50px;
    background-color: #F5F9FC;
    border-radius: 15px;
    text-align: center;
    font-size: 18px;
}

.modal-content-otp button {
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    background: linear-gradient(180deg, #28CAFC 0%, #1172FC 100%);
    color: white;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.modal-success {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content-success {
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    width: 80%;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.modal-content-success h3 {
    font-weight: normal;
}

.modal-content-success p {
    background-color: #FF4D4C;
    width: 140px;
    height: 50px;
    border-radius: 25px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px 0;
    color: #fff;
    font-size: 24px;
}

#count-day {
    color: #fff;
    font-size: 24px;
}

.modal-content-success a {
    color: #9D9C9C;
    font-size: 12px;
}

.modal-content-success button {
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    background: linear-gradient(180deg, #28CAFC 0%, #1172FC 100%);
    color: white;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/*login-v3 desktop*/
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.desktop-v3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100vh;
    position: relative;
    top: 0;
    left: 0;
}

.main-design-v3 {
    max-width: 500px;
    width: 100%;
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #28CAFC 100%);
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-design-v3 img {
    width: 100%;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.body-white-v3 {
    width: 95%;
    margin: 0 auto;
    border-radius: 10px 10px 0 0;
    background: #ffffff;
    z-index: 998;
    position: relative;
    height: 55vh;
    top: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    /* 让 logo 有足够的间距 */
}

.body-white-v3 img {
    width: 100px;
    height: 100px;
    position: relative;
    top: 0%;
    left: 0;
    transform: none;
}

.desktop-image {
    width: 50%;
    height: 100%;
}

.desktop-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.desktop-input-field {
    width: 50%;
    height: 100%;
    background: #fff;
}

.desktop-input-field img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logo-winbox {
    display: flex;
    margin-bottom: 20px;
}

.logo-winbox img {
    position: relative;
    width: 350px;
    /* 调整 Logo 图片大小 */
    max-width: 100%;
    height: auto;
}

.logo-mobile img {
    position: relative;
    width: 200px;
}

.layout-style-form {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
    background: transparent;
    padding: 6rem;
    border-radius: 10px;
    width: 80%;
    margin: 0 auto;
}

.layout-style-form h3 {
    font-size: 40px;
    margin: 0;
}

.layout-style-form p {
    font-size: 20px;
    color: rgba(148, 148, 149, 0.92);
    margin: 0 0 0 0;
}

.desktop-input-place-uid {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
    margin-top: 35px;
}

.desktop-input-place-password {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
}

.desktop-input-place-uid label,
.desktop-input-place-password label {
    font-weight: bold;
    margin-bottom: 5px;
    color: rgb(174, 174, 174);
}

.desktop-input-place-uid input,
.desktop-input-place-password input {
    width: 100%;
    padding: 20px;
    border: none;
    border-radius: 15px;
    box-sizing: border-box;
    background-color: #F5F9FC;

}

.password-wrapper {
    position: relative;
    width: 100%;
}

.password-wrapper input {
    width: 100%;
    padding: 20px;
    padding-right: 50px;
    /* 预留空间给眼睛按钮 */
    border: none;
    border-radius: 15px;
    box-sizing: border-box;
    background-color: #F5F9FC;
}

/* 眼睛按钮 */
.icon-button-login {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
}

.icon-button-login img {
    width: 24px;
    height: 24px;
}

/* 让“忘记密码”在密码输入框右侧 */
.forget-password {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.forget-password a {
    font-size: 14px;
    color: #007bff;
    cursor: pointer;
    text-decoration: none;
}

.forget-password a:hover {
    text-decoration: underline;
}

/* 调整按钮样式 */
.desktop-login,
.desktop-register {
    width: 100%;
    margin-top: 10px;
}

.login-btn-desktop {
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    background: linear-gradient(180deg, #28CAFC 0%, #1172FC 100%);
    color: white;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.register-btn-desktop {
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    background: linear-gradient(180deg, #FE4C4C 0%, #851A1A 100%);
    color: white;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.logo-image {
    border-radius: 50%;
}

#loading-overlay img {
    width: 20%;
    z-index: 10001;
}

.loader {
    width: 25vw;
    height: 25vw;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    background: linear-gradient(0deg, rgba(0, 205, 254, 0.2) 33%, #00CDFE 100%);
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: absolute;
}

.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 23.5vw;
    height: 23.5vw;
    border-radius: 50%;
    background: #FFFFFF;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

/*event page css*/
.event-page {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
}

.event-page img {
    max-width: 500px;
    margin: 0;
    width: 100%
}

.back-button {
    position: absolute;
    left: 10px;
    top: 10px;
    cursor: pointer;
}

.back-button img {
    width: 20px;
    height: 20px;
}

.contact-us-button {
    bottom: 19%;
    right: 16%;
    position: absolute;
    border: none;
    width: 120px;
    border-radius: 20px;
    height: 30px;
    display: flex;
    align-items: center;
}

.contact-us-design {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.contact-us-design img {
    width: 350px;
    height: auto;
}

.contact-us-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    border-radius: 10px;
    z-index: 1000;
    width: 90%;
}

.close-button-contact {
    position: absolute;
    top: -10px;
    right: -10px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
}

.close-button-contact img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.two-hide-button {
    display: flex;
    position: absolute;
    justify-content: space-between;
    width: 80%;
    margin: 10px auto;
    bottom: 40px;
    gap: 20px;
}

.two-hide-button button {
    width: 140px;
    height: 35px;
    border: none;
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
}