.page {
    background-color: #f0f4f7;
    border-radius: 4px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

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

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

.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;
}

.group {
    padding-left: 60.5px;
}

.text_2 {
    color: #333333;
    font-size: 16px;
    font-family: 'PingFangSC-Medium';
    font-weight: 500;
    line-height: 22.5px;
}

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

.section {
    /* padding: 150px 0 141.5px; */
    width: 100%;
    height: 100%;
    background-image: url('../images/login_bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* overflow-y: auto; */
    position: relative;
}

.section_2 {
    /* margin: 0 15px; */
    width: 90%;
    padding: 60px 15px 17px;
    background-color: #ffffff;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

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

.group_2 {
    margin-top: 38px;
    padding-bottom: 12.5px;
    border-bottom: solid 0.5px #bfcde1;
}

.image_6 {
    width: 24px;
    height: 24px;
}

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

.text_4 {
    color: #222222;
}

.group_3 {
    padding: 20.5px 0 33px;
}

.group_4 {
    /* padding: 12.5px 0; */
    border-bottom: solid 0.5px #bfcde1;
}

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

.text_5 {
    color: #888888;
}

.text_6 {
    margin-top: 10px;
    color: #888888;
    font-size: 14px;
    font-family: 'PingFangSC-Regular';
    line-height: 20px;
}

.group_5 {
    margin-top: 20px;
}

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

.button {
    padding: 10px 0;
    background-color: #0090ff;
    border-radius: 3px;
}

.text_7 {
    color: #ffffff;
    font-size: 16px;
    font-family: 'PingFangSC-Heavy';
    font-weight: 800;
    line-height: 22.5px;
}

.button_2 {
    padding: 10px 0;
    border-radius: 3px;
    border: solid 0.5px #0090ff;
}

.text_8 {
    color: #0070e7;
}

.image_5 {
    border-radius: 0.5px;
    width: 205px;
    height: 205px;
}

.pos {
    position: absolute;
    left: 50%;
    top: -150px;
    transform: translateX(-50%);
    z-index: 9;
}

.ub-login_text {
    width: calc(100% - 24px - 8px) !important;
}

.ub-login_text2 {
    width: calc(100% - 24px - 8px - 85px - 8px) !important;
}

.ub-login_margin {
    margin-top: 10px;
}

.ub-login_sms{
    width: 85px;
    margin-left: 8px;
    text-align: center;
    color: #0070E7;
    font-size: 16px;
    padding: 10px 0;
}

.ub-login_code .van-field__control{
    width: auto !important;
}

.ub-login_code .van-button--primary{
    background: #fff !important;
    border: none !important;
    color: #0070E7 !important;
    font-size: 14px !important;
}

.ub-login_code .van-field__button{
    padding: 0 !important;
}

.ub-login_code button{
    outline: none;
}

.ub-login_box{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #000000cc;
}

.ub-login_po{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.van-field__body{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
}