body {
    background: #f8f8f8;
}

::-webkit-scrollbar {
    width: 8px;
    height: 12px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    display: block;
    min-height: 12px;
    min-width: 8px;
    border-radius: 6px;
    background-color: rgb(217, 217, 217);
}

::-webkit-scrollbar-thumb:hover {
    display: block;
    min-height: 12px;
    min-width: 8px;
    border-radius: 6px;
    background-color: rgb(159, 159, 159);
}

.border-4 {
    border-radius: 4px !important;
    overflow: hidden;
}

.gl-full-btn {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 9;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.gl-title {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    color: #262626;
    font-weight: bold;
}
.gl-title::before {
    content: '';
    width: 4px;
    height: 16px;
    border-radius: 2px;
    background: #7D66FF;
    margin-right: 8px;
}
.gl-title-des {
    margin-left: 8px;
    font-size: 14px;
    line-height: 22px;
    color: #999;
    font-weight: 400;
}

/* el s */
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
    color: #7967F6 !important;
}

.el-button:focus,
.el-button:hover {
    color: #7967F6 !important;
    border-color: rgba(121, 103, 246, 0.10) !important;
    background-color: rgba(121, 103, 246, 0.10) !important;
}

/* el e */
/* 对话框设置居中 */
.el-dialog__wrapper .dymeet-dialog {
    border-radius: 12px;
    background: radial-gradient(105.13% 109.46% at 49.87% -9.46%, #FFE4DF 15.56%, #FEFFF4 60.53%, #FFF 100%) no-repeat top center/100% 280px, #fff;
}

.dymeet-dialog .el-dialog__header,
.dymeet-dialog .el-dialog__body {
    padding: 0;
}

.el-dialog__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.el-dialog__wrapper .el-dialog {
    margin-bottom: 0;
}

/* 对话框全屏上边距为0 */
.el-dialog.is-fullscreen {
    margin-top: 0 !important;
    width: 100% !important;
}

/* 顶部导航 start */
.nav-header-seat {
    height: 64px;
}

.nav-header {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    padding-left: calc(100vw - 100%);
    z-index: 999;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(40px);
}

.nav-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-header-left {
    flex: 1;
    display: flex;
    align-items: center;
}

.nav-header-store {
    display: flex;
    align-items: center;
    padding: 0 24px;
    margin-right: 24px;
    cursor: pointer;
}

.nav-header-store-text {
    max-width: 160px;
    font-size: 18px;
    line-height: 26px;
    color: #262626;
    font-weight: bold;
}

.nav-header-tab {
    flex: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 64px;
}

.nav-header-tab-item {
    font-size: 18px;
    color: #999;
    font-weight: bold;
    line-height: 26px;
}

.nav-header-tab-item-active {
    position: relative;
    color: #7967F6;
}

.nav-header-tab-item-active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    margin: 0 auto;
    width: 28px;
    height: 16px;
    background: url('/static/pc/icon_tab_active.png') no-repeat center center/cover;
}

.nav-header-right {
    display: flex;
    align-items: center;
}

.nav-header-notice {
    display: flex;
    align-items: center;
    padding: 12px;
    border-radius: 40px;
    margin-right: 24px;
    background: url('/static/pc/icon_nav_notice_bg.png') no-repeat top right/32px 32px, linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    ;
}

.nav-header-notice-list {
    margin-left: 12px;
    width: 180px;
    font-size: 14px;
    line-height: 14px;
    color: #7967F6;
}

.nav-header-user-no {
    border-radius: 4px;
    background: #7967F6;
    padding: 9px 16px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.nav-header-user {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.nav-header-user:hover .nav-header-user-tools {
    display: block;
}
.nav-header-user-tools {
    display: none;
    position: absolute;
    right: 0;
    top: 36px;
    border-radius: 8px;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.10);
    background: #fff;
    min-width: 130px;
}
.nav-header-user-tool {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    font-size: 14px;
    color: #262626;
}
.nav-header-user-tool:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.nav-header-user-tool-name {
    margin-left: 12px;
}

.nav-header-user-head {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    margin-right: 8px;
}

.store-dialog {
    padding: 32px 24px;
}

.store-dialog-title {
    font-size: 20px;
    color: #111;
    font-weight: bold;
    margin-bottom: 24px;
}

.store-dialog-list {
    max-height: 205px;
    overflow-y: auto;
}

.store-dialog-list::-webkit-scrollbar {
    width: 0;
    visibility: hidden;
    opacity: 0;
}

.store-dialog-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #fff;
    cursor: pointer;
}

.store-dialog-item:not(:last-of-type) {
    margin-bottom: 12px;
}

.store-dialog-item-active {
    font-size: 12px;
    color: #999;
}

.qrcode-dialog {
    text-align: center;
    padding: 32px 0;
}

.qrcode-dialog-title {
    font-size: 20px;
    color: #111;
    font-weight: bold;
}

