/* 顶部导航栏 */
header {
    background-color:#FF8E40;
    color: #fff;
    padding: 15px 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.nav-container {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}
.nav-menu a.active {
    background-color: #fff;
    color: #FFA500;
}
.logo {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu li {
    position: relative;
    margin-left: 25px;
}

.nav-menu a {
    color: #fff;
    font-size: 16px;
    transition: color 0.3s, background-color 0.3s;
    padding: 10px 15px;
    display: block;
    border-radius: 4px;
}

.nav-menu a:hover {
    background-color: rgba(245, 240, 240, 0.1);
    color: #fff;
}

/* 二级导航 */
.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #FF8E40; /* 深蓝色 */
    list-style: none;
    padding: 10px 0;
    margin: 0;
    min-width: 180px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.sub-menu li {
    margin: 0;
}

.sub-menu a {
    padding: 10px 15px;
    font-size: 14px;
}

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

.menu-toggle {
    display: none;
    font-size: 28px;
    cursor: pointer;
    color: #fff;
}

#hot_league {
    margin: 5px;
}
.header_newnav {
    width: 1200px;
    display: flex;
    align-items: center;
    background: #ffffff;
    margin: 0 auto;
}
.headline {
    display: flex;
    align-items: center;
    margin-right: 50px;
}
/* 添加向下箭头 */
.has-submenu > a::after {
    content: "▼"; /* 向下箭头符号 */
    font-size: 12px;
    margin-left: 8px;
    transition: transform 0.3s ease;
}

/* 鼠标悬停时旋转箭头 */
.has-submenu:hover > a::after {
    transform: rotate(180deg);
}
#newNav {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px;
}
.teamslists{padding-right: 15px;}
@media (max-width: 768px) {
    .nav_reg, .header_newnav, .focus {
        width: 100%;
    }
    .headline {
        margin-right: 0;
        overflow: auto;
        padding: 4px;
    }
    #newNav {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: auto;
    }

    .nav-menu {
        display: none;
        flex-direction: column;
        background-color: #FF8E40;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        padding: 20px;
    }

    .nav-menu.active {
        display: flex;
        z-index: 1000;
    }

    .nav-menu li {
        margin: 10px 0;
    }

    .menu-toggle {
        display: block;
    }

    .container {
        flex-direction: column;
    }

    .sub-menu {
        position: static;
        display: none;
        background-color: rgba(0, 0, 0, 0.1);
        padding-left: 20px;
    }

    .nav-menu li:hover .sub-menu {
        display: none;
    }

    .nav-menu li.active .sub-menu {
        display: block;
    }
    .has-submenu > a::after {
        content: "▶"; /* 移动端改为向右箭头 */
    }

    .has-submenu.active > a::after {
        content: "▼"; /* 展开时改为向下箭头 */
    }
}
:root {
    --main-color: #4375bf;
    --main-r: 67;
    --main-g: 117;
    --main-b: 191;
}


body {
    background-color: #f3f3f3;
    color: #444;
    font-family: Arial, "Microsoft YaHei";
    font-size: 14px;
}

a {
    color: #444;
}

a:hover {
    color: #f09204;
}

img {
    vertical-align: middle;
}

.right-tool {
    position: fixed;
    right: 0;
    bottom: 80px;
    z-index: 999;
}

.right-tool p {
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    background-color: rgba(var(--main-r), var(--main-g), var(--main-b), 0.6);
}

.right-tool p:hover {
    background-color: var(--main-color);
}

.right-tool p.gotop {
    display: none;
}

.right-tool p.gotop i {
    font-size: 30px;
    color: #fff;
}

i.iconfont {
    color: var(--main-color);
    font-size: 18px;
}

#header {
    position: relative;
    width: 100%;
    top: 0;
    transition: 0.5s;
    background-color: #0D093B;
    border-bottom: 1px solid #ddd;
}

.head {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 1200px;
    margin: 0 auto;
    line-height: 40px;
}

.logo-text {
    font-size: 24px;
    white-space: nowrap;
}

.head h1.logo {
    display: flex;
    align-items: center;
    margin-right: 10px;
    padding-left: 10px;
    -webkit-mask-position: 20px 0;
    -webkit-mask-size: auto 40px;
    -webkit-mask-repeat: no-repeat;
}

.head h1.logo img {
    height: 40px;
    width: auto;
    max-width: 200px;
    opacity: 0;
}

.head .nav ul {
    display: flex;
    flex-flow: wrap;
}

.head .nav li {
    height: 44px;
    color: #444;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    padding-right: 12px;
    padding-left: 12px;
    min-width:60px;
}

.head .nav li i.iconfont {
    display: inline-block;
    padding: 0 8px;
    font-size: 12px;
    margin-right: -8px;
    color: #444;
    transition: transform 0.3s;
}

.head .nav li:first-child i {
    display: none;
}

.head .nav li:is(:hover, .cur) ,.head .nav li:is(:hover, .cur) a {
    color: #fff;
    background-color: #0074D9;
}

.head .nav li > a {
    height: 44px;
    line-height: 44px;
    padding: 0;
    display: block;
    font-size: 17px;
    color: #fff;
    transition: 0.5s;
    border-radius: 4px;
}

.head .nav li:hover i.iconfont {
    color: var(--main-color);
    transform: rotate(180deg);
}

.head .nav li .sub {
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 50px;
    padding-top: 6px;
    text-align: center;
}

.head .nav li:hover .sub {
    height: auto;
    box-shadow: 0 3px 6px 0 rgba(206, 206, 206, 0.8);
}

.head .nav li .sub a {
    color: #444;
    font-size: 15px;
    padding: 10px 24px 0;
    display: block;
    background-color: #fff;
    white-space: nowrap;
    transition: 0.3s;
}

.head .nav li .sub a:first-child {
}

.head .nav li .sub a:last-child {
    padding-bottom: 10px;
}

.head .nav li:hover .sub a {
    padding-top: 18px;
}

.head .nav li:hover .sub a:last-child {
    padding-bottom: 18px;
}

.head .nav li .sub a:hover {
    color: var(--main-color);
}

.head .search {
    margin-left: auto;
    font-size: 0;
    border-radius: 16px;
    background-color: var(--main-color);
    margin-right: 10px;
}

.head .search input {
    height: 32px;
    width: 110px;
    color: #fff;
    font-size: 12px;
    padding: 0 10px 0 18px;
    background-color: transparent;
    border: none;
    vertical-align: bottom;
}

.head .search button {
    cursor: pointer;
    height: 32px;
    width: 40px;
    background-color: transparent;
}

.head .search button i.iconfont {
    color: #fff;
}

.crumbs {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 1200px;
    margin: 0 auto;
    color: #999;
}

.crumbs span {
    padding: 0 10px;
}

.crumbs a.cur {
    color: var(--main-color);
}

.subnav {
    width: 1200px;
    margin: 20px auto 0;
    box-sizing: border-box;
    background-color: rgb(var(--main-r), var(--main-g), var(--main-b)) !important;
}

.subnav ul {
    width: 100%;
    padding: 16px 8px;
    display: flex;
    align-items: center;
}

.subnav ul li:not(:last-child) {
    border-right: 1px solid #fff6;
}

.subnav ul li a {
    display: block;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
}

.subnav ul li a:hover {
    text-decoration: underline;
}

.copyright {
    padding: 30px 0;
    background-color: #0D093B;
}

.copyright .main {
    width: 1200px;
    margin: 0 auto;
    color: #ccc;
}

.copyright .main .info {
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 10px;
}

.copyright .main .link {
    text-align: center;
}

.copyright .main .link a {
    padding: 0 10px;
    font-size: 12px;
    color: #999;
}

.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.container.sp {
    margin-top: -60px;
    padding: 0;
}

.container:has(+.sp) .zhibosp {
    display: none;
}

.u35_dTM0_bGVmdC1tYWlu > div,
.u35_dTM0_cmlnaHQtbWFpbg > div {
    background-color: #fff;
    margin-bottom: 20px;
}

.u35_dTM0_bGVmdC1tYWlu {
    width: 850px;
}

.u35_dTM0_cmlnaHQtbWFpbg {
    width: 320px;
}

.u35_dTM0_aWNvbi16dXFpdQ {
    color: #2e2e2e !important;
}

.u35_dTM0_aWNvbi1sYW5xaXU {
    color: #ff7517 !important;
    background: #000;
    border-radius: 50%;
}

.u35_dTM0_bWFpbi1tb2RlbA {
}

