[v-cloak] {
    display: none;
}

.van-cell {
    padding: 0px !important;
}

.oldAgePersionIndex {
    background-color: #FDECE2;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    /* z-index: 11111; */
    width: 375px;
    margin: 0 auto;
}

.banner {
    width: 100%;

}
.more {
    font-size: 0.75rem;
    color: #5BC98A;
    margin-top: 15px;
    text-align: center;

}
.banner-img {
    width: 100%;
}

.form {
    border-radius: 12px;
    width: 90%;
    color: #000000;
    font-size: 14px;
    margin-top: -50px;
}

.uni-forms {
    background-color: #fff;
    border-radius: 12px;
}

.uni-forms-item {
    margin: 0px 17px;
    padding: 12px 0px;
    border-bottom: 2px solid #EBEBEB;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.last-item {
    border-radius: 0 0 12px 12px;
}

.uni-forms-item__content {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.form-item-left{
    flex-shrink: 0;
}
.form-item-right {
    display: flex;
    align-items: center;
}

.form-item-right input {
    width: 164px;
    text-align: right;
    padding-right: 9px;
    border: none;
}

.sex-box {
    display: flex;
}

.sex-item {
    width: 68px;
    height: 25px;
    border-radius: 25px;
    margin-left: 5px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    border: 2px solid #b1b5bf;
    color: #a9a9a9;
    background-color: #fff;
}

.selected {
    border: 2px solid #8CD67B;
    color: #fff6ef;
    background: linear-gradient(272deg, #8CD67B 0%, #8CD67B 100%);
}

.first-item {
    /* padding-top: 60px; */
    display: flex;
    justify-content: space-between;
    width: 100%;
}


.uni-forms-item:last-child {
    border-bottom: 0px;
}

.btn {
    width: 335px;
    height: 48px;
    margin: 38px auto;
}

.footer {
    display: none;
}

#header {
    display: none;
}


.header {
    background: linear-gradient(270deg, #5AC98A 0%, #8FD77A 100%);
    height: 78px;
    width: 100%;
    text-align: center;
    border-radius: 16px 16px 0 0;
    font-size: 1.375rem;
    line-height: 65px;
    color: #fff;
    margin-bottom: -12px;
    font-weight: bold;
    letter-spacing: 2px;
}

.van-dialog{
    position: absolute;
}

.van-dialog__message{
    text-align:left !important;
}

.tips {
    color: #ADADAD;
    font-size: 10px;
    transform:scale(0.8);
    margin-left: -16px;
}