* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    background-color: transparent;
    font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    overflow: auto;
}

body {
    user-select: none;
}

.bg {
    background-image: url("/Public/img/common/bg.jpg");
    background-size: 100% 100%;
    min-height: 100vh;
}

.new_page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: auto;
    color: #fff;
}

.new_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 20px 0 30px;
}

.new_header {
    z-index: 99;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    padding-top: 5px;
}

.register_header {
    z-index: 99;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    padding-top: 5px;
}

.header_back {
    width: 24px;
    height: 14px;
    margin-left: 15px;
}

.register_title {
    flex: 1;
    font-size: 17px;
    text-align: center;
    margin-right: 39px;
}

.header_left {
    width: 40px;
    height: 24px;
    margin-left: 15px;
}

.header_center {
    flex: 1;
    font-size: 17px;
    text-align: center;
    letter-spacing: 8px;
}

.header_right {
    width: 40px;
    margin-left: 15px;
    margin-right: 12px;
    position: relative;
}

.header_hidden {
    visibility: hidden;
}

.lang {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lang-btn {
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.lang-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: rgba(255, 255, 255, 0.9);
}

.lang-menu {
    position: absolute;
    right: 0;
    top: 28px;
    background: rgba(0, 0, 0, 0.55);
    border-radius: 8px;
    padding: 6px 8px;
    display: none;
    flex-direction: column;
    gap: 6px;
    min-width: 88px;
}

.lang:hover .lang-menu {
    display: flex;
}

.lang-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    opacity: 0.9;
}

.lang-menu a.active {
    font-weight: 600;
    opacity: 1;
}

.a001tip {
    text-align: left;
    margin-left: 25px;
    margin-top: 70px;
    margin-bottom: 30px;
}

.a001tip1 {
    font-size: 25px;
    color: #fff;
}

.box {
    padding: 0 23px;
    position: relative;
    z-index: 100;
    border-radius: 25px 25px 0 0;
}

.spacer-15 {
    height: 15px;
}

.pphone {
    background-color: transparent;
    height: 45px;
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.flex {
    display: flex;
    align-items: center;
    height: 45px;
    line-height: 45px;
    flex: 1;
}

.white {
    color: #fff;
}

.ptitle {
    width: 80px;
}

.size15 {
    font-size: 15px;
}

.input-wrapper {
    margin-right: 10px;
    background-color: transparent;
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    color: #fff;
}

.input-wrapper::placeholder {
    color: #dcdcdc;
}

.split_line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.09);
}

.iconfont {
    font-family: "uicon-iconfont";
    font-style: normal;
    font-weight: normal;
    font-size: 23px;
    color: #cbcccd;
}

.eye-icon {
    margin-right: 5px;
}

.captcha-row .captcha-img {
    margin-right: 5px;
}

.captcha-row {
    gap: 8px;
    align-items: center;
    min-width: 0;
}

.captcha-img {
    width: 110px;
    height: 38px;
    border-radius: 6px;
    object-fit: cover;
    background: #fff;
    padding: 2px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.captcha-row .input-wrapper {
    min-width: 0;
}

.remember-row {
    display: flex;
    align-items: center;
    margin-top: 12px;
    gap: 6px;
    color: #999;
    font-size: 14px;
}

.check-icon {
    font-size: 16px;
    color: #fff;
}

.remember-text {
    flex: 1;
}

.forget {
    font-size: 14px;
    color: #697488;
    text-decoration: none;
}

.btn {
    display: flex;
    height: 47px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(180deg, #8fc9f1, #2285e3);
    box-shadow: 0 4px 8px 0 rgba(57, 148, 230, 0.32);
    border-radius: 16px;
    border: none;
    width: 100%;
    margin-top: 15px;
    font-size: 18px;
    cursor: pointer;
}

.btn-gradient {
    background: linear-gradient(180deg, #8ebeeb, #4788dd);
}

.reg {
    text-align: center;
    margin-top: 15px;
    color: #999;
    font-size: 14px;
}

.reg a {
    color: #999;
    text-decoration: none;
    margin-left: 6px;
}

.uni-input-placeholder {
    font-size: 15px;
}

@font-face {
    font-family: "uicon-iconfont";
    src: url("/Public/fonts/uicon-iconfont.ttf") format("truetype");
}

::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
    background: transparent;
}

.toast-container {
    position: fixed;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    pointer-events: none;
}

.toast-item {
    background: rgba(0, 0, 0, 0.78);
    color: #fff;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 13px;
    margin: 8px 0;
    opacity: 0;
    transform: translateY(-8px);
    transition: all 0.25s ease;
}

.toast-item.show {
    opacity: 1;
    transform: translateY(0);
}

.toast-success {
    background: rgba(40, 167, 69, 0.9);
}

.toast-error {
    background: rgba(220, 53, 69, 0.9);
}
