[v-cloak] {
    display: none
}
.fade-enter-active, .fade-leave-active {
    transition: all .3s;
}
.fade-enter, .fade-leave-to {
    opacity: 0;
    transform: translateY(-20px);
}
.user-main {
    overflow: auto; /* 或 scroll */
}

/* 隐藏滚动条样式 */
.user-main::-webkit-scrollbar {
    display: none;
}

/* 对于 Firefox */
.user-main {
    scrollbar-width: none;  /* "auto" | "thin" | "none" */
    -ms-overflow-style: none;  /* IE 和 Edge */
}

.user-main {
    display: flex;
    justify-content: center;
    margin-top: 3vh;
    height: 78vh;
    min-height: 525px;
    overflow-x: auto;
    user-select: none;
}
.user-aside {
    width: 17%;
    min-width: 120px;
    max-width: 200px;
    height: 100%;
    background: #fff;
    margin-right: 3vw;
    border-radius: 10px;
    user-select: none;
}
.user-aside > .active {
    background: rgba(255, 98, 98, 0.1);
    border-radius: 10px;
}
.user-body {
    width: 70%;
    min-width: 700px;
    max-width: 1000px;
    height: 100%;
    background: #fff;
    border-radius: 10px;
}
/* 侧边栏 */
.user-aside-container{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 12.5%;
    min-height:35px;
    cursor: pointer;
    transition: all 0.5s;
}
.user-aside-img {
    width: 20px;
    height: 20px;
    margin-right: 1vw;
}
.account{
    background: url("../img/person2_t.png");
    background-size: 100% 100%;
}
.invite{
    background: url("../img/invite_t.png");
    background-size: 100% 100%;
}
.link {
    background: url("../img/custom_t.png");
    background-size: 100% 100%;
}
.cooperation {
    background: url("../img/cooperate_t.png");
    background-size: 100% 100%;
}
.agreement {
    background: url("../img/point_t.png");
    background-size: 100% 100%;
}
.vip {
    background: url("../img/vip_icon_t.png");
    background-size: 100% 100%;
}
.user-aside-content {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 20px;
    color: #3D3D3D;
    line-height: 35px;
}
.second-title {
    font-size: 16px;
    color: #3D3D3D;
    line-height: 26px;
    font-family: Source Han Sans, Source Han Sans;
    cursor: default;
}
/* 用户邀请主体 */
/* region */
.invite-body {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.body-title {
    font-weight: 600;
    height: 50px;
    font-size: 20px;
    color: #3D3D3D;
    line-height:50px;
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
    padding-left: 2vw;
    font-family: Source Han Sans, Source Han Sans;
    cursor: default;
}
.body-main {
    width: calc(100% - 2vw);
    margin-left: 2vw;
    padding-top: 2vh;
    height: calc(100% - 50px);
    flex: 1;
}
.invite-content {
    display: flex;
    height: 35px;
    width: 100%;
    align-items: center;
    margin-top: 15px;
}
.content-link {
    white-space: nowrap;
    height: 100%;
    width: 70%;
    border: 1px solid #8c8c8c;
    line-height: 35px;
    color: #3D3D3D;
    padding-left: 22px;
    border-radius: 10px;
    font-family: Source Han Sans, Source Han Sans;
    overflow: hidden;
}
.copy-btn {
    width: 70px;
    height: 100%;
    border: none;
    border-radius: 10px;
    color: #fff;
    background: #FF9B9B;
    text-align: center;
    line-height: 35px;
    margin-left: 24px;
    transition: all 0.3s;
}
.copy-btn:hover {
    background: #fb5353;
    font-weight: 700;
    transform: scale(1.05);
}
.publicize {
    display: block;
    margin-left: 30px;
    cursor: pointer;
    color: #5678FF;
    transition: all 0.3s;
}
.publicize:hover {
    color: #5678FF;
    font-weight: 700;
}
.distribute {
    margin-top: 22px;
}
.distribute-content {
    display: -webkit-box;
    white-space: normal;
    font-family: Source Han Sans, Source Han Sans;
    padding-right: 70px;
    margin-top: 15px;
    line-height:1.5;
    -webkit-box-orient: vertical; /* 内容垂直排列 */
    -webkit-line-clamp: 2; /* 限制显示两行 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
    max-height: 3em; /* 最大高度为两行的高度（行高 × 行数） */
    cursor: default;
}
.distribute-content span {
    color: #ff7722;
}
.titles {
    width: 100%;
    position: relative;
    margin-top: 20px;
    display: flex;
    gap: 2vw;
    padding-bottom: 9px;
}
.titles .second-title {
    color: #5A5A5A;
    cursor: pointer;
}
.titles .active {
    color: #FF6262;
    font-weight: 700;
}
.titles .line {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: calc(100% - 60px);
    background: #D8D8D8;
}
.titles .move-line {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #FF6262;
    width: 64px;
    transition: all 0.3s;
}
.data-middle {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    margin-top: 9px;
    gap: 10px;
}
.data-mid-parts {
    display: flex;
    height: 100%;
    width:235px;
    gap: 10px;
    overflow: hidden;
}
.data-mid-part {
    width: 90px;
    height: 100%;
    background: linear-gradient( 90deg, #FFA260 0%, #FF6161 100%);
    border-radius: 10px;
    color: #fff;
    padding-left: 10px;
    padding-top: 3px;
    cursor: default;
}
.data-mid-part:nth-child(2){
    width: 160px;
}
.data-mid-part .context {
    font-size: 10px;
    font-family: Source Han Sans, Source Han Sans;
}
.data-mid-part .number {
    height: 30px;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    font-family: Source Han Sans, Source Han Sans;
}
.data-mid-link {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 16px;
    color: #5678FF;
    margin-left: 10px;
    cursor: pointer;
}
.invite-table {
    width: calc(100% - 60px);
    height: 200px;
    overflow-y: auto;
    margin-top: 8px;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    scrollbar-width: none;  /* Firefox */
    -ms-overflow-style: none;  /* IE/Edge */
}
.table-no-data {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color:black;
    font-weight: 700;
    font-family: Source Han Sans, Source Han Sans;
}
.invite-table::-webkit-scrollbar {
    display: none;
}
table tr {
    height: 40px !important;
    line-height: 40px;
    border-bottom: 1px solid #D8D8D8;
}
table thead {
    height: 40px !important;
    line-height: 40px;
    border-bottom: 1px solid #D8D8D8;
}
thead {
    background: #F6F6F6;
}
tr td {
    cursor: default;
}
tr td:first-child {
    width: 135px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 350;
    font-size: 16px;
    color: #000000;
    padding-left: 10px;
}
tr td:nth-child(2) {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 350;
    font-size: 16px;
    color: #9C9C9C;
}
/* 弹窗样式 */
.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.user-pop {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 340px;
    height: 340px;
    z-index:2;
    background: #fff;
    border-radius: 10px;
}
.cancel {
    margin-top: 10px;
    margin-left: auto;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: url("../img/cancel2_t.png") no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}
.pop-title {
    width: 100%;
    text-align: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 18px;
    color: #3D3D3D;
    line-height: 26px;
    margin-top: 9px;
}
.pop-qr {
    width: 220px;
    height: 220px;
    margin: 12px auto 0;
    background: #A1A1A1;
}
.remark {
    width: 100%;
    text-align: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 12px;
    color: #3D3D3D;
    line-height: 17px;
    margin-top: 10px;
}
/* endregion */

/* 账号设置主体 */
/* region */
.setting-body {
    width: 100%;
    height: 100%;
}
.setting-main {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 100%;
    height: 100%;
    gap: 10px;
}
.setting-avatar {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background-size: 100% 100%;
    margin: 0 auto;
    cursor: pointer;
}
.setting-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    z-index:1;
}
.avatar-input {
    width: 0;
    height: 0;
}
.setting-id,
.setting-wx,
.setting-tel {
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}
.setting-icon {
    width: 30px;
    height: 30px;
}
.setting-icon-text {
    margin-left: 10px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #8C8C8C;
}
.setting-tel-right{
    display: flex;
    width: calc(100% - 25px);
    height: 100%;
    flex-direction: row;
    align-items: center;
}
.setting-tel-box {
    width: 60%;
    height: 35px;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #8C8C8C;
    margin-left: 15px;
}
.setting-tel-none{
    margin-left: 20px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 20px;
    color: #FF0000;
}
/* endregion */

/* 商务合作主体 */
/* region */
.cooperation-body {
    width: 100%;
    height: 100%;
}
.cooperation-main {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}
.cooperation-code {
    width: 300px;
    height:  50px;
    margin-top: 20px;
    background: url("../img/user_cooperate_t.png") no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}
.cooperation-text{
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 13px;
    color: #3D3D3D;
    margin-top: 10px;
}
.cooperation-email {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 13px;
    color: #3D3D3D;
    margin-top: 10px;
}
/* endregion */

/* 联系客服主体 */
.customer-main {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}
.customer-code {
    width: 300px;
    height:  50px;
    margin-top: 20px;
    background: url("../img/contact_t.png") no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}
.customer-text {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 13px;
    color: #3D3D3D;
    margin-top: 10px;
}
/*用户协议*/
/*region*/
.agreement-text ::-webkit-scrollbar{
    display: none;
}
.agreement-text {
    scrollbar-width: none;  /* "auto" | "thin" | "none" */
    -ms-overflow-style: none;  /* IE 和 Edge */
}

.agreement-body {
    width: 100%;
    height: 100%;
}
.agreement-text {
    width: 100%;
    height: calc(100% - 2vh);
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 16px;
    color: #3D3D3D;
    overflow-y: auto;
    white-space: normal;
    padding-bottom: 2vh;
    padding-right: 1vw;
}
/*endregion*/
.user-bottom {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 130px;
    margin-top: 50px;
    background: #fff;
    padding-top: 10px;
}
.bottom-left {
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
}
.bottom-left-item {
    width: 33%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 350;
    font-size: 14px;
    color: #999999;
}
.bottom-mid {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-left: 40px;
    gap: 20px;
}
.bottom-mid-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bottom-mid-code {
    width: 80px;
    height: 80px;
    .img{
        width: 80px;
        height: 80px;
    }
}
.bottom-mid-text {
    margin-top: 5px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 350;
    font-size: 10px;
    color: #3D3D3D;
}
.bottom-right {
    margin-left:auto;
    margin-right: 25px;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    gap: 5px;
}
.bottom-logo {
    width: 120px;
    height: 51px;
    .imglogo{
        width: 120px;
        height: 51px;
    }
}
.bottom-right-text {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 10px;
    color: #999999;
}
/* 移动端样式 */
@media screen and (max-width: 768px){
    .user-aside-img {
        width: 15px;
        height: 15px;
    }
    .user-aside-content {
        font-size: 15px;
    }
    .body-title {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }
    .avatar {
        width: 50px !important;
        height: 50px !important;
    }
    .profile-avatar-container:hover .profile-avatar-text {
        display: none !important;
    }
    .setting-avatar {
        height: 50px;
    }
    .setting-id,
    .setting-wx,
    .setting-tel {
        height: 30px;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .setting-icon {
        width: 16px;
        height: 16px;
    }
    .setting-icon-text {
        font-size: 15px;
    }
    .setting-tel-right{
        width: auto;
    }
    .setting-tel-box {
        width: 125px;
        height: 20px;
        margin-left: 8px;
    }
    .setting-tel-none{
        font-size: 15px;
        margin-left: 10px;
    }
    .second-title {
        font-size: 14px;
    }
    .invite-content {
        height: 20px;
    }
    .content-link {
        width: 200px;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 18px;
        padding-left: 8px;
        font-size: 12px;
    }
    .copy-btn {
        width: 50px;
        line-height: 18px;
        margin-left: 10px;
        font-size: 12px;
    }
    .publicize {
        margin-left: 10px;
        font-size: 13px;
    }
    .distribute-content {
        display: block;
        height: auto;
        padding-right: 10px;
        overflow: auto;
        max-height:none;
    }
    .titles .second-title{
        margin-left: 10px;
        margin-right: 10px;
    }
    .data-middle{
        height: 40px;
    }
    .data-mid-part .context {
        font-size: 9px;
    }
    .data-mid-part .number {
        height: 20px;
        line-height: 20px;
        font-size:17px;
    }
    .data-mid-part {
        width: 80px;
    }
    .data-mid-part:nth-child(2) {
        width: 115px;
    }
    .titles .line {
        width: 100%;
    }
    .invite-table {
        width: calc(100% - 10px);
    }
    tr td:first-child{
        width: 125px;
        font-size: 14px;
    }
    tr td:nth-child(2){
        font-size: 14px;
    }
    .agreement-text {
        font-size: 13px;
    }
}
.mobile-user-main {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: auto;
    margin: 0;
}
.mobile-user-aside {
    width: 90vw;
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    flex-wrap: wrap;
    max-width: none;
    margin-right: 0;
    margin-bottom: 10px;
}
.mobile-user-aside-container {
    width: 33%;
    height: 50px;
    min-height:0 ;
}
.mobile-user-body {
    width: 90vw;
    min-width: 0;
    max-width: none;
    height: auto;
    padding-bottom: 10px;
}
/* VIP 模块*/
.vip-container {
    width: 100%;
    height: 100%;
    user-select: none;
    overflow-y: auto;
    -ms-overflow-style: none;  /* IE 和 Edge */
    scrollbar-width: none;  /* Firefox */
}
.vip-container::-webkit-scrollbar{
    display: none;
}
.vip-body-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 2vw;
}
.vip-time {
    font-family: Source Han Sans, Source Han Sans;
    font-size: 16px;
    color:#ff8e8e;
}
.vip-header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
}
.vip-logo {
    width: 30px;
    height: 30px;
    background: url("../../assets/img/vip_icon_t.png");
    background-size: 100% 100%;
    margin-right: 10px;
}
.vip-title {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 24px;
    color: #3D3D3D;
}
.vip-body {
    display: flex;
    justify-content: center;
    align-items: start;
    width: 100%;
    padding-top: 10px;
}
.vip-body-box {
    width: 200px;
    height: 310px;
    gap: 10px;
}
.vip-body-box1 {
    width: 300px;
    height: 310px;
    background: #f4f4f4;
}
.box2 {
    background:#FFEDD6;
    margin-left: 15px;
}
.body-box-title {
    width: 100%;
    height:55px;
    line-height: 55px;
    text-align: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 18px;
    color: #3D3D3D;
}
.body-box-content {
    width: 100%;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #6F6F6F;
}
.body-box-title1 {
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 18px;
    color: #3D3D3D;
    border-top: 2px solid #9e9e9e;
}
.body-box-content1 {
    width: 100%;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #6F6F6F;
}
.body-box-content1 img {
    width: 20px;
    height: 20px;
    margin: auto;
}
.box2-title {
    border-top: 2px solid #FF8F3E;
}
.vip-buy {
    position: relative;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 135px;
    gap: 80px;
    padding: 0 90px;
}
.vip-buy-forever {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 350px;
    height: 100%;
    background:#FFD6B5;
    border-radius: 10px;
}
.vip-buy-month {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 350px;
    height: 100%;
    background:#D9D9D9 ;
    border-radius: 10px;
}
.buy-title {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 14px;
    color: #3D3D3D;
    margin-top: 5px;
}
.buy-money {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 28px;
    color: #3D3D3D;
}
.buy-money span:first-child {
    font-size: 16px;
    font-weight: 400;
}
.buy-money span:nth-child(2){
    font-size: 12px;
    font-weight: 500;
    text-decoration-line: line-through;
}
.buy-content {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 12px;
    color: #6F6F6F;
}
.buy-button {
    font-family: Source Han Sans, Source Han Sans;
    height: 30px;
    width: 150px;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    background:#994A00;
    margin-top: 5px;
    transition: all 0.3s;
}
.buy-button:hover {
    background:#FF8F3E;
}
.buy-button2 {
    font-family: Source Han Sans, Source Han Sans;
    height: 30px;
    width: 150px;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    background:#767676;
    margin-top: 5px;
    transition: all 0.3s;
}
.buy-button2:hover {
    background:#9e9e9e;
}
.discount {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 15px;
    color: #999999;
    text-decoration-line: underline;
    cursor: pointer;
}
.pop-discount {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 135px;
    background: #fff;
    z-index:2;
    border-radius: 10px;
}
.vip-pop-cancel {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url("../../assets/img/cancel2_t.png") no-repeat center;
    background-size: 100% 100%;
}
.vip-pop-title {
    font-family: Source Han Sans, Source Han Sans;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #3D3D3D;
    margin-top: 20px;
}
.vip-pop-input {
    width: 240px;
    height: 24px;
    border-radius: 20px;
    border: 1px solid #6f6f6f;
    margin: 15px auto 0;
}
.vip-pop-input input {
    font-family: Source Han Sans, Source Han Sans;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.vip-pop-button {
    margin:15px auto 0;
    width: 80px;
    height: 24px;
    border-radius: 20px;
    background: #FF6262;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    transition: all 0.3s;
}
.vip-pop-button:hover {
    background: #f61a1a;
}
.vip-pic {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.vip-pic img {
    width: 100%;
}
.vip-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    width: 100%;
    height: 60px;
    background: #fff;
}
.has-vip-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    user-select: none;
}
.has-vip-text {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 20px;
    color: #3D3D3D;
}
.has-vip-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.has-vip-btn {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    background: #FF7070;
    border-radius: 20px;
    transition: all 0.3s;
}
.has-vip-btn:hover {
    background: #f61a1a;
}
@media screen and (max-width: 768px) {
    .user-vip-body {
        margin-bottom: 60px;
    }
    .discount {
        position: relative;
        left: unset;
        bottom: unset;
        transform: none;
        font-size: 12px;
    }
    .buy-button {
        height: 30px;
        width: auto;
        font-size: 12px;
        padding: 0 10px;
        margin-top: 0;
        background: #ff7070;
    }
    .buy-button2 {
        height: 30px;
        width: auto;
        font-size: 12px;
        padding: 0 10px;
        margin-top: 0;
        margin-left: 5vw;
        background: #d9d9d9;
        color: #909090;
    }
    .has-vip-buttons {
        flex-direction: column;
        gap: 10px;
    }
    .vip-time {
        font-size: 12px;
    }
}