/* common start */
:root {
    --container-width: 1280px;
}
:root {
    --logo-color: #fff;
    --primary-color: #FFD700;
    --bg-color: linear-gradient(246deg, #0b7d06 0%, #0b7d06 100%);
    --bg-light-color: linear-gradient(77deg, #51b44c 0%, #208a1b 100%);
    --bg-dark-color: #161616;
    --primary-text-color: #FFF;
    --regular-text-color: #FFF;
    --secondary-text-color: #ffffff;
    --placeholder-text-color: #ffffff;
    --light-text-color: #9BA9C1;
    --icon-tv-color: #00C0FF;
    --icon-lq-color: #FF7517;
    --icon-zq-color: #008505;
    --red-color: #EA3443;
    --box-radius: 24px;
    --row-bg-color: #16529f;
    --inner-bg-color: #FFF;
    --tab-bg-color: #228B22;
    --btn-bg-color: linear-gradient(246deg, #008000 0%, #90EE90 100%);
}


body {
    background: var(--bg-color);
    font-size: 14px;
    color: var(--primary-text-color);
    line-height: 1.5;
}

.container {
    width: var(--container-width);
    margin-left: auto;
    margin-right: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:active {
    /*color: var(--primary-color);*/
}

.bottom-line {
    border-bottom: 1px solid #e5e5e5;
}
h1 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.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: 80px;
}

.header-inner {
    width: var(--container-width);
    margin-left: auto;
    margin-right: auto;
    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: var(--secondary-text-color);
}

.nav-link {
    width: 114px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}

.nav-link svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.nav-link img {
    width: 14px;
    height: 14px;
}

.nav-link.active {
    color: var(--logo-color);
}

.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 */
.box {
    background: var(--bg-light-color);
    border-radius: var(--box-radius);
}

.inner-box {
    background: #FFFFFF;
    border-radius: 8px;
}

.remen-header {
    display: flex;
    align-items: flex-end;
}

.remen-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--regular-text-color);
    line-height: 33px;
}

.remen-subtitle {
    margin-left: 5px;
    font-size: 20px;
    font-weight: 600;
    color: #DFE6F0;
    line-height: 28px;
}

main {
    min-height: calc(100vh - 80px - 250px);
}

.content {
    background: var(--bg-light-color);
    border-radius: var(--box-radius);
    margin-top: 16px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
}

.remen-left {
    width: 890px;
}

.remen-right {
    width: 300px;
}

.remen-list-wrapper {
    background: var(--inner-bg-color);
    border-radius: 8px;
    margin-top: 16px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
}


#tab_mQjUhw9n{
    display: flex;
    margin-top: 10px;
}

#tab_mQjUhw9n li{
    margin-right: 20px;
    padding: 10px;
    background-color: #d81414;
}

.remen-item {
    display: block;
    color: #ffffff;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.remen-item:hover {
    color: #ffffff;
}

.remen-item img {
    object-fit: cover;
}

.remen-item-big {
    width: 630px;
    height: 332px;
}

.remen-item-big .line1 {
    position: absolute;
    left: 32px;
    bottom: 75px;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 25px;
}

.remen-item-big .status {
    position: absolute;
    left: 32px;
    bottom: 29px;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 25px;
}

