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: #0276e9;text-decoration:none;}
a{color: #333;text-decoration:none;}
a:focus{
    text-decoration: none;
}

.z6q-5k-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;
}

.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;
}

img{border:none;}

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

.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;
}

.z6q-5k-box {
    background: #fff;
    border-radius: 0px;
    /*box-shadow: 0 0 10px #e6e6e6;*/
    box-shadow: 1px 1px 10px rgb(229 229 229);
    padding: 20px;
}

#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 #0276e9;
	background: #0276e9;
	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;
}

.z6q-5k-center {
    width: 1280px;
    margin: 0 auto;
}
.fb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*头部*/
.z6q-5k-header-center .fb{
    justify-content: flex-start;
    align-items: center;
}
.z6q-5k-header-center .z6q-5k-logo img{
    height: 25px;
    margin-right: 60px;
}
.z6q-5k-header{
    height: 66px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 12;
}
.z6q-5k-header .z6q-5k-header-center {
    height: 66px;
    background: #191b1f;
    border-top: 1px solid #ededed;
}

.z6q-5k-header .z6q-5k-header-list {
    box-shadow: 0 1px 3px rgba(27,95,160,.1);
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.z6q-5k-header .z6q-5k-header-list .z6q-5k-header-list-ul > li {
    height: 66px;
    line-height: 66px;
    width: 100px;
    position: relative;
    flex: auto;
}
.z6q-5k-header .z6q-5k-header-list .z6q-5k-header-list-ul > li a{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    color: hsla(0, 0%, 100%, .8);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-weight: 500;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: width .3s;
    transition: width .3s;
    white-space: nowrap;
    width: 100px;
}
.z6q-5k-header .z6q-5k-header-list .z6q-5k-header-list-ul > li > a:not(.not):before {
    border: 4px solid transparent;
    border-bottom: 0;
    border-top-color: #fff;
    content: "";
    margin-left: 4px;
    opacity: .7;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.z6q-5k-header .z6q-5k-header-list .z6q-5k-header-list-ul > li:hover > a:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.z6q-5k-header .z6q-5k-header-list .z6q-5k-header-list-ul > li:hover > a{
    color: #0276e9;
}
.z6q-5k-header .z6q-5k-header-list .z6q-5k-header-list-ul > li:hover .z6q-5k-li-menu {
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    -o-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    opacity: 1;
}
.z6q-5k-header .z6q-5k-header-list .z6q-5k-header-list-ul > li .z6q-5k-li-menu{
    z-index: 99999;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    background-color: #373a3d;
    line-height: 38px;
    width: 100px;
    box-shadow: 5px 4px 5px rgba(0,0,0,0.1);
    -webkit-transition: all 0.6s cubic-bezier(0.175,0.885,0.32,1.275);
    -moz-transition: all 0.6s cubic-bezier(0.175,0.885,0.32,1.275);
    -o-transition: all 0.6s cubic-bezier(0.175,0.885,0.32,1.275);
    transition: all 0.6s cubic-bezier(0.175,0.885,0.32,1.275);
    opacity: 0; 
    -webkit-transform: scale3d(0,0,0); 
    -moz-transform: scale3d(0,0,0);
    -ms-transform: scale3d(0,0,0);
    -o-transform: scale3d(0,0,0);
    transform: scale3d(0,0,0); 
    -webkit-transform-origin: 40px top; 
    -moz-transform-origin: 40px top;
    -ms-transform-origin: 40px top;
    -o-transform-origin: 40px top;
    transform-origin: 40px top;
}
.z6q-5k-header .z6q-5k-header-list .z6q-5k-header-list-ul > li .z6q-5k-li-menu li{
    color: hsla(0, 0%, 100%, .88);
    height: 40px;
    line-height: 40px;
    margin: 3px 0;
    text-align: center;
    text-decoration: none;
}
.z6q-5k-header .z6q-5k-header-list .z6q-5k-header-list-ul > li .z6q-5k-li-menu a{
    color: hsla(0, 0%, 100%, .88);
    font-size: 16px;
}
.z6q-5k-header .z6q-5k-header-list .z6q-5k-header-list-ul > li .z6q-5k-li-menu a:hover {
    background-color: hsla(0, 0%, 100%, .02);
    color: rgba(0, 128, 255, .88);
}

/*尾部*/
.z6q-5k-index_link {
    margin-bottom: 20px;
    min-height: 30px;
    background: #fff;
    padding: 10px;
    overflow: hidden;
    *zoom: 1;
    margin-top: 10px;
}
.z6q-5k-index_link a {
    float: left;
    font-size: 14px;
    line-height: 34px;
    color: #333;
    margin-right: 16px;
}
.z6q-5k-index_link a:hover {
    color: red;
}

footer {
    margin-top: 50px;
    width: 100%;
    color: #fff;
    font-size: 12px;
    background-color: #ffffff03;
    text-align: center;
}
footer .z6q-5k-center {
    padding: 48px 0;
}
footer p:nth-of-type(1) {
    color: #ffffff66;
    line-height: 42px;
    font-size: 14px;
}
footer p a {
    color: #ffffff66;
    margin: 0 10px;
    font-weight: 400;
}
footer p:nth-of-type(2) {
    color: #ffffff66;
    font-weight: 400;
    font-size: 14px;
}
footer p:nth-of-type(2) a {
    margin: 0;
}
footer p:nth-of-type(2) a:hover{
    color: red;
}

/*内页map*/
.z6q-5k-map-box {
    padding: 0px 0 0;
    margin-bottom: 20px;
}
.z6q-5k-crumbs {
    padding-left: 25px!important;
    font-size: 13px;
    color: #ffffffe0;
    position: relative;
}
.z6q-5k-crumbs:after{
    content: "";
    left: 0;
    width: 16px;
    position: absolute;
    height: 16px;
    background: url("../images/map.png") no-repeat;
    background-size: 16px;
}
.z6q-5k-crumbs.z6q-5k-nobor{
    border: 0;
    padding: 0px;
}
.z6q-5k-crumbs a {
    color: #ffffffe0;
    display: inline-block;
    position: relative;
    font-size: 13px;
}
.z6q-5k-crumbs a:not(:last-child)::after {
    padding: 0px 5px;
    content: '>';
}
.z6q-5k-crumbs a:hover{
    color: #0276e9;
}

/*首页tab*/
.z6q-5k-index_label{
    background: #fff;
}
.z6q-5k-index_label ul {
    overflow: hidden;
    height: 50px;
    background: #2c2f35ed;
}
.z6q-5k-index_label li {
    height: 50px;
    line-height: 50px;
    margin-right: 2px;
    text-align: center;
    padding: 0 25px;
    float: left;
    cursor: pointer;
    color: #fff;
}
.z6q-5k-index_label li.on {
    background: #152440;
    color: #FFF;
}

.z6q-5k-index_label_min{
    margin-bottom: 10px;
}
.z6q-5k-index_label_min ul {
    background-color: hsla(0,0%,100%,0);
    border: 1px solid hsla(0,0%,100%,.08);
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: hsla(0,0%,100%,.7);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    height: 28px;
    left: 0;
    top: 0;
    width: 100%;
}
.z6q-5k-index_label_min li {
    -webkit-box-flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
}
.z6q-5k-index_label_min li.on {
    background-color: hsla(0,0%,100%,.04);
    color: hsla(0,0%,100%,.88);
}

/*资讯list*/
.z6q-5k-news_list {
    /*border-left: 1px solid #fff;*/
}
.z6q-5k-news_list .z6q-5k-item {
    background: #333;
    /*padding-left: 15px;*/
    position: relative;
    margin-top: 10px;
    padding: 15px;
}
.z6q-5k-news_list .z6q-5k-item > a{
    display: block;
}
.z6q-5k-news_list .z6q-5k-item:hover a .z6q-5k-tit{
    color: #0377eb;
}
/* .news_list .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: -9px;
    width: 17px;
    height: 17px;
    background-image: url(../images/post-list-dot.png);
} */
.z6q-5k-news_list .z6q-5k-title {
    align-items: center;
    display: flex;
    margin-bottom: 10px;
}
.z6q-5k-news_list .z6q-5k-item .z6q-5k-title .z6q-5k-tit {
    display: block;
    font-size: 16px;
    font-weight: bold;
    flex: 1;
    max-width: 100%;
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.z6q-5k-news_list .z6q-5k-title span {
    margin-left: 20px!important;
    color: #fff;
}
.z6q-5k-news_list .z6q-5k-info {
    align-items: center;
    display: flex;
}
.z6q-5k-news_list .z6q-5k-img {
    width: 178px;
    height: 110px;
    overflow: hidden;
    position: relative;
    margin-right: 15px;
}
.z6q-5k-news_list .z6q-5k-img img{
    width: 100%;
    height: 100%;
}
.z6q-5k-news_list .z6q-5k-cont {
    flex: 1;
    overflow: hidden;
    position: relative;
}
.z6q-5k-news_list .z6q-5k-text {
    height: 40px;
    line-height: 20px;
    color: #909090;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
}
.z6q-5k-news_list .z6q-5k-score {
    color: #a8a8a8!important;
    font-size: 14px;
    line-height: 1.5;
}

/*首页视频*/
.z6q-5k-index_video{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}
.z6q-5k-index_video div{
    width: 100%;
    margin-bottom: 15px;
}
.z6q-5k-index_video.z6q-5k-video_page{
    margin-left: -30px;
}
.z6q-5k-index_video.z6q-5k-video_page div{
    width: 215px;
    margin-left: 30px;
    padding-left: 0px;
    margin-bottom: 15px;
}
.z6q-5k-index_video.z6q-5k-video_page div .z6q-5k-img{
    width: 215px;
    height: 175px;
}
.z6q-5k-index_video.z6q-5k-video_page div .z6q-5k-img img{
    width: 100%;
    height: 145px;
}
.z6q-5k-index_video div .z6q-5k-img {
    background: #333;
    height: 146px;
    margin-bottom: 0px;
    display: block;
    overflow: hidden;
    position: relative;
}
.z6q-5k-index_video div .z6q-5k-img img{
    width: 100%;
    height: 106px;
}
.z6q-5k-index_video div .z6q-5k-img:hover span{
    background: url(../images/v2.png) no-repeat center;
    background-size: 36px;
}
.z6q-5k-index_video div .z6q-5k-img span {
    position: absolute;
    width: 36px;
    height: 36px;
    background: url(../images/v.png) no-repeat center;
    background-size: 36px;
    left: 50%;
    top: 50%;
    margin-left: -18px;
    margin-top: -18px;
}
.z6q-5k-index_video div .z6q-5k-img p {
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    text-align: center;
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: #ccc;
}

/*首页录像*/
.z6q-5k-index_videopace{
    padding-bottom: 20px!important;
}
.z6q-5k-index_videopace ul {
    border-bottom: 1px dashed #e8e8e8;
    margin-bottom: 20px;
}
.z6q-5k-index_videopace ul:last-child {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 0;
}
.z6q-5k-index_videopace ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.z6q-5k-index_videopace ul li {
    border-bottom: 1px solid #292b2df2;
    display: flex;
    line-height: 36px;
    align-items: center;
    font-size: 16px;
}
.z6q-5k-index_videopace.z6q-5k-page_list ul li {
    line-height: 46px;
}
.z6q-5k-index_videopace.z6q-5k-page_list ul li:hover a{
    color: #0377eb!important;
}
.z6q-5k-index_videopace ul li span{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 1px 10px 0 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    vertical-align: top;
    background: url(../images/sp.png) no-repeat center;
    background-size: 20px;
}
.z6q-5k-index_videopace ul li a {
    display: block;
    flex: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffffe0;
}

/*内页资讯*/
.z6q-5k-detail_new_list{
    padding-bottom: 20px!important;
}
.z6q-5k-detail_new_list ul {
    border-bottom: 1px dashed #e8e8e8;
    padding: 10px;
    margin-bottom: 20px;
}
.z6q-5k-detail_new_list ul:last-child {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 0;
}
.z6q-5k-detail_new_list ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 36px;
    border-bottom: 1px solid #292b2df2;
    padding: 5px 0;
}
.z6q-5k-detail_new_list ul li span{
    display: inline-block;
    width: 5px;
    height: 5px;
    line-height: 20px;
    margin: 5px 10px 0 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    vertical-align: top;
    background: #cfcfcf;
    border-radius: 50%;
}
.z6q-5k-detail_new_list ul li a {
    display: block;
    flex: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffffe0;
}
.z6q-5k-detail_new_list ul li a em{
    color: #eb0303;
}
.z6q-5k-detail_new_list ul li:hover a{
    color: #0377eb;
}

/*title*/
.z6q-5k-index_title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.z6q-5k-index_title span,.z6q-5k-index_title h2,.z6q-5k-index_title h3 {
    margin-left: 20px;
    font-size: 20px;
    color: #ffffffe0;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.z6q-5k-index_title:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 18px;
    margin-top: -8px;
    /*background-color: #0276e9;*/
    background-image: url("../images/icon_title.svg");
    vertical-align: middle;
}
.z6q-5k-index_title a{
    color: #ffffffe0;
}

/*左右布局*/
.z6q-5k-index_conter{
    width: 1280px;
    margin: 48px auto 0;
}
.z6q-5k-index_con {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row-reverse;
}
.z6q-5k-index_con .z6q-5k-index_left{
    width: 950px;
    /*flex: 1;*/
}
.z6q-5k-index_con .z6q-5k-index_right {
    width: 300px;
    margin-left: 30px;
}

.z6q-5k-home_con {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto 60px;
    position: relative;
    width: 100%;
}
.z6q-5k-home_con .z6q-5k-home_left{
    width: 240px;
    /*flex: 1;*/
}
.z6q-5k-home_con .z6q-5k-home_content{
    width: 710px;
    padding-left: 40px;
    /*flex: 1;*/
}
.z6q-5k-home_con .z6q-5k-home_right {
    width: 330px;
    padding-left: 40px;
}

/*标签*/
.z6q-5k-tags {
    width: 100%;
    margin-top: 20px;
    display: inline-block;
}
.z6q-5k-tags .z6q-5k-tag {
    margin-bottom: 8px;
}
.z6q-5k-tag {
    position: relative;
    display: inline-block;
    padding: 0px 5px 0px 9px;
    margin: 0 13px 5px 0;
    height: 26px;
    line-height: 26px;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #ccc;
    border-radius: 2px;
    background-color: #333;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
}
.z6q-5k-tags a.z6q-5k-tag:after {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 9px solid #333;
    position: absolute;
    top: 0;
    right: -9px;
}

/*内页标签*/
.z6q-5k-detail_tags {
    overflow: hidden;
}
.z6q-5k-detail_tags span {
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    float: left;
}
.z6q-5k-detail_tags a {
    display: inline-block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    color: #ffffff66;
    overflow: hidden;
    margin-right: 25px;
    transform: .3s;
}
.z6q-5k-detail_tags a:hover{
    color: #0080ffb3;
}

/*内页热门数据*/
.z6q-5k-detail_wangluo ul {
    margin-top: 20px;
    margin-left: -20px;
    overflow: hidden;
}
.z6q-5k-detail_wangluo ul li {
    width: 222px;
    background: #333;
    border-radius: 4px;
    padding: 10px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}
.z6q-5k-detail_wangluo ul li .z6q-5k-img {
    height: 120px;
    position: relative;
    overflow: hidden;
}
.z6q-5k-detail_wangluo ul li .z6q-5k-img img {
    display: block;
    width: 100%;
    height: 139px;
}
.z6q-5k-detail_wangluo ul li p {
    font-size: 16px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

/*上下页*/
.z6q-5k-news_detail_page {
    margin: 30px 0 40px 0;
    height: 80px;
    position: relative;
    padding-top: 20px;
    border-top: 1px solid #333;
}
.z6q-5k-news_detail_page p {
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
}
.z6q-5k-news_detail_page a{
    color: #ccc;
    font-size: 16px;
}

/*置顶*/
@media (max-width: 1399px) and (min-width: 768px){
    #z6q-5k-totop {
        margin-left: 580px!important;
    }
    
}
#z6q-5k-totop {
    height: 30px;
    position: fixed;
    left: 50%;
    margin-left: 640px;
    width: 30px;
    z-index: 9999;
    bottom: 50px;
    border-bottom: 0px;
    border-radius: 5px;
    color: #08c;
    text-align: center;
    line-height: 1;
    display: none;
    cursor: pointer;
    transition: .3s;
}
#z6q-5k-totop i{
    width: 100%;
    height: 100%;
    vertical-align: top;
    background: url(../images/top-arrow.png) no-repeat center;
    background-size: 30px;
}

