[v-cloak] {
    display: none !important;
}


.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;
}


: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-container {
        max-width: var(--app-max-width);
        margin: 0 auto;
    }

    .ai-destiny-container .background-image {
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: var(--app-max-width);
    }

    .profile-container .van-popup  {
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: var(--app-max-width);
        overflow-y: hidden;
    }

    .profile-container .van-popup  {
        right: calc((100% - var(--app-max-width)) / 2 + 0.52rem);
    }
}