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 .showMatch .match_view .match_every .mobile-scoreline,
.main .showMatch .match_view .match_every .mobile-state-text,
.main .showMatch .match_view .match_every .operate .status a i {
    display: none;
}

.main .video_arrange li figure {
    min-height: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    overflow: visible;
}

.main .video_arrange li figure figcaption {
    height: auto;
    min-height: 0;
    position: relative;
    display: block;
    padding: 0 0 0 16px;
    background: transparent;
    color: #332f3b;
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: unset;
    -webkit-box-orient: initial;
}

.main .video_arrange li figure figcaption::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #7b30ff;
}

.main .video_arrange li:hover figure {
    border-color: transparent;
}

.main .video_arrange li:hover figure figcaption {
    background: transparent;
    color: #7633ff;
}

.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;
}

.main .showMatch .match_view .match_every .operate .status a .pc-state-text {
    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;
        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;
    }
}

/* Fan-domain homepage responsive fixes */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

.w {
    max-width: 1200px;
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
}

.header .nav {
    display: flex;
    align-items: center;
    gap: 18px;
}

.header .select {
    min-width: 0;
    flex: 1;
}

.header .select ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
}

.header .operate {
    flex: 0 0 auto;
}

.showMatch .match_view {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.showMatch .match_every {
    min-width: 860px;
}

.showMatch .match-empty {
    padding: 24px 0;
    text-align: center;
    color: #7b7f8f;
}

.video_arrange,
.newscolumn {
    min-width: 0;
}

.video_arrange li,
.newscolumn li {
    min-width: 0;
}

.newscolumn article p {
    word-break: break-word;
}

.fan-cloud {
    padding: 38px 0 46px;
    background: #fff;
}

.fan-cloud .cloud-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.fan-cloud .cloud-block {
    min-width: 0;
}

.fan-cloud .cloud-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: 700;
    color: #1f2433;
}

.fan-cloud .cloud-title:before {
    content: "";
    width: 20px;
    height: 4px;
    background: #7a35ff;
    border-radius: 4px;
}

.fan-cloud .cloud-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
}

