
        body {
            background: #f5f5f5;
            /* font-family:cursive; */
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        }


        .van-nav-bar__text,
        .van-nav-bar__left>.van-icon {
            color: #ffffff;
            font-weight: bold;
        }

        .van-field__left-icon .van-icon-search {
            color: #c8c9cc;
        }

        .van-nav-bar {
            background-color: initial;
        }

        .van-cell {
            padding: 4px 2px;
        }

        .custom-indicator {
            position: absolute;
            right: 5px;
            bottom: 30px;
            padding: 2px 5px;
            font-size: 12px;
            color: #c8c9cc;
            border-radius: 8px;
            background: rgba(0, 0, 0, 0.1);
        }

        .shop-container {
            background: white;
            border-radius: 8px;
            width: 96vw;
            margin: .1rem auto;
            margin-top: -20px;
        }

        .shop-title {
            width: 99%;
            font-size: .3rem;
            font-weight: bold;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .stars {
            display: flex;
            align-items: center;
        }

        .dealcard-block-right {
            margin-left: .2rem;
        }

        .poi-list-item {
            display: flex;
            height: .6rem;
            line-height: .6rem;
        }


        .star-text {
            font-size: .26rem;
            color: rgb(19, 18, 18);
            padding: 0 .05rem;
        }

        .star-text {
            color: #E04725;
        }

        .business {
            display: flex;
            align-items: center;
            font-size: .26rem;
            margin: 4px 0 0 .05rem;
        }

        .shop-detail {
            width: 94%;
            margin: 0 auto;
            padding: 10px 0;
        }

        .van-notice-bar {
            border-radius: 8px 8px 0 0;
        }

        .tickets-row {
            background: white;
            border-radius: 8px;
            width: 96vw;
            margin: .1rem auto;
            margin-top: 10px;
        }

        .aer-title {
            font-size: 16px;
            font-weight: bold;
            padding: 0 10px;
        }

        .tickets-row {
            width: 90%;
            padding: 10px;
            font-size: 12px;
            display: flex;
            justify-content: space-between;
        }

        .aer-col {
            padding: 2px 0;
        }

        .aer-container-title {
            font-size: 14px;
            font-weight: 550;
        }

        .aer-hint {
            color: gray;
        }

        .price {
            color: red;
        }

        .van-button--mini {
            padding: 0 12px;
        }

        .tickets-container {
            margin: .4rem;
            width: 84%;
            display: flex;
        }

        .purchase-container {
            margin: .4rem;
        }

        .purchase-row {
            padding: .2rem 0;
            border-top: .01rem solid #f5f5f5;
            margin-bottom: .2rem;
        }

        .purchase-title {
            font-size: .32rem;
            font-weight: bold;
        }

        .hint-row {
            display: flex;
            font-size: .26rem;
            padding: .1rem 0;
        }

        .hint-title {
            color: gray;
            width: 20%;
        }

        .hint-content {
            margin-left: .2rem;
            width: 70%;
        }

        .tickets-img {
            width: 1.6rem;
            height: 1.6rem;
        }

        .tickets-img>img {
            width: 100%;
            height: 100%;
            border-radius: .1rem;
            object-fit: cover;
        }

        .tickets-title {
            font-size: .32rem;
            font-weight: bold;
            width: 66%;
            margin-left: .2rem;
            display: inline-block;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            height: .9rem;
        }