.u35_dTM0_bWFpbi1tb2RlbA .title {
    display: flex;
    padding: 14px 0;
    height: 42px;
}

.u35_dTM0_bWFpbi1tb2RlbA .title .name {
    display: flex;
    align-items: center;
    padding: 0 10px 0 14px;
    font-size: 26px;
    color: #2e2e2e;
}

.u35_dTM0_bWFpbi1tb2RlbA .title .name i {
    font-size: 28px;
    margin-right: 8px;
}

.u35_dTM0_bWFpbi1tb2RlbA .title .name span {
    max-width: 190px;
}

.u35_dTM0_bWFpbi1tb2RlbA .title .tool {
    display: flex;
    align-items: center;
    justify-content: left;
    padding-right: 10px;
    height: 22px;
    flex-grow: 1;
    font-size: 15px;
    border-bottom: 3px solid #FF8E40;
}

.u35_dTM0_bWFpbi1tb2RlbA .title .tool > p {
    position: absolute;
    top: 100%;
    transform: translateY(-50%);

}

.u35_dTM0_bWFpbi1tb2RlbA .title .tool > p a {
    cursor: pointer;
    margin: 0 6px;
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid #FF8E40;
}

.u35_dTM0_bWFpbi1tb2RlbA .title .tool > p a.cur {
    font-weight: bold;
    color: #fff;
    background-color: #FF8E40;
}

.u35_dTM0_bWFpbi1tb2RlbA .title .tool {
    position: relative;
}

.u35_dTM0_bWFpbi1tb2RlbA .title .tool :is(.category,.right-btn) {
    display: none;
}

.u35_dTM0_bWFpbi1tb2RlbA .title .tool .spbtn {
    position: absolute;
    bottom: -40px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff6;
    background-color: var(--main-color);
    padding: 6px 4px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    white-space: nowrap;
}

.u35_dTM0_bWFpbi1tb2RlbA .title .tool .spbtn span {
    color: #fff8;
    padding: 0 6px;
    cursor: pointer;
}

.u35_dTM0_bWFpbi1tb2RlbA .title .tool .spbtn span.cur {
    color: #fff;
}

.u35_dTM0_bWFpbi1tb2RlbA .title .tool .spbtn i {
    left: 50%;
    margin-left: -5px;
    top: -5px;
    border-width: 0 5px 5px;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-bottom-color: var(--main-color);
}

.u35_dTM0_bWFpbi1tb2RlbA .title .tool .nocur {
    bottom: -50px;
    right: 20px;
}

.u35_dTM0_bWFpbi1tb2RlbA .title .tool .nocur i {
    display: none;
}

.right-btn {
    margin-right: -10px;
    position: relative;
}

.right-btn span {
    cursor: pointer;
    height: 32px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    color: #fff;
    background-color: var(--main-color);
}

.right-btn .moresel {
    display: none;
    position: absolute;
    right: 0;
    top: 32px;
    padding-top: 10px;
    z-index: 999;
    cursor: default;
}

.right-btn:hover .moresel {
    display: block;
}

.right-btn .moresel ul {
    box-shadow: 0 0 4px rgba(0, 0, 0, .6);
    background-color: #fff;
    border: 1px solid var(--main-color);
    border-radius: 4px;
    padding: 10px;
    width: 400px;
    max-height: 500px;
}

.right-btn .moresel li {
    text-indent: -39px;
    padding: 10px 0 10px 46px;
    font-size: 13px;
}

.right-btn .moresel li a {
    display: inline-block;
    margin: 6px 12px 6px 0;
    color: var(--main-color);
    text-indent: 0;
}

.right-btn .moresel li a:hover {
    text-decoration: underline;
}

.collect .list {
    padding: 6px 20px 12px;
}

.collect .list ul {
    display: none;
}

.collect .list ul.cur {
    display: block;
}

.collect .list li {
    display: flex;
    padding: 6px 0;
    justify-content: space-between;
    align-items: center;
}

