.birth-date-picker[data-v-4ed613ea] {
    position: relative;
    width: 100%
}

.picker-modal[data-v-4ed613ea] {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    position: fixed;
    z-index: 1000
}

.modal-backdrop[data-v-4ed613ea] {
    background: rgba(0, 0, 0, .85);
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%
}

.modal-tips[data-v-4ed613ea] {
    align-items: flex-end;
    bottom: 9.29rem;
    color: hsla(0, 0%, 100%, .88);
    display: inline-flex;
    font-family: PingFang SC;
    font-size: .32rem;
    font-weight: 400;
    height: .45rem;
    justify-content: center;
    position: fixed;
    text-align: center
}

.modal-tips[data-v-4ed613ea]:before {
    background: url(/static/aiqiming/img/v1/wap/aiDestiny/warning-icon-1757039606117.png) no-repeat;
    background-size: contain;
    content: "";
    height: .42rem;
    margin-right: .1rem;
    width: .42rem
}

.modal-content[data-v-4ed613ea] {
    background: #fff;
    border-radius: .38rem .38rem 0 0;
    bottom: 0;
    box-sizing: border-box;
    height: 8.89rem;
    left: 0;
    overflow-y: auto;
    padding: .25rem .44rem 0;
    position: fixed;
    width: 10rem
}