.qrcode-dialog-code {
    width: 200px;
    height: 200px;
    margin: 24px 0;
}

.qrcode-dialog-tip {
    font-size: 14px;
    color: #262626;
    line-height: 22px;
}

.qrcode-dialog-tip .strees {
    color: #7967F6;
}

/* 顶部导航 end */

/* 侧边导航 start*/
.side-navigation {
    z-index: 99;
    position: fixed;
    top: 50%;
    right: 44px;
    padding: 20px 19px;
    padding-bottom: 10px;
    background: #FFFFFF;
    border-radius: 10px;
}

.side-navigation-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}

.side-navigation-item:hover .side-navigation-item-pop {
    display: block;
}

.side-navigation-img {
    width: 30px;
    height: 30px;
}

.side-navigation-name {
    margin-top: 5px;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
}

.side-navigation-item-pop {
    display: none;
    position: absolute;
    top: 0;
    right: 88px;
    padding: 20px;
    width: 146px;
    height: 146px;
    background: #FFFFFF;
    border-radius: 8px;
}

.side-navigation-item-pop-img {
    width: 146px;
    height: 146px;
    background: #ccc;
}

/* 侧边导航 end*/

/* 列表分页样式 start */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
}

.pagination .pagination-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 32px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    color: #111;
}

.pagination .pagination-item:hover {
    background: #1E6FFF;
    color: #ffffff;
}

.pagination .pagination-item:hover::before,
.pagination .pagination-item:hover::after {
    border: 1px solid #fff;
}

.pagination .pagination-item-left::before,
.pagination .pagination-item-right::after {
    content: '';
    margin-left: 4px;
    margin-right: 4px;
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid #111;
    border-bottom-color: transparent !important;
    border-right-color: transparent !important;
    transform: rotate(-45deg);
}

.pagination .pagination-item-right::after {
    transform: rotate(135deg);
}

/* 列表分页样式 end */
/* 会员卡片 s */
.index-vip-item {
    min-width: 0;
    border-radius: 8px;
    background: #fafafa;
    overflow: hidden;
    cursor: pointer;
}

.index-vip-item:hover {
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.10);
}

.index-vip-pic {
    position: relative;
    height: 224px;
}

.index-vip-item:hover .index-vip-hover {
    display: flex;
}

.index-vip-hover {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
    padding: 16px;
    display: none;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.index-vip-hover-info {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}

.index-vip-hover-info-line {
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 8px;
}

.index-vip-hover-info-line+.index-vip-hover-info-line {
    display: none;
}

.index-vip-hover-des-box {
    position: relative;
    padding: 8px;
    margin-top: 16px;
    border-radius: 4px;
    background: #fffafa;
}

.index-vip-hover-des {
    font-size: 14px;
    line-height: 22px;
    color: #ff5992;
}

.index-vip-hover-des::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;
}

.index-vip-hover-des::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);
}

.index-vip-hover-btn {
    margin-top: 16px;
    padding: 12px 16px;
    border-radius: 46px;
    background: #7967F6;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.index-vip-info {
    padding: 16px;
    background: #fff;
}

.index-vip-base {
    display: flex;
    align-items: center;
}

.index-vip-name {
    margin-right: 4px;
    font-size: 16px;
    color: #262626;
    font-weight: bold;
}

.index-vip-sex {
    margin-right: 4px;
}

.index-vip-other {
    margin-top: 16px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    white-space: nowrap;
}

.index-vip-other-line {
    width: 1px;
    height: 12px;
    background: rgba(0, 0, 0, 0.1);
    margin: 0 8px;
}

.index-vip-other-line+.index-vip-other-line {
    display: none;
}

/* 会员卡片 e */
/* 活动卡片 s */
.index-activity-item {
    display: flex;
    padding-bottom: 24px;
    padding-top: 24px;
    border-top: 0.5px solid rgba(0, 0, 0, 0.05);
}

a:first-of-type .index-activity-item {
    border-top: none;
    padding-top: 0;
}

.index-activity-cover-box {
    position: relative;
}

.index-activity-cover-mask {
    position: absolute;
    top: 0;left: 0;bottom: 0;right: 12px;border-radius: 8px;
    display: flex;align-items: center;justify-content: center;
    background: #000000B2;
}

.index-activity-cover-end {
    position: absolute;
    top: 4px;
    left: -5px;
    border-radius: 2px 2px 2px 0;
    background: #999;
    padding: 3px 6px;
    font-size: 8px;
    color: #fff;
    line-height: 10px;
    font-weight: bold;
}

.index-activity-cover-end::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 2px;
    width: 0;
    height: 0;
    border: 3.5px solid transparent;
    border-bottom-color: #666;
    transform: rotate(45deg);
}

.index-activity-cover {
    border-radius: 8px;
    margin-right: 12px;
}

.index-activity-item-info {
    flex: 1;
    width: 1px;
    margin-right: 12px;
}