.collect .list li a {
    font-size: 16px;
    width: 650px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.collect .list li span {
    color: #999;
}

.u35_dTM0_cGxheS1saXN0 {
    overflow: hidden;
    padding-bottom: 30px;
}

.u35_dTM0_cGxheS1saXN0 .play-date {
    font-size: 16px;
    line-height: 60px;
    color: var(--main-color);
    padding: 0 20px;
}

.u35_dTM0_bGlzdC1jb250.sp {
    display: none;
}

.u35_dTM0_bGlzdC1jb250.cur {
    display: block;
}

.u35_dTM0_bGlzdC1jb250 dd {
    padding: 0 20px;
}

.u35_dTM0_bGlzdC1jb250 dd .item-box {
    border-top: 1px solid #f1f1f1;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.u35_dTM0_bGlzdC1jb250 dd.over:hover {
    background-color: #96969611;
}

.u35_dTM0_bGlzdC1jb250 dd.ing:hover {
    background-color: rgba(calc(255 - var(--main-r)), calc(255 - var(--main-g)), calc(255 - var(--main-b)), 0.05);
}

.u35_dTM0_bGlzdC1jb250 dd.not:hover {
    background-color: rgba(var(--main-r), var(--main-g), var(--main-b), 0.05);
}

.u35_dTM0_bGlzdC1jb250 dd .left {
    width: 130px;
}

.u35_dTM0_bGlzdC1jb250 dd .time {
    font-size: 18px;
    font-weight: bold;
}

.u35_dTM0_bGlzdC1jb250 dd .sp .time {
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
}

.u35_dTM0_bGlzdC1jb250 dd .name {
    font-size: 15px;
    padding-top: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.u35_dTM0_bGlzdC1jb250 dd .right {
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: right;
}

.u35_dTM0_bGlzdC1jb250 dd .right a {
    display: flex;
    width: 110px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    box-shadow: 0 2px 3px #0003;
}

.u35_dTM0_bGlzdC1jb250 :is(dd,tr).over .right a {
    border-color: #FF8E40;
    background-color: #FF8E40;
    color: #fff;
    border-radius: 5px;
}

.u35_dTM0_bGlzdC1jb250 :is(dd,tr).ing .right a {
    border-color: rgb(calc(255 - var(--main-r)), calc(255 - var(--main-g)), calc(255 - var(--main-b)));
    background-color: rgb(calc(255 - var(--main-r)), calc(255 - var(--main-g)), calc(255 - var(--main-b)));
    color: #fff;
}

.u35_dTM0_bGlzdC1jb250 :is(dd,tr).not .right a {
    border-color: rgb(var(--main-r), var(--main-g), var(--main-b));
    background-color: #fff;
    color: var(--main-color);
}

.u35_dTM0_bGlzdC1jb250 :is(dd,tr):is(.over,.ing) .right a i {
    color: #fff;
}

.u35_dTM0_bGlzdC1jb250 dd .right span {
    display: inline-block;
    width: 60px;
    padding-left: 8px;
}

.u35_dTM0_bGlzdC1jb250 dd .center {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.u35_dTM0_bGlzdC1jb250 dd .center .zt {
    width: 46px;
    text-align: center;
}

.u35_dTM0_bGlzdC1jb250 dd .center a {
    display: flex;
    align-items: center;
    font-size: 15px;
}

.u35_dTM0_bGlzdC1jb250 dd .center p {
    width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
}

.u35_dTM0_bGlzdC1jb250 dd .center p:first-child {
    text-align: right;
}


.relative {
    position: relative;
}

.absolute {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    left: 0;
    right: 0;
}

.u35_dTM0_bmV3cy1saXN0 {
    width: 100%;
}

.u35_dTM0_bmV3cy1saQ {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.u35_dTM0_bmV3cy1saQ h2 {
    padding:5px 10px;
}

.u35_dTM0_aG90LWxpc3Q .u35_dTM0_bmV3cy1saQ > div {
    padding:5px 10px;
}

.links-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
    margin-bottom: 5px;
}
.link-a {
    padding-left: 20px;
    cursor: pointer;
    padding-bottom: 15px;
    white-space: nowrap;
}

.u35_dTM0_bGlzdC1jb250 dd .center .bf {
    width: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.u35_dTM0_bGlzdC1jb250 dd .center img {
    width: 34px;
    height: 34px;
    margin: 0 8px;
}

.u35_dTM0_c3ViLW1vZGVs {
}

.u35_dTM0_c3ViLW1vZGVs .title {
    display: flex;
    padding-top: 6px;
}

.u35_dTM0_c3ViLW1vZGVs .title .name {
    display: flex;
    align-items: center;
    font-size: 20px;
    padding: 0 10px 0 14px;
    height: 40px;
}

.u35_dTM0_c3ViLW1vZGVs .title .more {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-right: 20px;
    flex: 1;
    margin-left: 2px;
    height: 21px;
    border-bottom: 3px solid #FF8E40;
}

.u35_dTM0_c3ViLW1vZGVs .title .more a {
    position: absolute;
    background-color: #fff;
    padding: 2px 4px;
    border-radius: 4px;
    border: 2px solid rgb(calc(255 - var(--main-r)), calc(255 - var(--main-g)), calc(255 - var(--main-b)));
    top: 100%;
    transform: translateY(-50%);
}

.u35_dTM0_c3ViLW1vZGVs .cont {
    padding: 12px;
}

.u35_dTM0_bWF0Y2gtdHlwZQ {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px 0;
}

.u35_dTM0_bWF0Y2gtdHlwZQ a {
    width: 29%;
    border: 1px solid #f1f1f1;
}

.u35_dTM0_bWF0Y2gtdHlwZQ img {
    display: block;
    margin: 10px auto;
    width: 64px;
    height: 64px;
}

.u35_dTM0_bWF0Y2gtdHlwZQ p {
    text-align: center;
    height: 30px;
    line-height: 30px;
    background-color: #eee;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #f09204;
}

.u35_dTM0_bWF0Y2gtdHlwZQ a:hover {
    border-color: #f09204;
    color: #fff;
}

.u35_dTM0_bWF0Y2gtdHlwZQ a:hover p {
    background-color: #f09204;
}

.team-type {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px 0;
}

.team-type a {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    padding: 2px;
    width: 46%;
    border-radius: 20px;
}

.team-type img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--main-color);
}

.team-type p {
    padding-left: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.team-type a:hover {
    border-color: var(--main-color);
    color: #fff;
    background-color: var(--main-color);
}

.team-type a:hover img {
    background-color: #fff;
}

.hot-tags {
    display: flex;
    flex-wrap: wrap;
    padding: 8px;
}

.hot-tags a {
    padding: 5px 8px;
    margin: 8px;
    background-color: rgba(var(--main-r), var(--main-g), var(--main-b), 0.1);
    color: var(--main-color);
    border-radius: 3px;
    transition: 0.3s;
}

.hot-tags a:hover {
    background-color: rgb(calc(255 - var(--main-r)), calc(255 - var(--main-g)), calc(255 - var(--main-b)));
    color: #fff;
    transform: scale(1.2);
}

.item-list {
}

.item-list li {
    display: flex;
    height: 34px;
    align-items: center;
}

.item-list a {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-list li::before {
    display: inline-block;
    flex-shrink: 0;
    height: 6px;
    content: '';
    width: 6px;
    background: #ddd;
    border-radius: 50%;
    margin-right: 8px;
}

.video-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 8px 16px;
}

.video-list .play {
    width: 48%;
    margin: 8px 0;
}

.video-list .play img {
    width: 100%;
    aspect-ratio: 3/2;
    border-radius: 4px;
    object-fit: cover;
}

.video-list .play .tit {
    padding-top: 10px;
    font-size: 13px;
    height: 44px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
}

.infoimg {
    display: block;
    width: 850px;
    height: auto;
    margin-bottom: 20px;
    object-fit: cover;
}

.laliga-info {
    display: flex;
    padding: 20px;
}

.laliga-logo {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #888;
    box-shadow: 8px 8px 0 rgba(0, 0, 0, .3);
}

.laliga-logo img {
    width: 150px;
    height: auto;
    min-height: 150px;
    max-height: 180px;
    object-fit: contain;
}

.laliga-intro {
    padding-left: 30px;
}

.laliga-intro h1 {
    padding-top: 10px;
    font-size: 28px;
    color: var(--main-color);
    display: flex;
    justify-content: space-between;
}

.laliga-intro h3 a {
    font-size: 15px;
    color: var(--main-color);
}

.laliga-intro p {
    padding-top: 20px;
    text-indent: 2em;
    line-height: 28px;
    font-size: 15px;
}

.list-back {
    overflow: hidden;
}

.list-back dd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    padding: 0 20px;
}

.list-back dd:nth-child(odd) {
    background-color: rgba(var(--main-r), var(--main-g), var(--main-b), 0.1)
}

.list-back dd:hover {
    background-color: rgba(calc(255 - var(--main-r)), calc(255 - var(--main-g)), calc(255 - var(--main-b)), 0.05);
}

.back-cont {
    width: 65%;
}

.back-cont a {
    display: block;
    line-height: 64px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.back-cont span {
    padding-right: 10px;
}

.back-team {
    display: flex;
    align-items: center;
    justify-content: right;
    font-size: 14px;
}

.back-team a {
    padding-left: 10px;
}

.pages {
    padding: 40px 0;
    display: flex;
    justify-content: center;
}

.pages a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-left: 10px;
    font-size: 16px;
    background-color: #fff;
    user-select: none;
}

.pages a[href=''] {
    pointer-events: none;
    background-color: #eee;
}

.pages a[href='#'] {
    pointer-events: none;
    color: #fff;
    border-color: var(--main-color);
    background-color: var(--main-color);
}

.u35_dTM0_bGl2ZS1saXN0 {
}

.u35_dTM0_bGl2ZS1saXN0 dd:not(:last-child) {
    border-bottom: 1px solid rgba(var(--main-r), var(--main-g), var(--main-b), 0.3);
    padding-bottom: 14px;
    margin-bottom: 14px;
}

.u35_dTM0_bGl2ZS1saXN0 .top-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 6px 6px;
}

.u35_dTM0_bGl2ZS1saXN0 .league {
    padding-top: 4px;
}

.u35_dTM0_bGl2ZS1saXN0 .right-part a {
    display: flex;
    align-items: center;
}

.u35_dTM0_bGl2ZS1saXN0 .right-part i {
    margin-right: 4px;
}

.u35_dTM0_bGl2ZS1saXN0 .middle-container {
    display: flex;
    align-items: center;
    text-align: center;
}

.u35_dTM0_bGl2ZS1saXN0 .middle-container .team {
    width: 35%;
}

.u35_dTM0_bGl2ZS1saXN0 .middle-container .info {
    width: 30%;
}

.u35_dTM0_bGl2ZS1saXN0 .middle-container .score {
    font-size: 20px;
}

.u35_dTM0_bGl2ZS1saXN0 .middle-container .status {
    padding-top: 6px;
}

.u35_dTM0_bGl2ZS1saXN0 .middle-container img {
    width: 44px;
    height: 44px;
}

.u35_dTM0_bGl2ZS1saXN0 .middle-container .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 12px;
}

.u35_dTM0_bmV3cy1saXN0 dd {
    display: flex;
    justify-content: space-between;
    margin: 0 20px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.u35_dTM0_bmV3cy1saXN0 dd a {
    width: 190px;
}

.u35_dTM0_bmV3cy1saXN0 dd img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}

.u35_dTM0_bmV3cy1saXN0 dd > div {
    width: calc(100% - 210px);
}

.u35_dTM0_bmV3cy1saXN0 dd h4 {
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    justify-content: space-between;
}

