/**
 * @file index.css
 * @author v_mayachen@baidu.com
 */
.wrap {
    font-size: 32.609rpx;
    background-color: #fff;
    font-family: PingFangSC-Regular;
}

.container-bottom {
    padding-bottom: 75.483rpx;
}

.btn-important {
    padding: 72.464rpx 0 18.116rpx;
}

.prompt {
    margin: 43.478rpx 30.797rpx;
}

.prompt-text {
    color: #2772fb;
}

.border {
    border-bottom: 0.604rpx solid #f00;
}

.gov-msg-code {
    color: #2772fb !important;
}

view[class*="input-title"],
view[class*="input-item-title-short"],
view[class*="label"] {
    width: 1.1rem !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    font-size: .18rem !important;
    line-height: .18rem !important;
}

*[class*="picker-content"] {
    padding-left: 0 !important;
}

view[class*="get-msg-code"] {
    margin-left: .05rem !important;
}

view[class*="notice-bar"] {
    margin-top: 25rpx !important;
}

view[class*="text-container"] {
    overflow: hidden !important;
}

button[class*="btn-default"] {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}