/*没有数据*/
.z6q-5k-nothing {
    text-align: center;
    margin: 40px 0px;
    min-height: 390px;
}
.z6q-5k-nothing img {
    width: 100px;
}
.z6q-5k-nothing span {
    display: block;
    color: #ccc;
}

/*直播列表*/
.z6q-5k-index_match_list .z6q-5k-hotmatch {
    padding: 12px 8px;
    border-bottom: 1px solid #ffffff14;
    overflow: hidden;
    display: flex;
    align-items: center;
    color: #ccc;
}
.z6q-5k-index_match_list.home .z6q-5k-hotmatch{
    padding: 12px 8px;
}
.z6q-5k-index_match_list .z6q-5k-hotmatch a.z6q-5k-items-center:hover .z6q-5k-time,
.z6q-5k-index_match_list .z6q-5k-hotmatch a.z6q-5k-items-center:hover .z6q-5k-cate,
.z6q-5k-index_match_list .z6q-5k-hotmatch a.z6q-5k-items-center:hover .z6q-5k-team1,
.z6q-5k-index_match_list .z6q-5k-hotmatch a.z6q-5k-items-center:hover .z6q-5k-team2{
    color: #0474e5!important;
}
.z6q-5k-index_match_list .z6q-5k-hotmatch  a.z6q-5k-items-center {
    float: left;
    width: 800px;
}
.z6q-5k-index_match_list .z6q-5k-hotmatch  a.z6q-5k-items-center > p {
    height: 28px;
    line-height: 28px;
    color: #ccc;
    display: inline-block;
}
.z6q-5k-index_match_list .z6q-5k-hotmatch .z6q-5k-status.z6q-5k-live span {
    background: linear-gradient(90deg,#0080ff,rgba(0, 128, 255, .88));
}
.z6q-5k-index_match_list .z6q-5k-hotmatch .z6q-5k-status.z6q-5k-prelive span {
    background: linear-gradient(90deg,#929292,#c1c1c1);
}
.z6q-5k-index_match_list .z6q-5k-hotmatch .z6q-5k-status {
    float: left;
    margin-right: 10px;
}
.z6q-5k-index_match_list .z6q-5k-hotmatch .z6q-5k-status span {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    width: 50px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 3px;
}
.z6q-5k-index_match_list .z6q-5k-hotmatch .z6q-5k-time {
    float: left;
    margin-right: 30px;
}
.z6q-5k-index_match_list .z6q-5k-hotmatch .z6q-5k-cate {
    float: left;
    margin-right: 10px;
    width: 80px;
}
.z6q-5k-index_match_list.home .z6q-5k-hotmatch .z6q-5k-cate{
    width: 120px;
}
.z6q-5k-index_match_list .z6q-5k-hotmatch .z6q-5k-team1 {
    float: left;
    text-align: right;
    margin-right: 10px;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.z6q-5k-index_match_list .z6q-5k-hotmatch .z6q-5k-team1logo {
    width: 24px;
    float: left;
    margin-right: 10px;
}
.z6q-5k-index_match_list .z6q-5k-hotmatch .z6q-5k-team1logo img {
    width: 24px;
    vertical-align: middle;
}
.z6q-5k-index_match_list .z6q-5k-hotmatch .z6q-5k-team1num {
    margin-right: 2px;
    float: left;
    width: 30px;
    color: #333!important;
    background: #F5F5F5;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}
.z6q-5k-index_match_list .z6q-5k-hotmatch .z6q-5k-fh {
    margin-right: 2px;
    float: left;
    width: 5px;
    text-align: center;
}
.z6q-5k-index_match_list .z6q-5k-hotmatch .z6q-5k-team2num {
    margin-right: 10px;
    float: left;
    width: 30px;
    background: #F5F5F5;
    border-radius: 5px;
    color: #333!important;
    overflow: hidden;
    text-align: center;
}
.z6q-5k-index_match_list .z6q-5k-hotmatch .z6q-5k-team2logo {
    margin-right: 10px;
    float: left;
    width: 24px;
}
.z6q-5k-index_match_list .z6q-5k-hotmatch .z6q-5k-team2logo img {
    width: 24px;
    vertical-align: middle;
}
.z6q-5k-index_match_list .z6q-5k-hotmatch .z6q-5k-team2 {
    float: left;
    margin-right: 10px;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.z6q-5k-index_match_list .z6q-5k-hotmatch .z6q-5k-items-box {
    float: right;
    width: 300px;
}
.z6q-5k-index_match_list.home .z6q-5k-hotmatch .z6q-5k-items-box {
    display: flex;
    float: right;
    width: 700px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.z6q-5k-index_match_list .z6q-5k-hotmatch .z6q-5k-items-top, .z6q-5k-index_match_list .z6q-5k-hotmatch .z6q-5k-items-top p {
    display: flex;
    align-items: center;
}
.z6q-5k-index_match_list .z6q-5k-hotmatch .z6q-5k-items-top p:first-child {
    font-size: 14px;
    color: #fff;
}
.z6q-5k-index_match_list .z6q-5k-hotmatch .z6q-5k-items-top p {
    color: #ccc;
    justify-content: center;
}
.z6q-5k-index_match_list .z6q-5k-hotmatch .z6q-5k-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;
}
.z6q-5k-index_match_list .z6q-5k-hotmatch .z6q-5k-items-btm {
    float: left;
}
.z6q-5k-index_match_list.home .z6q-5k-hotmatch .z6q-5k-items-btm {
    width: 400px;
}
.z6q-5k-index_match_list .z6q-5k-hotmatch .z6q-5k-items-btm p {
    color: #0276e9;
    font-size: 14px;
    line-height: 26px;
    border-bottom: 1px solid #0276e9;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    float: left;
    margin-right: 10px;
}
.z6q-5k-index_match_list .z6q-5k-hotmatch .z6q-5k-items-box .z6q-5k-more {
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    cursor: pointer;
    float: left;
    color: #fff;
}
.z6q-5k-index_match_list .z6q-5k-hotmatch .z6q-5k-items-box .z6q-5k-more:after {
    content: "";
    width: 23px;
    height: 26px;
    background: url(../images/chevron-down.png) no-repeat;
    background-position: 50%;
    background-size: 12px 7px;
}
.z6q-5k-index_match_more {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 130px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    background-color: #0276e9;
    border-radius: 2px;
    margin-top: 40px;
}
.z6q-5k-index_match_more a{
    color: #fff;
    display: block;
}

.z6q-5k-index_match_list h6{
    display: flex;
    height: 24px;
    line-height: 24px;
    align-items: center;
    margin: 10px 0px 10px;
    color: #666666;
    padding-left: 4px;
}
.z6q-5k-index_match_list h6 time{
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    color: #999999;
}

.z6q-5k-news_con {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row-reverse;
    margin-top: 48px;
}
.z6q-5k-news_con .z6q-5k-news_left{
    width: 950px;
    flex: 1;
}
.z6q-5k-news_right {
    width: 300px;
    margin-left: 30px;
}

/*标题 来源*/
.z6q-5k-news_top_cont {
    padding: 30px 0 30px 0;
}
.z6q-5k-news_top_cont.z6q-5k-channel{
    padding-bottom: 0!important;
}
.z6q-5k-news_top_cont h1 {
    font-size: 28px;
    color: #fff;
    text-align: left;
    display: block;
    line-height: 1.2;
    margin-bottom: 20px;
    /*height: 48px;*/
    font-weight: bold;
}
.z6q-5k-news_top_cont .z6q-5k-text {
    font-size: 14px;
    line-height: 1.5;
    color: #909399!important;
}
.z6q-5k-news_top_cont .z6q-5k-text span {

}

/*内容*/
.z6q-5k-news_detail {
    padding: 10px 0 30px;
    line-height: 28px;
    font-size: 16px;
    color: #606266;
    margin-bottom: 10px;
}
.z6q-5k-news_detail p {
    line-height: 28px;
    font-size: 16px;
    color: #ffffffb2;
    margin-bottom: 10px;
}
.z6q-5k-news_detail h3,.z6q-5k-news_detail h2{
    line-height: 36px;
    font-size: 18px;
    color: #ffffffb2;
    font-weight: 600;
    margin-bottom: 20px;
}
.z6q-5k-news_detail strong{
    font-size: 16px;
    font-weight: bold;
}
.z6q-5k-news_detail p img {
    display: block;
    width: 60%;
    margin: 15px 0;
    height: auto !important;
}
.z6q-5k-news_detail+p{
    margin-top: 20px;
}

/*热门球队*/
.z6q-5k-hot_team {
    margin: 20px 0 0;
    margin-left: -20px;
    overflow: hidden;
}
.z6q-5k-hot_team a {
    background: #fff;
    width: 101px;
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
    display: block;
    padding: 10px;
}
.z6q-5k-hot_team .z6q-5k-img {
    position: relative;
    overflow: hidden;
    display: block;
}
.z6q-5k-hot_team .z6q-5k-img img {
    width: 70px;
    height: 70px;
    margin: 5px 0 0 5px;
}
.z6q-5k-hot_team p {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
}

/*视频详情列表*/
.z6q-5k-video_play {
    position: relative;
    background: #000000;
    width: 100%;
    height: 450px;
}
.z6q-5k-video_play img.z6q-5k-img {
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.z6q-5k-video_play img.z6q-5k-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.z6q-5k-video_cont_list {
    margin-bottom: 10px;
}
.z6q-5k-video_cont_list span {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
.z6q-5k-video_cont_list a {
    color: #ccc;
    display: block;
    font-size: 15px;
    /*text-decoration: revert;*/
    height: 36px;
    line-height: 36px;
    /*margin-bottom: 15px;*/
    border-radius: 10px;
    /*border: 1px solid #ccc;*/
}
.z6q-5k-video_cont_list a:hover{
    color: #0276e9;
}

/*轮播*/
.main-swiper-pagination {
    text-align: center;
    /*text-align: center;*/
    width: auto !important;
    height: 35px !important;
    position: absolute;
    bottom: 132px !important;
    left: 0px;
    right: 0px;
    z-index: 9;
}
.main-swiper-pagination .swiper-pagination-bullet {
    background: hsla(0,0%,100%,.5);
    border-radius: 4px;
    height: 4px;
    -webkit-transition: .3s;
    transition: .3s;
    width: 6px;
}
.main-swiper-pagination .swiper-pagination-bullet-active {
    width: 16px;
}

/*首页header*/
.z6q-5k-home-banner_nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    bottom: 23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: -640px;
    position: absolute;
    width: 1280px;
    z-index: 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    left: 50%;
}
.z6q-5k-home-banner_nav_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 68px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 30px;
    width: 110px;
}
.z6q-5k-home-banner_nav_item .z6q-5k-tit{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    color: hsla(0,0%,100%,.88);
    font-size: 20px;
    font-weight: 700;
    height: 32px;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 32px;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.z6q-5k-home-banner_nav_item .z6q-5k-tit:hover{
    font-size: 24px;
    color: #0080ff;
}
.z6q-5k-home-banner_nav_item .z6q-5k-cont{
    -ms-flex-pack: distribute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.z6q-5k-home-banner_nav_item .z6q-5k-cont a {
    color: hsla(0,0%,100%,.5);
    font-size: 16px;
    font-weight: 500;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 50px;
}
.z6q-5k-home-banner_nav_item .z6q-5k-cont a:hover{
    font-size: 18px;
    color: #0080ff;
}
.z6q-5k-home-banner_nav_item .z6q-5k-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #36393d;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: -20px;
    position: absolute;
    top: 40px;
    width: 150px;
}
.z6q-5k-home-banner_nav_item .z6q-5k-list a {
    color: hsla(0,0%,100%,.7);
    font-size: 16px;
    font-weight: 500;
    height: 21px;
    line-height: 21px;
    margin: 12px 0;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 50%;
}
.z6q-5k-home-banner_nav_item .z6q-5k-list:before {
    border-color: transparent transparent #36393d;
    border-style: solid;
    border-width: 8px 9px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    top: -16px;
    width: 0;
}
.z6q-5k-home-banner_nav_item:hover .z6q-5k-list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.z6q-5k-home-banner_nav_item .z6q-5k-list a:hover {
    color: #0080ff;
}

/*首页资讯布局*/
.z6q-5k-home-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 586px;
    position: relative;
    width: 100%;
    z-index: 1;
    align-items: center;
    display: flex;
}
.z6q-5k-topcon {
    /*border-radius: 10px;*/
    display: flex;
    justify-content: space-between;
    height: 586px;
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    white-space: nowrap;
    width: 100%;
    max-width: 1800px;
}
.z6q-5k-topcon .z6q-5k-ul{
    position: relative;
    width: 100%;
    cursor: pointer!important;
}
.z6q-5k-topcon .z6q-5k-ul:after, .z6q-5k-topcon .z6q-5k-ul:before {
    content: "";
    height: 586px;
    position: absolute;
    top: 0;
    width: 260px;
    z-index: 2;
}
.z6q-5k-topcon .z6q-5k-ul:before {
    background: -webkit-gradient(linear, left top, right top, from(#212326), to(rgba(33, 35, 38, 0)));
    background: -webkit-linear-gradient(left, #212326, rgba(33, 35, 38, 0));
    background: linear-gradient(90deg, #212326, rgba(33, 35, 38, 0));
    left: 0;
}
.z6q-5k-topcon .z6q-5k-ul:after {
    background: -webkit-gradient(linear, right top, left top, from(#212326), to(rgba(33, 35, 38, 0)));
    background: -webkit-linear-gradient(right, #212326, rgba(33, 35, 38, 0));
    background: linear-gradient(270deg, #212326, rgba(33, 35, 38, 0));
    right: 0;
}
.z6q-5k-topcon .z6q-5k-ul_o{
    position: relative;
    width: 100%;
    height: 586px;
}
.z6q-5k-topcon .z6q-5k-ul_o li{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 586px;
    -o-object-fit: cover;
    object-fit: cover;
    flex-shrink: 0;
    position: relative;
    transition-property: transform;
}
.z6q-5k-topcon .z6q-5k-ul_o li:after, .z6q-5k-topcon .z6q-5k-ul_o li a:before {
    content: "";
    position: absolute;
    width: 100%;
    z-index: 1;
}
.z6q-5k-topcon .z6q-5k-ul_o li:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#212326), color-stop(17%, rgba(33, 35, 38, .7)), to(rgba(33, 35, 38, 0)));
    background: -webkit-linear-gradient(top, #212326, rgba(33, 35, 38, .7) 17%, rgba(33, 35, 38, 0));
    background: linear-gradient(180deg, #212326, rgba(33, 35, 38, .7) 17%, rgba(33, 35, 38, 0));
    /* height: 318px; */
    top: 0;
}
.z6q-5k-topcon .z6q-5k-ul_o li:after {
    background: -webkit-gradient(linear,left bottom,left top,from(#212326),color-stop(34%,rgba(33,35,38,.95)),to(rgba(33,35,38,0)));
    background: -webkit-linear-gradient(bottom,#212326,rgba(33,35,38,.95) 34%,rgba(33,35,38,0));
    background: linear-gradient(0deg,#212326,rgba(33,35,38,.95) 34%,rgba(33,35,38,0));
    bottom: 0;
    height: 268px;
}

.z6q-5k-topcon .z6q-5k-ul_o li .z6q-5k-img {
    position: relative;
    display: block;
    height: 586px;
    width: 100%;
}
.z6q-5k-topcon .z6q-5k-ul_o li p{
    position: absolute;
    top: 20px;
    left: 0px;
    text-align: center;
    width: 100%;
    color: hsla(0, 0%, 100%, .88);
    font-size: 20px;
    font-weight: 500;
    height: 30px;
    line-height: 30px;
    display: block;
    z-index: 99;
    line-height: 20px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.z6q-5k-topcon .z6q-5k-ul_o li .z6q-5k-bg{
    position: absolute;
    background: linear-gradient(to bottom, black 4%, transparent);
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}

.z6q-5k-topcon .swiper-button-prev {
    background: url("../images/L.png") no-repeat;
    left: 0;
}
.z6q-5k-topcon .swiper-button-next {
    background: url("../images/R.png") no-repeat;
    right: 0;
}
.z6q-5k-topcon .swiper-button-next:after, .z6q-5k-topcon .swiper-button-prev:after {
    font-size: 22px;
    color: #fff;
}
.z6q-5k-topcon .swiper-button-next, .z6q-5k-topcon .swiper-button-prev {
    width: 35px;
    height: 55px;
}


/*首页热门数据*/
.z6q-5k-index_wangluo_list ul{
    overflow: hidden;
}
.z6q-5k-index_wangluo_list ul li {
    width: 240px;
    background: #333;
    border-radius: 4px;
    padding: 10px;
    float: left;
    margin-bottom: 20px;
}
.z6q-5k-index_wangluo_list ul li .z6q-5k-img {
    height: 129px;
    position: relative;
    overflow: hidden;
}
.z6q-5k-index_wangluo_list ul li .z6q-5k-img img {
    width: 100%;
    height: 129px;
}
.z6q-5k-index_wangluo_list ul li p {
    font-size: 16px;
    color: #ccc;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

/*首页球队球员推荐*/
.z6q-5k-index_hot_list {
    overflow: hidden;
}
.z6q-5k-index_hot_list a:nth-child(3n+1){
    margin-left: 0px;
}
.z6q-5k-index_hot_list a {
    display: block;
    float: left;
    width: 90px;
    margin-left: 10px;
    padding-top: 10px;
    background: #333;
    margin-bottom: 10px;
}
.z6q-5k-index_hot_list a img {
    /*width: 40px;*/
    max-width: 100%;
    height: 40px;
    display: block;
    margin: 0 auto;
}
.z6q-5k-index_hot_list a span {
    height: 30px;
    color: #ccc;
    line-height: 30px;
    overflow: hidden;
    display: block;
    text-align: center;
}

/*频道列表*/

.z6q-5k-pmap{
    margin-bottom: 20px;
}
.z6q-5k-pmap ul{
    padding: 20px 0 0px;
    margin-bottom: 20px;
}
.z6q-5k-pmap ul li{
    width: 118px;
    background: #333;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    margin-bottom: 15px;
    padding-left: 10px;
}
.z6q-5k-pmap ul li:nth-child(7n){
    margin-right: 0px;
}
.z6q-5k-pmap ul li a{
    overflow: hidden;
    height: 40px;
    display: block;
    font-size: 14px;
    color: #ccc;
}
.z6q-5k-pmap ul li:hover a{
    color: #0276e9;
}

/*视频列表*/
.z6q-5k-tuwen_list {
    margin: 20px 0 0;
    margin-left: -20px;
    overflow: hidden;
}
.z6q-5k-tuwen_list a {
    background: #333;
    width: 101px;
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
    display: block;
    padding: 10px 0px;
}
.z6q-5k-tuwen_list .z6q-5k-img {
    position: relative;
    overflow: hidden;
    display: block;
}
.z6q-5k-tuwen_list .z6q-5k-img img {
    display: block;
    /*width: 70px;*/
    max-width: 100%;
    height: 70px;
    margin: 0 auto;
}
.z6q-5k-tuwen_list .z6q-5k-title {
    line-height: 40px;
    height: 40px;
    color: #ccc;
    padding: 0 15px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
}

/*赛事聚合信息*/
.z6q-5k-saishi_tab {
    border-radius: 4px;
    border: 1px solid #333;
    padding: 0 10px;
    margin-top: 20px;
    overflow: hidden;
    background: #333;
}
.z6q-5k-saishi_tab img {
    float: left;
    height: 40px;
    width: auto;
    margin-top: 5px;
}
.z6q-5k-saishi_tab span {
    float: left;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
    font-size: 20px;
    color: #ccc;
}
.z6q-5k-saishi_tab .z6q-5k-saishi_item {
    float: right;
}
.z6q-5k-saishi_tab .z6q-5k-saishi_item a {
    display: inline-block;
    font-size: 16px;
    margin-left: 10px;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    border-radius: 4px;
    color: #ccc;
}
.z6q-5k-saishi_tab .z6q-5k-saishi_item a.on {
    background: #0276e9;
    color: #FFF;
}

/*日期tab*/
.z6q-5k-data_conten {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}
.z6q-5k-data_conten a {
    position: relative;
    border: 1px solid #666;
    color: #ccc;
    border-radius: 4px;
    width: 160px;
    height: 64px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #333;
    margin-left: 5px;
}
.z6q-5k-data_conten a:first-child{
    margin-left: 0px;
}
.z6q-5k-data_conten a.on i, .z6q-5k-data_conten a:hover i {
    display: inline-block;
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0276e9;
    border-radius: 0px 0px 2px 2px;
}
.z6q-5k-data_conten a.on {
    color: #0377eb;
    font-weight: bold;
    border: 1px solid rgba(0, 128, 255, .88);
    position: relative;
}

/*排行榜*/
.z6q-5k-jf_rnak {
    margin-top: 10px;
    color: #ccc;
    background: #333;
}
.z6q-5k-jf_rnak .z6q-5k-jfname {
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}
.z6q-5k-jf_rnak .z6q-5k-rankingt.z6q-5k-zuqiu {
    display: grid;
    grid-template-columns: 5% 23% 9% 9% 9% 9% 9% 9% 9% 9%;
    height: 51px;
    align-items: center;
    padding: 0 30px;
}
.z6q-5k-jf_rnak .z6q-5k-rankingt.z6q-5k-nba {
    display: grid;
    grid-template-columns: 6% 26% 17% 17% 17% 17%;
    height: 51px;
    align-items: center;
    padding: 0 30px;
}
.z6q-5k-jf_rnak .z6q-5k-rankingt.z6q-5k-bg{
    background: #EEEEEE;
    line-height: 40px;
}
.z6q-5k-jf_rnak .z6q-5k-bgg {
    border-bottom: 1px solid #292b2df2;
}
.z6q-5k-jf_rnak .z6q-5k-rankingt .z6q-5k-num {
    display: block;
    width: 28px;
    height: 28px;
    background: #ccc;
    font: 18px / 30px Helvetica;
    color: #fff;
    border-radius: 2px;
    text-align: center;
}
.z6q-5k-jf_rnak .z6q-5k-logo {
    display: flex;
    align-items: center;
    text-align: left;
}
.z6q-5k-jf_rnak .z6q-5k-team {
    padding-left: 5px;
}

/*直播tab*/
.z6q-5k-live_con_tab {
    display: flex;
    justify-content: space-between;
    height: 40px;
    margin-top: 20px;
}
.z6q-5k-live_con_tab li {
    float: left;
}
.z6q-5k-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: hsla(0, 0%, 100%, .88);
    background: #191b1fc9;
    height: 40px;
    line-height: 40px;
}
.z6q-5k-live_con_tab li:first-child a {
    border-radius: 4px 0px 0px 4px;
}
.z6q-5k-live_con_tab li:last-child a {
    border-radius: 0px 4px 4px 0px;
}
.z6q-5k-live_con_tab li a.active {
    background: rgba(0, 0, 0, .9);
    color: #fff;
}

/*球队 球员详情*/
.z6q-5k-detail_top {
    background: url(../images/bg-qd.png) no-repeat;
    background-size: 100%;
    overflow: hidden;
    position: relative;
}
.z6q-5k-detail_top .z6q-5k-img {
    float: left;
    width: 50px;
    height: 50px;
    margin: 11px;
    object-fit: contain;
}
.z6q-5k-detail_top .z6q-5k-name .z6q-5k-zh {
    margin-top: 12px;
    margin-bottom: 3px;
    font-size: 20px;
    color: #333;
    display: flex;
}
.z6q-5k-detail_top .z6q-5k-name .z6q-5k-zh span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.z6q-5k-detail_top .z6q-5k-name .z6q-5k-en {
    display: flex;
    font-size: 12px;
    color: #bbb;
}
.z6q-5k-detail_top .z6q-5k-market {
    height: 72px;
    line-height: 72px;
    color: #FFF;
    font-size: 18px;
    padding: 0 20px 0 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #0276e9;
}
.z6q-5k-detail_top .z6q-5k-market::before {
    position: absolute;
    content: '';
    top: 0;
    border: solid transparent;
    border-right-color: rgba(255,255,255,0.6);
    border-top-color: rgba(255,255,255,0.6);
    border-width: 52px 20px;
    left: -42px;
    z-index: -1;
    transform: translateX(20px);
    animation-name: worth;
    animation-duration: .8s;
    animation-timing-function: cubic-bezier(0,1.24,0.75,1.29);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: .4s;
}
.z6q-5k-detail_top .z6q-5k-market::after {
    position: absolute;
    content: '';
    top: 0;
    border: solid transparent;
    border-right-color: #0276e9;
    border-top-color: #0276e9;
    border-width: 52px 20px;
    left: -28px;
}

/*直播详情页*/
.z6q-5k-live_detail {
    position: relative;
    height: 280px;
    padding-top: 50px;
}
.z6q-5k-live_bg {
    height: 280px;
    background: linear-gradient(90deg,#0276e9  18.8%,#0276e9 49.96%,#0276e9 81.5%);
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    z-index: -1;
}
.z6q-5k-live_bg .z6q-5k-live_bg_box .z6q-5k-live_bg_con {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 0;
    width: 100%;
}
.z6q-5k-live_detail_team .z6q-5k-live_detail_teamt {
    color: #fff;
}
.z6q-5k-live_detail_team .z6q-5k-live_name {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 4px 27px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}
.z6q-5k-live_detail_team .z6q-5k-live_con {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.z6q-5k-team1 {
    text-align: center;
    width: 30%;
}
.z6q-5k-team2 .z6q-5k-team_img, .z6q-5k-team1 .z6q-5k-team_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.z6q-5k-team2 .z6q-5k-team_img img, .z6q-5k-team1 .z6q-5k-team_img img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}
.z6q-5k-team1 h1, .z6q-5k-team2 h1 {
    height: 26px;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #FFFFFF;
    margin-top: 10px;
}
.z6q-5k-live_num {
    text-align: center;
    width: 40%;
}
.z6q-5k-live_num_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0;
    height: 39px;
    padding: 0 12px;
}
.z6q-5k-live_num_box > p
 {
    font-size: 32px;
    font-family: DIN;
    font-weight: bold;
    line-height: 39px;
    color: #FFFFFF;
}
.z6q-5k-live_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: #0276e9;
}
.z6q-5k-team2 {
    text-align: center;
    width: 30%;
}

/*信号源*/
.z6q-5k-match_details {
    margin-top: 10px;
    margin-bottom: 10px;
}
.z6q-5k-signa{
    margin-top: 10px;
}
.z6q-5k-signa ul li {
    margin-right: 10px;
    background: #CCC;
    display: inline-block;
    /*margin-top: 10px;*/
    margin-bottom: 10px;
    border-radius: 6px;
}
.z6q-5k-signa ul li.z6q-5k-click {
    background: #f25035;
}
.z6q-5k-signa ul li a{
    display: block;
    padding: 10px 20px;
    color: #fff;
}

/*直播详情*/
.z6q-5k-live_content {
    padding: 20px 15px;
    background: #333;
}
.z6q-5k-live_content p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #ffffffe0;
}
.z6q-5k-live_content p span.z6q-5k-tit {
    color: #ffffffe0;
    overflow: hidden;
}

/*网络信息详情*/
.z6q-5k-wangluo_con {
    background: #333;
    margin-top: 20px;
    padding: 15px;
    overflow: hidden;
}
.z6q-5k-wangluo_con .z6q-5k-img {
    float: left;
    margin-right: 20px;
}
.z6q-5k-wangluo_con .z6q-5k-img img {
    width: 200px;
    height: 120px;
    border-radius: 5px;
}
.z6q-5k-wangluo_con .z6q-5k-title {
    text-indent: 3rem;
    text-align: justify;
    float: left;
    width: 570px;
    font-size: 15px;
    color: #ccc;
}

/*新闻img list*/
.z6q-5k-detail_newimg_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-bottom: 20px;
}
.z6q-5k-detail_newimg_list a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 80px;
    padding-left: 118px;
    margin-top: 10px;
    position: relative;
}
.z6q-5k-detail_newimg_list a .z6q-5k-img {
    border-radius: 4px;
    height: 80px;
    left: 0;
    position: absolute;
    top: 0;
    width: 106px;
    object-fit: cover;
    overflow: hidden;
}
.z6q-5k-detail_newimg_list a .z6q-5k-img img {
    width: 100%;
    height: auto;
}
.z6q-5k-detail_newimg_list a .z6q-5k-tit {
    -webkit-box-flex: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 0 1;
    -ms-flex: 0 0 1;
    flex: 0 0 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}
.z6q-5k-detail_newimg_list a .z6q-5k-tit p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #ffffffe0;
    display: -webkit-box;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    max-height: 48px;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
}
.z6q-5k-detail_newimg_list a:hover .z6q-5k-tit p{
    color: #0377eb;
}