.u35_dTM0_bmV3cy1saXN0 dd h4 a {
    font-size: 17px;
    width: 470px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.u35_dTM0_bmV3cy1saXN0 dd h4 span {
    font-size: 13px;
    color: #999;
}

.u35_dTM0_bmV3cy1saXN0 dd p.desc {
    font-size: 15px;
    line-height: 26px;
    height: 52px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
}

.u35_dTM0_bmV3cy1saXN0 dd p.other {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    color: #666;
}

.u35_dTM0_bmV3cy1saXN0 dd p.other span:first-child a {
    margin-right: 10px;
    color: #666;
}

.u35_dTM0_bmV3cy1saXN0 dd p.other span:last-child {
    font-size: 13px;
    color: #999;
}

.new-content {
    padding: 30px;
}

.new-content h1 {
    font-size: 30px;
    font-weight: normal;
    line-height: 44px;
}

.new-content .info {
    color: #999;
    padding: 14px 0 20px;
    font-size: 14px;
}

.new-content .info span {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #ddd;
}

.new-content .info span:last-child {
    border: none;
}

.new-content .cont {
    line-height: 30px;
    font-size: 16px;
    padding: 20px 0;
    overflow: hidden;
}

.new-content .cont table {
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid rgba(var(--main-r), var(--main-g), var(--main-b), 0.1);
}

.new-content .cont table tr:first-child :is(td, th) {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    background-color: var(--main-color);
}

.new-content .cont table tr:nth-child(odd) {
    background-color: rgba(var(--main-r), var(--main-g), var(--main-b), 0.1);
}

.new-content .cont table :is(td, th) {
    padding: 4px;
    border: 1px solid rgba(var(--main-r), var(--main-g), var(--main-b), 0.1);
    font-size: 15px;
    text-align: center;
}

.new-content .cont h3 {
    margin-bottom: 20px;
    font-weight: bold;
}

.new-content .cont a {
    color: var(--main-color);
}

.new-content .cont p {
    padding-bottom: 10px;
    color: #666;
}

.new-content .cont img {
    display: block;
    margin: 20px auto;
    max-width: 100% !important;
}

.new-content .connect {
    display: flex;
    padding-top: 20px;
    border-top: 1px dashed #eee;
    justify-content: space-between;
}

.new-content .connect span {
    width: 50%;
    box-sizing: border-box;
    line-height: 24px;
}

.new-content .connect span:first-child {
    padding-right: 20px;
}

.new-content .connect span:last-child {
    padding-left: 20px;
}

.new-content .keyword {
    font-size: 14px;
    padding-bottom: 20px;
}

.new-content .keyword a {
    display: inline-block;
    font-size: 15px;
    padding: 5px 8px;
    margin-right: 15px;
    background-color: #eee;
    color: var(--main-color);
}

.new-content .keyword a:hover {
    background-color: var(--main-color);
    color: #fff;
}

.about-new ul {
    display: flex;
    flex-wrap: wrap
}

.about-new li {
    width: 50%;
}

.playbg {
    --direc: 0deg;
    padding: 30px 0;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.playbg.zq {
    background: #78ACFD;
}

.playbg.lq {
    background: #78ACFD;
}

.playbg .play {
    margin: 0 auto;
}

.match-info {
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
}

.detail-title-h1 {
    text-align: center;
    font-size: 20px;
    padding: 10px;
}

.match-info .team {
    width: 300px;
    text-align: center;
}

.match-info .team-logo {
    width: 110px;
    height: 110px;
    background-color: var(--main-color);
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    margin: 0 auto 20px;
}

.match-info .team-logo img {
    width: 80%;
    height: 80%;
    object-fit: contain;
    margin-top: 10%;
}

.match-info .team .name {
    font-size: 24px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.match-info .team .name a {
    color: #fff;
}

.match-info .team .name span {
    font-size: 30px;
    display: block;
}

.match-info .bf {
    padding: 0 40px;
    font-size: 80px;
}

.match-info .info {
    width: 170px;
    text-align: center;
}

.match-info .info p {
    padding: 14px 0;
}

.match-info .info .zt {
    font-size: 34px;
}

.match-info .type-tab {
    border-bottom: 1px solid #ddd;
}

.match-info .tab-cont {
    padding: 30px;
}

.live-link {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 20px;
}

.live-link a {
    display: inline-block;
    margin: 0 10px;
    padding: 6px 12px;
    color: #fff;
    background-color: var(--main-color);
}

/*.type-tabs {*/
/*    height: 50px;*/
/*    margin-top: 0px;*/
/*    display: flex;*/
/*    padding: 0 20px;*/
/*    border-bottom: 1px solid rgba(calc(255 - var(--main-r)), calc(255 - var(--main-g)), calc(255 - var(--main-b)), 0.3);*/
/*}*/

.type-tabs h1 {
    font-size: 18px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    margin-bottom: -1px;
    margin-right: 20px;
    border-bottom: 3px solid transparent;
}

.type-tabs h1.cur {
    font-weight: bold;
    border-color: #FF8E40;
}

.type-cont {
    padding: 20px;
}

.type-cont.txt {
    font-size: 15px;
    line-height: 34px;
}

.u35_dTM0_bWFpbi1tb2RlbA .type-cont:nth-child(2) {
    display: block;
}

.newadd table {
    width: 100%;
}

.newadd table:not(:first-child) {
    margin-top: 20px;
}

.newadd table caption {
    padding-bottom: 10px;
    font-size: 18px;
    color: var(--main-color);
}

.newadd table tr:nth-child(odd) {
    background-color: rgba(var(--main-r), var(--main-g), var(--main-b), 0.1);
}

.newadd table th {
    color: #fff;
    padding: 10px 4px;
    font-size: 16px;
    font-weight: normal;
    background-color: var(--main-color);
}

.newadd table td {
    padding: 10px 4px;
    font-size: 15px;
    text-align: center;
}

.newadd table.jifen th {
    width: 10%;
}

.newadd table.contrast th {
    width: 14%;
}

.newadd table.contrast th:not(:nth-child(2)) {
    width: 43%;
}

.newadd table.contrast tr:not(:nth-child(1)) td:nth-child(1) {
    text-align: right;
}

.newadd table.contrast tr:not(:nth-child(1)) td:nth-child(3) {
    text-align: left;
}

.newadd table.contrast span {
    display: inline-block;
    width: 36px;
    text-align: center;
    padding: 0 20px;
}

.newadd table.contrast i {
    display: inline-block;
    height: 8px;
    background-color: #ccc;
}

.newadd table.contrast i.win {
    background-color: var(--main-color);
}

.newadd table.contrast i.hide {
    display: none;
}

.type-cont .yuce-cont {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 30px;
}

.type-cont .yuce-cont h2 {
    font-weight: bold;
    color: var(--main-color);
    padding: 8px 0;
}

.type-cont .name-tab {
    display: flex;
    justify-content: center;
    align-items: center;
}

.type-cont .name-tab li {
    height: 36px;
    line-height: 36px;
    padding: 0 24px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    background-color: #ddd;
    border-radius: 5px;
    margin-right: 10px;
    transition: 0.5s;
    background-color: rgba(calc(255 - var(--main-r)), calc(255 - var(--main-g)), calc(255 - var(--main-b)), 0.1);
    color: rgb(calc(255 - var(--main-r)), calc(255 - var(--main-g)), calc(255 - var(--main-b)));
}

.type-cont .name-tab li.cur {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    background-color: var(--main-color);
}

.type-cont .name-cont {
    display: none;
}

.type-cont .name-cont:nth-of-type(2) {
    display: block;
}

.type-cont .linklist li {
    line-height: 40px;
    font-size: 16px;
    list-style: inside;
}

.name-cont ul {
    border: 1px solid #ddd;
    margin-top: 30px;
}

.name-cont ul li {
    display: flex;
    height: 48px;
    border-top: 1px solid #ddd;
    align-items: center;
    justify-content: space-between;

}

.name-cont ul li.header {
    color: var(--main-color);
    font-weight: bold;
}

.name-cont ul li:first-child {
    border-top: none;
}

.name-cont ul li span {
    width: 20%;
    text-align: center;
}

.census {
    display: flex;
    justify-content: center;
}

.census p {
    line-height: 50px;
}

.census .center {
    width: 100px;
    font-size: 16px;
    text-align: center;
}

.census img {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 20px;
}

.census .left,
.census .right {
    width: calc((100% - 100px) / 2);
}

.census .left {
    text-align: right;
}

.census-name {
    font-size: 16px;
    padding: 20px 40px;
}

.contrast {
}

.contrast span {
    display: inline-block;
    width: 70px;
    text-align: center;
}

.contrast i {
    display: inline-block;
    height: 10px;
    vertical-align: middle;
    background-color: #ccc;
}

.contrast i.win {
    background-color: var(--main-color);
}

.playtxt {
    line-height: 30px;
    font-size: 14px;
}

.player-data {
    margin-bottom: 20px;
    width: 100%;
    border-collapse: separate;
}

.player-data tr th:first-child {
    width: 170px;
    display: flex;
    align-items: center;
}

.player-data tr th:first-child,
.player-data tr td:first-child {
    text-align: left;
    padding-left: 10px;
}

.player-data tr th,
.player-data tr td {
    height: 50px;
    text-align: center;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    width: 70px;
}

.player-data tr:last-child td {
    border-bottom: none;
}

.player-data img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.playbg h1 {
    color: #fff;
    font-size: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 14px;
}

.showlist {
    display: flex;
    width: 100%;
    height: 600px;
}

.showlist iframe {
    width: 71.6%;
}

.showlist > a {
    display: block;
    width: 71.6%;
    position: relative;
    background-color: #333;
}

.showlist > a img {
    width: 100%;
    height: 500px;
    opacity: 0.9;
    transition: .3s;
    object-fit: cover;
}

.showlist > a:hover img {
    opacity: 0.6;
}

.showlist > a .btn {
    position: absolute;
    background: url(/images/video_article_play.png);
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 120px;
    top: 50%;
    margin-top: -60px;
}

.showlist .list {
    width: 28.3%;
    background-color: #333;
}

.showlist .list > p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 44px;
    border-bottom: 2px #3c3c3c solid;
}

.showlist .list ul::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #555;
}

.showlist .list ul::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 4px #000;
    background-color: var(--main-color)
}

