﻿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: #C0392B;text-decoration:none;}
a{color: #333;text-decoration:none;}
a:focus{
    text-decoration: none;
}

.mbidthirtysix-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:#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;
}

.mbidthirtysix-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 #C0392B;
	background: linear-gradient(90deg, #922B21, #C0392B);
	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;
}

.mbidthirtysix-center {
    width: 1200px;
    margin: 0 auto;
}
.fb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*头部*/
.mbidthirtysix-header-center .mbidthirtysix-logo{
    height: 78px;
}
.mbidthirtysix-header-center .mbidthirtysix-logo img{
    height: 70px;
    margin-top: 0px;
}
.mbidthirtysix-header .mbidthirtysix-header-center {
    /*background: #fff url(../images/bg01.png) no-repeat center/cover;*/
    padding: 12px 0;
    border-top: 1px solid #ededed;
}
.mbidthirtysix-header .mbidthirtysix-header-center .mbidthirtysix-search {
    position: relative;
}
.mbidthirtysix-header .mbidthirtysix-header-center .mbidthirtysix-search ul{
    overflow: hidden;
    height: 36px;
    display: block;
}
.mbidthirtysix-header .mbidthirtysix-header-center .mbidthirtysix-search li {
    float: left;
    font-size: 14px;
    position: relative;
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    border-radius: 4px 4px 0px 0px;
}
.mbidthirtysix-header .mbidthirtysix-header-center .mbidthirtysix-search li.on {
    background: linear-gradient(90deg, #922B21, #C0392B);
    color: #fff!important;
}
.mbidthirtysix-header .mbidthirtysix-header-center .mbidthirtysix-search .mbidthirtysix-txt {
    width: 460px;
    height: 40px;
    padding: 0 50px 0 20px;
    border: 2px solid #C0392B;
    background-color: #fff;
}
.mbidthirtysix-header .mbidthirtysix-header-center .mbidthirtysix-search .mbidthirtysix-submit {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 40px;
    background: url('../images/ss.png') no-repeat center/22px, linear-gradient(90deg, #922B21, #C0392B);
    cursor: pointer;
    border: 0;
}
.mbidthirtysix-header .mbidthirtysix-header-list {
    background: linear-gradient(90deg, #922B21, #C0392B);
    box-shadow: 0 1px 3px rgba(27,95,160,.1);
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.mbidthirtysix-header .mbidthirtysix-header-list li {
    position: relative;
    flex: auto;
}
.mbidthirtysix-header .mbidthirtysix-header-list li.active {
    background-color: #fff;
    color: #C0392B;
}
.mbidthirtysix-header .mbidthirtysix-header-list li a{
    display: block;
    color: #fff;
}
.mbidthirtysix-header .mbidthirtysix-header-list li.active a{
    color: #C0392B;
}
.mbidthirtysix-header .mbidthirtysix-header-list li:hover .mbidthirtysix-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;
}
.mbidthirtysix-header .mbidthirtysix-header-list li .mbidthirtysix-li-menu{
    z-index: 99999;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    line-height: 38px;
    width: 128px;
    border-radius: 3px;
    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;
}
.mbidthirtysix-header .mbidthirtysix-header-list li .mbidthirtysix-li-menu a{
    color: #000;
    font-size: 16px;
}

.mbidthirtysix-header-d-list {
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
}
.mbidthirtysix-header-d-list span {
    height: 20px;
    padding-left: 10px;
    border: 1px solid #303030;
    padding: 3px 10px;
    text-align: center;
    border-radius: 2em;
    background-color: #303030;
    color: #fff;
    font-size: 14px;
}
.mbidthirtysix-header-d-list ul {
    display: inline-block;
}
.mbidthirtysix-header-d-list li {
    display: inline-block;
    padding: 0 10px;
}
.mbidthirtysix-header-d-list a {
    display: block;
    font-size: 14px;
}

/*尾部*/
.mbidthirtysix-index-link {
    margin-bottom: 20px;
    min-height: 30px;
    background: #fff;
    padding: 10px;
    overflow: hidden;
    *zoom: 1;
    margin-top: 10px;
}
.mbidthirtysix-index-link a {
    float: left;
    font-size: 14px;
    line-height: 34px;
    color: #333;
    margin-right: 16px;
}
.mbidthirtysix-index-link a:hover {
    color: red;
}

footer {
    width: 100%;
    color: #fff;
    font-size: 12px;
    background-color: #303030;
    text-align: center;
}
footer .mbidthirtysix-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*/
.mbidthirtysix-map-box {
    padding: 0px 0 0;
    margin-bottom: 10px;
}
.mbidthirtysix-crumbs {
    /*padding-left: 25px!important;*/
    margin-top: -10px;
    font-size: 13px;
    color: #666;
    position: relative;
}
/* .crumbs:after{
    content: "";
    left: 0;
    width: 16px;
    position: absolute;
    height: 16px;
    background: url("../images/map.png") no-repeat;
    background-size: 16px;
} */
.mbidthirtysix-crumbs.mbidthirtysix-nobor{
    border: 0;
    padding: 0px;
}
.mbidthirtysix-crumbs a {
    color: #333;
    display: inline-block;
    position: relative;
    font-size: 13px;
}
.mbidthirtysix-crumbs a:not(:last-child)::after {
    padding: 0px 5px;
    content: '>';
}
.mbidthirtysix-crumbs a:hover{
    color: #C0392B;
}

/*首页tab*/
.mbidthirtysix-index-label{
    border-top: 2px solid #C0392B;
    background: #fff;
}
.mbidthirtysix-index-label ul {
    overflow: hidden;
    height: 50px;
    background: #f7f9fa;
    box-shadow: 0 2px 3px #ddd;
}
.mbidthirtysix-index-label li {
    height: 50px;
    line-height: 50px;
    margin-right: 2px;
    background: #f7f9fa;
    text-align: center;
    padding: 0 15px;
    float: left;
    cursor: pointer;
}
.mbidthirtysix-index-label li.on {
    background: linear-gradient(90deg, #922B21, #C0392B);
    color: #FFF;
}

/*资讯list*/
.mbidthirtysix-news-list {
    /*border-left: 1px solid #fff;*/
}
.mbidthirtysix-news-list .mbidthirtysix-item {
    background: #fff;
    /*padding-left: 15px;*/
    position: relative;
    margin-top: 10px;
    padding: 20px;
}
.mbidthirtysix-news-list .mbidthirtysix-item > a{
    display: block;
}
/* .news_list .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: -9px;
    width: 17px;
    height: 17px;
    background-image: url(../images/post-list-dot.png);
} */
.mbidthirtysix-news-list .mbidthirtysix-title {
    align-items: center;
    display: flex;
    margin-bottom: 10px;
}
.mbidthirtysix-news-list .mbidthirtysix-item .mbidthirtysix-title .mbidthirtysix-tit {
    display: block;
    font-size: 16px;
    font-weight: bold;
    flex: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mbidthirtysix-news-list .mbidthirtysix-title span {
    margin-left: 20px!important;
    color: #909399;
}
.mbidthirtysix-news-list .mbidthirtysix-info {
    background: #fff;
    align-items: center;
    display: flex;
}
.mbidthirtysix-news-list .mbidthirtysix-img {
    width: 178px;
    height: 110px;
    overflow: hidden;
    position: relative;
}
.mbidthirtysix-news-list .mbidthirtysix-img img{
    width: 100%;
    height: 100%;
}
.mbidthirtysix-news-list .mbidthirtysix-cont {
    margin: 0 15px;
    flex: 1;
    overflow: hidden;
    position: relative;
}
.mbidthirtysix-news-list .mbidthirtysix-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;
}
.mbidthirtysix-news-list .mbidthirtysix-score {
    color: #C0392B!important;
    font-size: 14px;
    line-height: 1.5;
}

/*首页视频*/
.mbidthirtysix-index-video{
    margin-left: -20px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}
.mbidthirtysix-index-video div{
    width: 50%;
    padding-left: 20px;
    margin-bottom: 15px;
}
.mbidthirtysix-index-video.mbidthirtysix-video-page{
    margin-left: -40px;
}
.mbidthirtysix-index-video.mbidthirtysix-video-page div{
    width: 250px;
    margin-left: 40px;
    padding-left: 0px;
    margin-bottom: 15px;
}
.mbidthirtysix-index-video.mbidthirtysix-video-page div .mbidthirtysix-img{
    width: 250px;
    height: 185px;
}
.mbidthirtysix-index-video.mbidthirtysix-video-page div .mbidthirtysix-img img{
    width: 100%;
    height: 145px;
}
.mbidthirtysix-index-video.mbidthirtysix-video-page.mbidthirtysix-topic-page{
    margin-left: 0;
    gap: 20px;
}
.mbidthirtysix-index-video.mbidthirtysix-video-page.mbidthirtysix-topic-page div{
    width: calc((100% - 60px) / 4);
    margin-left: 0;
    padding-left: 0;
}
.mbidthirtysix-index-video.mbidthirtysix-video-page.mbidthirtysix-topic-page .mbidthirtysix-topic-item{
    flex: 0 0 calc((100% - 60px) / 4);
    width: calc((100% - 60px) / 4) !important;
    max-width: calc((100% - 60px) / 4);
    margin-left: 0 !important;
    padding-left: 0 !important;
    box-sizing: border-box;
}
.mbidthirtysix-index-video.mbidthirtysix-video-page.mbidthirtysix-topic-page div .mbidthirtysix-img{
    width: 100%;
}
.mbidthirtysix-index-video.mbidthirtysix-video-page.mbidthirtysix-topic-page .mbidthirtysix-topic-item .mbidthirtysix-img{
    width: 100% !important;
    height: 165px;
}
.mbidthirtysix-index-video.mbidthirtysix-video-page.mbidthirtysix-topic-page .mbidthirtysix-topic-item .mbidthirtysix-img img{
    height: 125px;
}
.mbidthirtysix-index-video div .mbidthirtysix-img {
    background: #fff;
    height: 136px;
    margin-bottom: 0px;
    display: block;
    overflow: hidden;
    position: relative;
}
.mbidthirtysix-index-video div .mbidthirtysix-img img{
    width: 100%;
    height: 106px;
}
.mbidthirtysix-index-video div .mbidthirtysix-img:hover span{
    background: url(../images/v2.png) no-repeat center;
}
.mbidthirtysix-index-video div .mbidthirtysix-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;
}
.mbidthirtysix-index-video div .mbidthirtysix-img p {
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

/*首页录像*/
.mbidthirtysix-index-videopace{
    background: #fff;
    padding-bottom: 20px!important;
}
.mbidthirtysix-index-videopace ul {
    border-bottom: 1px dashed #e8e8e8;
    padding: 10px;
    margin-bottom: 20px;
}
.mbidthirtysix-index-videopace ul:last-child {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 0;
}
.mbidthirtysix-index-videopace ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.mbidthirtysix-index-videopace ul li {
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    line-height: 36px;
    align-items: center;
    font-size: 16px;
}
.mbidthirtysix-index-videopace.mbidthirtysix-page-list ul li {
    line-height: 42px;
}
.mbidthirtysix-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;
}
.mbidthirtysix-index-videopace ul li a {
    display: block;
    flex: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*内页资讯*/
.mbidthirtysix-detail-new-list{
    background: #fff;
    padding-bottom: 20px!important;
}
.mbidthirtysix-detail-new-list ul {
    border-bottom: 1px dashed #e8e8e8;
    padding: 10px;
    margin-bottom: 20px;
}
.mbidthirtysix-detail-new-list ul:last-child {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 0;
}
.mbidthirtysix-detail-new-list ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 25px;
    border-bottom: 1px solid #f5f5f5;
    padding: 5px 0;
}
.mbidthirtysix-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%;
}
.mbidthirtysix-detail-new-list ul li a em{
    color: #C0392B;
}
.mbidthirtysix-detail-new-list ul li a {
    display: block;
    flex: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*title*/
.mbidthirtysix-index-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mbidthirtysix-index-title span,.mbidthirtysix-index-title h2,.mbidthirtysix-index-title h3 {
    margin-left: 10px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.mbidthirtysix-index-title:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 20px;
    margin-top: -9px;
    /*background-color: #C0392B;*/
    background: linear-gradient(90deg,#C0392B,#C0392B);
    vertical-align: middle;
}

/*左右布局*/
.mbidthirtysix-index-conter{
    width: 1200px;
    margin: 20px auto 0;
}
.mbidthirtysix-index-con {
    margin-bottom: 20px;
    display: flex;
}
.mbidthirtysix-index-con .mbidthirtysix-index-left{
    width: 830px;
    /*flex: 1;*/
}
.mbidthirtysix-index-con .mbidthirtysix-index-right {
    width: 350px;
    margin-left: 20px;
}

/*标签*/
.mbidthirtysix-tags {
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    background: #fff;
    display: inline-block;
}
.mbidthirtysix-tags .mbidthirtysix-tag {
    margin-bottom: 8px;
}
.mbidthirtysix-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;
}
.mbidthirtysix-tags a.mbidthirtysix-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;
}

/*内页标签*/
.mbidthirtysix-detail-tags {
    overflow: hidden;
}
.mbidthirtysix-detail-tags span {
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    float: left;
}
.mbidthirtysix-detail-tags a {
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #C0392B;
    overflow: hidden;
    margin-left: 5px;
}

/*内页热门数据*/
.mbidthirtysix-detail-wangluo ul {
    margin-top: 20px;
    margin-left: -20px;
    overflow: hidden;
}
.mbidthirtysix-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;
}
.mbidthirtysix-detail-wangluo ul li .mbidthirtysix-img {
    height: 110px;
    position: relative;
    overflow: hidden;
}
.mbidthirtysix-detail-wangluo ul li .mbidthirtysix-img img {
    display: block;
    width: 100%;
    height: 129px;
}
.mbidthirtysix-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;
}