.remen-item-big .zhudui {
    position: absolute;
    left: 84px;
    right: 395px;
    bottom: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.remen-item-big .icon1 {
    position: absolute;
    left: 247px;
    bottom: 32px;
    width: 20px;
    height: 20px;
}

.remen-item-big .score {
    position: absolute;
    left: 270px;
    right: 270px;
    bottom: 25px;
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 33px;
    text-align: center;
}

.remen-item-big .icon2 {
    position: absolute;
    left: 363px;
    bottom: 32px;
    width: 20px;
    height: 20px;
}

.remen-item-big .kedui {
    position: absolute;
    left: 395px;
    right: 84px;
    bottom: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.remen-item-big-1 {
    background-image: url("../img/hot-zq-bg-big.jpg");
    border-radius: 8px;
}

.remen-item-big-2 {
    background-image: url("/");
    border-radius: 8px;
}

.remen-item-small {
    width: 217px;
    height: 104px;
}

.remen-item-small .line1 {
    position: absolute;
    top: 12px;
    left: 12px;
}

.remen-item-small .icon1 {
    position: absolute;
    left: 68px;
    bottom: 47px;
    width: 16px;
    height: 16px;
}

.remen-item-small .zhudui {
    position: absolute;
    left: 90px;
    right: 16px;
    bottom: 46px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.remen-item-small .icon2 {
    position: absolute;
    left: 68px;
    bottom: 25px;
    width: 16px;
    height: 16px;
}

.remen-item-small .kedui {
    position: absolute;
    left: 90px;
    right: 16px;
    bottom: 24px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.remen-item-small:not(:first-child) {
    margin-top: 10px;
}

.remen-item-small-1 {
    background-image: url("../img/hot-zq-bg.jpg");
    border-radius: 8px;
}

.remen-item-small-2 {
    background-image: url("/");
    border-radius: 8px;
}

.rmls {
    background: linear-gradient(246deg, #16529f 0%, #00BFFF 100%)
    border-radius: 8px;
    margin-top: 16px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    height: 364px;
    box-sizing: border-box;
    padding: 20px 6px;
}

.rmls-item {
    width: 62px;
    height: 107px;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rmls-item img {
    margin-top: 8px;
    width: 60px;
    height: 60px;
}

.rmls-item div {
    margin-top: 12px;
    color: #000;
    font-size: 12px;
    text-align: center;
}

.qiehuan {
    margin: 24px 0 16px;
    height: 40px;
    display: flex;
}

.qiehuan-s {
    display: block;
    text-align: center;
    width: 114px;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    color: var(--secondary-text-color);
    line-height: 40px;
    position: relative;
}

.qiehuan-s.active {
    color: var(--regular-text-color);
}

.qiehuan-s.active:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 2px;
    transform: translateX(-50%);
    background: var(--primary-color);
}

/* main start */
/* footer start */
.dibu-container {
    width: var(--container-width);
    margin-left: auto;
    margin-right: auto;
    background: var(--bg-light-color);
    border-radius: var(--box-radius);
    margin-top: 24px;
    padding: 24px;
    color: var(--regular-text-color);
}

.dibu-bq {
    margin-top: 24px;
    width: 1230px;
    height: auto;
    display: block;
}

.dibu-wrapper {
    margin-top: 36px;
    display: flex;
    align-items: flex-start;
}

.dibu-area {
    flex: 1;
}

.dibu-line {
    margin: 0 60px;
    width: 1px;
    height: 90px;
    background: var(--placeholder-text-color);
}

.dibu-title {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
}

.dibu-title img {
    width: 22px;
    height: 22px;
    margin-right: 16px;
    background-color: #fff;
    border-radius: 50%;
}

.dibu-list {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.dibu-list a {
    margin: 10px 20px;
}

.dibu-content {
    margin-top: 36px;
    padding: 32px 0 40px;
    width: 100%;
    background: var(--bg-dark-color);
    text-align: center;
    color: var(--light-text-color);
}

.dibu-content .container > * + * {
    margin-top: 20px;
}

.dibu-content a:not(:first-child):before {
    content: '|';
    margin: 0 22px;
}

/* footer end */
/*
live start
 */
.nr-content {
    display: flex;
    justify-content: space-between;
}


.tags{
    display: flex;
    font-size: 16px;
    flex-wrap: wrap;
}

.tags li {
  margin: 0 10px 10px 0;
}

.tags li a{
  color: #FFF;
}

.main-left {
   width: 840px;
    /*width: var(--container-width);*/
}

.main-left-1{
    width: 1260px;
}

.main-left > * + * {
    margin-top: 10px;
}

.main-left-1 > * + * {
    margin-top: 10px;
}


.main-right {

    width: 420px;
}

.main-right > * + * {
    margin-top: 10px;
}

.riqulist {
    margin-top: 10px;
    display: flex;
    align-items: center;
    overflow-x: auto;
}

.riqulist::-webkit-scrollbar {
    display: none;
}

.date-item {
    display: block;
    flex-shrink: 0;
    width: 106px;
    height: 30px;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: var(--regular-text-color);
    line-height: 30px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.date-item.active {
    color: var(--regular-text-color);
    border: 1px solid var(--regular-text-color);
}

.zhibo-list {
    padding: 15px;
    background: var(--bg-light-color);
    border-radius: var(--box-radius);
}

.zhibo-header {
    margin: 16px 0 6px;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    color: #FFF;
    line-height: 17px;
}

.zhibo-header .text1 {
    margin-left: 68px;
    width: 55px;
    text-align: center;
}

.zhibo-header .text2 {
    width: 160px;
    text-align: center;
}

.zhibo-header .text3 {
    width: 328px;
    text-align: center;
}

.zhibo-header .text4 {
    width: 120px;
    text-align: center;
}

.zhibo-item {
    display: flex;
    align-items: center;
    height: 52px;
    font-size: 14px;
}

.zhibo-item:nth-child(4n) {
    background: var(--row-bg-color);
}

.zb-list li:hover {
    background: #00C0FF;
}
.zb-icon {
    display: inline-block;
    vertical-align: middle;
    width: 1.4rem;
    height: 1.4rem;
}
.zb-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    font-size: 1rem;
    border-bottom: solid 1px #e1d866;
}

.zb-moreinfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    font-size: 1rem;
    border-bottom: solid 1px #e1d866;
}

.zb-info p {
    display: block;
    /*padding-right: 1rem;*/
}
.zb-info div {
    display: flex;
    align-items: center;
}

.zb-moreinfo p {
    display: block;
    padding-right: 1rem;
}
.zb-moreinfo div {
    display: flex;
    align-items: center;
}
.zb-icon {
    padding-left: 0px;
    padding-right: 15px;
}
.zb-qiudui {
    display: flex !important;
    justify-content: center;
    padding-left: 15px;
}
.zb-qiudui img {
    border-radius: 100%;
}
.zb-qiudui span:nth-child(1) {
     display: inline-block;
     width: 170px;
     text-align: right;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
 }
.zb-qiudui span:nth-child(3) {
    display: inline-block;
    width: 170px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zb-qiudui span:nth-child(1) img {
    padding-left: 5px
}
.zb-qiudui span:nth-child(2) {
    width: 70px;
    text-align: center;
}

.zb-qiudui span:nth-child(3) img {
    padding-right: 5px
}

.zb-qiudui img {
    display: inline-block;
    vertical-align: middle;
    width: 1.8rem;
    height: 1.8rem;
}
.zb-type {
    width: 100px;
    padding-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zb-time,.zb-type {
    color: #fff;
}
.zb-type a {
    color: #fff;
}
.zb-area {
    text-align: center;
}
.zb-area_btn {
    width: 70px;
    border-radius: 5px;
    text-align: center;
    padding: 0.5rem 1.5rem;
    display: inline-block;
    border: solid 1px #fff;
    color: #fff;
}
.zb-area_btn.start {
    background: #FF7517;
    color: #f1f1f1;
}
.zb-list li:hover {
    background: #1ab914;
}

.zhibo-time {
    width: 55px;
    font-size: 14px;
    color: var(--primary-text-color);
    text-align: center;
}

.zhibo-date {
    width: 55px;
    font-size: 12px;
    color: var(--secondary-text-color);
    text-align: center;
}

.zhibo-match {
    width: 160px;
    text-align: center;
}

.zhibo-team {
    width: 106px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zhibo-team-h {
    text-align: right;
}

.zhibo-team-a {
    text-align: left;
}

.zhibo-logo {
    margin: 0 8px;
    width: 14px;
    height: auto;
}

.zhibo-score {
    width: 56px;
    text-align: center;
    color: var(--red-color);
}

.zhibo-status {
    width: 120px;
    text-align: center;
}

.zhibo-see {
    margin-left: 12px;
}

.zhibo-see img {
    margin-left: 10px;
    width: 22px;
    height: auto;
}

/*
live end
*/
/* news start */
.xinwen-wrapper {
    background: var(--bg-light-color);
    border-radius: var(--box-radius);
    padding: 24px;
}

.xinwen-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.xinwen-more {
    padding-right: 14px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: var(--regular-text-color);
    position: relative;
}

.xinwen-more:after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background-image: url("../img/right.png");
    background-size: 100% 100%;
}

.xinwen-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;
}

.xinwen-item:first-child {
    margin-top: 12px;
}

.shipin-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.shipin-item {
    margin-top: 16px;
    display: block;
    width: 171px;
}

.shipin-item img {
    width: 100%;
    height: 92px;
    object-fit: cover;
    border-radius: 8px;
    overflow: hidden;
}

.shipin-item span {
    margin-top: 8px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
}

/* news end */
/* article start */
.article-wrapper {
    background: var(--bg-light-color);
    border-radius: var(--box-radius);
    padding: 24px;
}

.article-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #e5e5e5;
}

.article-img {
    width: 186px;
    height: 113px;
    object-fit: cover;
    border-radius: 8px;
    overflow: hidden;
}

.article-right {
    margin-left: 24px;
    display: block;
    flex: 1;
}

.article-right span {
    display: block;
}

.article-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 500;
    color: var(--regular-text-color);
    line-height: 35px;
    letter-spacing: 1px;
}

.article-content {
    margin-top: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: 400;
    color: var(--primary-text-color);
    line-height: 17px;
    letter-spacing: 1px;
    height: 34px;
}

.article-time {
    margin-top: 21px;
    font-size: 12px;
    font-weight: 400;
    color: var(--secondary-text-color);
    line-height: 17px;
    letter-spacing: 1px;
}

/* article end */
/* page start */
.page-wrapper {
    padding: 8px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.page-wrapper 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-wrapper 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-wrapper {
    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-wrapper-lq {
    background-image: url(../img/zb-lq.png);
}

.zb-wrapper-zq {
    background-image: url(../img/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-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: inline-block;
    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;
    margin-bottom: 5px;
    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-wrapper {
    background: var(--bg-light-color);
    border-radius: var(--box-radius);
    padding: 24px;
}

.xw-title {
    margin-top: 20px;
    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;
	margin-top: 20px;
}

.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 !important;
    padding: 5px;
    box-sizing: border-box;
}
.zbinfo {
    width: 200px;
    font-size: 30px;
    text-align: center;
}

@media screen and (min-width: 999px) {
.zhibo-icon{
    margin: 0 25px;
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
}
    .zhibo-times,.mb-visible,.shouji {
        display: none !important;
    }
}

@media screen and (max-width: 998px) {
    .pc,.zhibo-time,.zhibo-date,.zhibo-header,.zhibo-status,.pc-visible {
        display: none !important;
    }
    .zbinfo {
        width: 120px;
        font-size: 24px;
        text-align: center;
    }
    .zb-info {
        display: block;
    }
    
     .zb-moreinfo {
        display: block;
    }
    
    
     .zb-moreinfo {
        display: block;
    }
    .zb-list li:hover {
        background: transparent;
    }
    .zb-info p {
        display: block;
        padding-right: 0.5rem;
    }
    
       .zb-moreinfo p {
        display: block;
        padding-right: 0.5rem;
    }
    .zb-icon {
        padding-left: 5px;
        padding-right: 5px;
    }
    .zb-type {
        flex: 1;
        width: 60px;
        padding-left: 0.5rem;
        text-align: right;
    }
    .zb-qiudui {
        text-align: left;
        padding: 10px 0;
    }
    .zb-area {
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .zb-area_btn {
        margin-top: 5px;
        background: transparent;
        border: solid 1px #fff;
        color: #fff;
    }
    .zb-info div {
        display: flex;
        justify-content: center;
    }
     .zb-moreinfo div {
        display: flex;
        justify-content: center;
    }
    .zb-qiudui span:nth-child(1) {
       font-size: 16px;
    }
    .zb-qiudui span:nth-child(3) {
        font-size: 16px;
    }
    .zb-qiudui span:nth-child(2) {
        width: 50px;
        text-align: center;
    }
    :root {
        --container-width: 100%;
        --box-radius: 8px;
    }

    body {
        font-size: 12px;
    }

    header {
        height: auto;
    }

    .header-inner {
        flex-wrap: wrap;
    }

    .header-inner .logo {
        margin: 16px 0 6px;
        width: 100%;
        text-align: center;
    }

    .nav-list {
        width: auto;
        overflow-x: auto;
    }

    .nav-list::-webkit-scrollbar {
        display: none;
    }

    .nav-link {
        flex-shrink: 0;
        width: auto;
        height: 38px;
        padding: 0 12px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .nav-link.active:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 36px;
        height: 3px;
        background: #3A87FD;
        border-radius: 2px;
    }

    .nav-link img {
        display: none;
    }

    main {
        padding: 0 16px;
        box-sizing: border-box;
    }

    main > * + * {
        margin-top: 16px;
    }

    .remen-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
    }

    .remen-subtitle {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
    }

    .content {
        margin-top: 16px;
        /*display: block;*/
        padding: 12px;
        display: none;
    }

    .remen-list-wrapper {
        background: transparent;
        padding: 0;
        display: flex;
        overflow-x: auto;
    }

    .remen-list-wrapper::-webkit-scrollbar {
        display: none;
    }

    .remen-item {
        flex-shrink: 0;
        margin-right: 12px;
    }

    .remen-item-big {
        height: 142px;
        width: 295px;
        border-radius: 8px;
        overflow: hidden;
    }

    .remen-item-big .line1 {
        top: 12px;
        left: 12px;
        bottom: auto;
        right: auto;
        font-size: 12px;
        font-weight: 400;
    }

    .remen-item-big .time {
        position: absolute;
        top: 12px;
        right: 12px;
        font-size: 12px;
        font-weight: 400;
    }

    .remen-item-big .status {
        position: absolute;
        left: 50%;
        bottom: 88px;
        font-size: 12px;
        font-weight: 400;
        transform: translateX(-50%);
    }

    .remen-item-big .zhudui {
        position: absolute;
        left: 25%;
        right: auto;
        bottom: 36px;
        font-size: 12px;
        font-weight: 400;
        max-width: 90px;
        transform: translateX(-50%);
    }

    .remen-item-big .icon1 {
        position: absolute;
        left: 25%;
        bottom: 68px;
        width: 30px;
        height: 30px;
        transform: translateX(-50%);
    }

    .remen-item-big .score {
        position: absolute;
        left: 50%;
        right: auto;
        bottom: 50%;
        font-size: 24px;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 33px;
        transform: translate(-50%, 50%);
    }

    .remen-item-big .icon2 {
        position: absolute;
        right: 25%;
        bottom: 68px;
        left: auto;
        width: 30px;
        height: 30px;
        transform: translateX(50%);
    }

    .remen-item-big .kedui {
        position: absolute;
        right: 25%;
        left: auto;
        bottom: 36px;
        font-size: 12px;
        font-weight: 400;
        max-width: 90px;
        transform: translateX(50%);
    }

    .content:nth-child(2) {
        /*display: flex;*/
        display: none;
        align-items: center;
        flex-shrink: 1;
        overflow-x: auto;
    }

    .content:nth-child(2)::-webkit-scrollbar {
        display: none;
    }

    .content:nth-child(2) .remen-header {
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .content:nth-child(2) .remen-subtitle {
        font-size: 12px;
        font-weight: 600;
        color: #DFE6F0;
        line-height: 12px;
    }

    .rmls {
        height: auto;
        margin: 0;
        background: transparent;
        padding: 0 14px;
        flex-wrap: nowrap;
        flex-shrink: 0;
    }

    .rmls-item {
        width: auto;
        height: auto;
        margin-right: 12px;
        flex-shrink: 0;
    }

    .rmls-item img {
        width: 22px;
        height: 22px;
    }

    .rmls-item div {
        margin-top: 1px;
        font-size: 10px;
        line-height: 14px;
    }

    .qiehuan {
        margin: 14px 0 12px;
        height: auto;
        display: flex;
        overflow-x: auto;
    }

    .qiehuan::-webkit-scrollbar {
        display: none;
    }

    .qiehuan-s {
        margin-right: 8px;
        height: auto;
        width: auto;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        padding: 5px 10px;
        color: var(--secondary-text-color);
        position: relative;
        background: transparent;
        border-radius: 15px;
    }

    .qiehuan-s.active {
        color: #fff;
        background: var(--tab-bg-color);
    }

    .qiehuan-s.active:after {
        content: none;
    }

    .riqulist {
        margin-top: 10px;
        display: flex;
        align-items: center;
    }

    .date-item {
        display: block;
        width: auto;
        height: auto;
        border-radius: 4px;
        padding: 4px 6px;
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        color: var(--regular-text-color);
        line-height: 17px;
    }

    .date-item.active {
        border: 1px solid var(--regular-text-color);
    }

    .zhibo-box {
        margin: 0 -4px;
        padding: 0 10px;
        background: var(--row-bg-color);
        border-radius: 4px;
    }

    .zhibo-top {
        margin-top: 12px;
        display: flex;
        align-items: center;
        height: 30px;
        border-bottom: 1px solid #F2F4F7;
        width: 100%;
    }

    .zhibo-top-see {
        width: 16px;
        height: 16px;
    }

    .zhibo-top img {
        background: #fff;
        border-radius: 50%;
        width: 16px;
        height: 16px;
    }

    .zhibo-top-left {
        flex: 1;
        display: flex;
        align-items: center;
    }

    .zhibo-top-left a {
        margin-left: 4px;
        max-width: 110px;
        font-size: 14px;
        font-weight: 400;
        color: var(--primary-text-color);
        line-height: 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .zhibo-top-right {
        flex: 1;
        text-align: right;
        font-size: 12px;
        font-weight: 600;
        color: var(--primary-text-color);
        line-height: 17px;
    }

    .zhibo-content {
        width: 100%;
        display: flex;
        align-items: center;
        height: 78px;
    }

    .zhibo-content-team {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .zhibo-content-team img {
        width: 36px;
        height: 36px;
    }

    .zhibo-content-team div {
        font-size: 13px;
        font-weight: 400;
        color: var(--primary-text-color);
        line-height: 18px;
        margin-top: 4px;
        max-width: 120px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .zhibo-content-score {
        font-size: 24px;
        font-weight: 600;
        color: var(--regular-text-color);
        line-height: 33px;
    }

    .nr-content {
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .main-left {
        width: 100%;
    }
    
    .main-left-1 {
        width: 100%;
    }
    .main-news {
        width: 100% !important;
    }

    .main-left > * + * {
        margin-top: 10px;
    }
    
    .main-left-1 > * + * {
        margin-top: 10px;
    }
    .main-right {
        margin-top: 10px;
        width: 100%;
    }

    .main-right > * + * {
        margin-top: 10px;
    }

    .shipin-item {
        margin-top: 12px;
        width: calc(50% - 6px);
    }

    .shipin-item img {
        height: auto;
        background: #ffffff;
        aspect-ratio: 2/1;
    }

    .dibu-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;
    }

    .dibu-bq {
        margin-top: 12px;
        width: 100%;
        height: auto;
        display: block;
    }

    .dibu-wrapper {
        margin-top: 24px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .dibu-area {
        flex: auto;
    }

    .dibu-line {
        margin: 12px 0 12px 36px;
        height: 1px;
        width: auto;
    }

    .dibu-content {
        box-sizing: border-box;
        padding: 16px 20px;
    }

    .xinwen-wrapper {
        padding: 12px;
    }

    .article-wrapper {
        background: var(--bg-light-color);
        border-radius: var(--box-radius);
        padding: 0 12px;
    }
    
    .news-wrapper {
        background: var(--bg-light-color);
        border-radius: var(--box-radius) ;
        padding: 0 12px !important;
    }

    .article-item {
        display: flex ;
        align-items: center;
        padding: 12px 0;
    }
    .news-item {
        display: flex;
        align-items: center;
        padding: 12px 0 !important;
        width: 100% !important;
    }

    .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-wrapper {
        padding: 12px;
    }

    .breadcrumbs {
        padding-bottom: 12px;
    }

    .zb-box {
        padding: 12px;
    }

    .zb-wrapper {
        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-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;
    }
    
    
    #tab_mQjUhw9n{
        display: flex;
        flex-wrap: wrap;
    }
    
    #tab_mQjUhw9n li{
        margin:5px 10px 5px 0;
    }
}
 
.pager > div{
   display: flex;
    justify-content: center;
    padding: 20px;
    flex-wrap: wrap;
}


.pager > div > li{
    list-style: none;
    padding-right: 20px;
}

.hot_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.hot_tags{
    padding:2px 10px;
    background-color: rgba(173, 173, 173, 0.5);
    margin: 2px 5px;
}

.news-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #e5e5e5;
    width: 45%;
}


.news-wrapper {
    background: var(--bg-light-color);
    border-radius: var(--box-radius);
    padding: 24px;
    /* width: 100%; */
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.main-news {
    width: 1280px;
}



.zc_nrong {
  padding: 10px;
  max-height: auto !important;
}

.image-container {
  float: left;
  margin-right: 20px;
}
.image-container img{
  height: 200px;
}

.text-container {
  font-size: 18px;
  line-height: 35px;
}

.text {
  text-indent: 2em;
}

.zhankaiall {
  display: none;
}

.jianjie {
  color: #fff;
}

.zc_nrong ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.zc_nrong ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.zc_nrong ul li .pic-1 {
    width: 100%;
    /* height: 128px; */
    overflow: hidden;
}

.zc_nrong ul li .pic-1 img{
    width: 100%;
    /*height: 128px; */
}


.zc_nrong ul li .tit {
    font-size: 14px;
    padding: 5px 0;
}

/*展开切换回pc*/
.zc_nrong_modified ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.zc_nrong_modified ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.zc_nrong_modified ul li .pic-1 {
    width: 100%;
    /* height: 128px; */
    overflow: hidden;
}

.zc_nrong_modified ul li .pic-1 img{
    width: 100%;
    /*height: 128px; */
}


.zc_nrong_modified ul li .tit {
    font-size: 14px;
    padding: 5px 0;
}

    
.section-tit {
    display: flex;
    justify-content: space-between;
    width: 100%;
    line-height: 28px;
    border-bottom: 2px solid #CACACA;
}

.section-tit span {
    font-weight: 600;
    color: #fff;
    font-size: 18px;
}

.section-tit span img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.section-tit span em {
    font-size: 14px;
    font-weight: bold;
    color: #CACACA;
    padding: 0 8px;
}

.section-tit a {
    font-weight: 400;
    color: #9F9F9F;
    font-size: 12px;
}

.section-tit .more img {
    margin-left: 3px;
}
.section-tit-nav {
    background: var(--bg-light-color);;
    padding: 5px;
    display: flex;
}

.section-tit-nav span {
    flex: 1;
    text-align: center;
    padding: 5px 0;
}

.section-tit-nav span.on {
    background: var(--bg-light-color);;
}

.section-tit-nav .nav.on {
    background: #FFFFFF;
}

.section-tit-nav2 {
    display: flex;
    background: #F8F8F8;
}

.section-tit-nav2 span {
    flex: 1;
    text-align: center;
    line-height: 32px;
}

.section-tit-nav2 span a {
    display: block;
}

.section-tit-nav2 span.on {
    background: #FDDC00;
}


.section-hot-team {
    padding: 10px 0;
    background: var(--bg-light-color);;
}

.section-hot-team a .pic-qiudui {
    border: 1px solid #F2F2F2;
    padding: 10px;
}

.section-hot-team a .pic-qiudui img {
    width: 48px;
    height: 48px;
}

.section-hot-team a {
    width: 82px;
    margin: 10px 0;
    /*background: #FFFFFF;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.section-hot-team a p {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 68px;
}

.section-hot-team-box {
    display: none
}

.section-hot-team-box.on {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    justify-items: center;
}


.fenye {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    font-size: 14px;
}

.fenye ul li {
    display: inline-block;
    font-size: 14px;
    margin: 0 3px;
    line-height: 1.5;
}

.fenye ul li a {
    font-size: 12px;
    color: #e8e2e2;
    display: block;
    padding: 2px 6px;
    border: 1px solid #fff;
    border-radius: 3px;
}

.fenye ul li a:hover {
    background-color: #37ba18;
    color: #fff;
    border: 1px solid #fff;
}

.fenye ul li.active a {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
}



.qiudui-1 p{
    padding: 8px 10px;
}

.qiuyuanlist {
     width: 1200px;
    border-radius: 4px;
    padding: 20px 10px;
    box-sizing: border-box;
}

.qiuyuanlist .hot_qiuyuan_main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.qiuyuanlist .hot_qiuyuan_main .hot_member_item {
    width: 23%;
    margin: 1%
}

.qiuyuanlist .hot_qiuyuan_main .hot_member_item a {
    display: flex;
    width: 100%;
    height: 100%;
}

.qiuyuanlist .hot_qiuyuan_main .hot_member_item .pic {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    background: #F5F7F9;
    border-radius: 3px;
    align-items: center;
}

.qiuyuanlist .hot_qiuyuan_main .hot_member_item .pic img {
    padding: 8px;
    max-width: 80%;
    max-height: 80%;
    height: auto;
}

.qiuyuanlist .hot_qiuyuan_main .hot_member_item .info {
    width: calc(100% - 68px);
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 5px 0px 5px 10px;
}

.qiuyuanlist .hot_qiuyuan_main .hot_member_item .info em {
    font-size: 12px;
    font-weight: 400;
    color: #e5e5e5;
}


.qdqyinfo .qdqy_logo {
    background: #000;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff
}

.qdqyinfo .qdqy_logo img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 10px;
    background: #fff;
}

.qdqyinfo .qdqy_logo h1 {
    font-size: 16px;
    line-height: 2
}

.qdqyinfo .qy_qyxx ul {
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #EFEFEF;
    border-top: 1px solid #EFEFEF;
}

.qdqyinfo .qy_qyxx ul li {
    display: flex;
    width: 33.333%;
    border-bottom: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    box-sizing: border-box;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #cacaca;
    font-size: 12px;
    padding: 15px 0;
}

.qdqyinfo .qy_qyxx ul li span {
    font-size: 16px;
    font-weight: 400;
    color: #fff
}

.qdqy_lmtit {
    font-size: 16px;
    font-weight: 600;
    padding: 20px 0;
}

.bgwhite{
    /*background: var(--bg-light-color);*/
    width: 1200px;
    border-radius: 4px;
    padding: 20px 10px;
}


.saishi_item .qiudui {
    padding: 0px;
}

.saishi_item .qiudui .qiudui_item {
    width: 23%;
    margin: 1%;
    display: flex;
    justify-content: space-between;
}

.saishi_item .qiudui .qiudui_item .pic-1 {
    width: 50px;
    height: 50px;
    background: #F5F7F9;
    padding: 7px;
}

.saishi_item .qiudui .qiudui_item .pic-1 img {
    width: 50px;
    height: 50px;
}

.saishi_item .qiudui .qiudui_item .title {
    width: calc(100% - 74px);
    text-align: left;

}
.saishi_item .qiudui .qiudui_item .title a{
    color: #fff;
}

.saishi_item .qiudui .qiudui_item .title p {
    font-weight: 600;
    color: #fff;
    /*line-height: 2;*/
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.saishi_item .qiudui .qiudui_item .title .t2 {
    font-size: 14px;
    color: #656565;
    font-weight: 400;
    padding-top: 10px;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.zhuanti ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.zhuanti ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.zhuanti ul li .pic-1 {
    width: 100%;
    /* height: 128px; */
    overflow: hidden;
}
.zhuanti ul li .pic-1 img{
    width: 100%;
    /*height: 128px; */
}

.zhuanti ul li .tit {
    font-size: 18px;
    padding: 5px 0;
    font-weight: 500;
    text-align: center;
    color: #fff;
}

  .mt20 {
    margin-top: 20px;
    }








@media screen and (max-width: 998px) {
    .zhibo-icon {
        margin: 0;
        width: 18px;
        height: 18px;
        background: rgba(255, 255, 255, 1);
        border-radius: 50%;
    }
    
    
    
  .zc_nrong {
    /* padding: 10px; */

    clear: both;
    position: relative;
    max-height: 15rem;
    overflow-y: hidden;
  }

  .zc_nrong_modified {
    clear: both;
    position: relative;
    padding: 10px;
  }

  .image-container {
    float: left;
    margin-right: 10px;
  }
  
  .image-container img{
      height: 100px;
    }

  .text-container {
    font-size: 14px;
    line-height: 25px;
  }

  .text {
    text-indent: 2em;
  }

  .zhankaiall {
    width: 7rem;
    height: 1.5rem;
    line-height: 1.6rem;
    margin: 10px auto;
    border-radius: 1rem;
    border: 1px #fff solid;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;

    display: block;
  }
  .zhankaiall_btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .zhankaiall_btn cite {
    float: left;
  }
  .zhankaiall_btn .iconfont {
    color: #fe373c;
    font-size: 0.38rem;
    float: left;
    line-height: 0.3rem;
  }

  .wznrzhezhao {
    position: absolute;
    width: 95%;
    height: 150px;
    bottom: 0;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
  }

  .jianjie {
    color: #fff;
  }
  
  .text{
      display: none;
  }
  
      
    .zc_nrong ul{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 10px;
    }
    
    .zc_nrong ul li a {
        display: block;
        width: 100%;
        height: 100%;
    }
    
    .zc_nrong ul li .pic-1 {
        width: 100%;
        /* height: 128px; */
        overflow: hidden;
    }
    
    .zc_nrong ul li .pic-1 img{
        width: 100%;
        /*height: 128px; */
    }
    
    
    .zc_nrong ul li .tit {
        font-size: 14px;
        padding: 5px 0;
        text-align: center;
    }
    
    
    .zc_nrong_modified ul{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 10px;
    }
    
    .zc_nrong_modified ul li a {
        display: block;
        width: 100%;
        height: 100%;
    }
    
    .zc_nrong_modified ul li .pic-1 {
        width: 100%;
        /* height: 128px; */
        overflow: hidden;
    }
    
    .zc_nrong_modified ul li .pic-1 img{
        width: 100%;
        /*height: 128px; */
    }
    
    
    .zc_nrong_modified ul li .tit {
        font-size: 14px;
        padding: 5px 0;
        text-align: center;
    }
    
      .zhuanti ul{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 10px;
    }
    
    .zhuanti ul li a {
        display: block;
        width: 100%;
        height: 100%;
    }
    
    .zhuanti ul li .pic-1 {
        width: 100%;
        /* height: 128px; */
        overflow: hidden;
    }
    
    .zhuanti ul li .pic-1 img{
        width: 100%;
        /*height: 128px; */
    }
    
    
    .zhuanti ul li .tit {
        font-size: 14px;
        padding: 5px 0;
        text-align: center;
    }
    
    
    .saishi_item .qiudui .qiudui_item {
        width: 48%;
    }
    
    .qiuyuanlist .hot_qiuyuan_main .hot_member_item {
        width: 48%;
    }
    
    .bgwhite {
         width: 100%; 
         padding: 0;
         box-sizing: border-box;
    }
    .qiuyuanlist {
        width: 100%;
        box-sizing: border-box;
        padding: 0;
    }
    .qiuyuanlist .hot_qiuyuan_main .hot_member_item .info{
        white-space: nowrap;        /* 不换行 */
        overflow: hidden;           /* 隐藏超出部分 */
        text-overflow: ellipsis;
        max-width: 90px;
    }
    
    .qiuyuanlist .hot_qiuyuan_main .hot_member_item .pic img{
        width: 80%;
        height: 80%;
    }
    
    .mt20 {
    margin-top: 20px;
    }
    
    .qiudui-1 p {
        padding: 8px 0;
    }
}

.tag{
    padding: 0.1rem 0.5rem;
    display: inline-block;
    border: solid 1px #fff;
    color: #fff;
    background: #ff7517;
}


