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

.jrs-zb-allbg{
    position: fixed;
    z-index: -99;
    top: 181px; /* 已为你适配新头部的高度，原为 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:#f5f5f5;}

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

.jrs-zb-box {
    background: #fff;
    border-radius: 0px;
    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 #605ca8;
	background: #605ca8;
	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;
}

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

/* ==========================================
   全新 PC 端公共头部样式 (基于 Flexbox + BEM)
   ========================================== */
.flex-between { display: flex; justify-content: space-between; align-items: center; }
.align-center { align-items: center; }

.site-header-pc {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* --- 1. 顶部快捷链接栏 --- */
.header-top-bar {
    background-color: #303030;
    color: #ccc;
    font-size: 13px;
    height: 36px;
}
.header-top-bar a {
    color: #ccc;
    margin: 0 8px;
    transition: color 0.3s;
}
.header-top-bar a:hover {
    color: #fff;
}
.header-top-bar .category-title {
    color: #999;
    margin-left: 15px;
}
.header-top-bar .category-title i {
    color: #605ca8;
}
.header-top-bar .divider {
    color: #555;
    margin: 0 5px;
}
.header-top-bar .add-favorite {
    color: #f1c40f;
}

/* --- 2. 主头部 (Logo & 搜索) --- */
.header-main {
    padding: 15px 0;
}
.brand-logo img {
    height: 65px;
    display: block;
}

/* 搜索模块 */
.search-module {
    width: 500px;
}
.search-engine-tabs {
    display: flex;
    margin-bottom: 0;
}
.search-engine-tabs li {
    font-size: 13px;
    padding: 6px 16px;
    cursor: pointer;
    background-color: #f5f5f5;
    color: #666;
    border-radius: 4px 4px 0 0;
    margin-right: 2px;
    transition: all 0.2s;
}
.search-engine-tabs li.active {
    background-color: #605ca8;
    color: #fff;
    font-weight: bold;
}
.search-input-group {
    display: flex;
    height: 40px;
}
.search-input-group .search-input {
    flex: 1;
    border: 2px solid #605ca8;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 0 0 0 4px;
    outline: none;
}
.search-input-group .search-input::placeholder {
    color: #aaa;
}
.search-input-group .search-btn {
    width: 100px;
    background-color: #605ca8;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0 0 4px 0;
    transition: background 0.3s;
}
.search-input-group .search-btn:hover {
    background-color: #4d4987;
}

/* --- 3. 主导航栏 --- */
.header-navbar {
    background-color: #605ca8;
}
.nav-list {
    display: flex;
}
.nav-item {
    position: relative;
}
.nav-link {
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    transition: background 0.3s;
}
.nav-link:hover {
    background-color: #4d4987;
    color: #fff;
}
.nav-arrow {
    font-size: 12px;
    margin-left: 5px;
    opacity: 0.8;
}

/* 下拉菜单 (纯 CSS 实现动画) */
.nav-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 140px;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-radius: 0 0 4px 4px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 9999;
}
.nav-item.has-dropdown:hover .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.dropdown-item a {
    display: block;
    padding: 12px 20px;
    color: #333;
    font-size: 14px;
    border-bottom: 1px solid #f5f5f5;
    transition: all 0.2s;
}
.dropdown-item:last-child a {
    border-bottom: none;
}
.dropdown-item a:hover {
    background-color: #f9f9f9;
    color: #605ca8;
    padding-left: 25px;
}


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

footer {
    width: 100%;
    color: #fff;
    font-size: 12px;
    background-color: #303030;
    text-align: center;
}
footer .jrs-zb-center {
    height: 115px;
    padding-top: 20px;
}
footer p:nth-of-type(1) {
    color: #fff;
    line-height: 42px;
    font-size: 12px;
}
footer p a {
    color: #fff;
    margin: 0 10px;
    font-weight: 400;
}
footer p:nth-of-type(2) {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
}
footer p:nth-of-type(2) a {
    margin: 0;
}
footer p:nth-of-type(2) a:hover{
    color: red;
}

/*内页map*/
.jrs-zb-map-box {
    padding: 0px 0 0;
    margin-bottom: 10px;
}
.jrs-zb-crumbs {
    margin-top: -10px;
    font-size: 13px;
    color: #666;
    position: relative;
}
.jrs-zb-crumbs.jrs-zb-nobor{
    border: 0;
    padding: 0px;
}
.jrs-zb-crumbs a {
    color: #333;
    display: inline-block;
    position: relative;
    font-size: 13px;
}
.jrs-zb-crumbs a:not(:last-child)::after {
    padding: 0px 5px;
    content: '>';
}
.jrs-zb-crumbs a:hover{
    color: #dd0000;
}

/*首页tab*/
.jrs-zb-index_label{
    border-top: 2px solid #605ca8;
    background: #fff;
}
.jrs-zb-index_label ul {
    overflow: hidden;
    height: 50px;
    background: #f7f9fa;
    box-shadow: 0 2px 3px #ddd;
}
.jrs-zb-index_label li {
    height: 50px;
    line-height: 50px;
    margin-right: 2px;
    background: #f7f9fa;
    text-align: center;
    padding: 0 15px;
    float: left;
    cursor: pointer;
}
.jrs-zb-index_label li.on {
    background: #605ca8;
    color: #FFF;
}

/*资讯list*/
.jrs-zb-news_list .jrs-zb-item {
    background: #fff;
    position: relative;
    margin-top: 10px;
    padding: 20px;
}
.jrs-zb-news_list .jrs-zb-item > a{
    display: block;
}
.jrs-zb-news_list .jrs-zb-title {
    align-items: center;
    display: flex;
    margin-bottom: 10px;
}
.jrs-zb-news_list .jrs-zb-item .jrs-zb-title .jrs-zb-tit {
    display: block;
    font-size: 16px;
    font-weight: bold;
    flex: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jrs-zb-news_list .jrs-zb-title span {
    margin-left: 20px!important;
    color: #909399;
}
.jrs-zb-news_list .jrs-zb-info {
    background: #fff;
    align-items: center;
    display: flex;
}
.jrs-zb-news_list .jrs-zb-img {
    width: 178px;
    height: 110px;
    overflow: hidden;
    position: relative;
}
.jrs-zb-news_list .jrs-zb-img img{
    width: 100%;
    height: 100%;
}
.jrs-zb-news_list .jrs-zb-cont {
    margin: 0 15px;
    flex: 1;
    overflow: hidden;
    position: relative;
}
.jrs-zb-news_list .jrs-zb-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;
}
.jrs-zb-news_list .jrs-zb-score {
    color: #605ca8!important;
    font-size: 14px;
    line-height: 1.5;
}

/*首页视频*/
.jrs-zb-index_video{
    margin-left: -20px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}
.jrs-zb-index_video div{
    width: 50%;
    padding-left: 20px;
    margin-bottom: 15px;
}
.jrs-zb-index_video.jrs-zb-video_page{
    margin-left: -40px;
}
.jrs-zb-index_video.jrs-zb-video_page div{
    width: 250px;
    margin-left: 40px;
    padding-left: 0px;
    margin-bottom: 15px;
}
.jrs-zb-index_video.jrs-zb-video_page div .jrs-zb-img{
    width: 250px;
    height: 185px;
}
.jrs-zb-index_video.jrs-zb-video_page div .jrs-zb-img img{
    width: 100%;
    height: 145px;
}
.jrs-zb-index_video div .jrs-zb-img {
    background: #fff;
    height: 136px;
    margin-bottom: 0px;
    display: block;
    overflow: hidden;
    position: relative;
}
.jrs-zb-index_video div .jrs-zb-img img{
    width: 100%;
    height: 106px;
}
.jrs-zb-index_video div .jrs-zb-img:hover span{
    background: url(../images/v2.png) no-repeat center;
}
.jrs-zb-index_video div .jrs-zb-img span {
    position: absolute;
    width: 46px;
    height: 46px;
    background: url(../images/v.png) no-repeat center;
    left: 50%;
    top: 50%;
    margin-left: -23px;
    margin-top: -33px;
}
.jrs-zb-index_video div .jrs-zb-img p {
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

/*首页录像*/
.jrs-zb-index_videopace{
    background: #fff;
    padding-bottom: 20px!important;
}
.jrs-zb-index_videopace ul {
    border-bottom: 1px dashed #e8e8e8;
    padding: 10px;
    margin-bottom: 20px;
}
.jrs-zb-index_videopace ul:last-child {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 0;
}
.jrs-zb-index_videopace ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.jrs-zb-index_videopace ul li {
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    line-height: 36px;
    align-items: center;
    font-size: 16px;
}
.jrs-zb-index_videopace.jrs-zb-page_list ul li {
    line-height: 42px;
}
.jrs-zb-index_videopace ul li span{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 6px 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;
}
.jrs-zb-index_videopace ul li a {
    display: block;
    flex: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*内页资讯*/
.jrs-zb-detail_new_list{
    background: #fff;
    padding-bottom: 20px!important;
}
.jrs-zb-detail_new_list ul {
    border-bottom: 1px dashed #e8e8e8;
    padding: 10px;
    margin-bottom: 20px;
}
.jrs-zb-detail_new_list ul:last-child {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 0;
}
.jrs-zb-detail_new_list ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 25px;
    border-bottom: 1px solid #f5f5f5;
    padding: 5px 0;
}
.jrs-zb-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%;
}
.jrs-zb-detail_new_list ul li a em{
    color: #eb0303;
}
.jrs-zb-detail_new_list ul li a {
    display: block;
    flex: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*title*/
.jrs-zb-index_title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.jrs-zb-index_title span,.jrs-zb-index_title h2,.jrs-zb-index_title h3 {
    margin-left: 10px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.jrs-zb-index_title:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 20px;
    margin-top: -9px;
    background: linear-gradient(90deg,#605ca8,#605ca8);
    vertical-align: middle;
}

/*左右布局*/
.jrs-zb-index_conter{
    width: 1200px;
    margin: 20px auto 0;
}
.jrs-zb-index_con {
    margin-bottom: 20px;
    display: flex;
}
.jrs-zb-index_con .jrs-zb-index_left{
    width: 830px;
}
.jrs-zb-index_con .jrs-zb-index_right {
    width: 350px;
    margin-left: 20px;
}

/*标签*/
.jrs-zb-tags {
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    background: #fff;
    display: inline-block;
}
.jrs-zb-tags .jrs-zb-tag {
    margin-bottom: 8px;
}
.jrs-zb-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: #333;
    border-radius: 2px;
    background-color: #f0f0f0;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
}
.jrs-zb-tags a.jrs-zb-tag:after {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 9px solid #f0f0f0;
    position: absolute;
    top: 0;
    right: -9px;
}

/*内页标签*/
.jrs-zb-detail_tags {
    overflow: hidden;
}
.jrs-zb-detail_tags span {
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    float: left;
}
.jrs-zb-detail_tags a {
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #605ca8;
    overflow: hidden;
    margin-left: 5px;
}

/*内页热门数据*/
.jrs-zb-detail_wangluo ul {
    margin-top: 20px;
    margin-left: -20px;
    overflow: hidden;
}
.jrs-zb-detail_wangluo ul li {
    width: 192px;
    background: #fff;
    box-shadow: 0 0 10px 0 #dfdfdf;
    border-radius: 4px;
    padding: 10px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}
.jrs-zb-detail_wangluo ul li .jrs-zb-img {
    height: 110px;
    position: relative;
    overflow: hidden;
}
.jrs-zb-detail_wangluo ul li .jrs-zb-img img {
    display: block;
    width: 100%;
    height: 129px;
}
.jrs-zb-detail_wangluo ul li p {
    font-size: 16px;
    color: #1d1d1f;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

/*上下页*/
.jrs-zb-news_detail_page {
    margin: 30px 0 40px 0;
    height: 80px;
    position: relative;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}
.jrs-zb-news_detail_page p {
    margin-bottom: 10px;
}

/*置顶*/
#jrs-zb-totop {
    height: 30px;
    position: fixed;
    left: 50%;
    margin-left: 600px;
    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;
}
#jrs-zb-totop i{
    width: 100%;
    height: 100%;
    vertical-align: top;
    background: url(../images/top-arrow.png) no-repeat center;
    background-size: 30px;
}

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

/*直播列表*/
.jrs-zb-index_match_list .jrs-zb-hotmatch {
    padding: 12px;
    border-bottom: 1px solid #d3e1e2;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch  a.jrs-zb-items-center {
    float: left;
    width: 800px;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch  a.jrs-zb-items-center > p {
    height: 28px;
    line-height: 28px;
    display: inline-block;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-status.jrs-zb-live span {
    background: linear-gradient(90deg,#ff1c1c,#eaadad);
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-status.jrs-zb-prelive span {
    background: linear-gradient(90deg,#929292,#c1c1c1);
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-status {
    float: left;
    margin-right: 10px;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-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;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-time {
    float: left;
    margin-right: 20px;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-cate {
    float: left;
    margin-right: 10px;
    width: 60px;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-team1 {
    float: left;
    text-align: right;
    margin-right: 10px;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-team1logo {
    width: 24px;
    float: left;
    margin-right: 10px;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-team1logo img {
    width: 24px;
    vertical-align: middle;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-team1num {
    margin-right: 2px;
    float: left;
    width: 30px;
    background: #F5F5F5;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-fh {
    margin-right: 2px;
    float: left;
    width: 5px;
    text-align: center;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-team2num {
    margin-right: 10px;
    float: left;
    width: 30px;
    background: #F5F5F5;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-team2logo {
    margin-right: 10px;
    float: left;
    width: 24px;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-team2logo img {
    width: 24px;
    vertical-align: middle;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-team2 {
    float: left;
    margin-right: 10px;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-items-box {
    float: right;
    width: 260px;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-items-top, .jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-items-top p {
    display: flex;
    align-items: center;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-items-top p:first-child {
    font-size: 14px;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-items-top p {
    color: #000;
    justify-content: center;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-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;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-items-btm {
    float: left;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-items-btm p {
    color: #605ca8;
    font-size: 14px;
    line-height: 26px;
    border-bottom: 1px solid #605ca8;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    float: left;
    margin-right: 10px;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-items-box .jrs-zb-more {
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    cursor: pointer;
    float: left;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-items-box .jrs-zb-more:after {
    content: "";
    width: 23px;
    height: 26px;
    background: url(../images/chevron-down.png) no-repeat;
    background-position: 50%;
    background-size: 12px 7px;
}
.jrs-zb-index_match_more {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 200px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    background-color: #303030;
    border-radius: 2px;
    margin-top: 10px;
}
.jrs-zb-index_match_more a{
    color: #fff;
    display: block;
}

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

.jrs-zb-news_con {
    margin-bottom: 20px;
    display: flex;
    margin-top: 20px!important;
}
.jrs-zb-news_con .jrs-zb-news_left{
    width: 830px;
    flex: 1;
}
.jrs-zb-news_right {
    width: 350px;
    margin-left: 20px;
}

/*标题 来源*/
.jrs-zb-news_top_cont {
    padding: 30px 0 30px 0;
    border-bottom: 1px dashed #eee;
    text-align: center!important;
}
.jrs-zb-news_top_cont.jrs-zb-channel{
    padding-bottom: 0!important;
}
.jrs-zb-news_top_cont h1 {
    font-size: 24px;
    display: block;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: bold;
}
.jrs-zb-news_top_cont .jrs-zb-text {
    font-size: 14px;
    line-height: 1.5;
    color: #909399!important;
}
.jrs-zb-news_top_cont .jrs-zb-text span {
    margin: 0 20px;
}

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

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

/*视频详情列表*/
.jrs-zb-video_play {
    position: relative;
    background: #000000;
    width: 100%;
    height: 450px;
}
.jrs-zb-video_play img.jrs-zb-img {
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.jrs-zb-video_play img.jrs-zb-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.jrs-zb-video_cont_list {
    margin-bottom: 10px;
}
.jrs-zb-video_cont_list span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}
.jrs-zb-video_cont_list a {
    display: block;
    font-size: 15px;
    text-decoration: revert;
    height: 30px;
    line-height: 30px;
}

/*轮播*/
.main-swiper-pagination {
    width: auto !important;
    height: 35px !important;
    position: absolute;
    top: 10px !important;
    left: 20px !important;
    z-index: 9;
}
.main-swiper-pagination .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 0;
    margin: 0 0 0 5px!important;
    opacity: 1;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
}
.main-swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
    color: #333;
}

/*首页资讯布局*/
.jrs-zb-topcon {
    background: #fff;
    padding: 20px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.jrs-zb-topcon_l {
    width: 460px;
}
.jrs-zb-topcon_l .jrs-zb-topcon_l_sw {
    overflow: hidden;
    font-size: 20px;
    margin-bottom: 20px;
}
.jrs-zb-topcon_l .jrs-zb-ul_o{
    position: relative;
    height: 236px;
}
.jrs-zb-topcon_l .jrs-zb-ul_o li{
    position: relative;
}
.jrs-zb-topcon_l .jrs-zb-ul_o li .jrs-zb-img {
    display: block;
    height: 100%;
    width: 100%;
}
.jrs-zb-topcon_l .jrs-zb-ul_o li img {
    height: 100%;
    width: 100%;
}
.jrs-zb-topcon_l .jrs-zb-ul_o li p{
    position: absolute;
    bottom: 30px;
    left: 0px;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 20px;
    display: block;
    font-weight: bold;
    z-index: 99;
    line-height: 20px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jrs-zb-topcon_l .jrs-zb-ul_o li .jrs-zb-bg{
    position: absolute;
    background: linear-gradient(to top, black 4%, transparent);
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}

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

.jrs-zb-topcon_m {
    width: 440px;
}

.jrs-zb-topcon_m_b {
    margin-top: 30px;
    position: relative;
}
.jrs-zb-topcon_m_b::after {
    position: absolute;
    content: '';
    left: 0;
    top: 5px;
    height: calc(100% - 12px);
    width: 1px;
}
.jrs-zb-topcon_m_b ul:first-child{
    margin-bottom: 40px;
}
.jrs-zb-topcon_m_b ul li {
    display: flex;
    height: 20px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-left: 13px;
    margin-bottom: 15px;
}
.jrs-zb-topcon_m_b ul li:last-child{
    margin-bottom: 15px;
}
.jrs-zb-topcon_m_b ul li .jrs-zb-yd {
    position: absolute;
    left: -3px;
    top: 6px;
    width: 7px;
    height: 7px;
    background-color: #ffffff;
    border: solid 1px #dcdbdc;
    border-radius: 50%;
    background: #fff;
    z-index: 99;
}
.jrs-zb-topcon_m_b ul li .jrs-zb-name {
    max-width: 320px;
    font-size: 15px;
    color: #444;
    margin-right: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jrs-zb-topcon_m_b ul li:hover .jrs-zb-yd{
    border-color: red;
}
.jrs-zb-topcon_m_b ul li:hover .jrs-zb-name {
    color: red;
}
.jrs-zb-topcon_m_b ul li .jrs-zb-time {
    margin-right: 25px;
    font-size: 14px;
    color: #999;
}

.jrs-zb-topcon_r {
    width: 200px;
}

.jrs-zb-index_three .jrs-zb-center{
    padding: 20px;
    background: #fff;
    display: flex;
    justify-content: space-between;
}
.jrs-zb-index_three_l {
    width: 892px;
    padding-right: 20px;
}
.jrs-zb-index_three_main{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.jrs-zb-topcon_l_b {
    width: 460px;
}
.jrs-zb-topcon_l_b .jrs-zb-news_imglist {
    margin-bottom: 24px;
}
.jrs-zb-topcon_l_b .jrs-zb-news_imglist ul {
    display: flex;
    justify-content: space-between;
}
.jrs-zb-topcon_l_b .jrs-zb-news_imglist ul li {
    width: 219px;
    height: 132px;
}
.jrs-zb-topcon_l_b .jrs-zb-news_imglist ul li .jrs-zb-img {
    width: 219px;
    height: 123px;
    position: relative;
}
.jrs-zb-topcon_l_b .jrs-zb-news_imglist ul li .jrs-zb-img img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.jrs-zb-topcon_l_b .jrs-zb-news_imglist ul li .jrs-zb-img p{
    margin-top: 10px;
    font-size: 15px;
    color: #323232;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
}
.jrs-zb-index_three_mainr {
    width: 421px;
}
.jrs-zb-index_three_r {
    width: 253px;
}
.jrs-zb-topcon_r_list ul{
    margin-top: 20px;
}
.jrs-zb-topcon_r_list ul li {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.jrs-zb-topcon_r_list ul li .jrs-zb-img {
    display: block;
    position: relative;
    width: 100%;
}
.jrs-zb-topcon_r_list ul li .jrs-zb-img img{
    width: 100%;
    height: 110px;
    border-radius: 15px;
}
.jrs-zb-topcon_r_list ul li p {
    width: 100%;
    height: 24px;
    line-height: 30px;
    font-size: 14px;
}
.jrs-zb-topcon_r_list ul li p.jrs-zb-blod {
    color: 000;
    font-weight: bold;
}
.jrs-zb-topcon_r_list ul li p img {
    height: 19px;
    width: 19px;
    vertical-align: middle;
    margin-right: 10px;
}

/*首页热门数据*/
.jrs-zb-index_wangluo_list ul{
    margin-left: -20px;
    overflow: hidden;
}
.jrs-zb-index_wangluo_list ul li {
    width: 224px;
    background: #fff;
    box-shadow: 0 0 10px 0 #dfdfdf;
    border-radius: 4px;
    padding: 10px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}
.jrs-zb-index_wangluo_list ul li .jrs-zb-img {
    height: 129px;
    position: relative;
    overflow: hidden;
}
.jrs-zb-index_wangluo_list ul li .jrs-zb-img img {
    width: 100%;
    height: 129px;
}
.jrs-zb-index_wangluo_list ul li p {
    font-size: 16px;
    color: #1d1d1f;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

/*首页球队球员推荐*/
.jrs-zb-index_hot_list {
    overflow: hidden;
    background: #fff;
    padding: 0px 5px 10px 5px;
}
.jrs-zb-index_hot_list a:first-child{
    margin-left: 0px;
}
.jrs-zb-index_hot_list a {
    display: block;
    float: left;
    width: 110px;
    margin-left: 10px;
    background: #fff;
    box-shadow: 0 0 4px 0 #dfdfdf;
    margin-top: 10px;
    padding: 10px;
}
.jrs-zb-index_hot_list a img {
    max-width: 100%;
    height: 40px;
    display: block;
    margin: 0 auto;
}
.jrs-zb-index_hot_list a span {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: block;
    text-align: center;
}

/*频道列表*/

.jrs-zb-pmap{
    margin-bottom: 20px;
}
.jrs-zb-pmap ul{
    padding: 20px 0 0px;
    margin-bottom: 20px;
}
.jrs-zb-pmap ul li{
    width: 101px;
    background: #fff;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    margin-bottom: 15px;
    padding-left: 10px;
}
.jrs-zb-pmap ul li:nth-child(7n){
    margin-right: 0px;
}
.jrs-zb-pmap ul li a{
    overflow: hidden;
    height: 40px;
    display: block;
    font-size: 14px;
    color: #333;
}
.jrs-zb-pmap ul li:hover a{
    color: #605ca8;
}

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

/*赛事聚合信息*/
.jrs-zb-saishi_tab {
    border-radius: 4px;
    border: 1px solid #d3e1e2;
    padding: 0 10px;
    margin-top: 20px;
    overflow: hidden;
    background: #FFF;
}
.jrs-zb-saishi_tab img {
    float: left;
    height: 40px;
    width: auto;
    margin-top: 5px;
}
.jrs-zb-saishi_tab span {
    float: left;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
    font-size: 20px;
    color: #605ca8;
}
.jrs-zb-saishi_tab .jrs-zb-saishi_item {
    float: right;
}
.jrs-zb-saishi_tab .jrs-zb-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;
}
.jrs-zb-saishi_tab .jrs-zb-saishi_item a.on {
    background: #605ca8;
    color: #FFF;
}

/*日期tab*/
.jrs-zb-data_conten {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}
.jrs-zb-data_conten a {
    position: relative;
    border: 1px solid #D3E1E2;
    border-radius: 4px;
    width: 160px;
    height: 64px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFF;
    margin-left: 5px;
}
.jrs-zb-data_conten a:first-child{
    margin-left: 0px;
}
.jrs-zb-data_conten a.on i, .jrs-zb-data_conten a:hover i {
    display: inline-block;
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #605ca8;
    border-radius: 0px 0px 2px 2px;
}
.jrs-zb-data_conten a.on {
    color: #605ca8;
    font-weight: bold;
    border: 1px solid #605ca8;
    position: relative;
}

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

/*直播tab*/
.jrs-zb-live_con_tab {
    display: flex;
    justify-content: space-between;
    height: 40px;
    margin-top: 20px;
}
.jrs-zb-live_con_tab li {
    float: left;
}
.jrs-zb-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: #605ca8;
    border: 1px solid #605ca8;
    background: #ffffff;
    height: 40px;
    line-height: 40px;
}
.jrs-zb-live_con_tab li:first-child a {
    border-radius: 4px 0px 0px 4px;
}
.jrs-zb-live_con_tab li:last-child a {
    border-radius: 0px 4px 4px 0px;
}
.jrs-zb-live_con_tab li a.active {
    background: #605ca8;
    color: #fff;
}

/*球队 球员详情*/
.jrs-zb-detail_top {
    background: url(../images/bg-qd.png) no-repeat;
    background-size: 100%;
    overflow: hidden;
    position: relative;
}
.jrs-zb-detail_top .jrs-zb-img {
    float: left;
    width: 50px;
    height: 50px;
    margin: 11px;
    object-fit: contain;
}
.jrs-zb-detail_top .jrs-zb-name .jrs-zb-zh {
    margin-top: 12px;
    margin-bottom: 3px;
    font-size: 20px;
    color: #333;
    display: flex;
}
.jrs-zb-detail_top .jrs-zb-name .jrs-zb-zh span {
    font-size: 20px;
    font-weight: 500;
}
.jrs-zb-detail_top .jrs-zb-name .jrs-zb-en {
    display: flex;
    font-size: 12px;
    color: #bbb;
}
.jrs-zb-detail_top .jrs-zb-market {
    height: 72px;
    line-height: 72px;
    color: #FFF;
    font-size: 18px;
    padding: 0 20px 0 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #605ca8;
}
.jrs-zb-detail_top .jrs-zb-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;
}
.jrs-zb-detail_top .jrs-zb-market::after {
    position: absolute;
    content: '';
    top: 0;
    border: solid transparent;
    border-right-color: #605ca8;
    border-top-color: #605ca8;
    border-width: 52px 20px;
    left: -28px;
}

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

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

/*直播详情*/
.jrs-zb-live_content {
    padding: 20px 15px;
    background: #FFF;
}
.jrs-zb-live_content p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}
.jrs-zb-live_content p span.jrs-zb-tit {
    color: #C00;
    overflow: hidden;
}

/*网络信息详情*/
.jrs-zb-wangluo_con {
    background: #fff;
    margin-top: 20px;
    padding: 20px 15px;
    overflow: hidden;
}
.jrs-zb-wangluo_con .jrs-zb-img {
    float: left;
    margin-right: 20px;
}
.jrs-zb-wangluo_con .jrs-zb-img img {
    width: 200px;
    height: 120px;
    border-radius: 5px;
}
.jrs-zb-wangluo_con .jrs-zb-title {
    float: left;
    width: 570px;
    font-size: 15px;
}
.jrs-zb-wangluo_con p.time{
    font-size: 14px;
    margin-bottom: 8px;
}
.jrs-zb-wangluo_con h2{
    font-size: 18px;
    margin-bottom: 8px;
    color: #000;
}
.jrs-zb-wangluo_con p:last-child{
    text-indent: 3rem;
    text-align: justify;
}

/*右侧直播*/
.jrs-zb-liver-list{
    background: #fff;
    margin: 10px 0;
}
.jrs-zb-liver-item {
    -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%;
    text-decoration: none;
}
.jrs-zb-liver-list-box {
    position: relative;
    color: #333333;
    background-color: hsla(0,0%,100%,.01);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: hsla(0,0%,100%,.8);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 134px;
    padding-top: 24px;
    width: 350px;
}
.jrs-zb-liver-list-box .jrs-zb-time {
    background-color: #bbbaba;
    border-radius: 4px 0;
    font-size: 10px;
    height: 18px;
    left: 0;
    line-height: 18px;
    padding: 0 6px;
    position: absolute;
    top: 0;
    z-index: 1;
    color: #fff;
}
.jrs-zb-liver-list-box .jrs-zb-team {
    padding: 0 10px;
    -webkit-box-flex: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.jrs-zb-liver-list-box .jrs-zb-logo {
    height: 36px;
    width: 36px;
}
.jrs-zb-liver-list-box .jrs-zb-name {
    margin-top: 6px;
    color: #333333;
    overflow: hidden;
    width: 60px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jrs-zb-liver-list-box .jrs-zb-liver-cont {
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: 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;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.jrs-zb-liver-list-box .jrs-zb-liver-cont .jrs-zb-liver-cate{
    color: #333333;
}
.jrs-zb-liver-list-box .jrs-zb-liver-score {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    height: 28px;
    line-height: 28px;
    margin: 10px 0;
    position: relative;
}
.jrs-zb-liver-list-box .jrs-zb-icon {
    background-image: url(../images/pcGame_sprite.png);
    background-position: -188px -102px;
    height: 28px;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 33px;
}
.jrs-zb-liver-list-box .jrs-zb-num {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    padding: 0 17px;
}
.jrs-zb-liver-list-box .jrs-zb-liver-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    height: 26px;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 26px;
    overflow: hidden;
}
.jrs-zb-liver-list-box .jrs-zb-type {
    background-color: #ff0000;
    position: relative;
    text-align: center;
    width: 80px;
    color: #fff;
}