* {
    margin: 0;
    padding: 0;
}
[v-cloak] {
    display: none;
}

#content {
    width: 80%;
    margin: 0 auto;
    /*margin-left: 20%;*/
}

#content > div {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.vip {
    width: 90%;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.vip > div {
    width: 150px;
    height: 200px;
    margin-bottom: 50px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    cursor:pointer;
}
.vip_none {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); /* 设置灰色背景及透明度 */
    z-index: 9999; /* 调整z-index值以控制显示层次 */
}
.vip_preferential {
    padding:0 10px 3px;
    color: white;
    background-color: red;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
}
.vip_title {
    width: 100%;
    text-align: center;
    margin-top: 20%;
    font-weight: bold;
    font-size: 24px;
}
.vip_description {
    width: 80%;
    height: 20%;
    margin: 10px 10%;
    text-align: center;
    font-size: 14px;
}
.vip_price {
    width: 100%;
    text-align: center;
    font-size: 26px;
}
.vip_active{
    background-color: bisque;
    border: 1px solid goldenrod;
}
.hover {
    cursor: pointer;
    width: 20%;
}

#pay {
    display: flex;
    justify-content: center;
    width: 100%;
}
.pay-content {
    width: 30%;
    margin-bottom: 300px;
}
.pay-content-description {
    font-size: 18px;
    margin-top: 20px;
}

.pay-type {
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    cursor: pointer;
}
.pay-type > div > img {
    width: 30px;
    margin-right: 30px;
    position: relative;
    top: 5px;
}
.code-pay-img {
    width: 30%;
    height: 300px;
    text-align: center;
}

.pay-img > img {
    width: 50px;
    height: 50px;
}

.pay-img {
    height: 50px;
    width: 50px;
    border-radius: 10px;
    padding: 5px;
    background-color: white;
    position: relative;
    top: -160px;
    margin: 0 auto;
}
.ali-btn {
    background: #1778FF;
    padding: 10px 20px;
    color: white;
    margin-top: 50px;
}

#qr_code {
    width: 200px;
    height: 200px;
    margin: 30px auto;
    padding: 3px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}
.no-login {
    font-size: 26px;
    width: 100%;
    height: 300px;
    margin: 100px auto;
}