.fan-cloud .cloud-list a {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    height: 34px;
    padding: 0 14px;
    border: 1px solid #ececf3;
    border-radius: 4px;
    color: #3a3d4b;
    background: #fafafa;
    font-size: 14px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fan-cloud .cloud-list a:hover {
    color: #fff;
    background: #7a35ff;
    border-color: #7a35ff;
}

@media (max-width: 1024px) {
    .header .nav {
        flex-wrap: wrap;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header .logo {
        flex: 0 0 auto;
    }

    .header .select {
        order: 3;
        flex-basis: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .header .select ul {
        flex-wrap: nowrap;
        width: max-content;
        min-width: 100%;
    }

    .header .select li {
        flex: 0 0 auto;
    }

    .showMatch .title,
    .recom_Video .title,
    .recomNew .title {
        align-items: flex-end;
        gap: 14px;
    }
}

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

    .header {
        position: relative;
        z-index: 50;
        height: 47px;
        min-height: 47px;
        padding: 0;
        background: #c7b1f5;
    }

    .header .nav {
        width: 100%;
        max-width: 100%;
        height: 47px;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        padding: 0 3px 0 10px;
        box-sizing: border-box;
    }

    .header .nav .logo {
        width: auto;
        max-width: calc(100% - 58px);
        height: 47px;
        display: flex;
        align-items: center;
        padding-bottom: 0;
    }

    .header .nav .logo img {
        display: block;
        width: auto;
        max-width: 206px;
        max-height: 47px;
    }

    .header .nav .operate {
        display: flex;
        width: 44px;
        flex: 0 0 44px;
        align-items: center;
        justify-content: center;
        margin-left: auto;
    }

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

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

    .header .nav .operate .burger span {
        height: 3px;
        border-radius: 2px;
        background: #111;
    }

    .header .nav .select {
        position: absolute;
        left: 0;
        top: 47px;
        z-index: 100;
        display: block;
        width: 0;
        height: 0;
        flex: none;
        padding: 0;
        margin: 0;
        overflow: hidden;
        background: #7b30ff;
        clip-path: none;
        transform: none;
        -webkit-overflow-scrolling: touch;
    }

    .header .nav .select ul {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        justify-content: flex-start;
        width: 100%;
        min-width: 100%;
        height: auto;
        gap: 0;
        padding: 10px 14px;
        background: #7b30ff;
        box-sizing: border-box;
    }

    .header .nav .select ul li {
        flex: none;
        width: 100% !important;
        background: transparent;
        clip-path: none;
    }

    .header .nav .select ul li a {
        display: block;
        height: 40px;
        padding: 0;
        color: #fff;
        font-size: 15px;
        line-height: 40px;
        border-bottom: 1px solid rgba(255, 255, 255, .18);
    }

    .header .nav .select ul .active {
        background: transparent;
        clip-path: none;
    }

    .header .nav .select ul .active a {
        color: #fff;
        font-weight: 700;
        border-bottom-color: rgba(255, 255, 255, .42);
    }

    .showMatch,
    .recom_Video,
    .recomNew {
        padding-left: 0;
        padding-right: 0;
    }

    .showMatch .subject p,
    .recom_Video .subject p,
    .recomNew .subject p {
        font-size: 13px;
    }

    .showMatch .subject span,
    .recom_Video .subject span,
    .recomNew .subject span {
        font-size: 20px;
        line-height: 1.25;
    }

    .categorySwitch {
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        gap: 12px;
        padding-bottom: 4px;
    }

    .categorySwitch li {
        flex: 0 0 auto;
    }

    .showMatch .match_view {
        overflow-x: visible;
        margin-top: 12px;
    }

    .main .showMatch .match_view ul {
        max-height: none;
        overflow: visible;
        gap: 0;
        border-top: 1px solid #ececf3;
        background: #fff;
    }

    .showMatch .match_every,
    .main .showMatch .match_view .match_every {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        min-width: 0;
        gap: 8px;
        padding: 12px 0 13px;
        border: 0;
        border-bottom: 1px solid #ececf3;
        background: #fff;
        text-align: left;
        white-space: normal;
        overflow: visible;
    }

    .main .showMatch .match_view .match_every:hover {
        border-left-color: transparent;
        background: #fff;
    }

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

    .main .showMatch .match_view .match_every .kind {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        min-width: 0;
    }

    .main .showMatch .match_view .match_every .kind > a {
        display: flex;
        align-items: center;
        width: auto;
        min-width: 0;
        flex: 1 1 auto;
    }

    .main .showMatch .match_view .match_every .kind .category {
        display: flex;
        align-items: center;
        gap: 7px;
        min-width: 0;
    }

    .main .showMatch .match_view .match_every .match_hot {
        width: 18px;
        flex: 0 0 18px;
        color: #1b2740;
        font-size: 13px;
        line-height: 1;
    }

    .main .showMatch .match_view .match_every .match_hot img {
        display: none;
    }

    .main .showMatch .match_view .match_every .match_hot::before {
        content: "●";
    }

    .main .showMatch .match_view .match_every .kind .category span:last-child {
        display: block;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #3f4a5f;
        font-size: 14px;
    }

    .main .showMatch .match_view .match_every .kind time {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        gap: 4px;
        width: auto;
        flex: 0 0 auto;
        color: #3f4a5f;
        font-size: 13px;
        text-align: right;
        line-height: 1.25;
        white-space: nowrap;
    }

    .main .showMatch .match_view .match_every .kind time span {
        color: inherit;
        font-size: inherit;
    }

    .main .showMatch .match_view .match_every .rank {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        align-items: center;
        width: 100%;
        gap: 8px;
    }

    .main .showMatch .match_view .match_every .rank .linkBox {
        min-width: 0;
    }

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

    .main .showMatch .match_view .match_every .rank .linkBox:first-child .team {
        justify-content: flex-end;
    }

    .main .showMatch .match_view .match_every .rank .linkBox:last-child .team {
        justify-content: flex-start;
    }

    .main .showMatch .match_view .match_every .rank .team span {
        max-width: 76px;
        min-width: 0;
        color: #3f4a5f;
        font-size: 14px;
        line-height: 1.2;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .main .showMatch .match_view .match_every .rank .team img {
        width: 24px;
        height: 24px;
        flex: 0 0 24px;
        object-fit: contain;
        color: transparent;
        font-size: 0;
    }

    .main .showMatch .match_view .match_every .rank .vs {
        display: none;
    }

    .main .showMatch .match_view .match_every .mobile-scoreline {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }

    .main .showMatch .match_view .match_every .mobile-scoreline span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 30px;
        border-radius: 3px;
        background: #f0f0f0;
        color: #111827;
        font-size: 18px;
        font-weight: 700;
    }

    .main .showMatch .match_view .match_every .mobile-scoreline em {
        color: #111827;
        font-style: normal;
        font-size: 18px;
        font-weight: 700;
    }

    .main .showMatch .match_view .match_every .operate {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
    }

    .main .showMatch .match_view .match_every .operate .backwards {
        display: none;
    }

    .main .showMatch .match_view .match_every .operate .status,
    .main .showMatch .match_view .match_every .start .status,
    .main .showMatch .match_view .match_every .wait .status {
        width: auto;
        min-width: 0;
        height: auto;
        margin: 0;
        padding: 0;
        border-radius: 0;
        background: transparent;
        background-image: none;
        box-sizing: border-box;
    }

    .main .showMatch .match_view .match_every .operate .status a {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        color: #2563eb;
        font-size: 13px;
        line-height: 18px;
        white-space: nowrap;
    }

    .main .showMatch .match_view .match_every .operate .status a i {
        display: inline-block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: currentColor;
    }

    .main .showMatch .match_view .match_every .operate .pc-state-text {
        display: none;
    }

    .main .showMatch .match_view .match_every .operate .mobile-state-text {
        display: inline;
    }

    .main .showMatch {
        padding: 42px 0 34px;
        background:
            linear-gradient(100deg, rgba(255, 255, 255, .65) 0 12%, transparent 12% 28%, rgba(255, 255, 228, .6) 31% 34%, transparent 38% 100%),
            linear-gradient(180deg, #f5efff 0%, #ffffff 100%);
    }

    .main .showMatch .w {
        width: 100%;
        max-width: 100%;
    }

    .main .showMatch .title {
        padding: 0 3px;
        align-items: flex-end;
    }

    .main .showMatch .title .subject {
        gap: 12px;
    }

    .main .showMatch .title .subject p {
        color: #009bd7;
        font-size: 14px;
        font-weight: 700;
    }

    .main .showMatch .title .subject p::before {
        background: #009bd7;
    }

    .main .showMatch .title .subject span {
        color: #1f2333;
        font-size: 22px;
        line-height: 1.1;
    }

    .main .showMatch .title .more span {
        color: #4b445a;
        font-size: 13px;
    }

    .main .showMatch .categorySwitch {
        gap: 0;
        margin-top: 16px;
        padding: 0 3px;
        border-bottom: 2px solid #d5c9e6;
    }

    .main .showMatch .categorySwitch li a {
        display: block;
        padding: 0 15px 9px;
        color: #5f5b68;
        font-size: 15px;
        font-weight: 700;
        line-height: 1;
    }

    .main .showMatch .categorySwitch li.active a {
        color: #0b9bd9;
        border-bottom: 3px solid #906cff;
    }

    .showMatch .match_view,
    .main .showMatch .match_view {
        margin-top: 0;
        overflow-x: visible;
    }

    .main .showMatch .match_view ul {
        gap: 0;
        border-top: 0;
        background: transparent;
    }

    .main .showMatch .match_view .match_every {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .main .showMatch .match_view .head_every {
        display: grid !important;
        grid-template-columns: 1.05fr 1.12fr 1.45fr;
        align-items: center;
        gap: 0;
        height: 35px;
        padding: 0 5px;
        border: 0;
        border-left: 3px solid #d9c3ff;
        background: rgba(232, 222, 255, .8);
        overflow: hidden;
    }

    .main .showMatch .match_view .head_every .kind,
    .main .showMatch .match_view .head_every .rank,
    .main .showMatch .match_view .head_every .operate {
        display: grid;
        align-items: center;
        gap: 2px;
        width: 100%;
        min-width: 0;
    }

    .main .showMatch .match_view .head_every .kind {
        grid-template-columns: 1fr 1fr;
    }

    .main .showMatch .match_view .head_every .rank {
        grid-template-columns: 1fr .72fr 1fr;
    }

    .main .showMatch .match_view .head_every .rank span:nth-child(2)::before {
        content: "比分";
    }

    .main .showMatch .match_view .head_every .operate {
        grid-template-columns: 1fr 1fr;
    }

    .main .showMatch .match_view .head_every span {
        color: #009bd7;
        font-size: 12px;
        font-weight: 700;
        line-height: 35px;
        text-align: center;
        white-space: nowrap;
    }

    .main .showMatch .match_view .match_li {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 128px;
        grid-template-areas:
            "league time"
            "rank rank"
            "operate operate";
        gap: 9px 8px;
        min-height: 119px;
        padding: 12px 9px 10px;
        border: 0;
        border-left: 3px solid #decfff;
        border-bottom: 2px solid #f3efff;
        background: rgba(255, 255, 255, .88);
        overflow: hidden;
    }

    .main .showMatch .match_view .match_li .kind {
        display: contents;
    }

    .main .showMatch .match_view .match_li .kind > a {
        grid-area: league;
        display: block;
        min-width: 0;
        width: auto;
        flex: initial;
    }

    .main .showMatch .match_view .match_li .kind .category {
        display: block;
        min-width: 0;
    }

    .main .showMatch .match_view .match_li .match_hot {
        display: none;
    }

    .main .showMatch .match_view .match_li .kind .category span:last-child {
        display: block;
        color: #5d5668;
        font-size: 13px;
        line-height: 18px;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .main .showMatch .match_view .match_li .kind time {
        grid-area: time;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-start;
        gap: 2px;
        color: #5d5668;
        font-size: 13px;
        line-height: 17px;
        text-align: right;
        white-space: nowrap;
    }

    .main .showMatch .match_view .match_li .kind time span {
        color: inherit;
        font-size: inherit;
        line-height: inherit;
    }

    .main .showMatch .match_view .match_li .rank {
        grid-area: rank;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 22px minmax(0, 1fr);
        align-items: center;
        gap: 7px;
        width: 100%;
    }

    .main .showMatch .match_view .match_li .rank .vs {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 22px;
        min-width: 22px;
    }

    .main .showMatch .match_view .match_li .rank .vs span {
        display: none;
    }

    .main .showMatch .match_view .match_li .rank .vs span:nth-child(2) {
        display: inline;
        color: transparent;
        font-size: 0;
    }

    .main .showMatch .match_view .match_li .rank .vs span:nth-child(2)::before {
        content: ":";
        color: #5d5668;
        font-size: 18px;
        font-weight: 700;
        line-height: 1;
    }

    .main .showMatch .match_view .match_li .rank .team {
        display: flex;
        align-items: center;
        gap: 4px;
        min-width: 0;
    }

    .main .showMatch .match_view .match_li .rank .linkBox:first-child .team {
        justify-content: flex-end;
    }

    .main .showMatch .match_view .match_li .rank .linkBox:last-child .team {
        justify-content: flex-start;
    }

    .main .showMatch .match_view .match_li .rank .team span {
        max-width: 86px;
        color: #3f4a5f;
        font-size: 13px;
        line-height: 18px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .main .showMatch .match_view .match_li .rank .team img {
        width: 20px;
        height: 20px;
        flex: 0 0 20px;
        object-fit: contain;
    }

    .main .showMatch .match_view .match_li .mobile-scoreline {
        display: none;
    }

    .main .showMatch .match_view .match_li .operate {
        grid-area: operate;
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        width: 100%;
        gap: 8px;
    }

    .main .showMatch .match_view .match_li .operate .backwards {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 4px;
        min-width: 0;
        padding-left: clamp(42px, 14vw, 58px);
        box-sizing: border-box;
    }

    .main .showMatch .match_view .match_li .operate .backwards span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 20px;
        border-radius: 4px;
        background: #f2f2f2;
        color: #5d5668;
        font-size: 12px;
        font-weight: 700;
        line-height: 20px;
    }

    .main .showMatch .match_view .match_li .operate .backwards span:nth-child(2),
    .main .showMatch .match_view .match_li .operate .backwards span:nth-child(4) {
        width: auto;
        min-width: 4px;
        background: transparent;
    }

    .main .showMatch .match_view .match_li .operate .status,
    .main .showMatch .match_view .match_li .start .status,
    .main .showMatch .match_view .match_li .wait .status {
        width: auto;
        min-width: 78px;
        height: 25px;
        margin: 0 28px 0 0;
        padding: 0 9px;
        border-radius: 0;
        background: #7b3ff0;
        clip-path: polygon(11px 0, 100% 0, calc(100% - 11px) 100%, 0 100%);
    }

    .main .showMatch .match_view .match_li .operate .status a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 25px;
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        line-height: 25px;
    }

    .main .showMatch .match_view .match_li .operate .status a .mobile-state-text {
        color: #fff;
    }

    .main .showMatch .match_view .match_li .operate .status a i {
        display: none;
    }

    .video_arrange {
        display: block;
        margin-top: 12px;
        border-top: 1px solid #ececf3;
    }

    .main .video_arrange li {
        width: 100%;
        border-bottom: 1px solid #ececf3;
    }

    .main .video_arrange li a {
        display: block;
        padding: 9px 0;
    }

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

    .main .video_arrange li figure figcaption {
        height: auto;
        min-height: 0;
        padding: 0 0 0 14px;
        font-size: 12px;
        line-height: 20px;
    }

    .main .video_arrange li figure figcaption::before {
        top: 8px;
        width: 4px;
        height: 4px;
    }

    .dv-spo-totop-con,
    #dv-spo-totop,
    .progress-wrap {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    .main .newscolumn {
        display: flex;
        flex-direction: column;
        gap: 18px;
        padding-top: 18px;
    }

    .main .newscolumn li figure {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        gap: 10px;
        overflow: hidden;
    }

    .main .newscolumn li figure .cover {
        order: 2;
        flex: 0 0 34%;
        width: 34%;
        min-width: 118px;
        height: 68px;
        border-radius: 0;
        overflow: hidden;
    }

    .main .newscolumn li figure .cover .Image,
    .main .newscolumn li figure .cover img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .main .newscolumn li figure figcaption {
        order: 1;
        flex: 1;
        display: flex;
        align-items: center;
        gap: 8px;
        min-width: 0;
    }

    .main .newscolumn li figure figcaption .time_info {
        display: flex;
        width: 48px;
        min-width: 48px;
        padding: 6px 4px;
        gap: 3px;
        border-radius: 0;
    }

    .main .newscolumn li figure figcaption .time_info span {
        font-size: 18px;
        line-height: 1;
    }

    .main .newscolumn li figure figcaption .time_info time {
        font-size: 10px;
        line-height: 1.2;
    }

    .main .newscolumn li figure figcaption article {
        height: auto;
        min-height: 56px;
        gap: 3px;
        justify-content: center;
        min-width: 0;
    }

    .main .newscolumn li figure figcaption article span {
        display: block;
        font-size: 10px;
        line-height: 1.35;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .main .newscolumn li figure figcaption article p {
        margin-top: 0;
        font-size: 8px;
        line-height: 1.45;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .fan-cloud {
        padding: 26px 0 34px;
    }

    .fan-cloud .cloud-wrap {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .fan-cloud .cloud-title {
        font-size: 18px;
    }

    .fan-cloud .cloud-list a {
        height: 32px;
        padding: 0 11px;
        font-size: 13px;
    }

    .footer {
        width: 100%;
        margin-top: 0;
        padding: 18px 12px 22px;
        background: #f8f5ff;
        border-top: 1px solid #ececf3;
        box-sizing: border-box;
    }

    .footer .content {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding: 0;
        box-sizing: border-box;
    }

    .footer .content ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
        width: 100%;
        overflow: visible;
        margin: 0;
        padding: 0;
    }

    .footer .content ul li {
        display: block;
    }

    .footer .content ul li::after {
        display: none;
    }

    .footer .content ul li a {
        display: inline-flex;
        align-items: center;
        height: 28px;
        padding: 0 10px;
        border: 1px solid #ececf3;
        background: #fff;
        color: #5d566a;
        font-size: 12px;
        line-height: 28px;
        white-space: nowrap;
    }

    .footer .content p {
        width: 100%;
        max-width: 100%;
        margin: 0;
        color: #5d566a;
        font-size: 12px;
        line-height: 1.75;
        text-align: center;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .footer .content p a {
        color: #5d566a;
    }

    .footer .content p .svgCode {
        height: 12px;
        vertical-align: middle;
    }
}

@media (max-width: 420px) {
    .header .search input {
        max-width: 118px;
    }

    .video_arrange {
        display: block;
    }

    .main .newscolumn li figure {
        gap: 8px;
    }

    .main .newscolumn li figure .cover {
        flex-basis: 24%;
        width: 24%;
        min-width: 74px;
        height: 50px;
    }

    .main .newscolumn li figure figcaption .time_info {
        width: 44px;
        min-width: 44px;
    }

    .main .newscolumn li figure figcaption article span {
        font-size: 9px;
    }

    .main .newscolumn li figure figcaption article p {
        font-size: 7px;
    }

    .main .showMatch .match_view .match_every .rank {
        gap: 6px;
    }

    .main .showMatch .match_view .match_every .rank .team {
        gap: 4px;
    }

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

    .main .showMatch .match_view .match_every .rank .team img {
        width: 22px;
        height: 22px;
        flex-basis: 22px;
    }

    .main .showMatch .match_view .match_every .mobile-scoreline {
        gap: 5px;
    }

    .main .showMatch .match_view .match_every .mobile-scoreline span {
        width: 30px;
        height: 28px;
        font-size: 16px;
    }
}
