.vip__code a {
    color: #0a0a0a;
}

.buy-title{
        color: #0a0a0a;
}

.buyvip-container {
    background: #ffffff;
    padding: 16px;
}

.buy-title i.icon {
    color: #0a0a0a !important;
}

.buyvip-container .title {
    color: #0a0a0a;
}

.vip-buy-item {
    padding: 16px;
    position: relative;
    list-style: none;
    margin-bottom: 10px;
}

.vip-name {
    font-size: 26px;
}

.vip-price {
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 26px;
    color: #ef0000 !important;
    font-weight: bold;
}

.vip-buy-item.select {
    background-color: rgba(255, 145, 145, 0.5);
}

.payment .ui.large.button {
    font-size: 1.5rem;
}

.vip-buy-item.select .vip-name {
    font-weight: bold;
}

.vip__code .tip {
    font-size: 14px;
    font-weight: bold;
    color: #111;
    background: #e2b354;
    padding: 12px;
}



.ui.large.button a {
    color: #FFF3EE;
}


.buyvip-container {
    padding: 8px;
}

.buyvip-container .title {
    color: #0a0a0a;
}


input[name='vip_code'] {
    outline-style: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 13px 14px;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    font-family: "Microsoft soft";
    color: #0b0d16;
}

input[name='vip_code']:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}


.vip__code .form-group {
    background: transparent;
}

.vip__code .control-label {
    font-size: 16px;
    margin-bottom: 10px;
}

.login-button {
    font-size: 16px;
}

.vip__code .form-group {
    margin-bottom: 0px;
}

.item-title-row {
    min-height: 32px;
    margin-bottom: 10px;
}


.vip__code .tip {
    margin-bottom: 0px;
}

.activity-item {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #e21725;
    color: #FFF;
    padding: 8px;
}

.original_price {
    text-decoration: line-through;
    font-size: 2rem;
}


.item-subtitle {
    color: #444444;
}

.vip-buy-item {
    padding: 20px;
    position: relative;
    list-style: none;
}

.vip-name {
    font-size: 26px;
    color: #000000;
}

.vip-price {
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 26px;
    color: #ef0000 !important;
}

.vip-buy-item.select {
    background-color: var(--gold);
    display: block;
    height: auto;
}

.vip-buy-item.select:after {
    display: none;
}

.payment .ui.large.button {
    font-size: 1.5rem;
}

.vip-buy-item.select .vip-name {
    font-weight: bold;
}

.vip__code .tip {
    font-size: 16px;
    font-weight: bold;
}


.ui.large.button a {
    color: #FFF3EE;
}

.ui.grid {
    margin-top: 0px;
    margin-bottom: 0px;
}