.index-activity-item-title {
    font-size: 16px;
    line-height: 24px;
    color: #262626;
    font-weight: bold;
    margin-bottom: 8px;
}

.index-activity-item-label {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.index-activity-item-name {
    margin: 0 8px;
    font-size: 14px;
    line-height: 22px;
    color: #999;
}

.index-activity-item-value {
    font-size: 14px;
    line-height: 22px;
    color: #666;
}

.index-activity-item-sign {
    border-radius: 4px;
    background: #fafafa;
    padding: 8px;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 20px;
    color: #999;
}

.index-activity-item-sign-user {
    display: flex;
    align-items: center;
    margin-right: 4px;
}

.index-activity-item-sign-user-item {
    border: 1px solid #fff;
    border-radius: 16px;
}

.index-activity-item-sign-user-item:not(:first-of-type) {
    margin-left: -4px;
}

.index-activity-item-qrcode {
    text-align: center;
}

.index-activity-item-qrcode-text {
    margin-top: 8px;
    font-size: 12px;
    line-height: 20px;
    color: #999;
}

/* 活动卡片 e */
/* 右侧菜单 s */
.right-menu {
    position: fixed;
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto 0;
    width: 44px;
    height: max-content;
    z-index: 99;
}

.right-menu-phone {
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
}

.right-menu-phone:hover .right-menu-phone-qrcode {
    display: block;
}

.right-menu-phone-qrcode {
    position: absolute;
    top: 50%;
    left: -198px;
    transform: translateY(-50%);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.10);
    padding: 24px;
    display: none;
}

.right-menu-phone-qrcode::before {
    content: '';
    position: absolute;
    right: -4px;
    top: 50%;
    padding: 8px;
    background: inherit;
    transform: rotate(45deg);
}

.right-menu-phone-qrcode-text {
    text-align: center;
    font-size: 14px;
    color: #262626;
    font-weight: bold;
    margin-bottom: 8px;
}

.right-menu-phone-qrcode-img {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.right-menu-matchmaker {
    cursor: pointer;
    margin-bottom: 12px;
}

.right-menu-top {
    cursor: pointer;
}

.matchmaker-dialog {
    text-align: center;
    padding-bottom: 40px;
}

.matchmaker-dialog-title {
    padding: 12px 0;
    font-size: 16px;
    color: #262626;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 16px;
}

.matchmaker-dialog-head {
    border: 1.5px solid #ff5992;
    border-radius: 52px;
    margin-bottom: 12px;
}

.matchmaker-dialog-name {
    font-size: 14px;
    color: #ff5992;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 4px;
}

.matchmaker-dialog-wx,
.matchmaker-dialog-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 20px;
    color: #666;
    margin-bottom: 4px;
}

.matchmaker-dialog-phone {
    margin-bottom: 24px;
}

.el-icon-document-copy {
    margin-left: 4px;
    cursor: pointer;
}

.matchmaker-dialog-qrcode {
    margin-bottom: 8px;
}

.matchmaker-dialog-tip {
    font-size: 14px;
    line-height: 22px;
    color: #262626;
}

/* 右侧菜单 e */
/* 分页器 s */
.fixed-pagination {
    /*position: fixed;*/
    /*left: 0;*/
    /*bottom: 0;*/
    padding: 12px;
    /*width: 100%;*/
    display: flex;
    justify-content: center;
}

.fixed-pagination .el-pager li {
    font-size: 14px;
}

.fixed-pagination .el-pager li.active {
    color: #7967F6;
    border: 1px solid #7967F6;
    border-radius: 4px;
}

/* 分页器 e */
/* 底部 s */
.index-bottom {
    min-width: 1366px;
    padding: 12px 0 24px;
    background: #fff;
}

.index-copyright {
    padding: 16px 0;
    font-size: 12px;
    color: #999;
    text-align: center;
}

.index-copyright-item{
    padding: 0 10px 0 10px;
}

.footer-top-second-item {
    margin-right: 12px;
    height: 20px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #667586;
    line-height: 20px;
}

.footer-top-second-item:hover{
    color: blue;
}

.for-record-icon {
    margin-right: 4px;
    width: 16px;
    height: 16px;
    vertical-align: text-top;
}

.index-bottom-friend {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.01);
}

.index-bottom-friend:empty {
    display: none;
}

.index-bottom-friend-item {
    font-size: 14px;
    color: #999;
    line-height: 22px;
}

.index-bottom-friend-item:not(:last-of-type) {
    margin-right: 24px;
}

.index-bottom-system {
    padding-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.index-bottom-system-item {
    font-size: 14px;
    color: #262626;
    line-height: 22px;
    font-weight: bold;
}

.index-bottom-system-item-line {
    width: 1px;
    height: 12px;
    background: rgba(0, 0, 0, 0.1);
    margin: 0 24px;
}

/* 底部 e */
.empty-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.empty-text {
    font-size: 12px;
    color: #999;
    line-height: 20px;
    margin-top: 8px;
}