/*上下页*/
.mbidthirtysix-news-detail-page {
    margin: 30px 0 40px 0;
    height: 80px;
    position: relative;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}
.mbidthirtysix-news-detail-page p {
    margin-bottom: 10px;
}

/*置顶*/
#mbidthirtysix-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;
}
#mbidthirtysix-totop i{
    width: 100%;
    height: 100%;
    vertical-align: top;
    background: url(../images/top-arrow.png) no-repeat center;
    background-size: 30px;
}

/*没有数据*/
.mbidthirtysix-nothing {
    text-align: center;
    margin: 40px 0px;
    min-height: 390px;
}
.mbidthirtysix-nothing img {
    width: 100px;
}
.mbidthirtysix-nothing span {
    display: block;
}

/*直播列表*/
.mbidthirtysix-index-match-list .mbidthirtysix-hotmatch {
    padding: 12px;
    border-bottom: 1px solid #d3e1e2;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.mbidthirtysix-index-match-list .mbidthirtysix-hotmatch  a.mbidthirtysix-items-center {
    float: left;
    width: 800px;
}
.mbidthirtysix-index-match-list .mbidthirtysix-hotmatch  a.mbidthirtysix-items-center > p {
    height: 28px;
    line-height: 28px;
    display: inline-block;
}
.mbidthirtysix-index-match-list .mbidthirtysix-hotmatch .mbidthirtysix-status.mbidthirtysix-live span {
    background: linear-gradient(90deg,#922B21,#C0392B);
}
.mbidthirtysix-index-match-list .mbidthirtysix-hotmatch .mbidthirtysix-status.mbidthirtysix-prelive span {
    background: linear-gradient(90deg,#929292,#c1c1c1);
}
.mbidthirtysix-index-match-list .mbidthirtysix-hotmatch .mbidthirtysix-status {
    float: left;
    margin-right: 10px;
}
.mbidthirtysix-index-match-list .mbidthirtysix-hotmatch .mbidthirtysix-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;
}
.mbidthirtysix-index-match-list .mbidthirtysix-hotmatch .mbidthirtysix-time {
    float: left;
    margin-right: 20px;
}
.mbidthirtysix-index-match-list .mbidthirtysix-hotmatch .mbidthirtysix-cate {
    float: left;
    margin-right: 10px;
    width: 60px;
}
.mbidthirtysix-index-match-list .mbidthirtysix-hotmatch .mbidthirtysix-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;
}
.mbidthirtysix-index-match-list .mbidthirtysix-hotmatch .mbidthirtysix-team1logo {
    width: 24px;
    float: left;
    margin-right: 10px;
}
.mbidthirtysix-index-match-list .mbidthirtysix-hotmatch .mbidthirtysix-team1logo img {
    width: 24px;
    vertical-align: middle;
}
.mbidthirtysix-index-match-list .mbidthirtysix-hotmatch .mbidthirtysix-team1num {
    margin-right: 2px;
    float: left;
    width: 30px;
    background: #F5F5F5;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}
.mbidthirtysix-index-match-list .mbidthirtysix-hotmatch .mbidthirtysix-fh {
    margin-right: 2px;
    float: left;
    width: 5px;
    text-align: center;
}
.mbidthirtysix-index-match-list .mbidthirtysix-hotmatch .mbidthirtysix-team2num {
    margin-right: 10px;
    float: left;
    width: 30px;
    background: #F5F5F5;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}
.mbidthirtysix-index-match-list .mbidthirtysix-hotmatch .mbidthirtysix-team2logo {
    margin-right: 10px;
    float: left;
    width: 24px;
}
.mbidthirtysix-index-match-list .mbidthirtysix-hotmatch .mbidthirtysix-team2logo img {
    width: 24px;
    vertical-align: middle;
}
.mbidthirtysix-index-match-list .mbidthirtysix-hotmatch .mbidthirtysix-team2 {
    float: left;
    margin-right: 10px;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.mbidthirtysix-index-match-list .mbidthirtysix-hotmatch .mbidthirtysix-items-box {
    float: right;
    width: 260px;
}
.mbidthirtysix-index-match-list .mbidthirtysix-hotmatch .mbidthirtysix-items-top, .mbidthirtysix-index-match-list .mbidthirtysix-hotmatch .mbidthirtysix-items-top p {
    display: flex;
    align-items: center;
}
.mbidthirtysix-index-match-list .mbidthirtysix-hotmatch .mbidthirtysix-items-top p:first-child {
    font-size: 14px;
}
.mbidthirtysix-index-match-list .mbidthirtysix-hotmatch .mbidthirtysix-items-top p {
    color: #000;
    justify-content: center;
}
.mbidthirtysix-index-match-list .mbidthirtysix-hotmatch .mbidthirtysix-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;
}
.mbidthirtysix-index-match-list .mbidthirtysix-hotmatch .mbidthirtysix-items-btm {
    float: left;
}
.mbidthirtysix-index-match-list .mbidthirtysix-hotmatch .mbidthirtysix-items-btm p {
    color: #C0392B;
    font-size: 14px;
    line-height: 26px;
    border-bottom: 1px solid #C0392B;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    float: left;
    margin-right: 10px;
}
.mbidthirtysix-index-match-list .mbidthirtysix-hotmatch .mbidthirtysix-items-box .mbidthirtysix-more {
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    cursor: pointer;
    float: left;
}
.mbidthirtysix-index-match-list .mbidthirtysix-hotmatch .mbidthirtysix-items-box .mbidthirtysix-more:after {
    content: "";
    width: 23px;
    height: 26px;
    background: url(../images/chevron-down.png) no-repeat;
    background-position: 50%;
    background-size: 12px 7px;
}
.mbidthirtysix-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;
}
.mbidthirtysix-index-match-more a{
    color: #fff;
    display: block;
}

.mbidthirtysix-index-match-list h6{
    display: flex;
    height: 24px;
    line-height: 24px;
    align-items: center;
    margin: 10px 0px;
    color: #666666;
    padding-left: 4px;
}
.mbidthirtysix-index-match-list h6 time{
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    color: #999999;
}

.mbidthirtysix-news-con {
    margin-bottom: 20px;
    display: flex;
    margin-top: 20px!important;
}
.mbidthirtysix-news-con .mbidthirtysix-news-left{
    width: 830px;
    flex: 1;
}
.mbidthirtysix-news-right {
    width: 350px;
    margin-left: 20px;
}

/*标题 来源*/
.mbidthirtysix-news-top-cont {
    padding: 30px 0 30px 0;
    border-bottom: 1px dashed #eee;
    text-align: center!important;
}
.mbidthirtysix-news-top-cont.mbidthirtysix-channel{
    padding-bottom: 0!important;
}
.mbidthirtysix-news-top-cont h1 {
    font-size: 24px;
    display: block;
    line-height: 1.2;
    margin-bottom: 20px;
    /*height: 48px;*/
    font-weight: bold;
}
.mbidthirtysix-news-top-cont .mbidthirtysix-text {
    font-size: 14px;
    line-height: 1.5;
    color: #909399!important;
}
.mbidthirtysix-news-top-cont .mbidthirtysix-text span {
    margin: 0 20px;
}

/*内容*/
.mbidthirtysix-news-detail {
    padding: 30px 0;
    line-height: 28px;
    font-size: 16px;
    color: #606266;
    margin-bottom: 10px;
}
.mbidthirtysix-news-detail p {
    line-height: 28px;
    font-size: 16px;
    color: #606266;
    margin-bottom: 10px;
}
.mbidthirtysix-news-detail h3,.mbidthirtysix-news-detail h2{
    line-height: 36px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}
.mbidthirtysix-news-detail strong{
    font-size: 16px;
    font-weight: bold;
}
.mbidthirtysix-news-detail p img {
    display: block;
    width: 80%;
    margin: 15px auto;
    height: auto !important;
}
.mbidthirtysix-news-detail+p{
    margin-top: 20px;
}

/*热门球队*/
.mbidthirtysix-hot-team {
    margin: 20px 0 0;
    margin-left: -20px;
    overflow: hidden;
}
.mbidthirtysix-hot-team a {
    background: #fff;
    width: 101px;
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
    display: block;
    padding: 10px;
}
.mbidthirtysix-hot-team .mbidthirtysix-img {
    position: relative;
    overflow: hidden;
    display: block;
}
.mbidthirtysix-hot-team .mbidthirtysix-img img {
    width: 70px;
    height: 70px;
    margin: 5px 0 0 5px;
}
.mbidthirtysix-hot-team p {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
}

/*视频详情列表*/
.mbidthirtysix-video-play {
    position: relative;
    background: #000000;
    width: 100%;
    height: 450px;
}
.mbidthirtysix-video-play img.mbidthirtysix-img {
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.mbidthirtysix-video-play img.mbidthirtysix-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.mbidthirtysix-video-cont-list {
    margin-bottom: 10px;
}
.mbidthirtysix-video-cont-list span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}
.mbidthirtysix-video-cont-list a {
    display: block;
    font-size: 15px;
    text-decoration: revert;
    height: 30px;
    line-height: 30px;
}

/*轮播*/
.main-swiper-pagination {
    /*text-align: center;*/
    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;
}

/*首页资讯布局*/
.mbidthirtysix-topcon {
    /*border-radius: 10px;*/
    background: #fff;
    padding: 20px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.mbidthirtysix-topcon-l {
    width: 460px;
}
.mbidthirtysix-topcon-l .mbidthirtysix-topcon-l-sw {
    overflow: hidden;
    font-size: 20px;
    margin-bottom: 20px;
}
.mbidthirtysix-topcon-l .mbidthirtysix-ul-o{
    position: relative;
    height: 236px;
}
.mbidthirtysix-topcon-l .mbidthirtysix-ul-o li{
    position: relative;
}
.mbidthirtysix-topcon-l .mbidthirtysix-ul-o li .mbidthirtysix-img {
    display: block;
    height: 100%;
    width: 100%;
}
.mbidthirtysix-topcon-l .mbidthirtysix-ul-o li img {
    height: 100%;
    width: 100%;
}
.mbidthirtysix-topcon-l .mbidthirtysix-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;
}
.mbidthirtysix-topcon-l .mbidthirtysix-ul-o li .mbidthirtysix-bg{
    position: absolute;
    background: linear-gradient(to top, black 4%, transparent);
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}

.mbidthirtysix-topcon-l .swiper-button-prev {
    background: url("../images/L.png") no-repeat;
    left: 0;
}
.mbidthirtysix-topcon-l .swiper-button-next {
    background: url("../images/R.png") no-repeat;
    right: 0;
}
.mbidthirtysix-topcon-l .swiper-button-next:after, .mbidthirtysix-topcon-l .swiper-button-prev:after {
    font-size: 22px;
    color: #fff;
}
.mbidthirtysix-topcon-l .swiper-button-next, .mbidthirtysix-topcon-l .swiper-button-prev {
    width: 35px;
    height: 55px;
}

.mbidthirtysix-topcon-m {
    width: 440px;
}

.mbidthirtysix-topcon-m-b {
    margin-top: 30px;
    position: relative;
}
.mbidthirtysix-topcon-m-b::after {
    position: absolute;
    content: '';
    left: 0;
    top: 5px;
    height: calc(100% - 12px);
    width: 1px;
    /*background: #eeeeee;*/
}
.mbidthirtysix-topcon-m-b ul:first-child{
    margin-bottom: 40px;
}
.mbidthirtysix-topcon-m-b ul li {
    display: flex;
    height: 20px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-left: 13px;
    margin-bottom: 15px;
}
.mbidthirtysix-topcon-m-b ul li:last-child{
    margin-bottom: 15px;
}
.mbidthirtysix-topcon-m-b ul li .mbidthirtysix-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;
}
.mbidthirtysix-topcon-m-b ul li .mbidthirtysix-name {
    max-width: 320px;
    font-size: 15px;
    color: #444;
    margin-right: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mbidthirtysix-topcon-m-b ul li:hover .mbidthirtysix-yd{
    border-color: red;
}
.mbidthirtysix-topcon-m-b ul li:hover .mbidthirtysix-name {
    color: red;
}
.mbidthirtysix-topcon-m-b ul li .mbidthirtysix-time {
    margin-right: 25px;
    font-size: 14px;
    color: #999;
}

.mbidthirtysix-topcon-r {
    width: 200px;
}

.mbidthirtysix-index-three .mbidthirtysix-center{
    padding: 20px;
    background: #fff;
    display: flex;
    justify-content: space-between;
}
.mbidthirtysix-index-three-l {
    width: 892px;
    padding-right: 20px;
}
.mbidthirtysix-index-three-main{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.mbidthirtysix-topcon-l-b {
    width: 460px;
}
.mbidthirtysix-topcon-l-b .mbidthirtysix-news-imglist {
    margin-bottom: 24px;
}
.mbidthirtysix-topcon-l-b .mbidthirtysix-news-imglist ul {
    display: flex;
    justify-content: space-between;
}
.mbidthirtysix-topcon-l-b .mbidthirtysix-news-imglist ul li {
    width: 219px;
    height: 132px;
}
.mbidthirtysix-topcon-l-b .mbidthirtysix-news-imglist ul li .mbidthirtysix-img {
    width: 219px;
    height: 123px;
    position: relative;
}
.mbidthirtysix-topcon-l-b .mbidthirtysix-news-imglist ul li .mbidthirtysix-img img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.mbidthirtysix-topcon-l-b .mbidthirtysix-news-imglist ul li .mbidthirtysix-img p{
    margin-top: 10px;
    font-size: 15px;
    color: #323232;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
}
.mbidthirtysix-index-three-mainr {
    width: 421px;
}
.mbidthirtysix-index-three-r {
    width: 253px;
}
.mbidthirtysix-topcon-r-list ul{
    margin-top: 20px;
}
.mbidthirtysix-topcon-r-list ul li {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.mbidthirtysix-topcon-r-list ul li .mbidthirtysix-img {
    display: block;
    position: relative;
    width: 100%;
}
.mbidthirtysix-topcon-r-list ul li .mbidthirtysix-img img{
    width: 100%;
    height: 110px;
    border-radius: 15px;
}
.mbidthirtysix-topcon-r-list ul li p {
    width: 100%;
    height: 24px;
    line-height: 30px;
    font-size: 14px;
}
.mbidthirtysix-topcon-r-list ul li p.mbidthirtysix-blod {
    color: 000;
    font-weight: bold;
}
.mbidthirtysix-topcon-r-list ul li p img {
    height: 19px;
    width: 19px;
    vertical-align: middle;
    margin-right: 10px;
}

/*首页热门数据*/
.mbidthirtysix-index-wangluo-list ul{
    margin-left: -20px;
    overflow: hidden;
}
.mbidthirtysix-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;
}
.mbidthirtysix-index-wangluo-list ul li .mbidthirtysix-img {
    height: 129px;
    position: relative;
    overflow: hidden;
}
.mbidthirtysix-index-wangluo-list ul li .mbidthirtysix-img img {
    width: 100%;
    height: 129px;
}
.mbidthirtysix-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;
}

/*首页球队球员推荐*/
.mbidthirtysix-index-hot-list {
    overflow: hidden;
    background: #fff;
    padding: 0px 5px 10px 5px;
}
.mbidthirtysix-index-hot-list a:first-child{
    margin-left: 0px;
}
.mbidthirtysix-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;
}
.mbidthirtysix-index-hot-list a img {
    /*width: 40px;*/
    max-width: 100%;
    height: 40px;
    display: block;
    margin: 0 auto;
}
.mbidthirtysix-index-hot-list a span {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: block;
    text-align: center;
}

