.van-icon__image {
    width: 2rem;
    height: 2rem;
    object-fit: cover;
}

.van-toast {
    min-width: 100px;
}

.van-toast__text {
    font-size: 16px;
    padding: 2px 12px;
}

.toast-custom__frame {
    position: fixed;
    top: 50%;
    left: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: content-box;
    width: 88px;
    min-width: 100px;
    max-width: 70%;
    min-height: 88px;
    padding: 16px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    white-space: pre-wrap;
    text-align: center;
    word-wrap: break-word;
    background-color: rgba(0,0,0,.7);
    border-radius: 8px;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0)
}

.toast-custom__text {
    width: -webkit-fit-content;
    width: fit-content;
    min-width: 96px;
    min-height: 0;
    padding: 6px 12px;
}

.loading-custom__frame {
    position: fixed;
    top: 50%;
    left: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: content-box;
    width: 104px;
    min-width: 104px;
    max-width: 70%;
    min-height: 88px;
    padding: 16px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    white-space: pre-wrap;
    text-align: center;
    word-wrap: break-word;
    background-color: rgba(0,0,0,.7);
    border-radius: 8px;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0)
}

/*底部活动说明*/
.bottom-content {
    background-color: #FDF9E3;
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
    margin: 0 0.45rem 1rem 0.45rem;
}

.bottom-content__text {
    line-height: 24px;
    padding: 0 0.5rem;
    margin: 0.5rem auto 0 auto;
    color: #3A3A3A;
    font-size: 0.35rem;
    text-align: left;
}

.bottom-content__title {
    width: 45%;
    background: #FFC72C;
    border-radius: 50px;
    font-size: 0.425rem;
    padding: 0.25rem 0;
    font-weight: bold;
    margin: 0.75rem auto;
    text-align: center;
}

.bottom-content__link {
    color: #000000;
    font-size: 0.3rem;
    padding: 0.45rem 0 0.85rem 0;
    margin: 0 auto;
    text-align: center;
    text-decoration: underline;
}
/*底部活动说明*/
