body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,input,select,textarea,div,table,td,th,tr,dt,dd,dl{margin:0;padding:0;}

ul,ol{list-style:none;}

em,i{font-style:normal;display: inline-block;}

table{border-spacing:0;border-collapse:collapse;}

img{border:0;vertical-align:middle;}

input,select{vertical-align:middle;outline: none;}

a:hover{color: #1c969f;text-decoration:none;}
a{color: #333;text-decoration:none;}
a:focus{
    text-decoration: none;
}

/*没有数据*/
.N9G-nj-nothing {
    text-align: center;
    margin: 40px 0px;
    min-height: 200px;
}
.N9G-nj-nothing img {
    width: 100px;
}
.N9G-nj-nothing span {
    display: block;
}

.allbg{
    position: fixed;
    z-index: -99;
    top: 132px;
    height: 553px;
    width: 100%;
    min-width: 950px;
    overflow: hidden;
    background-position: 50% 0;
    background-size: auto 100%;
    background: url("../images/indexbg.png") no-repeat;
}

.mt0{
    margin-top: 0px!important;
}
.mt20{
    margin-top: 20px;
}
.mt30{
    margin-top: 30px;
}
.mt40{
    margin-top: 40px;
}
.mt50{
    margin-top: 50px;
}

.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mb40{
    margin-bottom: 40px;
}
.mb50{
    margin-bottom: 50px;
}

/*地图*/
.N9G-nj-map{
    margin-bottom: 10px;
    opacity: .8;
    padding-left: 24px;
    height: 26px;
    line-height: 26px;
    position: relative;
}
.N9G-nj-map a{
    padding: 0 3px;
}
.N9G-nj-map:before{
    position: absolute;
    content: "";
    width: 18px;
    top: 4px;
    left: 0;
    height: 18px;
    background: url("../images/home.png") no-repeat;
    background-size: 18px;
}

img{border:none;}

body{font-family:'Microsoft YaHei','Arial','Heiti SC';background:#fff;}

.fl{display:block;float:left;}

.fr{display:block;float:right;}

.clear{clear:both;}

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

.mb15{
    margin-bottom: 15px;
}
.mb20{
    margin-bottom: 20px;
}

.N9G-nj-main{
    min-height: 650px;
    position: relative;
}
.box {
    background: #fff;
    border-radius: 0px;
    /*box-shadow: 0 0 10px #e6e6e6;*/
    box-shadow: 1px 1px 10px rgb(229 229 229);
    padding: 20px;
}

.N9G-nj-index_conter{
    width: 1200px;
    margin: 20px auto 0;
}
.N9G-nj-index_con {
    margin-bottom: 20px;
}
.N9G-nj-index_con .N9G-nj-index_left{
    float: left;
    width: 750px;
}
.N9G-nj-index_con .N9G-nj-index_right {
    float: right;
    width: 430px;
    margin-left: 20px;
}
.N9G-nj-index_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
    border-bottom: 1px solid #d3e1e2;
}
.N9G-nj-index_title img{
    width: 150px;
    height: 40px;
}
.N9G-nj-index_title a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #1c969f;
}

/*置顶*/
#N9G-nj-totop {
    height: 40px;
    position: fixed;
    left: 50%;
    margin-left: 620px;
    width: 40px;
    z-index: 9999;
    bottom: 150px;
    border-bottom: 0px;
    border-radius: 5px;
    color: #08c;
    text-align: center;
    line-height: 1;
    display: none;
    cursor: pointer;
    transition: .3s;
}
#N9G-nj-totop i{
    width: 100%;
    height: 100%;
    vertical-align: top;
    background: url(../images/top-arrow.png) no-repeat center;
    background-size: 40px;
}
.N9G-nj-news_live_border{
    background: #fff;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #D3E1E2;
    border-radius: 4px;
}

#page{
	text-align: center;
	padding: 20px 0 40px;
}
#page .pagination{
    margin-top: 40px;
}
#page .pagination li span{
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 0px!important;
	margin-right: 15px;
	padding: 0px;
	border: 1px solid #1c969f;
	background: #1c969f;
	color: #fff;
}
#page .pagination li a{
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 0px!important;
	margin-right: 15px;
	padding: 0px;
	border: 1px solid #f5f5f5;
	color: #666;
}
#page .pagination li.disabled span{
	color: #666;
	border: 1px solid #f5f5f5;
	background: #fff;
}
#page .pagination li:last-child a{
    margin-right: 0px;
}

