* {
    padding: 0px;
    margin: 0px;
}

.stretch, .clear {
    clear: both;
    height: 1px;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1px;
}

.clearfix:after, .content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html > body .clearfix, * html > body .content {
    width: 100%;
}

* html .clearfix, * html .content {
    height: 1%;
}

html .clearfix, html .content {
    height: 1%;
}

/* end clearing */

body {
    overflow: auto;
    min-width: 1150px;
    background: #F2F3F5;
    font-size: 12px;
    font-family: 'Microsoft YaHei';
    -webkit-font-smoothing: antialiased;
    line-height: normal;
}


label {
    cursor: hand
}

h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd {
    margin: 0px;
    padding: 0;
    text-align: left;
}

img {
    border: 0;
    margin: 0;
}

form {
    margin: 0px;
    padding: 0px
}

input, select {
    font-size: 12px;
    vertical-align: middle
}

a, table, div, p, ul, li, td, pre, dt, dd, select, input, textarea {
    font-weight: normal;
    font-size: 12px;
    font-family: Microsoft YaHei, \5FAE\8F6F\96C5\9ED1, sans-serif, tahoma, arial, simsun, \5B8B\4F53;
}

li {
    list-style-type: none;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #4388c5;
}

a.noline {
    text-decoration: none;
}

.text_left {
    width: 120px;
    text-align: right;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: -webkit-box !important; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
}

.shape {
    width: 20px;
    margin: 0 8px;
    font-weight: bold;
}

.text_right {
    font-weight: bold;
    width: 120px;
    text-align: left;
}

.time {
    margin: 0 20px;
    font-weight: bold;
}

.blue {
    color: #4388c5;
}

.align_items {
    display: flex;
    font-size: 14px;
    align-items: center;
}

.league {
    margin-right: 10px;
}

.leftDouble, .leftSingle {
    text-align: right;
}

.leftSingle, .rightSingle {
    width: 150px;
}

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

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.noData {
    text-align: center !important;
    padding: 30px 0 !important;
    font-size: 16px !important;
    color: #333333 !important;
    background: #ffffff !important;
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

/*顶部*/
.nba-header {
    position: relative;
    background: #C10000;
    height: 80px;
    width: 100%;
}

.nba-header_log {
    float: left;
    margin: 10px 0 10px;
}

.nba-header_log > a > img {
    width: auto;
    height: 40px;
}

.nba-header_log a {
    display: inline-block;
    margin: 10px 0 10px;
}

.nba-header_navbar {
    float: left;
    width: 1000px;
    height: 80px;
    margin: 0 auto;
    padding-left: 20px;
}

.nba-header_navbar li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 100%;
    width: 95px;
}

.nba-header_navbar li a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bolder;
    transition: all 0.2s;
    height: 100%;
    line-height: 80px;
    width: 100%;
    text-align: center;
}

.nba-header_navbar li a:hover, .nba-header_navbar li a.active {
    background: #0053be;
    color: #ffffff;
}

.container-main {
    width: 1200px;
    margin: 0 auto;
    padding-top: 15px;
}

.main {
    float: left;
    width: 800px;
    min-height: 500px;
    position: relative;
    margin-bottom: 50px;
}

.aside {
    width: 380px;
    padding-left: 20px;
    position: relative;
    float: left;
}

.wrap-box {
    overflow: hidden;
    position: relative;
    width: 800px;
    background: #FFFFFF;
    border-radius: 5px;
}

.wrap-box_title {
    border-bottom: 1px solid #E1E1E1;
    padding: 10px 0 10px 20px;
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 1.313rem;
    color: #000000;
    box-sizing: border-box;
}

