/* common start */
:root {
    --logo-color: #fff;
    --primary-color: #2A6BE8;
    --bg-color: #F8F8F8;
    --bg-light-color: #fff;
    --bg-dark-color: #474747;
    --primary-text-color: #525E6E;
    --regular-text-color: #666;
    --secondary-text-color: #999;
    --placeholder-text-color: #DFE6F0;
    --light-text-color: #999999;
    --icon-tv-color: #00C0FF;
    --icon-lq-color: #FF7517;
    --icon-zq-color: #008505;
    --red-color: #EA3443;
    --box-radius: 8px;
    --row-bg-color: #fff;
    --inner-bg-color: #fff;
    --tab-bg-color: #881D15;
    --btn-bg-color: #241F21;
}

:root {
    --container-width: 1280px;
}

* {
    box-sizing: border-box;
}

body {
    background: url('/images/middle.jpg') repeat;
    background-size: 100% auto;
    font-size: 14px;
    color: #525E6E;
    line-height: 1.5;
}


.zb-detail {
    margin-top: 15px;
}

.zb-detail {margin-top: 20px;display: flex;justify-content: center;}
.zb-detail a{

    color:#fff;
    display: inline-block;
    text-align: center;
    padding: 0px 10px;
    line-height: 30px;
    margin-right:1px;
    background: #FF0101;
border-radius: 5px;
}


.container {
    width: var(--container-width);
    margin-left: auto;
    margin-right: auto;
}

a {
    color: inherit;
    text-decoration: none;
}
li{list-style-type: none;}
.page-wrap li{display: inline-block;margin-top: 20px}
.b-g-right{padding: 10px;}
.no-scrollbar::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

a:hover,
a:active {
    color: var(--primary-color);
}

.bottom-line {
    border-bottom: 1px solid #e5e5e5;
}
.date p{font-size: 18px; font-weight: bold; margin: 10px 0;}
.other{margin-bottom: 10px;}
.one-line {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.two-line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* common end */
/* header start */
header {
    position: relative;
    height: 66px;
    background: #333333;
    box-shadow: 0px 2px 4px 0px rgba(175, 175, 175, 0.5);
}

.header-inner {
    height: 100%;
    width: var(--container-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-inner .logo {
    margin-right: 27px;
    font-size: 32px;
    font-weight: bold;
    color: var(--logo-color);
}

.nav-list {
    display: flex;
    align-items: center;
    color: var(--secondary-text-color);
}

.nav-link {
    padding: 8px 28px;
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.nav-link svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.nav-link img {
    width: 14px;
    height: 14px;
}

.nav-link.active {
    color: #FFFFFF;
    background: var(--primary-color);
    border-radius: 20px;
}

.nav-link a:hover,
a:active {
    color: #FFFFFF;
}

.nav-menu {
    position: absolute;
    width: 108px;
    top: 38px;
    left: 50%;
    background: var(--bg-light-color);
    z-index: 200;
    transform: translateX(-50%);
    padding: 12px 0;
    display: none;
    box-shadow: 0 2px 5px 0 rgba(173, 173, 173, 0.5);
    border-radius: 8px;
    overflow: hidden;
}

.nav-menu a {
    display: block;
    width: auto;
    line-height: 35px;
    text-align: center;
}

.nav-menu a:hover,a:active{
    color: var(--primary-color);
}

.nav-link:hover .nav-menu {
    display: block;
}

.nav-menu:hover {
    display: block;
}

/* header end */
/* main start */

.section-title {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    line-height: 33px;
    padding-left: 7px;
    margin-bottom: 12px;
}

.section-title::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 3px;
    height: 20px;
    background: var(--primary-color);
    border-radius: 2px;
}

.hot-wrap {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 0;
}

.hot-list-wrap {
    position: relative;
    width: var(--container-width);
}

.hot-list {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
    transition: 1s all;
}

.hot-page-btn {
    display: block;
    position: absolute;
    width: 16px;
    height: 28px;
    background: #999;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hot-page-btn img {
    width: 6.5px;
    height: 10px;
}

.hot-page-btn.active {
    cursor: pointer;
    background: #64A5FE;
}

#hot-prev {
    left: -28px;
    top: 132px;
}

#hot-next {
    right: -28px;
    top: 132px;
}

.middle-wrap {
    display: flex;
    justify-content: center;
    padding-bottom: 24px;
}

.middle-inner {
    width: var(--container-width);
    padding-top: 16px;
}

.box {
    background: var(--bg-light-color);
    border-radius: var(--box-radius);
    padding: 16px;
}

.inner-box {
    background: #FFFFFF;
    border-radius: 8px;
}

.box-header {
    display: flex;
    align-items: center;
}

.box-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--regular-text-color);
    line-height: 33px;
}

