html {
    font-size: 16px;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
    'Droid Sans', 'Helvetica Neue', 'Microsoft Yahei', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100vw;
    height: 100vh;
}

body * {
    box-sizing: border-box;
    flex-shrink: 0;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.justify-start {
    justify-content: flex-start;
}



.justify-between {
    justify-content: space-between;
}



.items-center {
    align-items: center;
}


.self-start {
    align-self: flex-start;
}



.self-stretch {
    align-self: stretch;
}


.shrink-0 {
    flex-shrink: 0;
}

.relative {
    position: relative;
}


.mt-28 {
    margin-top: 1.75rem;
}

.ml-6-5 {
    margin-left: 0.41rem;
}

.ml-10-5 {
    margin-left: 0.66rem;
}

.page {
    background-image: url('/img/bk.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text {
    color: #ffffff;
    font-size: 1.75rem;
    font-family: DingTalk JinBuTi;
    line-height: 1.5rem;
}

.pos {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.section_2 {
    padding: 3.38rem 1.31rem 2.16rem 1.5rem;
    background-image: linear-gradient(180deg, #ffffff33 0%, #ffffff99 100%);
    border-radius: 0.75rem;
    border-image-slice: 1;
    backdrop-filter: blur(0.16rem);
    overflow: hidden;
    border-left: solid 0.047rem #ffffff;
    border-right: solid 0.047rem #ffffff;
    border-top: solid 0.047rem #ffffff;
    border-bottom: solid 0.047rem #ffffff;
}

.pos_2 {
    /*    position: absolute;
        left: 0.75rem;
        right: 0.75rem;
        top: 14.69rem;*/
}

.text_2 {
    color: #ffffff;
    font-size: 1.25rem;
    font-family: PingFang SC;
    font-weight: 700;
    line-height: 1.18rem;
}

.group {
    margin-top: 2.81rem;
}

.group_2 {
    margin-right: 0.094rem;
    padding: 0.75rem 0;
    overflow: hidden;
    border-bottom: solid 0.031rem #ececec;
}

.input {
    margin-right: 0.63rem;
}

.image {
    width: 1.75rem;
    height: 1.75rem;
}

.font {
    font-size: 0.88rem;
    font-family: PingFang SC;
    line-height: 0.81rem;
    color: #ffffff;
}

.text_3 {
    line-height: 0.81rem;
}

.image_2 {
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
}

.group_3 {
    margin-right: 0.094rem;
    padding: 0.94rem 0 0.81rem;
    overflow: hidden;
    border-bottom: solid 0.031rem #ececec;
}

.input_2 {
    margin-left: 0.25rem;
    margin-right: 0.63rem;
}

.image_3 {
    width: 1.28rem;
    height: 1.44rem;
}

.image_4 {
    width: 1.22rem;
    height: 0.84rem;
}

.button {
    align-self: stretch;
    margin-right: 0.094rem;
    margin-top: 3.13rem;
}

.text-wrapper {
    padding: 1.13rem 0;
    background-color: #ffffff;
    border-radius: 3.13rem;
    filter: drop-shadow(0.13rem 0.13rem 0.13rem #aaaaaa4d);
    overflow: hidden;
}

.text_4 {
    color: #000000;
    font-weight: 700;
    line-height: 0.82rem;
}

.image {
    width: 1.5rem;
    height: 1.5rem;
}

.font {
    font-size: 0.88rem;
    font-family: PingFang SC;
    line-height: 0.81rem;
    color: #ffffff;
}

.group_4 {
    margin-right: 0.094rem;
    padding: 0.75rem 0;
    border-bottom: solid 0.031rem #ececec;
}

.text_4 {
    line-height: 0.79rem;
}

.text_3 {
    margin-left: 0.63rem;
    color: #ffffff;
    font-size: 0.94rem;
    font-family: Source Han Sans CN;
    line-height: 0.87rem;

}

.text_13 {
    margin-left: 0.63rem;
    color: #ffffff;
    font-size: 0.94rem;
    font-family: Source Han Sans CN;
    line-height: 0.87rem;
    width: 76px;
    text-align: center;
}

.text_5 {
    color: #000000;
    font-weight: 700;
    line-height: 0.82rem;
}

::placeholder {
    color: white;
    font-size: 1.0em;
}

input:focus {
    outline: 0px solid #51c9ff;
    background: transparent;
}