.birth-date-picker {
    position: relative;
    width: 100%;
}

.picker-modal {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    position: fixed;
    z-index: 1000;
}

.modal-backdrop {
    background: rgba(0, 0, 0, 0.85);
    inset: 0;
    position: absolute;
}

.modal-tips {
    align-items: flex-end;
    bottom: 9.29rem;
    color: hsla(0, 0%, 100%, 0.88);
    display: inline-flex;
    font-family: PingFang SC;
    font-size: 0.32rem;
    font-weight: 400;
    height: 0.45rem;
    justify-content: center;
    position: fixed;
    text-align: center;
}

.modal-tips:before {
    background: url(https://laoguo-caiji.oss-cn-beijing.aliyuncs.com/ceping/suan/warning-icon.png) no-repeat;
    background-size: contain;
    content: "";
    height: 0.42rem;
    margin-right: 0.1rem;
    width: 0.42rem;
}

.modal-content {
    background: #fff;
    border-radius: 0.38rem 0.38rem 0 0;
    bottom: 0;
    box-sizing: border-box;
    /* height: 8.89rem; */
    left: 0;
    overflow-y: auto;
    padding: 0.25rem 0.44rem 0;
    position: fixed;
    width: 10rem;
}

.modal-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: .41rem;
}

.modal-header .btn-cancel,
.modal-header .btn-confirm {
    font-family: PingFang SC;
    font-size: 0.33rem;
    font-weight: 400;
}

.modal-header .btn-cancel {
    color: #1f1f1f;
}

.modal-header .btn-confirm {
    color: #a02600;
}

.modal-header .calendar-toggle {
    background: #f5f5f5;
    border: 0.02rem solid #dc4823;
    border-radius: 0.39rem;
    box-shadow: 0 1px 4px rgba(255, 107, 53, 0.08);
    display: flex;
}

.modal-header .calendar-toggle .toggle-btn {
    border-radius: 0.39rem;
    font-family: PingFang SC;
    font-size: 0.33rem;
    font-weight: 500;
    line-height: 100%;
    padding: 0.15rem 0.36rem;
}

.modal-header .calendar-toggle .toggle-btn.active {
    background: #dc4823;
    color: #fff;
}

.time-wheels {
    display: flex;
    margin-top: 0.41rem;
    position: relative;
}