/*频道列表*/

.mbidthirtysix-pmap{
    margin-bottom: 20px;
}
.mbidthirtysix-pmap ul{
    padding: 20px 0 0px;
    margin-bottom: 20px;
}
.mbidthirtysix-pmap ul li{
    width: 101px;
    background: #fff;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    margin-bottom: 15px;
    padding-left: 10px;
}
.mbidthirtysix-pmap ul li:nth-child(7n){
    margin-right: 0px;
}
.mbidthirtysix-pmap ul li a{
    overflow: hidden;
    height: 40px;
    display: block;
    font-size: 14px;
    color: #333;
}
.mbidthirtysix-pmap ul li:hover a{
    color: #C0392B;
}

/*视频列表*/
.mbidthirtysix-tuwen-list {
    margin: 20px 0 0;
    margin-left: -20px;
    overflow: hidden;
}
.mbidthirtysix-tuwen-list a {
    background: #fff;
    width: 101px;
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
    display: block;
    padding: 10px 0px;
}
.mbidthirtysix-tuwen-list .mbidthirtysix-img {
    position: relative;
    overflow: hidden;
    display: block;
}
.mbidthirtysix-tuwen-list .mbidthirtysix-img img {
    display: block;
    /*width: 70px;*/
    max-width: 100%;
    height: 70px;
    margin: 0 auto;
}
.mbidthirtysix-tuwen-list .mbidthirtysix-title {
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
}

