html {
    font-size: 50px;
    background: #f8f8f8;
}

/*置顶*/
.jrs-zb-totop-con{
    width: 100%;
    margin: 0 auto;
}
#jrs-zb-totop {
    height: .6rem;
    position: fixed;
    right: .2rem;
    width: .6rem;
    z-index: 9999;
    bottom: .8rem;
    border-bottom: 0px;
    border-radius: .1rem;
    color: #08c;
    text-align: center;
    line-height: 1;
    display: none;
    cursor: pointer;
    transition: .3s;
}
#jrs-zb-totop i{
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: top;
    background: url(../images/top-arrow.png) no-repeat center;
    background-size: .6rem;
}

/*预览 清除滚动条*/
::-webkit-scrollbar {
    display: none;
    width: 0!important;
    height: 0!important;
    -webkit-appearance: none;
    background: transparent;
}

.open {
    overflow: hidden;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, button, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", STHeiti, Arial
}

body, div, a, p, b, i, em {
    font-size: .24rem;
}

a:hover {
    text-decoration: none;
}

body {
    background-color: #f8f8f8;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: "Microsoft YaHei", STHeiti, Arial
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}

ul, ol, li {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

input, textarea, select {
    *font-size: 100%;
    outline: 0;
    border: 0
}

input::-webkit-search-cancel-button {
    display: none
}

input[type=search]::-ms-clear {
    display: none
}

a {
    text-decoration: none;
    cursor: pointer;
    text-decoration: none;
    color: #969696;
    font-family: STHeiti,'Microsoft YaHei',Helvetica,Arial,sans-serif;
    outline: 0;
}

.mt20{ margin-top: .2rem; }
.mt30{ margin-top: .3rem; }
.mt40{ margin-top: .4rem; }
.mt50{ margin-top: .5rem; }

.mb20{ margin-bottom: .2rem; }
.mb30{ margin-bottom: .3rem; }
.mb40{ margin-bottom: .4rem; }
.mb50{ margin-bottom: .5rem; }

/*分页*/

#page{
    text-align: center;
    width: 100%;
}
#page .pagination{
    border-radius: 0!important;
}
#page .pagination li{
    display: block;
    float: left;
    width: 0.58rem;
    height: 0.58rem;
    margin-right: .3rem;
    margin-bottom: .2rem;
}
#page .pagination li:last-child{
    margin-right: 0px;
}
#page .pagination li:nth-child(7n) span,#page .pagination li:nth-child(7n) a{
    margin-right: 0px;
}
#page .pagination li span{
    width: 0.58rem;
    height: 0.58rem;
    line-height: 0.58rem;
    margin-bottom: 0.2rem;
    padding: 0px;
    border: 1px solid #605ca8;
    background: #605ca8;
    color: #fff;
    border-radius: 0px;
}
#page .pagination li a{
    width: 0.58rem;
    height: 0.58rem;
    line-height: 0.58rem;
    margin-bottom: 0.2rem;
    padding: 0px;
    border: 1px solid #f5f5f5;
    color: #666;
}
#page .pagination li.disabled span{
    color: #666;
    border: 1px solid #f5f5f5;
    background: #fff;
}

.jrs-zb-content{
    margin: 0 auto;
    background: #efefef;
}

/*地图*/
.jrs-zb-map {
    padding: .15rem 0;
    color: #777;
    font-size: .26rem;
}
.jrs-zb-map a{
    color: #333;
    font-size: .26rem;
}

/* ==========================================
   全新移动端公共头部样式 (Flexbox + BEM + rem)
   ========================================== */
.site-header-m {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 0.04rem 0.1rem rgba(0,0,0,0.05);
}

.m-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1rem;
    padding: 0 0.3rem;
}

.m-logo img {
    height: 0.5rem;
    display: block;
}

/* 移动端汉堡包菜单按钮 */
.m-menu-toggle {
    background: transparent;
    border: none;
    width: 0.6rem;
    height: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.08rem 0;
    cursor: pointer;
}
.m-menu-toggle .icon-bar {
    display: block;
    width: 100%;
    height: 0.06rem;
    background-color: #605ca8;
    border-radius: 0.04rem;
    transition: all 0.3s;
}

/* 侧滑抽屉样式 */
.m-nav-drawer {
    position: fixed;
    top: 0;
    right: -100%; /* 默认隐藏在屏幕右侧外部 */
    width: 75%;
    max-width: 6rem;
    height: 100vh;
    background-color: #fff;
    z-index: 1000;
    overflow-y: auto;
    transition: right 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex;
    flex-direction: column;
    box-shadow: -5px 0 15px rgba(0,0,0,0.1);
}
.m-nav-drawer.active {
    right: 0; /* 激活时滑入 */
}

.m-drawer-inner {
    padding: 0.4rem 0.3rem;
    padding-bottom: 1.5rem; /* 预留底部空间防遮挡 */
}

