/* 轮播热门资讯 */
.bnnba-hot-news {
    width: 100%;
    background-image: linear-gradient(to top, #caf0d5, #ffffff);
    padding: 15px 0px 10px 0px;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.bnnba-hot-news__pic-box:last-child {
    margin-top: 15px;
}

.bnnba-hot-news__pic-item {
    width: 365px;
    height: 199px;
    display: block;
    border-radius: 6px;
}

.bnnba-hot-news__pic-title {
    width: 96.6%;
    position: absolute;
    bottom: 0;
    background: #000000;
    color: #ffffff;
    text-align: center;
    opacity: .6;
    padding: 0 6px;
    border-radius: 0 0 6px 6px;
}

.bnnba-hot-news__list-content {
    margin-top: -8px;
}

.bnnba-hot-news__list-item {
    width: 46.1%;
    padding: 9px 0;
    margin-left: 30px;
    border-bottom: 1px dashed #f7eded;
}

.bnnba-hot-news__list-tag {
    background: #caf0d5;
    width: 60px;
    color: #84bf96 !important;
    text-align: center;
    padding: 2px 8px;
    border-radius: 6px;
}

.bnnba-hot-news__list-title {
    flex: 1;
}

.bnnba-hot-news .swiper-wrapper {
    padding-bottom: 20px !important;
}

.bnnba-hot-news .swiper-pagination {
    bottom: 0px !important;
    z-index: 9999;
}

/* 热门赛事 */
.bnnba-popular-match {
    width: 100%;
}

.bnnba-popular-match__item {
    width: 204px;
    height: 100px;
    background: #ffffff;
    padding: 15px 10px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.bnnba-popular-match__item:not(:first-child) {
    margin-left: 20px;
}

.bnnba-popular-match__team {
    width: 46%;
    text-align: center;
}

.bnnba-popular-match__team-icon {
    width: 24px;
    height: 24px;
}

.bnnba-popular-match__vs {
    width: 20px;
}

.bnnba-popular-match__status {
    text-align: center;
}

.bnnba-popular-match .swiper-container {
    padding-bottom: 10px !important;
}

/* 热门录像 */
.bnnba-hot-video {
    width: 100%;
    padding: 10px 15px 0px 15px;
    background-image: linear-gradient(to top, #caf0d5, #ffffff);
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.bnnba-hot-video__label {
    font-weight: normal;
    font-size: 15px;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 10px;
}

.bnnba-hot-video__label-name {
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 2px solid #84bf96;
}

.bnnba-hot-video__more {
    font-size: 12px;
    float: right;
    position: relative;
    top: 2px;
}

.bnnba-hot-video__content__list {
    padding: 3px 0 3px 0;
    margin-left: -30px;
}

.bnnba-hot-video__list-item {
    border-bottom: 1px dashed #f7eded;
    position: relative;
    width: 47.4%;
    padding: 10px 0;
    margin-left: 30px;
}

.bnnba-hot-video__list-title {
    width: 56%;
}

.bnnba-hot-video__tag-item {
    background: #caf0d5;
    color: #84bf96 !important;
    max-width: 60px;
    padding: 3px 6px;
    border-radius: 6px;
}

.bnnba-hot-video__play-btn {
    position: absolute;
    top: 6px;
    right: 15px;
    display: inline-block;
    width: 28px;
    height: 28px;
}

.bnnba-hot-video__play-btn-icon {
    width: 28px;
    height: 28px;
}

.bnnba-hot-video .swiper-container {
    width: 1150px !important;
    padding-bottom: 30px !important;
}


.bnnba-introduce p {
    color: #FFFFFF;
}

.bnnba-match__title {
    cursor: pointer;
}

.content-nav {
    margin-top: 20px;
}


.bnnba-article {
    margin-top: 20px;
}

.bnnba-article__content a, .bnnba-article__content span, .bnnba-article__content div, .bnnba-article__content em, .bnnba-article__content strong, .bnnba-article__content p {
    font-size: 14px !important;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif !important;
    line-height: 30px !important;
    color: #555555 !important;
}

.bnnba-article__info {
    text-align: center;
    margin-top: 10px;
    color: #888888;
}

.bnnba-article__title {
    font-size: 18px;
}

.bnnba-team {
    text-align: center;
    color: #ffffff;
    padding: 130px 0;
    border-radius: 6px 6px 0 0 !important;
}

.bnnba-team__basketball--back {
    background: #333333;
    background-size: 100% 100%;
}

.bnnba-el-font-18 {
    font-size: 18px;
}

.bnnba-team__date {
    margin-top: 20px;
    font-size: 16px;
}

.bnnba-el-flex {
    display: flex;
}

.bnnba-el-align-items-center {
    align-items: center;
}

.bnnba-team__home-box, .bnnba-team__visit-box {
    flex: 1;
    text-align: center;
}

.bnnba-team__vs {
    text-align: center;
    width: 120px;
    font-size: 26px;
}


.bnnba-team__icon-box {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bnnba-team__home, .bnnba-team__visit {
    font-size: 18px;
}

.bnnba-team__vs {
    text-align: center;
    width: 120px;
    font-size: 26px;
}

.bnnba-team__home-box, .bnnba-team__visit-box {
    flex: 1;
    text-align: center;
}

.bnnba-el-center {
    text-align: center;
}

.bnnba-team__icon {
    width: 30px;
    height: 30px;
}

.bnnba-team__basketball--back{
    margin-top: 20px;
}

.bnnba-side-article-list__label-name{
    font-size: 16px;
    font-weight: 900;
}

.sigsAppDL{
    padding: 6px 12px;
    background: #84bf96;
    border-radius: 8px;
    color: #ffffff !important;
}
.sigsAppDL:hover{
    color: #ffffff !important;
}

.bnnba-article__content img{
    width: 100%;
    max-width: 100%;
}

@media screen and (max-width: 1200px) {
    body {
        overflow-x: hidden;
        min-width: 100%;
    }

    .bnnba-header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .bnnba-header__menu {
        display: flex;
        margin-left: unset;
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
        padding-left: 12px;
    }

    .website_config_name {
        padding-left: 12px;
        margin-bottom: 12px;
    }

    .bnnba-el-width-1200-center {
        width: 100% !important;
    }

    .bnnba-match__item-list {
        display: flex;
        flex-wrap: wrap;
    }

    .bnnba-match__label, .bnnba-match__time {
        width: unset;
        white-space: nowrap;
    }

    .bnnba-match__time {
        margin-left: 12px;
    }

    .bnnba-match__team {
        width: 100% !important;
    }

    .bnnba-match__item-list {
        position: relative;
        padding-bottom: 30px;
    }

    .bnnba-match-last {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bnnba-match__play-btn {
        margin-bottom: 10px;
    }

    .bnnba-match {
        box-sizing: border-box;
    }

    .bnnba-hot-news__list-item {
        margin-left: unset;
    }

    .bnnba-header__menu > a {
        padding: 0 30px;
        height: 26px;
        line-height: 26px;
        display: block;
        text-align: center;
        color: #555555;
        font-size: 18px;
        border-radius: 6px;
        white-space: nowrap;
    }

    .bnnba-header__menu {
        padding-bottom: 5px;
    }

    .match__item_a {
        font-size: 14px !important;
        white-space: nowrap;
        width: 100%;
    }

    .content-nav {
        padding: 0 12px;
    }

    .bnnba-main-left {
        width: 100% !important;
        padding: 10px;
        box-sizing: border-box;
    }

    .bnnba-article img {
        width: 100%;
    }

    .bnnba-el-dom {
        display: flex;
        flex-direction: column;
    }

    .bnnba-main-right {
        margin: 0 auto !important;
    }
    .bnnba-team{
        padding: 20px 0;
    }
    .bnnba-el-max-height-800{
        max-height: unset !important;
    }
}