/*赛事聚合信息*/
.mbidthirtysix-saishi-tab {
    border-radius: 4px;
    border: 1px solid #d3e1e2;
    padding: 0 10px;
    margin-top: 20px;
    overflow: hidden;
    background: #FFF;
}
.mbidthirtysix-saishi-tab img {
    float: left;
    height: 40px;
    width: auto;
    margin-top: 5px;
}
.mbidthirtysix-saishi-tab span {
    float: left;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
    font-size: 20px;
    color: #C0392B;
}
.mbidthirtysix-saishi-tab .mbidthirtysix-saishi-item {
    float: right;
}
.mbidthirtysix-saishi-tab .mbidthirtysix-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;
}
.mbidthirtysix-saishi-tab .mbidthirtysix-saishi-item a.on {
    background: linear-gradient(90deg, #922B21, #C0392B);
    color: #FFF;
}

/*日期tab*/
.mbidthirtysix-data-conten {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}
.mbidthirtysix-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;
}
.mbidthirtysix-data-conten a:first-child{
    margin-left: 0px;
}
.mbidthirtysix-data-conten a.on i, .mbidthirtysix-data-conten a:hover i {
    display: inline-block;
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, #922B21, #C0392B);
    border-radius: 0px 0px 2px 2px;
}
.mbidthirtysix-data-conten a.on {
    color: #C0392B;
    font-weight: bold;
    border: 1px solid #C0392B;
    position: relative;
}

