.vip-detail-bg {
    position: absolute;
    margin-top: -68px;
    width: 100%;
    height: 516px;
    background: url('/static/pc/image_other_topbg.png') no-repeat center center / 1980px 516px;
}
.vip-detail {
    position: relative;
    z-index: 1;
    padding: 16px 0;
}
.vip-base {
    display: flex;
}
.vip-base-head {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.vip-base-head-lock {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
    backdrop-filter: blur(4px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.vip-base-head-lock-text {
    margin-top: 8px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}
.vip-base-head-lock-btn {
    width: 96px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    background: #7d66ff;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    margin-top: 8px;
    cursor: pointer;
}
.vip-detail-lock {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 96px;
    border-radius: 8px;
    background: #fafafa;
    font-size: 14px;
}
.vip-detail-lock-tip {
    color: #262626;
    font-weight: bold;
    margin-left: 8px;
}
.vip-detail-lock-btn {
    color: #7d66ff;
    margin-left: 8px;
    cursor: pointer;
}
.vip-base-info {
    flex: 1;
    width: 1px;
    margin: 0 16px;
}
.vip-base-identity {
    padding-bottom: 16px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.vip-base-name {
    font-size: 24px;
    line-height: 32px;
    color: #262626;
    font-weight: bold;
    margin-right: 4px;
}
.vip-base-id {
    margin-left: 8px;
    font-size: 14px;
    color: #999;
}
.vip-base-introduce {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 22px;
    color: #262626;
    margin-bottom: 8px;
}
.vip-base-introduce-item {
    margin-right: 16px;
    margin-top: 8px;
}
.vip-base-tags {
    margin-top: 8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
.vip-base-tag {
    padding: 0 8px;
    border-radius: 28px;
    background: #F5F5F5;
    margin: 8px 8px 0 0;
    font-size: 14px;
    line-height: 28px;
    color: #666;
}
.vip-base-pics {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
}
.vip-base-pic {
    object-fit: cover;
    margin-right: 8px;
    margin-top: 8px;
    border-radius: 8px;
}
.vip-base-pic-select {
    box-sizing: border-box;
    border: 2px solid #7967F6;
}
.vip-base-know {
    width: 142px;
    padding: 12px;
    border-radius: 8px;
    background: #fafafa;
    text-align: center;
}
.vip-base-know-qrcode-tip {
    margin-top: 8px;
    font-size: 14px;
    color: #999;
    margin-bottom: 16px;
}
.vip-base-know-btn {
    margin-top: 8px;
    box-sizing: border-box;
    border-radius: 8px;
    background: linear-gradient(237deg, #FFDF00 -44.86%, #FF4692 47.81%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.vip-base-know-btn-2 {
    border: 1px solid #ff2993;
    color: #ff4692;
    background: #fff;
}
.vip-content-box {
    display: flex;
    align-items: flex-start;
    margin-top: 16px;
}
.vip-content-left {
    flex: 1;
    width: 1px;
}
.vip-content {
    border-radius: 12px;
    background: #fff;
    padding: 16px;
}
.vip-content:not(:last-of-type) {
    margin-bottom: 16px;
}
.vip-content-labels {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 16px;
}
.vip-content-label {
    display: flex;
    font-size: 14px;
    line-height: 22px;
}
.vip-content-label-name {
    color: #666;
    width: 78px;
}
.vip-content-label-value {
    flex: 1;
    width: 1px;
    color: #262626;
}
.vip-content-tags {
    margin-top: 8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.vip-content-tag {
    padding: 0 8px;
    border-radius: 28px;
    background: rgba(125, 102, 255, 0.1);
    margin: 8px 8px 0 0;
    font-size: 14px;
    line-height: 28px;
    color: #7d66ff;
}
.vip-content-introduce {
    position: relative;
    margin-top: 16px;
    padding: 24px;
    border-radius: 8px;
    background: #fafafa;
    font-size: 16px;
    line-height: 28px;
    color: #262626;
    text-align: justify;
}
.vip-content-introduce::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    background: url('/static/pc/icon_vip_des.png') no-repeat center center/cover;
    filter: grayscale(1);
    opacity: 0.3;
}
.vip-content-introduce::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    background: url('/static/pc/icon_vip_des.png') no-repeat center center/cover;
    transform: rotate(180deg);
    filter: grayscale(1);
    opacity: 0.3;
}
.vip-detail-more {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    border-radius: 4px;
    background: #fafafa;
    font-size: 14px;
    color: #666;
    font-weight: 400;
}
.vip-detail-more-arrow {
    width: 6px;
    height: 6px;
    border: 1px solid #666;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg) translate(-1.5px, 1.5px);
    margin-left: 4px;
}
.vip-content-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 12px;
    margin-top: 16px;
}
.vip-content-right {
    width: 312px;
    margin-left: 16px;
}
.vip-matchmaker-evaluate {
    position: relative;
    padding: 24px;
    border-radius: 12px;
    background: #ffe9f1;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 16px;
}
.vip-matchmaker-evaluate::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 12px;
    width: 12px;
    height: 12px;
    background: url('/static/pc/icon_vip_des.png') no-repeat center center/cover;
}
.vip-matchmaker-evaluate::after {
    content: '';
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 12px;
    height: 12px;
    background: url('/static/pc/icon_vip_des.png') no-repeat center center/cover;
    transform: rotate(180deg);
}
.vip-matchmaker-evaluate-content {
    color: #262626;
    text-align: justify;
}
.vip-matchmaker-evaluate-from {
    text-align: right;
    color: #ff4692;
}
.vip-content-auth {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
}
.vip-content-auth-icon {
    position: relative;
}
.vip-content-auth-success::before {
    content: '已认证';
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 10px 10px 10px 2px;
    border: 1px solid #fff;
    background: #ff0023;
    padding: 4px 6px;
    font-size: 10px;
    line-height: 12px;
    color: #fff;
}
.vip-content-auth-empty::before {
    content: '未认证';
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 10px 10px 10px 2px;
    border: 1px solid #fff;
    background: #f0f0f0;
    padding: 4px 6px;
    font-size: 10px;
    line-height: 12px;
    color: #999;
}
.vip-content-auth-name {
    margin-top: 4px;
    font-size: 12px;
    line-height: 20px;
    color: #666;
    text-align: center;
}
.vip-content-wx {
    margin-top: 16px;
    display: flex;
    align-items: center;
    padding: 14px 12px;
    border-radius: 12px;
    background: #fafafa;
    font-size: 16px;
    line-height: 24px;
}
.vip-content-wx-text {
    flex: 1;
    width: 1px;
    padding: 0 12px;
    text-align: center;
    color: #262626;
    font-weight: bold;
}
.vip-content-wx-copy {
    color: #0025ad;
    cursor: pointer;
}
.vip-content-report {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.vip-content-report-item {
    font-size: 16px;
    line-height: 24px;
    color: #999;
    text-align: center;
    flex: 1;
    width: 1px;
    cursor: pointer;
}
.vip-content-recommend {
    font-size: 16px;
    line-height: 24px;
    color: #7d66ff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
.vip-content-wx-lock-tip {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    margin-top: 16px;
}