*,
*::before,
*::after {
    user-select: none;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: .10667rem;
    height: .10667rem;
}

::-webkit-scrollbar-thumb {
    border-radius: .02667rem;
    -webkit-box-shadow: inset 0 0 .13333rem rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, .4);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 .05333rem rgba(0, 0, 0, .1);
    border-radius: .05333rem;
    background: rgba(0, 0, 0, .1);
}

html,
body {
    line-height: 1;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    background-clip: padding-box;
    font-family: PingFangSC-Semibold, "Roboto Light", serif;
    font-size: .42667rem;
    word-spacing: .02667rem;
    font-weight: 400;
    -ms-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    position: relative;
}

body {
    margin: 0;
    padding: 0;
    background-color: #bae3f7;
}

.block {
    width: 100%;
    height: 1.1rem;
    position: absolute;
    top: 22%;
    text-align: center;
}

.blockItem {
    width: 100%;
    height: 0.6rem;
    position: absolute;
    z-index: 10;
    background: rgba(0, 0, 0, 0.4);
    color: #FFF;
    font-size: 0.3rem;
    line-height: 0.6rem;
}

.step1 {
    width: 3rem;
    position: absolute;
    top: 0.5rem;
    left: 0.8rem;
}

input,
button {
    border: none;
    outline: none;
}

a {
    color: #fff;
    text-decoration: none;
}

.pc-style {
    font-size: 54px !important;
    max-width: 540px;
    margin: 0 auto;
    background: #F5F5F5 !important;
}

.header,
.footer {
    font-size: 0;
    overflow: hidden;
}

.footer {
    position: relative;
}

.header img,
.footer img {
    width: 100%;
}

.form {
    padding: 37px 40px;
    font-size: 0.3rem;
    position: absolute;
    top: 39%;
    width: 100%;
}

.form-item {
    width: 95%;
    margin: 30px 0px auto;
    display: flex;
    border-radius: 30px;
    height: 55px;
    background-color: #fff;
    overflow: hidden;
}

.form-item input {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    font-size: 0.3rem;
    box-sizing: border-box;
}

.form-item button {
    height: 100%;
    color: #ff7900;
    font-size: 0.3rem;
    font-weight: bold;
    padding-right: 20px;
    white-space: nowrap;
    background-color: transparent;
}

.form-item button:disabled {
    opacity: .6;
}

.form-item input::placeholder {
    color: #969696;
}

.submit {
    background-color: transparent;
    width: 100%;
    position: relative;
    left: -6px;
}

.submit div {
    margin-top: 30px;
    padding: 15px;
    background-color: #fd9c5e;
    display: block;
    border-radius: 25px;
    font-weight: bold;
    font-size: larger;
    color: #FFFFFF;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: background-color 0.1s, box-shadow 0.3s; /* 添加过渡效果 */
}

.submit div:active {
    background-color: #ff7f50; /* 点击后的背景颜色 */
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.3); /* 添加阴影 */
}


.btn1 img,
.btn2 img,
.btn3 img,
.btn4 img,
.btn5 img,
.btn6 img,
.btn7 img,
.btn8 img,
.btn9 img{
    width: 24%;
    position: absolute;
    right: 19.5%;
    font-size: 0;
    overflow: hidden;
}

.btn1 img{
    top: 10.9%;
}

.btn2 img{
    top: 20%;
}
.btn3 img{
    top: 29%;
}

.btn4 img{
    top: 38%;
}
.btn5 img{
    top: 47.3%;
}

.btn6 img{
    top: 56.5%;
}

.btn7 img{
    top: 65.5%;
}
.btn8 img{
    top: 75%;
}

.btn9 img{
    top: 83.7%;
}


/*.btn2 img{*/
/*    top: 22%;*/
/*}*/
/*.btn3 img{*/
/*    top: 32.5%;*/
/*}*/

/*.btn4 img{*/
/*    top: 43%;*/
/*}*/
/*.btn5 img{*/
/*    top: 53%;*/
/*}*/

/*.btn6 img{*/
/*    top: 62.5%;*/
/*}*/

/*.btn7 img{*/
/*    top: 68%;*/
/*}*/
/*.btn8 img{*/
/*    top: 73.2%;*/
/*}*/

/*.btn9 img{*/
/*    top: 83.5%;*/
/*}*/

.policy {
    text-align: center;
    color: #fff;
}

.policy input:before {
    position: relative;
    display: block;
    content: "";
    top: -1px;
    left: -1px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #F1273A;
    border: 2px solid #ffffff;
    z-index: 5;
}

.policy input:checked:after {
    position: relative;
    top: -15px;
    left: 3px;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    visibility: visible;
    z-index: 6;
}

.dialog {
    border: 0;
    background-color: transparent;
}

.dialog .wrapper {
    position: relative;
}

.dialog img {
    display: block;
    width: 100%;
}

.dialog::backdrop {
    background-color: rgba(0, 0, 0, .68);
}

.dialog .button-group {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.dialog .button-group button {
    flex: 1;
    transform: scale(.8);
    background-color: transparent;
}

.loading {
    background-color: transparent;
}

[v-cloak] {
    display: none;
}

.agreements {
    font-size: 0.25rem;
    color: yellow;
    margin-top: -4px;
    text-align: center;
    font-weight: bolder;
}

.agreements input {
    margin-right: 2px;
    transform: translateY(2px);
}

.center-alert {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.85);
    color: white;
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    text-align: center;
    min-width: 200px;
    max-width: 90vw; /* 限制最大宽度 */
    animation: fadeIn 0.3s ease-out;
    word-wrap: break-word; /* 文本换行 */
    white-space: pre-wrap; /* 保留换行符 */
}

.center-alert p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}