/*排行榜*/
.mbidthirtysix-jf-rnak {
    background: #FFF;
    margin-top: 10px;
}
.mbidthirtysix-jf-rnak .mbidthirtysix-jfname {
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}
.mbidthirtysix-jf-rnak .mbidthirtysix-rankingt.mbidthirtysix-zuqiu {
    display: grid;
    grid-template-columns: 5% 23% 9% 9% 9% 9% 9% 9% 9% 9%;
    height: 51px;
    align-items: center;
    padding: 0 30px;
}
.mbidthirtysix-jf-rnak .mbidthirtysix-rankingt.mbidthirtysix-nba {
    display: grid;
    grid-template-columns: 6% 26% 17% 17% 17% 17%;
    height: 51px;
    align-items: center;
    padding: 0 30px;
}
.mbidthirtysix-jf-rnak .mbidthirtysix-rankingt.mbidthirtysix-bg{
    background: #EEEEEE;
    line-height: 40px;
}
.mbidthirtysix-jf-rnak .mbidthirtysix-bgg {
    border-bottom: 1px solid #EAEAEA;
}
.mbidthirtysix-jf-rnak .mbidthirtysix-rankingt .mbidthirtysix-num {
    display: block;
    width: 28px;
    height: 28px;
    background: #ccc;
    font: 18px / 30px Helvetica;
    color: #fff;
    border-radius: 2px;
    text-align: center;
}
.mbidthirtysix-jf-rnak .mbidthirtysix-logo {
    display: flex;
    align-items: center;
    text-align: left;
}
.mbidthirtysix-jf-rnak .mbidthirtysix-team {
    padding-left: 5px;
}

