[v-cloak] {
    display: none !important;
}

.pubilc-bg {
    background-color: #eaeef6;
}

body {
    font-family: 'PingFang SC', 'Microsoft YaHei', Arial, sans-serif;
    background: #f7fbff;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.text-truncate-row1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}

.webuploader-element-invisible {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}

.upload-panel-rb {
    position: relative;
}

    .upload-panel-rb .btn-upload-1 {
        position: absolute;
        bottom: 5px;
        right: 5px;
        z-index: 1;
    }

        .upload-panel-rb .btn-upload-1 img.icon {
            display: block;
            width: 30px;
        }

.invalid-feedback {
    display: block;
    color: #f00;
    position: absolute;
    left: 0;
    top: 100%;
    font-size: 14px;
}

.main {
    width: 100%;
    height: auto;
    padding-top: 80px;
}

.main-100vh {
    padding-top: 0 !important;
}

.footer-main,
.news-section,
.w1400 {
    max-width: 1400px;
    margin: 0 auto;
}

/* 头部 */

header {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid #eaeaea;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
}

.header-inner {
    max-width: 1400px;
    margin: 0 auto;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px;
}

.logo-area {
    display: flex;
    align-items: center;
}

    .logo-area img {
        width: 115px;
    }

.nav-user {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav-menu {
    display: flex;
    gap: 89px;
    margin-right: 70px;
}

    .nav-menu a,
    .user-avatar ul li a {
        text-decoration: none;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: 18px;
        color: #111111;
        line-height: 26px;
        font-style: normal;
        text-transform: none;
        position: relative;
        transition: color 0.2s;
        display: block;
        width: auto;
    }
    
.user-avatar ul li a,
.nav-menu-nav-level a {
    line-height: 40px !important;
    font-size:16px;
}
    
.user-avatar ul li a{
    font-size:16px;
}



.nav-menu > div > a {
    line-height: 80px;
}

.nav-menu a:hover,
.nav-menu .active a,
.user-avatar ul li a:hover {
    color: #4dbaff;
}

.nav-menu > div {
    position: relative;
}

.nav-menu-nav-level {
    position: absolute;
    width: 150%;
    background-color: #fff;
    box-shadow: 0px 0 6px 0px rgba(0, 0, 0, 0.15);
    padding: 10px;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    opacity: 0;
    transition: all .2s;
    height: 0;
    border-radius: 3px;
    overflow: hidden;
}

.nav-menu > div:hover .nav-menu-nav-level {
    opacity: 1;
    height: auto;
}

.nav-menu-nav-level a {
    line-height: 2;
    text-align: center;
    display: block;
    width: 100%;
}


.nav-menu a.gj::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-top: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid #ffffff;
    z-index: 3;
    opacity: 0;
}

.nav-menu a.gj:hover::before {
    opacity: 1;
}

.user-area {
    display: flex;
    align-items: center;
}

.user-avatar {
    width: 46px;
    height: 46px;
    position: relative;
    margin-left: 26px;
}

    .user-avatar > img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
        background: #eee;
        display: block;
    }

    .user-avatar ul {
        position: absolute;
        width: 270%;
        background-color: #fff;
        box-shadow: 0px 0 6px 0px rgba(0, 0, 0, 0.15);
        padding: 10px;
        left: 50%;
        transform: translateX(-50%);
        top: calc(100% + 8px);
        opacity: 0;
        transition: all .2s;
        height: 0;
        border-radius: 3px;
        overflow: hidden;
    }

        .user-avatar ul li {
            text-align: center;
        }

    .user-avatar:hover ul {
        opacity: 1;
        height: auto;
    }

    .user-avatar::before {
        content: "";
        display: block;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border-left: 5px solid rgba(0, 0, 0, 0);
        border-top: 5px solid rgba(0, 0, 0, 0);
        border-right: 5px solid rgba(0, 0, 0, 0);
        border-bottom: 8px solid #ffffff;
        z-index: 3;
        opacity: 0;
    }

    .user-avatar:hover::before {
        opacity: 1;
    }

.user-mail {
    position: relative;
    display: block;
    width: 24px;
    height: 19px;
    z-index: 3;
}

    .user-mail img {
        display: block;
        width: 100%;
    }

    .user-mail span {
        width: auto;
        background: #FE393A;
        border-radius: 8px;
        border: 1px solid #FFFFFF;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 15px;
        text-align: center;
        font-style: normal;
        text-transform: none;
        padding: 0 5px;
        position: absolute;
        left: 17px;
        top: -4px;
        display: block;
    }

.user-v {
    width: 66px;
    background: #FEE6B5;
    border-radius: 13px 13px 13px 13px;
    margin: 0 0 0 41px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 11px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 14px;
    color: #CA7433;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
}

    .user-v span {
        width: 14px;
        height: 14px;
        background: linear-gradient(301deg, #D67914 0%, #FFB235 100%);
        color: #fff;
        font-size: 14px;
        text-align: center;
        line-height: 12px;
        border-radius: 50%;
        display: block;
    }

.header-login-btn {
    width: 91px;
    height: 40px;
    border-radius: 113px;
    border: 1px solid #1D9AFF;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 18px;
    color: #1D9AFF;
    line-height: 38px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    transition: all .2s;
}

    .header-login-btn:hover {
        background: #1D9AFF;
        color: #ffffff;
    }

.hero {
    margin-bottom: 27px;
    position: relative;
}

.hero-index-bg2 {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
}

.posi-sec {
    position: relative;
    z-index: 1;
}

.dj-section {
    background: url(../images/index-bg1.png) no-repeat center center/cover;
}

.hero,
.hero .banner,
.hero .banner img {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}

.banner .swiper-pagination {
    margin-bottom: 10px;
}

.section {
    margin: 0 auto;
    width: 100%;
    padding: 40px 0;
}

.section-title {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 900;
    font-size: 36px;
    color: #333333;
    line-height: 52px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

    .section-title img {
        display: block;
        width: 60px;
    }

.user-recommend {
    display: flex;
    margin-bottom: 63px;
    justify-content: center;
    justify-content: flex-start;
    /*justify-content: space-between;*/

}

.user-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 14%;
    position: relative;
    padding: 25px 22px;
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;
}

.user-card-voice {
    position: absolute;
    width: auto;
    height: 24px;
    background: linear-gradient(270deg, #00AAFF 0%, #9452FF 100%);
    border-radius: 105px 105px 105px 105px;
    top: 10px;
    right: 10px;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    gap: 8px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    z-index: 4;
}

    .user-card-voice img {
        display: block;
        width: 16px;
    }


.user-card-img {
    width: 100%;
    height: auto;
    position: relative;
}

    .user-card-img .user-border {
        display: block;
        width: 100%;
        position: relative;
        z-index: 2;
    }

    .user-card-img .user-ava {
        display: block;
        width: 80%;
        height: 80%;
        border-radius: 50%;
        object-fit: cover;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }

.user-card .name {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 18px 0 4px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}

.user-card .desc {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    position: relative;
    z-index: 1;
}

    .user-card .desc img {
        display: block;
        width: 14px;
    }

.user-card::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(29.000000171363354, 154.00000602006912, 255, 1), rgba(176.5130379796028, 115.08849799633026, 255, 1));
    opacity: 0;
    transition: opacity 0.2s;
}

.user-card::after {
    content: "";
    display: block;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    position: absolute;
    left: 3px;
    top: 3px;
    background: #ECFAFF;
    border-radius: 18px;
    opacity: 0;
    transition: opacity 0.2s;
}



.user-card.active::before,
.user-card:hover::before {
    opacity: 1;
}

.user-card.active::after,
.user-card:hover::after {
    opacity: 1;
}

.user-card.active .user-card-voice,
.user-card:hover .user-card-voice {
    display: flex;
}



.game-tabs {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    gap: 50px;
    padding-left: 18px;
    margin: 65px 0 45px 0;
}

.game-title {
    display: flex;
    align-items: center;
    gap: 18px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 30px;
    color: #333333;
    line-height: 43px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

    .game-title img {
        width: 40px;
        border:#d9d9d9 solid 1px;
        border-radius:5px;
        display: block;
    }

.game-tabs-li {
    display: flex;
    align-items: center;
    gap: 30px;
}

.game-tab {
    cursor: pointer;
    transition: background 0.2s;
    width: 112px;
    height: 42px;
    border-radius: 113px;
    border: 1px solid #1D9AFF;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 18px;
    color: #1D9AFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
    background-color: #fff;
}

    .game-tab.active,
    .game-tab:hover {
        background: #1D9AFF;
        color: #fff;
    }
.hotgame-tab{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: keep-all;
    padding:0px 5px;
}
.game-list {
    margin-bottom: 22px;
    position: relative;
    padding: 31px 0 50px 0;
    width: 100%;
}

.blue-bg::before {
    content: "";
    display: block;
    width: 117%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: linear-gradient(180deg, #0A9FFF 0%, rgba(200, 226, 246, 0) 100%);
    border-radius: 40px;
}

.game-list-tile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 1;
}

    .game-list-tile .game-title {
        color: #ffffff;
    }

    .game-list-tile.blue .game-title {
        color: #333333;
    }

.game-more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-align: right;
    font-style: normal;
    text-transform: none;
}

    .game-more img {
        display: block;
        width: 22px;
    }

    .game-more a {
        width: 60px;
        border-radius: 26px;
        border: 1px solid #FFFFFF;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        text-align: center;
        font-style: normal;
        text-transform: none;
        text-align: center;
        line-height: 24px;
        display: block;
        text-decoration: none;
        transition: all .2s;
    }

        .game-more a:hover,
        .game-list-tile.blue .game-more a:hover {
            background-color: #1D9AFF;
            border-color: #1D9AFF;
            color: #ffffff;
        }

.game-list-tile.blue .game-more {
    color: #1D9AFF;
}

    .game-list-tile.blue .game-more a {
        color: #1D9AFF;
        border: 1px solid #1D9AFF;
    }


.game-cards {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
}

.game-card {
    background: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 15%;
    margin-left: 2%;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 11px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
    position: relative;
}

    .game-card.active .user-card-voice,
    .game-card:hover .user-card-voice {
        display: flex;
    }

    .game-card:nth-child(6n+1) {
        margin-left: 0;
    }

.game-card-img {
    width: 100%;
    height: 210px;
    border-radius: 10px;
    margin-bottom: 8px;
    overflow: hidden;
    position: relative;
}

    .game-card-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all .2s;
        cursor: pointer;
    }

.game-card-img-voice {
    width: 100%;
    height: 81px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 99%);
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}

.game-card.active .game-card-img-voice {
    display: block;
}

.volume-bar {
    display: flex;
    align-items: flex-end;
    height: 60px;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.25) 60%, transparent 100%);
    position: absolute;
    overflow: hidden;
    justify-content: space-between;
    left: 0;
    bottom: 0;
}

