.cascader-popup .van-cascader__options {
    height: 218px;
}

.cascader-tip {
    position: absolute;
    top: -0.78rem;
    height: .45rem;
    width: 100%;

    display: inline-flex;
    justify-content: center;
    text-align: center;
    font-size: .32rem;
    font-weight: 400;
    color: hsla(0, 0%, 100%, .88);
}

.cascader-tip: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;
}

.van-picker-column__item--selected {
    font-weight: bold;
}

/* .van-picker-column__item {
    font-weight: bold;
} */

:root {
    --app-max-width: 540px;
    --pc-bg-color: #ebe2d2;
}

@media (min-width: 768px) {
    html,
    body {
        background: var(--pc-bg-color);
    }

    body {
        display: flex;
        justify-content: center;
    }

    #app {
        width: 100%;
        /* max-width: var(--app-max-width); */
        /* min-height: 100vh; */
        margin: 0 auto;
    }

    .ai-destiny-single {
        max-width: var(--app-max-width);
        margin: 0 auto;
    }

    .ai-destiny-single .background-image {
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: var(--app-max-width);
    }

    .profile-drawer-container {
        left: 0;
        transform: none;
        width: 100%;
        max-width: none;
    }

    .profile-drawer-container .drawer-content {
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: var(--app-max-width);
        overflow-y: hidden;
    }

    /* PC ç«¯ï¼šå…³é—­æŒ‰é’®è·Ÿéšå†…å®¹åŒºåŸŸå¯¹é½ï¼Œé¿å…è·‘åˆ°é®ç½©è¾¹ç¼˜ */
    .profile-drawer-container .close-icon {
        right: calc((100% - var(--app-max-width)) / 2 + 0.52rem);
    }
}