.index-banner-box {
    margin-top: -68px;
}

.index-banner {
    position: relative;
    width: 100%;
    min-width: 1366px;
    margin: 0 auto;
    max-width: 1980px;
}

.index-banner-item {
    object-fit: cover;
}

.index-user-box {
    position: absolute;
    right: 0;
    bottom: 14px;
    z-index: 9;
}

.index-user-no {
    width: 360px;
    padding: 154px 0 48px;
    border-radius: 12px;
    background: url('/static/pc/image_index_userno_bg.png') no-repeat center center/cover;
    text-align: center;
}

.index-user-no-qrcode {
    border-radius: 10px;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.10);
}

.index-user-no-text {
    font-size: 14px;
    color: #999;
    line-height: 22px;
    margin-top: 16px;
}

.index-user {
    box-sizing: border-box;
    width: 360px;
    padding: 24px;
    border-radius: 12px;
    background: url('/static/pc/image_index_user_bg.png') no-repeat center center/cover;
    cursor: pointer;
}

.index-user-info {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.index-user-head {
    border-radius: 72px;
    object-fit: cover;
}

.index-user-other {
    flex: 1;
    width: 1px;
    margin-left: 16px;
}

.index-user-name {
    font-size: 16px;
    color: #262626;
    font-weight: bold;
    margin-bottom: 6px;
}

.index-user-id {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 22px;
    color: #999;
}

.index-user-count {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
    text-align: center;
    padding-bottom: 16px;
    margin-bottom: 24px;
    border-bottom: 1px dashed #F2F2F2;
}

.index-user-count-num {
    font-size: 16px;
    color: #262626;
    font-weight: bold;
    margin-bottom: 8px;
}

.index-user-count-name {
    font-size: 14px;
    line-height: 22px;
    color: #999;
}

.index-user-tool {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px;
    margin-bottom: 24px;
}

.index-user-tool-item {
    padding: 16px;
    border-radius: 6px;
    background: #fafafa;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-user-tool-name {
    font-size: 14px;
    line-height: 22px;
    color: #262626;
}

.index-user-tool-tag {
    border-radius: 28px;
    border: 1px solid #fff;
    padding: 4px 8px;
    font-size: 10px;
    font-weight: bold;
}

.index-user-tool-tag-1 {
    background: #fdf4bf;
    color: #A26D0A;
}

.index-user-tool-tag-2 {
    background: rgba(0, 0, 0, 0.05);
    color: #999;
}

.index-user-tool-tag-3 {
    background: #FECBC3;
    color: #A3111B;
}

.index-user-center {
    border-radius: 8px;
    background: #ffb64e;
    box-shadow: 0px 4px 10px 0px rgba(255, 182, 78, 0.20);
    padding: 16px 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.index-vip {
    padding: 36px 0;
}

.index-title {
    position: relative;
    font-size: 28px;
    color: #111;
    font-weight: bold;
    width: max-content;
    margin: 0 auto;
    padding: 10px 12px;
    margin-bottom: 16px;
    z-index: 1;
}

.index-title::before {
    content: '';
    position: absolute;
    width: 64px;
    height: 64px;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.index-vip .index-title::before {
    background: url('/static/pc/icon_index_vip_title.png') no-repeat center center/cover;
}

.index-vip-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
    border-radius: 12px;
}

.index-vip-more {
    display: flex;
    align-items: center;
    width: max-content;
    margin: 16px auto 0;
    padding: 16px 24px;
    border-radius: 48px;
    background: rgba(121, 103, 246, 0.10);
    font-size: 16px;
    color: #7967F6;
    font-weight: bold;
    cursor: pointer;
}

.index-vip-more-arrow {
    width: 6px;
    height: 6px;
    border: 1px solid #7967F6;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg) translate(-1.5px, 1.5px);
    margin-left: 4px;
}

.index-activity {
    min-width: 1366px;
    padding: 36px 0;
    background: linear-gradient(180deg, #FFF2E0 0%, rgba(255, 255, 255, 0.00) 100%);
}

.index-activity .index-title::before {
    background: url('/static/pc/icon_index_activity_title.png') no-repeat center center/cover;
}

.index-activity-content {
    border-radius: 12px;
    background: #fff;
    padding: 16px;
}

.index-activity-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 36px;
}

.index-activity-title-text {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #262626;
    font-weight: bold;
}

.index-activity-title-more {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

.index-activity-title-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;
}

.index-matchmarker {
    min-width: 1366px;
    padding: 36px 0;
    background: linear-gradient(180deg, #FFF1F1 0%, rgba(255, 255, 255, 0.00) 100%);
}

.index-matchmarker .index-title::before {
    background: url('/static/pc/icon_index_matchmarker_title.png') no-repeat center center/cover;
}

.matchmarker-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.matchmarker-item {
    position: relative;
    margin: 8px;
    box-sizing: border-box;
    width: 224px;
    padding: 16px;
    border-radius: 12px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.matchmarker-item:hover .matchmarker-item-hover {
    display: flex;
}

.matchmarker-item-hover {
    position: absolute;
    inset: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.80);
    z-index: 9;
    border-radius: 12px;
}

.matchmarker-head {
    border-radius: 100px;
}

.matchmarker-name {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
    color: #262626;
}

.matchmarker-desc {
    position: relative;
    margin-top: 16px;
    border-radius: 4px;
    background: #FFFAFA;
    padding: 8px;
    font-size: 14px;
    line-height: 22px;
    color: #FF5992;
    height: 44px;
    width: 176px;
    text-align: justify;
}

.matchmarker-desc::before {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    width: 12px;
    height: 12px;
    background: url('/static/pc/icon_vip_des.png') no-repeat center center/cover;
}

.matchmarker-desc::after {
    content: '';
    position: absolute;
    right: -8px;
    bottom: -8px;
    width: 12px;
    height: 12px;
    background: url('/static/pc/icon_vip_des.png') no-repeat center center/cover;
    transform: rotate(180deg);
}

.matchmarker-qrcode {
    margin-top: 16px;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-radius: 46px;
    background: #fafafa;
    font-size: 14px;
    color: #7967F6;
}