.volume-bar__item {
    background: linear-gradient(to top, #3bb6ff 80%, #7fd3ff 100%);
    border-radius: 3px 3px 0 0;
    opacity: 0.85;
    animation: volumeBarAnim 10s infinite;
    width: 3px;
    background: linear-gradient(180deg, #1D9AFF 0%, #76E5FF 100%);
}

    .volume-bar__item:nth-child(1) {
        animation-delay: 0s;
    }

    .volume-bar__item:nth-child(2) {
        animation-delay: 0.1s;
    }

    .volume-bar__item:nth-child(3) {
        animation-delay: 1.2s;
    }

    .volume-bar__item:nth-child(4) {
        animation-delay: 0.3s;
    }

    .volume-bar__item:nth-child(5) {
        animation-delay: 2s;
    }

    .volume-bar__item:nth-child(6) {
        animation-delay: 0.1s;
    }

    .volume-bar__item:nth-child(7) {
        animation-delay: 0.6s;
    }

    .volume-bar__item:nth-child(8) {
        animation-delay: 1.3s;
    }

    .volume-bar__item:nth-child(9) {
        animation-delay: 0.4s;
    }

    .volume-bar__item:nth-child(10) {
        animation-delay: 0.8s;
    }

    .volume-bar__item:nth-child(11) {
        animation-delay: 1.9s;
    }

    .volume-bar__item:nth-child(12) {
        animation-delay: 1.1s;
    }

    .volume-bar__item:nth-child(13) {
        animation-delay: .5s;
    }

    .volume-bar__item:nth-child(14) {
        animation-delay: 1.3s;
    }

    .volume-bar__item:nth-child(15) {
        animation-delay: .4s;
    }

    .volume-bar__item:nth-child(16) {
        animation-delay: 1.5s;
    }

    .volume-bar__item:nth-child(17) {
        animation-delay: .5s;
    }

    .volume-bar__item:nth-child(18) {
        animation-delay: 1.1s;
    }

    .volume-bar__item:nth-child(19) {
        animation-delay: 1.8s;
    }

    .volume-bar__item:nth-child(20) {
        animation-delay: .3s;
    }

    .volume-bar__item:nth-child(21) {
        animation-delay: 1.5s;
    }

    .volume-bar__item:nth-child(22) {
        animation-delay: 0.5s;
    }

    .volume-bar__item:nth-child(23) {
        animation-delay: .3s;
    }

    .volume-bar__item:nth-child(24) {
        animation-delay: 1s;
    }

    .volume-bar__item:nth-child(25) {
        animation-delay: .3s;
    }

    .volume-bar__item:nth-child(26) {
        animation-delay: 1.5s;
    }

    .volume-bar__item:nth-child(27) {
        animation-delay: .6s;
    }

    .volume-bar__item:nth-child(28) {
        animation-delay: .2s;
    }

    .volume-bar__item:nth-child(29) {
        animation-delay: .9s;
    }

    .volume-bar__item:nth-child(30) {
        animation-delay: 1.5s;
    }

    .volume-bar__item:nth-child(31) {
        animation-delay: .1s;
    }

    .volume-bar__item:nth-child(32) {
        animation-delay: 1.9s;
    }

    .volume-bar__item:nth-child(33) {
        animation-delay: .6s;
    }

    .volume-bar__item:nth-child(34) {
        animation-delay: 1.5s;
    }

@keyframes volumeBarAnim {
    0% {
        height: 20%;
    }

    10% {
        height: 60%;
    }

    20% {
        height: 40%;
    }

    30% {
        height: 80%;
    }

    40% {
        height: 30%;
    }

    50% {
        height: 100%;
    }

    60% {
        height: 40%;
    }

    70% {
        height: 70%;
    }

    80% {
        height: 30%;
    }

    90% {
        height: 60%;
    }

    100% {
        height: 20%;
    }
}

.game-card .name {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 23px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 4px 0;
    transition: transform 0.6s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    padding:0px 5px;
}

.game-card .desc {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: transform 0.6s;
}

    .game-card .desc img {
        display: block;
        width: 14px;
        border-radius: 0;
        height: auto;
    }


.game-card:hover .game-card-img img {
    transform: scale(1.1);
}

.en-title {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -39px;
    width: 879px;
}

.more-btn {
    display: block;
    margin: 22px auto 0 auto;
    color: #fff;
    border: none;
    border-radius: 56px;
    cursor: pointer;
    transition: background 0.2s;
    width: 288px;
    height: 56px;
    background: #1D9AFF;
    text-decoration: none;
    text-align: center;
    line-height: 56px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

    .more-btn:hover {
        background: #1faaff;
    }

.club-list {
    width: 100%;
    height: 587px;
    padding-bottom: 45px;
    margin: 40px auto;
}

    .club-list .swiper-slide {
        text-align: center;
        height: calc((100% - 60px) / 2) !important;
    }

        .club-list .swiper-slide .swiper-slide-pic {
            height: calc(100% - 56px);
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            /*box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.06);*/
            display: flex;
            justify-content: center;
            align-items: center;
            /*background-color: #fff;*/
        }

        .club-list .swiper-slide .swiper-slide-name {
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 400;
            font-size: 22px;
            color: #333333;
            line-height: 32px;
            text-align: center;
            font-style: normal;
            text-transform: none;
            margin-top: 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box !important;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            word-break: break-all;
            padding:0px 5px;
        }

        .club-list .swiper-slide .swiper-slide-pic > img {
            display: block;
            width: 160px;
            height: 160px;
            object-fit: cover;
            border-radius:50%;
            transition: all .2s;
        }

        .club-list .swiper-slide .swiper-slide-pic:hover img{
            transform: scale(1.1);
        }

        .club-list .swiper-slide .club-total {
            position: absolute;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            left: 0;
            top: 0;
            background: rgba(0, 0, 0, 0.4);
            opacity: 0;
            transition: opacity 0.2s;
        }

            .club-list .swiper-slide .club-total p {
                display: flex;
                align-items: center;
                justify-content: center;
                font-family: Source Han Sans, Source Han Sans;
                font-weight: 400;
                font-size: 22px;
                color: #FFFFFF;
                line-height: 32px;
                text-align: justify;
                font-style: normal;
                text-transform: none;
                gap: 8px;
                margin: 0;
            }

                .club-list .swiper-slide .club-total p img {
                    display: block;
                    width: 50px;
                    max-height: 30px;
                    border-radius: 5px;
                }

                .club-list .swiper-slide .club-total p span {
                    font-size: 16px;
                }

        .club-list .swiper-slide:hover .club-total {
            opacity: 1;
        }



    .club-list .swiper-pagination-bullet {
        width: 36px;
        height: 6px;
        background: #E2E2E2;
        border-radius: 6px;
        opacity: 1;
    }

        .club-list .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: #1D9AFF;
        }

    .club-list .swiper-horizontal > .swiper-pagination-bullets,
    .club-list .swiper-pagination-bullets.swiper-pagination-horizontal,
    .club-list .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 0;
        top: auto;
    }


.news-section {
    margin-top: 32px;
}

.news-list {
    width: 100%;
    height: auto;
    margin-top: 78px;
}

.news-item {
    display: flex;
    position: relative;
    margin-bottom: 67px;
    gap: 36px;
    text-decoration: none;
}

    .news-item::before {
        content: "";
        display: block;
        width: calc(100% + 70px);
        position: absolute;
        left: -35px;
        height: calc(100% + 56px);
        background: linear-gradient(90deg, #E5F0FF 17%, #FFFFFF 100%);
        box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
        border-radius: 20px 20px 20px 20px;
        border: 3px solid #FFFFFF;
        top: -28px;
        opacity: 0;
        transition: opacity 0.1s;
    }

    .news-item:hover::before {
        opacity: 1;
    }

    .news-item:hover .news-content {
        transform: translateX(20px);
    }

    .news-item .news-item-img {
        width: 375px;
        height: 211px;
        border-radius: 8px;
        overflow: hidden;
        position: relative;
        z-index: 1;
        background-color: #fff;
    }

        .news-item .news-item-img img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.news-content {
    flex: 1;
    border-bottom: 1px solid #D8D8D8;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    gap: 37px;
    padding-top: 16px;
    transition: transform .3s;
}

    .news-content .date {
        width: 89px;
        height: 89px;
        background: #1D9AFF;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        text-align: center;
        padding: 5px 0;
    }

        .news-content .date h1 {
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 700;
            font-size: 36px;
            color: #FFFFFF;
            line-height: 52px;
            text-align: center;
            font-style: normal;
            text-transform: none;
            margin: 0;
        }

        .news-content .date h6 {
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 400;
            font-size: 16px;
            color: #FFFFFF;
            line-height: 23px;
            text-align: center;
            font-style: normal;
            text-transform: none;
        }

.news-content-txt {
    flex: 1;
}

.news-title {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 29px;
    font-style: normal;
    text-transform: none;
    margin-bottom: 22px;
}

.news-desc {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    font-style: normal;
    text-transform: none;
    margin-bottom: 33px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 限制行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* 隐藏溢出的内容 */
}

.news-mre {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #1D9AFF;
    line-height: 20px;
    text-align: justify;
    font-style: normal;
    text-transform: none;
    gap: 6px;
}

    .news-mre img {
        display: block;
        width: 36px;
        height: 5px;
    }

footer {
    background: #171B26;
    color: #fff;
    padding: 54px 0 0 0;
    margin-top: 48px;
}

.footer-main {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 32px 0;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    gap: 41px;
}

    .footer-logo img {
        width: 152px;
        display: block;
    }

.footer-links {
    display: flex;
    flex-direction: column;
}

    .footer-links h1 {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 900;
        font-size: 48px;
        color: #FFFFFF;
        line-height: 70px;
        text-align: center;
        font-style: normal;
        text-transform: none;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .footer-links ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 50px;
    }


    .footer-links a {
        color: #949CAE;
        text-decoration: none;
        font-size: 16px;
        transition: color 0.2s;
    }

        .footer-links a:hover {
            color: #ffffff;
        }

.footer-qrcode {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .footer-qrcode div {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 130px;
    }

        .footer-qrcode div > img {
            width: 100%;
            border-radius: 8px;
            background: #fff;
            padding: 4px;
            margin-bottom: 15px;
        }

        .footer-qrcode div > p {
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 400;
            font-size: 16px;
            color: #949CAE;
            line-height: 23px;
            text-align: center;
            font-style: normal;
            text-transform: none;
            gap: 6px;
        }

            .footer-qrcode div > p img {
                display: block;
                width: 18px;
            }

.footer-bottom {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #949CAE;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 26px 0 34px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}


/* 关于我们-html */

/* 数据统计 */
.about-stats {
    background: url(../images/about-bg1.jpg) no-repeat center top/cover;
    width: 100%;
    padding: 150px 0;
    margin-top: -27px;
}

.stats {
    display: flex;
    justify-content: center;
    gap: 260px;
    margin: 0 0 96px 0;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

    .stat-item .stat-num {
        font-size: 24px;
        color: #333333;
        display: block;
    }

        .stat-item .stat-num span {
            font-family: D-DIN-PRO, D-DIN-PRO;
            font-weight: 900;
            font-size: 56px;
            line-height: 50px;
            text-align: center;
            font-style: normal;
            text-transform: none;
            background-image: linear-gradient(90deg, #1D9AFF 0%, #1DF0FF 100%);
            -webkit-background-clip: text;
            color: transparent;
            display: inline-block;
        }

    .stat-item .stat-label {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: 29px;
        color: #333333;
        line-height: 50px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

/* 简介 */
.intro {
    text-align: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 29px;
    color: #1E3554;
    line-height: 50px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

/* 关于我们 */
.about-section {
    background: url(../images/about-bg2.jpg) no-repeat center top/cover;
    color: #fff;
    padding: 70px 0 120px 0;
}

.about-title {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 50px;
}

.about-list {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 35px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 0;
}

    .about-list li {
        margin-bottom: 20px;
        list-style: none;
        padding-left: 35px;
        position: relative;
    }

        .about-list li::before {
            content: "";
            position: absolute;
            width: 10px;
            height: 10px;
            background: #FFFFFF;
            top: 14px;
            left: 0;
            border-radius: 50%;
        }

/* 核心优势 */
.core-section {
    background: #e7f4fd;
    padding: 84px 0 175px 0;
}

.core-title {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 36px;
    color: #333333;
    line-height: 50px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.core-list {
    display: flex;
    margin: 53px auto 0;
    justify-content: space-between;
    width: 100%;
}

.core-item {
    width: 335px;
    height: 439px;
    background: linear-gradient(180deg, #FFFFFF 0%, #EAF3FB 100%);
    border-radius: 20px;
    border: 3px solid #FFFFFF;
    position: relative;
}

    .core-item .core-item-h1 {
        width: 335px;
        height: 100px;
        background: linear-gradient(270deg, #4797FF 2%, #4599FF 100%);
        border-radius: 20px;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 700;
        font-size: 26px;
        color: #FFFFFF;
        line-height: 100px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        text-align: center;
        margin: -3px 0 0 -3px;
    }

    .core-item:nth-child(2) .core-item-h1 {
        background: linear-gradient(270deg, #756AFF 2%, #A6A0FF 100%);
    }

    .core-item:nth-child(3) .core-item-h1 {
        background: linear-gradient(180deg, #FF625D 0%, #FF937B 100%);
    }

    .core-item:nth-child(4) .core-item-h1 {
        background: linear-gradient(270deg, #0FAFFF 2%, #42C0FF 100%);
    }

.core-item-title {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 28px;
    color: #333333;
    line-height: 41px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 16px 0 17px 0;
}

.core-item-desc {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 23px;
    text-align: justify;
    font-style: normal;
    text-transform: none;
    padding: 0 24px;
    width: 100%;
}

.core-item img {
    display: block;
    width: 125px;
    bottom: 0;
    right: 33px;
    position: absolute;
}

/* 联系我们 */
.contact-section {
    background: url(../images/about-bg3.jpg) no-repeat center top/cover;
    color: #fff;
    padding: 46px 0 46px 0;
    text-align: center;
    margin-bottom: -48px;
}

.contact-title {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 24px;
}

.contact-info {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

/* 俱乐部详情 */
.main-wrap {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 32px;
    padding: 32px 0 0 0;
}

.main-left {
    flex: 1;
    min-width: 0;
}

.main-right {
    width: 480px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.main-card {
    height: auto;
    background: #FFFFFF;
    border-radius: 18px;
    width: 100%;
    padding: 22px;
    margin-bottom: 25px;
}

.banner-img {
    width: 100%;
    height: 426px;
    border-radius: 16px 16px 0 0;
    object-fit: cover;
    display: block;
}

.team-header {
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 22px 0;
    border-bottom: solid #D8D8D8 1px;
}

.team-avatar {
    width: 82px;
    height: 82px;
    position: relative;
    border-radius:10px;
}

    .team-avatar .team-avatar-img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
        display: block;
    }

    .team-avatar .team-avatar-play-img {
        width: 30%;
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        cursor: pointer;
    }

.team-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.team-info-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}

.team-name {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 26px;
    color: #333333;
    line-height: 38px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.team-btns {
    display: flex;
    gap: 16px;
}

.btn-main {
    background: #FF821D;
    border: none;
    border-radius: 18px;
    cursor: pointer;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    width: 96px;
    transition: background .2s;
}

    .btn-main:hover {
        background: #4dbaff;
    }

.btn-sub {
    background: #ffffff;
    border: none;
    border-radius: 18px;
    cursor: pointer;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 15px;
    color: #333333;
    line-height: 34px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    width: 96px;
    border: 1px solid #C8C8C8;
    transition: all .2s;
}

    .btn-sub:hover {
        background: #FF821D;
        border: 1px solid #FF821D;
        color: #fff;
    }

.btn-play {
    background: #1D9AFF;
    border: none;
    border-radius: 18px;
    cursor: pointer;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    width: 96px;
    transition: background .2s;
}

    .btn-play:hover {
        background: #4dbaff;
    }


.team-info-wx {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #1D9AFF;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    width: 100%;
    margin: 5px 0 7px 0;
}

.team-info-tags {
    width: 100%;
    font-size: 0;
}

    .team-info-tags div {
        width: auto;
        height: 19px;
        background: #FBF6F8;
        border-radius: 0px 0px 0px 0px;
        padding: 0 6px;
        line-height: 19px;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: 14px;
        text-align: center;
        font-style: normal;
        text-transform: none;
        display: inline-block;
        margin-right: 6px;
    }

        .team-info-tags div.gray {
            background: #E7E7E7;
            color: #9E9E9E;
        }

        .team-info-tags div.green {
            color: #10D694;
        }

        .team-info-tags div.blue {
            background: #F2F8FF;
            color: #1D9AFF;
        }

        .team-info-tags div.yll {
            color: #F6942C;
        }




.team-tags {
    padding: 20px 6px;
    display: flex;
    gap: 21px;
    flex-wrap: wrap;
}

.team-tag {
    background: #1D9AFF;
    border-radius: 12px;
    padding: 8px 18px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.team-section {
    padding: 18px 0;
}

.team-section-title {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 22px;
    color: #333333;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 15px;
}

    .team-section-title img {
        width: 23px;
        vertical-align: middle;
    }

.team-desc {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    text-align: justify;
    font-style: normal;
    text-transform: none;
    margin-bottom: 26px;
}

.team-list {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    margin-bottom: 26px;
    padding-left: 0;
}

    .team-list li {
        margin-bottom: 6px;
        list-style: none;
    }

    .team-list .icon {
        color: #4dbaff;
        margin-right: 4px;
    }

.team-img {
    width: 100%;
    border-radius: 12px;
    margin: 18px 0 0 0;
    display: block;
}

.dynamic-section {
    padding: 18px 0;
}


.dynamic-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 20px;
}


.dynamic-meta {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.dynamic-meta-time {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #9E9E9E;
    line-height: 27px;
    text-align: justify;
    font-style: normal;
    text-transform: none;
    gap: 8px;
}

    .dynamic-meta-time img,
    .dynamic-meta-del img,
    .side-rate-del img {
        width: 20px;
    }

.dynamic-meta-del,
.side-rate-del {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #799ACA;
    line-height: 22px;
    text-align: justify;
    font-style: normal;
    text-transform: none;
    gap: 8px;
    cursor: pointer;
}

.side-rate-del {
    margin-top: 10px;
}

.dynamic-content {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    text-align: justify;
    font-style: normal;
    text-transform: none;
    margin-bottom: 13px;
}

.dynamic-item .dynamic-imgs {
    display: flex;
    align-items: center;
    gap: 14px;
}

.dynamic-img {
    width:130px;
    height:130px;
    cursor:pointer;
}

    .dynamic-img img {
        width: 100%;
        height: 100%;
        border: #d9d9d9 solid 1px;
        border-radius: 8px;
        object-fit: cover;
    }

.dynamic-tags {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

.dynamic-tag {
    background: #f3f6fb;
    color: #4dbaff;
    border-radius: 10px;
    padding: 2px 10px;
    font-size: 13px;
}

.post-section {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    padding: 24px 32px 50px 32px;
    margin-bottom: 41px;
}


.post-textarea {
    width: 100%;
    height: 180px;
    border-radius: 10px;
    font-size: 15px;
    padding: 10px;
    resize: none;
    margin-bottom: 12px;
    background: #f7fbff;
    outline: none;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
}

.post-imgs {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.post-img {
    width: 117px;
    height: 117px;
    border-radius: 10px;
    object-fit: cover;
    background: #f3f6fb;
    position: relative;
}

    .post-img img {
        border: #d9d9d9 solid 1px;
        border-radius: 8px;
        object-fit: cover;
    }

.post-img-del {
    position: absolute;
    right: -18px;
    top: -18px;
    width: 36px;
    height: 36px;
    padding: 10px;
    cursor: pointer;
}

    .post-img-del img {
        display: block;
        width: 100%;
    }


.post-upload {
    width: 117px;
    height: 117px;
    background: #F7F7F7;
    border: 1px solid #D2D2D2;
    border-radius: 10px;
    background: #f3f6fb;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #6D6D6D;
    line-height: 23px;
    font-style: normal;
    text-transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .post-upload img {
        display: block;
        width: 36px;
        margin-bottom: 5px;
    }

.post-tips {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #9E9E9E;
    line-height: 17px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 50px;
}

.post-footer {
    display: flex;
    gap: 23px;
    flex-direction: column;
}

    .post-footer > div {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        gap: 22px;
    }

        .post-footer > div .err {
            position: absolute;
            left: 0;
            top: 100%;
            font-size: 12px;
            color: #f00;
        }

.post-input {
    border-radius: 8px;
    padding: 0 18px;
    outline: none;
    width: 323px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #D9D9D9;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}


.post-yzm {
    width: 81px;
    background: #E7E7E7;
    border-radius: 6px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 20px;
    color: #9E9E9E;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-align: center;
}

.post-btn {
    color: #fff;
    border: none;
    cursor: pointer;
    width: 120px;
    background: #1D9AFF;
    border-radius: 120px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
    font-style: normal;
    text-transform: none;
    text-align: center;
    transition: background .2s;
}

    .post-btn:hover {
        background-color: #0FAFFF;
    }

/* 右侧 */
.side-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    padding: 22px;
}

.side-title {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    line-height: 29px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.side-more {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #1D9AFF;
    line-height: 23px;
    font-style: normal;
    text-transform: none;
}

    .side-more img {
        display: block;
        width: 22px;
        transition: transform .2s;
    }

    .side-more:hover img {
        transform: translateX(3px);
    }

.side-user-list {
    display: flex;
    flex-wrap: wrap;
}

.side-user-item {
    background: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 11px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
}

    .side-user-item:nth-child(3n+1) {
        margin-left: 0;
    }

.side-user-avatar {
    width: 100%;
    height: 140px;
    border-radius: 10px;
    margin-bottom: 8px;
    overflow: hidden;
}

    .side-user-avatar img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 1s;
    }

.side-user-name {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 23px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 4px 0;
    transition: transform 0.6s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    padding:0px 5px;
}

.side-user-id {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: transform 0.6s;
}

.side-user-item .side-user-id img {
    display: block;
    width: 14px;
    border-radius: 0;
    height: auto;
}


.side-user-item:hover .side-user-avatar img {
    transform: scale(1.1);
}


.side-brand-list {
    display: flex;
    flex-wrap:wrap;
    flex-direction: column;
    gap: 22px;
    max-height: 500px;
    overflow-y: auto;
    padding: 10px 0px;
}

.side-brand-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /*box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.15);*/
    margin: 0px 15px;
    /*border-radius: 10px;*/
    width:40%;
}

    .side-brand-item .my-brand-logo {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px 0;
        margin-bottom: 2%;
    }

        .side-brand-item .my-brand-logo img {
            width: 115px;
            height: 115px;
            object-fit: cover;
            transition: transform 0.2s;
            overflow: hidden;
            border-radius: 50%;
            background: #fff;
        }

    .side-brand-item .my-brand-name {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: 16px;
        color: #333333;
        line-height: 32px;
        text-align: center;
        font-style: normal;
        text-transform: none;
        margin-bottom:20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        word-break: break-all;
        padding:0px 5px;
    }



    .side-brand-item:hover img {
        transform: scale(1.1);
    }

/* 我的俱乐部 */
.my-club-bg {
    width: 100%;
    height: auto;
    background: url(../images/club-bg.jpg) no-repeat center left/cover;
}

.my-club-container {
    padding: 64px 0 125px 0;
}

.my-club-header {
    text-align: center;
    margin-bottom: 66px;
    width: 100%;
}

.my-club-title {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 900;
    font-size: 36px;
    color: #333333;
    line-height: 52px;
    font-style: normal;
    text-transform: none;
    margin-bottom: 66px;
}

.my-club-tabs {
    display: flex;
    gap: 46px;
    width: 100%;
    border-bottom: solid #D8D8D8 1px;
    align-items: center;
}

.my-club-tab {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 23px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    transition: background 0.2s, color 0.2s;
    padding-bottom: 12px;
    cursor: pointer;
}

    .my-club-tab-active,
    .my-club-tab:hover {
        color: #1D9AFF;
        font-weight: bold;
        position: relative;
    }

        .my-club-tab-active::before,
        .my-club-tab:hover::before {
            content: "";
            display: block;
            width: 100%;
            position: absolute;
            left: 0;
            bottom: 0;
            height: 3px;
            background-color: #1D9AFF;
        }

.my-club-search-section {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.my-club-search-tip {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    line-height: 43px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 29px;
}

.my-club-search-bar {
    width: 600px;
    height: 40px;
    margin-top: 30px;
    position: relative;
}

.my-club-search-input {
    font-size: 14px;
    background: #FFFFFF;
    border-radius: 179px;
    border: 1px solid #1D9AFF;
    padding: 0 66px;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.my-club-search-bar img {
    display: block;
    width: 20px;
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
}

.my-club-search-btn {
    width: 90px;
    height: 40px;
    background: #1D9AFF;
    border-radius: 95px;
    cursor: pointer;
    transition: background 0.2s;
    text-align: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
}

    .my-club-search-btn:hover {
        background: #1556c2;
    }

.my-club-list {
    margin-top: 32px;
    margin-bottom: 32px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.my-club-item {
    background: #fff;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    gap: 16px;
    margin-left: 31px;
    margin-bottom: 31px;
    width: 255px;
}

    .my-club-item.my-club-logo-new {
        flex-direction: column;
        background: transparent;
    }

        .my-club-item.my-club-logo-new .my-club-logo {
            transition: box-shadow 0.2s;
            /*box-shadow: 0 2px 12px rgba(0, 60, 255, 0.04);*/
            /*background: #fff;*/
            border-radius: 14px;
            width: 100%;
            height: 140px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .my-club-item.my-club-logo-new .my-club-name {
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 400;
            font-size: 18px;
            color: #333333;
            line-height: 32px;
            text-align: center;
            font-style: normal;
            text-transform: none;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box !important;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            word-break: break-all;
        }



    .my-club-item:nth-child(5n+1) {
        margin-left: 0;
    }


.my-club-logo img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    transition: all .2s;
    border-radius: 50%;
}

.my-club-status {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Source Han Sans, Source Han Sans;
    text-align: right;
    font-style: normal;
    text-transform: none;
    gap: 4px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-align: right;
    font-style: normal;
    text-transform: none;
}

    .my-club-status.game-cards-my-club-status {
        font-size: 13px;
        line-height: 30px;
    }

        .my-club-status.game-cards-my-club-status img {
            width: 16px;
            height: 16px;
        }

    .my-club-status span {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1;
        gap: 6px;
    }

        .my-club-status span.jc {
            color: #EB384A;
        }

        .my-club-status span.js {
            color: #29C264;
        }

        .my-club-status span.sz {
            color: #03AEFE;
        }

        .my-club-status span.jj {
            color: #F4802A;
        }

        .my-club-status span img {
            width: 21px;
            height: 21px;
        }

.my-club-item:hover .my-club-logo img {
    transform: scale(1.1);
}


.my-club-pagination,
.paging {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
}

    .my-club-page-btn,
    .paging li {
        background: #fff;
        border: 1px solid #eaf2fb;
        color: #1a6cff;
        border-radius: 6px;
        cursor: pointer;
        transition: background 0.2s, color 0.2s;
        width: 40px;
        background: #FFFFFF;
        border-radius: 8px;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: 14px;
        color: #333333;
        line-height: 40px;
        text-align: right;
        font-style: normal;
        text-transform: none;
        text-align: center;
    }

        .paging li a {
            color: #333333;
            display: block;
            width: 100%;
            height: 100%;
        }


        .my-club-page-btn:hover,
        .paging li:hover {
            background: #D5E6FE;
            color: #333333;
        }

            .paging li:hover a {
                color: #333333;
            }

        .my-club-page-btn-active,
        .my-club-page-btn-active:hover,
        .paging li.active {
            background: #1D9AFF;
        }

            .paging li.active a {
                color: #fff;
            }

        .my-club-page-ellipsis,
        .paging li.disabled {
            color: #b0b8c5;
            font-size: 15px;
            padding: 0 4px;
        }

            .paging li.disabled a {
                color: #b0b8c5;
            }

/* 登录 */
.my-login-bg {
    min-height: 100vh;
    background: linear-gradient(225deg, #41A1FF 0%, #B4E2FF 100%);
    position: relative;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.my-login-header {
    display: flex;
    align-items: center;
    z-index: 2;
}

.my-login-logo {
    width: 115px;
    position: absolute;
    top: 29px;
    left: 73px;
    display: block;
}



.my-login-main {
    width: 1020px;
    display: flex;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(0, 60, 255, 0.08);
    overflow: hidden;
    height: 650px;
}

.my-login-left {
    width: 510px;
    background: #0a1e2e;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 24px 0 0 24px;
    overflow: hidden;
}

.my-login-banner-img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    border-radius: 24px 0 0 24px;
}

.my-login-banner-text {
    position: absolute;
    top: 36px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #1ff0ff;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;
    text-shadow: 0 2px 8px #0a1e2e;
}

.my-login-right {
    flex: 1;
    background: #fff;
    border-radius: 0 24px 24px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}

.my-login-switch {
    position: absolute;
    top: 24px;
    right: 102px;
    display: flex;
}

.my-login-switch-btn {
    font-size: 14px;
    color: #1D9AFF;
    background: #E3F2FF;
    border-radius: 4px;
    padding: 4px 14px;
    cursor: pointer;
}

.my-login-switch-img {
    width: 96px;
    height: 96px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

    .my-login-switch-img img {
        display: block;
        width: 100%;
    }


.my-login-account-panel {
    margin-top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 65px;
}

.my-login-qrcode-panel {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 94px 0 34px 0;
}

.my-login-qrcode-title {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    line-height: 35px;
    font-style: normal;
    text-transform: none;
    margin-bottom: 12px;
    text-align: center;
}

.my-login-qrcode-desc {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 26px;
    font-style: normal;
    text-transform: none;
    text-align: center;
    margin-bottom: 48px;
}

.my-login-qrcode-img img {
    width: 220px;
    height: 220px;
    border-radius: 12px 12px 12px 12px;
    border: 2px solid #1D9AFF;
    margin-bottom: 104px;
}

.my-login-qrcode-footer {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 12px;
    text-align: center;
}

    .my-login-qrcode-footer a {
        color: #1D9AFF;
        text-decoration: none;
    }

.my-login-tab {
    display: flex;
    justify-content: center;
    gap: 70px;
    margin-bottom: 62px;
}

.my-login-tab-btn {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 24px;
    color: #999999;
    line-height: 35px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
    position: relative;
    transition: color 0.2s;
}

.my-login-tab-btn-active {
    color: #333333;
    font-weight: bold;
}

    .my-login-tab-btn-active::after {
        content: "";
        display: block;
        width: 34px;
        height: 3px;
        background: #1D9AFF;
        border-radius: 2px;
        position: absolute;
        left: 50%;
        bottom: -11px;
        transform: translateX(-50%);
    }

.my-login-form {
    display: flex;
    flex-direction: column;
    gap: 23px;
    width: 100%;
}

.my-login-form-item {
    width: 100%;
    height: 48px;
    position: relative;
}

.my-login-input {
    width: 100%;
    padding: 0 20px;
    height: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    outline: none;
    transition: border 0.2s;
}

.my-login-form-item .err,
.my-login-form-item .invalid-feedback {
    color: #f00;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 0px;
    font-size: 14px;
}

.my-login-input:focus {
    border-color: #1D9AFF;
}

.my-login-form-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #7a8fa6;
}

.my-login-checkbox-label {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: #7a8fa6;
    cursor: pointer;
}

.my-login-checkbox {
    accent-color: #1D9AFF;
}


.my-login-link {
    color: #666666;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

    .my-login-link:hover {
        color: #1D9AFF;
        text-decoration: underline;
    }

.my-login-forgot {
    float: right;
}

.my-login-form-agree {
    color: #666666;
    font-size: 14px;
    margin-bottom: 0;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    font-style: normal;
    text-transform: none;
    margin-top: 38px;
    margin-bottom: -10px;
}

    .my-login-form-agree a {
        color: #1D9AFF;
        text-decoration: none;
    }

.my-login-btn {
    width: 100%;
    height: 48px;
    background: #1D9AFF;
    border-radius: 163px;
    color: #fff;
    border: none;
    border-radius: 24px;
    cursor: pointer;
    margin-bottom: 50px;
    transition: background 0.2s;
    text-align: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 19px;
    color: #FFFFFF;
    font-style: normal;
    text-transform: none;
}

    .my-login-btn:hover {
        background: #1556c2;
    }

.my-login-sms-row {
    display: flex;
    gap: 10px;
}

.my-login-sms-btn {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #1D9AFF;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    line-height: 48px;
}

    .my-login-sms-btn:hover {
        color: #1D9AFF;
    }

.my-login-register {
    text-align: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 20px;
    color: #999999;
    line-height: 29px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

    .my-login-register .my-login-link {
        color: #1D9AFF;
        margin-left: 4px;
        font-size: 18px;
    }

.my-login-footer {
    position: absolute;
    width: 100%;
    bottom: 20px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #949CAE;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

/* 电竞精英 */


.esports-elite-container {
    margin: 40px auto 167px;
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 8px 32px rgba(0, 60, 255, 0.08);
    padding: 74px 175px 95px 175px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

    .esports-elite-container::before {
        background: linear-gradient(180deg, #F0F9FF 4%, rgba(255, 255, 255, 0) 100%);
        content: "";
        display: block;
        width: 100%;
        height: 625px;
        position: absolute;
        left: 0;
        top: 0;
    }

.esports-elite-title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 18px;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.esports-elite-avatar {
    width: 80px;
    height: 80px;
    margin-bottom: 28px;
    border-radius: 50%;
    background: #eaf4ff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .esports-elite-avatar img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        object-fit: cover;
    }

.esports-elite-form, .other-edit-profile-row {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 58px;
    position: relative;
    z-index: 1;
}

.esports-elite-form-group {
    display: flex;
    flex-direction: column;
    position: relative;
}

.esports-elite-form .mingap {
    margin-top: -60px;
}

.esports-elite-label {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 9px;
}

    .esports-elite-label span {
        color: #FF4D4F;
    }

    .esports-elite-label p {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: 14px;
        color: #999999;
        line-height: 20px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        display: inline-block;
        margin-left: 3px;
        margin-bottom: 0;
    }
    
.esports-elite-statictext {
    padding-top: 12px;
    width: 100%;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    text-align: left;
}
    
.esports-elite-input,
.esports-elite-textarea {
    padding: 12px 16px;
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    outline: none;
    transition: border 0.2s;
    margin-bottom: 0;
    resize: none;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.esports-elite-textarea {
    height: 157px;
}

    .esports-elite-input:focus,
    .esports-elite-textarea:focus {
        border-color: #1D9AFF;
    }

.esports-elite-textarea {
    min-height: 60px;
    max-height: 120px;
}

.esports-elite-radio {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    font-size: 14px;
}

.esports-elite-form h2 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: -40px;
}

.esports-elite-qrcode {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0;
}

    .esports-elite-qrcode img {
        width: 200px;
        height: 200px;
        border-radius: 12px 12px 12px 12px;
        border: 1px solid #D1D1D1;
    }

.esports-elite-tips {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #1D9AFF;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 15px;
}

    .esports-elite-tips.esports-elite-tips-mp3 {
        color: #aaa;
    }

.esports-elite-heroes-list {
    display: flex;
    /*overflow-y: auto;*/
    gap: 18px;
    padding: 8px 0 4px 0;
    scrollbar-width: thin;
    scrollbar-color: #1D9AFF #fff;
    width: 100%;
    /*max-height: 283px;*/
    overflow-x: hidden;
    flex-wrap: wrap;
}



.esports-elite-hero-item {
    width: 80px;
    flex-shrink: 0;
    text-align: center;
    cursor: pointer;
    padding: 6px 2px 2px 2px;
    transition: box-shadow 0.2s, border 0.2s;
    border: 2px solid transparent;
}

.esports-elite-hero-img {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 10px;
    border: #d9d9d9 solid 1px;
    overflow: hidden;
    position: relative;
}

.esports-elite-hero-selected .esports-elite-hero-img {
    border: 1px solid #1D9AFF;
}

.esports-elite-hero-item .esports-elite-hero-img-pic {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.esports-elite-hero-item .esports-elite-hero-img-ico {
    width: 25px;
    height: 17px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}

.esports-elite-hero-item.esports-elite-hero-selected .esports-elite-hero-img-ico {
    display: block;
}

.esports-elite-hero-name {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 11px 0 9px 0;
}

.esports-elite-hero-input {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    position: relative;
}

    .esports-elite-hero-input .invalid-feedback {
        white-space: nowrap;
        line-height: 1.1;
        margin-left: 10px;
    }

    .esports-elite-hero-input label {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: 14px;
        color: #373737;
        line-height: 17px;
        text-align: center;
        font-style: normal;
        text-transform: none;
        margin-bottom: 4px;
    }

    .esports-elite-hero-input input::placeholder {
        color: #b1b1b1;
    }

    .esports-elite-hero-input input {
        width: 72px;
        height: 29px;
        background: #FFFFFF;
        border-radius: 6px;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: 14px;
        color: #1D9AFF;
        text-align: center;
        font-style: normal;
        text-transform: none;
        outline: none;
        border: 1px solid #1D9AFF;
        color: ##1D9AFF;
        margin: 0;
    }

        .esports-elite-hero-input input:focus {
            border-color: #1D9AFF;
        }


.esports-elite-submit-btn {
    width: 288px;
    height: 56px;
    background: #1D9AFF;
    border-radius: 77px;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 13px 0;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 18px;
    transition: background 0.2s;
    display: block;
    margin: 0 auto;
}

    .esports-elite-submit-btn:hover {
        background: #1556c2;
    }

/* 编辑俱乐部资料 */

.edit-culb-title {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 30px;
    color: #333333;
    line-height: 43px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    position: relative;
    z-index: 1;
}

.edit-culb-avatar-section {
    width: 100px;
    height: 100px;
    position: relative;
    z-index: 1;
    margin: 53px auto 46px;
}

.edit-culb-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.edit-culb-avatar-upload {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .edit-culb-avatar-upload img {
        width: 43%;
    }

.edit-culb-type-section {
    display: flex;
    gap: 20px;
    margin-top: 25px;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.edit-culb-type {
    width: 140px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 9px 9px 9px 9px;
    border: 1px solid #EBECED;
    padding: 8px 9px 0 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

    .edit-culb-type h1 {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 500;
        font-size: 13px;
        color: #333333;
        line-height: 19px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        margin: 0 0 7px 0;
    }

    .edit-culb-type h3 {
        width: auto;
        background: #F2F9F7;
        padding: 0 2px;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        font-style: normal;
        text-transform: none;
        margin: 0;
        cursor: pointer;
    }

        .edit-culb-type h3.yrz {
            color: #10D694;
        }

        .edit-culb-type h3.shz {
            color: #F6942C;
        }

        .edit-culb-type h3.sqrz {
            color: #1D9AFF;
        }

    .edit-culb-type img {
        width: 26px;
        display: block;
    }





.edit-culb-upload-list {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
    width: 100%;
}

.edit-culb-upload-item {
    width: 221px;
    height: 125px;
    border-radius: 10px;
    background: #f8fbff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 2px dashed #eaf4ff;
    position: relative;
    cursor: pointer;
    transition: border 0.2s;
    overflow: hidden;
}

    .edit-culb-upload-item > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

.edit-culb-upload-item-del {
    width: 100%;
    height: 30px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 17px;
    font-style: normal;
    text-transform: none;
    transition: all .36s;
    opacity: 0;
    transform: translateY(30px);
}

    .edit-culb-upload-item-del img {
        display: block;
        width: 16px;
    }

.edit-culb-upload-item:hover .edit-culb-upload-item-del {
    opacity: 1;
    transform: translateY(0);
}

.edit-culb-upload-add {
    width: 221px;
    height: 125px;
    background: #EBF6FF;
    border-radius: 10px;
    border: 1px solid #1D9AFF;
    justify-content: center;
    align-items: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

    .edit-culb-upload-add img {
        width: 40px;
        display: block;
        margin-bottom: 10px;
    }


    .edit-culb-upload-add:hover {
        background: #d3e7ff;
        color: #1a6cff;
    }




.edit-culb-certificate-section {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-top: 13px;
    padding-left: 6px;
}

.edit-culb-certificate-img {
    width: 380px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

    .edit-culb-certificate-img img {
        width: 100%;
    }

.edit-culb-certificate-upload {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.edit-culb-certificate-btn {
    width: 160px;
    background: #1D9AFF;
    border-radius: 23px;
    cursor: pointer;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 46px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    transition: background 0.2s;
    border: none;
}

    .edit-culb-certificate-btn:hover {
        background: #1556c2;
    }

.edit-culb-certificate-big {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    border-radius: 23px;
    border: 1px solid #D8D8D8;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 46px;
    font-style: normal;
    text-transform: none;
    gap: 6px;
    background-color: #fff;
    transition: all 0.2s;
}

    .edit-culb-certificate-big img {
        display: block;
        width: 20px;
    }

    .edit-culb-certificate-big:hover {
        gap: 0px;
    }


/* 俱乐部名称 */

.club-certification-add {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 204px;
}

.club-certification-add-btn {
    width: 100%;
    height: 125px;
    background: #EBF6FF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.club-certification-add img {
    display: block;
    width: 69%;
}

.club-certification-add-txt {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    font-style: normal;
    text-transform: none;
    margin-top: 14px;
}

/* // 电竞俱乐部 */
.esports-club-title,
.esports-club-header {
    margin-bottom: 10px;
}

.my-club-radio-main {
    width: 100%;
    height: auto;
}

.my-club-radio-title {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 15px;
}

.my-club-radios {
    width: 100%;
    height: auto;
    font-size: 0;
    text-align: left;
}

.my-club-radios-tag {
    display: inline-flex;
    justify-content:center;
    align-items:center;
    width: auto;
    height: 30px;
    border-radius: 113px;
    border: 1px solid #1D9AFF;
    padding: 0 20px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #1D9AFF;
    line-height: 29px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-right: 30px;
    margin-bottom: 30px;
    transition: all .2s;
}

    .my-club-radios-tag.on,
    .my-club-radios-tag:hover {
        background: #1D9AFF;
        color: #fff;
        border-color: #1D9AFF;
    }
    
.my-club-radios-tag img.img1 {
    width:16px;
    margin-left:5px;
}
.my-club-radios-tag img.img2 {
    width:16px;
    display:none;
    margin-left:5px;
}
    .my-club-radios-tag.on img.img1,
    .my-club-radios-tag:hover img.img1 {
        display:none;
    }
    .my-club-radios-tag.on img.img2,
    .my-club-radios-tag:hover img.img2 {
        display:initial;
    }
/* 平台游戏 */
.breadcrumb {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 23px 0 -17px;
}

    .breadcrumb a {
        color: #1D9AFF;
        margin-left: 3px;
    }

.message-container::before {
    display: none;
}

.message-container .edit-culb-title {
    margin-bottom: 46px;
}

.message-container {
    padding: 77px 150px;
}



.msg-list-container {
    width: 100%;
    margin: 43px auto 0;
}

.msg-list-header {
    display: flex;
    align-items: center;
    gap: 25px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 23px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 12px;
}

.msg-list-btn {
    width: auto;
    height: 36px;
    border-radius: 97px 97px 97px 97px;
    border: 1px solid #1D9AFF;
    transition: background 0.2s, color 0.2s;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 15px;
    color: #1D9AFF;
    line-height: 34px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    background: #fff;
    padding: 0 17px;
    cursor: pointer;
}

    .msg-list-btn:hover {
        background: #1D9AFF;
        color: #fff;
    }

.msg-list-checkbox-label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 23px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    gap: 14px;
    margin-top: 4px;
}

    .msg-list-checkbox-label input[type=checkbox] {
        width: 16px;
        height: 16px;
        position: relative;
        outline: none;
        vertical-align: top;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        border: 1px solid #e4e6ef;
        appearance: none;
        print-color-adjust: exact;
        border-radius: 4px;
    }

    .msg-list-checkbox-label input:checked[type="checkbox"] {
        background-color: #009ef7;
        background-image: url(../images/rt.svg);
        background-size: 60% 60%;
    }






    .msg-list-checkbox-label div {
        width: 20px;
        height: 20px;
        border-radius: 4px 4px 4px 4px;
        border: 1px solid #BBBBBB;
        overflow: hidden;
    }

    .msg-list-checkbox-label img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border: none;
        transform: scale(1.05);
    }

.msg-list-content {
    width: 100%;
    margin-bottom: 70px;
}

.msg-list-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: transparent;
    padding: 30px 0 30px 0;
    border-bottom: 1px solid #D8D8D8;
    transition: background 0.2s;
    position: relative;
}


.msg-list-info {
    flex: 1;
    min-width: 0;
}

.msg-list-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.msg-list-title-main {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 20px;
    color: #333333;
    line-height: 29px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
}

.msg-list-item.msg-list-item-selected .msg-list-title-main {
    font-weight: normal;
}


.msg-list-time {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #9E9E9E;
    line-height: 23px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    white-space: nowrap;
}

.msg-list-desc {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align: justify;
    font-style: normal;
    text-transform: none;
    margin-top: 20px;
}

/* 隐私协议 */
.privacy-container {
    padding: 60px 80px 80px 80px;
}

    .privacy-container::before {
        display: none;
    }

.privacy-title-time {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #9E9E9E;
    line-height: 23px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    gap: 11px;
    margin: 25px 0 48px 0;
}

    .privacy-title-time img {
        display: block;
        width: 20px;
    }

.privacy-edits {
    width: 100%;
    height: auto;
}

    .privacy-edits img {
        max-width: 100%;
        display: block;
        margin: 30px auto;
    }

    .privacy-edits p {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: 16px;
        color: #1e1e1e;
        line-height: 32px;
        text-align: justify;
        font-style: normal;
        text-transform: none;
        text-indent: 26px;
    }

    .privacy-edits h3 {
        font-size: 16px;
        line-height: 32px;
        font-weight: 500;
    }

/* 联系我们 */
.contact-main {
    width: 100%;
    height: auto;
    position: relative;
    padding: 140px 0 280px;
    margin-bottom: -48px;
    background: url(../images/map.jpg) no-repeat center right/cover;
}

    .contact-main > img {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }

.contact-main-container {
    position: relative;
    z-index: 1;
}

.contact-main-container-info {
    width: 808px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 20px 20px;
    padding: 58px 70px 58px 86px;
    display: flex;
    flex-direction: column;
    gap: 62px;
}

.contact-main-container-info-item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    margin: 20px 0px;
}

.contact-main-container-info-item-img {
    width: 51px;
    height: 51px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px;
}

    .contact-main-container-info-item-img img {
        display: block;
        width: 30px;
    }

.contact-main-container-info-item-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .contact-main-container-info-item-txt h1 {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 500;
        font-size: 20px;
        color: #333333;
        line-height: 20px;
        font-style: normal;
        text-transform: none;
        margin: 0;
    }

    .contact-main-container-info-item-txt h3 {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: 20px;
        color: #666666;
        line-height: 29px;
        font-style: normal;
        text-transform: none;
        margin-bottom: 10px;
    }

/* 电竞精英详情 */

.side-user-skill {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.side-user-skill-item {
    width: 96px;
    height: auto;
    margin-left: 17px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .side-user-skill-item:nth-child(4n+1) {
        margin-left: 0;
    }

.side-skill-avatar {
    width: 96px;
    height: 96px;
    border-radius: 8px;
    overflow: hidden;
    border: #d9d9d9 solid 1px;
}

    .side-skill-avatar img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.side-skill-name {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 7px 0 4px 0;
}

.side-skill-dan {
    width: 64px;
    background: #E3F2FF;
    border-radius: 2px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 12px;
    color: #1D9AFF;
    line-height: 21px;
    text-align: center;
    font-style: normal;
    text-transform: none;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}

    .side-skill-dan.side-skill-dan-LevelName {
        width: auto !important;
        padding: 0 5px;
    }



    .side-skill-dan.full {
        width: fit-content;
        text-align: center;
        padding: 0px 5px;
    }

.side-user-club {
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
}

.side-user-club-item {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
    padding: 0 11px;
}

.side-club-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 14px;
    border: #d9d9d9 solid 1px;
}

    .side-club-avatar img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.side-club-info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
}

.side-club-name {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    line-height: 29px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}

.side-rate-list {
    width: 100%;
    height: auto;
    max-height: 500px;
    overflow-y: auto;
}

.side-rate-item {
    display: flex;
    align-items: flex-start;
    width: 100%;
    flex-wrap: wrap;
    padding: 20px 11px;
    border-bottom: solid #D8D8D8 1px;
}

    .side-rate-item:last-child {
        border-bottom: none;
    }

    .side-rate-item.empty {
        display: flex;
        justify-content: center;
        font-size: 14px;
    }

.side-rate-avatar {
    width: 57px;
    height: 57px;
    margin-right: 16px;
    overflow: hidden;
}

    .side-rate-avatar img {
        display: block;
        border: #d9d9d9 solid 1px;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.side-rate-info {
    flex: 1;
}

.side-rate-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    line-height: 32px;
    font-style: normal;
    text-transform: none;
}

.side-rate-title-time {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 17px;
    color: #9E9E9E;
    line-height: 27px;
    text-align: justify;
    font-style: normal;
    text-transform: none;
}

.side-rate-txt {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    text-align: justify;
    font-style: normal;
    text-transform: none;
    margin-top: 6px;
}

.rate-more {
    width: 96px;
    height: 36px;
    border-radius: 97px 97px 97px 97px;
    border: 1px solid #2CA1FF;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 15px;
    color: #2CA1FF;
    line-height: 34px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    display: block;
    margin: 25px auto;
}

.side-rate {
    width: 100%;
    height: auto;
    background: #E4F5FF;
    border-radius: 10px;
    padding: 11px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.side-rate-btn {
    width: 96px;
    background: #1D9AFF;
    border-radius: 97px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
}

.side-rate-divide {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
}

.side-rate-divide-number {
    font-family: D-DIN, D-DIN;
    font-weight: 700;
    font-size: 70px;
    color: #1D9AFF;
    line-height: 98px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: 15px;
}

.side-rate-rates {
    flex: 1;
}

    .side-rate-rates .imgs {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
        width: 100%;
        margin-bottom: 10px;
    }

        .side-rate-rates .imgs img {
            display: block;
            width: 28px;
        }

.side-rate-all {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 3px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #9E9E9E;
    line-height: 20px;
    font-style: normal;
    text-transform: none;
    gap: 19px;
}

    .side-rate-all span {
        color: #2BA0FF;
    }

.game-list-tile .team-section-title {
    margin-bottom: 0;
    padding-left: 23px;
}

.news-detail-container {
    padding: 40px 40px 100px 40px;
    margin-top: 0;
}

    .news-detail-container::before {
        display: none;
    }

    .news-detail-container .privacy-title-time {
        margin: 20px auto;
    }

.side-user-news {
    width: 100%;
    height: auto;
    padding-bottom: 84px;
}

.side-user-news-item {
    width: 100%;
    height: auto;
    border-bottom: solid #D8D8D8 1px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    display: block;
}

.side-news-avatar {
    width: 100%;
    height: 203px;
    border-radius: 10px;
    overflow: hidden;
}

    .side-news-avatar img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 1s;
    }

.side-news-name {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 23px;
    font-style: normal;
    text-transform: none;
    margin: 12px 0 6px 0;
    transition: all .2s;
}

.side-news-dan {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #9E9E9E;
    line-height: 23px;
    font-style: normal;
    text-transform: none;
    transition: all .2s;
}

.side-user-news-item:hover .side-news-name {
    transform: translateY(2px);
    color: #1D9AFF;
    font-weight: bold;
}

.side-user-news-item:hover .side-news-dan {
    transform: translateY(-2px);
}

.side-user-news-item:hover img {
    transform: scale(1.1);
}

/* 我的电竞精英 */
.my-esports-header,
.my-esports-header .my-club-title {
    margin-bottom: 10px;
}

.my-esports-tab {
    margin-bottom: 50px;
}

/* 编辑个人资料 */

.edit-profile-container {
    padding: 74px 175px;
}

    .edit-profile-container .edit-culb-avatar-section {
        border-radius: 50%;
    }

.edit-profile-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 40px;
}

    .edit-profile-row .esports-elite-form-group {
        flex: 1;
    }

.voice-upload {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-end;
    gap: 28px;
}

.edit-culb-upload-voice-add:hover {
    background: #d3e7ff;
    color: #1a6cff;
}


.edit-culb-upload-voice-add {
    width: 221px;
    height: 125px;
    background: #EBF6FF;
    border-radius: 10px;
    border: 1px solid #1D9AFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    cursor: pointer;
}

    .edit-culb-upload-voice-add img {
        width: 36px;
        display: block;
    }

    .edit-culb-upload-voice-add span {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 700;
        font-size: 14px;
        color: #333333;
        line-height: 20px;
        font-style: normal;
        text-transform: none;
        margin: 6px 0 4px 0;
    }

    .edit-culb-upload-voice-add p {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: 14px;
        color: #9E9E9E;
        line-height: 17px;
        font-style: normal;
        text-transform: none;
        margin: 0;
    }

.edit-culb-upload-voice-list {
    flex: 1;
}

.edit-culb-upload-voice-item {
    width: 231px;
    min-height: 53px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    padding: 5px 30px 5px 13px;
    position: relative;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

    .edit-culb-upload-voice-item > img {
        display: block;
        width: 20px;
        height: 20px;
        margin-top: 8px;
    }

.edit-culb-upload-voice-item-txt {
    flex: 1;
}

    .edit-culb-upload-voice-item-txt h1 {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: 13px;
        color: #333333;
        line-height: 19px;
        font-style: normal;
        text-transform: none;
        margin: 0;
    }

    .edit-culb-upload-voice-item-txt h3 {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: 13px;
        color: #333333;
        line-height: 19px;
        font-style: normal;
        text-transform: none;
        margin: 0;
    }

.edit-culb-upload-voice-item-del {
    position: absolute;
    width: 24px;
    height: 24px;
    padding: 5px;
    cursor: pointer;
    right: 0;
    top: 0;
}

    .edit-culb-upload-voice-item-del img {
        display: block;
        width: 14px;
    }

/* 新游资讯 */
.news-container::before {
    display: none;
}

/* 弹窗 */
/* 修改密码 */

.modal-mask {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .modal-mask.hide {
        display: none;
    }

.modal-box {
    background: #ffffff;
    border-radius: 20px;
    max-width: 95vw;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
    padding: 25px 43px;
    position: relative;
    animation: fadeIn 0.2s;
    overflow: hidden;
}

.w600 {
    width: 600px;
}

.w800 {
    width: 800px;
}


.modal-box::before {
    content: "";
    display: block;
    width: 100%;
    height: 80px;
    background: linear-gradient(180deg, #E5F0FF 0%, rgba(229, 240, 255, 0) 100%);
    border-radius: 20px 20px 0px 0px;
    position: absolute;
    left: 0;
    top: 0;
}

@keyframes fadeIn {
    from {
        transform: scale(0.98);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.modal-form {
    position: relative;
    z-index: 1;
}

.modal-title {
    font-size: 18px;
    font-weight: bold;
    color: #222;
}

.modal-close {
    font-size: 18px;
    color: #bbb;
    cursor: pointer;
    transition: color 0.2s;
    border-radius: 50%;
    padding: 2px 6px;
    position: relative;
    right: -30px;
}

    .modal-close img {
        display: block;
        width: 30px;
        height: 30px;
    }

.modal-form .form-group {
    margin-bottom: 41px;
    position: relative;
}

.modal-form .err {
    position: absolute;
    left: 0;
    top: 100%;
    font-size: 12px;
    color: #f00;
}

.modal-form label {
    display: block;
    margin-bottom: 12px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.required {
    color: #FF4D4F;
    margin-right: 2px;
}

.modal-form input[type="password"] {
    width: 100%;
    border: 1px solid #dbeafe;
    border-radius: 10px;
    font-size: 15px;
    background: #fff;
    outline: none;
    height: 48px;
    border: 1px solid #D9D9D9;
    transition: border 0.2s;
    padding: 0 20px;
}

    .modal-form input[type="password"]:focus {
        border-color: #1D9AFF;
    }

.input-row {
    display: flex;
    align-items: center;
    position: relative;
}

    .input-row input {
        flex: 1;
    }

.get-code {
    font-size: 13px;
    color: #4dbaff;
    margin-left: 10px;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    position: absolute;
    right: 23px;
}

    .get-code:hover {
        text-decoration: underline;
    }

.submit-btn {
    width: 288px;
    height: 56px;
    background: #1D9AFF;
    border-radius: 77px;
    transition: background 0.2s;
    margin: 80px auto;
    border: none;
    display: block;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
    transform: scale(0.8);
}

    .submit-btn:hover {
        background: #1faaff;
    }

.modal-container {
    width: 100%;
    height: auto;
    margin-top: -25px;
    max-height: 500px;
    overflow-y: auto;
}

    .modal-container p {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: 18px;
        color: #666666;
        line-height: 29px;
        text-align: justify;
        font-style: normal;
        text-transform: none;
        margin: 0;
    }


.modal-container-imgs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: start;
    margin:15px 0px;
}

    .modal-container-imgs img {
        display: block;
        width: calc((100% - 30px) / 4);
        object-fit: cover;
        border-radius:10px;
        cursor:zoom-in;
    }

.form-group-upload {
    width: 117px;
    height: 117px;
    background: #F7F7F7;
    border-radius: 10px;
    border: 1px solid #D2D2D2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 13px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #6D6D6D;
    line-height: 20px;
    font-style: normal;
    text-transform: none;
}

    .form-group-upload img {
        display: block;
        width: 36px;
    }

.form-group-textarea {
    width: 100%;
    height: 157px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 12px 16px;
    outline: none;
    border: 1px solid #D9D9D9;
}

    .form-group-textarea:focus {
        border-color: #1D9AFF;
    }

.rz-submit-btn {
    margin: 45px auto;
}

.model-tips {
    width: 100%;
}

    .model-tips .model-tips-img {
        width: 147px;
        display: block;
        margin: 0 auto;
    }

.model-container {
    width: 100%;
    margin: 30px auto;
    /*min-height: 230px;*/
}

    .model-container p {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: 18px;
        color: #666666;
        line-height: 22px;
        text-align: justify;
        font-style: normal;
        text-transform: none;
    }

.model-btns {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 45px;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 20px;
}

    .model-btns div {
        width: 150px;
        height: 50px;
        background: #1D9AFF;
        border-radius: 77px;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 500;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 32px;
        text-align: center;
        font-style: normal;
        text-transform: none;
        line-height: 50px;
        border: solid #1D9AFF 1px;
        cursor: pointer;
        transition: all .2s;
    }

        .model-btns div.model-btns-cancel {
            background-color: #fff;
            color: #1D9AFF;
        }

        .model-btns div.model-btns-comfire:hover {
            background-color: #6bb6ff;
        }

        .model-btns div.model-btns-cancel:hover {
            background-color: #d4d1d1;
        }

.form-radio {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 36px;
}

.form-radio-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 217px;
    height: 200px;
    background: #F6F6F6;
    border-radius: 10px;
    border: 1px solid #E3E2E5;
    cursor: pointer;
    justify-content: center;
    position: relative;
}

    .form-radio-item > img {
        display: block;
        width: 88px;
    }

    .form-radio-item > p {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: 20px;
        color: #666666;
        line-height: 29px;
        font-style: normal;
        text-transform: none;
        margin-top: -14px;
        margin-bottom: 0;
    }

.form-radio-item-check {
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    display: none;
}

    .form-radio-item-check img {
        display: block;
        width: 100%;
    }

.form-radio-item:hover {
    background: #FFFFFF;
    border: 1px solid #1D9AFF;
}

    .form-radio-item:hover p {
        color: #1D9AFF;
    }

    .form-radio-item:hover .form-radio-item-check {
        display: block;
    }





.modal-box .post-section {
    padding: 0 0 100px 0;
    box-shadow: none;
}

.post-section-imgs {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 34px;
}

    .post-section-imgs img {
        width: 28px;
        display: block;
    }

input:focus,
textarea:focus {
    border-color: #1D9AFF;
}

/* 注册 */
.my-register-title {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    line-height: 35px;
    font-style: normal;
    text-transform: none;
    margin-bottom: 34px;
}

.my-register-form-agree {
    margin-top: 13px;
}

.my-register-btn {
    margin-bottom: 25px;
}

.my-register-form-item label {
    position: absolute;
    left: 22px;
    top: -10px;
    height: 25px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 0 5px;
    display: none;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #1D9AFF;
    line-height: 25px;
    font-style: normal;
    text-transform: none;
}

.my-register-form-item-focus label {
    display: block;
}

.pc {
    display: block !important;
}

.m,
.post-upload-m,
.edit-culb-upload-item-add,
.m-my-club-search-section,
.m-team-tags,
.m-my-esports-elite-info,
.m-my-login-tab {
    display: none !important;
}

.edit-culb-avatar-section-id {
    font-size: 16px;
    color: #333333;
    line-height: 23px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: -20px 0 31px 0;
    position: relative;
    z-index: 1;
}

.m-nav {
    position: fixed;
    top: 1rem;
    left: 0;
    opacity: 0;
    transform: translateY(-100%);
    z-index: -10;
}

.webuploader-pick {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content-empty {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

    .content-empty img {
        width: 30%;
    }

    .content-empty div {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: 16px;
        color: #999999;
        line-height: 20px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

.text-danger {
    color: #f00;
    position: relative;
    z-index: 2;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
}

.color-danger {
    color: #f00;
    z-index: 2;
    font-size: 14px;
    line-height: 1.5;
}

.color-primary {
    color: #1D9AFF;
    z-index: 2;
    font-size: 14px;
    line-height: 1.5;
}

.business-radio label {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-start;
}

    .business-radio label input[type="radio"] {
        width: 16px;
        height: 16px;
        position: relative;
        outline: none;
        vertical-align: top;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        border: 1px solid #e4e6ef;
        appearance: none;
        print-color-adjust: exact;
        border-radius: 16px;
    }

    .business-radio label input:checked[type="radio"] {
        background-color: #009ef7;
        background-image: url(../images/rt.svg);
        background-size: 60% 60%;
    }

    .business-radio label span {
        margin: 0 18px 0 10px;
    }



.real-txt {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    font-style: normal;
    text-transform: none;
}

    .real-txt div {
        margin-bottom: 8px;
    }

.esports-elite-empt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}

    .esports-elite-empt img {
        width: 40%;
        display: block;
    }

.esports-elite-empt-txt {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    font-style: normal;
    text-transform: none;
}

.handle {
    position: absolute;
    width: 25px;
    height: 25px;
    left: 100%;
    top: 100%;
    transform: translate(-12.5px, -12.5px);
}

    .handle img {
        display: block;
        width: 100%;
    }

@media (max-width: 1480px) and (min-width: 1200px) {

    .footer-main,
    .news-section,
    .w1400 {
        max-width: 1120px;
    }

    /* 头部 */

    header {
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03);
        border-bottom: 1px solid #eaeaea;
    }

    .header-inner {
        max-width: 1120px;
        height: 64px;
        padding: 0 25px;
    }

    .main {
        padding-top: 64px;
    }


    .logo-area img {
        width: 92px;
    }


    .nav-menu {
        gap: 71px;
        margin-right: 56px;
    }

        .nav-menu a,
        .user-avatar ul li a {
            font-size: 14px;
        }

    .user-avatar ul li a,
    .nav-menu-nav-level a {
        list-style: 42px !important;
    }

    .nav-menu > div > a {
        line-height: 64px;
    }

    .user-avatar {
        width: 36px;
        height: 36px;
        margin-left: 20px;
    }

    .user-mail {
        width: 19px;
    }

        .user-mail span {
            border-radius: 6px;
            border: 1px solid #FFFFFF;
            font-size: 14px;
            padding: 0 4px;
            left: 13px;
            top: -3px;
        }

    .user-v {
        margin: 0 0 0 32px;
        padding: 0 8px;
        font-size: 14px;
    }

        .user-v span {
            width: 11px;
            height: 11px;
            font-size: 14px;
        }

    .header-login-btn {
        width: 72px;
        height: 32px;
        font-size: 16px;
        line-height: 30px;
    }

    .hero {
        margin-bottom: 21px;
    }

    .section {
        padding: 32px 0;
    }

    .section-title {
        font-size: 28px;
        gap: 7px;
    }

        .section-title img {
            width: 48px;
        }

    .user-recommend {
        margin-bottom: 50px;
    }

    .user-card {
        padding: 20px 17px;
        border-radius: 14px;
    }

    .user-card-voice {
        height: 19px;
        border-radius: 84px 84px 84px 84px;
        top: 8px;
        right: 8px;
        padding: 0 4px;
        gap: 6px;
        font-size: 14px;
    }

        .user-card-voice img {
            width: 12px;
        }





    .user-card .name {
        font-size: 14px;
        margin: 14px 0 3px 0;
    }

    .user-card .desc {
        font-size: 14px;
        gap: 4px;
    }

        .user-card .desc img {
            width: 11px;
        }


    .user-card::after {
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        left: 2px;
        top: 2px;
        border-radius: 14px;
    }

    .game-tabs {
        gap: 40px;
        padding-left: 14px;
        margin: 52px 0 36px 0;
    }

    .game-title {
        gap: 14px;
        font-size: 24px;
    }

        .game-title img {
            width: 35px;
        }

    .game-tabs-li {
        gap: 24px;
    }

    .game-tab {
        width: 89px;
        height: 33px;
        border-radius: 90px;
        border: 1px solid #1D9AFF;
        font-size: 14px;
    }

    .game-list {
        margin-bottom: 17px;
        padding: 24px 0 40px 0;
    }

    .blue-bg::before {
        border-radius: 32px;
    }




    .game-more {
        gap: 6px;
        font-size: 14px;
    }

        .game-more img {
            width: 17px;
        }

        .game-more a {
            width: 60px;
            border-radius: 20px;
            border: 1px solid #FFFFFF;
            font-size: 14px;
            text-decoration: none;
        }


    .game-list-tile.blue .game-more a {
        border: 1px solid #1D9AFF;
    }


    .game-cards {
        margin-top: 19px;
    }

    .game-card {
        margin-bottom: 16px;
        border-radius: 8px;
        padding-bottom: 8px;
        box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.06);
    }



    .game-card-img {
        height: 168px;
        border-radius: 8px;
        margin-bottom: 6px;
    }


    .game-card-img-voice {
        height: 64px;
        border-radius: 0px 0px 8px 8px;
    }


    .volume-bar {
        height: 48px;
    }

    .volume-bar__item {
        border-radius: 2px 2px 0 0;
        width: 2px;
    }














































    .game-card .name {
        font-size: 14px;
        margin: 3px 0;
    }

    .game-card .desc {
        font-size: 14px;
        gap: 6px;
    }

        .game-card .desc img {
            width: 14px;
        }


    .en-title {
        top: -31px;
        width: 703px;
    }

    .more-btn {
        margin: 17px auto 0 auto;
        border-radius: 44px;
        width: 230px;
        height: 44px;
        font-size: 17px;
        line-height: 44px;
    }


    .club-list {
        height: 469px;
        padding-bottom: 36px;
        margin: 32px auto;
    }

        .club-list .swiper-slide {
            height: calc((100% - 48px) / 2) !important;
        }

            .club-list .swiper-slide .swiper-slide-pic {
                height: calc(100% - 33px);
                position: relative;
                overflow: hidden;
                border-radius: 10px;
                border-radius: 8px;
                /*box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.06);*/
                display: flex;
                justify-content: center;
                align-items: center;
            }
            

            .club-list .swiper-slide .swiper-slide-pic > img {
                width: 140px;
                height: 140px;
            }

            .club-list .swiper-slide .swiper-slide-name {
                font-family: Source Han Sans, Source Han Sans;
                font-weight: 400;
                font-size: 18px;
                color: #333333;
                line-height: 25px;
                text-align: center;
                font-style: normal;
                text-transform: none;
                margin-top: 5px;
            }



            .club-list .swiper-slide .club-total p {
                font-size: 17px;
                gap: 6px;
            }

                .club-list .swiper-slide .club-total p img {
                    width: 28px;
                }


        .club-list .swiper-pagination-bullet {
            width: 28px;
            height: 4px;
            border-radius: 4px;
        }


        .club-list .swiper-horizontal > .swiper-pagination-bullets,
        .club-list .swiper-pagination-bullets.swiper-pagination-horizontal,
        .club-list .swiper-pagination-custom,
        .news-section {
            margin-top: 25px;
        }

    .news-list {
        margin-top: 62px;
    }

    .news-item {
        margin-bottom: 53px;
        gap: 28px;
    }

        .news-item::before {
            width: calc(100% + 56px);
            left: -28px;
            height: calc(100% + 44px);
            box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
            border-radius: 16px 16px 16px 16px;
            border: 2px solid #FFFFFF;
            top: -22px;
        }


        .news-item:hover .news-content {
            transform: translateX(16px);
        }

        .news-item .news-item-img {
            width: 300px;
            height: 168px;
            border-radius: 6px;
        }


    .news-content {
        border-bottom: 1px solid #D8D8D8;
        gap: 29px;
        padding-top: 12px;
    }

        .news-content .date {
            width: 71px;
            height: 71px;
            border-radius: 6px;
            padding: 4px 0;
        }

            .news-content .date h1 {
                font-size: 28px;
                line-height: 44px;
            }

            .news-content .date h6 {
                font-size: 14px;
            }


    .news-title {
        font-size: 16px;
        margin-bottom: 17px;
    }

    .news-desc {
        font-size: 14px;
        margin-bottom: 26px;
    }

    .news-mre {
        font-size: 14px;
        gap: 4px;
    }

        .news-mre img {
            width: 28px;
            height: 4px;
        }

    footer {
        padding: 43px 0 0 0;
        margin-top: 38px;
    }

    .footer-main {
        padding: 0 0 25px 0;
    }

    .footer-logo {
        gap: 32px;
    }

        .footer-logo img {
            width: 121px;
        }


    .footer-links h1 {
        font-size: 38px;
        margin-bottom: 16px;
    }

    .footer-links ul {
        margin-bottom: 40px;
    }

    .footer-links a {
        font-size: 14px;
    }


    .footer-qrcode {
        gap: 12px;
    }

        .footer-qrcode div {
            width: 104px;
        }

            .footer-qrcode div > img {
                border-radius: 6px;
                padding: 3px;
                margin-bottom: 12px;
            }

            .footer-qrcode div > p {
                font-size: 14px;
                gap: 4px;
            }

                .footer-qrcode div > p img {
                    width: 14px;
                }

    .footer-bottom {
        font-size: 14px;
        padding: 20px 0 27px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }


    /* 关于我们-html */

    /* 数据统计 */
    .about-stats {
        padding: 120px 0;
        margin-top: -21px;
    }

    .stats {
        gap: 208px;
        margin: 0 0 76px 0;
    }


    .stat-item .stat-num {
        font-size: 19px;
    }

        .stat-item .stat-num span {
            font-size: 44px;
        }

    .stat-item .stat-label {
        font-size: 23px;
    }

    /* 简介 */
    .intro {
        font-size: 23px;
    }

    /* 关于我们 */
    .about-section {
        padding: 56px 0 96px 0;
    }

    .about-title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .about-list {
        font-size: 19px;
    }

        .about-list li {
            margin-bottom: 16px;
            padding-left: 28px;
        }

            .about-list li::before {
                width: 8px;
                height: 8px;
                top: 11px;
            }

    /* 核心优势 */
    .core-section {
        padding: 67px 0 140px 0;
    }

    .core-title {
        font-size: 28px;
    }

    .core-list {
        margin: 42px auto 0;
    }

    .core-item {
        width: 268px;
        height: 351px;
        border-radius: 16px;
        border: 2px solid #FFFFFF;
    }

        .core-item .core-item-h1 {
            width: 268px;
            height: 80px;
            border-radius: 16px;
            font-size: 20px;
            margin: -2px 0 0 -2px;
            line-height: 80px;
        }




    .core-item-title {
        font-size: 22px;
        margin: 12px 0 13px 0;
    }

    .core-item-desc {
        font-size: 14px;
        padding: 0 19px;
    }

    .core-item img {
        width: 100px;
        right: 26px;
    }

    /* 联系我们 */
    .contact-section {
        padding: 36px 0 36px 0;
        margin-bottom: -38px;
    }

    .contact-title {
        font-size: 28px;
        margin-bottom: 19px;
    }

    .contact-info {
        font-size: 16px;
    }

    /* 俱乐部详情 */
    .main-wrap {
        width: 1120px;
        gap: 25px;
        padding: 25px 0 0 0;
    }


    .main-right {
        width: 384px;
        gap: 19px;
    }

    .main-card {
        border-radius: 14px;
        padding: 17px;
        margin-bottom: 20px;
    }

    .banner-img {
        height: 340px;
        border-radius: 12px 12px 0 0;
    }

    .team-header {
        gap: 13px;
        padding: 17px 0;
        border-bottom: solid #D8D8D8 1px;
    }

    .team-avatar {
        width: 65px;
        height: 65px;
    }


    .team-info-top {
        margin-bottom: 8px;
    }

    .team-name {
        font-size: 20px;
    }

    .team-btns {
        gap: 12px;
    }

    .btn-main,
    .btn-play {
        border-radius: 14px;
        font-size: 14px;
        width: 76px;
        line-height: 30px;
    }


    .btn-sub {
        border-radius: 14px;
        font-size: 14px;
        width: 76px;
        border: 1px solid #C8C8C8;
        line-height: 30px;
    }

        .btn-sub:hover {
            border: 1px solid #FF821D;
        }


    .team-info-tags div {
        border-radius: 0px 0px 0px 0px;
        padding: 0 4px;
        font-size: 14px;
        margin-right: 4px;
    }







    .team-tags {
        padding: 16px 4px;
        gap: 16px;
    }

    .team-tag {
        border-radius: 9px;
        padding: 8px 18px;
        font-size: 14px;
    }

    .team-section {
        padding: 14px 0;
    }

    .team-section-title {
        font-size: 17px;
        gap: 10px;
        margin-bottom: 12px;
    }

        .team-section-title img {
            width: 18px;
        }

    .team-desc {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .team-list {
        font-size: 14px;
        margin-bottom: 20px;
    }

        .team-list li {
            margin-bottom: 4px;
        }

        .team-list .icon {
            margin-right: 3px;
        }

    .team-img {
        border-radius: 9px;
        margin: 14px 0 0 0;
    }

    .dynamic-section {
        padding: 14px 0;
    }


    .dynamic-item {
        margin-bottom: 23px;
        padding-bottom: 36px;
    }

    .dynamic-meta {
        margin-bottom: 8px;
    }

    .dynamic-meta-time {
        font-size: 14px;
        gap: 6px;
    }

        .dynamic-meta-time img,
        .dynamic-meta-del img,
        .side-rate-del img {
            width: 20px;
        }

    .dynamic-meta-del,
    .side-rate-del {
        font-size: 14px;
        gap: 6px;
    }

    .dynamic-content {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .dynamic-item .dynamic-imgs {
        gap: 11px;
    }



    .dynamic-tags {
        gap: 6px;
        margin-bottom: 6px;
    }

    .dynamic-tag {
        border-radius: 8px;
        padding: 1px 8px;
        font-size: 14px;
    }

    .post-section {
        border-radius: 12px;
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.04);
        padding: 19px 25px 40px 25px;
        margin-bottom: 32px;
    }


    .post-textarea {
        height: 144px;
        border-radius: 8px;
        font-size: 14px;
        padding: 8px;
        margin-bottom: 9px;
        border: 1px solid #D9D9D9;
    }

    .post-imgs {
        gap: 6px;
        margin-bottom: 9px;
    }

    .post-img {
        width: 93px;
        height: 93px;
        border-radius: 8px;
    }

    .post-upload {
        width: 93px;
        height: 93px;
        border: 1px solid #D2D2D2;
        border-radius: 8px;
        font-size: 14px;
    }

        .post-upload img {
            width: 28px;
            margin-bottom: 10px;
        }

    .post-tips {
        font-size: 14px;
        margin-bottom: 40px;
    }

    .post-footer {
        gap: 18px;
    }

        .post-footer > div {
            gap: 17px;
        }

    .post-input {
        border-radius: 6px;
        padding: 0 14px;
        width: 258px;
        height: 32px;
        border-radius: 8px 8px 8px 8px;
        border: 1px solid #D9D9D9;
        font-size: 14px;
    }


    .post-yzm {
        width: 64px;
        border-radius: 4px;
        font-size: 16px;
        line-height: 32px;
    }

    .post-btn {
        width: 96px;
        border-radius: 96px;
        font-size: 14px;
    }


    /* 右侧 */
    .side-card {
        border-radius: 12px;
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.04);
        padding: 17px;
    }

    .side-title {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .side-more {
        font-size: 14px;
    }

        .side-more img {
            width: 17px;
        }

        .side-more:hover img {
            transform: translateX(2px);
        }


    .side-user-item {
        margin-bottom: 16px;
        border-radius: 8px;
        padding-bottom: 8px;
        box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.06);
    }


    .side-user-avatar {
        height: 110px;
        border-radius: 8px;
        margin-bottom: 6px;
    }


    .side-user-name {
        font-size: 14px;
        margin: 3px 0;
    }

    .side-user-id {
        font-size: 12px;
        gap: 6px;
    }

    .side-user-item .side-user-id img {
        width: 11px;
    }



    .side-brand-list {
        gap: 17px;
    }

    .side-brand-item {
        width: 39%;
    }

        .side-brand-item .my-brand-logo {
            min-height: 100px;
            border-radius: 8px;
            padding: 9px 0;
        }

            .side-brand-item .my-brand-logo img {
                width: 100px;
                height: 100px;
            }

        .side-brand-item .my-brand-name {
            font-size: 16px;
            line-height: 24px;
        }



    /* 我的俱乐部 */

    .my-club-container {
        padding: 51px 0 100px 0;
    }

    .my-club-header {
        margin-bottom: 52px;
    }

    .my-club-title {
        font-size: 28px;
        margin-bottom: 52px;
    }

    .my-club-tabs {
        gap: 36px;
        border-bottom: solid #D8D8D8 1px;
    }

    .my-club-tab {
        font-size: 14px;
        padding-bottom: 9px;
    }

        .my-club-tab-active::before,
        .my-club-tab:hover::before {
            height: 2px;
        }

    .my-club-search-section {
        margin-bottom: 30px;
    }

    .my-club-search-tip {
        font-size: 22px;
        margin-bottom: 23px;
    }

    .my-club-search-bar {
        width: 640px;
        height: 40px;
    }

    .my-club-search-input {
        border-radius: 143px;
        border: 1px solid #1D9AFF;
        padding: 0 52px;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    }

    .my-club-search-bar img {
        width: 19px;
        left: 17px;
    }

    .my-club-search-btn {
        width: 72px;
        height: 32px;
        border-radius: 76px;
        font-size: 14px;
        right: 5px;
        line-height: 32px;
    }


    .my-club-list {
        margin-bottom: 25px;
    }

    .my-club-item {
        gap: 12px;
        width: 200px;
        margin-left: 24px;
        margin-bottom: 24px;
    }

        .my-club-item.my-club-logo-new .my-club-logo {
            /*box-shadow: 0 1px 9px rgba(0, 60, 255, 0.1);*/
            /*background: #fff;*/
            border-radius: 11px;
            height: 135px;
        }

        .my-club-item.my-club-logo-new .my-club-name {
            font-size: 16px;
            line-height: 24px;
        }

    .my-club-logo img {
        width: 130px;
        height: 130px;
    }

    .my-club-status {
        font-size: 16px;
        line-height: 24px;
        gap: 3px;
    }

        .my-club-status.game-cards-my-club-status {
            font-size: 12px;
            line-height: 24px;
        }

            .my-club-status.game-cards-my-club-status img {
                width: 12px;
                height: 12px;
            }

        .my-club-status span img {
            width: 16px;
            height: 16px;
        }



    .my-club-pagination,
    .paging {
        gap: 6px;
        margin-top: 9px;
    }

        .my-club-page-btn,
        .paging li {
            border: 1px solid #eaf2fb;
            border-radius: 4px;
            width: 32px;
            border-radius: 6px;
            font-size: 14px;
            line-height: 32px;
        }



            .my-club-page-btn-active,
            .my-club-page-ellipsis,
            .paging li.active,
            .paging li.disabled {
                font-size: 14px;
                padding: 0 3px;
            }

    /* 登录 */


    .my-login-logo {
        width: 92px;
        top: 23px;
        left: 58px;
    }



    .my-login-main {
        width: 816px;
        border-radius: 19px;
        box-shadow: 0 6px 25px rgba(0, 60, 255, 0.08);
        height: 520px;
    }

    .my-login-left {
        width: 408px;
        border-radius: 19px 0 0 19px;
    }

    .my-login-banner-img {
        height: 520px;
        border-radius: 19px 0 0 19px;
    }

    .my-login-banner-text {
        top: 28px;
        font-size: 22px;
        letter-spacing: 1px;
    }

    .my-login-right {
        border-radius: 0 19px 19px 0;
    }

    .my-login-switch {
        top: 19px;
        right: 81px;
    }

    .my-login-switch-btn {
        font-size: 14px;
        border-radius: 3px;
        padding: 3px 11px;
    }

    .my-login-switch-img {
        width: 76px;
        height: 76px;
    }



    .my-login-account-panel {
        padding: 0 52px;
    }

    .my-login-qrcode-panel {
        padding: 75px 0 27px 0;
    }

    .my-login-qrcode-title {
        font-size: 19px;
        margin-bottom: 9px;
    }

    .my-login-qrcode-desc {
        font-size: 14px;
        margin-bottom: 38px;
    }

    .my-login-qrcode-img img {
        width: 176px;
        height: 176px;
        border-radius: 9px 9px 9px 9px;
        border: 1px solid #1D9AFF;
        margin-bottom: 83px;
    }

    .my-login-qrcode-footer {
        font-size: 14px;
        margin-bottom: 9px;
    }


    .my-login-tab {
        gap: 56px;
        margin-bottom: 49px;
    }

    .my-login-tab-btn {
        font-size: 19px;
    }


    .my-login-tab-btn-active::after {
        width: 27px;
        height: 2px;
        border-radius: 1px;
        bottom: -8px;
    }

    .my-login-form {
        gap: 18px;
    }

    .my-login-form-item {
        height: 38px;
    }

    .my-login-input {
        padding: 0 16px;
        border-radius: 8px;
        border: 1px solid #D9D9D9;
        font-size: 14px;
    }

    .my-login-form-item .err,
    .my-login-form-item .invalid-feedback {
        font-size: 14px;
    }


    .my-login-form-row {
        font-size: 14px;
    }

    .my-login-checkbox-label {
        gap: 3px;
        font-size: 14px;
    }



    .my-login-link {
        font-size: 14px;
    }



    .my-login-form-agree {
        font-size: 14px;
        margin-top: 30px;
        margin-bottom: -8px;
    }


    .my-login-btn {
        height: 38px;
        border-radius: 130px;
        border-radius: 19px;
        margin-bottom: 40px;
        font-size: 15px;
    }


    .my-login-sms-row {
        gap: 8px;
    }

    .my-login-sms-btn {
        font-size: 14px;
        right: 12px;
    }


    .my-login-register {
        font-size: 16px;
    }

        .my-login-register .my-login-link {
            margin-left: 3px;
            font-size: 14px;
        }

    .my-login-footer {
        bottom: 44px;
        font-size: 14px;
    }

    /* 电竞精英 */


    .esports-elite-container {
        margin: 32px auto 133px;
        border-radius: 22px;
        box-shadow: 0 6px 25px rgba(0, 60, 255, 0.08);
        padding: 59px 140px 76px 140px;
    }

        .esports-elite-container::before {
            height: 500px;
        }

    .esports-elite-title {
        font-size: 17px;
        margin-bottom: 14px;
        letter-spacing: 1px;
    }

    .esports-elite-avatar {
        width: 64px;
        height: 64px;
        margin-bottom: 22px;
    }

        .esports-elite-avatar img {
            width: 56px;
            height: 56px;
        }

    .esports-elite-form, .other-edit-profile-row {
        gap: 46px;
    }


    .esports-elite-label {
        font-size: 14px;
        margin-bottom: 7px;
    }


        .esports-elite-label p {
            font-size: 14px;
            margin-left: 2px;
        }

    .esports-elite-input,
    .esports-elite-textarea {
        padding: 9px 12px;
        height: 38px;
        border-radius: 8px;
        border: 1px solid #D9D9D9;
        font-size: 14px;
    }

    .esports-elite-textarea {
        height: 125px;
    }


    .esports-elite-textarea {
        min-height: 48px;
        max-height: 96px;
    }

    .esports-elite-form h2 {
        font-size: 14px;
        margin-bottom: -32px;
    }


    .esports-elite-qrcode img {
        width: 160px;
        height: 160px;
        border-radius: 9px 9px 9px 9px;
        border: 1px solid #D1D1D1;
    }
    
    .esports-elite-form .mingap {
        margin-top:-50px;
    }

    .esports-elite-tips {
        font-size: 14px;
        margin-top: 12px;
    }

    .esports-elite-heroes-list {
        gap: 14px;
        padding: 6px 0 3px 0;
        max-height: 226px;
    }



    .esports-elite-hero-selected .esports-elite-hero-img {
        border: 2px solid #1D9AFF;
    }


    .esports-elite-hero-item .esports-elite-hero-img-ico {
        width: 20px;
        height: 13px;
    }


    .esports-elite-hero-name {
        font-size: 14px;
        margin: 8px 0 7px 0;
    }


    .esports-elite-hero-input label {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .esports-elite-hero-input input {
        width: 57px;
        height: 23px;
        border-radius: 4px;
        font-size: 14px;
        border: 1px solid #D9D9D9;
    }



    .esports-elite-submit-btn {
        width: 230px;
        height: 44px;
        border-radius: 61px;
        border-radius: 24px;
        padding: 10px 0;
        font-size: 14px;
        margin-top: 14px;
    }


    /* 编辑俱乐部资料 */


    .edit-culb-title {
        font-size: 24px;
    }

    .edit-culb-avatar-section {
        width: 80px;
        height: 80px;
        border-radius: 12px;
        margin: 42px auto 36px;
    }

    .edit-culb-avatar-section-id {
        font-size: 14px;
        color: #333333;
        line-height: 23px;
        text-align: center;
        font-style: normal;
        text-transform: none;
        margin: -16px 0 25px 0;
    }




    .edit-culb-type-section {
        gap: 16px;
        margin-top: 25px;
    }

    .edit-culb-type {
        border-radius: 7px 7px 7px 7px;
        border: 1px solid #EBECED;
        padding: 6px 7px 0 12px;
    }

        .edit-culb-type h1 {
            font-size: 14px;
            margin: 0 0 5px 0;
        }

        .edit-culb-type h3 {
            padding: 0 1px;
            font-size: 14px;
        }




        .edit-culb-type img {
            width: 20px;
        }





    .edit-culb-upload-list {
        gap: 16px;
        margin-top: 16px;
    }

    .edit-culb-upload-item {
        width: 176px;
        height: 100px;
        border-radius: 8px;
        border: 1px dashed #eaf4ff;
    }

        .edit-culb-upload-item > img {
            border-radius: 8px;
        }

    .edit-culb-upload-item-del {
        height: 24px;
        gap: 4px;
        font-size: 14px;
        transform: translateY(24px);
    }

        .edit-culb-upload-item-del img {
            width: 12px;
        }


    .edit-culb-upload-add {
        width: 176px;
        height: 100px;
        border-radius: 8px;
        border: 1px solid #1D9AFF;
        font-size: 14px;
    }

        .edit-culb-upload-add img {
            width: 32px;
            margin-bottom: 8px;
        }






    .edit-culb-certificate-section {
        gap: 24px;
        margin-top: 10px;
        padding-left: 4px;
    }

    .edit-culb-certificate-img {
        width: 304px;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    }


    .edit-culb-certificate-upload {
        gap: 16px;
    }

    .edit-culb-certificate-btn {
        width: 128px;
        border-radius: 18px;
        font-size: 14px;
        line-height: 38px;
    }


    .edit-culb-certificate-big {
        width: 128px;
        border-radius: 18px;
        border: 1px solid #D8D8D8;
        font-size: 14px;
        gap: 4px;
        line-height: 38px;
    }

        .edit-culb-certificate-big img {
            width: 16px;
        }

        .edit-culb-certificate-big:hover {
            gap: 0px;
        }


    /* 俱乐部名称 */

    .club-certification-add {
        width: 163px;
    }

    .club-certification-add-btn {
        height: 100px;
        border-radius: 8px;
    }


    .club-certification-add-txt {
        font-size: 14px;
        margin-top: 11px;
    }

    /* // 电竞俱乐部 */
    .esports-club-title,
    .esports-club-header {
        margin-bottom: 24px;
    }


    .my-club-radio-title {
        font-size: 14px;
        margin-bottom: 17px;
    }


    .my-club-radios-tag {
        height: 33px;
        border-radius: 90px;
        border: 1px solid #1D9AFF;
        padding: 0 16px;
        font-size: 14px;
        margin-right: 24px;
        margin-bottom: 24px;
        line-height: 31px;
    }


    /* 平台游戏 */
    .breadcrumb {
        font-size: 14px;
        margin: 18px 0 -13px;
    }

        .breadcrumb a {
            margin-left: 2px;
        }


    .message-container .edit-culb-title {
        margin-bottom: 36px;
    }

    .message-container {
        padding: 61px 120px;
    }



    .msg-list-container {
        margin: 34px auto 0;
    }

    .msg-list-header {
        gap: 20px;
        font-size: 14px;
        margin-bottom: 9px;
    }

    .msg-list-btn {
        height: 28px;
        border-radius: 77px 77px 77px 77px;
        border: 1px solid #1D9AFF;
        font-size: 14px;
        padding: 0 13px;
        line-height: 28px;
    }


    .msg-list-checkbox-label {
        font-size: 14px;
        gap: 11px;
        margin-top: 8px;
    }

        .msg-list-checkbox-label div {
            width: 16px;
            height: 16px;
            border-radius: 3px 3px 3px 3px;
            border: 1px solid #BBBBBB;
        }


    .msg-list-content {
        margin-bottom: 56px;
    }

    .msg-list-item {
        gap: 12px;
        padding: 24px 0 24px 0;
        border-bottom: 1px solid #D8D8D8;
    }




    .msg-list-title-main {
        font-size: 16px;
    }



    .msg-list-time {
        font-size: 14px;
    }

    .msg-list-desc {
        font-size: 14px;
        margin-top: 16px;
    }

    /* 隐私协议 */
    .privacy-container {
        padding: 48px 64px 64px 64px;
    }


    .privacy-title-time {
        font-size: 14px;
        gap: 8px;
        margin: 20px 0 38px 0;
    }

        .privacy-title-time img {
            width: 16px;
        }


    .privacy-edits img {
        margin: 24px auto;
    }

    .privacy-edits p {
        font-size: 14px;
    }

    /* 联系我们 */
    .contact-main {
        padding: 112px 0 224px;
        margin-bottom: -38px;
    }



    .contact-main-container-info {
        width: 646px;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
        border-radius: 16px 16px 16px 16px;
        padding: 46px 56px 46px 68px;
        gap: 49px;
    }


    .contact-main-container-info-item-img {
        width: 40px;
        height: 40px;
        box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
        margin-right: 16px;
    }

        .contact-main-container-info-item-img img {
            width: 24px;
        }


    .contact-main-container-info-item-txt h1 {
        font-size: 16px;
    }

    .contact-main-container-info-item-txt h3 {
        font-size: 16px;
        margin: 0px;
    }

    /* 电竞精英详情 */


    .side-user-skill-item {
        width: 76px;
        margin-left: 13px;
        margin-bottom: 16px;
    }


    .side-skill-avatar {
        width: 76px;
        height: 76px;
        border-radius: 6px;
    }


    .side-skill-name {
        font-size: 14px;
        margin: 5px 0 3px 0;
    }

    .side-skill-dan {
        width: 51px;
        border-radius: 1px;
        font-size: 12px;
    }


    .side-user-club-item {
        margin-bottom: 19px;
        padding: 0 8px;
    }

    .side-club-avatar {
        width: 56px;
        height: 56px;
        margin-right: 11px;
    }



    .side-club-name {
        font-size: 14px;
        margin-bottom: 5px;
    }


    .side-rate-item {
        padding: 16px 8px;
        border-bottom: solid #D8D8D8 1px;
    }


    .side-rate-avatar {
        width: 45px;
        height: 45px;
        margin-right: 12px;
    }



    .side-rate-title {
        font-size: 17px;
    }

    .side-rate-title-time {
        font-size: 14px;
    }

    .side-rate-txt {
        font-size: 14px;
        margin-top: 4px;
    }

    .rate-more {
        width: 76px;
        height: 28px;
        border-radius: 77px 77px 77px 77px;
        border: 1px solid #2CA1FF;
        font-size: 14px;
        line-height: 26px;
        margin: 20px auto;
    }

    .side-rate {
        border-radius: 8px;
        padding: 8px 14px;
    }

    .side-rate-btn {
        width: 76px;
        border-radius: 77px;
        font-size: 14px;
    }


    .side-rate-divide-number {
        font-size: 56px;
        margin-right: 12px;
    }


    .side-rate-rates .imgs {
        gap: 6px;
        margin-bottom: 8px;
    }

        .side-rate-rates .imgs img {
            width: 22px;
        }

    .side-rate-all {
        padding: 0 2px;
        font-size: 14px;
        gap: 15px;
    }


    .game-list-tile .team-section-title {
        padding-left: 18px;
    }

    .news-detail-container {
        padding: 32px 32px 80px 32px;
        margin-top: 0;
    }


        .news-detail-container .privacy-title-time {
            margin: 16px auto;
        }

    .side-user-news {
        padding-bottom: 67px;
    }

    .side-user-news-item {
        border-bottom: solid #D8D8D8 1px;
        padding-bottom: 9px;
        margin-bottom: 16px;
    }

    .side-news-avatar {
        height: 162px;
        border-radius: 8px;
    }


    .side-news-name {
        font-size: 14px;
        margin: 9px 0 4px 0;
    }

    .side-news-dan {
        font-size: 14px;
    }

    .side-user-news-item:hover .side-news-name {
        transform: translateY(1px);
    }

    .side-user-news-item:hover .side-news-dan {
        transform: translateY(-1px);
    }


    /* 我的电竞精英 */
    .my-esports-header,
    .my-esports-header .my-club-title {
        margin-bottom: 42px;
    }

    .my-esports-tab {
        margin-bottom: 40px;
    }

    /* 编辑个人资料 */

    .edit-profile-container {
        padding: 59px 140px;
    }


    .edit-profile-row {
        gap: 32px;
    }


    .voice-upload {
        gap: 22px;
    }



    .edit-culb-upload-voice-add {
        width: 176px;
        height: 100px;
        border-radius: 8px;
        border: 1px solid #1D9AFF;
    }

        .edit-culb-upload-voice-add img {
            width: 28px;
        }

        .edit-culb-upload-voice-add span {
            font-size: 14px;
            margin: 4px 0 3px 0;
        }

        .edit-culb-upload-voice-add p {
            font-size: 14px;
            padding: 0 10px;
            text-align: center;
        }


    .edit-culb-upload-voice-item {
        width: 184px;
        min-height: 42px;
        border-radius: 3px;
        border: 1px solid #D9D9D9;
        padding: 4px 24px 4px 10px;
        gap: 6px;
    }

        .edit-culb-upload-voice-item > img {
            width: 16px;
            height: 16px;
            margin-top: 6px;
        }


    .edit-culb-upload-voice-item-txt h1 {
        font-size: 14px;
    }

    .edit-culb-upload-voice-item-txt h3 {
        font-size: 14px;
    }

    .edit-culb-upload-voice-item-del {
        width: 19px;
        height: 19px;
        padding: 4px;
    }

        .edit-culb-upload-voice-item-del img {
            width: 11px;
        }

    /* 新游资讯 */

    /* 弹窗 */
    /* 修改密码 */



    .modal-box {
        border-radius: 16px;
        box-shadow: 0 6px 25px rgba(0, 0, 0, 0.18);
        padding: 20px 34px;
    }

    .w600 {
        width: 480px;
    }

    .w800 {
        width: 640px;
    }


    .modal-box::before {
        height: 60px;
        border-radius: 16px 16px 0px 0px;
    }



    .modal-header {
        margin-bottom: 40px;
    }


    .modal-title {
        font-size: 16px;
    }

    .modal-close {
        font-size: 14px;
        padding: 1px 4px;
        right: -24px;
    }

        .modal-close img {
            width: 24px;
            height: 24px;
        }

    .modal-form .form-group {
        margin-bottom: 32px;
    }

    .modal-form label {
        margin-bottom: 9px;
        font-size: 14px;
    }

    .required {
        margin-right: 1px;
    }

    .modal-form input[type="password"] {
        border: 1px solid #dbeafe;
        border-radius: 8px;
        font-size: 14px;
        height: 38px;
        border: 1px solid #D9D9D9;
        padding: 0 16px;
    }




    .get-code {
        font-size: 14px;
        margin-left: 8px;
        right: 18px;
    }


    .submit-btn {
        width: 230px;
        height: 44px;
        border-radius: 61px;
        margin: 64px auto;
        font-size: 17px;
    }


    .modal-container {
        margin-top: -20px;
    }

        .modal-container p {
            font-size: 14px;
        }

    .modal-container-imgs img {
        display: block;
        width: calc((100% - 30px) / 4);
    }

    .form-group-upload {
        width: 93px;
        height: 93px;
        border-radius: 8px;
        border: 1px solid #D2D2D2;
        gap: 10px;
        font-size: 14px;
    }

        .form-group-upload img {
            width: 28px;
        }

    .form-group-textarea {
        height: 125px;
        border-radius: 8px;
        padding: 9px 12px;
        border: 1px solid #D9D9D9;
    }


    .rz-submit-btn {
        margin: 36px auto;
    }


    .model-tips .model-tips-img {
        width: 117px;
    }

    .model-container {
        margin: 30px auto;
        /*min-height: 184px;*/
    }

        .model-container p {
            font-size: 14px;
        }

    .model-btns {
        gap: 36px;
        margin-bottom: 40px;
    }

        .model-btns div {
            width: 135px;
            height: 44px;
            border-radius: 61px;
            font-size: 17px;
            border: solid #1D9AFF 1px;
            line-height: 42px;
        }




    .form-radio {
        gap: 28px;
    }

    .form-radio-item {
        width: 173px;
        height: 160px;
        border-radius: 8px;
        border: 1px solid #E3E2E5;
    }

        .form-radio-item > img {
            width: 70px;
        }

        .form-radio-item > p {
            font-size: 16px;
            margin-top: -11px;
        }

    .form-radio-item-check {
        width: 36px;
    }

    .form-radio-item.check {
        border: 1px solid #1D9AFF;
    }



    .modal-box .post-section {
        padding: 0 0 80px 0;
    }

    .post-section-imgs {
        gap: 9px;
        margin-bottom: 27px;
    }

        .post-section-imgs img {
            width: 22px;
        }


    /* 注册 */
    .my-register-title {
        font-size: 19px;
        margin-bottom: 27px;
    }

    .my-register-form-agree {
        margin-top: 10px;
    }

    .my-register-btn {
        margin-bottom: 20px;
    }

    .my-register-form-item label {
        left: 17px;
        top: -8px;
        height: 20px;
        border-radius: 0px 0px 0px 0px;
        padding: 0 4px;
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 1201px) and (min-width: 992px) {

    .footer-main,
    .news-section,
    .w1400 {
        max-width: 900px;
    }

    /* 头部 */

    header {
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03);
        border-bottom: 1px solid #eaeaea;
    }

    .header-inner {
        max-width: 979px;
        height: 56px;
        padding: 0 22px;
    }

    .main {
        padding-top: 56px;
    }

    .nav-menu > div > a {
        line-height: 56px;
    }


    .logo-area img {
        width: 80px;
    }


    .nav-menu {
        gap: 62px;
        margin-right: 49px;
    }

        .nav-menu a,
        .user-avatar ul li a {
            font-size: 14px;
            line-height: 18px;
        }

    .user-avatar ul li a,
    .nav-menu-nav-level a {
        line-height: 30px !important;
    }

    .user-avatar {
        width: 32px;
        height: 32px;
        margin-left: 18px;
    }

    .user-mail {
        width: 16px;
    }

        .user-mail span {
            border-radius: 5px;
            border: 1px solid #FFFFFF;
            font-size: 12px;
            line-height: 12px;
            padding: 0 3px;
            left: 11px;
            top: -2px;
        }

    .user-v {
        width: 55px;
        border-radius: 9px 9px 9px 9px;
        margin: 0 0 0 28px;
        padding: 0 7px;
        font-size: 14px;
        line-height: 18px;
    }

        .user-v span {
            width: 9px;
            height: 9px;
            font-size: 14px;
            line-height: 8px;
        }

    .header-login-btn {
        width: 63px;
        height: 28px;
        font-size: 14px;
        line-height: 26px;
    }

    .hero {
        margin-bottom: 18px;
    }

    .section {
        padding: 28px 0;
    }

    .section-title {
        font-size: 25px;
        line-height: 36px;
        gap: 6px;
    }

        .section-title img {
            width: 42px;
        }
    

    .content-empty img {
        width:40%;
    }

    .user-recommend {
        margin-bottom: 44px;
    }

    .user-card {
        padding: 17px 15px;
        border-radius: 12px;
    }

    .user-card-voice {
        height: 16px;
        border-radius: 73px 73px 73px 73px;
        top: 7px;
        right: 7px;
        padding: 0 4px;
        gap: 5px;
        font-size: 14px;
        line-height: 14px;
    }

        .user-card-voice img {
            width: 11px;
        }





    .user-card .name {
        font-size: 14px;
        line-height: 18px;
        margin: 12px 0 2px 0;
    }

    .user-card .desc {
        font-size: 14px;
        line-height: 14px;
        gap: 4px;
    }

        .user-card .desc img {
            width: 9px;
        }


    .user-card::after {
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        left: 2px;
        top: 2px;
        border-radius: 12px;
    }


    .game-tabs {
        gap: 35px;
        padding-left: 12px;
        margin: 45px 0 31px 0;
    }

    .game-title {
        gap: 12px;
        font-size: 21px;
        line-height: 30px;
    }

        .game-title img {
            width: 30px;
        }

    .game-tabs-li {
        gap: 21px;
    }

    .game-tab {
        width: 78px;
        height: 29px;
        border-radius: 79px;
        border: 1px solid #1D9AFF;
        font-size: 14px;
    }

    .game-list {
        margin-bottom: 15px;
        padding: 21px 0 35px 0;
    }

    .blue-bg::before {
        border-radius: 28px;
    }




    .game-more {
        gap: 5px;
        font-size: 14px;
    }

        .game-more img {
            width: 15px;
        }

        .game-more a {
            width: 60px;
            border-radius: 18px;
            border: 1px solid #FFFFFF;
            font-size: 14px;
            line-height: 24px;
            text-decoration: none;
        }


    .game-list-tile.blue .game-more a {
        border: 1px solid #1D9AFF;
    }


    .game-cards {
        margin-top: 16px;
    }

    .game-card {
        margin-bottom: 14px;
        border-radius: 7px;
        padding-bottom: 7px;
        box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.06);
    }



    .game-card-img {
        height: 147px;
        border-radius: 7px;
        margin-bottom: 5px;
    }


    .game-card-img-voice {
        height: 56px;
        border-radius: 0px 0px 7px 7px;
    }


    .volume-bar {
        height: 42px;
    }

    .volume-bar__item {
        border-radius: 2px 2px 0 0;
        width: 2px;
    }


    .game-card .name {
        font-size: 14px;
        line-height: 16px;
        margin: 2px 0;
    }

    .game-card .desc {
        font-size: 14px;
        line-height: 14px;
        gap: 5px;
    }

        .game-card .desc img {
            width: 14px;
        }


    .en-title {
        top: -27px;
        width: 615px;
    }

    .more-btn {
        margin: 15px auto 0 auto;
        border-radius: 39px;
        width: 201px;
        height: 39px;
        line-height: 39px;
        font-size: 15px;
    }


    .club-list {
        height: 410px;
        padding-bottom: 31px;
        margin: 28px auto;
    }

        .club-list .swiper-slide {
            height: calc((100% - 42px) / 2) !important;
        }


            .club-list .swiper-slide .swiper-slide-pic {
                height: calc(100% - 20px);
                border-radius: 7px;
                /*box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.06);*/
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .club-list .swiper-slide .swiper-slide-pic > img {
                width: 130px;
                height: 130px;
            }

            .club-list .swiper-slide .swiper-slide-name {
                font-family: Source Han Sans, Source Han Sans;
                font-weight: 400;
                font-size: 16px;
                color: #333333;
                line-height: 21px;
                text-align: center;
                font-style: normal;
                text-transform: none;
                margin-top: 5px;
            }


            .club-list .swiper-slide .club-total p {
                font-size: 15px;
                line-height: 22px;
                gap: 5px;
            }

                .club-list .swiper-slide .club-total p img {
                    width: 25px;
                }


        .club-list .swiper-pagination-bullet {
            width: 25px;
            height: 4px;
            border-radius: 4px;
        }


        .club-list .swiper-horizontal > .swiper-pagination-bullets,
        .club-list .swiper-pagination-bullets.swiper-pagination-horizontal,
        .club-list .swiper-pagination-custom,
        .news-section {
            margin-top: 22px;
        }

    .news-list {
        margin-top: 54px;
    }

    .news-item {
        margin-bottom: 46px;
        gap: 25px;
    }

        .news-item::before {
            width: calc(100% + 49px);
            left: -24px;
            height: calc(100% + 39px);
            box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.1);
            border-radius: 14px 14px 14px 14px;
            border: 2px solid #FFFFFF;
            top: -19px;
        }


        .news-item:hover .news-content {
            transform: translateX(14px);
        }

        .news-item .news-item-img {
            width: 262px;
            height: 147px;
            border-radius: 5px;
        }


    .news-content {
        border-bottom: 1px solid #D8D8D8;
        gap: 25px;
        padding-top: 11px;
    }

        .news-content .date {
            width: 62px;
            height: 62px;
            border-radius: 5px;
            padding: 3px 0;
        }

            .news-content .date h1 {
                font-size: 25px;
                line-height: 36px;
            }

            .news-content .date h6 {
                font-size: 14px;
                line-height: 16px;
            }


    .news-title {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .news-desc {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .news-mre {
        font-size: 14px;
        line-height: 14px;
        gap: 4px;
    }

        .news-mre img {
            width: 25px;
            height: 3px;
        }

    footer {
        padding: 37px 0 0 0;
        margin-top: 33px;
    }

    .footer-main {
        padding: 0 0 22px 0;
    }

    .footer-logo {
        gap: 28px;
    }

        .footer-logo img {
            width: 106px;
        }


    .footer-links h1 {
        font-size: 33px;
        line-height: 49px;
        margin-bottom: 14px;
    }

    .footer-links ul {
        margin-bottom: 35px;
    }

    .footer-links a {
        font-size: 14px;
    }


    .footer-qrcode {
        gap: 10px;
    }

        .footer-qrcode div {
            width: 91px;
        }

            .footer-qrcode div > img {
                border-radius: 5px;
                padding: 2px;
                margin-bottom: 10px;
            }

            .footer-qrcode div > p {
                font-size: 14px;
                line-height: 16px;
                gap: 4px;
            }

                .footer-qrcode div > p img {
                    width: 12px;
                }

    .footer-bottom {
        font-size: 14px;
        line-height: 14px;
        padding: 18px 0 23px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }


    /* 关于我们-html */

    /* 数据统计 */
    .about-stats {
        padding: 105px 0;
        margin-top: -18px;
    }

    .stats {
        gap: 182px;
        margin: 0 0 67px 0;
    }


    .stat-item .stat-num {
        font-size: 16px;
    }

        .stat-item .stat-num span {
            font-size: 39px;
            line-height: 35px;
        }

    .stat-item .stat-label {
        font-size: 20px;
        line-height: 35px;
    }

    /* 简介 */
    .intro {
        font-size: 20px;
        line-height: 35px;
    }

    /* 关于我们 */
    .about-section {
        padding: 49px 0 84px 0;
    }

    .about-title {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 35px;
    }

    .about-list {
        font-size: 16px;
        line-height: 24px;
    }

        .about-list li {
            margin-bottom: 14px;
            padding-left: 24px;
        }

            .about-list li::before {
                width: 7px;
                height: 7px;
                top: 9px;
            }

    /* 核心优势 */
    .core-section {
        padding: 58px 0 122px 0;
    }

    .core-title {
        font-size: 25px;
        line-height: 35px;
    }

    .core-list {
        margin: 37px auto 0;
    }

    .core-item {
        width: 234px;
        height: 307px;
        border-radius: 14px;
        border: 2px solid #FFFFFF;
    }

        .core-item .core-item-h1 {
            width: 100%;
            height: 70px;
            border-radius: 14px;
            font-size: 18px;
            line-height: 70px;
            margin: -2px 0 0 -2px;
        }




    .core-item-title {
        font-size: 19px;
        line-height: 28px;
        margin: 11px 0 11px 0;
    }

    .core-item-desc {
        font-size: 14px;
        line-height: 21px;
        padding: 0 16px;
    }

    .core-item img {
        width: 87px;
        right: 23px;
    }

    /* 联系我们 */
    .contact-section {
        padding: 32px 0 32px 0;
        margin-bottom: -33px;
    }

    .contact-title {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 16px;
    }

    .contact-info {
        font-size: 14px;
        line-height: 35px;
    }

    /* 俱乐部详情 */
    .main-wrap {
        width: 900px;
        gap: 22px;
        padding: 22px 0 0 0;
    }


    .main-right {
        width: 336px;
        gap: 16px;
    }

    .main-card {
        border-radius: 12px;
        padding: 15px;
        margin-bottom: 17px;
    }

    .banner-img {
        height: 298px;
        border-radius: 11px 11px 0 0;
    }

    .team-header {
        gap: 11px;
        padding: 15px 0;
        border-bottom: solid #D8D8D8 1px;
    }

    .team-avatar {
        width: 57px;
        height: 57px;
    }


    .team-info-top {
        margin-bottom: 7px;
    }

    .team-name {
        font-size: 18px;
        line-height: 26px;
    }

    .team-btns {
        gap: 11px;
    }

    .btn-main,
    .btn-play {
        border-radius: 12px;
        font-size: 14px;
        line-height: 25px;
        width: 67px;
    }


    .btn-sub {
        border-radius: 12px;
        font-size: 14px;
        line-height: 23px;
        width: 67px;
        border: 1px solid #C8C8C8;
    }

        .btn-sub:hover {
            border: 1px solid #FF821D;
        }


    .team-info-tags div {
        border-radius: 0px 0px 0px 0px;
        padding: 0 4px;
        font-size: 14px;
        margin-right: 4px;
    }

    .team-tags {
        padding: 14px 4px;
        gap: 14px;
    }

    .team-tag {
        border-radius: 8px;
        padding: 8px 18px;
        font-size: 14px;
        line-height: 14px;
    }

    .team-section {
        padding: 12px 0;
    }

    .team-section-title {
        font-size: 15px;
        line-height: 22px;
        gap: 9px;
        margin-bottom: 10px;
    }

        .team-section-title img {
            width: 16px;
        }

    .team-desc {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 18px;
    }

    .team-list {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 18px;
    }

        .team-list li {
            margin-bottom: 4px;
        }

        .team-list .icon {
            margin-right: 2px;
        }

    .team-img {
        border-radius: 8px;
        margin: 12px 0 0 0;
    }

    .dynamic-section {
        padding: 12px 0;
    }


    .dynamic-item {
        margin-bottom: 21px;
        padding-bottom: 30px;
    }

    .dynamic-meta {
        margin-bottom: 7px;
    }

    .dynamic-meta-time {
        font-size: 14px;
        line-height: 18px;
        gap: 5px;
    }

        .dynamic-meta-time img,
        .dynamic-meta-del img,
        .side-rate-del img {
            width: 18px;
        }

    .dynamic-meta-del,
    .side-rate-del {
        font-size: 14px;
        line-height: 15px;
        gap: 5px;
    }

    .dynamic-content {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 9px;
    }

    .dynamic-item .dynamic-imgs {
        gap: 9px;
    }



    .dynamic-tags {
        gap: 5px;
        margin-bottom: 5px;
    }

    .dynamic-tag {
        border-radius: 7px;
        padding: 1px 7px;
        font-size: 14px;
    }

    .post-section {
        border-radius: 11px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.04);
        padding: 16px 22px 35px 22px;
        margin-bottom: 28px;
    }


    .post-textarea {
        height: 125px;
        border-radius: 7px;
        font-size: 14px;
        padding: 7px;
        margin-bottom: 8px;
        border: 1px solid #D9D9D9;
    }

    .post-imgs {
        gap: 5px;
        margin-bottom: 8px;
    }

    .post-img {
        width: 81px;
        height: 81px;
        border-radius: 7px;
    }

    .post-upload {
        width: 81px;
        height: 81px;
        border: 1px solid #D2D2D2;
        border-radius: 7px;
        font-size: 14px;
        line-height: 16px;
    }

        .post-upload img {
            width: 25px;
            margin-bottom: 9px;
        }

    .post-tips {
        font-size: 14px;
        line-height: 12px;
        margin-bottom: 35px;
    }

    .post-footer {
        gap: 16px;
    }

        .post-footer > div {
            gap: 15px;
        }

    .post-input {
        border-radius: 5px;
        padding: 0 12px;
        width: 226px;
        height: 28px;
        border-radius: 7px 7px 7px 7px;
        border: 1px solid #D9D9D9;
        font-size: 14px;
        line-height: 14px;
    }


    .post-yzm {
        width: 56px;
        border-radius: 4px;
        font-size: 14px;
        line-height: 28px;
    }

    .post-btn {
        width: 84px;
        border-radius: 84px;
        font-size: 14px;
        line-height: 28px;
    }


    /* 右侧 */
    .side-card {
        border-radius: 11px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.04);
        padding: 15px;
    }

    .side-title {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .side-more {
        font-size: 14px;
        line-height: 16px;
    }

        .side-more img {
            width: 15px;
        }

        .side-more:hover img {
            transform: translateX(2px);
        }


    .side-user-item {
        margin-bottom: 14px;
        border-radius: 7px;
        padding-bottom: 7px;
        box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.06);
    }


    .side-user-avatar {
        height: 95px;
        border-radius: 7px;
        margin-bottom: 5px;
    }


    .side-user-name {
        font-size: 14px;
        line-height: 16px;
        margin: 2px 0;
    }

    .side-user-id {
        font-size: 12px;
        line-height: 14px;
        gap: 5px;
    }

    .side-user-item .side-user-id img {
        width: 9px;
    }

    

    .side-brand-list {
        gap: 15px;
    }

    .side-brand-item {
        width: 37%;
    }


    .side-brand-item .my-brand-logo {
        border-radius: 7px;
        padding: 8px 0;
        min-height: 129px;
        margin-bottom:0px;
    }

        .side-brand-item .my-brand-logo img {
            width: 90px;
            height: 90px;
        }

    .side-brand-item .my-brand-name {
        font-size: 16px;
        line-height: 22px;
        margin-bottom:10px;
    }

    .side-brand-item img {
        max-height: 129px;
    }


    /* 我的俱乐部 */

    .my-club-container {
        padding: 44px 0 87px 0;
    }

    .my-club-header {
        margin-bottom: 46px;
    }

    .my-club-title {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 46px;
    }

    .my-club-tabs {
        gap: 32px;
        border-bottom: solid #D8D8D8 1px;
    }

    .my-club-tab {
        font-size: 14px;
        line-height: 16px;
        padding-bottom: 8px;
    }

        .my-club-tab-active::before,
        .my-club-tab:hover::before {
            height: 2px;
        }

    .my-club-search-section {
        margin-bottom: 30px;
    }

    .my-club-search-tip {
        font-size: 21px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .my-club-search-bar {
        width: 560px;
        height: 35px;
    }

    .my-club-search-input {
        border-radius: 125px;
        border: 1px solid #1D9AFF;
        padding: 0 46px;
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    }

    .my-club-search-bar img {
        width: 16px;
        left: 15px;
    }

    .my-club-search-btn {
        width: 62px;
        height: 28px;
        border-radius: 66px;
        font-size: 14px;
        line-height: 28px;
        right: 4px;
    }


    .my-club-list {
        margin-bottom: 22px;
    }

    .my-club-item {
        gap: 11px;
        width: 160px;
        margin-left: 21px;
        margin-bottom: 21px;
    }

        .my-club-item.my-club-logo-new .my-club-logo {
            /*box-shadow: 0 1px 8px rgba(0, 60, 255, 0.04);*/
            border-radius: 9px;
            /*background: #fff;*/
            height: 133px;
        }

        .my-club-item.my-club-logo-new .my-club-name {
            font-size: 16px;
            line-height: 22px;
        }



    .my-club-logo img {
        width: 130px;
        height: 130px;
    }

    .my-club-status {
        font-size: 14px;
        line-height: 24px;
        gap: 2px;
    }

        .my-club-status span img {
            width: 14px;
            height: 14px;
        }

        .my-club-status.game-cards-my-club-status {
            font-size: 12px;
            line-height: 24px;
        }

            .my-club-status.game-cards-my-club-status img {
                width: 12px;
                height: 12px;
            }



    .my-club-pagination,
    .paging {
        gap: 5px;
        margin-top: 8px;
    }

        .my-club-page-btn,
        .paging li {
            border: 1px solid #eaf2fb;
            border-radius: 4px;
            width: 28px;
            border-radius: 5px;
            font-size: 14px;
            line-height: 28px;
        }



            .my-club-page-btn-active,
            .my-club-page-ellipsis,
            .paging li.active,
            .paging li.disabled {
                font-size: 14px;
                padding: 0 2px;
            }

    /* 登录 */


    .my-login-logo {
        width: 80px;
        top: 20px;
        left: 51px;
    }



    .my-login-main {
        width: 714px;
        border-radius: 16px;
        box-shadow: 0 5px 22px rgba(0, 60, 255, 0.08);
        height: 454px;
    }

    .my-login-left {
        width: 357px;
        border-radius: 16px 0 0 16px;
    }

    .my-login-banner-img {
        height: 454px;
        border-radius: 16px 0 0 16px;
    }

    .my-login-banner-text {
        top: 25px;
        font-size: 19px;
        letter-spacing: 1px;
    }

    .my-login-right {
        border-radius: 0 16px 16px 0;
    }

    .my-login-switch {
        top: 16px;
        right: 71px;
    }

    .my-login-switch-btn {
        font-size: 14px;
        border-radius: 2px;
        padding: 2px 9px;
    }

    .my-login-switch-img {
        width: 67px;
        height: 67px;
    }



    .my-login-account-panel {
        padding: 0 45px;
    }

    .my-login-qrcode-panel {
        padding: 65px 0 23px 0;
    }

    .my-login-qrcode-title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .my-login-qrcode-desc {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 33px;
    }

    .my-login-qrcode-img img {
        width: 154px;
        height: 154px;
        border-radius: 8px 8px 8px 8px;
        border: 1px solid #1D9AFF;
        margin-bottom: 72px;
    }

    .my-login-qrcode-footer {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 8px;
    }


    .my-login-tab {
        gap: 49px;
        margin-bottom: 43px;
    }

    .my-login-tab-btn {
        font-size: 16px;
        line-height: 24px;
    }


    .my-login-tab-btn-active::after {
        width: 23px;
        height: 2px;
        border-radius: 1px;
        bottom: -7px;
    }

    .my-login-form {
        gap: 16px;
    }

    .my-login-form-item {
        height: 33px;
    }

    .my-login-input {
        padding: 0 14px;
        border-radius: 7px;
        border: 1px solid #D9D9D9;
        font-size: 14px;
        line-height: 16px;
    }

    .my-login-form-item .err,
    .my-login-form-item .invalid-feedback {
        font-size: 14px;
    }


    .my-login-form-row {
        font-size: 14px;
    }

    .my-login-checkbox-label {
        gap: 2px;
        font-size: 14px;
    }



    .my-login-link {
        font-size: 14px;
    }



    .my-login-form-agree {
        font-size: 14px;
        line-height: 14px;
        margin-top: 26px;
        margin-bottom: -7px;
    }


    .my-login-btn {
        height: 33px;
        border-radius: 114px;
        border-radius: 16px;
        margin-bottom: 35px;
        font-size: 13px;
    }


    .my-login-sms-row {
        gap: 7px;
    }

    .my-login-sms-btn {
        font-size: 14px;
        line-height: 16px;
        right: 10px;
        line-height: 33px;
    }


    .my-login-register {
        font-size: 14px;
        line-height: 20px;
    }

        .my-login-register .my-login-link {
            margin-left: 2px;
            font-size: 14px;
        }

    .my-login-footer {
        bottom: 39px;
        font-size: 14px;
        line-height: 14px;
    }

    /* 电竞精英 */


    .esports-elite-container {
        margin: 28px auto 116px;
        border-radius: 19px;
        box-shadow: 0 5px 22px rgba(0, 60, 255, 0.08);
        padding: 51px 122px 66px 122px;
    }

        .esports-elite-container::before {
            height: 437px;
        }

    .esports-elite-title {
        font-size: 15px;
        margin-bottom: 12px;
        letter-spacing: 1px;
    }

    .esports-elite-avatar {
        width: 56px;
        height: 56px;
        margin-bottom: 19px;
    }

        .esports-elite-avatar img {
            width: 49px;
            height: 49px;
        }

    .esports-elite-form, .other-edit-profile-row {
        gap: 40px;
    }


    .esports-elite-label {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 6px;
    }


        .esports-elite-label p {
            font-size: 14px;
            line-height: 14px;
            margin-left: 2px;
        }

    .esports-elite-input,
    .esports-elite-textarea {
        padding: 8px 11px;
        height: 33px;
        border-radius: 7px;
        border: 1px solid #D9D9D9;
        font-size: 14px;
        line-height: 14px;
    }

    .esports-elite-textarea {
        height: 109px;
    }


    .esports-elite-textarea {
        min-height: 42px;
        max-height: 84px;
    }

    .esports-elite-form h2 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: -28px;
    }


    .esports-elite-qrcode img {
        width: 140px;
        height: 140px;
        border-radius: 8px 8px 8px 8px;
        border: 1px solid #D1D1D1;
    }
    
    .esports-elite-form .mingap {
        margin-top:-40px;
    }

    .esports-elite-tips {
        font-size: 14px;
        line-height: 18px;
        margin-top: 10px;
    }

    .esports-elite-heroes-list {
        gap: 12px;
        padding: 5px 0 2px 0;
        max-height: 198px;
    }





    .esports-elite-hero-selected .esports-elite-hero-img {
        border: 2px solid #1D9AFF;
    }


    .esports-elite-hero-item .esports-elite-hero-img-ico {
        width: 17px;
        height: 11px;
    }


    .esports-elite-hero-name {
        font-size: 14px;
        line-height: 14px;
        margin: 7px 0 6px 0;
    }


    .esports-elite-hero-input label {
        font-size: 14px;
        line-height: 12px;
        margin-bottom: 2px;
    }

    .esports-elite-hero-input input {
        width: 50px;
        height: 20px;
        border-radius: 4px;
        font-size: 14px;
        border: 1px solid #D9D9D9;
    }



    .esports-elite-submit-btn {
        width: 201px;
        height: 39px;
        border-radius: 53px;
        border-radius: 21px;
        padding: 9px 0;
        font-size: 14px;
        margin-top: 12px;
    }


    /* 编辑俱乐部资料 */


    .edit-culb-title {
        font-size: 21px;
        line-height: 30px;
    }

    .edit-culb-avatar-section {
        width: 70px;
        height: 70px;
        border-radius: 11px;
        margin: 37px auto 32px;
    }

    .edit-culb-avatar-section-id {
        font-size: 14px;
        color: #333333;
        line-height: 23px;
        text-align: center;
        font-style: normal;
        text-transform: none;
        margin: -12px 0 20px 0;
    }




    .edit-culb-type-section {
        gap: 14px;
        margin-top: 25px;
    }




    .edit-culb-upload-list {
        gap: 14px;
        margin-top: 14px;
    }

    .edit-culb-upload-item {
        width: 154px;
        height: 87px;
        border-radius: 7px;
        border: 1px dashed #eaf4ff;
    }

        .edit-culb-upload-item > img {
            border-radius: 7px;
        }

    .edit-culb-upload-item-del {
        height: 21px;
        gap: 3px;
        font-size: 14px;
        line-height: 12px;
        transform: translateY(21px);
    }

        .edit-culb-upload-item-del img {
            width: 11px;
        }


    .edit-culb-upload-add {
        width: 154px;
        height: 87px;
        border-radius: 7px;
        border: 1px solid #1D9AFF;
        font-size: 14px;
        line-height: 14px;
    }

        .edit-culb-upload-add img {
            width: 28px;
            margin-bottom: 7px;
        }






    .edit-culb-certificate-section {
        gap: 21px;
        margin-top: 9px;
        padding-left: 4px;
    }

    .edit-culb-certificate-img {
        width: 266px;
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    }


    .edit-culb-certificate-upload {
        gap: 14px;
    }

    .edit-culb-certificate-btn {
        width: 112px;
        border-radius: 16px;
        font-size: 14px;
        line-height: 32px;
    }


    .edit-culb-certificate-big {
        width: 112px;
        border-radius: 16px;
        border: 1px solid #D8D8D8;
        font-size: 14px;
        line-height: 32px;
        gap: 4px;
    }

        .edit-culb-certificate-big img {
            width: 14px;
        }

        .edit-culb-certificate-big:hover {
            gap: 0px;
        }


    /* 俱乐部名称 */

    .club-certification-add {
        width: 142px;
    }

    .club-certification-add-btn {
        height: 87px;
        border-radius: 7px;
    }


    .club-certification-add-txt {
        font-size: 14px;
        line-height: 14px;
        margin-top: 9px;
    }

    /* // 电竞俱乐部 */
    .esports-club-title,
    .esports-club-header {
        margin-bottom: 21px;
    }


    .my-club-radio-title {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px;
    }


    .my-club-radios-tag {
        height: 29px;
        border-radius: 79px;
        border: 1px solid #1D9AFF;
        padding: 0 14px;
        font-size: 14px;
        line-height: 27px;
        margin-right: 21px;
        margin-bottom: 21px;
    }


    /* 平台游戏 */
    .breadcrumb {
        font-size: 14px;
        line-height: 14px;
        margin: 16px 0 -11px;
    }

        .breadcrumb a {
            margin-left: 2px;
        }


    .message-container .edit-culb-title {
        margin-bottom: 32px;
    }

    .message-container {
        padding: 53px 105px;
    }



    .msg-list-container {
        margin: 30px auto 0;
    }

    .msg-list-header {
        gap: 17px;
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 8px;
    }

    .msg-list-btn {
        height: 25px;
        border-radius: 67px 67px 67px 67px;
        border: 1px solid #1D9AFF;
        font-size: 14px;
        line-height: 23px;
        padding: 0 11px;
    }


    .msg-list-checkbox-label {
        font-size: 14px;
        line-height: 16px;
        gap: 9px;
        margin-top: 2px;
    }

        .msg-list-checkbox-label div {
            width: 14px;
            height: 14px;
            border-radius: 2px 2px 2px 2px;
            border: 1px solid #BBBBBB;
        }


    .msg-list-content {
        margin-bottom: 49px;
    }

    .msg-list-item {
        gap: 11px;
        padding: 21px 0 21px 0;
        border-bottom: 1px solid #D8D8D8;
    }




    .msg-list-title-main {
        font-size: 14px;
        line-height: 20px;
    }



    .msg-list-time {
        font-size: 14px;
        line-height: 16px;
    }

    .msg-list-desc {
        font-size: 14px;
        line-height: 14px;
        margin-top: 14px;
    }

    /* 隐私协议 */
    .privacy-container {
        padding: 42px 56px 56px 56px;
    }


    .privacy-title-time {
        font-size: 14px;
        line-height: 16px;
        gap: 7px;
        margin: 17px 0 33px 0;
    }

        .privacy-title-time img {
            width: 14px;
        }


    .privacy-edits img {
        margin: 21px auto;
    }

    .privacy-edits p {
        font-size: 14px;
        line-height: 22px;
    }

    /* 联系我们 */
    .contact-main {
        padding: 98px 0 196px;
        margin-bottom: -33px;
    }



    .contact-main-container-info {
        width: 565px;
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
        border-radius: 14px 14px 14px 14px;
        padding: 40px 49px 40px 60px;
        gap: 43px;
    }


    .contact-main-container-info-item-img {
        width: 35px;
        height: 35px;
        box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.3);
        margin-right: 14px;
    }

        .contact-main-container-info-item-img img {
            width: 21px;
        }


    .contact-main-container-info-item-txt h1 {
        font-size: 14px;
        line-height: 20px;
    }

    .contact-main-container-info-item-txt h3 {
        font-size: 14px;
        line-height: 20px;
        margin: 0px;
    }

    /* 电竞精英详情 */


    .side-user-skill-item {
        width: 67px;
        margin-left: 11px;
        margin-bottom: 14px;
    }


    .side-skill-avatar {
        width: 67px;
        height: 67px;
        border-radius: 5px;
    }


    .side-skill-name {
        font-size: 14px;
        line-height: 14px;
        margin: 4px 0 2px 0;
    }

    .side-skill-dan {
        width: 55px;
        border-radius: 1px;
        font-size: 12px;
        line-height: 21px;
    }


    .side-user-club-item {
        margin-bottom: 16px;
        padding: 0 7px;
    }

    .side-club-avatar {
        width: 49px;
        height: 49px;
        margin-right: 9px;
    }



    .side-club-name {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 4px;
    }


    .side-rate-item {
        padding: 14px 7px;
        border-bottom: solid #D8D8D8 1px;
    }


    .side-rate-avatar {
        width: 39px;
        height: 39px;
        margin-right: 11px;
    }



    .side-rate-title {
        font-size: 15px;
        line-height: 22px;
    }

    .side-rate-title-time {
        font-size: 14px;
        line-height: 18px;
    }

    .side-rate-txt {
        font-size: 14px;
        line-height: 18px;
        margin-top: 4px;
    }

    .rate-more {
        width: 67px;
        height: 25px;
        border-radius: 67px 67px 67px 67px;
        border: 1px solid #2CA1FF;
        font-size: 14px;
        line-height: 23px;
        margin: 17px auto;
    }

    .side-rate {
        border-radius: 7px;
        padding: 7px 12px;
    }

    .side-rate-btn {
        width: 67px;
        border-radius: 67px;
        font-size: 14px;
        line-height: 25px;
    }


    .side-rate-divide-number {
        font-size: 49px;
        line-height: 68px;
        margin-right: 10px;
    }


    .side-rate-rates .imgs {
        gap: 5px;
        margin-bottom: 7px;
    }

        .side-rate-rates .imgs img {
            width: 19px;
        }

    .side-rate-all {
        padding: 0 2px;
        font-size: 12px;
        line-height: 14px;
        gap: 7px;
    }


    .game-list-tile .team-section-title {
        padding-left: 16px;
    }

    .news-detail-container {
        padding: 28px 28px 70px 28px;
        margin-top: 0;
    }


        .news-detail-container .privacy-title-time {
            margin: 14px auto;
        }

    .side-user-news {
        padding-bottom: 58px;
    }

    .side-user-news-item {
        border-bottom: solid #D8D8D8 1px;
        padding-bottom: 8px;
        margin-bottom: 14px;
    }

    .side-news-avatar {
        height: 142px;
        border-radius: 7px;
    }


    .side-news-name {
        font-size: 14px;
        line-height: 16px;
        margin: 8px 0 4px 0;
    }

    .side-news-dan {
        font-size: 14px;
        line-height: 16px;
    }

    .side-user-news-item:hover .side-news-name {
        transform: translateY(1px);
    }

    .side-user-news-item:hover .side-news-dan {
        transform: translateY(-1px);
    }


    /* 我的电竞精英 */
    .my-esports-header,
    .my-esports-header .my-club-title {
        margin-bottom: 37px;
    }

    .my-esports-tab {
        margin-bottom: 35px;
    }

    /* 编辑个人资料 */

    .edit-profile-container {
        padding: 51px 122px;
    }


    .edit-profile-row {
        gap: 28px;
    }


    .voice-upload {
        gap: 19px;
    }



    .edit-culb-upload-voice-add {
        width: 200px;
        height: 100px;
        border-radius: 7px;
        border: 1px solid #1D9AFF;
    }

        .edit-culb-upload-voice-add img {
            width: 25px;
        }

        .edit-culb-upload-voice-add span {
            font-size: 14px;
            line-height: 20px;
        }

        .edit-culb-upload-voice-add p {
            font-size: 14px;
            line-height: 18px;
            text-align: center;
            padding: 0 5px;
        }


    .edit-culb-upload-voice-item {
        width: 161px;
        min-height: 37px;
        border-radius: 2px;
        border: 1px solid #D9D9D9;
        padding: 3px 21px 3px 9px;
        gap: 5px;
    }

        .edit-culb-upload-voice-item > img {
            width: 14px;
            height: 14px;
            margin-top: 5px;
        }


    .edit-culb-upload-voice-item-txt h1 {
        font-size: 14px;
        line-height: 13px;
    }

    .edit-culb-upload-voice-item-txt h3 {
        font-size: 14px;
        line-height: 13px;
    }

    /* 新游资讯 */

    /* 弹窗 */
    /* 修改密码 */



    .modal-box {
        border-radius: 14px;
        box-shadow: 0 5px 22px rgba(0, 0, 0, 0.18);
        padding: 17px 30px;
    }

    .w600 {
        width: 420px;
    }

    .w800 {
        width: 560px;
    }


    .modal-box::before {
        height: 91px;
        border-radius: 14px 14px 0px 0px;
    }



    .modal-header {
        margin-bottom: 42px;
    }


    .modal-title {
        font-size: 14px;
    }

    .modal-close {
        font-size: 14px;
        padding: 1px 4px;
        right: -21px;
    }

        .modal-close img {
            width: 21px;
            height: 21px;
        }

    .modal-form .form-group {
        margin-bottom: 28px;
    }

    .modal-form label {
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 16px;
    }

    .required {
        margin-right: 1px;
    }

    .modal-form input[type="password"] {
        border: 1px solid #dbeafe;
        border-radius: 7px;
        font-size: 14px;
        height: 33px;
        border: 1px solid #D9D9D9;
        padding: 0 14px;
    }




    .get-code {
        font-size: 14px;
        margin-left: 7px;
        right: 16px;
    }


    .submit-btn {
        width: 201px;
        height: 39px;
        border-radius: 53px;
        margin: 56px auto;
        font-size: 15px;
    }


    .modal-container {
        margin-top: -17px;
    }

        .modal-container p {
            font-size: 14px;
            line-height: 20px;
        }

    .modal-container-imgs img {
        display: block;
        width: calc((100% - 30px) / 4);
    }

    .form-group-upload {
        width: 81px;
        height: 81px;
        border-radius: 7px;
        border: 1px solid #D2D2D2;
        gap: 9px;
        font-size: 14px;
        line-height: 14px;
    }

        .form-group-upload img {
            width: 25px;
        }

    .form-group-textarea {
        height: 109px;
        border-radius: 7px;
        padding: 8px 11px;
        border: 1px solid #D9D9D9;
    }


    .rz-submit-btn {
        margin: 31px auto;
    }


    .model-tips .model-tips-img {
        width: 102px;
    }

    .model-container {
        margin: 30px auto;
        /*min-height: 161px;*/
    }

        .model-container p {
            font-size: 14px;
            line-height: 20px;
        }

    .model-btns {
        gap: 31px;
        margin-bottom: 35px;
    }

        .model-btns div {
            width: 125px;
            height: 39px;
            border-radius: 53px;
            font-size: 15px;
            line-height: 22px;
            line-height: 37px;
            border: solid #1D9AFF 1px;
        }




    .form-radio {
        gap: 25px;
    }

    .form-radio-item {
        width: 151px;
        height: 140px;
        border-radius: 7px;
        border: 1px solid #E3E2E5;
    }

        .form-radio-item > img {
            width: 61px;
        }

        .form-radio-item > p {
            font-size: 14px;
            line-height: 20px;
            margin-top: -9px;
        }

    .form-radio-item-check {
        width: 32px;
    }

    .form-radio-item.check {
        border: 1px solid #1D9AFF;
    }

    .modal-box .post-section {
        padding: 0 0 70px 0;
    }

    .post-section-imgs {
        gap: 8px;
        margin-bottom: 23px;
    }

        .post-section-imgs img {
            width: 19px;
        }



    /* 注册 */
    .my-register-title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 23px;
    }

    .my-register-form-agree {
        margin-top: 9px;
    }

    .my-register-btn {
        margin-bottom: 17px;
    }

    .my-register-form-item label {
        left: 15px;
        top: -7px;
        height: 17px;
        border-radius: 0px 0px 0px 0px;
        padding: 0 3px;
        font-size: 14px;
        line-height: 17px;
    }
}

@media (max-width: 993px) and (min-width: 750px) {


    .footer-main,
    .news-section,
    .w1400 {
        max-width: 720px;
    }

    /* 头部 */

    header {
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03);
        border-bottom: 1px solid #eaeaea;
    }

    .header-login-btn {
        width: 63px;
        height: 28px;
        font-size: 14px;
        line-height: 26px;
    }


    .header-inner {
        max-width: 979px;
        height: 56px;
        padding: 0 22px;
    }

    .main {
        padding-top: 56px;
    }

    .nav-menu > div > a {
        line-height: 56px;
    }


    .logo-area img {
        width: 80px;
    }


    .nav-menu {
        gap: 30px;
        margin-right: 20px;
    }

        .nav-menu a,
        .user-avatar ul li a {
            font-size: 14px;
            line-height: 18px;
        }

    .user-avatar ul li a,
    .nav-menu-nav-level a {
        line-height: 30px !important;
    }

    .user-avatar {
        width: 32px;
        height: 32px;
        margin-left: 18px;
    }

    .user-mail {
        width: 16px;
    }

        .user-mail span {
            border-radius: 5px;
            border: 1px solid #FFFFFF;
            font-size: 12px;
            line-height: 12px;
            padding: 0 3px;
            left: 11px;
            top: -2px;
        }

    .user-v {
        width: 55px;
        border-radius: 9px 9px 9px 9px;
        margin: 0 0 0 28px;
        padding: 0 7px;
        font-size: 14px;
        line-height: 18px;
    }

        .user-v span {
            width: 9px;
            height: 9px;
            font-size: 14px;
            line-height: 8px;
        }

    .hero {
        margin-bottom: 18px;
    }


    .section {
        padding: 28px 0;
    }

    .section-title {
        font-size: 25px;
        line-height: 36px;
        gap: 6px;
    }

        .section-title img {
            width: 42px;
        }

    .content-empty img {
        width:50%;
    }

    .user-recommend {
        margin-bottom: 44px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .user-card {
        padding: 17px 15px;
        border-radius: 12px;
        width: 20%;
    }

    .user-card-voice {
        height: 16px;
        border-radius: 73px 73px 73px 73px;
        top: 7px;
        right: 7px;
        padding: 0 4px;
        gap: 5px;
        font-size: 14px;
        line-height: 14px;
    }

        .user-card-voice img {
            width: 11px;
        }





    .user-card .name {
        font-size: 14px;
        line-height: 18px;
        margin: 12px 0 2px 0;
    }

    .user-card .desc {
        font-size: 14px;
        line-height: 14px;
        gap: 4px;
    }

        .user-card .desc img {
            width: 9px;
        }


    .user-card::after {
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        left: 2px;
        top: 2px;
        border-radius: 12px;
    }


    .game-tabs {
        gap: 35px;
        padding-left: 12px;
        margin: 45px 0 31px 0;
    }

    .game-title {
        gap: 12px;
        font-size: 21px;
        line-height: 30px;
    }

        .game-title img {
            width: 30px;
        }

    .game-tabs-li {
        gap: 21px;
    }

    .game-tab {
        width: 78px;
        height: 29px;
        border-radius: 79px;
        border: 1px solid #1D9AFF;
        font-size: 14px;
    }

    .game-list {
        margin-bottom: 15px;
        padding: 21px 0 35px 0;
    }

    .blue-bg::before {
        border-radius: 28px;
    }




    .game-more {
        gap: 5px;
        font-size: 14px;
    }

        .game-more img {
            width: 15px;
        }

        .game-more a {
            width: 60px;
            border-radius: 18px;
            border: 1px solid #FFFFFF;
            font-size: 14px;
            line-height: 24px;
            text-decoration: none;
        }


    .game-list-tile.blue .game-more a {
        border: 1px solid #1D9AFF;
    }


    .game-cards {
        margin-top: 16px;
    }

    .game-card {
        margin-bottom: 14px;
        border-radius: 7px;
        padding-bottom: 7px;
        box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.06);
        width: 24%;
        margin-left: 1.3%;
    }

        .game-card:nth-child(6n+1) {
            margin-left: 1.3%;
        }

        .game-card:nth-child(4n+1) {
            margin-left: 0%;
        }



    .game-card-img {
        height: 147px;
        border-radius: 7px;
        margin-bottom: 5px;
    }


    .game-card-img-voice {
        height: 56px;
        border-radius: 0px 0px 7px 7px;
    }


    .volume-bar {
        height: 42px;
    }

    .volume-bar__item {
        border-radius: 2px 2px 0 0;
        width: 2px;
    }


    .game-card .name {
        font-size: 14px;
        line-height: 16px;
        margin: 2px 0;
    }

    .game-card .desc {
        font-size: 14px;
        line-height: 14px;
        gap: 5px;
    }

        .game-card .desc img {
            width: 14px;
        }


    .en-title {
        top: -27px;
        width: 615px;
    }

    .more-btn {
        margin: 15px auto 0 auto;
        border-radius: 39px;
        width: 201px;
        height: 39px;
        line-height: 39px;
        font-size: 15px;
    }


    .club-list {
        height: 339px;
        padding-bottom: 31px;
        margin: 28px auto;
    }

    .club-list {
        height: 410px;
        padding-bottom: 31px;
        margin: 28px auto;
    }

        .club-list .swiper-slide {
            height: calc((100% - 42px) / 2) !important;
        }


            .club-list .swiper-slide .swiper-slide-pic {
                height: calc(100% - 20px);
                border-radius: 7px;
                /*box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.06);*/
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .club-list .swiper-slide .swiper-slide-pic > img {
                width: 110px;
                height: 110px;
            }

            .club-list .swiper-slide .swiper-slide-name {
                font-family: Source Han Sans, Source Han Sans;
                font-weight: 400;
                font-size: 14px;
                color: #333333;
                line-height: 21px;
                text-align: center;
                font-style: normal;
                text-transform: none;
                margin-top: 5px;
            }



            .club-list .swiper-slide .club-total p {
                font-size: 15px;
                line-height: 22px;
                gap: 5px;
            }

                .club-list .swiper-slide .club-total p img {
                    width: 25px;
                }


        .club-list .swiper-pagination-bullet {
            width: 25px;
            height: 4px;
            border-radius: 4px;
        }


        .club-list .swiper-horizontal > .swiper-pagination-bullets,
        .club-list .swiper-pagination-bullets.swiper-pagination-horizontal,
        .club-list .swiper-pagination-custom,
        .news-section {
            margin-top: 22px;
        }

    .news-list {
        margin-top: 54px;
    }

    .news-item {
        margin-bottom: 46px;
        gap: 25px;
    }

        .news-item::before {
            width: calc(100% + 49px);
            left: -24px;
            height: calc(100% + 39px);
            box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.1);
            border-radius: 14px 14px 14px 14px;
            border: 2px solid #FFFFFF;
            top: -19px;
        }


        .news-item:hover .news-content {
            transform: translateX(14px);
        }

        .news-item .news-item-img {
            width: 262px;
            height: 147px;
            border-radius: 5px;
        }


    .news-content {
        border-bottom: 1px solid #D8D8D8;
        gap: 25px;
        padding-top: 11px;
    }

        .news-content .date {
            width: 62px;
            height: 62px;
            border-radius: 5px;
            padding: 3px 0;
        }

            .news-content .date h1 {
                font-size: 25px;
                line-height: 36px;
            }

            .news-content .date h6 {
                font-size: 14px;
                line-height: 16px;
            }


    .news-title {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .news-desc {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .news-mre {
        font-size: 14px;
        line-height: 14px;
        gap: 4px;
    }

        .news-mre img {
            width: 25px;
            height: 3px;
        }

    footer {
        padding: 37px 0 0 0;
        margin-top: 33px;
    }

    .footer-main {
        padding: 0 0 22px 0;
    }

    .footer-logo {
        gap: 28px;
    }

        .footer-logo img {
            width: 106px;
        }


    .footer-links h1 {
        font-size: 33px;
        line-height: 49px;
        margin-bottom: 14px;
    }

    .footer-links ul {
        margin-bottom: 35px;
    }

    .footer-links a {
        font-size: 14px;
    }


    .footer-qrcode {
        gap: 10px;
    }

        .footer-qrcode div {
            width: 91px;
        }

            .footer-qrcode div > img {
                border-radius: 5px;
                padding: 2px;
                margin-bottom: 10px;
            }

            .footer-qrcode div > p {
                font-size: 14px;
                line-height: 16px;
                gap: 4px;
            }

                .footer-qrcode div > p img {
                    width: 12px;
                }

    .footer-bottom {
        font-size: 14px;
        line-height: 14px;
        padding: 18px 0 23px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }


    /* 关于我们-html */

    /* 数据统计 */
    .about-stats {
        padding: 105px 0;
        margin-top: -18px;
    }

    .stats {
        gap: 182px;
        margin: 0 0 67px 0;
    }


    .stat-item .stat-num {
        font-size: 16px;
    }

        .stat-item .stat-num span {
            font-size: 39px;
            line-height: 35px;
        }

    .stat-item .stat-label {
        font-size: 20px;
        line-height: 35px;
    }

    /* 简介 */
    .intro {
        font-size: 20px;
        line-height: 35px;
    }

    /* 关于我们 */
    .about-section {
        padding: 49px 0 84px 0;
    }

    .about-title {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 35px;
    }

    .about-list {
        font-size: 16px;
        line-height: 24px;
    }

        .about-list li {
            margin-bottom: 14px;
            padding-left: 24px;
        }

            .about-list li::before {
                width: 7px;
                height: 7px;
                top: 9px;
            }

    /* 核心优势 */
    .core-section {
        padding: 58px 0 122px 0;
    }

    .core-title {
        font-size: 25px;
        line-height: 35px;
    }

    .core-list {
        margin: 37px auto 0;
    }

    .core-item {
        width: 234px;
        height: 307px;
        border-radius: 14px;
        border: 2px solid #FFFFFF;
    }

        .core-item .core-item-h1 {
            width: 100%;
            height: 70px;
            border-radius: 14px;
            font-size: 18px;
            line-height: 70px;
            margin: -2px 0 0 -2px;
        }




    .core-item-title {
        font-size: 19px;
        line-height: 28px;
        margin: 11px 0 11px 0;
    }

    .core-item-desc {
        font-size: 14px;
        line-height: 21px;
        padding: 0 16px;
    }

    .core-item img {
        width: 87px;
        right: 23px;
    }

    /* 联系我们 */
    .contact-section {
        padding: 32px 0 32px 0;
        margin-bottom: -33px;
    }

    .contact-title {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 16px;
    }

    .contact-info {
        font-size: 14px;
        line-height: 35px;
    }

    /* 俱乐部详情 */
    .main-wrap {
        width: 720px;
        gap: 22px;
        padding: 22px 0 0 0;
        flex-wrap: wrap;
    }


    .main-right {
        width: 100%;
        gap: 16px;
    }

    .main-card {
        border-radius: 12px;
        padding: 15px;
        margin-bottom: 17px;
    }

    .banner-img {
        height: 298px;
        border-radius: 11px 11px 0 0;
    }

    .team-header {
        gap: 11px;
        padding: 15px 0;
        border-bottom: solid #D8D8D8 1px;
    }

    .team-avatar {
        width: 57px;
        height: 57px;
    }


    .team-info-top {
        margin-bottom: 7px;
    }

    .team-name {
        font-size: 18px;
        line-height: 26px;
    }

    .team-btns {
        gap: 11px;
    }

    .btn-main,
    .btn-play {
        border-radius: 12px;
        font-size: 14px;
        line-height: 25px;
        width: 67px;
    }


    .btn-sub {
        border-radius: 12px;
        font-size: 14px;
        line-height: 23px;
        width: 67px;
        border: 1px solid #C8C8C8;
    }

        .btn-sub:hover {
            border: 1px solid #FF821D;
        }


    .team-info-tags div {
        border-radius: 0px 0px 0px 0px;
        padding: 0 4px;
        font-size: 14px;
        margin-right: 4px;
    }

    .team-tags {
        padding: 14px 4px;
        gap: 14px;
    }

    .team-tag {
        border-radius: 8px;
        padding: 8px 18px;
        font-size: 14px;
        line-height: 14px;
    }

    .team-section {
        padding: 12px 0;
    }

    .team-section-title {
        font-size: 15px;
        line-height: 22px;
        gap: 9px;
        margin-bottom: 10px;
    }

        .team-section-title img {
            width: 16px;
        }

    .team-desc {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 18px;
    }

    .team-list {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 18px;
    }

        .team-list li {
            margin-bottom: 4px;
        }

        .team-list .icon {
            margin-right: 2px;
        }

    .team-img {
        border-radius: 8px;
        margin: 12px 0 0 0;
    }

    .dynamic-section {
        padding: 12px 0;
    }


    .dynamic-item {
        margin-bottom: 18px;
        padding-bottom: 24px;
    }

    .dynamic-meta {
        margin-bottom: 7px;
    }

    .dynamic-meta-time {
        font-size: 14px;
        line-height: 18px;
        gap: 5px;
    }

        .dynamic-meta-time img,
        .dynamic-meta-del img,
        .side-rate-del img {
            width: 18px;
        }

    .dynamic-meta-del,
    .side-rate-del {
        font-size: 14px;
        line-height: 15px;
        gap: 5px;
    }

    .dynamic-content {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 9px;
    }

    .dynamic-item .dynamic-imgs {
        gap: 9px;
    }



    .dynamic-tags {
        gap: 5px;
        margin-bottom: 5px;
    }

    .dynamic-tag {
        border-radius: 7px;
        padding: 1px 7px;
        font-size: 14px;
    }

    .post-section {
        border-radius: 11px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.04);
        padding: 16px 22px 35px 22px;
        margin-bottom: 0px;
    }


    .post-textarea {
        height: 125px;
        border-radius: 7px;
        font-size: 14px;
        padding: 7px;
        margin-bottom: 8px;
        border: 1px solid #D9D9D9;
    }

    .post-imgs {
        gap: 5px;
        margin-bottom: 8px;
    }

    .post-img {
        width: 81px;
        height: 81px;
        border-radius: 7px;
    }

    .post-upload {
        width: 81px;
        height: 81px;
        border: 1px solid #D2D2D2;
        border-radius: 7px;
        font-size: 14px;
        line-height: 16px;
    }

        .post-upload img {
            width: 25px;
            margin-bottom: 9px;
        }

    .post-tips {
        font-size: 14px;
        line-height: 12px;
        margin-bottom: 35px;
    }

    .post-footer {
        gap: 16px;
    }

        .post-footer > div {
            gap: 15px;
        }

    .post-input {
        border-radius: 5px;
        padding: 0 12px;
        width: 226px;
        height: 28px;
        border-radius: 7px 7px 7px 7px;
        border: 1px solid #D9D9D9;
        font-size: 14px;
        line-height: 14px;
    }


    .post-yzm {
        width: 56px;
        border-radius: 4px;
        font-size: 14px;
        line-height: 28px;
    }

    .post-btn {
        width: 84px;
        border-radius: 84px;
        font-size: 14px;
        line-height: 28px;
    }


    /* 右侧 */
    .side-card {
        border-radius: 11px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.04);
        padding: 15px;
    }

    .side-title {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .side-more {
        font-size: 14px;
        line-height: 16px;
    }

        .side-more img {
            width: 15px;
        }

        .side-more:hover img {
            transform: translateX(2px);
        }


    .side-user-item {
        margin-bottom: 14px;
        border-radius: 7px;
        padding-bottom: 7px;
        box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.06);
    }

    .side-user-item:nth-child(3n+1) {
        margin-left: initial;
    }

    .side-user-item:nth-child(4n+1) {
        margin-left: 0;
    }


    .side-user-avatar {
        height: 147px;
        border-radius: 7px;
        margin-bottom: 5px;
    }


    .side-user-name {
        font-size: 14px;
        line-height: 16px;
        margin: 2px 0;
    }

    .side-user-id {
        font-size: 14px;
        line-height: 14px;
        gap: 5px;
    }

    .side-user-item .side-user-id img {
        width: 9px;
    }



    .side-brand-list {
        gap: 0;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .side-brand-item {
        width: 29%;
        margin-bottom: 15px;
        margin-left: 2%;
    }

        .side-brand-item .my-brand-logo {
            border-radius: 7px;
            padding: 8px 0;
            min-height: 129px;
            /*box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);*/
        }

            .side-brand-item .my-brand-logo img {
                width: 100px;
                height: 100px;
            }

        .side-brand-item .my-brand-name {
            font-size: 16px;
            line-height: 22px;
        }



/*
        .side-brand-item:nth-child(odd) {
            margin-left: 0;
        }*/

        .side-brand-item img {
            max-height: 129px;
        }


    /* 我的俱乐部 */

    .my-club-container {
        padding: 44px 0 87px 0;
    }

    .my-club-header {
        margin-bottom: 46px;
    }

    .my-club-title {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 46px;
    }

    .my-club-tabs {
        gap: 32px;
        border-bottom: solid #D8D8D8 1px;
    }

    .my-club-tab {
        font-size: 14px;
        line-height: 16px;
        padding-bottom: 8px;
    }

        .my-club-tab-active::before,
        .my-club-tab:hover::before {
            height: 2px;
        }

    .my-club-search-section {
        margin-bottom: 30px;
    }

    .my-club-search-tip {
        font-size: 21px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .my-club-search-bar {
        width: 560px;
        height: 35px;
    }

    .my-club-search-input {
        border-radius: 125px;
        border: 1px solid #1D9AFF;
        padding: 0 46px;
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    }

    .my-club-search-bar img {
        width: 16px;
        left: 15px;
    }

    .my-club-search-btn {
        width: 62px;
        height: 28px;
        border-radius: 66px;
        font-size: 14px;
        line-height: 28px;
        right: 4px;
    }


    .my-club-list {
        margin-bottom: 22px;
    }

    .my-club-item {
        gap: 11px;
        width: 23%;
        height: 180px;
        margin-left: 2%;
        margin-bottom: 21px;
    }

        .my-club-item.my-club-logo-new .my-club-logo {
            /*box-shadow: 0 1px 8px rgba(0, 60, 255, 0.04);*/
            border-radius: 9px;
            /*background: #fff;*/
            height: 130px;
        }

        .my-club-item.my-club-logo-new .my-club-name {
            font-size: 16px;
            line-height: 22px;
        }

        .my-club-item:nth-child(4n+1) {
            margin-left: 2%;
        }

        .my-club-item:nth-child(5n+1) {
            margin-left: 2%;
        }




    .my-club-logo img {
        width: 115px;
        height: 115px;
    }

    .my-club-status {
        font-size: 14px;
        line-height: 24px;
        gap: 2px;
    }

        .my-club-status span img {
            width: 14px;
            height: 14px;
        }

        .my-club-status.game-cards-my-club-status {
            font-size: 12px;
            line-height: 24px;
        }

            .my-club-status.game-cards-my-club-status img {
                width: 12px;
                height: 12px;
            }


    .my-club-pagination,
    .paging {
        gap: 5px;
        margin-top: 8px;
    }

        .my-club-page-btn,
        .paging li {
            border: 1px solid #eaf2fb;
            border-radius: 4px;
            width: 28px;
            border-radius: 5px;
            font-size: 14px;
            line-height: 28px;
        }



            .my-club-page-btn-active,
            .my-club-page-ellipsis,
            .paging li.active,
            .paging li.disabled {
                font-size: 14px;
                padding: 0 2px;
            }

    /* 登录 */


    .my-login-logo {
        width: 80px;
        top: 20px;
        left: 51px;
    }



    .my-login-main {
        width: 714px;
        border-radius: 16px;
        box-shadow: 0 5px 22px rgba(0, 60, 255, 0.08);
        height: 454px;
    }

    .my-login-left {
        width: 357px;
        border-radius: 16px 0 0 16px;
    }

    .my-login-banner-img {
        height: 454px;
        border-radius: 16px 0 0 16px;
    }

    .my-login-banner-text {
        top: 25px;
        font-size: 19px;
        letter-spacing: 1px;
    }

    .my-login-right {
        border-radius: 0 16px 16px 0;
    }

    .my-login-switch {
        top: 16px;
        right: 71px;
    }

    .my-login-switch-btn {
        font-size: 14px;
        border-radius: 2px;
        padding: 2px 9px;
    }

    .my-login-switch-img {
        width: 67px;
        height: 67px;
    }



    .my-login-account-panel {
        padding: 0 25px;
    }

    .my-login-qrcode-panel {
        padding: 65px 0 23px 0;
    }

    .my-login-qrcode-title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .my-login-qrcode-desc {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 33px;
    }

    .my-login-qrcode-img img {
        width: 154px;
        height: 154px;
        border-radius: 8px 8px 8px 8px;
        border: 1px solid #1D9AFF;
        margin-bottom: 72px;
    }

    .my-login-qrcode-footer {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 8px;
    }


    .my-login-tab {
        gap: 49px;
        margin-bottom: 43px;
    }

    .my-login-tab-btn {
        font-size: 16px;
        line-height: 24px;
    }


    .my-login-tab-btn-active::after {
        width: 23px;
        height: 2px;
        border-radius: 1px;
        bottom: -7px;
    }

    .my-login-form {
        gap: 16px;
    }

    .my-login-form-item {
        height: 33px;
    }

    .my-login-input {
        padding: 0 14px;
        border-radius: 7px;
        border: 1px solid #D9D9D9;
        font-size: 14px;
        line-height: 16px;
    }

    .my-login-form-item .err,
    .my-login-form-item .invalid-feedback {
        font-size: 12px;
    }


    .my-login-form-row {
        font-size: 14px;
    }

    .my-login-checkbox-label {
        gap: 2px;
        font-size: 14px;
    }



    .my-login-link {
        font-size: 14px;
    }



    .my-login-form-agree {
        font-size: 14px;
        line-height: 14px;
        margin-top: 26px;
        margin-bottom: -7px;
    }


    .my-login-btn {
        height: 33px;
        border-radius: 114px;
        border-radius: 16px;
        margin-bottom: 35px;
        font-size: 13px;
    }


    .my-login-sms-row {
        gap: 7px;
    }

    .my-login-sms-btn {
        font-size: 14px;
        line-height: 16px;
        right: 10px;
        line-height: 33px;
    }


    .my-login-register {
        font-size: 14px;
        line-height: 20px;
    }

        .my-login-register .my-login-link {
            margin-left: 2px;
            font-size: 14px;
        }

    .my-login-footer {
        bottom: 39px;
        font-size: 14px;
        line-height: 14px;
    }

    /* 电竞精英 */


    .esports-elite-container {
        margin: 28px auto 10px;
        border-radius: 19px;
        box-shadow: 0 5px 22px rgba(0, 60, 255, 0.08);
        padding: 51px 50px 66px 50px;
    }

        .esports-elite-container::before {
            height: 437px;
        }

    .esports-elite-title {
        font-size: 15px;
        margin-bottom: 12px;
        letter-spacing: 1px;
    }

    .esports-elite-avatar {
        width: 56px;
        height: 56px;
        margin-bottom: 19px;
    }

        .esports-elite-avatar img {
            width: 49px;
            height: 49px;
        }

    .esports-elite-form, .other-edit-profile-row {
        gap: 40px;
    }


    .esports-elite-label {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 6px;
    }


        .esports-elite-label p {
            font-size: 14px;
            line-height: 14px;
            margin-left: 2px;
        }

    .esports-elite-input,
    .esports-elite-textarea {
        padding: 8px 11px;
        height: 33px;
        border-radius: 7px;
        border: 1px solid #D9D9D9;
        font-size: 14px;
        line-height: 14px;
    }

    .esports-elite-textarea {
        height: 109px;
    }


    .esports-elite-textarea {
        min-height: 42px;
        max-height: 84px;
    }

    .esports-elite-form h2 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: -28px;
    }


    .esports-elite-qrcode img {
        width: 140px;
        height: 140px;
        border-radius: 8px 8px 8px 8px;
        border: 1px solid #D1D1D1;
    }

    .esports-elite-tips {
        font-size: 14px;
        line-height: 18px;
        margin-top: 10px;
    }

    .esports-elite-heroes-list {
        gap: 12px;
        padding: 5px 0 2px 0;
        max-height: 198px;
    }





    .esports-elite-hero-selected .esports-elite-hero-img {
        border: 2px solid #1D9AFF;
    }


    .esports-elite-hero-item .esports-elite-hero-img-ico {
        width: 17px;
        height: 11px;
    }


    .esports-elite-hero-name {
        font-size: 14px;
        line-height: 14px;
        margin: 7px 0 6px 0;
    }


    .esports-elite-hero-input label {
        font-size: 14px;
        line-height: 12px;
        margin-bottom: 2px;
    }

    .esports-elite-hero-input input {
        width: 50px;
        height: 20px;
        border-radius: 4px;
        font-size: 14px;
        border: 1px solid #D9D9D9;
    }



    .esports-elite-submit-btn {
        width: 201px;
        height: 39px;
        border-radius: 53px;
        border-radius: 21px;
        padding: 9px 0;
        font-size: 14px;
        margin-top: 12px;
    }


    /* 编辑俱乐部资料 */


    .edit-culb-title {
        font-size: 21px;
        line-height: 30px;
    }

    .edit-culb-avatar-section {
        width: 70px;
        height: 70px;
        border-radius: 11px;
        margin: 37px auto 32px;
    }




    .edit-culb-type-section {
        gap: 14px;
        margin-top: 25px;
    }




    .edit-culb-upload-list {
        gap: 14px;
        margin-top: 14px;
    }

    .edit-culb-upload-item {
        width: 154px;
        height: 87px;
        border-radius: 7px;
        border: 1px dashed #eaf4ff;
    }

        .edit-culb-upload-item > img {
            border-radius: 7px;
        }

    .edit-culb-upload-item-del {
        height: 21px;
        gap: 3px;
        font-size: 14px;
        line-height: 12px;
        transform: translateY(21px);
    }

        .edit-culb-upload-item-del img {
            width: 11px;
        }


    .edit-culb-upload-add {
        width: 154px;
        height: 87px;
        border-radius: 7px;
        border: 1px solid #1D9AFF;
        font-size: 14px;
        line-height: 14px;
    }

        .edit-culb-upload-add img {
            width: 28px;
            margin-bottom: 7px;
        }






    .edit-culb-certificate-section {
        gap: 21px;
        margin-top: 9px;
        padding-left: 4px;
    }

    .edit-culb-certificate-img {
        width: 266px;
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    }


    .edit-culb-certificate-upload {
        gap: 14px;
    }

    .edit-culb-certificate-btn {
        width: 112px;
        border-radius: 16px;
        font-size: 14px;
        line-height: 32px;
    }


    .edit-culb-certificate-big {
        width: 112px;
        border-radius: 16px;
        border: 1px solid #D8D8D8;
        font-size: 14px;
        line-height: 32px;
        gap: 4px;
    }

        .edit-culb-certificate-big img {
            width: 14px;
        }

        .edit-culb-certificate-big:hover {
            gap: 0px;
        }


    /* 俱乐部名称 */

    .club-certification-add {
        width: 142px;
    }

    .club-certification-add-btn {
        height: 87px;
        border-radius: 7px;
    }


    .club-certification-add-txt {
        font-size: 14px;
        line-height: 14px;
        margin-top: 9px;
    }

    /* // 电竞俱乐部 */
    .esports-club-title,
    .esports-club-header {
        margin-bottom: 21px;
    }


    .my-club-radio-title {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px;
    }


    .my-club-radios-tag {
        height: 29px;
        border-radius: 79px;
        border: 1px solid #1D9AFF;
        padding: 0 14px;
        font-size: 14px;
        line-height: 27px;
        margin-right: 21px;
        margin-bottom: 21px;
    }


    /* 平台游戏 */
    .breadcrumb {
        font-size: 14px;
        line-height: 14px;
        margin: 16px 0 -11px;
    }

        .breadcrumb a {
            margin-left: 2px;
        }


    .message-container .edit-culb-title {
        margin-bottom: 32px;
    }

    .message-container {
        padding: 53px 105px;
    }



    .msg-list-container {
        margin: 30px auto 0;
    }

    .msg-list-header {
        gap: 17px;
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 8px;
    }

    .msg-list-btn {
        height: 25px;
        border-radius: 67px 67px 67px 67px;
        border: 1px solid #1D9AFF;
        font-size: 14px;
        line-height: 23px;
        padding: 0 11px;
    }


    .msg-list-checkbox-label {
        font-size: 14px;
        line-height: 16px;
        gap: 9px;
        margin-top: 2px;
    }

        .msg-list-checkbox-label div {
            width: 14px;
            height: 14px;
            border-radius: 2px 2px 2px 2px;
            border: 1px solid #BBBBBB;
        }


    .msg-list-content {
        margin-bottom: 49px;
    }

    .msg-list-item {
        gap: 11px;
        padding: 21px 0 21px 0;
        border-bottom: 1px solid #D8D8D8;
    }




    .msg-list-title-main {
        font-size: 14px;
        line-height: 20px;
    }



    .msg-list-time {
        font-size: 14px;
        line-height: 16px;
    }

    .msg-list-desc {
        font-size: 14px;
        line-height: 20px;
        margin-top: 14px;
    }

    /* 隐私协议 */
    .privacy-container {
        padding: 42px 56px 56px 56px;
    }


    .privacy-title-time {
        font-size: 14px;
        line-height: 16px;
        gap: 7px;
        margin: 17px 0 33px 0;
    }

        .privacy-title-time img {
            width: 14px;
        }


    .privacy-edits img {
        margin: 21px auto;
    }

    .privacy-edits p {
        font-size: 14px;
        line-height: 22px;
    }

    /* 联系我们 */
    .contact-main {
        padding: 98px 0 196px;
        margin-bottom: -33px;
    }



    .contact-main-container-info {
        width: 565px;
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
        border-radius: 14px 14px 14px 14px;
        padding: 40px 49px 40px 60px;
        gap: 43px;
    }


    .contact-main-container-info-item-img {
        width: 35px;
        height: 35px;
        box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.3);
        margin-right: 14px;
    }

        .contact-main-container-info-item-img img {
            width: 21px;
        }


    .contact-main-container-info-item-txt h1 {
        font-size: 14px;
        line-height: 20px;
    }

    .contact-main-container-info-item-txt h3 {
        font-size: 14px;
        line-height: 20px;
        margin: 0px;
    }

    /* 电竞精英详情 */


    .side-user-skill-item {
        width: 70px;
        margin-left: 11px;
        margin-bottom: 14px;
    }

        .side-user-skill-item:nth-child(4n+1) {
            margin-left: 11px;
        }



    .side-skill-avatar {
        width: 67px;
        height: 67px;
        border-radius: 5px;
    }


    .side-skill-name {
        font-size: 14px;
        line-height: 14px;
        margin: 4px 0 2px 0;
    }

    .side-skill-dan {
        width: 55px;
        border-radius: 1px;
        font-size: 12px;
        line-height: 21px;
    }


    .side-user-club-item {
        margin-bottom: 16px;
        padding: 0 7px;
    }

    .side-club-avatar {
        width: 49px;
        height: 49px;
        margin-right: 9px;
    }



    .side-club-name {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 4px;
    }


    .side-rate-item {
        padding: 14px 7px;
        border-bottom: solid #D8D8D8 1px;
    }


    .side-rate-avatar {
        width: 39px;
        height: 39px;
        margin-right: 11px;
    }



    .side-rate-title {
        font-size: 15px;
        line-height: 22px;
    }

    .side-rate-title-time {
        font-size: 14px;
        line-height: 18px;
    }

    .side-rate-txt {
        font-size: 14px;
        line-height: 18px;
        margin-top: 4px;
    }

    .rate-more {
        width: 67px;
        height: 25px;
        border-radius: 67px 67px 67px 67px;
        border: 1px solid #2CA1FF;
        font-size: 14px;
        line-height: 23px;
        margin: 17px auto;
    }

    .side-rate {
        border-radius: 7px;
        padding: 7px 12px;
    }

    .side-rate-btn {
        width: 67px;
        border-radius: 67px;
        font-size: 14px;
        line-height: 25px;
    }


    .side-rate-divide-number {
        font-size: 49px;
        line-height: 68px;
        margin-right: 10px;
    }


    .side-rate-rates .imgs {
        gap: 5px;
        margin-bottom: 7px;
    }

        .side-rate-rates .imgs img {
            width: 19px;
        }

    .side-rate-all {
        padding: 0 2px;
        font-size: 12px;
        line-height: 14px;
        gap: 7px;
    }


    .game-list-tile .team-section-title {
        padding-left: 16px;
    }

    .news-detail-container {
        padding: 28px 28px 70px 28px;
        margin-top: 0;
    }


        .news-detail-container .privacy-title-time {
            margin: 14px auto;
        }

    .side-user-news {
        padding-bottom: 10px;
        display: flex;
        flex-wrap: wrap;
    }

    .side-user-news-item {
        border-bottom: solid #D8D8D8 1px;
        padding-bottom: 8px;
        margin-bottom: 14px;
        width: 49%;
        margin-left: 2%;
    }

        .side-user-news-item:nth-child(odd) {
            margin-left: 0;
        }

    .side-news-avatar {
        height: 142px;
        border-radius: 7px;
    }


    .side-news-name {
        font-size: 14px;
        line-height: 16px;
        margin: 8px 0 4px 0;
    }

    .side-news-dan {
        font-size: 14px;
        line-height: 16px;
    }

    .side-user-news-item:hover .side-news-name {
        transform: translateY(1px);
    }

    .side-user-news-item:hover .side-news-dan {
        transform: translateY(-1px);
    }


    /* 我的电竞精英 */
    .my-esports-header,
    .my-esports-header .my-club-title {
        margin-bottom: 37px;
    }

    .my-esports-tab {
        margin-bottom: 35px;
    }

    /* 编辑个人资料 */

    .edit-profile-container {
        padding: 51px;
    }


    .edit-profile-row {
        gap: 28px;
    }


    .voice-upload {
        gap: 19px;
    }



    .edit-culb-upload-voice-add {
        width: 200px;
        height: 100px;
        border-radius: 7px;
        border: 1px solid #1D9AFF;
    }

        .edit-culb-upload-voice-add img {
            width: 25px;
        }

        .edit-culb-upload-voice-add span {
            font-size: 14px;
            line-height: 20px;
        }

        .edit-culb-upload-voice-add p {
            font-size: 14px;
            line-height: 18px;
            text-align: center;
            padding: 0 5px;
        }


    .edit-culb-upload-voice-item {
        width: 161px;
        min-height: 37px;
        border-radius: 2px;
        border: 1px solid #D9D9D9;
        padding: 3px 21px 3px 9px;
        gap: 5px;
    }

        .edit-culb-upload-voice-item > img {
            width: 14px;
            height: 14px;
            margin-top: 5px;
        }


    .edit-culb-upload-voice-item-txt h1 {
        font-size: 14px;
        line-height: 13px;
    }

    .edit-culb-upload-voice-item-txt h3 {
        font-size: 14px;
        line-height: 13px;
    }

    /* 新游资讯 */

    /* 弹窗 */
    /* 修改密码 */



    .modal-box {
        border-radius: 14px;
        box-shadow: 0 5px 22px rgba(0, 0, 0, 0.18);
        padding: 17px 30px;
    }

    .w600 {
        width: 560px;
    }

    .w800 {
        width: 700px;
    }


    .modal-box::before {
        height: 91px;
        border-radius: 14px 14px 0px 0px;
    }



    .modal-header {
        margin-bottom: 42px;
    }


    .modal-title {
        font-size: 14px;
    }

    .modal-close {
        font-size: 14px;
        padding: 1px 4px;
        right: -21px;
    }

        .modal-close img {
            width: 21px;
            height: 21px;
        }

    .modal-form .form-group {
        margin-bottom: 28px;
    }

    .modal-form label {
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 16px;
    }

    .required {
        margin-right: 1px;
    }

    .modal-form input[type="password"] {
        border: 1px solid #dbeafe;
        border-radius: 7px;
        font-size: 14px;
        height: 33px;
        border: 1px solid #D9D9D9;
        padding: 0 14px;
    }




    .get-code {
        font-size: 14px;
        margin-left: 7px;
        right: 16px;
    }


    .submit-btn {
        width: 201px;
        height: 39px;
        border-radius: 53px;
        margin: 56px auto;
        font-size: 15px;
    }


    .modal-container {
        margin-top: -17px;
    }

        .modal-container p {
            font-size: 14px;
            line-height: 20px;
        }

    .modal-container-imgs img {
        display: block;
        width: calc((100% - 30px) / 4);
    }

    .form-group-upload {
        width: 81px;
        height: 81px;
        border-radius: 7px;
        border: 1px solid #D2D2D2;
        gap: 9px;
        font-size: 14px;
        line-height: 14px;
    }

        .form-group-upload img {
            width: 25px;
        }

    .form-group-textarea {
        height: 109px;
        border-radius: 7px;
        padding: 8px 11px;
        border: 1px solid #D9D9D9;
    }


    .rz-submit-btn {
        margin: 31px auto;
    }


    .model-tips .model-tips-img {
        width: 102px;
    }

    .model-container {
        margin: 30px auto;
        /*min-height: 161px;*/
    }

        .model-container p {
            font-size: 14px;
            line-height: 20px;
        }

    .model-btns {
        gap: 31px;
        margin-bottom: 35px;
    }

        .model-btns div {
            width: 125px;
            height: 39px;
            border-radius: 53px;
            font-size: 15px;
            line-height: 22px;
            line-height: 37px;
            border: solid #1D9AFF 1px;
        }




    .form-radio {
        gap: 25px;
    }

    .form-radio-item {
        width: 151px;
        height: 140px;
        border-radius: 7px;
        border: 1px solid #E3E2E5;
    }

        .form-radio-item > img {
            width: 61px;
        }

        .form-radio-item > p {
            font-size: 14px;
            line-height: 20px;
            margin-top: -9px;
        }

    .form-radio-item-check {
        width: 32px;
    }

    .form-radio-item.check {
        border: 1px solid #1D9AFF;
    }

    .modal-box .post-section {
        padding: 0 0 70px 0;
    }

    .post-section-imgs {
        gap: 8px;
        margin-bottom: 23px;
    }

        .post-section-imgs img {
            width: 19px;
        }



    /* 注册 */
    .my-register-title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 23px;
    }

    .my-register-form-agree {
        margin-top: 9px;
    }

    .my-register-btn {
        margin-bottom: 17px;
    }

    .my-register-form-item label {
        left: 15px;
        top: -7px;
        height: 17px;
        border-radius: 0px 0px 0px 0px;
        padding: 0 3px;
        font-size: 14px;
        line-height: 17px;
    }
}

@media (max-width: 751px) and (min-width: 300px) {
    .pc {
        display: none !important;
    }

    .m {
        display: block !important;
    }

    html {
        font-size: calc(100vw/7.5);
    }

    .w1400 {
        width: 7.02rem;
    }

    .section-title {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: bold;
        font-size: .48rem;
        color: #333333;
        line-height: .7rem;
        font-style: normal;
        text-transform: none;
    }

        .section-title img {
            display: none;
        }
    

    .content-empty img {
        width:60%;
    }

    .hero {
        margin-bottom: 0;
    }

    .section {
        padding: .7rem 0 .3rem 0;
    }

    .game-tabs {
        flex-direction: column;
        gap: .4rem;
        margin: .62rem 0 .4rem 0;
        padding: 0;
    }

    .game-tabs-li {
        gap: .24rem;
    }

    .game-tab {
        width: 1.58rem;
        height: .62rem;
        border-radius: 2.26rem;
        border: .02rem solid #1D9AFF;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 500;
        font-size: .26rem;
        color: #1D9AFF;
        line-height: .36rem;
        font-style: normal;
        text-transform: none;
    }

    .game-title {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: bold;
        font-size: .4rem;
        color: #333333;
        line-height: .58rem;
        font-style: normal;
        text-transform: none;
        gap: .14rem;
    }

        .game-title img {
            width: .6rem;
        }

    .user-recommend {
        margin-bottom: .6rem;
        flex-wrap: wrap;
    }

    .user-card {
        width: 3.38rem;
        height: auto;
        background: linear-gradient(180deg, #FDFEFF 0%, #DFEEFF 98%);
        border-radius: .16rem;
        border: .02rem solid #9ECAFF;
        padding: .52rem .62rem;
        margin-bottom: .24rem;
    }

        .user-card::before,
        .user-card::after {
            display: none;
        }

        .user-card .name {
            font-family: Source Han Sans, Source Han Sans;
            font-size: .32rem;
            color: #333333;
            line-height: .46rem;
            text-align: center;
            font-style: normal;
            text-transform: none;
        }

        .user-card .desc {
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 500;
            font-size: .28rem;
            color: #666666;
            line-height: .4rem;
            text-align: center;
            font-style: normal;
            text-transform: none;
        }

    .user-card-voice {
        display: flex;
        top: .1rem;
        right: .1rem;
        width: 1.08rem;
        height: .5rem;
        background: linear-gradient(270deg, #00AAFF 0%, #9452FF 100%);
        border-radius: 1.1rem;
        gap: .04rem;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 500;
        font-size: .22rem;
        color: #FFFFFF;
        line-height: .4rem;
        font-style: normal;
        text-transform: none;
    }

        .user-card-voice img {
            width: .4rem;
        }

    .blue-bg::before {
        width: 7.5rem;
        border-radius: .4rem .4rem 0px 0px;
    }

    .en-title {
        display: none;
    }

    .game-more {
    }

        .game-more img {
            display: none;
        }

        .game-more span {
            display: none;
        }

        .game-more a {
            width: 1.3rem;
            height: .55rem;
            border-radius: .5rem;
            border: .02rem solid #FFFFFF;
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 500;
            font-size: .24rem;
            color: #FFFFFF;
            line-height: .52rem;
            text-align: center;
            font-style: normal;
            text-transform: none;
        }

    .game-list {
        padding: .2rem 0;
        margin-bottom: .42rem;
    }

    .game-cards {
        margin-top: .28rem;
    }

    .game-card {
        width: 3.38rem;
        height: auto;
        background: #FFFFFF;
        box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.06);
        border-radius: .16rem;
        margin-left: .24rem;
        margin-bottom: .24rem;
    }

        .game-card:nth-child(6n+1) {
            margin-left: .24rem;
        }

        .game-card:nth-child(odd) {
            margin-left: 0;
        }

    .game-card-img {
        height: 3.38rem;
        margin-bottom: .06rem;
    }

    .game-card .name {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: bold;
        font-size: .32rem;
        color: #333333;
        line-height: .46rem;
        font-style: normal;
        text-transform: none;
        margin: 0;
    }

    .game-card .desc {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 500;
        font-size: .26rem;
        color: #999999;
        line-height: .38rem;
        text-align: center;
        font-style: normal;
        text-transform: none;
        gap: .1rem;
    }

        .game-card .desc img {
            width: .25rem;
        }

    .more-btn {
        width: 2.8rem;
        height: .76rem;
        background: #1D9AFF;
        border-radius: 2.86rem;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 350;
        font-size: .3rem;
        color: #FFFFFF;
        line-height: .76rem;
        font-style: normal;
        text-transform: none;
        margin: .5rem auto 0;
    }

    .club-list {
        height: 7.5rem;
        background: linear-gradient(180deg, #FFFFFF 0%, #E6F7FF 13%, #E6F7FF 88%, rgba(255, 255, 255, 0) 100%);
        margin: 0;
        padding: .54rem .24rem .2rem .24rem;
        width: 7.5rem;
        margin-left: -.24rem;
    }

        .club-list .swiper-slide {
            height: 3.2rem !important;
            background-color: transparent;
        }

            .club-list .swiper-slide .swiper-slide-pic {
                height: 2.6rem;
                border-radius: 7px;
                /*box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.06);*/
                display: flex;
                justify-content: center;
                align-items: center;
                /*background-color: #fff;*/
            }

            .club-list .swiper-slide .swiper-slide-name {
                font-family: Source Han Sans, Source Han Sans;
                font-weight: 400;
                font-size: .3rem;
                color: #333333;
                line-height: .44rem;
                text-align: center;
                font-style: normal;
                text-transform: none;
                margin-top: .12rem;
            }

            .club-list .swiper-slide .swiper-slide-pic > img {
                object-fit: cover;
                max-width: 110px;
                max-height: 110px;
                border-radius:50%;
            }

        .club-list .swiper-pagination-bullet {
            width: .28rem;
            height: .1rem;
            background: #D8D8D8;
        }

    .news-section {
        margin-top: 0;
        padding-bottom: .83rem;
    }

    .news-list {
        margin-top: .38rem;
        margin-bottom: .7rem;
    }

    .news-item::before {
        display: none;
    }

    .news-item {
        width: 100%;
        flex-direction: column;
        gap: .2rem;
        margin-bottom: .36rem;
    }

    .news-mre {
        display: none;
    }

    .news-item .news-item-img {
        width: 100%;
        height: 3.94rem;
    }

    .news-content {
        width: 100%;
        flex-direction: column-reverse;
        padding-top: 0;
        gap: .18rem;
        padding-bottom: .3rem;
    }

    .news-title {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .32rem;
        color: #111111;
        line-height: .46rem;
        text-align: left;
        font-style: normal;
        text-transform: none;
        margin-bottom: .1rem;
    }

    .news-desc {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 350;
        font-size: .28rem;
        color: #666666;
        line-height: .4rem;
        text-align: justify;
        font-style: normal;
        text-transform: none;
        margin-bottom: .18rem;
    }

    .news-content .date {
        width: auto;
        height: .48rem;
        background: rgba(29, 154, 255, 0.1);
        border-radius: 1.46rem;
        padding: 0 .2rem;
    }

        .news-content .date h1 {
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 350;
            font-size: .28rem;
            color: #1D9AFF;
            line-height: .48rem;
            text-align: justify;
            font-style: normal;
            text-transform: none;
            margin: 0;
        }

    footer {
        padding: .58rem .24rem 0;
        margin-top: 0;
    }

    .footer-main {
        flex-direction: column-reverse;
        padding: 0 0 .28rem 0;
    }

    .footer-links {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: .78rem;
    }

        .footer-links > div {
            width: 100%;
            display: flex;
            flex-direction: column;
            gap: .78rem;
        }

        .footer-links ul {
            margin-bottom: 0;
        }

    .footer-logo {
        border-top: .02rem solid rgba(255, 255, 255, 0.09);
        align-items: center;
        justify-content: center;
        margin-top: .52rem;
        padding-top: .52rem;
        width: 100%;
        gap: 0;
    }

        .footer-logo img {
            width: 2.03rem;
        }

        .footer-logo h1 {
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 500;
            font-size: .34rem;
            color: #FFFFFF;
            line-height: .5rem;
            text-align: center;
            font-style: normal;
            text-transform: none;
            margin: .12rem 0 .46rem 0;
        }

    .footer-qrcode div {
        width: 2.11rem;
    }

        .footer-qrcode div > p {
            margin: 0;
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 400;
            font-size: .28rem;
            color: #ADB7CA;
            line-height: .4rem;
            text-align: center;
            font-style: normal;
            text-transform: none;
        }

            .footer-qrcode div > p img {
                display: none;
            }

    .footer-bottom {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .22rem;
        color: #ADB7CA;
        line-height: .32rem;
        text-align: center;
        font-style: normal;
        text-transform: none;
        padding: 0 0 .68rem 0;
        border-top: none;
    }

    header {
        width: 100%;
        height: 1rem;
        background: #FFFFFF;
        border-radius: 0px 0px 0px 0px;
    }

    .header-inner {
        height: 1rem;
        padding: 0 .24rem;
    }

    .logo-area img {
        width: 1.42rem;
    }

    .header-mbx {
        width: 1.24rem;
        height: .54rem;
        background: #FFFFFF;
        border-radius: .3rem;
        border: .02rem solid #1D9AFF;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .02rem;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 500;
        font-size: .24rem;
        color: #1D9AFF;
        line-height: .34rem;
        font-style: normal;
        text-transform: none;
    }

        .header-mbx img {
            display: block;
            width: .32rem;
        }

    .nav-user {
        flex: 1;
    }

        .nav-user .nav-menu {
            display: none;
        }

        .nav-user .user-area {
            margin-right: .2rem;
        }

    .user-v {
        width: 1.24rem;
        height: .54rem;
        background: #FEE6B5;
        border-radius: 2.62rem;
        margin: 0 0 0 .26rem;
        padding: 0 .22rem;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 500;
        font-size: .24rem;
        color: #CA7433;
        line-height: .54rem;
        font-style: normal;
        text-transform: none;
    }

    .user-avatar {
        width: .68rem;
        height: .68rem;
        margin-left: .28rem;
    }

    .user-v span {
        width: .29rem;
        height: .29rem;
        background: linear-gradient(301deg, #D67914 0%, #FFB235 100%);
        line-height: .29rem;
        font-size: .24rem;
    }

    .user-mail {
        width: .44rem;
        height: .44rem;
    }

    .user-avatar ul li a {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .3rem;
        color: #111111;
        line-height: .64rem;
        font-style: normal;
        text-transform: none;
    }

    .header-login-btn {
        width: auto;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 500;
        font-size: .24rem;
        color: #333333;
        line-height: .34rem;
        border: none;
        height: auto;
        padding: 0 .27rem;
        margin-right: .27rem;
    }

        .header-login-btn:hover {
            background-color: transparent;
            color: #333333;
        }

    .about-stats-title {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: bold;
        font-size: .48rem;
        color: #333333;
        line-height: .7rem;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .about-stats {
        margin-top: 0;
        padding: .6rem 0 .88rem 0;
    }

    .stats {
        margin-bottom: .6rem;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        gap: 0;
        margin-top: .52rem;
        flex-direction: row-reverse;
    }

    .stat-item {
        width: 50%;
    }

        .stat-item:first-child {
            width: 100%;
            margin-bottom: .56rem;
        }

        .stat-item .stat-num {
            font-size: .4rem;
        }

            .stat-item .stat-num span {
                font-family: D-DIN-PRO, D-DIN-PRO;
                font-weight: 700;
                font-size: 1rem;
                line-height: 1rem;
            }

        .stat-item .stat-label {
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 400;
            font-size: .44rem;
            color: #333333;
            line-height: 1rem;
            text-align: center;
            font-style: normal;
            text-transform: none;
        }

    .intro {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .36rem;
        color: #1E3554;
        line-height: .65rem;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .about-section {
        padding: .5rem 0 1.14rem 0;
        background: url(../images/m/lx-bg.jpg) no-repeat center top / cover;
    }

    .about-title {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 500;
        font-size: .48rem;
        color: #FFFFFF;
        line-height: .7rem;
        font-style: normal;
        text-transform: none;
        margin-bottom: .5rem;
    }

    .about-list {
        list-style: none;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .3rem;
        color: #FFFFFF;
        line-height: .44rem;
        text-align: justify;
        font-style: normal;
        text-transform: none;
        margin: 0;
    }

        .about-list li {
            padding-left: 0;
            margin-bottom: .44rem;
        }

            .about-list li::before {
                display: none;
            }

    .core-section {
        padding: .52rem 0 .64rem 0;
    }

    .core-title {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 500;
        font-size: .48rem;
        color: #333333;
        line-height: .7rem;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .core-list {
        margin: .66rem auto 0;
        flex-wrap: wrap;
    }

    .core-item {
        width: 3.38rem;
        height: 4.43rem;
        background: linear-gradient(180deg, #FFFFFF 0%, #EAF3FB 99%);
        border-radius: .2rem;
        border: .03rem solid #FFFFFF;
        margin-bottom: .26rem;
    }

        .core-item .core-item-h1 {
            width: 100%;
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 700;
            font-size: .34rem;
            color: #FFFFFF;
            text-align: center;
            font-style: normal;
            text-transform: none;
            line-height: 1rem;
            height: 1rem;
            border-radius: .2rem;
            margin: 0;
        }

    .core-item-title {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 700;
        font-size: .3rem;
        color: #333333;
        line-height: .44rem;
        text-align: center;
        font-style: normal;
        text-transform: none;
        margin: .16rem 0;
    }

    .core-item-desc {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .24rem;
        color: #333333;
        line-height: .34rem;
        text-align: justify;
        font-style: normal;
        text-transform: none;
        padding: 0 .24rem;
    }

    .core-item img {
        width: 1.27rem;
        right: .34rem;
    }

    .contact-section {
        padding: .62rem 0 1.08rem 0;
        background: url(../images/m/lx-bg.jpg) no-repeat center bottom / cover;
        margin-bottom: 0;
    }

    .contact-title {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 500;
        font-size: .48rem;
        color: #FFFFFF;
        line-height: .7rem;
        font-style: normal;
        text-transform: none;
        margin-bottom: .58rem;
    }

    .contact-info {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .3rem;
        color: #FFFFFF;
        line-height: .44rem;
        text-align: justify;
        font-style: normal;
        text-transform: none;
    }

    .esports-elite-container {
        width: 100%;
        border-radius: 0;
        padding: .5rem .45rem 1.34rem .45rem;
        margin: 0 auto;
    }

    .edit-culb-title {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 500;
        font-size: .42rem;
        color: #333333;
        line-height: .6rem;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .edit-culb-avatar-section {
        width: 1.4rem;
        height: 1.4rem;
        margin: .6rem auto;
    }

    .esports-elite-form, .other-edit-profile-row {
        gap: .42rem;
    }

    .esports-elite-label {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 500;
        font-size: .28rem;
        line-height: .4rem;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .esports-elite-input,
    .esports-elite-textarea {
        height: .8rem;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .28rem;
        padding: .2rem .3rem;
    }

    .club-certification-add {
        width: 6rem;
        margin: 0 auto;
        background: #EBF6FF;
        padding: .28rem 0;
    }

    .club-certification-add-btn {
        width: 100%;
        height: auto;
    }

    .esports-elite-container::before {
        height: 3.9rem;
    }

    .club-certification-add-txt {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .28rem;
        color: #1D9AFF;
        line-height: .4rem;
        font-style: normal;
        text-transform: none;
        margin-top: 0;
    }

    .esports-elite-label {
        display: flex;
        align-items: center;
        width: 100%;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .28rem;
        color: #333333;
        line-height: .4rem;
        font-style: normal;
        text-transform: none;
    }

        .esports-elite-label.esports-elite-label-spc {
            justify-content: space-between;
        }

        .esports-elite-label p,
        .esports-elite-label p span {
            color: #FF741D;
        }

    .club-certification-add-img {
        display: block;
        width: 6rem;
        margin: .56rem auto;
    }

    .esports-elite-textarea {
        height: 2.96rem;
    }

    .esports-elite-submit-btn {
        width: 5.8rem;
        height: .96rem;
        background: #1D9AFF;
        border-radius: 2.38rem;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 500;
        font-size: .34rem;
        color: #FFFFFF;
        line-height: .96rem;
        font-style: normal;
        text-transform: none;
        padding: 0;
        margin-top: 0.1rem;
    }

    .main-wrap {
        width: 100%;
        flex-wrap: wrap;
        padding: 0;
        gap: .2rem;
    }

    .main-left {
        width: 100%;
        flex: none;
    }

    .main-card {
        height: auto;
        background: #FFFFFF;
        border-radius: 0;
        width: 100%;
        padding: 0 .24rem .24rem;
        margin-bottom: .2rem;
        position: relative;
    }

    .banner-img {
        height: 3.95rem;
        border-radius: .2rem;
    }

    .team-tags {
        width: 100%;
        height: auto;
        gap: .24rem;
        padding: .24rem;
        align-items: center;
    }

    .team-tag {
        width: auto;
        height: .68rem;
        border-radius: 2.36rem;
        padding: 0 .26rem;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .28rem;
        line-height: .68rem;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .team-header {
        position: relative;
        /*padding-bottom: 1.2rem;*/
        padding-top: .18rem;
        gap: .22rem;
    }

    .team-avatar {
        width: 1.2rem;
        height: 1.2rem;
    }

    .team-name {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 500;
        font-size: .4rem;
        color: #333333;
        line-height: .58rem;
        font-style: normal;
        text-transform: none;
        text-align: left;
    }

    .team-btns {
        /*position: absolute;*/
        right: 0;
        bottom: .32rem;
        gap: .28rem;
    }

    .team-info-tags div {
        width: auto;
        height: .38rem;
        background: #F2F8FF;
        border-radius: 0px 0px 0px 0px;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .24rem;
        color: #1D9AFF;
        line-height: .38rem;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .btn-main,
    .btn-play {
        width: 1.71rem;
        height: .64rem;
        border-radius: 1.71rem;
        font-size: .27rem;
        line-height: .61rem;
    }

    .team-section-title {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: bold;
        font-size: .4rem;
        color: #333333;
        line-height: .58rem;
        text-align: left;
        font-style: normal;
        text-transform: none;
        gap: .14rem;
        margin-bottom: .22rem;
    }

        .team-section-title img {
            width: .42rem;
        }

    .team-desc {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .3rem;
        color: #666666;
        line-height: .48rem;
        text-align: justify;
        font-style: normal;
        text-transform: none;
        margin-bottom: .48rem;
    }

    .dynamic-meta-time {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .28rem;
        color: #9E9E9E;
        line-height: .4rem;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

        .dynamic-meta-time img,
        .dynamic-meta-del img,
        .side-rate-del img {
            width: .35rem;
        }

    .dynamic-meta-del,
    .side-rate-del {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .28rem;
        color: #799ACA;
        line-height: .4rem;
        text-align: justify;
        font-style: normal;
        text-transform: none;
    }

    .dynamic-item .dynamic-imgs {
        gap: .24rem;
        margin-bottom: .3rem;
        flex-wrap: wrap;
    }

    .dynamic-img {
        width: calc((100% - .24rem) / 2);
        flex: none;
    }

    .post-section {
        border-radius: 0;
        padding: .52rem .24rem;
        margin-bottom: 0;
    }

    .post-textarea {
        height: 100px;
        margin-top: .48rem;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .28rem;
        color: #999999;
        line-height: .4rem;
        font-style: normal;
        text-transform: none;
    }

    .post-upload-pc {
        display: none;
    }

    .post-upload-m {
        display: flex !important;
    }

    .post-imgs {
        width: 100%;
        align-items: center;
        flex-wrap: wrap;
    }

    .post-img,
    .post-upload {
        width: 2.18rem;
        height: 2.18rem;
        border-radius: .1rem;
        position: relative;
    }

        .post-img img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .post-img-del {
        position: absolute;
        right: -.3rem;
        top: -.3rem;
        width: .6rem;
        height: .6rem;
        padding: .1rem;
    }

    .post-tips {
        display: none;
    }

    .post-footer > div {
        gap: .23rem;
    }

    .post-input {
        flex: 1;
    }

    .post-upload {
        background: #EBF6FF;
        border-style: dashed;
        border-color: #1D9AFF;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .24rem;
        color: #6D6D6D;
        line-height: .34rem;
        font-style: normal;
        text-transform: none;
    }

        .post-upload img {
            width: .67rem;
            margin-bottom: .24rem;
        }

    .post-btn {
        width: 2.8rem;
        height: .76rem;
        background: #1D9AFF;
        border-radius: 2.86rem;
        margin: 0 auto;
    }

    .post-footer {
        gap: .84rem;
    }

    .side-card {
        border-radius: 0;
        padding: .34rem .24rem;
    }

    .side-more {
        display: none;
    }

    .side-title {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: bold;
        font-size: .4rem;
        color: #333333;
        line-height: .58rem;
        font-style: normal;
        text-transform: none;
        margin-bottom: .32rem;
    }

    .side-user-club {
        max-height: 100%;
        overflow-y: hidden;
    }

    .side-user-item {
        width: 3.38rem;
        margin-bottom: .24rem;
        margin-left: .26rem !important;
    }

    .side-user-item:nth-child(3n+1) {
        margin-left:initial;
    }

    .side-user-item:nth-child(4n+1) {
        margin-left: initial;
    }

    .side-user-item:nth-child(odd) {
        margin-left: 0px !important;
    }

    .side-user-avatar {
        height: 3.38rem;
        margin-bottom: 0;
    }

    .side-user-name {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: bold;
        font-size: .32rem;
        color: #333333;
        line-height: .46rem;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .side-user-id {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 500;
        font-size: .26rem;
        color: #999999;
        line-height: .38rem;
        text-align: center;
        font-style: normal;
        text-transform: none;
        gap: .1rem;
    }

        .side-user-id img {
            display: block;
            width: .25rem;
        }

    .main-right {
        gap: 0;
    }

    .side-brand-list {
        display: none;
    }

    .m-side-title {
        margin-bottom: 0;
    }

    .m-side-card {
        padding: 1.12rem .24rem;
    }

    .contact-main {
        padding: 0;
        background: transparent;
    }

    .contact-main-container {
        width: 100%;
    }

        .contact-main-container img {
            display: block;
            width: 15rem;
            margin-left: -7.5rem;
            max-width: none;
        }

    .esports-elite-form h2 {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 700;
        font-size: .32rem;
        color: #333333;
        line-height: .46rem;
        text-align: left;
        font-style: normal;
        text-transform: none;
        margin-bottom: -.28rem;
    }

    .esports-elite-qrcode {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .esports-elite-qrcode img {
            width: 3rem;
            height: 3rem;
        }
    
    .esports-elite-form .mingap {
        margin-top:-20px;
        text-align:left;
    }

    .esports-elite-tips {
        text-align: left;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .28rem;
        color: #1D9AFF;
        line-height: .4rem;
        font-style: normal;
        text-transform: none;
    }

    .esports-elite-label-h2 {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 500;
        font-size: .38rem;
        color: #333333;
        line-height: .56rem;
        text-align: center;
        font-style: normal;
        text-transform: none;
        width: 100%;
        display: block;
        margin: 1.09rem 0 0 0;
    }

    .esports-elite-heroes-list {
        margin-top: .5rem;
        gap: .35rem;
        width: 7.02rem;
        margin-left: -.21rem;
    }

    .esports-elite-hero-item {
        width: 2.08rem;
    }

    .esports-elite-hero-img {
        width: 2.08rem;
        height: 2.08rem;
    }

    .esports-elite-hero-name {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .28rem;
        color: #333333;
        line-height: .4rem;
        text-align: center;
        font-style: normal;
        text-transform: none;
        margin: .16rem 0 .06rem 0;
    }

    .esports-elite-hero-input label {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .24rem;
        color: #999999;
        line-height: .34rem;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .esports-elite-hero-input input {
        width: 1.6rem;
        height: .58rem;
        border-radius: .12rem;
    }

    .edit-culb-type-section {
        margin-top: .58rem;
        gap: .2rem;
        flex-wrap: wrap;
        /*width: 7.02rem;*/
        width:100%;
    }

    .edit-culb-type {
        width: 3rem;
        height: 1.46rem;
        background: #E8F1FF;
        border-radius: .22rem;
        padding: .18rem .2rem 0 .36rem;
    }

        .edit-culb-type h1 {
            font-family: Source Han Sans, Source Han Sans;
            font-weight: bold;
            font-size: .32rem;
            color: #333333;
            line-height: .46rem;
            text-align: left;
            font-style: normal;
            text-transform: none;
            margin-bottom: .14rem;
        }

        .edit-culb-type h3 {
            height: .46rem;
            background: #FFFFFF;
            padding: 0 .06rem;
            line-height: .46rem;
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 400;
            font-size: .29rem;
            color: #10D694;
            line-height: .46rem;
            text-align: center;
            font-style: normal;
            text-transform: none;
        }

        .edit-culb-type img {
            width: .63rem;
        }

    .edit-culb-upload-add {
        display: none;
    }

    .edit-culb-upload-list {
        flex-wrap: wrap;
        gap: .24rem;
    }

    .edit-culb-upload-item {
        width: 2.18rem;
        height: 2.18rem;
        border-radius: .2rem;
        border: none;
    }

    .edit-culb-upload-item-add {
        display: flex !important;
        background: #EBF6FF;
        width: 2.18rem;
        height: 2.18rem;
        border-radius: .2rem;
        border: .02rem solid #1D9AFF;
        align-items: center;
        justify-content: center;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .24rem;
        color: #333333;
        line-height: .34rem;
        font-style: normal;
        text-transform: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .edit-culb-upload-item-add img {
            width: .68rem;
            margin-bottom: .12rem;
            display: block;
        }

    .w702 {
        width: 7.02rem;
        margin-left: -.21rem;
    }

    .esports-elite-form-group-certification {
        margin: .32rem auto;
    }

    .edit-profile-row {
        gap: .42rem;
        flex-direction: column;
        margin-bottom: .76rem;
    }

        .edit-profile-row .esports-elite-form-group {
            width: 100%;
        }

    .m-edit-profile-row-label {
        justify-content: space-between;
    }

    .edit-profile-row .m-edit-profile-row-label p {
        color: #1D9AFF;
    }

    .voice-upload {
        flex-direction: column;
        width: 100%;
        gap: .48rem;
        align-items: flex-start;
        justify-content: center;
    }

    .esports-elite-tips.esports-elite-tips-mp3 {
        margin-bottom: -.53rem;
        text-align: left;
    }

    .edit-culb-upload-voice-add {
        width: 100%;
        height: 2.5rem;
    }

        .edit-culb-upload-voice-add img {
            width: .72rem;
        }

        .edit-culb-upload-voice-add span {
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 700;
            font-size: .3rem;
            color: #333333;
            line-height: .44rem;
            font-style: normal;
            text-transform: none;
            margin: .16rem 0;
        }

        .edit-culb-upload-voice-add p {
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 400;
            font-size: .24rem;
            color: #9E9E9E;
            line-height: .34rem;
            font-style: normal;
            text-transform: none;
        }

    .edit-culb-upload-voice-list {
        width: 100%;
    }

    .edit-culb-upload-voice-item {
        width: 100%;
        min-height: 1.46rem;
        padding: .2rem 1.5rem .2rem .36rem;
        background: url(../images//m/audio-bg.png) no-repeat center top/cover;
    }

        .edit-culb-upload-voice-item > img {
            display: none;
        }

    .edit-culb-upload-voice-item-txt h1 {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .34rem;
        color: #FFFFFF;
        line-height: .5rem;
        font-style: normal;
        text-transform: none;
        margin-bottom: .1rem;
    }

    .edit-culb-upload-voice-item-txt h3 {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .28rem;
        color: #FFFFFF;
        line-height: .4rem;
        font-style: normal;
        text-transform: none;
    }

    .edit-culb-upload-voice-item-del {
        width: .8rem;
        height: .8rem;
        top: 50%;
        transform: translateY(-50%);
        right: .24rem;
        padding: .2rem;
        z-index: 1;
    }

        .edit-culb-upload-voice-item-del img {
            width: 100%;
        }

    .edit-culb-avatar-section-id {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .32rem;
        color: #999999;
        line-height: .46rem;
        text-align: center;
        font-style: normal;
        text-transform: none;
        margin: -.34rem auto .5rem;
    }

    .my-club-container {
        padding: .36rem 0 .8rem 0;
    }

    .esports-club-title,
    .esports-club-header {
        margin-bottom: .44rem;
    }

    /*   .my-club-search-section {
        display: none;
    }*/

    .my-club-search-section.m-my-club-search-section {
        display: flex !important;
        margin-bottom: .52rem;
    }

    .my-club-title {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: bold;
        font-size: .48rem;
        color: #333333;
        line-height: .7rem;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .my-club-radio-title {
        font-size: 14px;
        margin-bottom: 5px;
        font-weight: normal;
        /*display: none;*/
    }

    .my-club-radios {
        display: flex;
        gap: .2rem;
        flex-wrap: wrap;
        margin-bottom: .3rem;
    }

    .my-club-radios-tag {
        width: auto;
        height: .62rem;
        border-radius: 2.26rem;
        border: .02rem solid #C7C7C7;
        padding: 0 .28rem;
        line-height: .58rem;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .26rem;
        color: #333333;
        font-style: normal;
        text-transform: none;
        margin: 0;
        min-width: 1.58rem;
        text-align: center;
    }

    .my-club-search-tip {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 500;
        font-size: .38rem;
        color: #333333;
        line-height: .56rem;
        text-align: center;
        font-style: normal;
        text-transform: none;
        margin-bottom: .32rem;
    }

    .my-club-search-bar {
        width: 100%;
        height: .7rem;
        margin-top: 10px;
    }

    .my-club-search-input {
        border-width: .02rem;
        padding: 0 1.24rem 0 .88rem;
        font-size: 12px;
    }

    .my-club-search-bar img {
        width: .35rem;
        left: .36rem;
    }

    .my-club-search-btn {
        width: 1.5rem;
        height: .67rem;
        background: #1D9AFF;
        border-radius: 1.9rem;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .28rem;
        color: #FFFFFF;
        line-height: .64rem;
        font-style: normal;
        text-transform: none;
    }

    .my-club-list {
        gap: .24rem;
        margin-bottom: 1.06rem;
    }

    .m-my-club-game-cards {
        margin-bottom: 1.06rem;
    }

    .my-club-item {
        width: 3.38rem;
        height: auto;
        background: #FFFFFF;
        margin: 0;
        justify-content: flex-start;
    }

        .my-club-item.my-club-logo-new .my-club-logo {
            /*box-shadow: 0px 3 8px 0px rgba(0, 0, 0, 0.06);*/
            border-radius: .14rem;
            /*background: #fff;*/
            height: 2.5rem;
        }

        .my-club-item.my-club-logo-new .my-club-name {
            font-size: .3rem;
            line-height: .44rem;
        }

    .my-club-logo img {
        max-width: 115px;
        max-height: 115px;
    }

    .my-club-status {
        font-size: 14px;
        line-height: 24px;
        gap: 2px;
    }

        .my-club-status span img {
            width: 14px;
            height: 14px;
        }

        .my-club-status.game-cards-my-club-status {
            font-size: 12px;
            line-height: 24px;
        }

            .my-club-status.game-cards-my-club-status img {
                width: 12px;
                height: 12px;
            }



    .my-club-page-btn,
    .paging li {
        width: .8rem;
        height: .8rem;
        background: #EFF5FE;
        border-radius: .16rem;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .28rem;
        color: #333333;
        line-height: .8rem;
        font-style: normal;
        text-transform: none;
    }

    .my-club-pagination,
    .paging {
        gap: .16rem;
        margin-top: 0rem;
    }

    .my-club-bg {
        background: linear-gradient(180deg, #F0F9FF 4%, rgba(255, 255, 255, 0) 100%);
    }

    .m-team-tags {
        display: flex !important;
        justify-content:center;
    }

    .pc-team-tags {
        display: none !important;
    }

    .team-info-wx {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .28rem;
        color: #9E9E9E;
        line-height: .4rem;
        font-style: normal;
        text-transform: none;
        margin-top: .12rem;
    }

    .side-user-skill {
        gap: .36rem;
    }

    .side-user-skill-item {
        margin: 0;
        width: 2.08rem;
    }

    .side-skill-avatar {
        width: 2.08rem;
        height: 2.08rem;
    }

    .side-skill-name {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .28rem;
        color: #333333;
        line-height: .4rem;
        text-align: center;
        font-style: normal;
        text-transform: none;
        margin: .16rem 0;
    }

    .side-skill-dan {
        width: 1.28rem;
        height: .42rem;
        background: #E3F2FF;
        border-radius: .04rem;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .28rem;
        color: #1D9AFF;
        line-height: .42rem;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .side-rate {
        padding: .18rem .28rem;
        margin-bottom: .2rem;
    }

    .side-rate-divide-number {
        font-family: D-DIN, D-DIN;
        font-weight: 700;
        font-size: 1.11rem;
        color: #1D9AFF;
        line-height: 1.22rem;
        font-style: normal;
        text-transform: none;
        margin-right: .24rem;
    }

    .side-rate-rates .imgs {
        gap: .12rem;
    }

        .side-rate-rates .imgs img {
            width: .45rem;
        }

    .side-rate-all {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .22rem;
        color: #9E9E9E;
        line-height: .32rem;
        font-style: normal;
        text-transform: none;
        gap: .32rem;
    }

    .side-rate-btn {
        width: 1.53rem;
        height: .57rem;
        background: #1D9AFF;
        border-radius: 1.54rem;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .25rem;
        color: #FFFFFF;
        line-height: .57rem;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .side-rate-avatar {
        width: .91rem;
        height: .91rem;
    }

    .side-rate-title {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .35rem;
        color: #333333;
        line-height: .5rem;
        font-style: normal;
        text-transform: none;
    }

    .side-rate-title-time {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .27rem;
        color: #9E9E9E;
        line-height: .43rem;
        text-align: justify;
        font-style: normal;
        text-transform: none;
    }

    .side-rate-txt {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .25rem;
        color: #666666;
        line-height: .41rem;
        text-align: justify;
        font-style: normal;
        text-transform: none;
    }

    .side-rate-list {
        max-height: 100%;
        overflow-y: hidden;
    }

    .side-rate-item {
        padding: .18rem;
    }

    .rate-more {
        width: 2.8rem;
        height: .76rem;
        background: #1D9AFF;
        border-radius: 2.86rem;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 350;
        font-size: .3rem;
        color: #FFFFFF;
        line-height: .76rem;
        text-align: center;
        font-style: normal;
        text-transform: none;
        margin: .58rem auto;
    }

    .m-detail-game-list {
        width: 100%;
        background-color: #fff;
        padding: .2rem .24rem;
        margin-bottom: 0;
    }

        .m-detail-game-list .game-list-tile .team-section-title {
            padding-left: 0
        }

        .m-detail-game-list .team-section-title img {
            display: none;
        }

        .m-detail-game-list .game-list-tile.blue .game-more a {
            display: none;
        }

    .m-detail-game-list-more {
        width: 280px;
        height: 76px;
        background: #1D9AFF;
        border-radius: 286px 286px 286px 286px;
    }

    .message-container .edit-culb-title {
        margin-bottom: .46rem;
    }

    .message-container {
        padding: .38rem .24rem .9rem .24rem;
    }

    .my-club-tabs {
        border-bottom: none;
        gap: .88rem;
        overflow-x: auto;
    }

    .my-club-tab {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .28rem;
        color: #333333;
        line-height: .4rem;
        text-align: center;
        font-style: normal;
        text-transform: none;
        white-space: nowrap;
    }

        .my-club-tab-active::before,
        .my-club-tab:hover::before {
            height: .04rem;
        }

        .my-club-tab-active,
        .my-club-tab:hover {
            color: #1D9AFF;
            font-weight: bold;
        }

    .msg-list-container {
        margin-top: .46rem;
    }

    .msg-list-header {
        width: 100%;
        position: relative;
        padding-bottom: .88rem;
        gap: .24rem
    }

        .msg-list-header .msg-list-checkbox-label {
            position: absolute;
            left: 0;
            bottom: 0;
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 400;
            font-size: .28rem;
            color: #666666;
            line-height: .4rem;
            font-style: normal;
            text-transform: none;
            gap: .32rem;
        }

    .msg-list-btn {
        width: 1.58rem;
        height: .62rem;
        border-radius: 2.26rem;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .26rem;
        color: #333333;
        font-style: normal;
        text-transform: none;
        padding: 0;
        line-height: .6rem;
    }

    .msg-list-checkbox-label div {
        width: .36rem;
        height: .36rem;
    }

    .msg-list-item {
        padding: .3rem 0;
        gap: .32rem;
    }

    .msg-list-title-main {
        font-family: Source Han Sans, Source Han Sans;
        font-size: .32rem;
        color: #333333;
        line-height: .46rem;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .msg-list-desc {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .28rem;
        color: #666666;
        line-height: .4rem;
        text-align: justify;
        font-style: normal;
        text-transform: none;
        margin: .16rem 0 0 0;
    }

    .msg-list-time {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .28rem;
        color: #9E9E9E;
        line-height: .4rem;
        text-align: justify;
        font-style: normal;
        text-transform: none;
        margin-top: .16rem;
    }

    .msg-list-content {
        margin-bottom: .98rem;
    }

    .my-club-header {
        margin-bottom: .48rem;
    }

    .m-my-club-title {
        margin-bottom: .48rem;
    }

    .my-esports-header .m-my-esports-title {
        margin-bottom: .46rem;
    }

    .my-esports-tab {
        margin-bottom: .52rem;
    }

    .m-my-esports-elite-info {
        display: flex !important;
        align-items: flex-end;
        justify-content: space-between;
        width: 100%;
        padding: 0 .24rem;
    }

    .m-my-esports-elite-info-txt {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .m-my-esports-elite-info-btn {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: .24rem;
    }

        .m-my-esports-elite-info-btn div {
            width: .48rem;
            height: .48rem;
        }

            .m-my-esports-elite-info-btn div img {
                display: block;
                width: 100%;
            }

    .my-esports-elite-game-cards-name,
    .my-esports-elite-game-cards-desc {
        display: none !important;
    }

    .privacy-title-time {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .28rem;
        color: #9E9E9E;
        line-height: .4rem;
        text-align: center;
        font-style: normal;
        text-transform: none;
        gap: .14rem;
        margin: .14rem auto .32rem;
    }

        .privacy-title-time img {
            width: .32rem;
        }

    .privacy-edits p {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 350;
        font-size: .32rem;
        color: #333333;
        line-height: .61rem;
        text-align: justify;
        font-style: normal;
        text-transform: none;
    }

    .side-user-news {
        padding-bottom: .32rem;
    }

    .side-user-news-item {
        margin-bottom: .36rem;
        padding-bottom: .36rem;
    }

    .news-more-btn {
        margin-bottom: .63rem;
    }

    .my-login-bg {
        background: url(../images/m/login-bg.jpg) no-repeat center top/cover;
        border-radius: 0px 0px 0px 0px;
    }

    .my-login-main {
        width: 100%;
        height: auto;
        background: transparent;
        border-radius: 0;
        box-shadow: none;
        position: relative;
        min-height: 100vh;
        padding: .8rem 0 .66rem 0;
    }

    .my-login-right {
        width: 100%;
        height: auto;
        border-radius: 0;
        background: transparent;
        align-items: center;
    }

    .my-login-logo {
        width: .99rem;
        position: relative;
        left: 0;
        top: 0;
    }

    .login-txt {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 500;
        font-size: .4rem;
        color: #333333;
        line-height: .58rem;
        font-style: normal;
        text-transform: none;
        margin: .14rem 0 .44rem 0;
    }

    .my-login-account-panel {
        padding: 0 .65rem;
    }

    .my-login-form {
        gap: .4rem
    }

    .my-register-form-item-focus label {
        display: none;
    }

    .my-login-input {
        height: 1rem;
        background: #FFFFFF;
        border-radius: 4.02rem;
        padding: 0 1rem;
        border: none;
    }

    .my-login-form-item {
        height: 1rem;
    }

        .my-login-form-item img {
            position: absolute;
            width: .4rem;
            left: .42rem;
            top: 50%;
            transform: translateY(-50%);
        }

    .my-login-sms-btn {
        line-height: 1rem;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .3rem;
        color: #1D9AFF;
        font-style: normal;
        text-transform: none;
        right: .42rem;
    }

    .my-login-form-item .err,
    .my-login-form-item .invalid-feedback {
        font-size: 12px;
        line-height: .4rem;
    }

    .my-login-form-agree {
        margin-top: .34rem;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .24rem;
        color: #666666;
        line-height: .34rem;
        font-style: normal;
        text-transform: none;
    }

    .my-login-btn {
        height: 1rem;
        font-size: .38rem;
        margin-bottom: .52rem;
    }

    .my-login-register .my-login-link {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .26rem;
        color: #1D9AFF;
        line-height: .38rem;
        font-style: normal;
        text-transform: none;
    }

    .m-my-login-tab {
        display: flex !important;
    }

    .my-login-tab {
        width: 100%;
        gap: 1.54rem;
        margin-bottom: .46rem;
    }

    .my-login-tab-btn {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .34rem;
        color: #666666;
        line-height: .5rem;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .my-login-tab-btn-active {
        color: #1D9AFF;
    }

    .my-login-tab.m-my-login-tab {
        margin-bottom: .84rem;
        margin-top: .1rem;
    }

    .my-login-qrcode-panel {
        padding: 0 0 .92rem 0;
        justify-content: flex-start;
    }

    .my-login-qrcode-img {
        width: 3.4rem;
        height: 3.4rem;
        margin-bottom: .32rem;
    }

        .my-login-qrcode-img img {
            width: 100%;
            height: 100%;
            border: none;
            border-radius: 0;
            margin-bottom: 0;
        }

    .my-login-qrcode-desc {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .28rem;
        color: #999999;
        line-height: .4rem;
        font-style: normal;
        text-transform: none;
        margin-bottom: 2.46rem;
    }

    .my-login-register {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .26rem;
        color: #666666;
        line-height: .38rem;
        font-style: normal;
        text-transform: none;
    }

    .wx-login-page-btn {
        width: .92rem;
        height: .92rem;
        margin: .5rem auto 0;
    }

    .w800,
    .w600 {
        width: 6.6rem;
        max-width: 100%;
    }

    .modal-box {
        border-radius: .2rem;
        padding: .44rem .4rem;
    }

    .modal-header {
        margin-bottom: .36rem;
        align-items: center;
        justify-content: center;
        padding: 0;
        position: relative;
    }

    .modal-close {
        position: absolute;
        top: -.26rem;
        right: -.35rem;
    }

    .modal-box::before {
        border-radius: .2rem .2rem 0 0;
        height: 1rem;
    }

    .modal-form label {
        font-size: .28rem;
        line-height: .4rem;
        margin-bottom: .24rem;
    }

    .form-group-upload {
        width: 2rem;
        height: 2rem;
        gap: .23rem;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .24rem;
        color: #6D6D6D;
        line-height: .34rem;
        font-style: normal;
        text-transform: none;
        border-style: dashed;
    }

        .form-group-upload img {
            width: .62rem;
        }

    .modal-form .form-group {
        margin-bottom: .46rem;
    }

    .form-group-textarea {
        height: 2.34rem;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .28rem;
        color: #999999;
        line-height: .4rem;
        font-style: normal;
        text-transform: none;
    }

    .submit-btn {
        width: 2.8rem;
        height: .76rem;
        background: #1D9AFF;
        border-radius: 2.86rem;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 350;
        font-size: .3rem;
        color: #FFFFFF;
        line-height: .76rem;
        text-align: center;
        font-style: normal;
        text-transform: none;
        margin: .6rem auto;
    }

    .model-btns div {
        width: 2.8rem;
        height: .76rem;
        font-size: .3rem;
        line-height: .76rem;
    }

    .model-btns {
        gap: .2rem;
    }

    .model-tips .model-tips-img {
        width: 1.84rem;
    }

    .model-container {
        margin: .5rem auto;
        /*min-height: 3rem;*/
    }

        .model-container p {
            margin-bottom: 0;
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 400;
            font-size: .3rem;
            color: #9E9E9E;
            line-height: .4rem;
            text-align: justify;
            font-style: normal;
            text-transform: none;
        }

    .modal-form input[type="password"] {
        height: .88rem;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .28rem;
        color: #999999;
        font-style: normal;
        text-transform: none;
        padding: 0 .34rem;
    }

    .get-code {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .28rem;
        color: #1D9AFF;
        font-style: normal;
        text-transform: none;
    }

    .form-radio {
        gap: .36rem;
        margin: 1.04rem auto;
    }

    .form-radio-item {
        width: 2.72rem;
        height: 2.84rem;
        background: #F6F6F6;
        border-radius: .2rem;
        border: .02rem solid #E3E2E5;
    }

        .form-radio-item > img {
            width: 1.68rem;
        }

        .form-radio-item > p {
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 400;
            font-size: .3rem;
            color: #666666;
            line-height: .44rem;
            font-style: normal;
            text-transform: none;
            margin-top: -.22rem;
        }

    .form-radio-item-check {
        width: .6rem;
    }

    .modal-container {
        width: 100%;
        height: auto;
        margin-top: .42rem;
        max-height: 60vh;
        overflow-y: auto;
    }

        .modal-container p {
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 400;
            font-size: .28rem;
            color: #9E9E9E;
            line-height: .4rem;
            text-align: justify;
            font-style: normal;
            text-transform: none;
            margin: 0;
        }

    .modal-container-imgs img {
        display: block;
        width: calc((100% - 10px) /2);
    }

    .modal-box .post-section {
        padding-bottom: .2rem;
    }

    .post-section-imgs {
        gap: .3rem;
        margin-bottom: .64rem;
    }

        .post-section-imgs img {
            width: .52rem;
        }

    .post-input {
        height: .88rem;
    }

    .post-yzm {
        height: .88rem;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: .52rem;
        color: #9E9E9E;
        line-height: .788rem;
        font-style: normal;
        text-transform: none;
    }

    .m-nav {
        transition: all .2s;
        width: 100%;
        background-color: #fff;
        height: calc(100vh - 1rem);
        padding: .3rem 0;
    }

        .m-nav.active {
            position: fixed;
            top: 1rem;
            left: 0;
            opacity: 1;
            transform: translateY(0%);
            z-index: 10;
        }

        .m-nav > div {
            width: 100%;
            transition: all .2s;
        }

    .nav-level-1 {
        display: flex;
        width: 100%;
        padding: .32rem .24rem;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: bold;
        font-size: .34rem;
        line-height: .5rem;
        font-style: normal;
        text-transform: none;
        justify-content: space-between;
        align-items: center;
    }

    .m-nav > div a {
        color: #333333;
    }

    .nav-level-1 img {
        width: .46rem;
        display: block;
        transition: all .2s;
    }

    .nav-level-2 {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: .24rem;
        overflow: hidden;
    }

        .nav-level-2 a {
            width: 50%;
            padding: .32rem .24rem;
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 400;
            font-size: .34rem;
            line-height: .5rem;
            font-style: normal;
            text-transform: none;
        }

    .m-nav > div.on {
        background: linear-gradient(180deg, #F0F7FE 0%, #FFFFFF 100%);
        border-radius: 0px 0px 0px 0px;
    }

    .nav-level-1 img.on {
        transform: rotate(180deg);
    }

    .main {
        padding-top: 1rem;
    }

    .news-item:hover .news-content {
        transform: translateX(0px);
    }
}
