/* 公共 */
* {
    padding: 0;
    margin: 0;
}
html,
body {
    height: 100%;
}



:root {
    --button-bg-color: #84bf96; /* 按钮背景颜色 */
    --button-hover-bg-color: #84bf96; /* 鼠标悬停时的背景颜色 */

    --button-text-color: #000000; /* 按钮文字颜色 */
}

.pageinfo,.homepage,.nopage,.listpage,.nopage,.endpage,.nextpage {
    display: inline-block;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: var(--button-text-color);
    /*background-color: var(--button-bg-color);*/
    border: 1px solid var(--button-bg-color);
    border-radius: 5px;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    margin-left: 4px;
}
.curpage {
    background-color: var(--button-hover-bg-color);
}
.pageinfo:hover,.homepage:hover,.nopage:hover,.listpage:hover,.nopage:hover,.endpage:hover,.nextpage:hover {
    background-color: var(--button-hover-bg-color);
    border-color: var(--button-hover-bg-color);
    color: var(--button-text-color); /* 可以省略，因为悬停时通常保持文字颜色不变 */
}


body {
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    background: #F5F5F5;
    color: #555555;
    min-width: 1200px;
}

a {
    text-decoration: none;
    color: #555555;
} 
a:hover {
    color: #84bf96!important;
}
a:visited {
    color: #555555;
    text-decoration: none;
}

li {
    list-style: none;
}

/* 字体大小 */
.bnnba-el-font-14 {
    font-size: 14px;
}
.bnnba-el-font-16 {
    font-size: 16px;
}
.bnnba-el-font-18 {
    font-size: 18px;
}
.bnnba-el-font-20 {
    font-size: 20px;
}
.bnnba-el-font-22 {
    font-size: 22px;
}
.bnnba-el-font-24 {
    font-size: 24px;
}
.bnnba-el-font-40 {
    font-size: 40px;
}

/* 字体颜色 */
.bnnba-el-font-lightgray {
    color: #EEF1F9!important;
}
.bnnba-el-font-grey {
    color: #cccccc!important;
}
.bnnba-el-font-darkgrey {
    color: #333333!important;
}
.bnnba-el-font-blue {
    color: blue!important;
}

/* 字体格式 */
.bnnba-el-font-bold {
    font-weight: bold;
}
.bnnba-el-font-normal {
    font-weight: normal!important;
}


/* 背景颜色 */
.bnnba-el-back-white {
    background: #ffffff;
}

/* 手型 */
.bnnba-el-cursor-pointer {
    cursor: pointer;
}

/* 外边距 */
.bnnba-el-mg-l-5 {
    margin-left: 5px;
}
.bnnba-el-mg-l-20 {
    margin-left: 20px;
}
.bnnba-el-mg-r-5 {
    margin-right: 5px!important;
}
.bnnba-el-mg-r-10 {
    margin-right: 10px!important;
}
.bnnba-el-mg-r-15 {
    margin-right: 15px!important;
}
.bnnba-el-mg-r-20 {
    margin-right: 20px!important;
}
.bnnba-el-mg-r-30 {
    margin-right: 30px!important;
}
.bnnba-el-mg-t-5 {
    margin-top: 5px!important;
}
.bnnba-el-mg-t-8 {
    margin-top: 8px!important;
}
.bnnba-el-mg-t-10 {
    margin-top: 10px!important;
}
.bnnba-el-mg-t-15 {
    margin-top: 15px!important;
}
.bnnba-el-mg-t-20 {
    margin-top: 20px!important;
}
.bnnba-el-mg-t-25 {
    margin-top: 25px!important;
}
.bnnba-el-mg-t-30 {
    margin-top: 30px;
}
.bnnba-el-mg-l-10 {
    margin-left: 10px;
}
.bnnba-el-mg-l-15 {
    margin-left: 15px!important;
}
.bnnba-el-mg-b-20 {
    margin-bottom: 20px!important;
}

