.page-vip {
    padding:1em;
    font-family: "Microsoft YaHei", "微软雅黑", Helvetica, Tahoma, STXihei, "华文细黑", STHeiti, "Helvetica Neue", Helvetica, Tahoma, "Droid Sans", "wenquanyi micro hei", FreeSans, Arimo, Arial, SimSun, "宋体", Heiti, "黑体", sans-serif;
}

.vip-list {
    z-index: 999;
    overflow-x:auto;
    height: 360px;
}

/* VIP会员卡片 */
.vip-card {
    z-index: 999;
    width: 180px;
    height: 280px;
    background-image: linear-gradient(163deg, #43CBFF 0%, #9708CC 100%);
    border-radius: 20px;
    transition: all .3s;
    box-shadow: 0px 0px 10px 1px rgba(133, 133, 133, 0.3);
    margin-right: 20px;
}
.vip-card .title {
    font-size: 20px;
    font-weight: 700;
    margin-top:20px;
}

.vip-card .price {
    font-size: 32px;
    font-weight: 900;
    color: #d7471b;
    margin-top: 10px;
}

.vip-card .description {
    font-size: 14px;
    font-weight: 100;
    color: #333;
}

.vip-memo {
    margin-top: 30px;
}

.card2 {
    width: 180px;
    height: 280px;
    background-color: #fdfdfd;
    border-radius: 10px;
    transition: all .2s;
}

.card2:hover {
    transform: scale(0.98);
    border-radius: 20px;
}

.vip-card:hover {
    cursor: pointer;
    box-shadow: 0px 0px 30px 1px rgb(67, 203, 255,0.3);
}

.vip-button {
    margin-top: 30px;
    padding: 1.3em 4em;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}

.vip-button:hover {
    background-color: #43CBFF;
    box-shadow: 0px 15px 20px rgba(46, 180, 229, 0.4);
    color: #fff;
    transform: translateY(-7px);
}

.vip-button:active {
    transform: translateY(-1px);
}

.vip-page-block {
    z-index: 999;
}
.tab-block {
    height: 40px;
    margin-top: 1em;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.tab-item {
    z-index: 9999;
    cursor: pointer;
    font-size: 18px;
    color: #b5b5b5;
}

.vip-content {


}

.tab-item-active {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    padding-bottom: 5px;
    border-bottom: 5px solid #43CBFF;
    transition: all .3s;
}
.buy-card-key:hover {
    color: #5B42F3;
    transition: all .3s;
}

.form-input {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 50px;
    border-radius: 15px;
    background: #FFF;
}

.form-input:hover {
    border:1px solid #5B42F3;
    transition: all .3s;
}

.operate-text {
    color: #b5b5b5;
    font-size: 14px;
    margin-left: 10px;
}

.operate-text:hover {
    cursor: pointer;
    color: #5B42F3;
    transition: all .3s;
}

.no-border {
    border: none;
    height: 40px;
    width: 380px;
}
.no-border:focus {
    outline: none;
}