.N9G-nj-center {
    width: 1200px;
    margin: 0 auto;
}
.N9G-nj-fb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*头部*/
.N9G-nj-header{
    height: 134px;
    margin-bottom: 20px;
    z-index: 999;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
}
.N9G-nj-header-center .N9G-nj-logo{
    height: 78px;
}
.N9G-nj-header-center .N9G-nj-logo img{
    height: 78px;
}
.N9G-nj-header .N9G-nj-header-center {
    /*background: #fff url(../images/bg01.png) no-repeat center/cover;*/
    padding: 19px 0;
    border-top: 1px solid #ededed;
}
.N9G-nj-header-list {
    float: right;
}
.N9G-nj-header-list div {
    display: flex;
    flex-direction: column;
    width: 900px;
    /*height: 60px;*/
    /*margin-top: 20px;*/
    /*margin-bottom: 20px;*/
    justify-content: space-around;
}
.N9G-nj-header-list div ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.N9G-nj-header-list div ul li a {
    height: 32px;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    width: 96px;
    text-align: center;
    display: block;
    line-height: 32px;
    text-decoration: none;
}
.N9G-nj-header-list div ul li:nth-child(n+6) a {
    width: 70px;
}
.N9G-nj-header-list div ul li a:hover {
    background: linear-gradient(90deg,#1c969f,#85d2d9);
    border-radius: 4px;
    color: #fff;
}

footer {
    width: 100%;
    color: #fff;
    padding: 50px 0;
    font-size: 12px;
    background-color: #1F2323;
    text-align: center;
}
footer .center {
    height: 115px;
    padding-top: 20px;
}
footer p{
    color: #fff;
    line-height: 32px;
    font-size: 12px;
}
footer p a {
    color: #fff;
    margin: 0 10px;
    font-weight: 400;
}

/*首页轮播*/
.N9G-nj-public_swiper {
    position: relative;
    border-radius: 3px;
    border: 1px solid #d3e1e2;
    overflow: hidden;
    margin-top: 20px;
}
.N9G-nj-public_swiper .N9G-nj-swiper-container{
    height: 50px!important;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    position: relative;
    background-color: #fff;
    padding-right: 60px;
}
.N9G-nj-public_swiper .swiper-slide {
    height: 50px!important;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
}
.N9G-nj-public_swiper .swiper-slide p {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding-top: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
}
.N9G-nj-public_swiper .swiper-slide.active {
    color: #1c969f;
}
.N9G-nj-public_swiper .swiper-slide.active p:after {
    background: linear-gradient(90deg,#1c969f,#87a7a9);
    bottom: -8px;
}
.N9G-nj-public_swiper .swiper-slide p:after {
    content: "";
    width: 100%;
    height: 6px;
    display: inline-block;
    position: relative;
    background: transparent;
    bottom: -13px;
}
.N9G-nj-public_swiper .N9G-nj-swiper-button-next, .N9G-nj-public_swiper .N9G-nj-swiper-button-prev {
    width: 35px;
    height: 50px;
    background-color: #fff;
    position: absolute;
    top: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.N9G-nj-public_swiper .N9G-nj-swiper-container .N9G-nj-swiper-button-next{
    right: 0px;
}
.N9G-nj-public_swiper .N9G-nj-swiper-container .N9G-nj-swiper-button-prev{
    left: 0px;
}
.N9G-nj-public_swiper .N9G-nj-swiper-container .N9G-nj-swiper-button-next div, .N9G-nj-public_swiper .N9G-nj-swiper-container .N9G-nj-swiper-button-prev div {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: .95;
    transition: opacity .3s;
    display: flex;
    align-items: center;
    z-index: 999;
}
.N9G-nj-public_swiper .N9G-nj-swiper-container .N9G-nj-swiper-button-next s, .N9G-nj-public_swiper .N9G-nj-swiper-container .N9G-nj-swiper-button-prev s {
    display: inline-block;
    margin: 0 auto;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #1c969f;
    border-right: 2px solid #1c969f;
}
.N9G-nj-public_swiper .N9G-nj-swiper-container .N9G-nj-swiper-button-next s {
    transform: rotate(-45deg);
    margin-left: 9px;
}
.N9G-nj-public_swiper .N9G-nj-swiper-container .N9G-nj-swiper-button-prev s {
    transform: rotate(135deg);
    margin-right: 9px;
}

/*直播列表*/
.N9G-nj-match_tab {
    min-height: 600px;
    padding: 0 17px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #d3e1e2;
}
.N9G-nj-index_match_list .N9G-nj-hotmatch {
    padding: 17px;
    border-bottom: 1px solid #d3e1e2;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.N9G-nj-index_match_list .N9G-nj-hotmatch  a.N9G-nj-items-center {
    float: left;
    width: 814px;
}
.N9G-nj-index_match_list .N9G-nj-hotmatch  a.N9G-nj-items-center > p {
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
}
.N9G-nj-index_match_list .N9G-nj-hotmatch .N9G-nj-status.N9G-nj-live span {
    background: linear-gradient(90deg, #ff2f2f, #dda1a1);
}
.N9G-nj-index_match_list .N9G-nj-hotmatch .N9G-nj-status.N9G-nj-prelive span {
    background: linear-gradient(90deg,#929292,#c1c1c1);
}
.N9G-nj-index_match_list .N9G-nj-hotmatch .N9G-nj-status {
    float: left;
    margin-right: 20px;
}
.N9G-nj-index_match_list .N9G-nj-hotmatch .N9G-nj-status span {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    width: 80px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 3px;
}
.N9G-nj-index_match_list .N9G-nj-hotmatch .N9G-nj-time {
    float: left;
    font-size: 16px;
    margin-right: 20px;
}
.N9G-nj-index_match_list .N9G-nj-hotmatch .N9G-nj-cate {
    float: left;
    margin-right: 10px;
    width: 100px;
}
.N9G-nj-index_match_list .N9G-nj-hotmatch .N9G-nj-team1 {
    float: left;
    text-align: right;
    margin-right: 10px;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.N9G-nj-index_match_list .N9G-nj-hotmatch .N9G-nj-team1logo {
    width: 24px;
    float: left;
    margin-right: 10px;
}
.N9G-nj-index_match_list .N9G-nj-hotmatch .N9G-nj-team1logo img {
    width: 24px;
    vertical-align: middle;
}
.N9G-nj-index_match_list .N9G-nj-hotmatch .N9G-nj-team1num {
    margin-right: 2px;
    float: left;
    width: 30px;
    background: #F5F5F5;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}
.N9G-nj-index_match_list .N9G-nj-hotmatch .N9G-nj-fh {
    margin-right: 2px;
    float: left;
    width: 5px;
    text-align: center;
}
.N9G-nj-index_match_list .N9G-nj-hotmatch .N9G-nj-team2num {
    margin-right: 10px;
    float: left;
    width: 30px;
    background: #F5F5F5;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}
.N9G-nj-index_match_list .N9G-nj-hotmatch .N9G-nj-team2logo {
    margin-right: 10px;
    float: left;
    width: 24px;
}
.N9G-nj-index_match_list .N9G-nj-hotmatch .N9G-nj-team2logo img {
    width: 24px;
    vertical-align: middle;
}
.N9G-nj-index_match_list .N9G-nj-hotmatch .N9G-nj-team2 {
    float: left;
    margin-right: 10px;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.N9G-nj-index_match_list .N9G-nj-hotmatch .N9G-nj-items-box {
    position: relative;
    float: right;
    width: 320px;
}
.N9G-nj-index_match_list .N9G-nj-hotmatch .N9G-nj-items-top, .N9G-nj-index_match_list .N9G-nj-hotmatch .N9G-nj-items-top p {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}
.N9G-nj-index_match_list .N9G-nj-hotmatch .N9G-nj-items-top p:first-child {
    font-size: 16px;
}
.N9G-nj-index_match_list .N9G-nj-hotmatch .N9G-nj-items-top p {
    color: #000;
    justify-content: center;
}
.N9G-nj-index_match_list .N9G-nj-hotmatch .N9G-nj-items-top p:first-child:before {
    content: "";
    width: 20px;
    height: 26px;
    background: url(../images/live_icon.png) no-repeat;
    background-position: 50%;
    background-size: 20px 20px;
    margin-right: 3px;
}
.N9G-nj-index_match_list .N9G-nj-hotmatch .N9G-nj-items-btm {
    float: left;
}
.N9G-nj-index_match_list .N9G-nj-hotmatch .N9G-nj-items-btm p {
    color: #1c969f;
    font-size: 16px;
    line-height: 26px;
    border-bottom: 1px solid #1c969f;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    float: left;
    margin-right: 10px;
}
.N9G-nj-index_match_list .N9G-nj-hotmatch .N9G-nj-items-box .N9G-nj-more {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    cursor: pointer;
    float: left;
}
.N9G-nj-index_match_list .N9G-nj-hotmatch .N9G-nj-items-box .N9G-nj-more:after {
    content: "";
    width: 23px;
    height: 26px;
    background: url(../images/chevron-down.png) no-repeat;
    background-position: 50%;
    background-size: 12px 7px;
}

.N9G-nj-index_more_match {
    background-color: #fff;
    color: #1c969f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    margin-top: 16px;
    height: 44px;
    border-radius: 3px;
    border: 1px solid #1c969f;
    transition: .3s;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
}
.N9G-nj-index_more_match:hover {
    background-color: #1c969f;
    color: #fff;
}

/*首页录像*/
.N9G-nj-index_video_box{
    display: flex;
    justify-content: space-between;
}
.N9G-nj-index_video {
    width: 365px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #EEEEEE;
}
.N9G-nj-index_video .N9G-nj-index_video_title {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.N9G-nj-index_video .N9G-nj-index_video_title a {
    position: absolute;
    color: #fff;
    right: 20px;
    font-size: 14px;
    cursor: pointer;
}
.N9G-nj-index_video .N9G-nj-index_video_con .N9G-nj-index_video_list {
    padding-left: 16px;
    padding-right: 16px;
}
.N9G-nj-index_video .N9G-nj-index_video_con .N9G-nj-index_video_list li{
    height: 48px;
    display: flex;
    align-items: center;
    font-size: 16px;
    border-bottom: 1px solid #D3E1E2;
}
.N9G-nj-index_video .N9G-nj-index_video_con .N9G-nj-index_video_list li:last-child{
    border: 0px;
}
.N9G-nj-index_video .N9G-nj-index_video_con .N9G-nj-index_video_list li a {
    display: flex;
}
.N9G-nj-index_video .N9G-nj-index_video_con .N9G-nj-index_video_list li .N9G-nj-icon {
    background: url(../images/mini_video_icon.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.N9G-nj-index_video .N9G-nj-index_video_con .N9G-nj-index_video_list a span {
    width: 282px;
    overflow-wrap: break-word;
    word-break: keep-all;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.N9G-nj-index_right {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #EEEEEE;
}
.N9G-nj-index_right .N9G-nj-index_rank_tab {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D3E1E2;
    padding: 0 16px;
}
.N9G-nj-index_right .N9G-nj-index_rank_tab img{
    width: 122px;
    height: 30px;
}
.N9G-nj-index_right .N9G-nj-index_rank_tab ul {
    display: flex;
}
.N9G-nj-index_right .N9G-nj-index_rank_tab ul li:first-child {
    border-radius: 4px 0px 0px 4px;
}
.N9G-nj-index_right .N9G-nj-index_rank_tab ul li:last-child {
    border-radius: 0px 4px 4px 0px;
}
.N9G-nj-index_right .N9G-nj-index_rank_tab ul li {
    width: 100px;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #1c969f;
    text-align: center;
    color: #1c969f;
    cursor: pointer;
}
.N9G-nj-index_right .N9G-nj-index_rank_tab ul .active {
    background: #1c969f;
    color: #fff;
}
.N9G-nj-index_right .N9G-nj-index_rank_table table, .N9G-nj-index_right .N9G-nj-index_rank_table table {
    width: 100%;
}
.N9G-nj-index_right .N9G-nj-index_rank_table tr:first-child, .N9G-nj-index_right .N9G-nj-index_rank_table tr.group {
    height: 30px;
    width: 100%;
    background: #F8F8F8;
    color: #999999;
    font-family: Microsoft YaHei;
    font-size: 14px;
}
.N9G-nj-index_right .N9G-nj-index_rank_table tr th:first-child, .N9G-nj-index_right .N9G-nj-index_rank_table tr td:first-child, .N9G-nj-index_right .N9G-nj-index_rank_table tr th:first-child, .N9G-nj-index_right .N9G-nj-index_rank_table tr td:first-child {
    min-width: 200px;
    text-align: left;
    padding-left: 20px;
}
.N9G-nj-index_right .N9G-nj-index_rank_table tr:first-child th, .N9G-nj-index_right .N9G-nj-index_rank_table tr:first-child th {
    font-size: 14px;
    font-weight: bold;
}
.N9G-nj-index_right .N9G-nj-index_rank_table tr th:nth-child(n+2), .N9G-nj-index_right .N9G-nj-index_rank_table tr td:nth-child(n+2), .N9G-nj-index_right .N9G-nj-index_rank_table tr th:nth-child(n+2), .N9G-nj-index_right .N9G-nj-index_rank_table tr td:nth-child(n+2) {
    width: 80px;
    text-align: center;
}
.N9G-nj-index_right .N9G-nj-index_rank_table tr {
    font-size: 14px;
}
.N9G-nj-index_right .N9G-nj-index_rank_table tr:not(:first-child) td:first-child, .N9G-nj-index_right .N9G-nj-index_rank_table tr:not(:first-child) td:first-child {
    display: flex;
    align-items: center;
}
.N9G-nj-index_right .N9G-nj-index_rank_table tr:not(:first-child) td, .N9G-nj-index_right .N9G-nj-index_rank_table tr:not(:first-child) td {
    padding-top: 10.5px;
    padding-bottom: 10.5px;
    font-size: 16px;
}
.N9G-nj-index_right .N9G-nj-index_rank_table tr:not(:first-child) td:first-child span:first-child, .N9G-nj-index_right .N9G-nj-index_rank_table tr:not(:first-child) td:first-child span:first-child {
    width: 24px;
    height: 24px;
    background: #CCCCCC;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
}
.N9G-nj-index_right .N9G-nj-index_rank_table tr:nth-child(2) td:first-child span:first-child, .sport_rank .tocr_block_table tr:nth-child(2) td:first-child span:first-child, .sport_rank .tocr_block_table tr td#rank-1 span:first-child {
    background: #FF3131;
}
.N9G-nj-index_right .N9G-nj-index_rank_table tr:nth-child(3) td:first-child span:first-child, .sport_rank .tocr_block_table tr:nth-child(3) td:first-child span:first-child, .sport_rank .tocr_block_table tr td#rank-2 span:first-child {
    background: #FF8331;
}
.N9G-nj-index_right .N9G-nj-index_rank_table tr:nth-child(4) td:first-child span:first-child, .sport_rank .tocr_block_table tr:nth-child(4) td:first-child span:first-child, .sport_rank .tocr_block_table tr td#rank-3 span:first-child {
    background: #FCCE35;
}
.N9G-nj-index_right .N9G-nj-index_rank_table tr:not(:first-child) td:first-child img, .N9G-nj-index_right .N9G-nj-index_rank_table tr:not(:first-child) td:first-child img {
    width: 24px;
    height: 24px;
    margin-left: 12px;
    margin-right: 10px;
}

/*首页热门资讯*/
.N9G-nj-index_hotnews {
    background-color: #fff;
    border: 1px solid #d3e1e2;
    margin-top: 20px;
    border-radius: 3px;
}
.N9G-nj-index_hotnewsdata {
    padding: 20px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill,max(221px));
    grid-gap: 13px;
    box-sizing: border-box;
}
.N9G-nj-index_hotnewsdata>a {
    border: 1px solid #eaeaea;
}
.N9G-nj-index_hotnewsdata>a img{
    width: 100%;
    height: 130px;
}
.N9G-nj-index_hotnewsdata>a>div {
    padding: 10px;
}
.N9G-nj-index_hotnewsdata .N9G-nj-index_list_tit{
    font-size: 16px;
    color: #333;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
.N9G-nj-index_hotnewsdata>a>div>div {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.N9G-nj-index_hotnewsdata>a>div>div>p {
    color: #999;
    font-size: 12px;
}

/*产品*/
.N9G-nj-index_product {
    align-items: flex-start;
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 18px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #d3e1e2;
}
.N9G-nj-index_productitem {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
}
.N9G-nj-index_productitem>div {
    width: 100%;
}
.N9G-nj-index_productitem .N9G-nj-sub_title {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-top: 22px;
}
.N9G-nj-index_productitem .N9G-nj-item_content {
    display: grid;
    grid-template-columns: repeat(6,calc(calc(100% - 100px) / 6));
    padding: 16px 0;
    width: 100%;
    grid-gap: 20px;
}
.N9G-nj-index_productitem.N9G-nj-channel .N9G-nj-item_content a{
    grid-template-columns:  unset;
}
.N9G-nj-index_productitem .N9G-nj-item_content a {
    display: grid;
    grid-template-columns: 40px calc(100% - 50px);
    align-items: center;
    grid-gap: 10px;
    width: 100%;
    height: 60px;
    border-radius: 5px 5px 0 0;
    padding: 5px 10px;
    border: 1px solid #eee;
    border-bottom: 5px solid #d3e1e2;
    box-sizing: border-box;
    transition: .3s;
}
.N9G-nj-index_productitem .N9G-nj-item_content a:hover{
    border-bottom: 5px solid #1c969f;
}

.N9G-nj-index_productitem .N9G-nj-item_content a >span {
    color: transparent;
    display: inline-block;
    height: 40px;
    width: 40px;
}
.N9G-nj-index_productitem .N9G-nj-item_content a >span img{
    width: 40px;
    height: 40px;
}
.N9G-nj-index_productitem .N9G-nj-item_content p {
    font-size: 16px;
    color: #000;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*首页足球新闻*/
.N9G-nj-home_zuqiu_wrap {
    margin-top: 20px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #EEEEEE;
}
.N9G-nj-home_zuqiu_wrap .N9G-nj-home_zuqiu_wrap_title {
    border-bottom: 1px solid #D3E1E2;
    height: 55px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.N9G-nj-home_zuqiu_wrap .N9G-nj-home_zuqiu_wrap_title .N9G-nj-childbtn_wrap {
    width: 380px;
    display: flex;
    justify-content: flex-end;
    margin-left: 20px;
}
.N9G-nj-home_zuqiu_wrap .N9G-nj-home_zuqiu_wrap_title .N9G-nj-childbtn_wrap .N9G-nj-link_btn {
    width: 100px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #D3E1E2;
    border-radius: 42px;
    text-align: center;
    font-size: 14px;
    color: #999999;
    cursor: pointer;
    margin-left: 20px;
}
.N9G-nj-home_zuqiu_wrap .N9G-nj-home_zuqiu_wrap_title .N9G-nj-childbtn_wrap .N9G-nj-link_btn:hover {
    background: #1c969f;
    color: #fff;
    font-weight: bold;
}
.N9G-nj-home_zuqiu_wrap .N9G-nj-home_zuqiu_content {
    padding: 20px 16px;
}
.N9G-nj-home_zuqiu_wrap .N9G-nj-home_zuqiu_content .N9G-nj-home_news_list, .N9G-nj-home_zuqiu_wrap .N9G-nj-home_zuqiu_content  .N9G-nj-home_match_list {
    display: flex;
    justify-content: space-between;
}
.N9G-nj-home_zuqiu_wrap .N9G-nj-home_zuqiu_content .N9G-nj-home_news_list .N9G-nj-ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.N9G-nj-home_zuqiu_wrap .N9G-nj-home_zuqiu_content .N9G-nj-home_news_list .N9G-nj-ul li {
    margin-bottom: 16px;
    font-size: 14px;
    color: #030303;
    width: 271px;
    margin-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 16px;
    color: #030303;
    width: 271px;
    margin-left: 27px;
}
.N9G-nj-home_zuqiu_wrap .N9G-nj-home_zuqiu_content .N9G-nj-home_news_list .N9G-nj-ul li:nth-child(4n+1){
    margin-left: 0px;
}
.N9G-nj-home_zuqiu_wrap .N9G-nj-home_zuqiu_content .N9G-nj-home_news_list .N9G-nj-ul li:nth-child(-n+4) {
    font-size: 16px;
    font-weight: bold;
}
.N9G-nj-home_zuqiu_wrap .N9G-nj-home_zuqiu_content .N9G-nj-home_match_list .N9G-nj-match_item {
    width: 268px;
    margin-top: 4px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #EEEEEE;
}
.N9G-nj-home_zuqiu_wrap .N9G-nj-home_zuqiu_content .N9G-nj-home_match_list .N9G-nj-match_item:hover{
    color: unset;
}
.N9G-nj-home_zuqiu_wrap .N9G-nj-home_match_list .N9G-nj-match_item .N9G-nj-match_time {
    display: flex;
    height: 39px;
    background: linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, #F5F5F5 100%);
    align-items: center;
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
}
.N9G-nj-home_zuqiu_wrap .N9G-nj-home_match_list .N9G-nj-match_item .N9G-nj-match_time p {
    font-size: 14px;
}
.N9G-nj-home_zuqiu_wrap .N9G-nj-home_match_list .N9G-nj-match_item .N9G-nj-match_info_box {
    padding: 6px 16px 17px;
}
.N9G-nj-home_zuqiu_wrap .N9G-nj-home_match_list .N9G-nj-match_item .N9G-nj-match_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.N9G-nj-home_zuqiu_wrap .N9G-nj-home_match_list .N9G-nj-match_item .N9G-nj-match_info:last-child{
    margin-bottom: 0;
}
.N9G-nj-home_zuqiu_wrap .N9G-nj-home_match_list .N9G-nj-match_item .N9G-nj-match_info .N9G-nj-match_info_name {
    display: flex;
    align-items: center;
}
.N9G-nj-home_zuqiu_wrap .N9G-nj-home_match_list .N9G-nj-match_item .N9G-nj-match_info img {
    height: 24px;
    width: 24px;
    margin-right: 10px;
}
.N9G-nj-home_zuqiu_wrap .N9G-nj-home_match_list .N9G-nj-match_item .N9G-nj-match_info .N9G-nj-match_info_name p {
    font-size: 16px;
    font-weight: 400;
}
.N9G-nj-home_zuqiu_wrap .N9G-nj-home_match_list .N9G-nj-match_item .N9G-nj-match_info  p {
    font-size: 18px;
    font-weight: bold;
}

/*资讯列表*/
.N9G-nj-all_news_list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
.N9G-nj-all_news_item {
    width: 590px;
    background: #FFFFFF;
    border: 1px solid #D3E1E2;
    border-radius: 4px;
}
.N9G-nj-all_news_item .N9G-nj-all_news_item_tit {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    box-sizing: border-box;
    background-color: #1c969f;
    color: #37003C;
}
.N9G-nj-all_news_item .N9G-nj-all_news_item_tit .N9G-nj-title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 24px;
    display: flex;
    align-items: center;
}
.N9G-nj-all_news_item .N9G-nj-all_news_item_tit .N9G-nj-more {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #37003C;
    line-height: 19px;
}
.N9G-nj-all_news_item .N9G-nj-all_news_item_list {
    padding: 14px 20px;
}
.N9G-nj-all_news_item .N9G-nj-all_news_item_list > div {
    padding-bottom: 14px;
    background: #F8F8F8;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    height: 48px;
    display: flex;
    align-items: center;
    padding: 14px 16px;
    box-sizing: border-box;
    margin-bottom: 14px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #000000;
}
.N9G-nj-all_news_item .N9G-nj-all_news_item_list > div:hover {
    border: 2px solid #1c969f;
}
.N9G-nj-all_news_item .N9G-nj-all_news_item_list > div a{
    display: flex;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.N9G-nj-all_news_item .N9G-nj-all_news_item_list > div img {
    width: 21px;
    height: 21px;
    margin-right: 6px;
}

/*资讯热门球队*/
.N9G-nj-bg_top{
    height: 20px;
    /*background-image: linear-gradient(180deg,hsla(0,0%,100%,0),#eee);*/
}

.N9G-nj-news_team_con {
    margin-top: 20px;
    align-items: center;
}
.N9G-nj-news_team_box {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.N9G-nj-news_team_box .N9G-nj-items_list{
    align-items: center;
    justify-content: space-between;
    width: 100%;
    display: flex;
}
.N9G-nj-news_team_box .N9G-nj-items_list span{
    color: transparent;
    display: inline-block;
}

.N9G-nj-team_swiper {
    position: relative;
    border-radius: 3px;
    margin-top: 20px;
}
.N9G-nj-team_swiper .N9G-nj-swiper-container{
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    position: relative;
    background-color: #fff;
}
.N9G-nj-team_swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.N9G-nj-team_swiper .swiper-slide a > div.N9G-nj-team {
    flex-direction: column;
    display: flex;
}
.N9G-nj-team_swiper .swiper-slide a > div.N9G-nj-team .N9G-nj-img {
    align-items: center;
    border-radius: 9999px;
    height: 86px;
    display: flex;
    justify-content: center;
    background: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #999;
    width: 86px;
}
.N9G-nj-team_swiper .swiper-slide a > div.N9G-nj-team .N9G-nj-img span {
    color: transparent;
    display: inline-block;
    height: 56px;
    width: 56px;
}
.N9G-nj-team_swiper .swiper-slide a > div.N9G-nj-team .N9G-nj-img span img {
    height: 56px;
    width: 56px;
}
.N9G-nj-team_swiper .swiper-slide a > div.N9G-nj-team p {
    color: #666;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 4px;
    width: 86px;
}
.N9G-nj-team_swiper .N9G-nj-swiper-button-next, .N9G-nj-team_swiper .N9G-nj-swiper-button-prev {
    width: 19px;
    height: 47px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
}
.N9G-nj-team_swiper .N9G-nj-swiper-button-next{
    right: -40px;
}
.N9G-nj-team_swiper .N9G-nj-swiper-button-prev{
    left: -40px;
}
.N9G-nj-team_swiper .N9G-nj-swiper-container .N9G-nj-swiper-button-next div, .N9G-nj-team_swiper .N9G-nj-swiper-container .N9G-nj-swiper-button-prev div {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: .95;
    transition: opacity .3s;
    display: flex;
    align-items: center;
}
.N9G-nj-team_swiper .N9G-nj-swiper-button-next s, .N9G-nj-team_swiper .N9G-nj-swiper-button-prev s {
    display: inline-block;
    margin: 0 auto;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #ccc;
    border-right: 2px solid #ccc;
}
.N9G-nj-team_swiper .N9G-nj-swiper-button-next s {
    transform: rotate(-45deg);
    margin-left: -2px;
}
.N9G-nj-team_swiper .N9G-nj-swiper-button-prev s {
    transform: rotate(135deg);
    margin-right: -2px;
}

/*直播tab*/
.N9G-nj-live_content .N9G-nj-index_match_list .N9G-nj-hotmatch{
    padding: 17px 0;
}
.N9G-nj-live_content .N9G-nj-index_match_list .N9G-nj-hotmatch a.N9G-nj-items-center{
    width: 700px;
}
.N9G-nj-live_content .N9G-nj-index_match_list .N9G-nj-hotmatch .N9G-nj-team1{
    width: 120px;
}
.N9G-nj-live_content .N9G-nj-index_match_list .N9G-nj-hotmatch .N9G-nj-team2{
    width: 120px;
}
.N9G-nj-live_content .N9G-nj-index_match_list .N9G-nj-hotmatch .N9G-nj-cate{
    width: 120px;
}

.N9G-nj-live_content{
    /*min-height: 725px;*/
    background: #fff;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #D3E1E2;
    border-radius: 4px;
}
.N9G-nj-live_con_tab {
    display: flex;
    justify-content: center;
    height: 40px;
}
.N9G-nj-live_con_tab li {
    float: left;
}
.N9G-nj-live_con_tab li a {
    display: block;
    width: 200px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    color: #1c969f;
    border: 1px solid #1c969f;
    background: #ffffff;
    height: 40px;
    line-height: 40px;
}
.N9G-nj-live_con_tab li:first-child a {
    border-radius: 4px 0px 0px 4px;
}
.N9G-nj-live_con_tab li:last-child a {
    border-radius: 0px 4px 4px 0px;
}
.N9G-nj-live_con_tab li a.active {
    background: #1c969f;
    color: #fff;
}
.N9G-nj-data_conten {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    justify-content: center;
}
.N9G-nj-data_conten a {
    position: relative;
    border: 1px solid #D3E1E2;
    border-radius: 4px;
    width: 100px;
    height: 64px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFF;
    margin-left: 4px;
}
.N9G-nj-data_conten a:first-child{
    margin-left: 0px;
}
.N9G-nj-data_conten a.on i, .N9G-nj-data_conten a:hover i {
    display: inline-block;
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #1c969f;
    border-radius: 0px 0px 2px 2px;
}
.N9G-nj-data_conten a.on {
    color: #1c969f;
    font-weight: bold;
    border: 1px solid #1c969f;
    position: relative;
}
.N9G-nj-index_match_list h6{
    display: flex;
    height: 24px;
    line-height: 24px;
    align-items: center;
    margin: 10px 0px 20px 10px;
    color: #666666;
    padding-left: 4px;
    width: 100px;
    color: #999;
    font-weight: 400;
    line-height: 24px;
    background: linear-gradient( 270deg, rgba(255, 255, 255, 0) 0%, #EEEEEE 100%);
}
.N9G-nj-index_match_list h6 time{
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    color: #999999;
}
.N9G-nj-index_match_list .N9G-nj-hotmatch .N9G-nj-action_btns {
    display: flex;
    align-items: center;
}
.N9G-nj-index_match_list .N9G-nj-hotmatch .N9G-nj-action_btns a {
    padding: 0 16px;
    height: 36px;
    line-height: 36px;
    background: #FFFFFF;
    border: 1px solid #D3E1E2;
    opacity: 1;
    border-radius: 4px;
    margin: 0 10px;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #999999;
}
.N9G-nj-index_match_list .N9G-nj-hotmatch .N9G-nj-action_btns a:first-child {
    margin-left: 35px;
}
.N9G-nj-index_match_list .N9G-nj-hotmatch .N9G-nj-action_btns a:hover, .N9G-nj-index_match_list .N9G-nj-hotmatch .N9G-nj-action_btns a.active {
    background-color: #1c969f;
    border-color: transparent;
    color: #fff;
}
.N9G-nj-index_match_list .N9G-nj-hotmatch .N9G-nj-action_btns a:last-child {
    margin-right: 0;
}

/*直播详情*/
.N9G-nj-match_bg {
    height: 280px;
    background: linear-gradient(90deg,#292e2e 18.8%,#1c969f 49.96%,#292e2e 81.5%);
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    z-index: -1;
}
.N9G-nj-match_bg .N9G-nj-match_bg_wrapper{
    width: 1200px;
    margin: 0 auto;
}
.N9G-nj-match_bg .N9G-nj-match_bg_wrapper .N9G-nj-match_bg_container {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 0;
    width: 1200px;
}
.N9G-nj-score_box .N9G-nj-score_top {
    display: flex;
    justify-content: space-between;
    flex: 1;
    color: white;
    padding-top: 30px;
}
.N9G-nj-score_name_left {
    display: flex;
    align-items: center;
    flex: 1;
}
.N9G-nj-score_name_right .N9G-nj-img, .N9G-nj-score_name_left .N9G-nj-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.N9G-nj-score_name_right .N9G-nj-img img, .N9G-nj-score_name_left .N9G-nj-img img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}
.N9G-nj-score_name_left h1 {
    height: 26px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 26px;
    color: #FFFFFF;
}
.N9G-nj-score_name {
    text-align: center;
}
.N9G-nj-cate_name {
    height: 38px;
    line-height: 28px;
    border: 1px solid #FFFFFF;
    border-radius: 18px;
    padding: 4px 27px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.N9G-nj-match_score {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0;
    height: 39px;
    padding: 0 12px;
}
.N9G-nj-match_score div {
    width: 80px;
    font-size: 32px;
    font-family: DIN;
    font-weight: bold;
    line-height: 39px;
    color: #FFFFFF;
}
.N9G-nj-match_status {
    height: 36px;
    background: #FFFFFF;
    border-radius: 18px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 36px;
    width: 140px;
    margin: auto;
    color: #1c969f;
}
.N9G-nj-match_status.N9G-nj-live {
    color: #FF2727;
}
.N9G-nj-score_name_left.N9G-nj-score_name_right {
    flex-direction: row-reverse;
}
.N9G-nj-score_name_left.N9G-nj-score_name_right .N9G-nj-img {
    margin-left: 20px;
    margin-right: 0px;
}
.N9G-nj-score_name_left .N9G-nj-img {
    margin-right: 20px;
}
.N9G-nj-signal {
    background: #FFFFFF;
    border: 1px solid #D3E1E2;
    border-radius: 4px;
    margin-top: 35px;
    margin-bottom: 20px;
}
.N9G-nj-signal .N9G-nj-signa {
    padding: 10px 16px;
    border-bottom: 1px solid #D3E1E2;
}
.N9G-nj-signal .N9G-nj-signalCon {
    /* display: flex; */
    overflow: hidden;
}
.N9G-nj-signal .N9G-nj-signalCon_listD, .N9G-nj-signal .N9G-nj-signalCon_list {
    min-width: 160px;
    width: auto;
    height: 64px;
    font-size: 16px;
    color: #333;
    padding: 10px;
    border: 2px solid #D3E1E2;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 16px;
    margin-right: 0;
    float: left;
}
.N9G-nj-signal .N9G-nj-signalCon_list {
    flex-direction: column;
}
.N9G-nj-signal .N9G-nj-signalCon_list h5 {
    font-size: 16px;
    text-align: center;
}
.N9G-nj-signal .N9G-nj-signalCon_list p {
    font-size: 12px;
    color: #999;
    margin-top: 7px;
}
.N9G-nj-signal .N9G-nj-signalCon_list:hover {
    border: 2px solid #1c969f;
    color: #1c969f;
}

/*通用左右布局*/
.N9G-nj-all_wrapper{
    display: flex;
    /*margin: 20px 0;*/
}
.N9G-nj-all_wrapper .N9G-nj-all_left {
    width: 800px;
    background: #FFFFFF;
    border: 1px solid #D3E1E2;
    border-radius: 4px;
    height: -moz-fit-content;
}
.N9G-nj-all_wrapper .N9G-nj-all_right {
    margin-left: 20px;
    width: 380px;
}
.N9G-nj-fixsco_block_nav ul{
    display: flex;
    border-bottom: 1px solid #D3E1E2;
    height: 58px;
    box-sizing: border-box;
}
.N9G-nj-fixsco_tab.active {
    position: relative;
}
.N9G-nj-fixsco_tab {
    margin: 18px 28px;
    margin-bottom: 0;
}
.N9G-nj-fixsco_tab a {
    height: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 21px;
    color: #999999;
    cursor: pointer;
}
.N9G-nj-fixsco_tab.active a {
    color: #1c969f;
}
.N9G-nj-fixsco_tab.active:after {
    content: "";
    background: linear-gradient(90deg,#1c969f,#92e5eb);
    display: block;
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.N9G-nj-fixsco_tab_content {
    padding: 20px 16px;
}
.N9G-nj-fixsco_tab_content p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
}
.N9G-nj-fixsco_tab_content p:last-child {
    margin-top: 20px;
}
.N9G-nj-fixsco_tab_content p a {
    margin-right: 10px;
}
.N9G-nj-fixsco_tab_content ul li {
    height: 48px;
    line-height: 48px;
    border: 1px solid #D3E1E2;
    padding: 0 20px;
    margin-bottom: 16px;
    color: #292E2E;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.N9G-nj-fixsco_tab_content ul li:last-of-type {
    margin-bottom: 0;
}
.N9G-nj-fixsco_tab_content ul li:hover {
    border-color: #1c969f;
}
.N9G-nj-fixsco_tab_content ul li a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
}

.N9G-nj-fixsco_table {
    padding: 20px 0;
    border-bottom: 1px dashed #D3E1E2;
}
.N9G-nj-fixsco_table:first-of-type {
    padding-top: 0;
}
.N9G-nj-fixsco_table table {
    border: 1px solid #D3E1E2;
    border-bottom: 0;
}
.N9G-nj-fixsco_table table tr th:first-child {
    font-weight: bold;
    color: #1c969f;
}
.N9G-nj-fixsco_table table tr th {
    padding: 8px 16px;
    background: #F8F8F8;
    border-bottom: 1px solid #D3E1E2;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #292E2E;
}
.N9G-nj-fixsco_table table tr td {
    padding: 16px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #292E2E;
    border-bottom: 1px solid #D3E1E2;
}
.N9G-nj-fixsco_table table tr td.N9G-nj-score {
    text-align: left;
}

.N9G-nj-public_block {
    background-color: #fff;
    border: 1px solid #D3E1E2;
    border-radius: 4px;
    margin-bottom: 20px;
}
.N9G-nj-public_block .N9G-nj-public_block_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    height: 56px;
    box-sizing: border-box;
    border-bottom: 1px solid #D3E1E2;
}
.N9G-nj-public_block .N9G-nj-block_title {
    display: flex;
    align-items: center;
}
.N9G-nj-public_block .N9G-nj-block_title img {
    margin-right: 5px;
}
.N9G-nj-public_block .N9G-nj-block_title h1,.N9G-nj-public_block .N9G-nj-block_title h2 {
    height: 24px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 24px;
    color: #292E2E;
}
.N9G-nj-public_block .N9G-nj-block_title h4 {
    height: 24px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 24px;
    color: #292E2E;
}
.N9G-nj-public_block .N9G-nj-public_block_title .N9G-nj-view_more {
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #999999;
}

.N9G-nj-public_block .N9G-nj-hot_video_con {
    padding: 16px;
}
.N9G-nj-public_block .N9G-nj-hot_video_con ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}
.N9G-nj-public_block .N9G-nj-hot_video_con ul li img {
    margin-right: 6px;
    width: 21px;
    height: 21px;
    margin-top: 1px;
}
.N9G-nj-public_block .N9G-nj-hot_video_con ul li a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.N9G-nj-public_block .N9G-nj-hot_video_con ul li a:hover{
    color: #1c969f;
}

/*赛事首页*/
.N9G-nj-saishi_tab{
    background: #fff;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #d3e1e2;
    padding: 0 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.N9G-nj-saishi_tab > div {
    width: 370px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.N9G-nj-saishi_tab .N9G-nj-saishi_tab_img img{
    color: transparent;
    display: inline-block;
    height: 36px;
    width: auto;
}
.N9G-nj-saishi_tab .N9G-nj-saishi_tab_img span {
    font-size: 16px;
    font-weight: 700;
    color: #1c969f;
    margin-left: 10px;
}
.N9G-nj-saishi_tab .N9G-nj-saishi_item{
    gap: 60px;
    width: 735px;
}
.N9G-nj-saishi_tab .N9G-nj-saishi_item a {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    color: #999;
}
.N9G-nj-saishi_tab .N9G-nj-saishi_item a.active {
    color: #1c969f;
}
.N9G-nj-saishi_tab .N9G-nj-saishi_item a.active:after {
    content: "";
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg,#1c969f,#1c969fa6);
    position: absolute;
    display: inline-block;
    bottom: -17px;
    left: 0;
}
.N9G-nj-topic_match_box {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #EEEEEE;
}
.N9G-nj-topic_match_box .N9G-nj-topic_tag_title{
    height: 56px;
    border-bottom: 1px solid #D3E1E2;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.N9G-nj-topic_match_box .N9G-nj-topic_tag_title h1,.N9G-nj-topic_match_box .N9G-nj-topic_tag_title h2{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #292E2E;
    display: flex;
    align-items: center;
}
.N9G-nj-topic_match_box .N9G-nj-topic_tag_title h1 img,.N9G-nj-topic_match_box .N9G-nj-topic_tag_title h2 img{
    margin-right: 3px;
    width: 28px;
    height: 28px;
}
.N9G-nj-topic_match_box .N9G-nj-topic_tag_title a{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #999999;
}

.N9G-nj-all_wrapper .N9G-nj-toc_left {
    width: 800px;
    border-radius: 4px;
    height: -moz-fit-content;
}
.N9G-nj-all_wrapper .N9G-nj-toc_right {
    margin-left: 20px;
    width: 380px;
}
.N9G-nj-news_list .N9G-nj-block_img {
    display: flex;
    /* border-bottom: 1px solid #D3E1E2; */
    padding: 16px 16px;
    box-shadow: 0px 20px 3px -20px #D3E1E2;
}

.N9G-nj-news_list .N9G-nj-block_img .N9G-nj-news_img {
    width: 160px;
    height: 120px;
    margin-right: 20px;
    border-radius: 5px;
}
.N9G-nj-news_list .N9G-nj-block_img .N9G-nj-news_con {
    padding: 12px 0;
    flex: 1;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
.N9G-nj-news_list .N9G-nj-block_img h1 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 21px;
    height: 21px;
    overflow: hidden;
    color: #000000;
}
.N9G-nj-news_list .N9G-nj-block_img p{
    margin-top: 10px;
}
.N9G-nj-news_list .N9G-nj-block_img p a{
    color: #999;
}
.N9G-nj-news_list .N9G-nj-block_img .N9G-nj-news_con .N9G-nj-time {
    display: flex;
    align-items: center;
}
.N9G-nj-news_list .N9G-nj-block_img .N9G-nj-news_con time {
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #999999;
}
.N9G-nj-news_list em{
    color: #eb0303;
}

/*新闻页录像列表*/
.N9G-nj-video_play_list {
    padding: 16px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 16px;
    column-gap: 20px;
    padding-bottom: 20px;
}
.N9G-nj-video_play_list .N9G-nj-video_play_list_con {
    display: flex;
    align-items: flex-start;
    padding: 10px;
    justify-content: space-between;
    flex-direction: column;
    border: 1px solid #D3E1E2;
    height: 73px;
    box-sizing: border-box;
    transition: all ease-in-out 200ms;
}
.N9G-nj-video_play_list .N9G-nj-video_play_list_con:hover {
    border: 2px solid #1c969f;
    color: #1c969f;
}
.N9G-nj-video_play_list .N9G-nj-video_play_list_tit {
    display: flex;
    align-items: center;
    width: 100%;
}
.N9G-nj-video_play_list .N9G-nj-video_play_list_con img {
    margin-right: 6px;
}
.N9G-nj-video_play_list .N9G-nj-video_play_list_con .N9G-nj-video_play_list_tit div {
    font-size: 16px;
    font-family: Microsoft YaHei;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.N9G-nj-video_play_list .N9G-nj-video_play_list_con time {
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #999999;
}
.N9G-nj-video_play_list .N9G-nj-video_play_list_con:hover time {
    color: #1c969f;
}

/*热门tag*/
.N9G-nj-hot_tag {
    padding: 16px;
    padding-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
}
.N9G-nj-hot_tag > div {
    margin-right: 8px;
    margin-bottom: 8px;
    height: 30px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #000000;
    padding: 4px 10px;
    transition: .1s;
}
.N9G-nj-hot_tag div:hover, .N9G-nj-hot_tag div.active {
    background: #1c969f;
}
.N9G-nj-hot_tag div:hover a, .N9G-nj-hot_tag div.active a {
    color: #FFFFFF;
    font-weight: bold;
}

/*排行*/
.N9G-nj-jf_rnak {

}
.N9G-nj-jf_rnak .N9G-nj-jfname {
    font-size: 18px;
    font-weight: bold;
    padding: 0px 30px 20px;
}
.N9G-nj-jf_rnak .N9G-nj-rankingt.zuqiu {
    display: grid;
    grid-template-columns: 5% 23% 9% 9% 9% 9% 9% 9% 9% 9%;
    height: 51px;
    align-items: center;
    padding: 0 30px;
    border-bottom: 1px solid #eee;
}
.N9G-nj-jf_rnak .N9G-nj-rankingt.nba {
    display: grid;
    grid-template-columns: 6% 26% 17% 17% 17% 17%;
    height: 51px;
    align-items: center;
    padding: 0 30px;
}
.N9G-nj-jf_rnak .N9G-nj-rankingt{
    border-bottom: 1px solid #EAEAEA;
}
.N9G-nj-jf_rnak .bgg {
    background: #EEEEEE;
    line-height: 40px;
}
.N9G-nj-jf_rnak .N9G-nj-rankingt .N9G-nj-num {
    display: block;
    width: 28px;
    height: 28px;
    background: #ccc;
    font: 18px / 30px Helvetica;
    color: #fff;
    border-radius: 2px;
    text-align: center;
}
.N9G-nj-jf_rnak .N9G-nj-logo {
    display: flex;
    align-items: center;
    text-align: left;
}
.N9G-nj-jf_rnak .N9G-nj-team {
    padding-left: 5px;
}

/*热门频道*/
.N9G-nj-cctv_list_outer {
    height: 60px;
    position: relative;
    border-bottom: 1px solid #d3e1e2;
}
.N9G-nj-popular_img {
    z-index: 1;
    position: absolute;

    left: 25px;
}
.N9G-nj-popular_img img{
    width: 183px;
    height: 40px;
}
.N9G-nj-cctv_hotlist {
    margin: 20px 10px;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(90px,120px));
    grid-gap: 25px 25px;
    justify-items: center;
    align-items: center;
    font-size: 14px;
    padding: 0 15px 25px;
}
.N9G-nj-cctv_hotlist .N9G-nj-hot_img {
    margin-bottom: 6px;
    -o-object-fit: contain;
    object-fit: contain;
    text-align: center;
    border: 1px solid #d3e1e2;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.N9G-nj-cctv_hotlist .N9G-nj-hot_img span {
    color: transparent;
    display: inline-block;
    height: 56px;
    width: 56px;
}
.N9G-nj-cctv_hotlist .N9G-nj-hot_img span img{
    width: 56px;
    height: 56px;
}
.N9G-nj-cctv_hotlist .N9G-nj-hot_text {
    color: #292e2e;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
}

/*球队列表*/
.N9G-nj-team_list_tab {
    width: 1200px;
    background: #FFFFFF;
    border: 1px solid #D3E1E2;
    border-radius: 4px;
    margin-bottom: 20px;
}
.N9G-nj-team_list_tab ul {
    display: flex;
    padding: 0 40px;
    border-bottom: 1px solid #D3E1E2;
}
.N9G-nj-team_list_tab li {
    margin-right: 30px;
    position: relative;
    padding-top: 18px;
    padding-bottom: 12px;
}
.N9G-nj-team_list_tab ul li a {
    display: block;
    height: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 21px;
    color: #999999;
    cursor: pointer;
}
.N9G-nj-team_list_tab ul li.active:after {
    content: "";
    background: linear-gradient(90deg, #1c969f 0%, #65989c 100%);
    display: block;
    height: 6px;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.N9G-nj-team_list_item_box {
    padding: 20px;
}
.N9G-nj-team_list_item {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    row-gap: 30px;
    column-gap: 31px;
}
.N9G-nj-team_list_item .N9G-nj-hot_team {
    text-align: center;
}
.N9G-nj-team_list_item .N9G-nj-hot_team_image:hover {
    width: 88px;
    height: 88px;
    border: 2px solid #1c969f;
}
.N9G-nj-team_list_item .N9G-nj-hot_team_image {
    width: 88px;
    height: 88px;
    background: #FFFFFF;
    border: 1px solid #D3E1E2;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.N9G-nj-team_list_item .N9G-nj-hot_team_image img {
    width: 56px;
    height: 56px;
}
.N9G-nj-team_list_item .N9G-nj-hot_team_name {
    height: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #292E2E;
    margin-top: 6px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*资讯详情*/
.N9G-nj-articles_text {
    background: #FFFFFF;
    border: 1px solid #D3E1E2;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
}

.N9G-nj-live-stream-section {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
    background-color: #1c969f;
    color: #ffffff;
    padding: 2px 2px;
    border-radius: 5px;
    font-size: 20px;
    flex-wrap: wrap;
}
.N9G-nj-live-stream-section a {
    margin: 0 30px;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
}

.N9G-nj-news_top_cont {
    padding: 10px 0 30px 0;
    border-bottom: 1px solid #eee;
    text-align: center!important;
}
.N9G-nj-news_top_cont h1 {
    font-size: 26px;
    display: block;
    line-height: 1.5;
    text-align: left;
    font-weight: bold;
}
.N9G-nj-news_top_cont .N9G-nj-text {
    font-size: 14px;
    line-height: 1.5;
    color: #909399!important;
}
.N9G-nj-news_top_cont .N9G-nj-text span {
    margin-top: 20px;
    float: left;
}
.N9G-nj-news_top_cont .N9G-nj-text span:last-child{
    float: right;
}

.N9G-nj-news_detail {
    padding: 30px 0;
    line-height: 28px;
    font-size: 16px;
    color: #292E2E;
    margin-bottom: 10px;
}
.N9G-nj-news_detail p {
    line-height: 28px;
    font-size: 16px;
    color: #292E2E;
    margin-bottom: 20px;
}
.N9G-nj-news_detail h3,.N9G-nj-news_detail h2{
    line-height: 36px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}
.N9G-nj-news_detail strong{
    font-size: 16px;
    font-weight: bold;
}
.N9G-nj-news_detail p img {
    display: block;
    width: 80%;
    margin: 15px auto;
    height: auto !important;
}
.N9G-nj-news_detail+p{
    margin-top: 20px;
}
.N9G-nj-detail_tags {
    overflow: hidden;
}
.N9G-nj-detail_tags a {
    height: 28px;
    line-height: 28px;
    background: #F5F5F5;
    border-radius: 14px;
    justify-content: center;
    align-items: center;
    transition: all ease-in-out 200ms;
    margin-right: 16px;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 15px;
    color: #999999;
}
.N9G-nj-detail_tags a:hover {
    background-color: #000;
    color: #fff;
}

.N9G-nj-search{
    margin-top: 10px;
}
.N9G-nj-search span{
    display:inline-block;
    margin-bottom: 5px;
}
.N9G-nj-search a{
    height:26px; 
    line-height:26px;
    padding:2px 8px;
} 
.N9G-nj-search .N9G-nj-tags1{
    color:#C00; 
    font-size:22px;
} 
.N9G-nj-search .N9G-nj-tags2{
    color:#63D563; 
    font-size:16px;
} 
.N9G-nj-search .N9G-nj-tags3{
    color:#00B8FF;
} 
.N9G-nj-search .N9G-nj-tags4{
    font-size:16px;
} 
.N9G-nj-search .N9G-nj-tags5{
    color:#C00; 
    font-size:20px;
} 
.N9G-nj-search .N9G-nj-tags6{
    color:#F06;
    font-size:20px;
} 
.N9G-nj-search .N9G-nj-tags7{
    color:#F8DB12; 
    font-weight:bold; 
    font-size:18px;
} 
.N9G-nj-search .N9G-nj-tags8{
    color:#F06; 
    font-weight:bold;
} 
.N9G-nj-search .N9G-nj-tags9{
    color:#BB81EF; 
    font-weight:bold;
    font-size:16px;
} 

/*录像详情页*/
.N9G-nj-room_video {
    width: 800px;
    height: 400px;
    position: relative;
    overflow: hidden;
}
.N9G-nj-room_video_box{
    background: #181A1A;
}
.N9G-nj-room_video a{
    display: inline-flex;
    width: 100%;
}
.N9G-nj-room_video img.N9G-nj-img {
    /*width: 800px;*/
    height: 400px;
    margin: 20px auto 0 ;
}
.N9G-nj-room_video img.N9G-nj-play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.N9G-nj-room_video_info {
    width: 800px;
    padding: 20px 20px 30px;
    background: #181A1A;
    border-radius: 0px 0px 4px 4px;
    box-sizing: border-box;
}
.N9G-nj-room_video_info .N9G-nj-title {
    height: 24px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.N9G-nj-room_video_info .N9G-nj-publish_info_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.N9G-nj-publish_info_con .N9G-nj-published_time {
    height: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #999999;
}
.N9G-nj-publish_info_con .N9G-nj-video_source {
    height: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #999999;
}

/*详情底部相关信息*/
.N9G-nj-about_list li {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #D3E1E2;
    padding: 0 5px 0px 20px;
    color: #292E2E;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.N9G-nj-about_list li a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
}

/*详情页标签*/
.N9G-nj-tags{
    padding-top: 20px;
}
.N9G-nj-tags a{
    color: #eee;
    margin-right: 15px;
}
.N9G-nj-tags a:hover{
    color: #1c969f;
}

/*首页tags*/
.N9G-nj-home_tags_list{
    position: relative;
}
.N9G-nj-home_tags_list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.N9G-nj-home_tags_list ul li{
    padding: 8px 0;
    margin-right: 15px;
}