.box-subtitle {
    margin-left: 5px;
    font-size: 20px;
    font-weight: 600;
    color: #DFE6F0;
    line-height: 28px;
}

main {
    min-height: calc(100vh - 66px - 250px);
}

.tabs-wrap {
    margin-left: -16px;
    width: 122px;
    padding: 12px 0;
    display: flex;
    flex-direction: column;
    /*border-bottom: 1px solid #ECEFF3;*/
}

.tabs-item {
    display: block;
    text-align: center;
    height: 28px;
    font-size: 14px;
    font-weight: 400;
    color: var(--regular-text-color);
    line-height: 28px;
    position: relative;
}

.tabs-item.active {
    font-weight: 600;
    background: rgba(42, 107, 232, 0.08);
    color: var(--primary-color);
    border-right: 3px solid var(--primary-color);
}

/*.tabs-item.active:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    bottom: 0;*/
/*    width: 50px;*/
/*    height: 2px;*/
/*    transform: translateX(-50%);*/
/*    background: var(--primary-color);*/
/*}*/

.common-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ECEFF3;
}

.common-header-title {
    height: 28px;
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-color);
    line-height: 28px;
    position: relative;
}

.common-header-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 2px;
    transform: translateX(-50%);
    background: var(--primary-color);
}

.common-header-more {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common-header-more img {
    width: 14px;
    height: 14px;
}

/* main start */
/* footer start */
footer {
    background: url(/images/f-bg.png) no-repeat;
    background-size: cover;
}

.footer-container {
    width: var(--container-width);
    margin-left: auto;
    margin-right: auto;
    border-radius: var(--box-radius);
    padding: 24px;
    color: var(--regular-text-color);
}

.footer-bq {
    margin-top: 24px;
    width: 1230px;
    height: auto;
    display: block;
}

.footer-wrap {
    margin-top: 36px;
    display: flex;
    align-items: flex-start;
}

.footer-area {
    flex: 1;
}

.footer-line {
    margin: 0 60px;
    width: 1px;
    height: 90px;
    background: var(--placeholder-text-color);
}

.footer-title {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
}

.footer-title img {
    width: 22px;
    height: 22px;
    margin-right: 16px;
    background-color: #fff;
    border-radius: 50%;
}

.footer-list {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.footer-list a {
    margin: 10px 20px;
}

.footer-content {
    margin-top: 36px;
    padding: 32px 0 40px;
    width: 100%;
    background: var(--bg-dark-color);
    text-align: center;
    color: var(--light-text-color);
}

.footer-content .container>*+* {
    margin-top: 20px;
}

.footer-content a:not(:first-child):before {
    content: '|';
    margin: 0 22px;
}

/* footer end */
/*
live start
 */
.main-wrap {
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    align-items: flex-start;
}

.main-wrap>*+* {
    margin-left: 10px;
}

.main-left {
    flex: 1;
    min-height: 0;
}

.main-left>* {
    margin-bottom: 10px;
}

.main-right {
    width: 300px;
}

.main-right>*+* {
    margin-top: 10px;
}

.date-wrap {
    height: 36px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #EAEAEA;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: fit-content;
    max-width: 100%;
}

.date-item {
    display: block;
    width: 90px;
    text-align: center;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex-shrink: 0;
}

.date-item.active {
    color: var(--primary-color);
    /*border: 1px solid var(--primary-color);*/
}

.live-wrap {
    display: flex;
}

.live-list {
    flex: 1;
}

.live-item {
    display: flex;
    align-items: center;
    height: 52px;
    font-size: 14px;
    background: var(--row-bg-color);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    cursor: pointer;
}

.live-item>* {
    flex-shrink: 0;
}

.live-icon {
    margin: 0 12px 0 16px;
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
}

.live-time {
    width: 124px;
    font-size: 14px;
    color: var(--primary-text-color);
    text-align: center;
}

.live-match {
    margin: 0 8px;
    width: 110px;
    text-align: center;
}

.live-team {
    width: 96px;
}

.live-team-h {
    text-align: right;
}

.live-team-a {
    text-align: left;
}

.live-logo {
    margin: 0 8px;
    width: 24px;
    height: auto;
}

.live-score {
    margin: 0 8px;
    display: flex;
    width: 82px;
    align-items: center;
    justify-content: center;
}

.live-score-num {
    width: 36px;
    height: 32px;
    background: #EFEFEF;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    line-height: 32px;
    text-align: center;

    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 32px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
}

.live-score-mh {
    width: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.live-score-mh>div {
    width: 3px;
    height: 3px;
    background: #333333;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
}

.live-score-mh>div+div {
    margin-top: 8px;
}

.live-status {
    margin: 0 12px;
    width: 76px;
    text-align: center;
}

.live-status.active {
    color: #E70000;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
}

.live-see {
    display: flex;
    flex-direction: column;
    align-items: center;

    font-size: 12px;
    font-weight: 400;
    color: var(--secondary-text-color);
    line-height: 17px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
}

.live-see.active {
    color: var(--primary-color);
}

.live-see img {
    display: none;
    margin-bottom: 4px;
    width: 28px;
    height: 16px;
}

.live-see span {
    position: relative;
}

.live-see.active span::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #2A6BE8;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
}

/*
live end
*/


/*
league start
*/
.league-wrap {
    background: #fff;
    display: flex;
    justify-content: center;
}

.league-grid {
    padding: 12px 6px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: space-between;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #F5F5F5;
}

.league-item {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

    color: var(--regular-text-color);
}

.league-item+.league-item {
    margin-left: 12px;
}

.league-item img {
    margin-bottom: 6px;
    width: 100%;
    height: 64px;
    object-fit: contain;
}

/*
league end
*/

/* news start */
.news-wrap {
    background: var(--bg-light-color);
    border-radius: var(--box-radius);
    padding: 0 0 20px 0;
}
 .dateheader {
     text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 8px;
    width: 98%;
    background: #eee;
    margin: 0px auto;
    color: #1c2533;
    font-weight: 700;
    font-size: 14px;
     margin-bottom: 5px;
}

.news-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.news-more {
    padding-right: 14px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: var(--regular-text-color);
    position: relative;
}

.news-more:after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background-image: url("/images/right.png");
    background-size: 100% 100%;
}

.news-item {
    display: flex;
    align-items: center;
    line-height: 41px;
    font-size: 12px;
    border-bottom: 1px solid #ECEFF3;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-item:first-child {
    margin-top: 12px;
}

.vd-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.vd-item {
    display: block;
}

.vd-item img {
    width: 100%;
    height: 92px;
    object-fit: cover;
    border-radius: 8px;
    overflow: hidden;
}

.vd-item span {
    margin-top: 4px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}

/* news end */
/* article start */
.article-wrap {
    background: var(--bg-light-color);
    border-radius: var(--box-radius);
    /* padding: 24px; */
}

.article-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #e5e5e5;
}