.showlist .list ul {
    max-height: calc(600px - 46px);
    overflow-y: auto;
}

.showlist .list ul li {
    margin: 14px 14px 0;
    display: flex;
    cursor: pointer;
    background-color: #444;
    border-radius: 5px;
    overflow: hidden;
    color: var(--main-color)
}

.showlist .list ul li .title {
    padding: 12px;
    line-height: 22px;
}

.showlist .list ul li.cur {
    background-color: var(--main-color);
    color: #fff;
}

.showlist .list ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    background-color: rgba(255, 255, 255, 0.2);
}

.showlist .list ul li span {
    display: block;
    width: 60px;
    padding-top: 4px;
}

.showlist .list ul li i {
    font-size: 26px;
    color: #fff;
}

.video-intro {
    padding: 20px;
}

.video-intro .tit {
    font-size: 18px;
    padding-bottom: 16px;
    font-weight: bold;
}

.playtxt {
    line-height: 30px;
    font-size: 14px;
}

.zhuanti {
    margin-top: 20px;
}

.ztbg {
    background-color: rgba(var(--main-r), var(--main-g), var(--main-b), 0.7);
    position: relative;
    padding: 20px 0;
    box-sizing: border-box;
}

.ztbg::before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 0;
    mix-blend-mode: screen;
    opacity: 0.2;
}

.zt-title {
    position: relative;
    box-sizing: border-box;
    width: 240px;
    aspect-ratio: 2.11/1;
    margin: 0 auto 20px;
    font-size: 32px;
    color: #fff;
    padding: 20px 0 0 26px;
    font-weight: bold;
    letter-spacing: 6px;
}

.zt-title span {
    font-size: 50px;
    vertical-align: bottom;
}

.zt-title::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    background-color: var(--main-color);
}

.zhuanti .search {
    position: relative;
    width: 800px;
    padding: 0 100px;
    box-sizing: border-box;
    margin: 0 auto 20px;
}

.zhuanti .search p {
    display: flex;
    align-items: center;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .1);
}

.zhuanti .search input {
    height: 40px;
    flex-grow: 1;
    border: none;
    padding: 0 10px;
    font-size: 16px;
    color: var(--main-color);
}

.zhuanti .search button {
    height: 40px;
    width: 80px;
    cursor: pointer;
    background-color: rgb(calc(255 - var(--main-r)), calc(255 - var(--main-g)), calc(255 - var(--main-b)));
}

.zhuanti .search button i {
    color: #fff;
}

.hontlink {
    position: relative;
    box-sizing: border-box;
    width: 800px;
    margin: 0 auto;
    padding-left: 100px;
    font-size: 16px;
    color: #fff;
    text-indent: -80px;
}

.hontlink a {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 4px 10px;
    border-radius: 5px;
    background-color: #fff3;
    color: #fff;
    font-size: 14px;
    text-indent: 0;
}

.ztnav-bg {
    background-color: #555;
    position: relative;
    z-index: 1;
}

.ztnav {
    width: 1200px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 40px;
    background-color: #555;
}

.ztnav a {
    margin: 0 10px;
    position: relative;
}

.ztnav a span {
    color: #fff;
    font-size: 18px;
    padding: 0 40px;
    display: inline-block;
}

.ztnav a.cur span {
    transform: skew(-30deg);
    line-height: 50px;
    background-color: var(--main-color);
}

.ztnav a.cur i {
    display: inline-block;
    transform: skew(30deg);
}

.ztnav a.cur::before,
.ztnav a.cur::after {
    content: "";
    position: absolute;
    border: 8px solid transparent;
    z-index: -1;
}

.ztnav a.cur::before {
    border-top-color: #333;
    border-right-color: #333;
    transform: rotate(-45deg);
    right: -22px;
    top: 4px;
}

.ztnav a.cur::after {
    border-bottom-color: #333;
    border-left-color: #333;
    transform: rotate(-45deg);
    left: -22px;
    bottom: 4px;
}

.zt-list {
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.zt-list .logo-list {
    display: flex;
    flex-wrap: wrap;
}

.zt-list .logo-list a {
    position: relative;
    display: inline-block;
    width: 140px;
    margin: 0 5px 10px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 2px 4px #0002;
}

.zt-list .logo-list a img {
    display: block;
    margin: 20px auto;
    width: 100px;
    height: 100px;
}

.zt-list .logo-list p {
    position: absolute;
    top: 100%;
    height: 100%;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    background-color: rgba(var(--main-r), var(--main-g), var(--main-b), 0.9);
    color: #fff;
    transition: 0.3s;
}

.zt-list .logo-list a:hover p {
    top: 0;
}

.about-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 20px;
}

.about-list dd {
    width: 50%;
    box-sizing: border-box;
    padding: 20px 20px 0;
}

.about-list dd a {
    display: flex;
    justify-content: space-between;
}

.about-list dd img {
    width: 140px;
    height: 90px;
    object-fit: cover;
}

.about-list dd .cont {
    width: calc(100% - 160px);
}

