/* 验证码 */

.flex {
    display: flex;
}

.mobile_area {
    height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background: #fff;
}

.yzm_title {
    margin-top: 120rpx;
    height: 86rpx;
    width: 670rpx;
    line-height: 86rpx;
}

.yzm_btn {
    height: 76rpx;
    width: 670rpx;
    line-height: 76rpx;
    font-size: 28rpx;
    color: #f5616e;
}

.yzm_btn_wait {
    height: 76rpx;
    width: 670rpx;
    line-height: 76rpx;
    font-size: 28rpx;
    color: #b2b2b2;
}


.code_area {
    height: 124rpx;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 66rpx;
}

.code_area text {
    width: 122rpx;
    height: 122rpx;
    border: 2rpx solid #b2b2b2;
    margin: 0 29rpx;
    text-align: center;
    line-height: 122rpx;
    font-size: 56rpx;
    color: #333;
}

.keyboard_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 415rpx;
    background: #d2d5da;
    align-items: center;
    justify-content: center;
}

.keyboard_box {
    height: 100%;
    width: 750rpx;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.keyboard_box button {
    height: 86rpx;
    width: 236rpx;
    border-radius: 10rpx;
    background: #fff;
    font-weight: bold;
    margin: 0;
}

.update-mobile {
    position: fixed;
    font-size: 28rpx;
    color: #b2b2b2;
    bottom:  450rpx;
}

.update-mobile text {
    color: #27b2fc;
    border-bottom: 4rpx solid #27b2fc;
}