/* 内边距 */
.bnnba-el-pd-20 {
    padding: 20px;
}
.bnnba-el-pd-t-15 {
    padding-top: 15px;
}
.bnnba-el-pd-b-15 {
    padding-bottom: 15px;
}
.bnnba-el-pd-b-20 {
    padding-bottom: 20px;
}
.bnnba-el-pd-b-5 {
    padding-bottom: 5px!important;
}
.bnnba-el-pd-b-10 {
    padding-bottom: 10px!important;
}
.bnnba-el-pd-b-15 {
    padding-bottom: 15px!important;
}

/* 宽度 */
.bnnba-el-w-baifenbi-100 {
    width: 100%!important;
}
.bnnba-el-width-1200-center {
    width: 1200px!important;
    margin: 0 auto;
}
.bnnba-el-width-150 {
    width: 150px!important;
}
.bnnba-el-width-175 {
    width: 175px!important;
}

/* 居左中右 */
.bnnba-el-center {
    text-align: center;
}
.bnnba-el-left {
    text-align: left;
}
.bnnba-el-right {
    text-align: right;
}

/* 浮动 */
.bnnba-el-float-left {
    float: left;
}
.bnnba-el-float-right {
    float: right;
}

/* 宽度 */
.bnnba-el-width-baifenbi-100 {
    width: 100%!important;
}
.bnnba-el-width-baifenbi-96 {
    width: 96%!important;
}
.bnnba-el-width-150 {
    width: 150px!important;
}
.bnnba-el-width-175 {
    width: 175px!important;
}

/* 高度 */
.bnnba-el-height-44 {
    height: 44px;
}
.bnnba-el-height-50 {
    height: 50px;
}
.bnnba-el-max-height-800 {
    max-height: 800px;   
}

/* 块级元素 */
.bnnba-el-block {
    display: block;
}
.bnnba-el-block-none {
    display: none;
}

/* 定位 */
.bnnba-el-position-relative {
    position: relative
 }

/* 弹性布局 */
.bnnba-el-flex {
    display: flex;
}
.bnnba-el-flex-wrap {
    flex-wrap: wrap;
}
.bnnba-el-align-items-start {
    align-items: start;
}
.bnnba-el-align-items-center {
    align-items: center;
}
.bnnba-el-justify-content-center {
    justify-content: center;
}
.bnnba-el-justify-content-start {
    justify-content: start;
}
.bnnba-el-justify-content-end {
    justify-content: end;
}
.bnnba-el-justify-content-space-around {
    justify-content: space-around;
}
.bnnba-el-justify-content-space-between {
    justify-content: space-between;
}

/* 文字行省略号 */
.bnnba-el-text-overflow-1 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.bnnba-el-text-overflow-2 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 滚动条 */
.bnnba-el-overflow-y {
    overflow-y: auto;
}
.bnnba-el-overflow-y::-webkit-scrollbar {
    height: 0;
    width: 0;
    color: transparent;
}

/* 公共布局 */
.bnnba-main-left {
    width: 830px;
}
.bnnba-main-right {
    width: 355px;
    margin-left: 15px;
}

/* 头部 */
.bnnba-header {
    background: #ffffff;
    padding: 15px 0;
}
.bnnba-header__logo {
    width: 150px;
    height: 60px;
    display: block;
    margin-left: 30px;
}
.bnnba-header__menu {
    display: flex;
    margin-left: 50px;
    width: calc(100% - 200px);
    overflow: hidden;
    overflow-x: auto;
}


.bnnba-header__menu::-webkit-scrollbar{
  width: 5px;
  height: 5px;
}
.bnnba-header__menu::-webkit-scrollbar-thumb{
  border-radius: 1em;
  background-color: rgba(50,50,50,.3);
}
.bnnba-header__menu::-webkit-scrollbar-track{
  border-radius: 1em;
  background-color: rgba(50,50,50,.1);
}


#J-matchHotCateContent {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 1200px;
    overflow: hidden;
    overflow-x: auto;
    margin-left: unset;
}

