body {
    font-family: "Microsoft YaHei", Arial, sans-serif;
    background: #fff;
}

.w {
    width: 1150px;
    max-width: calc(100% - 32px);
}

.header {
    height: 69px;
    background: linear-gradient(to bottom, #7b30ff 0, #7b30ff 16px, #fff 16px, #fff 100%);
}

.header .nav {
    height: 69px;
    align-items: flex-end;
    gap: 18px;
}

.header .nav .logo {
    width: 185px;
    flex: none;
    padding-bottom: 2px;
    box-sizing: border-box;
}

.header .nav .logo img {
    display: block;
    max-width: 100%;
    max-height: 52px;
}

.header .nav .select {
    height: 53px !important;
    flex: 1;
    align-items: center;
    padding: 0 72px 0 52px;
    transform: none;
    background: #7b30ff;
    border-radius: 0;
    box-shadow: none;
    clip-path: polygon(0 0, 100% 0, calc(100% - 62px) 100%, 54px 100%);
}

.header .nav .select ul {
    height: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.header .nav .select ul li a {
    padding: 9px 16px;
    line-height: 1;
}

.header .nav .select ul .active {
    background: #fff;
    border-radius: 0;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 10px 100%);
}

.main .showMatch {
    background:
        radial-gradient(circle at 12% 10%, rgba(142, 86, 255, .16), transparent 28%),
        linear-gradient(180deg, #f8f5ff 0%, #ffffff 100%);
}

.main .recom_Video::before,
.main .recom_Video::after,
.main .recomNew::before,
.main .recomNew::after {
    display: none;
}

.main .showMatch .match_view {
    margin-top: 25px;
}

.main .showMatch .match_view .match-empty {
    padding: 18px 20px;
    background: #fff;
    border: 2px solid #faf8ff;
    border-left: 4px solid #e8dcff;
    color: #615d6a;
    font-size: 14px;
    text-align: center;
}

.main .showMatch .match_view .match_every .rank .team img {
    object-fit: contain;
    background: #fff;
}

.main .video_arrange li figure {
    min-height: 90px;
}

.main .video_arrange li figure figcaption {
    height: auto;
    min-height: 90px;
}

.main .newscolumn li figure .cover .Image {
    object-fit: cover;
}

.iconfont {
    font-family: Arial, sans-serif !important;
}

.icon-gengduo1::before {
    content: ">";
}

.main .showMatch .match_view .match_every .operate .status,
.main .showMatch .match_view .match_every .start .status,
.main .showMatch .match_view .match_every .wait .status {
    background: #efe8ff;
    border-radius: 999px;
}

.main .showMatch .match_view .match_every .start .status {
    background: #7b3ff0;
}

.main .showMatch .match_view .match_every .start .status a {
    color: #fff;
}

.footer .content p {
    word-break: break-all;
}

@media (max-width: 1000px) {
    .w {
        width: 100%;
        max-width: 100%;
    }

    .header {
        height: 64px;
        padding: 0 10px;
    }

    .header .nav {
        align-items: center;
        height: 64px;
        gap: 10px;
    }

    .header .nav .logo {
        width: 180px;
        max-width: 60%;
        flex: none;
    }

    .header .nav .logo img {
        max-height: 48px;
    }

    .header .nav .select {
        position: absolute;
        left: 0;
        top: 64px;
        z-index: 20;
        height: 0 !important;
        border-radius: 0;
        padding: 0;
        transform: none;
        flex: none;
    }

    .header .nav .select ul {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        padding: 18px;
        box-sizing: border-box;
        background: linear-gradient(180deg, #6f36df 0%, #3b176d 100%);
    }

    .header .nav .operate {
        display: flex;
        width: auto;
        margin-left: auto;
    }

    .header .nav .operate .search {
        display: none;
    }

    .header .nav .operate .burger {
        display: block;
        width: 36px;
        height: 28px;
        transform: none;
    }

    .header .nav .operate .burger span {
        background: #fff;
    }

    .main .showMatch {
        padding: 40px 10px;
    }

    .main .title .subject {
        gap: 8px;
    }

    .main .title .subject p {
        font-size: 16px;
    }

    .main .title .subject span {
        font-size: 24px;
    }

    .main .title .more span {
        font-size: 13px;
    }

    .main .categorySwitch li a {
        padding: 8px 14px;
        font-size: 14px;
    }

    .match_every {
        grid-template-columns: 1fr;
        white-space: normal;
        padding: 12px;
    }

    .main .showMatch .match_view .match_every .kind,
    .main .showMatch .match_view .match_every .rank,
    .main .showMatch .match_view .match_every .operate {
        grid-template-columns: 1fr;
    }

    .main .showMatch .match_view .match_every .rank {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

    .main .showMatch .match_view .match_every span,
    .main .showMatch .match_view .match_every .kind time,
    .main .showMatch .match_view .match_every .kind time span {
        font-size: 13px;
    }

    .main .showMatch .match_view .match_every .rank .team {
        gap: 5px;
        min-width: 0;
    }

    .main .showMatch .match_view .match_every .rank .team span {
        max-width: 95px;
        font-size: 13px;
    }

    .main .showMatch .match_view .match_every .rank .team img {
        width: 28px;
        height: 28px;
    }

    .main .showMatch .match_view .match_every .rank .vs {
        width: 38px;
        flex: none;
        display: flex;
        justify-content: center;
    }

    .main .showMatch .match_view .match_every .operate {
        gap: 8px;
    }

    .main .showMatch .match_view .match_every .operate .backwards span {
        width: 24px;
        height: 20px;
        font-size: 12px;
    }

    .main .showMatch .match_view .match_every .operate .status a {
        font-size: 13px;
    }

    .main .showMatch .match_view .head_every {
        display: none;
    }

    .main .video_arrange li {
        width: 100%;
    }

    .main .newscolumn li figure {
        flex-direction: column;
    }

    .main .newscolumn li figure .cover {
        width: 100%;
        order: 1;
    }

    .main .newscolumn li figure figcaption {
        order: 2;
    }
}