/*直播tab*/
.mbidthirtysix-live-con-tab {
    display: flex;
    justify-content: space-between;
    height: 40px;
    margin-top: 20px;
}
.mbidthirtysix-live-con-tab li {
    float: left;
}
.mbidthirtysix-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: #C0392B;
    border: 1px solid #C0392B;
    background: #ffffff;
    height: 40px;
    line-height: 40px;
}
.mbidthirtysix-live-con-tab li:first-child a {
    border-radius: 4px 0px 0px 4px;
}
.mbidthirtysix-live-con-tab li:last-child a {
    border-radius: 0px 4px 4px 0px;
}
.mbidthirtysix-live-con-tab li a.active {
    background: linear-gradient(90deg, #922B21, #C0392B);
    color: #fff;
}

/*球队 球员详情*/
.mbidthirtysix-detail-top {
    background: url(../images/bg-qd.png) no-repeat;
    background-size: 100%;
    overflow: hidden;
    position: relative;
}
.mbidthirtysix-detail-top .mbidthirtysix-img {
    float: left;
    width: 50px;
    height: 50px;
    margin: 11px;
    object-fit: contain;
}
.mbidthirtysix-detail-top .mbidthirtysix-name .mbidthirtysix-zh {
    margin-top: 12px;
    margin-bottom: 3px;
    font-size: 20px;
    color: #333;
    display: flex;
}
.mbidthirtysix-detail-top .mbidthirtysix-name .mbidthirtysix-zh span {
    font-size: 20px;
    font-weight: 500;
}
.mbidthirtysix-detail-top .mbidthirtysix-name .mbidthirtysix-en {
    display: flex;
    font-size: 12px;
    color: #bbb;
}
.mbidthirtysix-detail-top .mbidthirtysix-market {
    height: 72px;
    line-height: 72px;
    color: #FFF;
    font-size: 18px;
    padding: 0 20px 0 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #C0392B;
}
.mbidthirtysix-detail-top .mbidthirtysix-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;
}
.mbidthirtysix-detail-top .mbidthirtysix-market::after {
    position: absolute;
    content: '';
    top: 0;
    border: solid transparent;
    border-right-color: #C0392B;
    border-top-color: #C0392B;
    border-width: 52px 20px;
    left: -28px;
}

