/* common start */
:root {
    --logo-color: #fff;
    --primary-color: #AF0080;
    --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: var(--primary-color);
}

.do2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
:root {
    --container-width: 1280px;
}

.flex-items-center {
    display: flex;
    align-items: center;
}

body {
    background: linear-gradient(180deg, #612DE7 0%, #220BB4 100%);
    font-size: 14px;
    color: #525E6E;
    line-height: 1.5;
}
.tags{margin-bottom:30px}
.tags h2{font-size:16px;font-weight:bold;margin-bottom:15px;padding-top:15px;padding-left:15px;}
.tags li{float:left;padding:5px 15px;background:#F2F2F2;border-radius:10px;margin:5px 10px;font-size:14px}

/*ÉÏÒ»ÆªÏÂÒ»Æª*/
.nextinfo {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: baseline;
    align-items: baseline;
    color: rgba(51, 51, 51, 0.65);
    padding: 15px 20px 20px;
    border-top: 1px solid #eee;
}
.nextinfo p {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.nextinfo p span {
    font-size: 14px;
}
.nextinfo p.prev {
    margin-left: 0;
    margin-right: 8px;
    text-align: left;
}
.nextinfo p.next {
    margin-left: 8px;
    margin-right: 15px;
    text-align: right;
}

.container {
    width: var(--container-width);
    margin-left: auto;
    margin-right: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:active {
    opacity: 0.9;
}

.bottom-line {
    border-bottom: 1px solid #e5e5e5;
}

.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: #091957;
    ;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.13);
    display: flex;
    justify-content: center;
}

.header-inner {
    width: var(--container-width);
    height: 100%;
    display: flex;
    align-items: center;
}

.header-inner .logo {
    margin-right: 27px;
    font-size: 32px;
    font-weight: bold;
    color: var(--logo-color);
}

.nav-list {
    display: flex;
    align-items: center;
    color: #fff;
    box-sizing: border-box;
}

.nav-link {
    padding: 8px 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    border-radius: 4px;
}

.nav-link svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.nav-link img {
    width: 14px;
    height: 14px;
}

.nav-link.active {
    background: #AF0080;
}

.nav-menu {
    position: absolute;
    width: 108px;
    top: 64px;
    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-link:hover .nav-menu {
    display: block;
}

.nav-menu:hover {
    display: block;
}

/* header end */
/* main start */

.section-title {
    margin: 16px 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-title::before,
.section-title::after {
    margin: 0 6px;
    content: "";
    display: block;
    width: 42.5px;
    height: 10px;
    background: url('/images/points.png') no-repeat;
    background-size: contain;
}

.hot-wrap {
    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;
    top: 76px;
}

.hot-page-btn img {
    width: 6.5px;
    height: 10px;
}

.hot-page-btn.active {
    cursor: pointer;
    background: #0EA542;
}

#hot-prev {
    left: -28px;
}

#hot-next {
    right: -28px;
}

.hot-item {
    position: relative;
    width: 314px;
    height: 168px;
    background: url('/images/hot-bg.png') no-repeat;
    background-size: cover;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 26px;
}

.hot-item:not(:nth-child(4n+1)) {
    margin-left: 8px;
}

.hot-item-title {
    padding: 7px 18px;
    display: flex;
    justify-content: flex-end;
    align-items: center;

    font-size: 16px;
    font-weight: 600;
    color: #5457FF;
    line-height: 22px;
}

.hot-item-content {
    margin: 14px 6px 0;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.hot-item-team {
    width: 82px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hot-item-team img {
    width: 68px;
    height: 68px;
    object-fit: cover;
}

.hot-item-team div {
    margin-top: 12px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: var(--primary-text-color);
    line-height: 20px;
    text-align: center;
}

.hot-item-score {
    margin-top: 9px;
    display: flex;
    align-items: center;
}

.hot-item-score-num {
    background: #2F3033;
    border-radius: 4px;
    padding: 4px;
    font-size: 32px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 45px;
}

.hot-item-score-mh {
    margin: 0 5px;
}

.hot-item-score-mh div {
    width: 8px;
    height: 8px;
    background: #2F3033;
    border-radius: 8px;
}

.hot-item-score-mh div+div {
    margin-top: 13px;
}

.hot-item-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 98px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('/images/hot-btn.png') no-repeat;
    background-size: contain;

    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 22px;
}

.hot-item-btn.active {
    background: url('/images/hot-btn-active.png') no-repeat;
    background-size: contain;
}

.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: 12px 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: 18px;
    font-weight: 600;
    color: #DFE6F0;
    line-height: 28px;
}

main {
    min-height: calc(100vh - 66px - 250px);
}

.tabs-wrap {
    width: 140px;
    padding: 12px 0;
    display: flex;
    flex-direction: column;
    background: #fff;
    /*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;
    align-items: center;
    /* border-bottom: 1px solid #ECEFF3; */
}

.common-header-title {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 22px;
}

.common-header-more {
    margin-left: auto;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common-header-more img {
    width: 14px;
    height: 14px;
}

.link-container {
    margin: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.link-title-icon {
    margin-right: 6px;
    width: 20px;
    height: 20px;
}

.link-title {
    margin-left: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 20px;
    display: flex;
    align-items: center;
}

.link-wrap {
    box-sizing: border-box;
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.link-item {
    margin: 18px 18px 0 18px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
}

/* 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;
}

.main-wrap-1 {
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
}

.main-wrap-1 .main-left {
    flex: 1;
    min-height: 0;
}

.main-wrap-1 .main-right {
    margin-left: 16px;
    width: 300px;
}

.main-wrap>*+* {
    margin-top: 16px;
}

.main-left {}

.main-left>* {
    margin-bottom: 10px;
}

.main-right {}

.main-right-inner {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 16px 48px;
}

.main-right>*+* {
    margin-top: 10px;
}

.live-box {
    background: linear-gradient(155deg, #FAFFF5 0%, #8CE1F5 100%);
}

.date-wrap {
    margin: 10px 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: fit-content;
    max-width: 100%;
}

.date-wrap::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
    background: none;
}

.date-item {
    display: block;
    background: #ECECEC;
    border-radius: 4px;
    padding: 6px 22px;
    font-size: 13px;
    font-weight: 500;
    color: #666666;
    line-height: 18px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex-shrink: 0;
}

.date-item span {
    display: block;
}

.date-item.active {
    background-color: #AF0080;
    color: #FFFFFF;
    /*border: 1px solid var(--primary-color);*/
}

.date-item+.date-item {
    margin-left: 12px;
}

.live-wrap {
    margin-left: -16px;
    display: flex;
    align-items: flex-start;
}

.live-list {
    flex: 1;
    margin: 0 4px 0 12px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
    grid-auto-rows: max-content;
    gap: 15px 12px;
    height: calc(100vh - 320px);
    overflow: auto;
}

.live-item {
    position: relative;
    box-sizing: border-box;
    padding: 8px 20px 16px;
    background: #F5F5F5;
    cursor: pointer;
}

.live-item.active {
    background: linear-gradient(180deg, #F7F4FF 0%, #EEEBFF 100%);
}

.live-item>* {
    flex-shrink: 0;
}

.live-time {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
}

.live-match {
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 131px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
    background: url('/images/live-match-bg.png');
    background-size: 100% 100%;
}

.live-team {
    margin-left: 10px;
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
}

.live-team-h {}

.live-team-a {}

.live-logo {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.live-score {
    flex-shrink: 0;
    margin-left: 22px;
    position: relative;
    width: 45px;
    height: 26px;
    background: #EFEFEF;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 26px;
    text-align: center;
}

.live-score.active::before {
    position: absolute;
    top: 7px;
    left: -12px;
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid #333333;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.live-status {
    margin: 0 24px;
    width: 120px;
    text-align: center;
}

.live-see {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 21px auto 0;

    width: 187px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #999999;
    font-size: 16px;
    font-weight: 600;
    color: #999999;
    line-height: 22px;
}

.live-item.active .live-see {
    border: 1px solid #AF0080;
    color: #AF0080;
}

.live-item.active .live-see::before {
    content: '';
    margin-right: 10px;
    width: 0;
    height: 0;
    border-left: 12px solid #AF0080;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

/*
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: 12px 0;
}

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

.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(auto-fill, minmax(138px, 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);
    flex: 1;
    /* 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 6px;
    border-radius: 4px;
    color: #fff;
    background: var(--btn-bg-color);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    display: inline-block;
    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 {
        max-width: 100vw;
        padding: 0 16px;
        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-1 {
        display: block;
    }

    .main-wrap-1 .main-right {
        margin-left: 0;
        width: auto;
    }

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

    .box-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
    }

    .box-subtitle {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
    }

    .main-wrap {
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .main-left {}

    .main-left>*+* {
        margin-top: 10px;
    }

    .main-right {
        margin-top: 10px;
    }

    .main-right>*+* {
        margin-top: 10px;
    }

    .live-wrap {
        display: block;
        margin: 0;
    }

    .live-list {
        margin: 0;
        grid-template-columns: 100%;
    }

    .live-match {
        transform: translate(-50%) scale(80%);
    }

    .tabs-wrap {
        margin-left: 0;
        width: 100%;
        flex-direction: row;
        overflow-x: auto;
    }

    .tabs-wrap::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
        background: none;
    }

    .tabs-item {
        flex-shrink: 0;
        width: 122px;
    }

    .tabs-item.active {
        border-right: none;
        border-bottom: 3px solid var(--primary-color);
    }

    .vd-item img {
        background: #ffffff;
        aspect-ratio: 2/1;
    }

    .link-wrap {
        width: 100%;
    }

    .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: inline-block;
        align-items: center;
    }
}
.inner_chain_box{
    text-indent: 0 !important;
    padding: 10px 0;
}
.inner_chain_box a{
    border: 1px solid #220BB4;
    text-align: center;
    padding: 5px 12px;
    border-radius: 5px;
    color: #fff;
    background: #612DE7;
}
/*# sourceMappingURL=base.css.map */