/* 快捷赛事通道 (触屏友好药丸按钮) */
.m-quick-links {
    margin-bottom: 0.3rem;
}
.quick-group {
    margin-bottom: 0.3rem;
}
.group-title {
    display: block;
    font-size: 0.28rem;
    color: #999;
    margin-bottom: 0.15rem;
}
.group-title i {
    color: #605ca8;
    margin-right: 0.1rem;
}
.pills-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem;
}
.pill {
    display: inline-block;
    padding: 0 0.3rem;
    height: 0.6rem;
    line-height: 0.6rem;
    background-color: #f5f5f5;
    color: #333;
    border-radius: 0.3rem;
    font-size: 0.26rem;
    transition: background 0.2s;
}
.pill:active {
    background-color: #e0e0e0;
}
.search-pill {
    background-color: #605ca8;
    color: #fff;
}
.search-pill:active {
    background-color: #4d4987;
}

.m-divider {
    height: 1px;
    background-color: #eee;
    margin: 0.2rem 0;
}

/* 动态主导航 (手风琴折叠交互) */
.m-main-menu {
    list-style: none;
    padding: 0;
}
.m-menu-item {
    border-bottom: 1px solid #f5f5f5;
}
.m-menu-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1rem;
}
.m-menu-title a {
    font-size: 0.32rem;
    color: #333;
    flex: 1;
    display: block;
    height: 100%;
    line-height: 1rem;
    font-weight: bold;
}
.m-sub-toggle {
    width: 0.8rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999;
    font-size: 0.28rem;
    transition: transform 0.3s;
}
/* 菜单展开时的箭头翻转及变色 */
.m-menu-item.open .m-sub-toggle {
    transform: rotate(45deg);
    color: #605ca8;
}
.m-sub-menu {
    display: none; /* 默认折叠 */
    padding-left: 0.3rem;
    background-color: #fafafa;
    border-radius: 0.1rem;
    margin-bottom: 0.2rem;
}
.m-sub-menu li a {
    display: block;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
    color: #666;
    border-bottom: 1px dashed #eee;
}
.m-sub-menu li:last-child a {
    border-bottom: none;
}

/* 全屏黑色遮罩层 */
.m-drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s;
}
.m-drawer-overlay.active {
    opacity: 1;
    visibility: visible;
}


/*底部*/
.jrs-zb-footer {
    background-color: #303030;
    padding: 0.7rem 0.2rem 1rem;
    position: relative;
}
.jrs-zb-footer p {
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
    line-height: 0.4rem;
}
.jrs-zb-footer p a {
    color: #fff !important;
}