#J-matchHotCateContent::-webkit-scrollbar{
  width: 5px;
  height: 5px;
}
#J-matchHotCateContent::-webkit-scrollbar-thumb{
  border-radius: 1em;
  background-color: rgba(50,50,50,.3);
}
#J-matchHotCateContent::-webkit-scrollbar-track{
  border-radius: 1em;
  background-color: rgba(50,50,50,.1);
}

#J-matchHotCateContent a{
    white-space: nowrap;
}

.bnnba-header__menu > a {
    padding: 0 30px;
    height: 46px;
    line-height: 46px;
    display: block;
    text-align: center;
    color: #555555;
    font-size: 18px;
    border-radius: 6px;
    white-space: nowrap;
}
.website_config_name{
    white-space: nowrap;
    font-weight: 900;
    font-size: 24px;
    color: #84bf96 !important;
}
.bnnba-header__menu > a:hover {
    color: #555555!important;
}
.bnnba-header__menu--active {
    background: #84bf96;
    color: #ffffff!important;
}
.bnnba-header__menu > a.bnnba-header__menu--active:hover {
    color: #ffffff!important;
}

/* 赛程分类 */
.bnnba-match-cate {
    height: 44px;
    line-height: 44px;
    color: #ffffff;
    box-shadow: 0 1px 3px 0 #84bf96;
    background-image: linear-gradient(to right, #84bf96 60%, #caf0d5);
}
.bnnba-match-cate__title {
    width: 120px;
    font-weight: normal;
    margin-left: 15px;
}
.bnnba-match-cate__list {
    width: 88%;
    position: relative;
    z-index: 9999;
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
}
.bnnba-match-cate__name {
    padding: 0px 10px;
    color: #ffffff!important;
}
.bnnba-match-cate__name:hover {
    color: #ffffff!important;
}
.bnnba-match-cate__name--active {
    background: #c6e9d3;
    color: #555555!important;
}
.bnnba-match-cate__name--active:hover {
    color: #555555!important;
}
.bnnba-match-cate__extend-icon {
    width: 24px;
    height: 24px;
    position: relative;
    display: none;
    top: 12px;
    left: 3px;
    background-size: 100% 100%;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.bnnba-match-cate__extend-icon--show {
    transform-origin : center center;
    transform        : rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform   : rotate(180deg);
    -ms-transform    : rotate(180deg);
    -o-transform     : rotate(180deg);
    transition       : transform 0.3s;
    -moz-transition  : -moz-transform 0.3s;
    -o-transition    : -o-transform 0.3s;
    -ms-transition   : -ms-transform 0.3s;
}
.bnnba-match-cate__extend-icon--hide {
    transform-origin : center center;
    transform        : rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform   : rotate(deg);
    -ms-transform    : rotate(0deg);
    -o-transform     : rotate(0deg);
    transition       : transform 0.3s;
    -moz-transition  : -moz-transform 0.3s;
    -o-transition    : -o-transform 0.3s;
    -ms-transition   : -ms-transform 0.3s;
}

/* 当前位置 */
.bnnba-current-location {
    display: flex;
}
.bnnba-current-location > li:not(:first-child) {
    margin-left: 5px;
}

/* 赛程列表 */
.bnnba-match {
    width: 100%;
    background: #ffffff;
    padding: 0 15px 15px 15px;
    font-size: 16px;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}
.bnnba-match__title {
    font-size: 22px;
    font-weight: bold;
    text-align: left;
}
.bnnba-match__cate {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EFEFEF;
}
.bnnba-match__cate-content {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: -15px;
    margin-left: -15px;
    margin-bottom: 15px;
}
.bnnba-match__cate-item {
    border: 1px solid #84bf96;
    padding: 6px 15px;
    margin-left: 15px;
    margin-top: 15px;
    border-radius: 6px;
}
.bnnba-match__cate-item:hover {
    color: #ffffff!important;
    background: #84bf96;
}
.bnnba-match__cate-item:hover .bnnba-match__cate-name {
    color: #ffffff!important;
}
.bnnba-match__cate--active {
    background: #84bf96;
}
.bnnba-match__cate--active .bnnba-match__cate-name {
    color: #ffffff!important;
}
.bnnba-match__extend-icon {
    width: 24px;
    height: 24px;
    display: none;
    background: url(../images/extend.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.bnnba-match__extend-icon--show {
    transform-origin : center center;
    transform        : rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform   : rotate(180deg);
    -ms-transform    : rotate(180deg);
    -o-transform     : rotate(180deg);
    transition       : transform 0.3s;
    -moz-transition  : -moz-transform 0.3s;
    -o-transition    : -o-transform 0.3s;
    -ms-transition   : -ms-transform 0.3s;
}
.bnnba-match__extend-icon--hide {
    transform-origin : center center;
    transform        : rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform   : rotate(deg);
    -ms-transform    : rotate(0deg);
    -o-transform     : rotate(0deg);
    transition       : transform 0.3s;
    -moz-transition  : -moz-transform 0.3s;
    -o-transition    : -o-transform 0.3s;
    -ms-transition   : -ms-transform 0.3s;
}

.bnnba-match__content::-webkit-scrollbar {
    width: 8px;
    background: #DDDDDD;
    border-radius: 5px;
}
  .bnnba-match__content::-webkit-scrollbar-thumb {
    width: 8px;
    background: transparent;
    background: #84bf96;
    border-radius: 5px;
}
.bnnba-match__date {
    font-weight: normal;
    font-size: 15px;
    padding-left: 18px;
    border-bottom: 1px solid #EFEFEF;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background: #caf0d5;
    font-weight: bold;
}
.bnnba-match__date:first-child {
    margin-top: 15px;
}
.bnnba-match__item-list {
    display: flex;
    align-items: center;
    padding: 0 15px;
    line-height: 60px;
}
.bnnba-match__item-list:nth-of-type(even) {
    background: #F7F7F7;
}
.bnnba-match__time {
    width: 15%;
    white-space: nowrap;
}
.bnnba-match__label {
    width: 15%;
}
.bnnba-match__status {
    width: 15%;
}
.bnnba-match__team {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bnnba-match__home-team {
    width: 120px;
    text-align: right;
}
.bnnba-match__home-branch {
    width: 30px;
    text-align: right;
}
.bnnba-match__vs {
    width: 70px;
    text-align: center;
}
.bnnba-match__visitor {
    display: flex;
}
.bnnba-match__visitor-team {
    width: 120px;
    text-align: left
}
.bnnba-match__visitor-branch {
    width: 30px;
    text-align: left;
}
.bnnba-match__team-icon {
    width: 24px;
    height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bnnba-match__play-btn {
    width: 70px;
    height: 28px;
    line-height: 28px;
    padding: 0 6px;
    display: block;
    text-align: center;
    background: #caf0d5;
    border: 1px solid #84bf96;
    color: #84bf96!important;
    border-radius: 6px;
}
.bnnba-match__soon-btn {
    display: block;
    text-align: center;
    width: 70px;
    height: 24px;
    line-height: 24px;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    color: #999999!important;
    border-radius: 6px;
}
.bnnba-match__empty-tip {
    text-align: center;
    color: #cccccc!important;
    padding-top: 13px;
}
.bnnba-match__tip {
    text-align: center;
    color: #999999;
}

/* 通用侧栏文章列表 */
.bnnba-side-article-list {
    padding: 10px 15px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}
.bnnba-side-article-list__label {
    font-weight: normal;
    font-size: 15px;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 10px;
}
.bnnba-side-article-list__label-name {
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 2px solid #84bf96;
}
.bnnba-side-article-list__centent {
    margin-top: 8px;
}
.bnnba-side-article-list__item {
    line-height: 28px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

/* 通用相关文章列表 */
.bnnba-relevant-article-list {
    padding: 10px 15px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}
.bnnba-relevant-article-list__label {
    font-weight: normal;
    font-size: 15px;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 10px;
}
.bnnba-relevant-article-list__label-name {
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 2px solid #84bf96;
}
.bnnba-relevant-article-list__centent {
    margin-top: 8px;
}
.bnnba-relevant-article-list__item {
    line-height: 36px;
}
.bnnba-relevant-article-list__tag {
    background: #caf0d5;
    color: #84bf96!important;
    max-width: 120px;
    padding: 3px 6px;
    border-radius: 6px;
}
.bnnba-relevant-article-list__title {
    margin-left: 5px;
}

/* 通用侧栏赛事列表 */
.bnnba-side-match-list {
    padding: 10px 15px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}
.bnnba-side-match-list__label {
    font-weight: normal;
    font-size: 15px;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 10px;
}
.bnnba-side-match-list__label-name {
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 2px solid #84bf96;
}
.bnnba-side-match-list__centent {
    margin-top: 0px;
    margin-bottom: 8px;
}
.bnnba-side-match-list__item {
    display: block;
    background-image: linear-gradient(to right, #caf0d5, #ffffff);
    padding: 15px;
    margin-top: 15px;
    border-radius: 6px;
}
.bnnba-side-match-list__home-team {
    width: 44%;
}
.bnnba-side-match-list__vs {
    width: 22px;
    text-align: center;
}
.bnnba-side-match-list__visitor-team {
    width: 44%;
}
.bnnba-side-match-list__team-icon {
    width: 24px;
    height: 24px;
}

/* 通用侧栏标签列表 */
.bnnba-side-tag-list {
    padding: 10px 15px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}
.bnnba-side-tag-list__label {
    font-weight: normal;
    font-size: 15px;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 10px;
}
.bnnba-side-tag-list__label-name {
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 2px solid #84bf96;
}
.bnnba-side-tag-list__centent {
    margin-top: 0px;
    margin-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
}
.bnnba-side-tag-list__item {
    background: #caf0d5;
    color: #84bf96!important;
    max-width: 70px;
    padding: 3px 6px;
    margin-left: 15px;
    margin-top: 15px;
    text-align: center;
    border-radius: 6px;
}


/* 通用分页 */
.pagination {
    display: flex;
    justify-content: center;
    padding: 3px;
    text-align: center;
    margin-top: 15px;
    align-items: center;
}

.pagination li {
    border: 1px solid #999999;
    margin: 5px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 6px;
}

.pagination li a {
    display: inline-block;
    padding: 5px 15px;
    color: #999999;
}

.pagination li:hover {
    border: 1px solid #84bf96;
    color: #84bf96;
}

.pagination li:active {
    border: 1px solid #84bf96;
    color: #84bf96 !important;
}

.pagination li.active {
    color: #FFFFFF !important;
    background: #84bf96 !important;
    border: 1px solid #84bf96;
    padding: 5px 15px;
}

.pagination .disabled {
    color: #999999;
}

.pagination .disabled span {
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
}


/* 底部 */
.bnnba-footer {
    margin-top: 40px;
    padding: 20px 0;
    background: #333333;
}
.bnnba-link {
    color: #555555;
    margin-bottom: 20px;
}
.bnnba-link__list {
    margin-top: 10px;
}
.bnnba-link__list > a {
    font-size: 12px;
    color: #555555;
    margin-right: 30px;
}
.bnnba-introduce {
    color: #555555;
    text-align: center;
}
.bnnba-copyright {
    margin-top: 20px;
    color: #555555;
    text-align: center;
}


/* 回到顶部 */
.bnnba-top {
    position: fixed;
    bottom: 50px;
    right: 40px;
    z-index: 9998;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #555555;
    display: none;
    text-align: center;
}
.bnnba-top__icon {
    width: 20px;
    position: relative;
    top: 16px;
    height: 20px;
    cursor: pointer;
}

/* 轮播 */
.swiper-pagination-bullet-active {
    background: #84bf96!important;
}


.active{
    color: #84bf96 !important;
}

.swiper-wrapper{
    display: flex !important;
    flex-direction: column !important;
}

.swiper-slide h3{
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.bnnba-hot-news__list-content div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.bnnba-hot-news__list-content div a{
    padding: 5px 10px;
}
