@charset "utf-8";
:root{
	--nav-bg: #27AE60;      /* 顶部导航栏背景 */
	--bg-gradient: linear-gradient(to bottom, #9ad9b5 0%, #f2f2f2 70%) #f2f2f2; /*html背景色*/
  	--theme-primary: #7cdba4;/* 主题主色（按钮、标签、高亮） */
  	--theme-secondary: #1E8449;/* 主题辅助色 */
	/* --sig-btn:linear-gradient(to bottom, #28b647, #45dd6a, #71df4b); */
	--title-bg: url(../images/img_title.png);/*背景图标*/
	--zb-bg:url(../images/background_zbxq.png) no-repeat top;/*直播背景图标*/
	--about-bg:url(../images/icon_zb_select.png) no-repeat;
	--lqtt-bg:url(../picture/icon_lqtt.png) no-repeat;
	--team-bg:linear-gradient(to left, #A5C2FF, #BBE6F8);

  	--nav-text: #ffffff;    /* 导航栏文字色 */
  	--page-bg: #ecf0f1;     /* 页面整体背景色 */
  	--card-bg: #ffffff;      /* 赛事/资讯卡片背景 */
  	--text-main: #2c3e50;   /* 正文深色文字 */
  	--text-light: #7f8c8d;  /* 辅助浅灰文字 */
  	--live-btn: #3498db;    /* 直播中按钮色 */
  	--upcoming-btn: #bdc3c7;/* 即将开始按钮色 */
}
.team-about .team-screen{background: var(--team-bg) !important;}
.luxiang-active{background: var(--nav-bg) !important;}
.zq-lx-header{border-bottom: 1px solid var(--theme-primary) !important;}
.luxiang-content .luxiang-list .luxiang-menu li:nth-child(2){background: var(--lqtt-bg) !important;background-position-x: 25% !important;background-position-y: center !important;}
.content-bottom-left-zb-flList a,.sszhibo-active{color:var(--theme-primary) !important;}
.content-title{background-image: var(--title-bg) !important;}
.zhibo-detail-content .zhibo-detail-info .zb-dl-team .zb-dl-match-link{background: var(--zb-bg) !important;}
.zhibo-link-btn a{background: var(--sig-btn) !important;}
.src-pill.is-recommended{background: #0b0f14 !important;}
.zq-lx-header div{background: var(--theme-primary) !important;}
.zq-lx-bt{border-bottom: solid 1px var(--theme-primary) !important;}
.zhibo-link-btn{background: var(--theme-primary) !important;}
.luxiang-menu li:nth-child(1).active a{color: var(--theme-primary) !important;}
.luxiang-menu li:nth-child(1).active::after{border-bottom: 3px solid var(--theme-primary) !important;}
.content-zbList .zhibo_saishi a{color: var(--theme-primary) !important;}
.luxiang-content .luxiang-list .luxiang-menu li.luxiang-active a{color:#fff !important;}
.luxiang-content .luxiang-list .luxiang-menu li:nth-child(2).luxiang-active{background-color: var(--theme-primary) !important;}
.zhibo-detail-content .zhibo-detail-info .zb-dl-teamAbout ul li:nth-child(1)::before{background: var(--theme-primary) !important;}
.luxiang-menu li:nth-child(1).active{background:none !important;}
html {
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	height: 100%;
	background: #F2F2F2;
	background: var(--bg-gradient) !important;
	background-repeat: no-repeat !important;
}
.luxiang-content .luxiang-list .luxiang-menu li a{color: var(--theme-primary) !important;}
.luxiang-content .luxiang-list .luxiang-menu li:nth-child(1).luxiang-active{
	background-color: var(--theme-primary) !important;
}
.luxiang-content .luxiang-list .luxiang-menu li:nth-child(1).luxiang-active a{color: #fff !important;}
.luxiang-content .luxiang-list .luxiang-menu li{
	border:1px solid var(--theme-primary) !important;
}
.content-zbList .zhibo-date{color: var(--theme-primary) !important;}
body {
	line-height: 1.5;
	font-size: 14px;
	position: relative;
	min-height: 100vh;
}
blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ol, ul {
	list-style: none
}
a {
	text-decoration: none;
	/* color: #fff; */
	cursor: pointer;
}
a, a:hover, a:focus, a:active, a:visited {
	text-decoration: none;
}
a:active, a:hover {
	outline: 0
}
a:hover {
	/* color: #fff; */
}
body, button, input, select, textarea {
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
	font-smoothing: antialiased
}
b, strong {
	font-weight: 700
}
em, i, cite {
	font-style: normal
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
table td, table th {
	border: 1px solid #ddd;
	padding: 5px
}
table th {
	font-weight: inherit;
	border-bottom-width: 2px;
	border-bottom-color: #ccc
}
img {
	border: 0 none;
	max-width: 100%;
	vertical-align: center;
	height: auto
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], input[disabled] {
	cursor: default
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}
input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
input:focus {
	outline: 0
}
select[multiple], select[size], select[size][multiple] {
	border: 1px solid #aaa;
	padding: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block
}
input::-webkit-input-speech-button {
display: none
}
button, input, textarea {
	-webkit-tap-highlight-color: transparent
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix {
	zoom: 1
}
.fl {
	float: left
}
.fr {
	float: right
}
dd, dl, dt, li, ol, ul {
	list-style: none
}
.typography-ellipsis {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.typography-clamp {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-height: 1.5;
	max-height: 3em;
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
	-webkit-line-clamp: 2;
}
h1 > .typography-clamp, h2 > .typography-clamp, h3 > .typography-clamp, h4 > .typography-clamp, h5 > .typography-clamp, h6 > .typography-clamp, .h1 > .typography-clamp, .h2 > .typography-clamp, .h3 > .typography-clamp, .h4 > .typography-clamp, .h5 > .typography-clamp, .h6 > .typography-clamp {
	line-height: 1.5;
	max-height: 3em;
}
.layout-flex-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.layout-flex-container > .layout-flex-item {
	-webkit-box-flex: initial;
	-moz-box-flex: initial;
	-ms-flex: auto;
	-webkit-flex: auto;
	flex: auto;
}
.layout-flex-container.layout-flex-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.layout-flex-container.layout-flex-vertical {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.layout-flex-container.layout-flex-vertical > .layout-flex-item {
	-webkit-box-flex: 1;
}
.layout-flex-container.layout-flex-justify-start {
	-webkit-box-pack: start;
	-webkit-justify-content: start;
	-ms-flex-pack: start;
	justify-content: start;
}
.layout-flex-container.layout-flex-justify-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.layout-flex-container.layout-flex-justify-end {
	-webkit-box-pack: end;
	-webkit-justify-content: end;
	-ms-flex-pack: end;
	justify-content: end;
}
.layout-flex-container.layout-flex-justify-space-between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.layout-flex-container.layout-flex-justify-space-around {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.layout-flex-container.layout-flex-align-start {
	-webkit-box-align: start;
	-webkit-align-items: start;
	-ms-flex-align: start;
	-ms-grid-row-align: start;
	align-items: start;
}
.layout-flex-container.layout-flex-align-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}
.layout-flex-container.layout-flex-align-end {
	-webkit-box-align: end;
	-webkit-align-items: end;
	-ms-flex-align: end;
	-ms-grid-row-align: end;
	align-items: end;
}
.typography-ellipsis {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.two-clamp {
	display: -webkit-box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.three-clamp {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
}
.layout-vertical-center {
	vertical-align: middle;
}
.poiner {
	cursor: pointer;
}
.common-tab {
	padding-bottom: 80px;
}
.common-tab li {
	color: #666666;
	font-size: 18px;
}
.active {
	color: var(--theme-primary) !important;
}
.common-tab-item {
	display: none;
}
.header-top, .header-bottom, .header-bottom-second, .content-container {
	width: 1200px;
	margin: 0 auto;
}
.content-container {
	padding-bottom: 200px;
}
.header-top {
	display: flex;
}
.header-top-container a {
	color: #FFFFFF;
}
.header-top-container a:hover {
	color: #FFFFFF;
	font-weight: 700;
}
.header-top-container {
	background: var(--nav-bg);
}
.header-top > .header-nav {
	background-color: rgba(0, 0, 0, 0) !important;
}
.header-top > .header-nav > li > a {
	background-color: rgba(0, 0, 0, 0) !important;
	font-size: 18px;
}
.header-top > a > .header-logo {
	width: 180px;
	height: 50px;
	margin-top: 10px;
	margin-right: 50px;
}
.active {
	font-weight: 700;
}
.header-bottom .header-nav li:hover::after, .header-bottom .header-nav li.active::after {
content: '';
display: block;
position: absolute;
bottom: -6px;
right: 40%;
margin-right: 6px;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 6px solid #1F1F1F;
}
.header-bottom-container {
	background: #ffffff;
}
.header-bottom-container ul li a {
	color: #333333;
}
.header-bottom-container .header-nav {
	background-color: rgba(0, 0, 0, 0);
}
.header-nav {
	position: relative;
	padding: 20px 20px;
	font-size: 14px;
	background-color: #393d49;
	color: #fff;
	border-radius: 2px;
	box-sizing: border-box;
	/*display: block!important;*/
}
.header-nav .header-nav-item {
	position: relative;
	display: inline-block;
}
.header-nav .header-nav-item a {
	display: block;
-webkit-transition: all .3s;
}
.header-nav .header-nav-child a:hover {
	background-color: #f6f6f6;
	color: rgba(0, 0, 0, .8)
}
.header-top-actived {
	font-weight: 700 !important;
}
.header-top-actived::after {
content: '';
display: block;
position: absolute;
bottom: -4px;
right: 30%;
margin-right: -5px;
width: 50%;
border-bottom: 3px solid #fff;
}
.header-nav .header-nav-item a {
	padding: 0 15px;
}
.content-title {
	background-image: var(--title-bg);
	background-repeat: no-repeat;
	min-height: 45px;
	min-width: 162px;
	font-size: 20px;
	color: #FFFFFF;
	padding-left: 10px;
}
.content-title > img {
	width: 26px;
	vertical-align: middle;
}
.content-title > span {
	line-height: 2;
}
.zhibo-date {
	color: #459ADD;
	font-size: 16px;
}
.zhibo-date span {
	color: #459ADD;
	font-size: 16px;
}
.zhibo-date::before {
content: '';
display: inline-block;
width: 8px;
transform: skewX(-25deg);
height: 16px;
background: var(--theme-primary);
margin-right: 10px;
}
.ztqh {
	margin-left: auto;
	margin-top: 20px;
}
.qhzt {
	display: flex;
	border: solid 1px #fff;
	border-radius: 15px;
	width: 60px;
	justify-content: space-between;
}
.qhzt a {
	width: 26px;
	height: 26px;
	display: inline-block;
	text-align: center;
	line-height: 26px;
	font-size: 12px;
	color: #fff;
}
.qhzt a:nth-of-type(1) {
border-radius: 50%;
}
.qhzt a:nth-of-type(2) {
border-radius: 50%;
}
.footer_fixed {
	position: fixed;
	right: 2%;
	bottom: 25%;
	display: block;
	z-index: 49;
}
.footer_fixed > p {
	width: 54px;
	height: 54px;
	background: #FFFFFF;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px 0;
	cursor: pointer;
}
.footer_fixed #fanhui_ding {
	display: none;
}
.footer_fixed p:hover {
	background: var(--theme-primary);
}
.footer_fixed p:hover img {
	display: none;
}
.footer_fixed p:hover span {
	display: block;
}
.footer_fixed p span {
	display: none;
	color: #fff;
}
.footer_fixed > .shuaxin {
	background: url(../images/sx.png) no-repeat;
	background-size: 100% 100%;
margin-top: .4rem;
}
.footer_fixed > .fanding {
	background: url(../images/zd.png) no-repeat;
	background-size: 100% 100%;
	display: none;
}
footer {
	background: #333333;
	padding: 15px 0;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 150px;
}
footer > p {
	font-size: 12px;
	color: #777777;
	text-align: center;
	line-height: 30px;
	max-width: 1200px;
	margin: 0 auto;
}

footer > p  a{
	color: #777777;
}




footer > hr {
	border: 1px solid #4A4949;
	margin: 10px auto;
	width: 1200px;
	box-sizing: border-box;
}
.footer_za {
	display: flex;
	align-items: center;
	margin: 0 auto;
	width: 500px;
	justify-content: center;
}
.footer_za a {
	color: #777777;
}
.footer_za a:hover {
	color: #eeeeee;
}
.gy_position_tit {
	width: 1230px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	line-height: 40px;
	color: #333;
	font-size: 12px;
}
.gy_position_tit > li, .gy_position_tit > li a {
	font-size: 12px;
	color: #999999;
}
.gy_position_tit > li:last-child {
	color: #666666;
}
.ep-pages {
padding: .2rem .2rem;
	clear: both;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
	margin: 20px;
}
.ep-pages a {
	font-size: 14px;
	color: var(--theme-primary);
}
.pagination li {
	display: inline-block;
margin: 0 .03rem;
}
.pagination li {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	background: #fff;
	border: 1px solid #ededed;
	overflow: hidden;
	vertical-align: top;
	margin: 0 0 0 5px;
	min-width: 15px
}
.pagination li.active {
	background: var(--theme-primary);
	border: 1px solid var(--theme-primary);
	color: #fff;
	border-radius: 4px;
}
.pagination li.active a {
	color: #fff
}
.pagination {
	text-align: center;
	display: inline-block;
}
.gy_big_no {
	width: 272px;
	height: 162px;
	margin: 0 auto;
	background: url(../images/no-content.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
	margin-top: 30px;
}
.gy_big_no::after {
content: '暂无相关数据';
position: absolute;
bottom: -40px;
left: 35%;
}
.gy_small_no {
	width: 190px;
	height: 113px;
	margin: 0 auto;
	background: url(../images/no-content.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	display: block;
}
.gy_small_no::after {
content: '暂无相关数据';
position: absolute;
bottom: -20px;
left: 30%;
}
.clock-d {
	animation: clockD 1s infinite !important;
}
@keyframes clockD {
0% {
color: transparent;
}
40% {
color: #ee564f;
}
80% {
color: #ee564f;
}
100% {
color: transparent;
}
}
.bifeng_xq_lan em {
	display: block
}
.bifeng_xq_lan {
	display: none;
	position: absolute;
	z-index: 1000;
	background: #fff;
	width: 345px;
	height: 103px;
	-webkit-box-shadow: 0 0 10px rgba(233, 214, 208, .5);
	-moz-box-shadow: 0 0 10px rgba(233, 214, 208, .5);
	box-shadow: 0 0 10px rgba(233, 214, 208, .5);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-left: -122px;
	top: 50px;
	left: -19px
}
.bifeng_xq_lan li {
	line-height: 20px
}
.bf_bj_jt {
	position: absolute;
	top: -5px;
	left: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: -7px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #adcae8
}
.chang_lan_bt {
	height: 28px;
	line-height: 28px;
	background: #adcae8;
	moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	padding-left: 139px;
	width: 100%;
	box-sizing: border-box
}
.chang_lan_bt {
	height: 28px;
	line-height: 28px;
	background: #adcae8;
	moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	padding-left: 139px
}
.chang_lan_bt tt {
	color: #fff;
	font-size: 14px;
	width: 39px;
	text-align: center;
	float: left
}
.bifen_lan_xs span {
	color: #333;
	font-size: 14px;
	width: 39px;
	text-align: center;
	float: left;
	line-height: 30px;
	font-weight: 500
}
.bifen_lan_xs span.dw_name {
	width: 129px;
	text-align: left;
	padding-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.bifen_lan_xs span.dw_name {
	width: 129px;
	text-align: left;
	padding-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.bs_vs_bifen_new_ack {
	cursor: pointer
}
.bs_vs_bifen_new_ack:hover > .bifeng_xq_lan {
	display: block;
	cursor: pointer
}
.zhibo_list_re {
	border: 1px solid #dfebf9;
	border-left: none;
	border-right: none;
	background: linear-gradient(to right, #f9fbfe, #cde4fb, #f4f9fe) !important;
}
.nodatalb{text-align:center;padding:20px 0 20px}
.nodatalb cite{display:block;text-align:center;color:#333333;padding-top:5px}

.azure-btkj {
    background-image: url(../images/img_title.png);
    background-repeat: no-repeat;
    min-height: 45px;
    min-width: 162px;
    font-size: 20px;
    color: #fff;
    padding-left: 20px;
}.azure-btkj > span {
    line-height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 115px;
    display: inline-block;
}
.azure-gjc {
	width: 100%;
	background: #fff;
	margin-top: 20px;
	border-radius: 10px;
}
.azure-gjc .azure-gjc-tb {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.azure-gjc .azure-gjc-tb a {
	font-size: 12px;
	color: #666666;
	margin-right: 10px;
}
.azure-gjc ul {
	padding: 10px 15px;
}
.azure-gjc ul li {
	margin-bottom: 25px;
	float: left;
	margin-right: 15px;
}
.azure-gjc ul li a {
	color: #333333;
	padding: 8px 15px;
	border: 1px solid #b5d3ff;
	border-radius: 6px;
	background: #f3f7fe;
}

.zq-lx-header2 img{height:25px;}
.bqrm a {
    color: black;
}
.match-team .the-team ul li p.paly.start a{color: red;}
.content-bottom-right {
	width: 28%;
	background: #FFFFFF;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0);
}
.guanyu-zixun, .zuixin-luxiang {
	background: #FFFFFF;
	border-radius: 10px;
	margin-bottom: 20px;
}

.guanyu-zixun-list ul {
	padding: 20px 10px;
}
.guanyu-zixun-list ul li {
	font-size: 13px;
	padding: 10px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.guanyu-zixun-list ul li span {
	color: #999999;
}
.guanyu-zixun-list ul li a {
	color: #666666;
}
.zhibo-detail-latest {
    width: 28%;
    background: #FFFFFF;
    border-radius: 10px;
    height: fit-content;
}
.match-team .the-team {
    position: relative;
}

.match-team .the-team .mask-btn .mask {
    background: #459ADD;
    opacity: 0.3;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100px;
}

.match-team .the-team .mask-btn a {
    position: absolute;
    top: 30%;
    left: 33%;
    background: #459ADD;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 3;
    border-radius: 20px;
}

.match-team .the-team ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding: 10px;
    border-bottom: solid 1px #EEEEEE;
}

.match-team .the-team ul li:hover>.mask-btn {
    display: block !important;
}

.match-team .the-team ul li {
    width: 30%;
    align-items: center;
    text-align: center;
}

.match-team .the-team ul li .paly a{
    color: #459ADD;
}

.match-team .the-team ul li p {
    overflow: hidden;
    text-overflow: ellipsis !important;
    white-space: nowrap;
    font-size: 14px;
}

.match-team .the-team ul li:nth-child(2) p:nth-child(1),
.match-team .the-team ul li:nth-last-child(1) p:nth-child(1) {
    font-size: 12px;
    color: #666666;
}

.match-team .the-team ul li:nth-child(3) p:nth-child(1) {
    font-size: 18px;
}

.match-team .the-team ul li img {
    width: 40px;
    height: 40px;
}
.content-zbList .zhibo-time {
	width: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #666666;
	margin-left: 20px;
}
.content-zbList .zhibo-zhanwei {
	width: 25px;
}
.content-zbList .sore {
	width: 80px;
	color: #FF1336;
	font-weight: 700;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.content-zbList .zhibo-btn {
	background: #BBBBBB;
	padding: 2px 8px;
	border-radius: 5px;
	width: 114px;
	height: 30px;
	margin-left: 30px;
	color: #FFFFFF;
	line-height: 2;
}
.content-zbList .zhibo-btn:hover {
	background: #969696;
}
.content-zbList .zhibo-btn-doing {
	background: var(--theme-primary) !important;
}
.content-zbList .zhibo-btn-doing:hover {
	background: var(--theme-secondary) !important;
}
.content-zbList .zhibo-btn img {
	width: 16px!important;
	height: 16px!important;
	vertical-align:middle;
	margin-right: 5px;
}
.content-zbList .zhibo-btn span {
	font-size: 14px;
	vertical-align: middle;
}
.content-zbList li {
	/* border-top: solid 1px #EEEEEE; */
	border-bottom: solid 1px #EEEEEE;
}
.zhibo_ist_re {
	border: 1px solid #dfebf9;
	border-left: none;
	border-right: none;
	background: linear-gradient(to right, #f9fbfe, #cde4fb, #f4f9fe)!important;
}
.content-zbList .pic-or-text {
	width: 70px;
	height: 30px;
	text-align: center;
	color: #666666;
	font-size: 14px;
	line-height: 2;
	font-weight: 700;
}
.content-zbList .zhibo-more-btn {
	padding-bottom: 6%;
	text-align: center;
	margin-top: 50px;
}
.content-zbList .zhibo-more-btn a {
	background: url("../images/south.png") no-repeat;
	background-position-y:center;
	background-position-x: 66%;
	color: #999999;
	padding: 15px 0;
	border: solid 1px #eee;
	width: 360px;
	display: inline-block;
	text-align: center;
	border-radius: 40px;
}
.content-zbList .zhibo-team,.zhibo-team {
	display: flex;
	align-items: center;
}
.content-zbList .zhibo-team p,.zhibo-team p {
	width: 90px;
	font-size: 14px;
	color: #333333;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.content-zbList .zhibo-team p:nth-child(1),.zhibo-team p:nth-child(1) {
text-align: right;
}
.content-zbList .zhibo-team img,.zhibo-team img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	margin-left: 10px;
}
.content-zbList .lq-score-info,.lq-score-info {
	background: #fff;
	width: 250px;
	height: 85px;
	position: absolute;
	left: 34%;
	border-radius: 5px;
	display: none;
	font-size: 12px;
	font-weight: unset;
}
.content-zbList .zhibo-btn ,.zhibo-btn{
    background: #BBBBBB;
    padding: 2px 8px;
    border-radius: 5px;
    width: 114px;
    height: 30px;
    margin-left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-zbList .zhibo-btn:hover {
    background: #969696;
}

.zq-lx-bt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #459ADD;
    margin-left: 10px;
}
.zq-lx-bt a {
    color: #999999;
    font-size: 12px;
    margin-right: 20px;
}
.luxiang-jijin-list ul{
	display: flex
}
.content-zbList .zhibo-btn span {
	font-size: 14px;
}
.content-zbList li {
	/* border-top: solid 1px #EEEEEE; */
	border-bottom: solid 1px #EEEEEE;
}
.content-zbList .pic-or-text {
	width: 70px;
	height: 30px;
	text-align: center;
	color: #666666;
	font-size: 14px;
	line-height: 2;
	font-weight: 700;
}
.content-zbList .zhibo-more-btn {
	padding-bottom: 6%;
	text-align: center;
	margin-top: 50px;
}
.content-zbList .zhibo-more-btn a {
	color: #999999;
	padding: 15px 0;
	border: solid 1px #eee;
	width: 360px;
	display: inline-block;
	text-align: center;
	border-radius: 40px;
}
.content-zbList .zhibo-more-btn[data-tcid ='all'] a, .content-zbList .zhibo-more-btn[data-tcid='re'] a {
	background: url("../images/south.png") no-repeat;
	background-position-y: center;
	background-position-x: 66%;
}
.content-zbList .zhibo-team {
	display: flex;
	align-items: center;
	/* flex-grow: 1; */
	justify-content: space-around;
}

.content-zbList .zhibo-team p:nth-child(1) {
text-align: right!important;
}
.content-zbList .zhibo-team img,.zhibo-team img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	margin-left: 10px;
}
.content-zbList .lq-score-info {
	background: #fff;
	width: 250px;
	height: 85px;
	position: absolute;
	left: 34%;
	border-radius: 5px;
	display: none;
}
.content-zbList .zbList-info .zbList-info-evy {
	display: flex;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.content-zbList .zhibo-team,.zhibo-team {
	display: flex;
	align-items: center;
	/* flex-grow: 1; */
	justify-content: space-around;
}
.qiu-pic {
	width: 18px;
	height:18px;
	margin-left:10px;
	margin-right: 10px;
}
.zhibo-date {
	padding-left: 30px;
	margin-bottom: 15px;
	margin-top: 15px;
	border: unset;
	font-size: 16px;
	color: #459ADD;
}
.luxiang-content .luxiang-list .luxiang-menu {
	display: flex;
	justify-content: center;
	padding: 20px;
}
.luxiang-content .luxiang-list .luxiang-menu li {
	cursor: pointer;
	width: 250px;
	height: 44px;
	line-height: 2.5;
	text-align: center;
	color: #459ADD;
	border: solid 1px #459ADD; margin-left:5px; margin-right:5px;
}
.luxiang-content .luxiang-list .luxiang-menu li:nth-child(1) {
background: url("../picture/icon_zqtt.png") no-repeat;
background-position-x: 25%;
background-position-y: center;
}
.luxiang-content .luxiang-list .luxiang-menu li:nth-child(1).luxiang-active {
background: url("../picture/icon_zqsp.png") no-repeat #459ADD;
background-position-x: 25%;
background-position-y: center;
color: #FFFFFF!important;
}
.luxiang-content .luxiang-list .luxiang-menu li:nth-child(2) {
background: url("../picture/icon_lqtt.png") no-repeat;
background-position-x: 25%;
background-position-y: center;
}
.luxiang-content .luxiang-list .luxiang-menu li:nth-child(2).luxiang-active {
background: url("../picture/icon_lqsp.png") no-repeat #459ADD;
background-position-x: 25%;
background-position-y: center;
color: #FFFFFF!important;
}
.luxiang-content .luxiang-list .luxiang-menu li:nth-child(3) {
background: url("../picture/tiyu_blue.png") no-repeat;
background-position-x: 25%;
background-position-y: center;
}
.luxiang-content .luxiang-list .luxiang-menu li:nth-child(3).luxiang-active {
background: url("../picture/tiyu_white.png") no-repeat #459ADD;
background-position-x: 25%;
background-position-y: center;
color: #FFFFFF!important;
}
.luxiang-content .luxiang-list .luxiang-menu li a {
	display: inline-block;
	width: 100%;
	color: #459ADD;
}
.luxiang-active {
	background:#459ADD;
	color: #FFFFFF!important;
}
.luxiang-active a {
	color: #FFFFFF!important;
}
.luxiang-content .luxiang-list .luxiang-menu li{
border-radius:  10px;
}

.luxiang-content .luxiang-list .luxiang-menu li img {
	width: 24px;
	height: 24px;
	vertical-align: middle;
}
.citiao{
	display: flex;
	flex-wrap: wrap;
	padding:20px 0;
	
}

.citiao a{
	padding:3px 5px;
	border:1px solid #aaa;
	margin:5px 10px;
	display: inline;
	border-radius: 5px;
	color: #1F1F1F;
	font-size: 14px !important;
}
.zb-dl-other {
    margin-top: 20px;
    background: #ffffff;
    border-radius: 10px;
}
.content-zbList .zhibo-date span {
	font-size: 16px;
}
.content-zbList .zbList-info .zbList-info-evy {
	display: flex;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.content-zbList .qiu-pic {
	width: 18px;
	height:18px;
	margin-left:10px;
	margin-right: 10px;
}
.content-zbList .zhibo_saishi {
	width: 90px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
}

.content-zbList .zhibo_saishi  a{ color: #666;

}


.content-zbList .zhibo-time {
	width: 75px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
}
.content-zbList .zhibo-zhanwei {
	width: 25px;
}
.content-zbList .sore {
	width: 80px;
	color: #FF1336;
	font-weight: 700;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.luxiang-menu {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    border-bottom: solid 1px #eee;
}
@media screen and (max-width:768px ){
	.zhibo-detail-latest{width: 100%;margin-top:20px;margin-bottom: 20px;}
}