/* 轮播热门资讯 */
.bnnbaty-hot-news {
    width: 100%;
    padding: 10px 15px 10px 15px;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}
.bnnbaty-hot-news__label {
    font-weight: normal;
    font-size: 15px;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 10px;
}
.bnnbaty-hot-news__label-name {
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 2px solid #6f6d85;
}
.bnnbaty-hot-news__more {
    font-size: 12px;
    float: right;
    position: relative;
    top: 2px;
}
.bnnbaty-hot-news__content {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    padding: 0 0 18px 0;
    margin-left: -22px;
}
.bnnbaty-hot-news__list-item {
    width: 216px;
    height: 130px;
    margin-left: 22px;
    margin-top: 15px;
}
.bnnbaty-hot-news__list-pic {
    width: 216px;
    height: 130px;
    border-radius: 6px;
}
.bnnbaty-hot-news__list-pic-title {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #000000;
    color: #ffffff;
    text-align: center;
    opacity: .6;
    padding: 0 6px;
    border-radius: 0 0 6px 6px;
}



/* .bnnbaty-hot-news__pic-box:last-child {
    margin-top: 15px;
}
.bnnbaty-hot-news__pic-item {
    width: 365px;
    height: 199px;
    display: block;
    border-radius: 6px;
}
.bnnbaty-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;
}
.bnnbaty-hot-news__list-content {
    margin-top: -8px;
}
.bnnbaty-hot-news__list-item {
    width: 46.1%;
    padding: 9px 0;
    margin-left: 30px;
    border-bottom: 1px dashed #f7eded;
}
.bnnbaty-hot-news__list-tag {
    background: #d9d7ee;
    width: 60px;
    color: #6f6d85!important;
    text-align: center;
    padding: 2px 8px;
    border-radius: 6px;
}
.bnnbaty-hot-news__list-title {
    flex: 1;
} */
.bnnbaty-hot-news .swiper-wrapper {
    padding-bottom: 10px!important;
}
.bnnbaty-hot-news .swiper-pagination {
    bottom: 0px!important;
    z-index: 9999;
}

/* 热门赛事 */
.bnnbaty-popular-match {
    width: 100%;
}
.bnnbaty-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);
}
.bnnbaty-popular-match__item:not(:first-child) {
    margin-left: 20px;
}
.bnnbaty-popular-match__team {
    width: 46%;
    text-align: center;
}
.bnnbaty-popular-match__team-icon {
    width: 24px;
    height: 24px;
}
.bnnbaty-popular-match__vs {
    width: 20px;
}
.bnnbaty-popular-match__status {
    text-align: center;
}
.bnnbaty-popular-match .swiper-container {
    padding-bottom: 10px!important;
}

/* 热门录像 */
.bnnbaty-hot-video {
    width: 100%;
    padding: 10px 15px 0px 15px;
    background-image: linear-gradient(to top, #d9d7ee, #ffffff);
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}
.bnnbaty-hot-video__label {
    font-weight: normal;
    font-size: 15px;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 10px;
}
.bnnbaty-hot-video__label-name {
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 2px solid #6f6d85;
}
.bnnbaty-hot-video__more {
    font-size: 12px;
    float: right;
    position: relative;
    top: 2px;
}
.bnnbaty-hot-video__content__list {
    padding: 3px 0 3px 0;
    margin-left: -30px;
}
.bnnbaty-hot-video__list-item {
    border-bottom: 1px dashed #f7eded;
    position: relative;
    width: 47.4%;
    padding: 10px 0;
    margin-left: 30px;
}
.bnnbaty-hot-video__list-title {
    width: 56%;
}
.bnnbaty-hot-video__tag-item {
    background: #d9d7ee;
    color: #6f6d85!important;
    max-width: 60px;
    padding: 3px 6px;
    border-radius: 6px;
}
.bnnbaty-hot-video__play-btn {
    position: absolute;
    top: 6px;
    right: 15px;
    display: inline-block;
    width: 28px;
    height: 28px;
}

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

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