.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, .85);
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%
}

.modal-tips {
    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:before {
    background: url(https://laoguo-caiji.oss-cn-beijing.aliyuncs.com/ceping/suan/images2/warning-icon.png) no-repeat;
    background-size: contain;
    content: "";
    height: .42rem;
    margin-right: .1rem;
    width: .42rem
}

.modal-content {
    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 {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.modal-header .btn-cancel,
.modal-header .btn-confirm {
    font-family: PingFang SC;
    font-size: .33rem;
    font-weight: 400
}

.modal-header .btn-cancel {
    color: #1f1f1f
}

.modal-header .btn-confirm {
    color: #a02600
}

.modal-header .calendar-toggle {
    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 {
    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 {
    background: #dc4823;
    color: #fff
}

.time-wheels {
    display: flex;
    margin-top: .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: .57rem;
    margin: .04rem .14rem;
    padding: .24rem .12rem;
    scroll-snap-align: center;
    transition: all .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 .3s cubic-bezier(.4, 0, .2, 1)
}

.picker-zoom-fade-enter-from,
.picker-zoom-fade-leave-to {
    opacity: 0;
    transform: translateY(30px) scale(.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, .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%, .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:before {
    background: url(https://laoguo-caiji.oss-cn-beijing.aliyuncs.com/ceping/suan/images2/warning-icon.png) no-repeat;
    background-size: contain;
    content: "";
    height: .42rem;
    margin-right: .1rem;
    width: .42rem
}

.popup-overlay .popup-wrapper .popup-content {
    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 {
    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 {
    color: #1f1f1f
}

.popup-overlay .popup-wrapper .popup-content .picker-header .title {
    color: #1f1f1f;
    font-size: .43rem;
    font-weight: 600;
    margin: 0
}

.popup-overlay .popup-wrapper .popup-content .picker-header .complete {
    color: #a02600
}

.popup-overlay .popup-wrapper .popup-content .van-cascader__options {
    height: 218px
}

.profile-container {
    box-sizing: border-box;
    padding: 0 .63rem;
    width: 100%
}

.profile-container .profile-item {
    align-items: center;
    border-bottom: .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: .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: .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: .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/images2/gender.png) no-repeat;
    background-size: 4.28rem 2.01rem;
    display: inline-block;
    height: .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 .gender-toggle .gender-option {
    border-radius: 5.33rem;
    box-sizing: border-box;
    color: #6d6d6d;
    font-family: PingFang SC;
    font-size: .32rem;
    font-style: Regular;
    font-weight: 400;
    height: .66rem;
    line-height: .66rem;
    padding: 0 .31rem;
    width: .96rem;
    cursor: pointer;
}

.profile-container .profile-item .gender-toggle .gender-option.selected-male {
    background: #cde6ff;
    color: #000
}

.profile-container .profile-item .gender-toggle .gender-option.selected-female {
    background: #ffd5cd;
    color: #000
}

.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: .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 {
    background: url(https://laoguo-caiji.oss-cn-beijing.aliyuncs.com/ceping/suan/images2/arrow.png) no-repeat;
    background-position: 50%;
    background-size: 100%;
    height: .43rem;
    margin-left: .12rem;
    width: .49rem
}

.profile-container .destiny-btn {
    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 {
    animation: breathing-0ab3bfde 1.5s infinite
}

@-moz-keyframes breathing-0ab3bfde {
    0% {
        opacity: .9;
        transform: scale(.98)
    }

    50% {
        opacity: 1;
        transform: scale(1.12)
    }

    to {
        opacity: .9;
        transform: scale(.98)
    }
}

@-webkit-keyframes breathing-0ab3bfde {
    0% {
        opacity: .9;
        transform: scale(.98)
    }

    50% {
        opacity: 1;
        transform: scale(1.12)
    }

    to {
        opacity: .9;
        transform: scale(.98)
    }
}

@-o-keyframes breathing-0ab3bfde {
    0% {
        opacity: .9;
        transform: scale(.98)
    }

    50% {
        opacity: 1;
        transform: scale(1.12)
    }

    to {
        opacity: .9;
        transform: scale(.98)
    }
}

@keyframes breathing-0ab3bfde {
    0% {
        opacity: .9;
        transform: scale(.98)
    }

    50% {
        opacity: 1;
        transform: scale(1.12)
    }

    to {
        opacity: .9;
        transform: scale(.98)
    }
}

.top-banner {
    background-repeat: no-repeat;
    background-size: contain;
    height: 7.89rem;
    width: 100%
}

.top-banner .swiper-tab-container {
    height: 1.19rem;
    width: 100%
}

.top-banner .swiper-tab-container .swiper-container {
    height: 100%;
    width: 100%
}

.top-banner .swiper-tab-container .swiper-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.top-banner .swiper-tab-container .swiper-slide {
    color: #000;
    font-family: PingFang SC;
    font-size: .37rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.19rem !important;
    margin-right: 0 !important;
    opacity: .6;
    text-align: center
}

.top-banner .swiper-tab-container .swiper-slide.swiper-slide-active {
    font-size: .48rem;
    font-weight: 600;
    opacity: 1
}

.carousel-container {
    height: 2.08rem;
    margin: .45rem auto 0;
    overflow: hidden;
    position: relative;
    width: 9.08rem
}

.carousel-container .swiper-container {
    height: 100%;
    width: 100%
}

.carousel-container .swiper-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.carousel-container .swiper-slide {
    flex-shrink: 0;
    height: 100%;
    width: 100%
}

.carousel-container .swiper-slide .swiper-image-item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: unset;
    height: 100%;
    width: 100%
}

.prediction-ability {
    background: url(https://laoguo-caiji.oss-cn-beijing.aliyuncs.com/ceping/suan/images2/predictionBg-v2.png) no-repeat;
    background-size: 9.13rem 8.83rem;
    height: 8.83rem;
    margin: .4rem auto 0;
    position: relative;
    width: 9.13rem
}

.prediction-ability .ability-groups {
    display: flex;
    left: .37rem;
    position: absolute;
    top: 1.48rem
}

.prediction-ability .ability-groups .groups-left {
    display: flex;
    flex-direction: column
}

.prediction-ability .ability-groups .groups-left:not(:last-child) {
    margin-right: .27rem
}

.prediction-ability .ability-groups .groups-left .ability-item-small {
    background: #fffaf3;
    border: .01rem solid #d4915a;
    border-radius: .26rem;
    box-sizing: border-box;
    display: flex;
    gap: .08rem;
    height: 1.48rem;
    justify-content: center;
    padding: .2rem;
    transition: all .3s ease;
    width: 4.08rem
}

.prediction-ability .ability-groups .groups-left .ability-item-small:not(:last-child) {
    margin-bottom: .2rem
}

.prediction-ability .ability-groups .groups-left .ability-item-small .ability-icon {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: .98rem;
    width: .98rem
}

.prediction-ability .ability-groups .groups-left .ability-item-small .ability-content {
    display: flex;
    flex-direction: column
}

.prediction-ability .ability-groups .groups-left .ability-item-small .ability-content .ability-name {
    color: #1f1f1f;
    font-family: PingFang SC;
    font-size: .37rem;
    font-style: Semibold;
    font-weight: 600;
    line-height: .52rem
}

.prediction-ability .ability-groups .groups-left .ability-item-small .ability-content .ability-desc {
    color: #000;
    font-family: PingFang SC;
    font-size: .32rem;
    font-weight: 400;
    line-height: .45rem;
    margin-top: .06rem;
    opacity: .3
}

.prediction-ability .ability-groups .groups-right {
    display: flex;
    flex-direction: column
}

.prediction-ability .ability-groups .groups-right .ability-item-big {
    align-items: center;
    background: #fffaf3;
    border: .01rem solid #d4915a;
    border-radius: .26rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 3.14rem;
    transition: all .3s ease;
    width: 4.08rem
}

.prediction-ability .ability-groups .groups-right .ability-item-big:not(:last-child) {
    margin-bottom: .24rem
}

.prediction-ability .ability-groups .groups-right .ability-item-big .ability-icon {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 1.81rem;
    width: 1.81rem
}

.prediction-ability .ability-groups .groups-right .ability-item-big .ability-name {
    color: #1f1f1f;
    font-family: PingFang SC;
    font-size: .37rem;
    font-style: Semibold;
    font-weight: 600;
    line-height: .52rem
}

.prediction-ability .ability-groups .groups-right .ability-item-big .ability-desc {
    color: #000;
    font-family: PingFang SC;
    font-size: .32rem;
    font-weight: 400;
    line-height: .45rem;
    margin-top: .06rem;
    opacity: .3
}

.ai-destiny-container {
    background: #ffdca4 url(https://laoguo-caiji.oss-cn-beijing.aliyuncs.com/ceping/suan/images2/predictionBgWhite.png) no-repeat;
    background-position: bottom;
    background-size: 10rem 15.23rem;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 1.11rem;
    scroll-behavior: smooth;
    width: 100%
}

.ai-destiny-container::-webkit-scrollbar {
    background: transparent;
    display: none;
    width: 0
}

.ai-destiny-container .ai-instructions {
    color: hsla(0, 0%, 44%, .88);
    font-family: PingFang SC;
    font-size: .26rem;
    font-weight: 400;
    line-height: .37rem;
    margin-top: .2rem;
    text-align: center
}


.swiper-slide {
    width: auto;
    /* 让 slide 宽度自适应内容 */
    padding: 0 15px;
    /* 左右内边距 */
    cursor: pointer;
    /* 鼠标指针变为手型，提示可点击 */
    opacity: 0.6;
    /* 未选中的透明度 */
    transition: opacity 0.3s, transform 0.3s;
}

.swiper-slide-active {
    opacity: 1;
    /* 选中项完全不透明 */
    transform: scale(1.1);
    /* 选中项略微放大 */
    font-weight: bold;
    /* 选中项加粗 */
}

.ability-item-small,
.ability-item-big {
    cursor: pointer;
}