.about-list dd .cont h4 {
    font-size: 16px;
    padding-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.about-list dd .cont .desc {
    line-height: 22px;
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    overflow: hidden;
}

.specific {
    padding: 20px 0;
}

.specific .logo {
    text-align: center;
}

.specific .logo img {
    width: 140px;
    height: 140px;
}

.specific .intro {
    padding: 10px;
}

.specific .intro .name {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

.specific .intro ul {
    line-height: 26px;
}

.specific .intro ul li {
    display: flex;
}

.specific .intro ul li span {
    width: 90px;
    text-align: right;
    flex-shrink: 0;
}

.specific .info {
    padding: 20px 20px 0;
    line-height: 24px;
}

.jifen-tab {
    background-color: #fff;
    width: 15%;
}

.jifen-tab a {
    display: block;
    font-size: 16px;
    padding: 14px;
    border-left: 6px solid #fff;
    box-sizing: border-box;
}

.jifen-tab a.cur {
    border-color: var(--main-color);
    color: var(--main-color);
    font-weight: bold;
    background-color: rgba(var(--main-r), var(--main-g), var(--main-b), 0.1);
}

.jifen-list {
    width: 83%;
    background-color: #fff;
}

.jifen-list ul.zuqiu {
    --span-width: 80px;
}

.jifen-list ul.lanqiu {
    --span-width: 100px;
}

.jifen-list li {
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    border-top: 1px solid #eee;
    background-color: #fff;
}

.jifen-list li span {
    display: block;
    width: var(--span-width);
    text-align: center;
    line-height: 60px;
}

.jifen-list li.group-name span {
    color: var(--main-color);
    font-weight: bold;
}

.jifen-list li span i {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-style: normal;
    color: #fff;
    background-color: #999;
}

.jifen-list li span i.top1 {
    background-color: #F61111;
}

.jifen-list li span i.top2 {
    background-color: #FF7D0C;
}

.jifen-list li span i.top3 {
    background-color: #FFB330;
}

.jifen-list li.jifen-head span {
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    background-color: var(--main-color);
}

.jifen-list ul.zuqiu li span:nth-child(2) {
    width: calc(996px - var(--span-width) * 9);
}

.jifen-list ul.lanqiu li span:nth-child(2) {
    width: calc(996px - var(--span-width) * 7);
}

.jifen-list li:nth-child(n+2) span:nth-child(2) {
    text-align: left;
    padding-left: 40px;
    box-sizing: border-box;
}

.jifen-list li img {
    margin-right: 30px;
    width: 30px;
    height: 30px;
    object-fit: contain;
}

p.nodata {
    width: 84%;
    margin: 4% auto;
    padding: 4%;
    border: 3px dashed #ddd;
    text-align: center;
    color: #ddd;
    font-size: 2em;
    background-color: #fbfbfb;
}

.zhibosp {
    width: 100% !important;
}

.zhibosp .infoimg {
    width: 100%;
    height: 250px;
}

.zhibosp .u35_dTM0_cGxheS1saXN0 {
    padding-left: 20px;
    padding-right: 20px;
}

.zhibosp .u35_dTM0_bGlzdC1jb250 .left {
    display: flex;
    width: 240px;
    justify-content: space-between;
}

.zhibosp .u35_dTM0_bGlzdC1jb250 .left .name {
    padding-top: 0;
}

.zhibosp .u35_dTM0_bGlzdC1jb250 .left .status {
}

.zhibosp .u35_dTM0_bGlzdC1jb250 dd .center p {
    width: 200px;
}

.zhibosp .u35_dTM0_bGlzdC1jb250 dd .center img {
    margin: 0 12px;
}

.yuce-list dd {
    margin: 0 20px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.yuce-list dd .tit {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    position: relative;
}

.yuce-list dd .tit h4 {
    font-size: 30px;
    margin: 0 auto;
    padding-left: 14%;
}

.yuce-list dd .tit span:first-child {
    font-size: 16px;
    position: absolute;
    left: 0;
}

.yuce-list dd .tit span:last-child {
    font-size: 13px;
    color: #999;
    position: absolute;
    right: 0;
}

.yuce-list dd .logovs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yuce-list dd .logovs p {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.yuce-list dd .logovs p.name {
    width: 14%;
}

.yuce-list dd .logovs p.team {
    width: 40%;
}

.yuce-list dd .logovs p.vs {
    width: 6%;
    justify-content: center;
}

.yuce-list dd .logovs p:last-child {
    justify-content: right;
}

.yuce-list dd .logovs img {
    width: 50px;
    height: 50px;
}

.yuce-list dd .logovs span {
    padding: 0 20px;
}

.yuce-content {
    padding: 30px;
}

.yuce-content h1 {
    font-size: 24px;
    font-weight: normal;
    line-height: 38px;
}

.yuce-content .cont {
    line-height: 30px;
    font-size: 16px;
    padding: 20px 0;
    overflow: hidden;
}

.yuce-content .cont * {
    font-weight: revert;
}

.yuce-content .cont table {
    width: 100%;
    border: 1px solid var(--main-color);
}

.yuce-content .cont table td,
.yuce-content .cont table th {
    min-width: 80px;
    border: 1px solid var(--main-color);
    padding: 10px 14px;
    font-size: 14px;
}

.yuce-content .cont table tr th {
    background-color: rgba(var(--main-r), var(--main-g), var(--main-b), 0.1);
}

.yuce-content .cont table tr td:first-child {
    text-align: center;
}

.yuce-content .u35_dTM0_bGlzdC1jb250 {
    margin: -20px -20px 20px;
}

.yuce-content .u35_dTM0_bGlzdC1jb250 dd:hover {
    background-color: transparent !important;
}

.yuce-content .u35_dTM0_bGlzdC1jb250 dd .item-box {
    padding-bottom: 10px;
    border-top: 0;
    border-bottom: 1px solid #f1f1f1;
}

.integral {
    overflow: hidden;
}

.integral .type {
    display: flex;
}

.integral .type p {
    height: 40px;
    line-height: 40px;
    text-align: center;
    flex-grow: 1;
    cursor: pointer;
    font-size: 15px;
}

.integral .type p.cur {
    font-weight: bold;
    color: var(--main-color);
}

.integral .table {
    display: none;
}

.integral .table.cur {
    display: block;
}

.integral .table li {
    display: flex;
    font-size: 13px;
    line-height: 40px;
    border-top: 1px solid rgba(var(--main-r), var(--main-g), var(--main-b), 0.15);
}

.integral .table li.group-name span {
    color: var(--main-color);
    font-weight: bold;
}

.integral .table li.item-name {
    line-height: 36px;
    background-color: rgba(var(--main-r), var(--main-g), var(--main-b), 0.1);
    color: var(--main-color);
}

.integral .table li:hover:not(.item-name) {
    font-weight: bold;
}

.integral .table li span {
    width: 14%;
    text-align: center;
}

.integral .table li span:nth-child(1) {
    width: 10%;
    font-size: 12px;
}

.integral .table li span:nth-child(2) {
    width: 34%;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.integral .table li span i {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-style: normal;
    color: #fff;
    background-color: #999;
    border-radius: 50%;
}

.integral .table li span i.top1 {
    background-color: #F61111;
}

.integral .table li span i.top2 {
    background-color: #FF7D0C;
}

.integral .table li span i.top3 {
    background-color: #FFB330;
}

.integral .table li img {
    margin-right: 6px;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.u35_dTM0_emhpYm8tdGFibGU {
    width: 100%;
}

.u35_dTM0_emhpYm8tdGFibGU tr td {
    border: 1px solid rgba(var(--main-r), var(--main-g), var(--main-b), 0.2);
    height: 60px;
}

.u35_dTM0_emhpYm8tdGFibGU tr td:is(:nth-child(1),:nth-child(2),:nth-child(3)) {
    width: 100px;
    text-align: center;
}

.u35_dTM0_emhpYm8tdGFibGU.sp tr td:is(:nth-child(1),:nth-child(2)) {
    width: 80px;
    text-align: center;
}

.u35_dTM0_emhpYm8tdGFibGU.sp tr td:nth-child(3) {
    width: auto;
    text-align: left;
}

.u35_dTM0_emhpYm8tdGFibGU tr td:last-child {
    width: 160px;
}

.u35_dTM0_emhpYm8tdGFibGU.sp tr td:last-child {
    width: 130px;
}

.u35_dTM0_emhpYm8tdGFibGU tr td:last-child .right {
    width: 110px;
    margin: 0 auto;
}

.u35_dTM0_bmV3cy1saQ a:hover {
    border-color: unset;
    color: #f09204;
}

.u35_dTM0_bmV3cy1saS1h {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (min-width: 640px) {
    .menu {
        display: none;
    }

    .mobile {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .u35_dTM0_cGxheS1saXN0 .u35_dTM0_bGlzdC1jb250 dd.u35_dTM0_bW9iaWxlLWRk {
        padding: 0 15px;
    }

    .u35_dTM0_cGxheS1saXN0 .u35_dTM0_bGlzdC1jb250 dd.u35_dTM0_bW9iaWxlLWRk .u35_dTM0_bW9iaWxlLWE {
        display: flex;
        align-items: center;
        padding: 15px 0;
    }

    .u35_dTM0_cGxheS1saXN0 .u35_dTM0_bGlzdC1jb250 dd.u35_dTM0_bW9iaWxlLWRk:not(:last-child) .u35_dTM0_bW9iaWxlLWE {
        border-bottom: 1px solid #eee;
    }

    .u35_dTM0_cGxheS1saXN0 .u35_dTM0_bGlzdC1jb250 dd.u35_dTM0_bW9iaWxlLWRk .left {
        line-height: 30px;
        padding-right: 10px;
        width: 80px;
    }

    .u35_dTM0_cGxheS1saXN0 .u35_dTM0_bGlzdC1jb250 dd.u35_dTM0_bW9iaWxlLWRk img {
        width: 33px;
        height: 33px;
        margin-right: 10px;
    }

    .u35_dTM0_cGxheS1saXN0 .u35_dTM0_bGlzdC1jb250 dd.u35_dTM0_bW9iaWxlLWRk ul {
        width: 160px;
    }

    .u35_dTM0_cGxheS1saXN0 .u35_dTM0_bGlzdC1jb250 dd.u35_dTM0_bW9iaWxlLWRk li {
        display: flex;
        align-items: center;
    }

    .u35_dTM0_cGxheS1saXN0 .u35_dTM0_bGlzdC1jb250 dd.u35_dTM0_bW9iaWxlLWRk li:nth-child(2) {
        padding-left: 45px;
        font-weight: bold;
        font-size: 18px;
    }

    .u35_dTM0_cGxheS1saXN0 .u35_dTM0_bGlzdC1jb250 dd.u35_dTM0_bW9iaWxlLWRk .zttxt {
        margin-left: auto;
        text-align: center;
        padding: 5px 0;
        width: 75px;
        border: 1px solid;
        border-radius: 5px;
    }

    .u35_dTM0_cGxheS1saXN0 .u35_dTM0_bGlzdC1jb250 dd.u35_dTM0_bW9iaWxlLWRk.over .zttxt {
        border-color: var(--main-color);
        background-color: var(--main-color);
        color: #fff;
    }

    .u35_dTM0_cGxheS1saXN0 .u35_dTM0_bGlzdC1jb250 dd.u35_dTM0_bW9iaWxlLWRk .zttxt {
        border-color: #FF8E40;
        background-color: #FF8E40;
        color: #fff;
    }

    .u35_dTM0_cGxheS1saXN0 .u35_dTM0_bGlzdC1jb250 dd.u35_dTM0_bW9iaWxlLWRk.not .zttxt {
        border-color: var(--main-color);
        color: var(--main-color);
    }

    :root {
        --main-color: #0D093B;
    }

    .nav {
        top: 100%;
        width: 100%;
        border-top: 1px solid #fff6;
        background-color: #0D093B;
    }

    .u35_dTM0_bWFpbi1tb2RlbA .title .tool > p a.cur {
        background: #FF8E40;
    }

    .u35_dTM0_bWFpbi1tb2RlbA .title .tool {

    }

    .head .nav ul {
        display: flex;
        white-space: nowrap;
        flex-flow: unset;
        overflow-x: auto;
    }

    .head .nav ul::-webkit-scrollbar {
        display: none;
    }


    .head .nav li {
        display: block;
    }

    .head .nav li ,.head .nav li > a{
        text-align: center;
        color:#f8f8f8;
    }

    .nav li:not(:first-child) {
    }

    .nav li.cur a {
        color: #fff;
        font-weight: bold;
    }

    .nav li a {
        padding: 0 10px;
        display: block;
        line-height: 45px;
        font-size: 16px;
        color: #fffb;
    }

    .head {
        display: block;
    }

    .pc {
        display: none;
    }
    .container,.copyright .main ,.head{
        width: 100%;
    }

    .container {
        padding: 0;
        display: block;
    }


    .copyright .main {
        padding: 10px;
        box-sizing: border-box;
        width: calc(100% - 20px);
    }

    .u35_dTM0_bGVmdC1tYWlu {
        width: 100%;
    }

    .u35_dTM0_cmlnaHQtbWFpbg {
        width: 100%;
    }

    .menu-icon-menu {
        position: absolute;
        right: 10px;
        top:4px;
        width: 36px;
        height: 36px;
        background:url(/images/gengduo.png) no-repeat #0D093B;
        background-size: 100% 100%;
        border-radius: 6px;
    }

    .crumbs {
        padding-top: 0;
        padding-left: 10px;
        width: 100%;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        color: #999;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .match-info {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 14px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
    }

    .match-info .team {
        width: 100px;
        text-align: center;
    }

    .match-info .info {
        font-size: 12px;
        width: 70px;
        text-align: center;
    }

    .match-info .info p {
        padding: 8px 0;
    }

    .match-info .team-name {
        padding-top: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .playbg {
        padding:0;
    }

    .match-info .team-name a {
        color: #fff;
    }

    .match-info .team .name a {
        font-size: 14px;
    }

    .match-info .info .zt {
        font-size: 15px;
    }

    .match-info .team-logo {
        margin: 0 auto;
        width: 63px;
        height: 63px;
        background-color: #fff;
        border-radius: 50%;
        overflow: hidden;
    }

    .match-info .bf {
        padding: 0 5px;
        font-size: 22px;
    }

    .match-info .team-logo img {
        width: 80%;
        height: 80%;
        object-fit: contain;
        margin-top: 10%;
    }

}

.daohang {
    background: #FF8E40;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    padding-left: 10px;
    margin: 10px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
}
.signal a{color: red;font-weight: bold;padding-left: 5px;}
.panel-title{font-weight: bold;font-size: 16px;margin-top: 15px;}
.items .item{margin-top: 10px;}

/*--评论--*/
#comment_box{background:#fff;padding:10px;margin-bottom:22px;}
#comments-title{padding-top:100px;margin-top:-80px}
.u35_dTM0_Yy10aXRsZQ{font-size: 18px;font-weight: 500;color: #222;}
.comment-disable{padding:1.5em;color:#888;text-align:center}
.comment-disable i.iconfont{padding-right:5px;color:#666;font-size:18px}
.u35_dTM0_Y29tbWVudC1udW0{color:#999;font-size:16px}
.u35_dTM0_Y29tbWVudC1udW0 .emphasize{color:#f33}
.no-comment{color:#999;text-align:center}
.no-comment i.iconfont{font-size:60px;color:#ddd;display:block;margin-top:-20px;height:90px}
.comment-msg{padding:1.5em 0;overflow:hidden;border-top:1px solid #ddd}
.comment-list .ul{list-style:none;border-top:1px solid #ededed}
.comment-list .li{overflow:hidden;padding:1em}
.comment-list .li:hover{background:#f8f8f8}
.comment-list .li img{width:50px;height:50px;border-radius:100px;}
.comment-list .li:hover img{}
.comment-list .li .clbody{margin-left:70px}
.comment-list .ul .ul{margin-left:4%}
.comment-list .title{font-size:18px;padding:10px 0;color:#222;}
.compost .u35_dTM0_Y29tLWluZm8{margin-bottom:10px;}
.compost .u35_dTM0_Y29tLWluZm8 li{float:left;margin-bottom:1em;width:33.3%;padding-right:3%;position:relative}
.compost .u35_dTM0_Y29tLWluZm8 li:nth-child(2){padding-right:0}
.compost .u35_dTM0_Y29tLWluZm8 li .verify{position:absolute;right:6.5%;top:0;z-index:1;height:40px}
.compost .u35_dTM0_Y29tLWluZm8 li .verify img{height:100%;border:1px solid #ddd}
.compost .u35_dTM0_Y29tLWluZm8 li input{width:90%;height:40px;line-height:40px;padding-left:4px;border:1px solid #ddd;border-radius:3px;text-indent:2px}
.compost .u35_dTM0_Y29tLW5hbWU{padding:1em 0 1em .2em}
#cancel-reply{color:var(--main-color);}
.u35_dTM0_Y29tLWJveA textarea{border-radius:3px;text-indent:5px;margin:0 0 20px 0;padding:5px;width:98%;border:1px solid #ddd;background:#fff;-webkit-appearance:none;font-size: 14px;}
.u35_dTM0_Y29tLXN1Ym1pdA{border-radius:3px;border:none;cursor:pointer;height:40px;line-height:40px;background-color:#0D093B;color:#fff;padding:0 20px;font-size: 14px;}
.comment-list .cinfo{height:20px}
.comment-list .clbody .p{word-wrap:break-word}
.cinfo .author{color:#666}
.c-time{color:#999;font-size:12px}
.comment-at{color:var(--main-color);}
.reply-a{opacity:0.5}
.comment-list li:hover .reply-a{opacity:1}
.mcolor{color:var(--main-color);}


.live-box {
    border-color: #1c969f;
    border-width: 2px;
    border-radius: 3px;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    display: flex;
    gap: 3px;
    width: max-content;
    border-style: solid;
    padding: 12px 18px;
    margin-top: 5px;
}



.live-box-p1 {
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(28 150 159/1);
    font-size: 14px;
	font-weight: bold;
    line-height: 20px;
}



.source-text {
    color:#D3E1E2;
    font-size:13px;
	line-height: 20px;
}

.live-box:hover {
    color:#fff !important;
    background:#1c969f ;
}

.live-box:hover .live-box-p1,.live-box:hover .source-text {
    color:#fff !important;
}

.u35_dTM1_d2hpdGViZy1kZXRhaWw {
    padding:10px;
}
.u35_dTM1_ZGV0YWlsLXBv {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    color:#999;
}

.arc_page_list li{border-bottom:1px #eee solid;overflow:hidden;padding:8px 25px 10px 10px}
.news_slt{width:165px;height:122px;float:left;margin-right:10px;overflow:hidden;border-radius:4px}
.news_slt img{width:174px;height:122px;transition:transform .3s;-ms-transition:-ms-transform .3s;-moz-transition:-moz-transform .3s;-webkit-transition:-webkit-transform .3s;-o-transition:-o-transform .3s}
.news_xq_bt{font-size:18px;color:#353030;font-weight:700;line-height:40px;height:40px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.news_xianqing{width:640px;float:left}
.news_xq_jj{font-size:14px;color:#666;line-height:24px;height:54px;display:-webkit-box;text-overflow:ellipsis;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:9px}
.news_xq_banq .news_xq_fl{width:100px;display:block;float:left}
.news_xq_banq .news_xq_fl a{color:var(--main-color)}
.news_xq_banq .news_xq_dw,.news_xq_banq .news_xq_dw .iconfont,.news_xq_banq .news_xq_dw a{color:#999}
.news_xq_banq .news_xq_time{float:right;color:#999}
@media (max-width: 640px) {
    .arc_page_list li{padding:10px;box-sizing:border-box;display:flex}
    .arc_list li{width:100% !important;box-sizing:border-box}
    .news_slt{width:90px !important;height:65px !important;overflow:unset;float:none}
    .news_xianqing{width:unset !important;float:none !important}
    .news_slt img{width:90px !important;height:65px !important}
    .news_xq_bt{font-size:14px !important;line-height:1.2 !important;height:18px !important;white-space:unset !important;display:-webkit-box !important;-webkit-line-clamp:1 !important;-webkit-box-orient:vertical !important;overflow:hidden !important;text-overflow:ellipsis !important}
    .news_xq_jj{font-size:12px !important;line-height:1.2 !important;height:unset !important;margin:0 !important}
    .news_xq_banq .news_xq_time{float:none}
}



/*导航栏悬浮展示更多开始*/
.head .nav .u35_dTM0_aGVhZGVyX21lbnVfaXRlbQ {position: relative;cursor: pointer}
.head .nav .u35_dTM0_aGVhZGVyX21lbnVfaXRlbQ .u35_dTM0_aGVhZGVyX21lbnVfaXRlbQ_item li{flex:1;white-space: nowrap;width:100px;padding:0;line-height: 35px;height:35px;margin:0;background: unset}
.head .nav .u35_dTM0_aGVhZGVyX21lbnVfaXRlbQ .u35_dTM0_aGVhZGVyX21lbnVfaXRlbQ_item li a{line-height: 35px;font-size: 14px;color: #fff !important;font-size: 16px;    border-bottom: unset;height: unset;padding:0;    text-align: center;text-indent: 0;background: unset}
.head .nav .u35_dTM0_aGVhZGVyX21lbnVfaXRlbQ .u35_dTM0_aGVhZGVyX21lbnVfaXRlbQ_item li a:hover{color: #C3C3C3;font-weight: bold;background: unset}
#header .head .nav ul .u35_dTM0_aGVhZGVyX21lbnVfaXRlbQ:hover .u35_dTM0_aGVhZGVyX21lbnVfaXRlbQ_item{display: block;!important;}

.head .nav ul .u35_dTM0_aGVhZGVyX21lbnVfaXRlbQ .u35_dTM0_aGVhZGVyX21lbnVfaXRlbQ_item {
    position: absolute;
    display: none;
    background: #0074D9;
    width: 100px;
    flex-flow: wrap;
    z-index: 999;
    top: 100%;
    left: 0
}

.head .nav li .u35_dTM0_aGVhZGVyX21lbnVfaXRlbQ_item .menu-item {
    width: 100px;
    text-align: center;
}

.u35_dTM0_aGVhZGVyX21lbnVfaXRlbQ:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 82%;
}

.ep-pages {
  display: flex;
    flex-flow:wrap;
  justify-content: center;
}
.pagination li {
    display: inline-block;
}
.pagination a{
    padding: 6px 8px;
    background: #eee;
    margin: 5px;
    display: inline-block;
    border: solid 1px #9E9E9E;
}

@media (max-width: 640px) {
    .head .nav ul .u35_dTM0_aGVhZGVyX21lbnVfaXRlbQ .u35_dTM0_aGVhZGVyX21lbnVfaXRlbQ_item {
        background: #0D093B;
    }

    .u35_dTM0_aGVhZGVyX21lbnVfaXRlbQ:after {
        left:75%;
        border-top: 6px solid #fff;
        color: #fff;
    }

    .wztitle-box {
        padding:0 10px;
    }
    .u35_dTM0_dG9wX2hlYWRlcg {
        flex-direction: column;
        align-items: center;
    }
    .u35_dTM0_aGVhZC1iYW5uZXI {
        width: 70% !important;
        padding-left: unset !important;
        margin-right: unset !important;
    }

}
.u35_dTM1_Zm9vdGVyX2xlYXJndWU a{
    color: red !important;
    margin-right: 10px;
}

.contentl h1{ font:normal 22px/32px "Microsoft Yahei";color:#202020; line-height:40px;text-align:center;}
.u35_dTM1_ZGV0YWlsLWJveA{ padding:10px; overflow:hidden;    font-size: 15px;     line-height: 25px;}
.u35_dTM1_ZGV0YWlsLWJveA  img{ width: 100%}



.u35_dTM0_aGVhZC1iYW5uZXI {
    padding-top: 8px;
    overflow: hidden;
}

.sall {
    MARGIN: 2px auto;
    HEIGHT: 28px;
    float: right;
    line-height: 28px;
    border-radius: 2px 2px 2px 2px;
}

.inp_key {
    BORDER-BOTTOM: medium solid;
    BORDER-LEFT: medium solid;
    LINE-HEIGHT: 24px;
    MARGIN-TOP: -3px;
    WIDTH: 150px;
    BACKGROUND: #fff;
    FLOAT: left;
    HEIGHT: 24px;
    COLOR: #999;
    outline: none;
    MARGIN-LEFT: 1px;
    FONT-SIZE: 12px;
    BORDER-TOP: medium solid;
    BORDER-RIGHT: medium solid;
}

.search_btn {
    BORDER-BOTTOM: #d9d9d9 0px;
    BORDER-LEFT: #d9d9d9 0px;
    PADDING-BOTTOM: 6px;
    MARGIN: 0px;
    PADDING-LEFT: 12px;
    WIDTH: 55px;
    margin-top: -3px;
    PADDING-RIGHT: 12px;
    BACKGROUND: #0074D9;
    HEIGHT: 30px;
    COLOR: #FFFFFF;
    FONT-SIZE: 14px;
    VERTICAL-ALIGN: top;
    BORDER-TOP: #d9d9d9 0px;
    CURSOR: pointer;
    BORDER-RIGHT: #d9d9d9 0px;
    PADDING-TOP: 6px;
    border-image: none;
}

@media only screen and (max-width: 640px) {
    .header .logo-bar {
        padding:0;
    }
    .u35_dTM0_aGVhZC1iYW5uZXI {
        float: unset;
        width:100%;
        padding-left: 10px;
        margin-right: 15px;
    }

    .sall {
        width:100%;
    }

    .inp_key {
        width:calc(100% - 80px)
    }

    .search_btn {
    }
    .head .nav li {
        min-width: 80px;
    }
    .header-bottom_nav {
        display: flex;
        white-space: nowrap;
        flex-wrap: wrap;
        margin: 0 8px;
    }
    .header-bottom_nav .u35_dTM0_bmF2LXVsLWxraQ a {
        color: #fff;
    }
    .header-bottom_nav .u35_dTM0_bmF2LXVsLWxraQ {
        padding-right: 10px;
    }
    .header-bottom {
        background: #0074D9;
    }
}
.icon-top {
    background: url(/images/top.png) no-repeat center #fff;
    background-size: 40px;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 20px;
    bottom: 10%;
    transition: all .3s;
    z-index: 9999999;
    border: #ccc 1px solid;
    border-radius: 100%;
}



.u35_dTM0_bmV3X2NvbnRlbnRfaDE {
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    color: #0D093B;
    line-height: 50px;
    font-weight: 600;
    background: #fff;
    padding-left:10px;
}

.u35_dTM0_cmFuay1saXN0LXRpdGxlIA{
    width: 100%;
    background-color: #ccc;
    display: flex;
    font-weight: bold;
    align-items: center;
}

.u35_dTM0_cmFuay1saXN0LXRpdGxlIAdiv,.u35_dTM0_cmFuay1saXN0LXRy div {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 0;
}

.u35_dTM0_cmFuay1saXN0LXRy {
    width: 100%;
    background: #fff;
    border-bottom: 1px dotted #ccc;
    display: flex;
    align-items: center;
}

.u35_dTM0_dG9wX2hlYWRlcg {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.arc {
    padding-left: 10px;
}

.arc a {
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    background: #0D093B;
    line-height: 35px;
}

.u35_dTM1_dGFiLWN1cnJlbnQ h1 {
    font-weight: bold;
}

.u35_dTM1_cGFnZS1oMS1kb20 {
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}

.tag_type a {
    color: blue;
}

.news_xq_banq .tag_time {
    float: left;
}

.u35_dTM0_dG9wX2hlYWRlcg .logo a {
    color: #fff;
}

.copyright p {
    color: #fff;
}

.u35_dTM0_cmFuay1saXN0LXRpdGxlIA div {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.comment_area {
    padding: 0;
    margin: 0;
    list-style: none;
}

.comment_area li {
    line-height: 22px;
    border-bottom: 1px dotted #a0a0a0;
    padding: 8px 0;
}


.comment_area li p{
    font-size: 14px;
}

.list_comment_chatgpt_title {
    font-weight: 900;
}

@media screen and (min-width: 640px) {
    .header-bottom_nav {
        display: none;
    }
}