.article-img {
    width: 186px;
    height: 113px;
    object-fit: cover;
    border-radius: 8px;
    overflow: hidden;
}

.article-right {
    margin-left: 24px;
    display: block;
    flex: 1;
}

.article-right span {
    display: block;
}

.article-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 500;
    color: var(--regular-text-color);
    line-height: 35px;
    letter-spacing: 1px;
}

.article-content {
    margin-top: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: 400;
    color: var(--primary-text-color);
    line-height: 17px;
    letter-spacing: 1px;
    height: 34px;
}

.article-time {
    margin-top: 21px;
    font-size: 12px;
    font-weight: 400;
    color: var(--secondary-text-color);
    line-height: 17px;
    letter-spacing: 1px;
}

/* article end */
/* page start */
.page-wrap {
    padding: 8px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.page-wrap a {
    margin: 4px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 500;
    background: #ffffff;
    color: #323233;
    line-height: 20px;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
}

.page-wrap a.active {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

/* page end */
/* zhibo start */
.zb-box {
    background: var(--bg-light-color);
    border-radius: var(--box-radius);
    padding: 24px;
}

.zb-name {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    color: var(--regular-text-color);
    line-height: 35px;
    letter-spacing: 1px;
}

.zb-wrap {
    position: relative;
    margin: 26px auto 0;
    width: 630px;
    height: 332px;
    border-radius: 12px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.zb-wrap-lq {
    background-image: url(/images/zb-lq.png);
}

.zb-wrap-zq {
    background-image: url(/images/zb-zq.png);
}

.zb-team {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zb-team img {
    margin-bottom: 8px;
    width: 80px;
    height: 80px;
}

.zb-match {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 25px;
}

.zb-info {
    width: 200px;
    font-size: 30px;
    text-align: center;
}

.zb-score {
    margin: 16px 0 50px;
}

.zb-detail {
    margin: 25px auto 0;
    width: 630px;
    font-size: 14px;
    padding: 12px 0;
}

.zb-detail>*+* {
    margin-top: 10px;
}

.zb-detail>div {
    display: flex;
    align-items: center;
}

.zb-btn {
    padding: 5px 16px;
    border-radius: 4px;
    color: #fff;
    background: var(--btn-bg-color);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.zb-btn>img {
    margin-right: 7px;
    width: 22px;
    height: auto;
}

.zb-btn:hover {
    color: #fff;
}

/* zhibo end */
.breadcrumbs {
    padding-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    color: var(--primary-text-color);
    line-height: 20px;
    border-bottom: 1px solid #ECEFF3;
}

.breadcrumbs a {
    color: inherit;
}

.breadcrumbs a.active {
    color: var(--primary-color);
}

.xw-wrap {
    background: var(--bg-light-color);
    border-radius: var(--box-radius);
    padding: 24px;
}

.xw-title {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    color: var(--regular-text-color);
    line-height: 35px;
    letter-spacing: 1px;
}

.xw-info {
    font-size: 12px;
    font-weight: 400;
    color: var(--secondary-text-color);
    line-height: 17px;
    letter-spacing: 1px;
}

.xw-content {
    font-size: 14px;
    font-weight: 400;
    color: var(--primary-text-color);
    line-height: 30px;
    letter-spacing: 1px;
    padding: 12px 0;
}

.xw-content p,
.xw-content div {
    text-indent: 2em;
}

.xw-content img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
    padding: 5px;
}

.top-btn {
    width: 48px;
    height: 63px;
    background: var(--primary-color);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (min-width: 999px) {
    .mb-visible {
        display: none !important;
    }
}

@media screen and (max-width: 998px) {
    .pc-visible {
        display: none !important;
    }

    :root {
        --container-width: 100%;
        --box-radius: 8px;
    }

    body {
        font-size: 12px;
    }

    header {
        height: auto;
    }

    .header-inner {
        height: auto;
        flex-wrap: wrap;
        padding-bottom: 8px;
    }

    .header-inner .logo {
        margin: 16px 0 6px;
        width: 100%;
        text-align: center;
    }

    .nav-list {
        width: auto;
        overflow-x: auto;
    }

    .nav-list::-webkit-scrollbar {
        display: none;
    }

    .nav-link {
        flex-shrink: 0;
        width: auto;
        height: 38px;
        padding: 0 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .nav-link img {
        display: none;
    }

    .league-wrap {
        background: none;
    }

    .league-grid {
        width: auto;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 8px 12px;
    }

    .section-title {
        color: #fff;
    }

    main {
        padding: 0 16px;
        box-sizing: border-box;
    }

    main>*+* {
        margin-top: 16px;
    }

    .main-wrap>*+* {
        margin-left: 0;
        margin-top: 10px;
    }

    .hot-wrap {
        background: none;
    }

    .hot-list-wrap {
        display: flex;
        justify-content: center;
    }

    .hot-list {
        width: 86%;
    }

    .hot-item {
        background: #fff;
    }

    #hot-prev {
        left: 0;
    }

    #hot-next {
        right: 0;
    }

    .hot-item {
        width: 100%;
        margin-left: 0 !important;
    }

    .middle-inner {
        padding-top: 0;
    }

    .middle-wrap {
        margin-top: 0;
        background: none;
    }

    .main-menu {
        width: 100%;
    }

    .date-wrap {
        margin-top: 10px;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .box-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
    }

    .box-subtitle {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
    }

    .live-item {
        height: auto;
        flex-wrap: wrap;
        padding: 8px 12px;
    }

    .live-icon {
        margin-left: 0;
        margin-right: 8px;
        order: -2;
    }

    .live-time {
        width: calc(70% - 26px);
        text-align: right;
    }

    .live-match {
        order: -1;
        width: 30%;
        text-align: left;
        margin: 0;
    }

    .live-team {
        width: calc((100% - 98px - 80px) / 2);
    }

    .live-score {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .live-status {
        width: 50%;
        margin: 0;
        text-align: left;
    }

    .live-see {
        width: 50%;
        flex-direction: row;
        justify-content: flex-end;
    }

    .live-see img {
        transform: translateX(-50%);
    }

    .main-wrap {
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .main-left {
        width: 100%;
    }

    .main-left>*+* {
        margin-top: 10px;
    }

    .main-right {
        margin-top: 10px;
        width: 100%;
    }

    .main-right>*+* {
        margin-top: 10px;
    }

    .date-wrap {

    }

    .live-wrap {
        display: block;
    }

    .tabs-wrap {
        margin-left: 0;
        width: auto;
        flex-direction: row;
    }

    .tabs-item {
        width: 122px;
    }

    .tabs-item.active {
        border-right: none;
        border-bottom: 3px solid var(--primary-color);
    }

    .vd-item img {
        background: #ffffff;
        aspect-ratio: 2/1;
    }

    .footer-container {
        background: var(--bg-light-color);
        border-radius: var(--box-radius);
        width: calc(100% - 24px);
        margin: 10px auto;
        padding: 12px;
        color: var(--regular-text-color);
        box-sizing: border-box;
    }

    .footer-bq {
        margin-top: 12px;
        width: 100%;
        height: auto;
        display: block;
    }

    .footer-wrap {
        margin-top: 24px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .footer-area {
        flex: auto;
    }

    .footer-line {
        margin: 12px 0 12px 36px;
        height: 1px;
        width: auto;
    }

    .footer-content {
        box-sizing: border-box;
        padding: 16px 20px;
    }

    .news-wrap {
        /* padding: 12px; */
    }

    .article-wrap {
        background: var(--bg-light-color);
        border-radius: var(--box-radius);
        padding: 0 12px;
    }

    .article-item {
        display: flex;
        align-items: center;
        padding: 12px 0;
    }

    .article-img {
        flex-shrink: 0;
        width: 100px;
        height: 78px;
    }

    .article-right {
        overflow: hidden;
        margin-left: 12px;
        flex: 1;
    }

    .article-content {
        margin-top: 4px;
    }

    .article-time {
        margin-top: 3px;
    }

    .xw-wrap {
        padding: 12px;
    }

    .breadcrumbs {
        padding-bottom: 12px;
    }

    .zb-box {
        padding: 12px;
    }

    .zb-wrap {
        position: relative;
        margin: 12px auto 0;
        width: 327px;
        height: 160px;
        border-radius: 8px;
        font-size: 16px;
    }

    .zb-team img {
        margin-bottom: 8px;
        width: 30px;
        height: 30px;
    }

    .zb-match {
        position: absolute;
        top: 8px;
        left: 8px;
        font-size: 14px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 25px;
    }

    .zb-info {
        width: 120px;
        font-size: 24px;
        text-align: center;
    }

    .zb-score {
        margin: 8px 0 20px;
    }

    .zb-detail {
        margin: 12px auto 0;
        font-size: 14px;
        padding: 12px 0;
        width: auto;
    }

    .zb-detail>*+* {
        margin-top: 10px;
    }

    .zb-detail>div {
        display: flex;
        align-items: center;
    }
}

/*# sourceMappingURL=base.css.map */