.page {
    background-color: #ffffff;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

.header {
    padding: 11.5px 15px 8px;
    background-color: #ededed;
    height: 83px;
}

.space-y-40>*:not(:first-child) {
    margin-top: 20px;
}

.group {
    padding-left: 16px;
}

.text {
    color: #333333;
    font-size: 15px;
    font-family: 'PingFangSC-Semibold';
    font-weight: 600;
    line-height: 21px;
}

.space-x-10>*:not(:first-child) {
    margin-left: 5px;
}

.image {
    width: 15px;
    height: 11.5px;
}

.image_2 {
    width: 15px;
    height: 10.5px;
}

.image_3 {
    width: 24px;
    height: 10px;
}

.image_4 {
    width: 15px;
    height: 15.5px;
}

.font_1 {
    font-size: 16px;
    font-family: 'PingFangSC-Medium';
    line-height: 22.5px;
    font-weight: 500;
}

.text_2 {
    color: #333333;
}

.image_5 {
    width: 18px;
    height: 4px;
}

.group_2 {
    padding: 50px 20px 360px;
    overflow-y: auto;
}

.text_3 {
    color: #111111;
    font-size: 20px;
    font-family: 'PingFangSC-Semibold';
    font-weight: 600;
    line-height: 28px;
}

.group_3 {
    margin-top: 40px;
}

.text-wrapper {
    /* padding: 13px 0; */
    background-color: #f1f6fb;
    border-radius: 4px;
    border: solid 0.5px #e5ecf4;
}

.font_2 {
    font-size: 16px;
    font-family: 'PingFangSC-Regular';
    line-height: 22.5px;
    color: #888888;
    padding: 15px !important;
}

.text_4 {
    margin-left: 14px;
}

.group_4 {
    padding-top: 20px;
}

.space-x-19>*:not(:first-child) {
    margin-left: 9.5px;
}

.text-wrapper_2 {
    /* padding: 14px 0; */
    background-color: #f1f6fb;
    border-radius: 4px;
    height: 50px;
    border: solid 0.5px #e5ecf4;
}

.text_5 {
    margin-left: 14px;
}

.text-wrapper_3 {
    padding: 14px 0;
    background-color: #f1f6fb;
    border-radius: 4px;
    width: 125px;
    height: 50px;
    border: solid 0.5px #e5ecf4;
}

.text_6 {
    color: #0070e7;
    font-size: 14px;
    font-family: 'PingFangSC-Regular';
    line-height: 20px;
}

.ub-button{
    width: 100%;
    margin-top: 85px;
    padding: 12px 0;
    border-radius: 4px;
    background-color: #d9dbe0;
}
.button {
    background-color: #0090ff;
}

.button2 {
    margin-top: 85px;
    padding: 12px 0;
    background-color: #d9dbe0;
    border-radius: 4px;
}

.text_7 {
    color: #ffffff;
}

.ub-password_box {
    width: 100% !important;
    height: 100% !important;
    background-color: #f1f6fb !important;
}

.ub-password_box .van-field__control{
    height: 100% !important;
}

.ub-password_box .van-field__body{
    height: 100% !important;
}

.ub-password_text{
    color: #888888;
    font-size: 14px;
    margin-top: 8px;
}