.vip-title{
    width: 100%;
    background: #293141;
    padding-top: 10px;
    padding-left: 30px;
    position: relative;
    top: -1px;
    color: #606266;
    font-size: 14px;
    word-break: break-all;
}
.vip-title .tab-item{
    display: inline-block;
    padding: 12px 25px;
    background: #454f64;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    letter-spacing: 1px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    z-index: 2;
    margin-right: 10px;
}

.vip-title .tab-item.active{
    background: -webkit-gradient(linear, left top, left bottom, from(#fff9f2), to(#fff));
    background: linear-gradient(180deg, #fff9f2, #fff);
    color: #000;
    padding-top: 18px;
    font-weight: 700;
    z-index: 1;
    top: 2px;

}


.vip-time{
    padding: 40px 50px 40px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 326px;
    background: #fff;
}

.goods-list .goods {
    background: #f7f7f9;
    width: 150px;
    text-align: center;
    padding: 15px 0;
    float: left;
    margin-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    cursor: pointer;
    border-radius: 10px;
    position: relative
}

.goods-list .goods .hint {
    background: #fb6a32;
    color: #fff;
    position: absolute;
    top: -12px;
    left: 0;
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 4px
}

.goods-list .goods .title {
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #333;
    margin-top: 5px
}

.goods-list .goods .title .unit {
    font-weight: 400;
    margin-left: 3px
}

.goods-list .goods .price {
    font-size: 32px;
    margin: 10px 0;
    font-weight: 700;
    color: #444e63
}

.goods-list .goods .price .unit {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    top: -2px;
    margin-right: 3px
}

.goods-list .goods .market_price {
    color: #999;
    text-decoration: line-through;
    font-size: 14px
}

.goods-list .goods.active {
    background: #fadfbb
}

.goods-list .goods.active .price {
    color: #522a19
}

.goods-list .goods.active .market_price {
    color: #a88e7d
}

.box-card {
    width: 360px;
    margin: 20px auto 0 auto;
    text-align: center
}

.loader {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 1.2s cubic-bezier(.5, 0, 0.5, 1) infinite;
}

@keyframes spin {
    0% { transform: rotate(deg); }
    100% { transform: rotate(360deg); }
}

.btn-pay.active {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    border-width: 1px;
    border-color: #475569;
}