.time-wheels:after,
.time-wheels:before {
    content: "";
    flex-shrink: 0;
    height: 1.2rem;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.time-wheels:before {
    background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
    top: 0;
}

.time-wheels:after {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
    bottom: 0;
}

.wheel-column {
    display: flex;
    flex: 1;
    flex-direction: column;
    text-align: center;
}

.wheel-container {
    flex: 1;
    max-height: 6.78rem;
    overflow: hidden;
}

.wheel-scroll {
    height: 100%;
    overflow-y: auto;
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-snap-stop: always;
}

.wheel-scroll::-webkit-scrollbar {
    display: none;
}

.wheel-item {
    line-height: 0.57rem;
    margin: 0.04rem 0.14rem;
    padding: 0.24rem 0.12rem;
    scroll-snap-align: center;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.wheel-item.selected {
    font-weight: 600;
    transform: scale(1.05);
}

.picker-zoom-fade-enter-active,
.picker-zoom-fade-leave-active {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.picker-zoom-fade-enter-from,
.picker-zoom-fade-leave-to {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
}

.picker-zoom-fade-enter-to,
.picker-zoom-fade-leave-from {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.popup-overlay {
    background: rgba(0, 0, 0, 0.85);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.popup-overlay .popup-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.popup-overlay .popup-wrapper .popup-tips {
    align-items: flex-end;
    bottom: 9.29rem;
    color: hsla(0, 0%, 100%, 0.88);
    display: inline-flex;
    font-family: PingFang SC;
    font-size: 0.32rem;
    font-weight: 400;
    height: 0.45rem;
    justify-content: center;
    position: fixed;
    text-align: center;
}

.popup-overlay .popup-wrapper .popup-tips:before {
    background: url(https://laoguo-caiji.oss-cn-beijing.aliyuncs.com/ceping/suan/warning-icon.png) no-repeat;
    background-size: contain;
    content: "";
    height: 0.42rem;
    margin-right: 0.1rem;
    width: 0.42rem;
}

.popup-overlay .popup-wrapper .popup-content {
    background: #fff;
    border-radius: 0.38rem 0.38rem 0 0;
    bottom: 0;
    height: 8.89rem;
    left: 0;
    max-height: 100%;
    position: fixed;
    width: 10rem;
}

.picker-header {
    display: flex;
    font-family: PingFang SC;
    font-size: 0.33rem;
    font-style: Regular;
    font-weight: 400;
    justify-content: space-between;
    padding: 0.41rem 0.48rem 0.53rem;
}

.picker-header .cancel {
    color: #1f1f1f;
}

.picker-header .title {
    color: #1f1f1f;
    font-size: 0.43rem;
    font-weight: 600;
    margin: 0;
}

.picker-header .complete {
    color: #a02600;
}

.popup-overlay .popup-wrapper .popup-content .van-cascader__options {
    height: 218px;
}

.profile-container {
    box-sizing: border-box;
    padding: 0 0.63rem;
    width: 100%;
}

.profile-container .profile-item {
    align-items: center;
    border-bottom: 0.02rem solid #b3703a;
    display: flex;
    height: 1.4rem;
    justify-content: space-between;
}

.profile-container .profile-item:last-child {
    border-bottom: none;
}

.profile-container .profile-item .label {
    color: #401001;
    font-family: PingFang SC;
    font-size: 0.38rem;
    font-style: Medium;
    font-weight: 500;
    text-align: justify;
}

.profile-container .profile-item .name-input {
    background-color: transparent;
    border: none;
    color: #000;
    font-family: PingFang SC;
    font-size: 0.38rem;
    font-style: Regular;
    font-weight: 400;
    text-align: right;
}

.profile-container .profile-item .name-input .name-input::placeholder {
    color: #6d6d6d;
    opacity: 1;
}

.profile-container .profile-item .gender-toggle {
    background: #fffcf7;
    border-radius: 5.33rem;
    display: flex;
    padding: 0.08rem;
}

.profile-container .profile-item .gender-toggle.image-gender {
    background: transparent;
}

.profile-container .profile-item .gender-toggle.image-gender .gender-option {
    background: url(https://laoguo-caiji.oss-cn-beijing.aliyuncs.com/ceping/suan/gender.png) no-repeat;
    background-size: 4.28rem 2.01rem;
    display: inline-block;
    height: 0.96rem;
    vertical-align: middle;
    width: 2.1rem;
}

.profile-container .profile-item .gender-toggle.image-gender .gender-option.male {
    background-position: 0 -1.05rem;
}

.profile-container .profile-item .gender-toggle.image-gender .gender-option.male.selected {
    background-position-y: 0;
}

.profile-container .profile-item .gender-toggle.image-gender .gender-option.female {
    background-position: -2.19rem -1.05rem;
}

.profile-container .profile-item .gender-toggle.image-gender .gender-option.female.selected {
    background-position-y: 0;
}



.profile-container .profile-item .value-with-icon {
    align-items: center;
    display: flex;
}

.profile-container .profile-item .value-with-icon .text {
    color: #000;
    display: inline-block;
    font-family: PingFang SC;
    font-size: 0.38rem;
    font-weight: 400;
    line-height: 0.38rem;
    max-width: 5.15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile-container .profile-item .value-with-icon .icon {
    background: url(https://laoguo-caiji.oss-cn-beijing.aliyuncs.com/ceping/suan/arrow.png) no-repeat;
    background-position: 50%;
    background-size: 100%;
    height: 0.43rem;
    margin-left: 0.12rem;
    width: 0.49rem;
}

.profile-container .destiny-btn {
    background-repeat: no-repeat;
    background-size: contain;
    height: 1.46rem;
    margin: 0.62rem auto 0;
    transition: all 0.5s ease;
    width: 7.81rem;
}

.profile-container .destiny-btn.breathing {
    animation: breathing-787b80ee 1.5s infinite;
}

@-moz-keyframes breathing-787b80ee {
    0% {
        opacity: 0.9;
        transform: scale(0.98);
    }

    50% {
        opacity: 1;
        transform: scale(1.12);
    }

    to {
        opacity: 0.9;
        transform: scale(0.98);
    }
}

@-webkit-keyframes breathing-787b80ee {
    0% {
        opacity: 0.9;
        transform: scale(0.98);
    }

    50% {
        opacity: 1;
        transform: scale(1.12);
    }

    to {
        opacity: 0.9;
        transform: scale(0.98);
    }
}

@-o-keyframes breathing-787b80ee {
    0% {
        opacity: 0.9;
        transform: scale(0.98);
    }

    50% {
        opacity: 1;
        transform: scale(1.12);
    }

    to {
        opacity: 0.9;
        transform: scale(0.98);
    }
}

@keyframes breathing-787b80ee {
    0% {
        opacity: 0.9;
        transform: scale(0.98);
    }

    50% {
        opacity: 1;
        transform: scale(1.12);
    }

    to {
        opacity: 0.9;
        transform: scale(0.98);
    }
}

.gender-option-none {
    display: none;
}





.cascader_tip_t {
    position: fixed;
    top: 6.8rem;
}

.cascader_tip_x {
    position: fixed;
    top: 9.5rem;
}


@media (max-width: 768px) {
.cascader_tip_t {
    position: fixed;
    top: 12.2rem;
}

.cascader_tip_x {
    position: fixed;
    top: 15rem;
}

}


.cascadertip {
    height: .45rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    font-size: .32rem;
    font-weight: 400;
    color: hsla(0, 0%, 100%, .88);
    z-index: 20003;

}

.cascadertip:before {
    background: url(https://laoguo-caiji.oss-cn-beijing.aliyuncs.com/ceping/suan/warning-icon.png) no-repeat;
    background-size: contain;
    content: "";
    height: 0.42rem;
    margin-right: 0.1rem;
    width: 0.42rem;
}