/*直播详情页*/
.mbidthirtysix-live-detail {
    position: relative;
    height: 280px;
    padding-top: 50px;
}
.mbidthirtysix-live-bg {
    height: 280px;
    background: linear-gradient(90deg,#C0392B  18.8%,#C0392B 49.96%,#C0392B 81.5%);
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    z-index: -1;
}
.mbidthirtysix-live-bg .mbidthirtysix-live-bg-box .mbidthirtysix-live-bg-con {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 0;
    width: 100%;
}
.mbidthirtysix-live-detail-team .mbidthirtysix-live-detail-teamt {
    color: #fff;
}
.mbidthirtysix-live-detail-team .mbidthirtysix-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;
}
.mbidthirtysix-live-detail-team .mbidthirtysix-live-con {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.mbidthirtysix-team1 {
    text-align: center;
    width: 30%;
}
.mbidthirtysix-team2 .mbidthirtysix-team-img, .mbidthirtysix-team1 .mbidthirtysix-team-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.mbidthirtysix-team2 .mbidthirtysix-team-img img, .mbidthirtysix-team1 .mbidthirtysix-team-img img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}
.mbidthirtysix-team1 h1, .mbidthirtysix-team2 h1 {
    height: 26px;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #FFFFFF;
    margin-top: 10px;
}
.mbidthirtysix-live-num {
    text-align: center;
    width: 40%;
}
.mbidthirtysix-live-num-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0;
    height: 39px;
    padding: 0 12px;
}
.mbidthirtysix-live-num-box > p
 {
    font-size: 32px;
    font-family: DIN;
    font-weight: bold;
    line-height: 39px;
    color: #FFFFFF;
}
.mbidthirtysix-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: #C0392B;
}
.mbidthirtysix-team2 {
    text-align: center;
    width: 30%;
}