.wrap-box_title::before {
    content: '';
    background-image: url(/style/fonts/hot.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    padding-right: 3px;
}

.wrap-daily_title {
    border-bottom: 1px solid #E1E1E1;
    padding: 10px 0 10px 20px;
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 1.313rem;
    color: #000000;
    box-sizing: border-box;
}

.wrap-daily_title::before {
    content: '';
    background-image: url(/style/img/awesome-play-circle.png);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    padding-right: 3px;
    padding-left: 8px;
}

.match_block {
    font-size: 0.875rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 1.188rem;
    color: #333333;
    margin: 8px 20px;
    padding: 10px 0;
    border-bottom: 1px solid #EEE;
}

.match_block > a {
    display: flex;
    align-items: center;
}

.match_block a .state.incoming {
    color: #999999;
    background: #F3F3F3;
}

.match_block a .state.live {
    color: #F82A2A;
    background: #FFF2F2;
}

.match_block a .state.end {
    color: #4388c5;
    background: #F2F8FF;
}

.match_block a .state {
    width: 10%;
    text-align: center;
    border-radius: 3px;
    padding: 4px 0;
    font-weight: bold;
}

.match_block a div {
    display: inline-block;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.match_block a time {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 15%;
}

.match_block a .type {
    width: 10%;
    font-weight: bold;
}

.match_block a .match_name {
    width: 36%;
    text-align: center;
    display: flex;
    align-items: center;
}

.match_block a .resource.gray {
    color: #FFFFFF;
    background: #999999;
}

.match_block a .resource {
    width: 10%;
    text-align: center;
    margin-left: 60px;
    border-radius: 3px;
    padding: 4px 10px;
    font-weight: bold;
}

.match_block a .resource.blue {
    color: #FFF;
    background: #4388c5;
}

.match_block a .resource.gray {
    color: #FFFFFF;
    background: #999999;
}

.match_block a .resource.red {
    color: #FFFFFF;
    background: red;
}

.wrap-panel {
    width: inherit;
    overflow: hidden;
    margin-bottom: 20px;
    background: #FFFFFF;
    border-radius: 5px;
}

.wrap-panel_title {
    border-bottom: 1px solid #E1E1E1;
    padding: 10px 0 10px 15px;
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 1.313rem;
    color: #000000;
    box-sizing: border-box;
}

.wrap-panel_title > h4 {
    font-weight: bold;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 1.313rem;
    color: #000000;
    position: relative;
}

.wrap-panel_title > h4::before {
    content: '';
    position: relative;
    top: 2px;
    display: inline-block;
    width: 6px;
    height: 16px;
    background-image: linear-gradient(to right, red, #4388c5);
    margin-right: 3px;
}

.wrap-panel_body {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    margin-bottom: 0;
    box-sizing: border-box;
}

.wrap-panel_body .tag_box ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.wrap-panel_body .tag_box li {
    flex: 1 0 25%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tag_box li {
    float: left;
}

.wrap-panel_body .tag_box li a {
    margin: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.wrap-panel_body .tag_box li a:hover {
    background: #4388c5;
    color: #ffffff;
}

.tag_box li a {
    display: block;
    line-height: 22px;
    padding: 0 6px;
    font-size: 14px;
    color: #000;
    margin: 4px 0 0 3px;
}

.tag_box a {
    display: inline-block;
    margin: 5px;
    padding: 5px;
    flex: 1 0 30%;
    background: #F5F5F5;
    border: 1px solid #EEEEEE;
    opacity: 1;
    border-radius: 3px;
    text-align: center;
    font-size: 0.875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 1.888rem;
    color: #999999;
}

.base-list_box {
    width: 100%;
    margin-right: 10px;
}

.base-list_item {
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.base-list_box .base-list_item a, .base-list_box .rank .rank_list_new a {
    background: unset;
    border: none;
    font-size: 0.875rem;
    color: #000000;
}

.base-list_item a {
    line-height: 34px;
    margin: 0;
    padding: 0;
    height: 34px;
    overflow: hidden;
    width: 330px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.base-list_item a:hover {
    color: #4388c5;
    font-weight: bold;
}

.base-list_box .base-list_item .icon {
    content: '';
    position: relative;
    top: 4px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/style/img/video-inactive.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 5px;
}

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

.wrap-schedule {
    border-radius: 5px;
}

.wrap-schedule_card {
    background: #FFFFFF;
    margin-bottom: 10px;
    border-radius: 5px;
}

.wrap-schedule .date {
    text-align: left;
    display: inline-block;
    margin-top: 15px;
    background: #EEEEEE;
    border-radius: 0 10px 10px 0;
}

.wrap-schedule .date p {
    padding: 2px 10px;
    font-size: 0.75rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 1rem;
    color: #333333;
}

.wrap-schedule .list {
    font-size: 0.875rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 1.188rem;
    color: #333333;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.wrap-schedule .list > li.item {
    border-bottom: 1px solid #EEEEEE;
    padding: 15px 0;
    line-height: 20px;
    font-size: 14px;
}

.wrap-schedule .list > li.item .leftSingle {
    display: flex;
    align-items: center;
}

.wrap-schedule .list > li.item .leftSingle img {
    width: 35px;
    max-height: 35px;
    margin-right: 10px;
}

.wrap-schedule .list > li.item .rightSingle {
    display: flex;
    align-items: center;
    justify-content: right;
}

.wrap-schedule .list > li.item .rightSingle img {
    width: 35px;
    max-height: 35px;
    margin-left: 10px;
}

.wrap-schedule .list .item div.align_items {
    width: 100px;
}

.wrap-schedule .list .item .date-type {
    display: flex;
}

.wrap-schedule .list a {
    font-weight: bold;
    font-size: 14px;
}

.wrap-schedule .list .item .align_items {
    margin-right: 20px;
}

.wrap-schedule .time.align_items {
    margin-left: 0px !important;
}

.wrap-schedule .item div.align_items {
    width: 110px;
}

.wrap-schedule .item .align_items {
    margin-right: 20px;
}

.wrap-schedule .list .item .align_items .text-ignore {
    font-weight: bold;
    font-size: 14px;
}

.wrap-schedule .list .item .align_items .vs {
    width: 80px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.wrap-schedule .list .item .signal {
    display: block;
    width: 14%;
    text-align: center;
    padding: 4px 10px;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 1.188rem;
    color: #999999;
    border-radius: 3px;
    margin: 0 0 0 auto;
}

.wrap-schedule .list .item .signal.incoming {
    color: #fff;
    background: #0053be;
    border: none;
}

.wrap-schedule .list .item .signal.live {
    color: #fff;
    background: #F93231;
    border: none;
}

.wrap-schedule .list .item .signal.end {
    color: #fff;
    background: #4388c5;
    border: none;
}

.footer {
    clear: both;
    background: #0053be;
    font-size: 14px;
    border-top: 6px solid #e10000;
    padding: 20px 0;
}

.footer p {
    margin: 0 auto;
    text-align: center;
    color: #FFFFFF;
    padding-top: 15px;
}

.footer .record {
    margin-left: 5px;
    color: #ffffff;
    text-decoration: revert;
}

.video_title {
    display: inline-flex;
    text-align: left;
    margin-top: 15px;
    padding-left: 20px;
    flex-direction: row;
    width: 100%;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 1.313rem;
    color: #000000;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
}

.video_title img {
    width: 20px;
    height: 20px;
    align-self: center;
    margin-right: 4px;
}

.video_list {
    overflow: hidden;
}

.video_list > ul {
    width: 100%;
    float: left;
}

.video_list > ul > li {
    float: left;
    width: 45%;
    margin-top: 16px;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0px;
    padding-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 20px;
    margin-right: 10px;
}

.video_list > ul > li > img {
    width: 20px;
    margin-right: 6px;
    filter: grayscale(100%);
    opacity: 0.5;
    display: inline-block;
    vertical-align: middle;
}

.video_list > ul > li > a {
    font-size: 14px;
    line-height: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video_list > ul > li:hover a {
    color: #4388c5;
    font-weight: bold;
}

.video_list > ul > li:hover > img {
    filter: unset;
    opacity: 1;
}

.video_news_list {
    overflow: hidden;
}

.video_news_list > ul {
    width: 100%;
    float: left;
}

.video_news_list > ul > li {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 20px 0;
    margin: 0 20px;
    border-bottom: 1px solid #e1e1e1;
    color: #666;
}

.video_news_list > ul > li > a {
    position: relative;
    font-size: 0;
    display: inline-block;
    width: 180px;
    height: 135px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 5px;
}

.video_article_play {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background: url(/style/img/play-btn.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 36px;
}

.video_news_list > ul > li > a img {
    width: 180px;
    height: 135px;
    transition: all 0.6s ease;
}

.video_news_list > ul > li .detail {
    position: relative;
    width: calc(100% - 180px);
    padding: 20px 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.video_news_list > ul > li .detail p > a {
    font-size: 20px;
    font-weight: bold;
}

.video_news_list > ul > li .detail .detail-footer {
    display: flex;
    align-items: center;
}

.video_news_list > ul > li .detail .detail-footer time {
    font-size: 16px;
}

.pagination-base .pagination li {
    float: left;
    margin-right: 15px;
}

.pagination-base .pagination li > a {
    padding: 8px 15px;
    background: #ffffff;
    color: #4388c5;
    font-weight: bold;
    border-radius: 3px;
    font-size: 16px;
    border-bottom: 1px solid #EEEEEE;
}

.pagination-base .pagination li.active > a {
    padding: 8px 15px;
    background: #4388c5;
    color: #ffffff;
    font-weight: bold;
    border-radius: 3px;
    font-size: 16px;
    border-bottom: 1px solid #EEEEEE;
}

.team-box {
    float: left;
    width: 1200px;
    position: relative;
    margin-bottom: 50px;
}

.team-box_title {
    height: 50px;
    line-height: 50px;
    background-color: #0f6db4;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    padding-left: 15px;
}

.team-box_row {
    display: flex;
}

.team-box_col {
    flex: 1;
    background-color: #fff;
    border-right: 2px solid #EFEFEF;
}

.team-box_col.title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
    background-color: #032f4f;
    font-weight: 900;
    font-size: 14px;
    color: #fff;
    padding-left: 20px;
}

.team-box_col .team-item {
    display: flex;
    box-sizing: border-box;
    padding: 15px;
}

.team-box_col .team-item:nth-last-of-type(even) {
    background-color: #f6f6f6;
}

.team-box_col .team-item .team-img {
    width: 64px;
    height: 64px;
}

.team-box_col .team-item .detail {
    padding-left: 15px;
}

.team-box_col .team-item .detail .more {
    padding-top: 15px;
}

.team-box_col .team-item .detail .more > a {
    font-size: 14px;
    margin-right: 15px;
}

.team-box_col .team-item .detail > a {
    display: inline-block;
    font-size: 16px;
    color: #356da0;
}

.team-info {
    width: 100%;
}

.team-info .title {
    text-align: center;
}

.team-info .title img {
    width: 120px;
    height: 120px;
}

.team-info .title .name {
    font-size: 16px;
    text-align: center;
    padding-bottom: 15px;
}

.dataking {
    overflow-x: auto;
}

.dataking-tab {
    display: flex;
    width: 100%;
}

.dataking-tab > li {
    flex: 1;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    padding: 3px 0;
}

.dataking-tab > li.active {
    color: #4388c5;
    border-bottom: solid 3px #4388c5;
}

.dataking-panel {
    display: none;
    padding: 5px;
    width: 100%;
}

.dataking-panel .team {
    display: flex;
    width: 100%;
    padding-top: 15px;
}

.dataking-panel.active {
    display: block;
}

.dataking-panel .team > div {
    flex: 1;
}

.team-index-tabs {
}

.team-index-tab {
    display: flex;
}

.team-index-tab > li {
    flex: 1;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
}

.team-index-tab > li.active {
    background: #4388c5;
    color: #ffffff;
    font-weight: bold;
}

.team-index-tab > li:hover {
    background: #4388c5;
    color: #ffffff;
    font-weight: bold;
}

.team-index-tab.right > li {
    flex: unset !important;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
    padding: 0 15px;
}

.team-index-tab.right > li {
    background: #dedede;
}

.team-index-tab.right > li.active {
    background: #ffffff !important;
    color: #4388c5;
    font-weight: bold;
}

.wrap-box_table {
    padding: 5px;
    box-sizing: border-box;
    background: #ffffff;
}

.table {
    width: 100%;
    border: solid 1px #dedede;
    margin: 0;
}

.table > tbody th {
    height: 35px;
    font-size: 12px;
    background: #316491;
    color: #ffffff;
}

.table > tbody td {
    height: 35px;
    font-size: 14px;
    text-align: center;
}

.table > tbody tr:nth-last-of-type(even) {
    background: #EFEFEF;
}

.wrap-box_table .table {
    display: none;
}

.wrap-box_table .table.active {
    display: table;
}

.duibi-box {
    padding: 15px;
    border-bottom: solid 1px #EFEFEF;
}

.duibi-box_head {
    display: flex;
}

.duibi-box_head .left, .duibi-box_head .right {
    flex: 1;
    display: flex;
    align-items: center;
}

.duibi-box_head .left {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    justify-content: right;
}

.duibi-box_head .vs {
    width: 120px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.duibi-box_head .align_text {
    width: 120px;
    text-align: center;
    font-size: 16px;
}

.duibi-box_head .right {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}

.duibi-box_head .progress {
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background: #4a8ef5;
}

.duibi-box_head .progress.red {
    background: #e10000;
}

.match_play_container {
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 15px 20px;
}

.bg-lanqiu {
    background: url(/style/img/web-basketball.png) no-repeat;
}

.match_details {
    background-size: cover;
    height: 230px;
    display: grid;
    grid-template-columns: 40% 20% 40%;
    justify-items: center;
    align-items: center;
}

.match_details div {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
}

.match_vs_img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.match_details div p {
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.live-info {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    font-size: 14px;
}

.live-info .live_address {
    display: flex;
    width: 120px;
    position: relative;
    align-items: center;
}

.live_address span {
    font-weight: 400;
    font-size: 14px;
}

.icon_signal_new {
    background-image: url(/style/img/material-live-tv.png);
    height: 18px;
    width: 28px;
    background-repeat: no-repeat;
    margin-right: 3px;
}

.live-info {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    font-size: 14px;
}

.signalCon {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.signalCon a {
    margin: 3px 0;
    margin-right: 5px;
}

.signalCon_list {
    border: 1px solid #4388c5;
    border-radius: 4px;
    background: #fff;
    margin: 2px 10px 0 0;
    color: #000;
    overflow: hidden;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 20px;
    padding-top: 7px;
}

.signalCon_list > h5 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    padding: 0 6px;
    box-sizing: border-box;
}

.signalCon_list > p {
    height: 24px;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    font-weight: 290;
    font-size: 10px;
    text-align: center;
    color: #000000;
}

.signalCon_listD {
    line-height: 28px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    color: #CBCBCB;
    display: flex;
    align-items: center;
    padding: 10px;
    overflow: hidden;
    margin-top: 10px;
}

.luxiang_box {
    margin-bottom: 30px;
    width: 800px;
    border-radius: 5px;
}

.luxiang_box div div {
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 1.313rem;
    color: #000000;
}

.luxiang_box_date {
    text-align: left;
    display: inline-block;
    display: flex;
    padding-left: 20px;
    padding-top: 10px;
}

.recordname_list {
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
    background-color: #fff;
    padding-bottom: 15px;
}

.recordname_list > ul {
    width: 100%;
}

.recordname_list > ul > li {
    width: 48%;
    margin-top: 16px;
    padding: 0 0px;
    display: flex;
    justify-content: left;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    margin-left: 15px;
}

.recordname_list > ul > li > img {
    width: 20px;
    margin-right: 6px;
    filter: grayscale(100%);
}

.recordname_list > ul > li > a {
    font-size: 14px;
    line-height: 21px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000000;
}

.cctv_match_title {
    font-size: 16px;
    font-weight: bold;
    background-color: white;
    height: 31px;
    padding-left: 20px;
    padding-top: 20px;
    margin-bottom: 1px;
}

.cctv_icon {
    background-image: url(/style/img/video_lanqiu.png);
    height: 20px;
    width: 20px;
    background-size: contain;
    position: absolute;
    margin-top: 1px;
}

.cctv_match_title_text {
    padding-left: 24px;
}

.player-box {
    position: relative;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white;
}

.player-box a {
    display: block;
    position: relative;
}

.player-box a::after {
    content: "";
    background-image: url(/style/img/play-btn.png);
    height: 100px;
    width: 100px;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-62%, -50%);
}
.content_box {
    height: auto;
    margin: 0 auto 0;
    position: relative;
}
.content_block_left {
    width: 800px;
    height: auto;
    float: left;
    margin-bottom: 50px;
}
.articles_text_box {
    background: #fff;
    border-radius: 5px 5px 0px 0px;
}
.news_content {
    overflow: hidden;
    background-color: white;
    border-radius: 5px;
}
.articles_text {
    padding: 0 40px 28px;
    font-size: 16px;
    color: #000;
}
.articles_text .title {
    margin-top: 20px;
}
.articles_text .title h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #262626;
}
.articles_text .title time {
    display: block;
    height: 21px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #999999;
    margin-top: 20px;
}
.articles_text p {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 36px;
    color: #262626;
}
.articles_text img {
    display: block;
    margin: 0 auto;
    width: 650px;
    height: 342px;
}
.articles_tag_text ul {
    display: flex;
    flex-wrap: wrap;
}
.articles_tag_text li {
    height: 44px;
    background: #f5f5f5;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 20px 15px 0;
}
.articles_tag_text li a {
    display: block;
    padding: 0 20px;
    height: 21px;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}
.reading_box {
    width: 100%;
    height: auto;
    margin-top: 20px;
    background: #fff;
    float: right;
    border-radius: 5px;
}
.news_content .wenda .header {
    width: 95px;
}

.news_content .header {
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    height: 21px;
    padding: 12px 20px;
    width: 125px;
}
.news_content {
    overflow: hidden;
    background-color: white;
    border-radius: 5px;
}
.image-container .header_container, .pic_content .header_container, .news_content .header_container {
    border-bottom: 1px solid #E1E1E1;
}
.glyphicon-circle-arrow-up {
    position: fixed;
    display: none;
    font-size: 35px;
    right: 8px;
    color: #000;
    bottom: 10px;

}
.glyphicon-circle-arrow-up img {
    width: 50px;
    height: 50px;
}
.base-list_box .ranking_hd {
    display: flex;
    font-size: 14px
}
.base-list_box .ranking_hd span {
    text-align: left;
}
.base-list_box .base-list-ranking_item {
    display: flex;
    font-size: 14px;
    padding-bottom: 10px;
}
.base-list_box .base-list-ranking_item span {
    text-align: left;
}
.base-list_box .base-list-ranking_item a {
    font-size: 14px;
    color: #4388c5;
}
.ranking_tag {
    text-align: center;
    padding: 10px 0;
}


@media screen and (max-width: 1000px) {
    body {
        min-width: unset;
        /* padding-top: 103px; */
    }

    .container {
        width: 100%
    }

    .container-main {
        width: 100%
    }

    .main {
        width: 100%;
        float: none;
        margin-bottom: 0;
    }

    .nba-header {
        height: initial;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        right: 0;
    }

    .nba-header .container {
        overflow: hidden;
    }

    .nba-header_log {
        float: none;
    }

    .nba-header_log a {
        margin: 0;
        padding-left: 15px;
    }

    .nba-header_navbar {
        float: none;
        display: flex;
        padding-left: 0;
        width: unset;
        height: 40px;
        background: #e10000;
    }

    .nba-header_navbar li {
        float: none;
        height: 40px;
        line-height: 40px;
        width: unset;
        flex: 1;
    }

    .nba-header_navbar li a {
        line-height: unset;
    }

    .wrap-box {
        width: 100%;
    }

    .wrap-panel {
        margin-bottom: 10px;
    }

    .wrap-schedule .list .item .align_items {
        display: block;
        margin-right: 10px;
    }

    .wrap-schedule .list > li.item {
        padding: 10px 0;
    }

    .wrap-schedule .list > li.item .rightSingle {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    .wrap-schedule .list > li.item .rightSingle img {
        margin-left: 0;
        margin-right: 10px;
    }

    .wrap-schedule .list .item .align_items .vs {
        margin-left: 10px;
    }

    .wrap-schedule .list .item .date-type {
        display: block;
        flex: 1;
    }

    .wrap-schedule .list .item .signal {
        width: 50%;
        padding: 10px;
    }

    .aside {
        float: none;
        padding-left: 0;
        width: 100%;
    }

    .footer p {
        font-size: .75rem;
        padding: 10px;
    }

    .video_list > ul > li {
        float: none;
        width: 90%;
        margin-top: 5px;
        padding-bottom: 5px;
    }

    .wrap-box.mb-30 {
        margin-bottom: 10px;
    }

    .video_news_list > ul > li > a {
        width: 120px;
        height: 85px;
    }

    .video_news_list > ul > li > a img {
        width: 120px;
        height: 85px;
    }

    .video_news_list > ul > li .detail {
        flex: 1;
        padding: 0;
    }

    .video_news_list > ul > li .detail p > a {
        font-size: 1rem;
    }

    .pagination-base .pagination {
        padding: 10px;
    }

    .pagination-base .pagination > li {
        margin-bottom: 15px;
        margin-right: 10px;
    }

    .pagination-base .pagination li > a {
        font-size: 12px;
        padding: 5px;
    }

    .pagination-base .pagination li.active > a {
        font-size: 12px;
        padding: 5px;
    }

    .team-box {
        width: 100%;
    }

    .team-box_col .team-item {
        display: block;
        text-align: center;
    }

    .team-box_col .team-item .detail {
        padding: 0;
    }

    .wrap-box_table {
        overflow-x: auto;
    }

    .table {
        width: 912px;
    }

    .duibi-box {
        zoom: 80%;
    }

    .luxiang_box {
        width: 100%;
    }

    .recordname_list > ul > li {
        width: 95%;
        float: none;
    }

    .live-info {
        display: block;
        padding: 0;
        margin-top: 15px;
    }

    .live-info .live_address {
        margin-bottom: 10px;
    }

    .signalCon {
        zoom: 85%;
    }

    .icon_signal_new {
        margin: 0;
    }
    .player-box a img {
        width: 95%;
        height: 247px;
    }
    .cctv_match_title {
        height: initial;
    }
    .player-box a::after {
        height: 60px;
        width: 60px;
    }
    .content_block_left {
        width: 100%;
        float: none;
    }
    .articles_text img {
        width: 100%;
        height: unset;
    }
    .articles_text .title h1 {
        font-size: 20px;
        line-height: 30px;
    }
    .articles_text {
        padding: 10px 14px;
        box-sizing: border-box;
    }
}

   /*tab*/
   .warpper{
    display:flex;
    flex-direction: column;
    align-items: center;
  }
  .tab{
    cursor: pointer;
    padding:0.8rem 0.8rem;
    margin:0px 2px;
    background:#0053be;
    display:inline-block;
    color:#fff;
    border-radius:3px 3px 0px 0px;
    box-shadow: 0 0.5rem 0.8rem #00000080;
  }
  .panels{
    background:#fffffff6;
    box-shadow: 0 2rem 2rem #00000080;
    min-height:200px;
    width:95%;
    border-radius:3px;
    overflow:hidden;
    padding:20px;  
  }
  .panelt{
    display:none;
    animation: fadein .8s;
  }
  @keyframes fadein {
      from {
          opacity:0;
      }
      to {
          opacity:1;
      }
  }
  .panel-title{
    font-size:1.5em;
    font-weight:bold
  }
  .radio{
    display:none;
  }
  #one:checked ~ .panels #one-panel,
  #two:checked ~ .panels #two-panel,
  #three:checked ~ .panels #three-panel,
  #four:checked ~ .panels #four-pane{
    display:block
  }
  #one:checked ~ .tabs #one-tab,
  #two:checked ~ .tabs #two-tab,
  #three:checked ~ .tabs #three-tab,
  #four:checked ~ .tabs #four-tab{
    background:#fffffff6;
    color:#000;
    border-top: 3px solid #000;
  }

  
.lc {
    width: 1220px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #ffffff;
    margin-bottom: 10px;
}
.lc .title {
    margin: 30px 0 15px;
    height: 28px;
    text-align: left;
    line-height: 28px;
    font-size: 24px;
    color: #323232;
    font-weight: normal;
}
.lc .items .left {
    text-align: center;
    float: left;
    width: 290px;
    height: 327px;
    color: #fff;
    margin-right: 16px;
}
.lc .items h3 {
    line-height: 50px;
    margin-top: 28px;
    font-size: 22px;
    font-weight: 400;
}
.lc .items p {
    color: #fff;
}
.lc .items p.p1 {
    opacity: .8;
    color: #fff;
    text-align: center;
}
.lc .items p.p2 {
    margin-top: 20px;
    color: #fff;
}
.amount {
    font-size: 40px;
}
.lc .items p.p3 {
    opacity: .8;
    color: #fff;
}
.lc .items p.p4 {
    margin-top: 12px;
    line-height: 50px;
}
.lc .items .btn {
    color: #ff6200;
    background-color: #ffe7d8;
    height: 30px;
    width: 192px;
    transition: color .4s, opacity .4s;
    font-size: 16px;
    line-height: 30px;
    white-space: nowrap;
    vertical-align: middle;
    padding: 6px 12px;
    border: 1px solid transparent;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}
.lc .items .btn:hover {
    opacity: 0.8;
}
.lc .items a {
    transition: color .4s, opacity .4s;
    color: #fff;
}
.lc .items .right {
    float: left;
    position: relative;
    overflow: hidden;
}
.lc .items .right ul li {
    background-color: #fff;
    margin-right: 13px;
    text-align: center;
    float: left;
    width: 290px;
    height: 260px;
    -webkit-transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
}
.lc .items .right ul li h3 a {
    color: #323232;
}
.lc .items .right ul li p.p1 {
    color: #000;
}
.lc .items .right ul li p.p2 {
    color: #ff6825;
}
.lc .items .right ul li p.p3 {
    color: #000;
}
.lc .items .right ul li p.p4 {
    color: #666;
}
.lc .items .right ul li .btn {
    background-color: #000099;
    color: #fff;
}
.lc .items .right ul li .btn.sq {
    background-color: #e6e6e6;
}
.lc .items .right .next, .lc .items .right .prev {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    width: 28px;
    height: 62px;
    line-height: 62px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    background: rgba(0, 0, 0, .2);
    font-family: simsun;
    transition: all ease-in .4s;
}
.lc .items .right .next {
    left: 0px;
}
.lc .items .right .prev {
    right: 0px;
}
.lc .items .right:hover .next {
    opacity: 1;
}
.lc .items .right:hover .prev {
    opacity: 1;
}

.streamer-area{
    background-color: #e8e7e7;
    width: 100%;
}

.streamer-container {
    margin: 0 auto;
    gap: 20px;
    padding: 10px 20px 20px 20px;
}

/* 直播主卡片样式 */
.streamer-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    margin-bottom: 10px;
}

.streamer-card:hover {
    transform: translateY(-5px);
}

/* 大头贴样式 */
.avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
    object-fit: cover;
}

/* 直播主名称 */
.streamer-name {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

/* 直播主描述 */
.streamer-desc {
    font-size: 0.9rem;
    color: #f5a082;
}

/* 主标题样式 */
.section-title {
    width: 100%;
    max-width: 1190px;
    margin: 0 auto 5px auto;
    box-sizing: border-box;
    padding: 10px 0 0 0;
}

.section-title h2 {
    font-size: 2rem; /* 大字体 */
    color: var(--news-text-color); /* 使用鲜艳的颜色吸引注意，例如番茄红 */
    display: inline-block;
    padding: 0px 15px;
    text-transform: uppercase; /* 大写字母 */
    letter-spacing: 2px; /* 增加字母间距 */
    position: relative; 
    margin-left: 20px;
}

/* 标题下面的小装饰条 */
.section-title h2:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    background-color: var(--news-text-before-bg-color); /* 与标题文字相同的颜色 */
    bottom: 0; /* 放置在标题的底部 */
    left: 0;
    transform: translateX(-50%); /* 使下划线居中 */
    border-radius: 2px;
}


.panel-hd {
    display: flex;
    padding-bottom: 0.5rem;
    border-bottom: solid 1px rgb(211, 211, 211);
    height: 30px;
    background-color: #ffffff;
}
.breadcrumb {
    font-size: 0.8rem;
    margin: 0;
    padding: 0;
    margin-left:10px;
}
.breadcrumb > li {
    float: left;
    position: relative;
}
.breadcrumb > li > a, .breadcrumb > li.active, .breadcrumb > li.active > a {
    font-size: 14px;
    line-height: 39px;
    color: #000000!important;
    font-weight: bold;
    padding-right: 15px;
}

    .color9 { color: #999999;}
    .logo_font{ font-size:1.2rem;font-weight: bold;color:#000000;}
    .match_tj{ width: 100%;height: 50px; line-height: 50px; margin: 0 auto; border: 0px solid #a0a0a0; overflow: hidden;}
        .match_tj ul { padding:0; margin: 0;
            list-style-type: none;
            display:-webkit-box;
            display:-webkit-flex;
            display:-ms-flexbox;
            display:flex;
            -webkit-flex-wrap:nowrap;
            -ms-flex-wrap:nowrap;
            flex-wrap:nowrap;
            -webkit-box-pack:justify;
            -webkit-justify-content:space-between;
            -ms-flex-pack:justify;
            justify-content:space-between;
            padding:0;
            overflow:auto;
        }
        .match_tj ul li{list-style: none; float: left; margin-left: 0.2rem;
            -webkit-box-flex:1;
            -webkit-flex:1 0 auto;
            -ms-flex:1 0 auto;
            flex:1 0 auto;
            color:white;
            padding:0 10px;
        }
    .match_tj ul li a{ color: #a0a0a0; font-size: 14px;}

    @media (max-width: 600px){
        .match_tj{ width: 100%;height: 50px; line-height: 50px; margin: 0 auto; border: 0px solid #a0a0a0; overflow: hidden;}
        .match_tj ul { padding:0; margin: 0;
            list-style-type: none;
            display:-webkit-box;
            display:-webkit-flex;
            display:-ms-flexbox;
            display:flex;
            -webkit-flex-wrap:nowrap;
            -ms-flex-wrap:nowrap;
            flex-wrap:nowrap;
            -webkit-box-pack:justify;
            -webkit-justify-content:space-between;
            -ms-flex-pack:justify;
            justify-content:space-between;
            padding:0;
            overflow:auto;
        }
        .match_tj ul li{list-style: none; float: left; margin-left: 0.5rem;
            -webkit-box-flex:1;
            -webkit-flex:1 0 auto;
            -ms-flex:1 0 auto;
            flex:1 0 auto;
            color:white;
            padding:0 10px;
            height: 50px;
            line-height: 50px;
        }
        .match_tj ul li a{ color: #a0a0a0;}
    }