/*公用title*/
.jrs-zb-main-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .1rem;
    border-bottom: .01rem solid #ededed;
    margin-bottom: .2rem;
}
.jrs-zb-main-title .jrs-zb-title {
    padding-left: .16rem;
    font-size: 0.32rem;
    font-weight: bold;
    position: relative;
    letter-spacing: .01rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jrs-zb-main-title .jrs-zb-title::after {
    content: "";
    width: 0.08rem;
    height: 0.4rem;
    background-color: #605ca8;
    border-radius: 0.02rem;
    position: absolute;
    top: .04rem;
    left: 0;
}
.jrs-zb-main-title .jrs-zb-more {
    font-size: 0.24rem;
    letter-spacing: 0.01rem;
    color: #999999;
}

.jrs-zb-main-more {
    width: 5.9rem;
    height: .62rem;
    line-height: .62rem;
    border: .02rem dashed #ff5000;
    display: block;
    margin: .3rem auto .35rem;
    border-radius: .33rem;
    text-align: center;
    color: #ff5000;
    font-size: .26rem;
}

.jrs-zb-hot_news{
    background: #fff;
    padding: .3rem .2rem;
    border-radius: .7rem;
}
.jrs-zb-hot_news ul{
    margin-top: .2rem;
}
.jrs-zb-hot_news li {
    display: flex;
    align-items: center;
    margin-bottom: .35rem;
}
.jrs-zb-hot_news li .jrs-zb-num {
    display: inline-block;
    width: .35rem;
    height: .4rem;
    background-color: #bfc7c2;
    text-align: center;
    color: #fff;
    margin-right: .15rem;
}
.jrs-zb-hot_news li:nth-child(1) .jrs-zb-num {
    background-color: #ff6767;
}
.jrs-zb-hot_news li:nth-child(2) .jrs-zb-num {
    background-color: #ff894f;
}
.jrs-zb-hot_news li:nth-child(3) .jrs-zb-num {
    background-color: #ffaf31;
}
.jrs-zb-hot_news li .jrs-zb-title {
    display: block;
    flex: 1;
    overflow: hidden;
    color: #333;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.jrs-zb-hot_news li .jrs-zb-time {
    display: block;
    margin-left: .3rem;
}

/*banner*/
.jrs-zb-public_swiper {
    background: #fff;
    position: relative;
    z-index: 0;
}
.jrs-zb-public_swiper .swiper-slide {
    width: 7.5rem;
    position: relative;
    overflow: hidden;
    height: 4.5rem;
}
.jrs-zb-public_swiper .swiper-slide a img {
    display: block;
    width: 100%;
    min-height: 3.2rem;
}
.jrs-zb-public_swiper .swiper-slide .jrs-zb-text {
    background: linear-gradient(transparent, #000000);
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
    bottom: 0px;
    left: 0px;
    padding-top: 0.9rem;
}
.jrs-zb-public_swiper .swiper-slide .jrs-zb-text p {
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 1rem;
    height: 1rem;
    color: #fff;
    padding: 0 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
.banner-pagination {
    width: auto!important;
    height: .5rem!important;
    padding: .05rem 0;
    position: absolute;
    top: 0.2rem !important;
    left: 0.2rem;
    left: initial !important;
    z-index: 9;
}
.banner-pagination .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.4rem;
    background-color: unset;
    border: .04rem solid #fff;
    border-radius: 0;
    margin: 0 0 0 .15rem !important;
    opacity: 1;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.38rem;
    color: #ffffff;
}
.banner-pagination .swiper-pagination-bullet-active {
    background: #fff;
    color: #333;
}

/*首页tab*/
.jrs-zb-index_label{
    background: #fff;
}
.jrs-zb-index_label ul {
    height: .8rem;
    box-shadow: 0 .04rem .06rem #ddd;
    overflow-x: auto;
    display: flex;
}
.jrs-zb-index_label li {
    position: relative;
    white-space: nowrap;
    height: .8rem;
    width: auto;
    line-height: .8rem;
    margin-right: .04rem;
    text-align: center;
    padding: 0 .24rem;
    float: left;
    cursor: pointer;
    font-size: .28rem;
}
.jrs-zb-index_label li.on{
    font-size: .32rem;
    color: #000;
}
.jrs-zb-index_label li.on:after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -.2rem;
    border-radius: 0.02rem;
    width: .4rem;
    height: .06rem;
    background: #605ca8;
    color: #FFF;
}

/*资讯list*/
.jrs-zb-news_list .jrs-zb-item {
    background: #fff;
    position: relative;
    margin-top: .2rem;
    padding: .2rem;
}
.jrs-zb-news_list .jrs-zb-item > a{
    display: block;
}
.jrs-zb-news_list .jrs-zb-title {
    align-items: flex-start;
    display: flex;
    margin-bottom: 0.2rem;
    flex-direction: column;
}
.jrs-zb-news_list .jrs-zb-item .jrs-zb-title .jrs-zb-tit {
    font-size: .3rem;
    color: #333;
    height: .64rem;
    font-weight: bold;
    flex: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.jrs-zb-news_list .jrs-zb-title span {
    color: #909399;
}
.jrs-zb-news_list .jrs-zb-info {
    background: #fff;
    display: flex;
    align-items: flex-start;
}
.jrs-zb-news_list .jrs-zb-img {
    width: 2.2rem;
    border-radius: .05rem;
    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 .3rem;
    flex: 1;
    overflow: hidden;
    position: relative;
}
.jrs-zb-news_list .jrs-zb-text {
    height: .8rem;
    line-height: .4rem;
    color: #909090;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-bottom: .1rem;
}
.jrs-zb-news_list .jrs-zb-score {
    color: #605ca8!important;
    font-size: .28rem;
    line-height: 1.5;
}

/*首页视频*/
.jrs-zb-index_video{
    margin-top: .2rem;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}
.jrs-zb-index_video div{
    width: 3.4rem;
    margin-right: .3rem;
    margin-bottom: .2rem;
}
.jrs-zb-index_video div:nth-child(2n){
    margin-right: 0rem;
}
.jrs-zb-index_video.jrs-zb-video_page div{
    width: 3.4rem;
    margin-right: .3rem;
    margin-bottom: .2rem;
}
.jrs-zb-index_video.jrs-zb-video_page div:nth-child(2n){
    margin-right: 0rem;
}
.jrs-zb-index_video.jrs-zb-video_page div .img{
    width: 3.4rem;
    height: 2.72rem;
}
.jrs-zb-index_video.jrs-zb-video_page div .img img{
    width: 100%;
    height: 2.12rem;
}
.jrs-zb-index_video div .jrs-zb-img {
    background: #fff;
    height: 2.72rem;
    margin-bottom: 0px;
    display: block;
    overflow: hidden;
    position: relative;
}
.jrs-zb-index_video div .jrs-zb-img img{
    width: 100%;
    height: 2.12rem;
}
.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: .92rem;
    height: .92rem;
    background: url(../images/v.png) no-repeat center;
    left: 50%;
    top: 50%;
    margin-left: -.46rem;
    margin-top: -.66rem;
}
.jrs-zb-index_video div .jrs-zb-img p {
    line-height: .64rem;
    height: .64rem;
    overflow: hidden;
    text-align: center;
    font-size: .28rem;
    font-weight: bold;
}

/*首页录像*/
.jrs-zb-index_videopace{
    background: #fff;
    padding-bottom: .4rem!important;
}
.jrs-zb-index_videopace ul {
    border-bottom: .02rem dashed #e8e8e8;
    padding: .2rem;
    margin-bottom: .4rem;
}
.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: .72rem;
    align-items: center;
    font-size: .32rem;
}
.jrs-zb-index_videopace.jrs-zb-page_list ul li {
    line-height: .84rem;
}
.jrs-zb-index_videopace ul li span{
    display: inline-block;
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    margin: 0 .2rem 0 0;
    text-align: center;
    color: #fff;
    vertical-align: top;
    background: url(../images/sp.png) no-repeat center;
    background-size: .4rem;
}
.jrs-zb-index_videopace ul li a {
    display: block;
    flex: 1;
    max-width: 100%;
    font-size: .3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*内页资讯*/
.jrs-zb-detail_new_list{
    background: #fff;
    padding-bottom: .4rem!important;
}
.jrs-zb-detail_new_list ul {
    border-bottom: .02rem dashed #e8e8e8;
    padding: .2rem;
    margin-bottom: .4rem;
}
.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: .32rem;
    line-height: .5rem;
    border-bottom: .02rem solid #f5f5f5;
    padding: .1rem 0;
}
.jrs-zb-detail_new_list ul li span{
    display: inline-block;
    width: .1rem;
    height: .1rem;
    line-height: .4rem;
    margin:  0 .2rem 0 0;
    text-align: center;
    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;
    font-size: .3rem;
    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: .2rem;
    font-size: .36rem;
    color: #333;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.jrs-zb-index_title:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: .08rem;
    height: .4rem;
    margin-top: -.18rem;
    background: linear-gradient(90deg,#605ca8,#605ca8);
    vertical-align: middle;
}

/*左右布局*/
.jrs-zb-index_conter{
    margin: 0 auto;
    padding: 0 0.2rem;
}
.jrs-zb-index_con {
    margin-bottom: .4rem;
    display: flex;
    flex-direction: column;
}
.jrs-zb-index_con .jrs-zb-index_left{
    width: 100%;
}
.jrs-zb-index_con .jrs-zb-index_right {
    width: 100%;
    margin-top: .2rem;
}

/*标签*/
.jrs-zb-tags {
    width: 100%;
    margin-top: .4rem;
    padding: .2rem;
    background: #fff;
    display: inline-block;
}
.jrs-zb-tags .jrs-zb-tag {
    margin-bottom: .16rem;
}
.jrs-zb-tag {
    position: relative;
    display: inline-block;
    padding: 0px .1rem 0px .18rem;
    margin: 0 .26rem .1rem 0;
    height: .52rem;
    line-height: .52rem;
    font-weight: 400;
    font-size: .26rem;
    text-align: center;
    color: #333;
    border-radius: .04rem;
    background-color: #f0f0f0;
    border-top-left-radius: .02rem;
    border-bottom-left-radius: .02rem;
}
.jrs-zb-tags a.jrs-zb-tag:after {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-top: .26rem solid transparent;
    border-bottom: .26rem solid transparent;
    border-left: .18rem solid #f0f0f0;
    position: absolute;
    top: 0;
    right: -.16rem;
}

/*内页标签*/
.jrs-zb-detail_tags {
    overflow: hidden;
}
.jrs-zb-detail_tags span {
    display: inline-block;
    font-size: .28rem;
    height: .6rem;
    line-height: .6rem;
    float: left;
}
.jrs-zb-detail_tags a {
    display: inline-block;
    font-size: .28rem;
    height: .6rem;
    line-height: .6rem;
    color: red;
    overflow: hidden;
    margin-left: .1rem;
}

/*上下页*/
.jrs-zb-news_detail_page {
    margin: .6rem 0 .6rem 0;
    position: relative;
    padding-top: .4rem;
    border-top: .02rem solid #e5e5e5;
}
.jrs-zb-news_detail_page p, .jrs-zb-news_detail_page a {
    font-size: .28rem;
    margin-bottom: .2rem;
}


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

/*直播列表*/
.jrs-zb-index_match_list .jrs-zb-hotmatch {
    padding: .24rem;
    border-bottom: .02rem solid #d3e1e2;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch  a.jrs-zb-items-center {
    width: 100%;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch  a.jrs-zb-items-center > p {
    height: .56rem;
    line-height: .56rem;
    display: inline-block;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-status.jrs-zb-live span {
    background: linear-gradient(90deg,#c82828,#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;
    width: 1.7rem;
    margin-right: .2rem;
    margin-bottom: .2rem;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-status span {
    font-weight: 400;
    font-size: .28rem;
    line-height: .44rem;
    width: 1.5rem;
    height: .56rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: .06rem;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-time {
    width: 1.8rem;
    float: left;
    margin-right: .4rem;
    margin-bottom: .2rem;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-cate {
    float: left;
    margin-right: .2rem;
    width: 2rem;
    margin-bottom: .2rem;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-team1 {
    float: left;
    text-align: left;
    margin-right: .2rem;
    width: 1.5rem;
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-team1logo {
    width: .48rem;
    float: left;
    margin-right: .2rem;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-team1logo img {
    width: .48rem;
    vertical-align: middle;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-team1num {
    margin-right: .04rem;
    float: left;
    width: .6rem;
    background: #F5F5F5;
    border-radius: .1rem;
    overflow: hidden;
    text-align: center;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-fh {
    margin-right: .04rem;
    float: left;
    width: .1rem;
    text-align: center;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-team2num {
    margin-right: .2rem;
    float: left;
    width: .6rem;
    background: #F5F5F5;
    border-radius: .1rem;
    overflow: hidden;
    text-align: center;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-team2logo {
    margin-right: .2rem;
    float: left;
    width: .48rem;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-team2logo img {
    width: .48rem;
    vertical-align: middle;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-team2 {
    float: left;
    margin-right: .2rem;
    width: 1.5rem;
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-items-box {
    margin-top: .2rem;
    width: 100%;
}
.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: .28rem;
}
.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: .4rem;
    height: .52rem;
    background: url(../images/live_icon.png) no-repeat;
    background-position: 50%;
    background-size: .4rem .4rem;
    margin-right: .06rem;
}
.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: .28rem;
    line-height: .52rem;
    border-bottom: .04rem solid #605ca8;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    float: left;
    margin-right: .2rem;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-items-box .jrs-zb-more {
    font-size: .24rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: .52rem;
    cursor: pointer;
    float: left;
}
.jrs-zb-index_match_list .jrs-zb-hotmatch .jrs-zb-items-box .jrs-zb-more:after {
    content: "";
    width: .46rem;
    height: .52rem;
    background: url(../images/chevron-down.png) no-repeat;
    background-position: 50%;
    background-size: .24rem .14rem;
}
.jrs-zb-index_match_more {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 3.5rem;
    height: .52rem;
    line-height: .52rem;
    font-size: .32rem;
    color: #fff;
    background-color: #303030;
    border-radius: .08rem;
    margin-top: .2rem;
}
.jrs-zb-index_match_more a{
    color: #fff;
    display: block;
}

.jrs-zb-index_match_list h6{
    display: flex;
    height: .48rem;
    line-height: .48rem;
    align-items: center;
    margin: .2rem 0px;
    color: #666666;
    padding-left: .08rem;
}
.jrs-zb-index_match_list h6 time{
    font-size: .24rem;
    font-weight: 400;
    line-height: .5rem;
    color: #999999;
}

.jrs-zb-news_con {
    margin-bottom: 0.4rem;
    display: flex;
    flex-direction: column;
}
.jrs-zb-news_con .jrs-zb-news_left{
    width: 100%;
    flex: 1;
}
.jrs-zb-news_right {
    width: 100%;
    margin-top: .2rem;
}

/*标题 来源*/
.jrs-zb-news_top_cont {
    padding: .2rem 0 .3rem 0;
    border-bottom: 1px dashed #eee;
    text-align: center!important;
}
.jrs-zb-news_top_cont.channel{
    padding-bottom: 0!important;
}
.jrs-zb-news_top_cont h1 {
    font-size: .38rem;
    display: block;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: .2rem;
}
.jrs-zb-news_top_cont .jrs-zb-text {
    font-size: .28rem;
    line-height: 1.5;
    color: #909399!important;
}
.jrs-zb-news_top_cont .jrs-zb-text span {
    margin: 0 0.2rem;
    display: block;
    width: 100%;
}

/*内容*/
.jrs-zb-news_detail {
    padding: .3rem 0;
    line-height: .56rem;
    font-size: .32rem;
    color: #606266;
    margin-bottom: .2rem;
}
.jrs-zb-news_detail p {
    line-height: .56rem;
    font-size: .32rem;
    color: #606266;
    margin-bottom: .2rem;
}
.jrs-zb-news_detail h3,.jrs-zb-news_detail h2{
    line-height: .72rem;
    font-size: .36rem;
    color: #000;
    font-weight: 600;
    margin-bottom: .4rem;
}
.jrs-zb-news_detail strong{
    font-size: .32rem;
    font-weight: bold;
}
.jrs-zb-news_detail p img {
    display: block;
    width: 100%;
    margin: .3rem auto;
    height: auto !important;
}
.jrs-zb-news_detail+p{
    margin-top: .4rem;
}

/*热门球队*/
.jrs-zb-hot_team {
    margin: .4rem 0 0;
    margin-left: -.4rem;
    overflow: hidden;
}
.jrs-zb-hot_team a {
    background: #fff;
    width: 2rem;
    float: left;
    margin-left: .4rem;
    margin-bottom: .2rem;
    display: block;
    padding: .2rem;
}
.jrs-zb-hot_team .jrs-zb-img {
    position: relative;
    overflow: hidden;
    display: block;
}
.jrs-zb-hot_team .jrs-zb-img img {
    width: 1.4rem;
    height: 1.4rem;
    margin: .1rem 0 0 .1rem;
}
.jrs-zb-hot_team p {
    line-height: .8rem;
    height: .8rem;
    overflow: hidden;
    text-align: center;
    font-size: .32rem;
}

/*视频详情列表*/
.jrs-zb-video_play {
    position: relative;
    background: #000000;
    width: 100%;
    height: 4rem;
}
.jrs-zb-video_play img.jrs-zb-img {
    max-width: 80%;
    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: .2rem;
}
.jrs-zb-video_cont_list span {
    display: block;
    font-size: .32rem;
    font-weight: bold;
    margin-top: .2rem;
}
.jrs-zb-video_cont_list a {
    display: block;
    line-height: .38rem;
    font-size: .28rem;
    margin-bottom: .2rem;
    text-decoration: revert;
    color: #666;
}

/*轮播*/
.main-swiper-pagination {
    width: auto !important;
    height: .7rem !important;
    position: absolute;
    top: .2rem !important;
    left: .4rem !important;
    z-index: 9;
}
.main-swiper-pagination .swiper-pagination-bullet {
    width: .44rem;
    height: .44rem;
    background-color: transparent;
    border: .04rem solid #fff;
    color: #fff;
    border-radius: 0;
    margin: 0 0 0 .4rem !important;
    opacity: 1;
    text-align: center;
    font-size: .26rem;
    line-height: .36rem;
    color: #ffffff;
}
.main-swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
    color: #333;
}

/*内页map*/
.jrs-zb-map-box {
    padding: 0px 0 0;
    margin-bottom: .2rem;
}
.jrs-zb-crumbs {
    margin-top: .2rem;
    font-size: .26rem;
    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: .26rem;
}
.jrs-zb-crumbs a:not(:last-child)::after {
    padding: 0px .1rem;
    content: '>';
}
.jrs-zb-crumbs a:hover{
    color: #dd0000;
}

/*首页热门数据*/
.jrs-zb-index_wangluo_list ul{
    overflow: hidden;
}
.jrs-zb-index_wangluo_list ul li {
    width: 3.45rem;
    background: #fff;
    box-shadow: 0 0 .2rem 0 #dfdfdf;
    border-radius: .08rem;
    padding: .2rem;
    float: left;
    margin-right: .2rem;
    margin-bottom: .3rem;
}
.jrs-zb-index_wangluo_list ul li:nth-child(2n){
    margin-right: 0px;
}
.jrs-zb-index_wangluo_list ul li .jrs-zb-img {
    height: 2;
    position: relative;
    overflow: hidden;
}
.jrs-zb-index_wangluo_list ul li .jrs-zb-img img {
    width: 100%;
    height: 2rem;
}
.jrs-zb-index_wangluo_list ul li p {
    font-size: .32rem;
    color: #1d1d1f;
    height: .6rem;
    line-height: .6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

/*首页球队球员推荐*/
.jrs-zb-index_hot_list {
    overflow: hidden;
    background: #fff;
    padding: 0px .2rem .2rem .2rem;
}
.jrs-zb-index_hot_list a:nth-child(4n){
    margin-right: 0px;
}
.jrs-zb-index_hot_list a {
    display: block;
    float: left;
    width: 1.525rem;
    margin-right: .2rem;
    background: #fff;
    box-shadow: 0 0 .08rem 0 #dfdfdf;
    margin-top: .2rem;
    padding: .1rem;
}
.jrs-zb-index_hot_list a img {
    max-width: 100%;
    height: .8rem;
    display: block;
    margin: 0 auto;
}
.jrs-zb-index_hot_list a span {
    height: .6rem;
    line-height: .6rem;
    overflow: hidden;
    display: block;
    text-align: center;
}

/*频道列表*/
.jrs-zb-pmap{
    margin-bottom: .4rem;
}
.jrs-zb-pmap ul{
    padding: .4rem 0 0px;
    margin-bottom: .4rem;
}
.jrs-zb-pmap ul li{
    width: 2rem;
    background: #fff;
    float: left;
    height: .8rem;
    line-height: .8rem;
    margin-right: .2rem;
    margin-bottom: .2rem;
    padding-left: .2rem;
}
.jrs-zb-pmap ul li:nth-child(7n){
    margin-right: 0px;
}
.jrs-zb-pmap ul li a{
    overflow: hidden;
    height: .8rem;
    display: block;
    font-size: .28rem;
    color: #333;
}
.jrs-zb-pmap ul li:hover a{
    color: red;
}

/*视频列表*/
.jrs-zb-tuwen_list {
    margin: .3rem 0 0;
    overflow: hidden;
}
.jrs-zb-tuwen_list a {
    background: #fff;
    width: 1.625rem;
    float: left;
    margin-right: .2rem;
    margin-bottom: .2rem;
    display: block;
    padding: .2rem 0px;
}
.jrs-zb-tuwen_list a:nth-child(4n){
    margin-right: 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: .8rem;
    margin: 0 auto;
}
.jrs-zb-tuwen_list .jrs-zb-title {
    line-height: .8rem;
    height: .6rem;
    padding: 0 .3rem;
    overflow: hidden;
    text-align: center;
    font-size: .3rem;
}

/*赛事聚合信息*/
.jrs-zb-saishi_tab {
    border-radius: .08rem;
    border: .02rem solid #d3e1e2;
    padding: 0 .2rem;
    margin-top: .4rem;
    overflow: hidden;
    background: #FFF;
}
.jrs-zb-saishi_tab img {
    float: left;
    height: .8rem;
    width: auto;
    margin-top: 5px;
}
.jrs-zb-saishi_tab span {
    float: left;
    height: 1rem;
    line-height: 1rem;
    margin-left: .2rem;
    font-size: .4rem;
    color: #000;
    font-weight: bold;
}
.jrs-zb-saishi_tab .jrs-zb-saishi_item {
    padding-bottom: .2rem;
    float: right;
}
.jrs-zb-saishi_tab .jrs-zb-saishi_item a {
    position: relative;
    display: inline-block;
    font-size: .3rem;
    margin-right: .2rem;
    padding: 0px .2rem;
    height: .5rem;
    line-height: .5rem;
    margin-top: .2rem;
    border-radius: .08rem;
    color: #333.data_conten;
}
.jrs-zb-saishi_tab .jrs-zb-saishi_item a.on{
    color: #000;
    font-size: .32rem;
}
.jrs-zb-saishi_tab .jrs-zb-saishi_item a.on:after {
    position: absolute;
    content: "";
    width: .4rem;
    height: .04rem;
    bottom: -.04rem;
    left: 50%;
    margin-left: -0.2rem;
    border-radius: .2rem;
    background: #605ca8;
    color: #FFF;
}

/*日期tab*/
.jrs-zb-data_conten {
    width: 100%;
    overflow: hidden;
    display: flex;
    margin-top: 0.3rem;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.jrs-zb-data_conten a {
    position: relative;
    border: .02rem solid #D3E1E2;
    border-radius: .08rem;
    margin-bottom: .1rem;
    width: 1.18333rem;
    height: 1.08rem;
    font-size: .32rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFF;
}
.jrs-zb-data_conten a.on i, .jrs-zb-data_conten a:hover i {
    display: inline-block;
    width: 100%;
    height: .12rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #605ca8;
    border-radius: 0px 0px .04rem .04rem;
}
.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: .2rem;
}
.jrs-zb-jf_rnak .jrs-zb-jfname {
    font-size: .36rem;
    font-weight: bold;
    padding: .2rem;
}
.jrs-zb-jf_rnak .jrs-zb-rankingt.jrs-zb-zuqiu {
    display: grid;
    grid-template-columns: 8% 20% 9% 9% 9% 9% 9% 9% 9% 9%;
    height: 1rem;
    align-items: center;
    padding: 0 .2rem;
}
.jrs-zb-jf_rnak .jrs-zb-rankingt.jrs-zb-nba {
    display: grid;
    grid-template-columns: 10% 30% 17% 17% 17% 9%;
    height: 1rem;
    align-items: center;
    padding: 0 .2rem;
}
.jrs-zb-jf_rnak .jrs-zb-rankingt.jrs-zb-bg{
    background: #EEEEEE;
    line-height: .8rem;
}
.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: .32rem;
    height: .32rem;
    background: #ccc;
    color: #fff;
    border-radius: .04rem;
    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: .1rem;
}

/*直播tab*/
.jrs-zb-live_con_tab {
    display: flex;
    justify-content: space-between;
    height: .7rem;
}
.jrs-zb-live_con_tab li {
    float: left;
}
.jrs-zb-live_con_tab li a {
    display: block;
    width: 3.55rem;
    font-size: .3rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    color: #605ca8;
    border: .02rem solid #605ca8;
    background: #ffffff;
    height: .7rem;
    line-height: .7rem;
}
.jrs-zb-live_con_tab li:first-child a {
    border-radius: .08rem 0px 0px .08rem;
}
.jrs-zb-live_con_tab li:last-child a {
    border-radius: 0px .08rem .08rem 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: .8rem;
    height: .8rem;
    margin: .22rem;
    object-fit: contain;
}
.jrs-zb-detail_top .jrs-zb-name .jrs-zb-zh {
    margin-top: .24rem;
    margin-bottom: .06rem;
    font-size: .3rem;
    color: #333;
    display: flex;
}
.jrs-zb-detail_top .jrs-zb-name .jrs-zb-zh span {
    font-size: .3rem;
    font-weight: 500;
}
.jrs-zb-detail_top .jrs-zb-name .jrs-zb-en {
    display: flex;
    font-size: .24rem;
    color: #bbb;
}
.jrs-zb-detail_top .jrs-zb-market {
    height: 1.24rem;
    line-height: 1.24rem;
    color: #FFF;
    font-size: .32rem;
    padding: 0 .4rem 0 .4rem;
    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: 1.04rem .4rem;
    left: -.84rem;
    z-index: -1;
    transform: translateX(.4rem);
    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: 1.04rem .4rem;
    left: -.56rem;
}

/*直播详情页*/
.jrs-zb-live_detail {
    position: relative;
    height: 5.6rem;
    padding-top: 1rem;
}
.jrs-zb-live_bg {
    height: 5.6rem;
    background: linear-gradient(90deg,#605ca8  18.8%,#605ca8 49.96%,#605ca8 81.5%);
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
}
.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_bg .jrs-zb-live_bg_box .jrs-zb-live_bg_con img{
    max-width: 100%;
}
.jrs-zb-live_detail_team .jrs-zb-live_detail_teamt {
    position: relative;
    z-index: 2;
    color: #fff;
}
.jrs-zb-live_detail_team .jrs-zb-live_name {
    width: 100%;
    height: .72rem;
    line-height: .72rem;
    padding: .08rem .54rem;
    font-size: .28rem;
    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: 1.6rem;
    height: 1.6rem;
    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: 1.12rem;
    height: 1.12rem;
    border-radius: 50%;
}
.jrs-zb-team1 h1, .jrs-zb-team2 h1 {
    height: .52rem;
    font-size: .28rem;
    font-weight: bold;
    line-height: .52rem;
    color: #FFFFFF;
    margin-top: .2rem;
}
.jrs-zb-live_num {
    text-align: center;
    width: 40%;
}
.jrs-zb-live_num_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: .5rem 0;
    height: .78rem;
    padding: 0 .24rem;
}
.jrs-zb-live_num_box > p
 {
    font-size: .64rem;
    font-family: DIN;
    font-weight: bold;
    line-height: .78rem;
    color: #FFFFFF;
}
.jrs-zb-live_status {
    height: .72rem;
    background: #FFFFFF;
    border-radius: .36rem;
    font-size: .32rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: .72rem;
    width: 2.5rem;
    margin: auto;
    color: #605ca8;
}
.jrs-zb-team2 {
    text-align: center;
    width: 30%;
}

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

/*直播详情*/
.jrs-zb-live_content {
    padding: .4rem .2rem;
    background: #FFF;
}
.jrs-zb-live_content p {
    font-size: .28rem;
    line-height: .44rem;
    margin-bottom: .2rem;
}
.jrs-zb-live_content p span.jrs-zb-tit {
    color: #C00;
    overflow: hidden;
}

/*网络信息详情*/
.jrs-zb-wangluo_con {
    padding: .4rem 0px .2rem;
    overflow: hidden;
}
.jrs-zb-wangluo_con .jrs-zb-img {
    margin-right: .4rem;
}
.jrs-zb-wangluo_con .jrs-zb-img img {
    height: 2.4rem;
    border-radius: .1rem;
}
.jrs-zb-wangluo_con .jrs-zb-title {
    margin-top: .2rem;
    width: 100%;
    font-size: .3rem;
    color: #666666;
}

/*内页热门数据*/
.jrs-zb-detail_wangluo ul {
    margin-top: .4rem;
    overflow: hidden;
}
.jrs-zb-detail_wangluo ul li {
    width: 3.45rem;
    background: #fff;
    box-shadow: 0 0 .2rem 0 #dfdfdf;
    border-radius: .08rem;
    padding: .2rem;
    float: left;
    margin-right: 0.2rem;
    margin-bottom: .3rem;
}
.jrs-zb-detail_wangluo ul li:nth-child(2n){
    margin-right: 0px;
}
.jrs-zb-detail_wangluo ul li .jrs-zb-img {
    height: 2rem;
    position: relative;
    overflow: hidden;
}
.jrs-zb-detail_wangluo ul li .jrs-zb-img img {
    display: block;
    width: 100%;
    height: 2rem;
}
.jrs-zb-detail_wangluo ul li p {
    font-size: .32rem;
    color: #1d1d1f;
    height: .6rem;
    line-height: .6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.jrs-zb-wangluo_con p.time{
    font-size: .24rem;
}
.jrs-zb-wangluo_con h2{
    font-size: .32rem;
    color: #000000;
}
.jrs-zb-wangluo_con p:last-child{
    text-align: justify;
}

/*右侧直播*/
.jrs-zb-liver-list{
    background: #fff;
    margin: .2rem 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: .28rem;
    height: 2.68rem;
    padding-top: .48rem;
    width: 7rem;
}
.jrs-zb-liver-list-box .jrs-zb-time {
    background-color: #bbbaba;
    border-radius: .08rem 0;
    font-size: .2rem;
    height: .36rem;
    left: 0;
    line-height: .36rem;
    padding: 0 .12rem;
    position: absolute;
    top: 0;
    z-index: 1;
    color: #fff;
}
.jrs-zb-liver-list-box .jrs-zb-team {
    padding: 0 .2rem;
    -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 1.6rem;
    -ms-flex: 0 0 1.6rem;
    flex: 0 0 1.6rem;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.jrs-zb-liver-list-box .jrs-zb-logo {
    height: .72rem;
    width: .72rem;
}
.jrs-zb-liver-list-box .jrs-zb-name {
    margin-top: .12rem;
    color: #333333;
    overflow: hidden;
    width: 1.2rem;
    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: .32rem;
    font-weight: 400;
    height: .56rem;
    line-height: .56rem;
    margin: .2rem 0;
    position: relative;
}
.jrs-zb-liver-list-box .jrs-zb-icon {
    background-image: url(../images/pcGame_sprite.png);
    background-position: -3.76rem -2.04rempx;
    height: .56rem;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: .66rem;
}
.jrs-zb-liver-list-box .jrs-zb-num {
    color: #333333;
    font-size: .36rem;
    font-weight: 600;
    padding: 0 .34rem;
}
.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: .08rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: .24rem;
    height: .52rem;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: .52rem;
    overflow: hidden;
}
.jrs-zb-liver-list-box .jrs-zb-type {
    background-color: #ff0000;
    position: relative;
    text-align: center;
    width: 1.6rem;
    color: #fff;
}