/*信号源*/
.mbidthirtysix-match-details {
    margin-top: 10px;
    margin-bottom: 10px;
}
.mbidthirtysix-signa{
    margin-top: 10px;
}
.mbidthirtysix-signa ul li {
    margin-right: 10px;
    background: #CCC;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
}
.mbidthirtysix-signa ul li.mbidthirtysix-click {
    background: linear-gradient(90deg, #922B21, #C0392B);
}
.mbidthirtysix-signa ul li a{
    display: block;
    padding: 10px 20px;
    color: #fff;
}

/*直播详情*/
.mbidthirtysix-live-content {
    padding: 20px 15px;
    background: #FFF;
}
.mbidthirtysix-live-content p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}
.mbidthirtysix-live-content p span.mbidthirtysix-tit {
    color: #C0392B;
    overflow: hidden;
}

/*网络信息详情*/
.mbidthirtysix-wangluo-con {
    background: #fff;
    margin-top: 20px;
    padding: 20px 15px;
    overflow: hidden;
}
.mbidthirtysix-wangluo-con .mbidthirtysix-img {
    float: left;
    margin-right: 20px;
}
.mbidthirtysix-wangluo-con .mbidthirtysix-img img {
    width: 200px;
    height: 120px;
    border-radius: 5px;
}
.mbidthirtysix-wangluo-con .mbidthirtysix-title {
    float: left;
    width: 570px;
    font-size: 15px;
}
.mbidthirtysix-wangluo-con p.time{
    font-size: 14px;
    margin-bottom: 8px;
}
.mbidthirtysix-wangluo-con h2{
    font-size: 18px;
    margin-bottom: 8px;
    color: #000;
}
.mbidthirtysix-wangluo-con p:last-child{
    text-indent: 3rem;
    text-align: justify;
}

/*右侧直播*/
.mbidthirtysix-liver-list{
    background: #fff;
    margin: 10px 0;
}
.mbidthirtysix-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;
}
.mbidthirtysix-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;
}
.mbidthirtysix-liver-list-box .mbidthirtysix-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;
}
.mbidthirtysix-liver-list-box .mbidthirtysix-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;
}
.mbidthirtysix-liver-list-box .mbidthirtysix-logo {
    height: 36px;
    width: 36px;
}
.mbidthirtysix-liver-list-box .mbidthirtysix-name {
    margin-top: 6px;
    color: #333333;
    overflow: hidden;
    width: 60px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mbidthirtysix-liver-list-box .mbidthirtysix-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;
}
.mbidthirtysix-liver-list-box .mbidthirtysix-liver-cont .mbidthirtysix-liver-cate{
    color: #333333;
}
.mbidthirtysix-liver-list-box .mbidthirtysix-liver-score {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    height: 28px;
    line-height: 28px;
    margin: 10px 0;
    position: relative;
}
.mbidthirtysix-liver-list-box .mbidthirtysix-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;
}
.mbidthirtysix-liver-list-box .mbidthirtysix-num {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    padding: 0 17px;
}
.mbidthirtysix-liver-list-box .mbidthirtysix-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;
}
.mbidthirtysix-liver-list-box .mbidthirtysix-type {
    background-color: #C0392B;
    position: relative;
    text-align: center;
    width: 80px;
    color: #fff;
}