.modal-header[data-v-4ed613ea] {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.modal-header .btn-cancel[data-v-4ed613ea],
.modal-header .btn-confirm[data-v-4ed613ea] {
    font-family: PingFang SC;
    font-size: .33rem;
    font-weight: 400
}

.modal-header .btn-cancel[data-v-4ed613ea] {
    color: #1f1f1f
}

.modal-header .btn-confirm[data-v-4ed613ea] {
    color: #a02600
}

.modal-header .calendar-toggle[data-v-4ed613ea] {
    background: #f5f5f5;
    border: .02rem solid #dc4823;
    border-radius: .39rem;
    box-shadow: 0 1px 4px rgba(255, 107, 53, .08);
    display: flex
}

.modal-header .calendar-toggle .toggle-btn[data-v-4ed613ea] {
    border-radius: .39rem;
    font-family: PingFang SC;
    font-size: .33rem;
    font-weight: 500;
    line-height: 100%;
    padding: .15rem .36rem
}

.modal-header .calendar-toggle .toggle-btn.active[data-v-4ed613ea] {
    background: #dc4823;
    color: #fff
}

.time-wheels[data-v-4ed613ea] {
    display: flex;
    margin-top: .41rem;
    position: relative
}

.time-wheels[data-v-4ed613ea]:after,
.time-wheels[data-v-4ed613ea]:before {
    content: "";
    flex-shrink: 0;
    height: 1.2rem;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 1
}

.time-wheels[data-v-4ed613ea]:before {
    background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
    top: 0
}

.time-wheels[data-v-4ed613ea]:after {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
    bottom: 0
}

.wheel-column[data-v-4ed613ea] {
    display: flex;
    flex: 1;
    flex-direction: column;
    text-align: center
}

.wheel-container[data-v-4ed613ea] {
    flex: 1;
    max-height: 6.78rem;
    overflow: hidden
}

.wheel-scroll[data-v-4ed613ea] {
    height: 100%;
    overflow-y: auto;
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-snap-stop: always
}

.wheel-scroll[data-v-4ed613ea]::-webkit-scrollbar {
    display: none
}

.wheel-item[data-v-4ed613ea] {
    line-height: .57rem;
    margin: .04rem .14rem;
    padding: .24rem .12rem;
    scroll-snap-align: center;
    transition: all .2s ease;
    white-space: nowrap
}

.wheel-item.selected[data-v-4ed613ea] {
    font-weight: 600;
    transform: scale(1.05)
}

.picker-zoom-fade-enter-active[data-v-4ed613ea],
.picker-zoom-fade-leave-active[data-v-4ed613ea] {
    transition: all .3s cubic-bezier(.4, 0, .2, 1)
}

.picker-zoom-fade-enter-from[data-v-4ed613ea],
.picker-zoom-fade-leave-to[data-v-4ed613ea] {
    opacity: 0;
    transform: translateY(30px) scale(.95)
}

.picker-zoom-fade-enter-to[data-v-4ed613ea],
.picker-zoom-fade-leave-from[data-v-4ed613ea] {
    opacity: 1;
    transform: translateY(0) scale(1)
}

.popup-overlay[data-v-472029e4] {
    background: rgba(0, 0, 0, .85);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000
}

.popup-overlay .popup-wrapper[data-v-472029e4] {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.popup-overlay .popup-wrapper .popup-tips[data-v-472029e4] {
    align-items: flex-end;
    bottom: 9.29rem;
    color: hsla(0, 0%, 100%, .88);
    display: inline-flex;
    font-family: PingFang SC;
    font-size: .32rem;
    font-weight: 400;
    height: .45rem;
    justify-content: center;
    position: fixed;
    text-align: center
}

.popup-overlay .popup-wrapper .popup-tips[data-v-472029e4]:before {
    background: url(/static/aiqiming/img/v1/wap/aiDestiny/warning-icon-1757039606117.png) no-repeat;
    background-size: contain;
    content: "";
    height: .42rem;
    margin-right: .1rem;
    width: .42rem
}

.popup-overlay .popup-wrapper .popup-content[data-v-472029e4] {
    background: #fff;
    border-radius: .38rem .38rem 0 0;
    bottom: 0;
    height: 8.89rem;
    left: 0;
    max-height: 100%;
    position: fixed;
    width: 10rem
}

.popup-overlay .popup-wrapper .popup-content .picker-header[data-v-472029e4] {
    display: flex;
    font-family: PingFang SC;
    font-size: .33rem;
    font-style: Regular;
    font-weight: 400;
    justify-content: space-between;
    padding: .41rem .48rem .53rem
}

.popup-overlay .popup-wrapper .popup-content .picker-header .cancel[data-v-472029e4] {
    color: #1f1f1f
}

.popup-overlay .popup-wrapper .popup-content .picker-header .title[data-v-472029e4] {
    color: #1f1f1f;
    font-size: .43rem;
    font-weight: 600;
    margin: 0
}

.popup-overlay .popup-wrapper .popup-content .picker-header .complete[data-v-472029e4] {
    color: #a02600
}

.popup-overlay .popup-wrapper .popup-content[data-v-472029e4] .van-cascader__options {
    height: 218px
}

.pc-env .popup-overlay .popup-wrapper .popup-content[data-v-472029e4] .van-cascader__options {
    height: 370px
}

.profile-container[data-v-60b7414c] {
    box-sizing: border-box;
    padding: 0 .63rem;
    width: 100%
}

.profile-container .profile-item[data-v-60b7414c] {
    align-items: center;
    border-bottom: .02rem solid #8d8577;
    display: flex;
    height: 1.11rem;
    justify-content: space-between
}

.profile-container .profile-item[data-v-60b7414c]:last-child {
    border-bottom: none
}

.profile-container .profile-item .label[data-v-60b7414c] {
    color: #5e4313;
    font-family: PingFang SC;
    font-size: .38rem;
    font-style: Medium;
    font-weight: 500;
    text-align: justify
}

.profile-container .profile-item .name-input[data-v-60b7414c] {
    background-color: transparent;
    border: none;
    color: #000;
    font-family: PingFang SC;
    font-size: .38rem;
    font-style: Regular;
    font-weight: 400;
    text-align: right
}

.profile-container .profile-item .name-input .name-input[data-v-60b7414c]::placeholder {
    color: #6d6d6d;
    opacity: 1
}

.profile-container .profile-item .certainly[data-v-60b7414c] {
    flex: 1
}

.profile-container .profile-item .gender-toggle[data-v-60b7414c] {
    background: #fffcf7;
    border-radius: 5.33rem;
    display: flex;
    padding: .08rem
}

.profile-container .profile-item .gender-toggle .gender-option[data-v-60b7414c] {
    border-radius: 5.33rem;
    box-sizing: border-box;
    color: #6d6d6d;
    font-family: PingFang SC;
    font-size: .32rem;
    font-style: Regular;
    font-weight: 400;
    padding: .11rem .32rem
}

.profile-container .profile-item .gender-toggle .gender-option.selected-male[data-v-60b7414c] {
    background: #cde6ff;
    color: #000
}

.profile-container .profile-item .gender-toggle .gender-option.selected-female[data-v-60b7414c] {
    background: #ffd5cd;
    color: #000
}

.profile-container .profile-item .gender-toggle .gender-option.selected-unkown[data-v-60b7414c] {
    background: #ffe6cd;
    color: #000
}

.profile-container .profile-item .value-with-icon[data-v-60b7414c] {
    align-items: center;
    display: flex
}

.profile-container .profile-item .value-with-icon .text[data-v-60b7414c] {
    color: #000;
    display: inline-block;
    font-family: PingFang SC;
    font-size: .38rem;
    font-weight: 400;
    line-height: .38rem;
    max-width: 5.15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.profile-container .profile-item .value-with-icon .icon[data-v-60b7414c] {
    background: url(/static/aiqiming/img/v1/wap/aiDestiny/arrow-1757062284679.png) no-repeat;
    background-position: 50%;
    background-size: 100%;
    height: .43rem;
    margin-left: .12rem;
    width: .49rem
}

.profile-container .profile-item .value-with-icon .no-text[data-v-60b7414c] {
    color: #6d6d6d
}

.profile-container .profile-item .bazi[data-v-60b7414c] {
    color: #412c03
}

.profile-container .profile-item .switch-wrap[data-v-60b7414c] {
    align-items: center;
    display: inline-flex
}

.profile-container .profile-item .switch-wrap .switch[data-v-60b7414c] {
    align-items: center;
    background: #ad8d65;
    border-radius: .3rem;
    box-sizing: border-box;
    display: flex;
    height: .6rem;
    justify-content: start;
    padding: .06rem;
    position: relative;
    transition: background-color .25s;
    width: 1.12rem
}

.profile-container .profile-item .switch-wrap .switch.on[data-v-60b7414c] {
    background: #884b00;
    justify-content: end
}

.profile-container .profile-item .switch-wrap .switch .circle[data-v-60b7414c] {
    background: #fff;
    border-radius: 50%;
    height: .47rem;
    transition: all .25s;
    width: .47rem
}

.profile-container .destiny-btn[data-v-60b7414c] {
    background-repeat: no-repeat;
    background-size: contain;
    height: 1.46rem;
    margin: .62rem auto 0;
    transition: all .5s ease;
    width: 7.81rem
}

.profile-container .destiny-btn.breathing[data-v-60b7414c] {
    animation: breathing-60b7414c 1.5s infinite
}

@-moz-keyframes breathing-60b7414c {
    0% {
        opacity: .9;
        transform: scale(.98)
    }

    50% {
        opacity: 1;
        transform: scale(1.12)
    }

    to {
        opacity: .9;
        transform: scale(.98)
    }
}

@-webkit-keyframes breathing-60b7414c {
    0% {
        opacity: .9;
        transform: scale(.98)
    }

    50% {
        opacity: 1;
        transform: scale(1.12)
    }

    to {
        opacity: .9;
        transform: scale(.98)
    }
}

@-o-keyframes breathing-60b7414c {
    0% {
        opacity: .9;
        transform: scale(.98)
    }

    50% {
        opacity: 1;
        transform: scale(1.12)
    }

    to {
        opacity: .9;
        transform: scale(.98)
    }
}

@keyframes breathing-60b7414c {
    0% {
        opacity: .9;
        transform: scale(.98)
    }

    50% {
        opacity: 1;
        transform: scale(1.12)
    }

    to {
        opacity: .9;
        transform: scale(.98)
    }
}

.profile-container .submit-tip[data-v-60b7414c] {
    color: hsla(0, 0%, 44%, .88);
    font-family: PingFang SC;
    font-size: .28rem;
    font-weight: 400;
    margin-top: .19rem;
    text-align: center
}

.top-banner[data-v-95cb750c] {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 7.89rem;
    position: relative;
    width: 100%
}

.top-banner .swiper-tab-container[data-v-95cb750c] {
    align-items: end;
    bottom: 13px;
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%
}

.top-banner .swiper-tab-container .left[data-v-95cb750c] {
    background-image: url(/static/aiqiming/img/v1/wap/aiNameAnalysis/aitest-tab-1766476547558.png);
    margin-right: .57rem
}

.top-banner .swiper-tab-container .left.active[data-v-95cb750c] {
    background-image: url(/static/aiqiming/img/v1/wap/aiNameAnalysis/aitest-tab-active-1766475445729.png)
}

.top-banner .swiper-tab-container .right[data-v-95cb750c] {
    background-image: url(/static/aiqiming/img/v1/wap/aiNameAnalysis/smart-tab-1763361119562.png)
}

.top-banner .swiper-tab-container .right.active[data-v-95cb750c] {
    background-image: url(/static/aiqiming/img/v1/wap/aiNameAnalysis/smart-tab-active-1763361119207.png)
}

.top-banner .swiper-tab-container .btn[data-v-95cb750c] {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    color: #82623c;
    height: 1.03rem;
    line-height: 1.03rem;
    text-align: center;
    width: 3.65rem
}

.carousel-container[data-v-71332658] {
    height: 2.08rem;
    margin: .45rem auto 0;
    overflow: hidden;
    position: relative;
    width: 9.08rem
}

.carousel-container .carousel-item[data-v-71332658] {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%
}

.prediction-ability[data-v-46d040c8] {
    margin: .4rem auto;
    position: relative
}

.prediction-ability .ai-instructions[data-v-46d040c8] {
    color: hsla(0, 0%, 44%, .88);
    font-family: PingFang SC;
    font-size: .26rem;
    font-weight: 400;
    line-height: .37rem;
    text-align: center
}

.prediction-ability .ability-groups[data-v-46d040c8] {
    background: url(/static/aiqiming/img/v1/wap/aiNameAnalysis/prediction-mask-bg-1763362830102.png) no-repeat;
    background-size: contain;
    display: flex;
    height: 13.63rem;
    justify-content: center;
    margin: 0 auto .4rem;
    width: 9.13rem
}

.prediction-ability .ability-groups .groups-left[data-v-46d040c8] {
    display: flex;
    flex-direction: column;
    margin-top: 1.34rem
}

.prediction-ability .ability-groups .groups-left[data-v-46d040c8]:not(:last-child) {
    margin-right: .24rem
}

.prediction-ability .ability-groups .groups-left .ability-item-small[data-v-46d040c8] {
    border-radius: .26rem;
    box-sizing: border-box;
    display: flex;
    gap: .08rem;
    height: 3.71rem;
    justify-content: center;
    transition: all .3s ease;
    width: 4.08rem
}

.prediction-ability .ability-groups .groups-left .ability-item-small[data-v-46d040c8]:not(:last-child) {
    margin-bottom: .24rem
}

.prediction-ability .ability-groups .groups-left .ability-item-small .ability-icon[data-v-46d040c8] {
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%
}

.prediction-ability .ability-groups .groups-left .ability-item-small .ability-content[data-v-46d040c8] {
    display: flex;
    flex-direction: column
}

.prediction-ability .ability-groups .groups-right[data-v-46d040c8] {
    display: flex;
    flex-direction: column;
    margin-top: 1.34rem
}

.prediction-ability .ability-groups .groups-right .ability-item-big[data-v-46d040c8] {
    align-items: center;
    border-radius: .26rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 3.71rem;
    transition: all .3s ease;
    width: 4.08rem
}

.prediction-ability .ability-groups .groups-right .ability-item-big[data-v-46d040c8]:not(:last-child) {
    margin-bottom: .2rem
}

.prediction-ability .ability-groups .groups-right .ability-item-big .ability-icon[data-v-46d040c8] {
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%
}

.ai-name-analysis-container[data-v-4bdf7744] {
    background: #fff8e3;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
    width: 100%
}

.ai-name-analysis-container[data-v-4bdf7744]::-webkit-scrollbar {
    background: transparent;
    display: none;
    width: 0
}



.profile-container .profile-item .gender-toggle .gender-option.selected-unkown[data-v-60b7414c] {
    background: #ffe6cd !important;
    color: #000
}