﻿:root{
	--font-color-1:#191e2b;
	--font-color-2:#666666;
	--font-color-3:#eeeeee;
	--font-color-4:#ffffff;
	--font-color-5:#b3b3b3;
	--font-color-6:#2DB370;
	--font-color-7:#eeeeee;
	--font-color-8:#b1865f;
	--font-color-9:#EA4747;
	--font-color-10:#0D79D3;
	--font-color-11:rgba(255,255,255,0.8);
	--theme-color:#f94a4a;
	--color-1:#fff;
	--color-000:#000000;
	--color-666:#666666;
	--color-eee:#eee;
	--bg-color-1:#D73D4F;
	--bg-color-2:#E16D6E;
	--bg-color-3:#FFE0E0;
	--bg-color-4:#ffffff;
	--bg-color-5:#FFF9EE;
	--bg-color-6:#ffcb76;
	--bg-color-7:#EEFFFD;
	--bg-color-8:#FFFCEF;
	--bg-color-9:#feeded;
	--bg-color-10:#fdeded;
	--bg-color-11:#E1F2FF;
	--bg-color-12:#5498D0;
	--bg-color-13:#12C4B6;
	--bg-color-14:#FFEFEF;
	--bg-color-15:#FFFAF1;
}
.w70{width: 70px !important;}
.w100{width: 100px !important;}
.w140{width: 145px !important;}
.w150{width: 150px !important;}
.w200{width: 200px !important;}
.w250{width: 250px !important;}
.w350{width: 350px !important;}
.A,.D,.H{color: #ff5e01}
@media (max-width: 1340px){
	.content-wrap {padding: 8px;}
	.saic > div, .saic-main, .saic-sidebar {
		padding: 8px;
	}
	.sai-item .item-info .time {
		padding: 4px 8px;
	}
	.sai-item .item-info .time, .sai-item .item-info .fenge, .sai-item .item-info .start, .sai-item .item-info .sai-user, .sai-item .item-info .sai-video {
		margin: 0 6px;
	}
}
.size-16{font-size: 16px}
.size-18{font-size: 18px}
.size-20{font-size: 20px}
.bold{font-weight: bold}
.success{color: #18bc9c}
.danger{color: #f75444;}
.green{color: #18bc9c}
.red{color: #f75444;}
.black{color: #333;}
.team{display: flex;justify-content: center;align-items: center}
.team-name{font-size: 20px}
.team-rank{color: var(--font-color-5);padding: 0 8px;}
.detail{
	display: block;
	width: 60px;
	height: 25px;
	line-height: 25px;
	background-color: #ff6c00;
	color: #fff;
	margin: 0 auto;
	border-radius: 3px;
	text-decoration: none;
}
.live{
	display: block;
	width: 110px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	margin: 0 auto;
	border-radius: 3px;
	text-decoration: none;
}
.live img{
	width: 25px;
	height: 30px;
	vertical-align:top !important;
}
.w200 a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

.detail:hover,.match-list .list-item a.sai{
	color: #fff;
	text-decoration: none;
}
.wrap{margin: 0 auto !important;}
.content-wrap {
	min-height: 500px;
	background: #fff;
	border-radius: 8px;
	padding: 12px;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
	margin-top: 20px;
	margin-bottom: 40px;
}
.content-wraps {
	background: #fff;
	border-radius: 8px;
	padding: 12px;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
	margin-top: 15px;
	margin-bottom: 20px;
}
.container{width: 1200px !important;}
.mobile .container{
	padding-right:8px;
	padding-left:8px;
}
section{display: block;}

/**每天赛程**/
.saic-zx > div {
	padding: 12px;
}
.saic-main{
	border-radius:8px;
	box-shadow:0 2px 6px 0 rgba(0,0,0,0.1);
	padding:12px;
	background:linear-gradient(#fff0de,#fff,#fff,#fff,#fff,#fff,#fff,#fff,#fff);
}
.saic-main .saic-title{
	padding:4px 4px 15px;
}
.saic-main .saic-title .title{
	font-size:18px;
	font-weight:900;
	line-height:25px;
	margin:0;
	float:left;
	position:relative;
}
.saic-main .saic-title .title:after{
	content:'';
	width:100%;
	height:80%;
	background:linear-gradient(to right,#fff, #ffd465);
	display:block;
	position:absolute;
	top:10%;
	right:-4px;
	border-radius:4px;
}
.saic-main .saic-title .title span{
	position:relative;
	z-index:1;
}
.saic-main .saic-title a{
	color: var(--theme-color);
	line-height:25px;
	float:right;
}
.saic-main .content{
	padding:4px;
}
.saic-main .content .table-bordered{
	border:1px solid var(--font-color-7);
	margin-bottom:0;
}
.sai-item.active{
	background:var(--bg-color-5);
}
.saic-main .table>tbody>tr>td{
	padding:6px;
}
.sai-item .item-info{
	height:70px
}
.sai-item .item-info>div{
	float:left;
}
.sai-item.active .item-info .time{
	background:var(--bg-color-1);
}
.sai-item.active .item-info .time p{
	color:var(--font-color-4) !important;
}
.sai-item .item-info .time{
	padding:4px 10px;
	border-radius:8px;
	margin:0 10px;
}
.sai-item .item-info .time p{
	text-align:center;
	margin-bottom:0px;
}
.sai-item .item-info .time p:first-child{
	color:var(--font-color-1);
	font-size:16px;
	line-height:24px;
	font-weight:900;
}
.sai-item .item-info .time p:last-child{
	color:var(--font-color-2);
	font-size:14px;
	line-height:22px;
}
.sai-item.not .item-info .time p{
	color:var(--font-color-5) !important;
}
.sai-item .item-info .fenge{
	width:0;
	height:100%;
	border:1px solid var(--font-color-7);
	margin:0 10px;
}
.sai-item .item-info .start{
	color:var(--font-color-5);
	height:100%;
	display:flex;
	margin:0 10px;
}
.sai-item .item-info .start span{
	align-self:center;
}
.sai-item .item-info .sai-user{
	height:100%;
	display:flex;
	margin:0 10px;
}
.sai-item .item-info .sai-user>div{
	display:inline-block;
	align-self:center;
}
.sai-item .item-info .sai-user .name{
	min-width:56px;
	color:var(--font-color-1);
	font-size:14px;
	line-height:22px;
	margin-top:-10px;
	margin-bottom:-10px;
}
.sai-item .item-info .sai-user .img{
	width:36px;
	height:36px;
	border-radius:32px;
	overflow:hidden;
	margin:0 10px;
}
.sai-item .item-info .sai-user .img img{
	max-width:100%;
}
.sai-item .item-info .sai-video{
	display:flex;
	height:100%;
	margin:0 10px;
}
.sai-item.not .item-info .sai-video{
	display:none;
}
.sai-item .item-info .sai-video a{
	display:inline-block;
	border:1px solid var(--font-color-3);
	border-radius:4px;
	padding:4px 10px;
	align-self:center;
}
.sai-item .item-info .sai-video a img{
	max-width:22px;
	border-radius:50%;
	overflow:hidden;
}
.sai-item .item-info .sai-video a span{
	color:var(--font-color-6);
	font-size:14px;
	line-height:22px;
	display:inline-block;
}
.sai-item .score span{
	width:100%;
	font-size:12px;
	color:var(--font-color-1);
	line-height:18px;
	font-weight:900;
	text-align:center;
	display:inline-block;
}
.sai-item .infos span{
	width:22px;
	font-size:12px;
	color:var(--font-color-1);
	line-height:18px;
	text-align:center;
	display:inline-block;
	margin:0 8px;
}
.sai-item .recom{
	height:70px;
}
.sai-item .recom>div{
	display:flex;
	height:100%
}
.sai-item .recom a{
	width:100%;
	font-size:14px;
	text-align:center;
	color:var(--theme-color);
	align-self:center;
	display:block;
}
.sai-item .recom span{
	width:100%;
	font-size:14px;
	color:var(--font-color-5);
	text-align:center;
	align-self:center;
	display:block;
}
.saic-sidebar{
	background:var(--bg-color-6);
	padding:12px;
	border-radius:8px;
}
.saic-sidebar-title{
	line-height:25px;
	padding:4px 4px 6px;
}
.saic-sidebar-title .title{
	height:25px;
	float:left;
	position:relative;
}
.saic-sidebar-title .title:after{
	content:"";
	width: 72px;
	height: 80%;
	background: linear-gradient(to right,#fff, #eb544e);
	display: block;
	position: absolute;
	top: 10%;
	left: 4px;
	border-radius: 4px;
}
.saic-sidebar-title .title span{
	display:inline-block;
	position:relative;
	z-index:1;
}
.saic-sidebar-title .title span:first-child{
	color:var(--font-color-1);
	font-size:18px;
	font-weight:900;
	margin-right:10px;
}
.saic-sidebar-title .title span:last-child{
	color:var(--font-color-1);
	font-size:14px;
}
.saic-sidebar-title a{
	color:var(--font-color-2);
	display:inline-block;
	float:right;
}
.saic-sidebar-content{
	padding:4px;
}
.saic-sidebar-content>div{
	padding:4px;
}
.saic-sidebar .content-item{
	background:var(--bg-color-4);
	border-radius:5px;
	padding:11px 6px;
	display:block;
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.saic-sidebar .content-item:after{
	content:"";
	clear:both;
	display:table;
}
.saic-sidebar .content-item img{
	width:18px;
	height:18px;
	border-radius:50%;
	overflow:hidden;
	float:left;
}
.saic-sidebar .content-item span{
	font-size:12px;
	display:inline-block;
}
.saic-sidebar .content-item span:nth-child(2){
	width:48px;
	line-height:18px;
	float:left;
	color:var(--font-color-1);
}

.saic-sidebar .content-item-jm{
	background: var(--bg-color-5) no-repeat right bottom;
	background-image:url('/assets/skin/images/zt-icon-3.png');
	background-size: 70px;
	padding:16px;
	border-radius:8px;
	display:block;
}
.saic-sidebar .content-item-jm .item-title{
	color:var(--font-color-1);
	font-size:18px;
	font-weight:900;
	margin-top:4px;
	margin-bottom:12px;
}
.saic-sidebar .content-item-jm p{
	color:var(--font-color-8);
	font-size:14px;
	margin-bottom:0;
}
@media (max-width: 1340px){
	.saic>div,.saic-main,.saic-sidebar{
		padding:8px;
	}
	.sai-item .item-info .time,.sai-item .item-info .fenge,.sai-item .item-info .start,.sai-item .item-info .sai-user,.sai-item .item-info .sai-video{
		margin:0 6px
	}
	.sai-item .item-info .time{
		padding:4px 8px;
	}
	.saic-sidebar-content{
		padding:6px 0;
	}
}
/**赛程资讯**/
.saic-zx>div{
	padding:12px;
}
.saic-zx-img{
	border-radius:8px;
	display:block;
	overflow:hidden;
	position:relative;
}
.saic-zx-img img{
	height:100%;
}
.saic-zx-img p{
	width:100%;
	font-size:20px;
	color:var(--font-color-4);
	text-align:center;
	padding:12px 0;
	position:absolute;
	bottom:0;
	z-index:1;
	margin:0;
	background:rgb(0,0,0,0.3);
}
.saic-zx-main{
	border-radius: 8px;
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.1);
	padding: 12px;
	background: linear-gradient(#fff0de,#fff,#fff,#fff,#fff,#fff);
}
.saic-zx-title{
	padding: 20px 4px 15px;
	border-bottom:1px solid var(--font-color-3);
	margin-bottom:4px;
}
.saic-zx-title .title{
	font-size: 18px;
	font-weight: 900;
	line-height: 25px;
	margin: 0;
	float: left;
	position: relative;
}
.saic-zx-title .title:after{
	content: '';
	width: 100%;
	height: 80%;
	background: linear-gradient(to right,#fff, #ffd465);
	display: block;
	position: absolute;
	top: 10%;
	right: -4px;
	border-radius: 4px;
}
.saic-zx-title .title span{
	position: relative;
	z-index: 1;
}
.saic-zx-title a{
	color: var(--theme-color);
	line-height: 25px;
	float: right;
}
.saic-zx-main .saic-zx-content{
	padding:4px;
}
.saic-zx-main .saic-zx-content ul{
	/*margin-bottom:14px;*/
}
.saic-zx-main .saic-zx-content li{
	padding:4px 0;
}
.saic-zx-main .saic-zx-content li a{
	width:100%;
	color:var(--font-color-1);
	font-size:14px;
	line-height:22px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	display:block;
}
.saic-zx-main .saic-zx-content li:first-child{
	padding:14px 0;
}
.saic-zx-main .saic-zx-content li:first-child span{
	display:none;
}
.saic-zx-main .saic-zx-content li:nth-child(6){
	padding:14px 0;
}
.saic-zx-main .saic-zx-content li:nth-child(6) span{
	display:none;
}
.saic-zx-main .saic-zx-content li:first-child a{
	font-size:16px;
	color:var(--theme-color);
	line-height:26px;
	font-weight:900;
}
.saic-zx-main .saic-zx-content li:nth-child(6) a{
	font-size:16px;
	color:var(--theme-color);
	line-height:26px;
	font-weight:900;
}
.saic-zx-main .saic-zx-content li span{
	display:inline-block;
	padding-right:18px;
	border-right:1px solid var(--font-color-3);
	margin-right:18px;
}

/*网红----专家*/
.whzj{
	padding:12px;
}
.whzj .whzj-main{
	border-radius:8px;
	box-shadow: 0px 0px 16px 0px rgba(147,74,74,0.1);
	padding:12px;
}
.whzj-module{
	padding:4px;
}
.whzj-module-title{
	padding: 10px 8px 20px;
}
.whzj-module-title .title{
	font-size: 18px;
	font-weight: 900;
	line-height: 25px;
	margin: 0;
	float: left;
	position: relative;
}
.whzj-module-title .title:after{
	content: '';
	width: 100%;
	height: 80%;

	display: block;
	position: absolute;
	top: 10%;
	right: -4px;
	border-radius: 4px;
}
.wh-jhd .whzj-module-title .title:after{
	background: linear-gradient(to right,#fff, #00CDB4);
}
.zj-ph .whzj-module-title .title:after{
	background: linear-gradient(to right,#fff, #F7D460);
}
.whzj-module-title .title span{
	position: relative;
	z-index: 1;
}
.whzj-module-title a{
	color: var(--theme-color);
	line-height: 25px;
	float: right;
}
.whzj-module-content>div{
	padding:8px;
}
.wh-jhd .whzj-item{
	background:var(--bg-color-7);
}
.zj-ph .whzj-item{
	background: var(--bg-color-8);
}
.whzj-item{
	border-radius:8px;
	text-align:center;
	display:block;
	padding:12px;
}
.whzj-item .user-img{
	width:62px;
	height:92px;
	position:relative;
	margin:0 auto;
}
.whzj-item .user-img img{
	max-width:80%;
}
.whzj-item .user-img span{
	width:100%;
	font-size:14px;
	color:var(--font-color-4);
	line-height:22px;
	border-radius:22px;
	background:var(--bg-color-2);
	display:block;
	position:absolute;
	left:0;
	bottom:0;
}
.whzj-item p:nth-child(2){
	color:var(--font-color-1);
	font-size:16px;
	line-height:24px;
	font-weight:900;
	margin-top:8px;
	margin-bottom:10px;
}
.whzj-item p:last-child{
	color:var(--font-color-1);
	font-size:16px;
	line-height:24px;
	margin-bottom:0;
}

/**赛事列表**/
.match-list-page .content-wrap{
	padding:24px 16px;
}
.match-list{
	padding:0 24px;
}
.match-list .list-head{
	margin-bottom:25px;

}
.match-list .list-heads{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.match-list .list-head .title{
	color:var(--font-color-1);
	font-weight:900;
	font-size:24px;
	line-height:36px;
	margin-top:0;
	margin-bottom:0;
	margin-right:28px;
	float:left;
}
.match-list .list-head .pull-down{
	width:auto;
	color:var(--font-color-1);
	height:36px;
	float:left;
}
.match-list .list-head>a{
	color:var(--font-color-2);
	font-size:16px;
	line-height:36px;
	float:right;
}
.item-table tr:nth-child(odd){
	background: #FFFFFF;
}
.item-table tr:nth-child(even){
	background: #f5f5f5;
}
.match-list .list-main .table{
	text-align:center;
}
.match-list .list-main .table.off{
	display:none;
}
.match-list #table_page .title-table thead{
	background:var(--bg-color-9);
	margin-bottom:0;
}
.match-list #table_pages .title-table{
	background:var(--bg-color-9);
	margin-bottom:0;
}
.match-list .list-main .table tr th{
	font-size:16px;
	line-height:24px;
	text-align:center;
	border-bottom:0;
	border-top:0;
	padding:8px 0;
}
.match-list .list-main .table tr:first-child td{
	border-top:0;
}
.match-list .list-main .table tr:last-child td{
	border-bottom:1px solid #ddd;
}
.match-list .list-main .table  .result span{
	width:64px;
	display:inline-block;
}
.match-list .list-main .time{
	padding:16px 0;
	border-bottom:1px solid #ddd;
}
.match-list .list-main .time .time-main{
	color:var(--font-clor-1);
	font-size:16px;
	line-height:24px;
	font-weight:900;
	text-align:left;
	padding:6px 8px;
}
.match-list .list-main .time .time-main .on-off{
	color:var(--theme-color);
	font-size:16px;
	line-height:24px;
	display:inline-block;
	cursor:pointer;
}
.match-list .list-main .time .time-main .on-off:before{
	content:'';
	width:12px;
	border:6px solid var(--theme-color);
	border-color:var(--theme-color) transparent transparent;
	display:inline-block;
	margin:0 6px;
	position:relative;
	top:4px;
}
.match-list .list-main .time .time-main .on-off span{
	margin-left:8px;
}
.match-list .list-main .time .time-main .on-off.off:before{
	border-color: transparent transparent transparent var(--theme-color);
	top:0;
	left:3px;
}
.match-list .list-main .time .time-main>span:nth-child(2){
	margin:0 10px;
}
.match-list .list-main .table tbody tr td{
	padding:10px 0;
	vertical-align: middle !important;
}
.match-list .list-main .table tbody tr:first-child td{
	height:50px;
}
.match-list .table .match-table-width>col:nth-child(1){
	width:103px;
}
.match-list .table .match-table-width>col:nth-child(2){
	width:176px;
}
.match-list .table .match-table-width>col:nth-child(3){
	width:100px;
}
.match-list .table .match-table-width>col:nth-child(4){
	width:152px;
}
.match-list .table .match-table-width>col:nth-child(6){
	width:34px;
}
.match-list .table .match-table-width>col:nth-child(7){
	width:64px;
}
.match-list .table .match-table-width>col:nth-child(8){
	width:64px;
}
.match-list .table .match-table-width>col:nth-child(9){
	width:64px;
}
.match-list .table .match-table-width>col:nth-child(10){
	width:24px;
}
.match-list .list-item td>div{
	height:100%;
}
.match-list .list-item .item-text{
	padding:22px 0;
}
.match-list .list-item .item-text span{
	color:var(--font-color-1);
	font-size:16px;
	line-height:24px;
	display:inline-block;
}
.match-list .list-item .item-name{
	padding:16px 0;
}
.match-list .list-item a.sai{
	color:var(--font-color-4);
	font-size:16px;
	font-weight:900;
	/*padding:6px 16px;*/
	border-radius:3px;
	background:#5498D0;
	width: 120px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
}
.match-list .list-item .item-team>div{
	padding:22px 0;
	display:inline-block;
}
.match-list .list-item .item-team>div span{
	color:var(--font-color-5);
	font-size:16px;
	line-height:24px;
	display:inline-block;
	padding:0 8px;
}
.match-list .list-item .item-team .user{
	color:var(--font-color-1);
	font-size:16px;
	line-height:24px;
}
.match-list .list-item .item-team .or{
	padding-right:24px;
	padding-left:24px;
}
.match-list .list-item .item-result{
	background:var(--bg-color-10);
}
.match-list .list-item .item-result span{
	color:var(--font-color-9);
	font-size:12px;
	line-height:18px;
	display:block;
	padding:8px 12px;
}
@media (max-width: 1340px){
	.match-list .list-item .item-team .or{
		padding-right: 10px;
		padding-left: 10px;
	}
	.match-list .table .match-table-width>col:nth-child(1){
		width:103px;
	}
	.match-list .table .match-table-width>col:nth-child(2){
		width:168px;
	}
	.match-list .table .match-table-width>col:nth-child(3){
		width:94px;
	}
	.match-list .table .match-table-width>col:nth-child(4){
		width:132px;
	}
	.match-list .table .match-table-width>col:nth-child(6){
		width:26px;
	}
	.match-list .table .match-table-width>col:nth-child(7){
		width:64px;
	}
	.match-list .table .match-table-width>col:nth-child(8){
		width:64px;
	}
	.match-list .table .match-table-width>col:nth-child(9){
		width:64px;
	}
	.match-list .table .match-table-width>col:nth-child(10){
		width:24px;
	}
}
/**比赛详情**/
.match-head{
	padding-bottom:12px;
}
.match-head-wrap{
	height:174px;
	background:no-repeat 100% 55%;
	background-image:url("/assets/skin/images/match-top.png");
	display:flex;
}
.match-head-content{
	height:100%;
	margin:0 auto;
	display:flex;
}
.match-head-content>div{
	display:inline-block;
}
.match-head-wrap .head-team{
	height:66px;
	align-self:center;
}
.match-head-wrap .head-team:after{
	content:'';
	display:table;
	clear:both;
}
.match-head-wrap .head-team .title-wrap{
	color:var(--font-color-4);
	float:left;
}
.match-head-wrap .head-team .title-wrap .title{
	font-size:28px;
	line-height:42px;
	font-weight:900;
}
.match-head-wrap .head-team .title-wrap .info span:first-child{
	font-size:16px;
	line-height:24px;
	font-weight:400;
	display:inline-block;
}
.match-head-wrap .head-team .title-wrap .info span:last-child{
	border-radius: 50px;
	margin-left:16px;
	padding: 3px 10px;
}
.match-head-wrap .head-team.zhu .title-wrap .info span:last-child{
	background:var(--font-color-9);
}
.match-head-wrap .head-team.ke .title-wrap .info span:last-child{
	background:var(--bg-color-13);
}
.match-head-wrap .head-team img{
	width:75px;
	height:75px;
	border-radius:50%;
	margin:0 24px;
	float:left;
}
.banchang{letter-spacing: 5px}
.match-head-wrap .head-team .score{
	color:var(--font-color-4);
	font-size:40px;
	line-height:60px;
	margin:3px 0;
	float:left;
}
.match-head-wrap .head-info{
	color:var(--font-color-11);
	font-size:14px;
	line-height:22px;
	text-align:center;
	padding:0 80px;
	align-self:center;
	margin:0;
}
.match-head-wrap .head-info p{
	margin-bottom:8px;
}
.match-head-wrap .head-info p span{
	display:inline-block;
}
.match-head-wrap .head-info p:nth-child(1) span{
	margin:0 12px;
}
.match-head-wrap .head-info p:nth-child(2) span{
	margin:0 8px;
}
.match-head-wrap .head-info a{
	padding:0 20px;
	border-radius:36px;
	background:var(--font-color-11);
	display:inline-block;
}
.match-head-wrap .head-info a img{
	width:24px;
	height:24px;
}
.match-head-wrap .head-info a span{
	color:var(--font-color-6);
	font-size:14px;
	line-height:22px;
	margin:7px 0;
	display:inline-block;
}
/**首发阵容 模块**/

.module-wrap{
	border-radius:8px;
	box-shadow: 0px 0px 16px 0px rgba(147,74,74,0.08);
	background:linear-gradient(#FFEFDD 0%,#fff 21%,#fff 100%);
	padding:16px;
}
.module-head .title{
	font-size: 18px;
	font-weight: 900;
	line-height: 25px;
	margin: 0;
	float: left;
	position: relative;
}
.module-head .title:after{
	content: '';
	width: 100%;
	height: 80%;
	background: linear-gradient(to right,#fff, #ffd465);
	display: block;
	position: absolute;
	top: 10%;
	right: -4px;
	border-radius: 4px;
}
.module-head .title span{
	position: relative;
	z-index: 1;
}
.module-head a{
	color: var(--theme-color);
	line-height: 25px;
	float: right;
}

.section-head .title {
	font-size: 18px;
	font-weight: 900;
	line-height: 25px;
	margin: 0;
	position: relative;
	display: inline-block;
}
.section-head .title:after {
	content: '';
	width: 100%;
	height: 80%;
	background: linear-gradient(to right,#fff, #ffd465);
	display: block;
	position: absolute;
	top: 10%;
	right: -4px;
	border-radius: 4px;
}
.section-head .title span {
	position: relative;
	z-index: 1;
}
.section-head a{
	color:#b3b3b3;
	font-size:14px;
	line-height:22px;
	float:right;
}
/**盈球爆料**/
.baoliao{
	padding-bottom:12px;
}
.baoliao-main{

}
.baoliao-main > div{
	margin-top:10px;
}
.baoliao-main > div:first-child{
	padding-right:40px;
	border-right:1px solid var(--font-color-3);
}
.baoliao-main > div:nth-child(2){
	padding-left:40px;
}
.baoliao-item{

}
.baoliao-item .title{
	font-size:18px;
	font-weight:900;
	line-height:27px;
}
.baoliao-item.zhu .title{
	color:var(--font-color-9);
	text-align:center;
}
.baoliao-item.ke .title{
	color:var(--bg-color-12);
	text-align:center;
}
.baoliao-item .baoliao-item-content{
	border-radius:8px;
	padding:16px;
	margin-top:16px;
}
.baoliao-item.zhu .baoliao-item-content{
	background:var(--bg-color-14);
}
.baoliao-item.ke .baoliao-item-content{
	background:var(--bg-color-11);
}
.baoliao-item .baoliao-item-content p{
	color:var(--font-color-1);
	font-size:14px;
	margin:0;
}
.baoliao .module-head .title:after{
	background: linear-gradient(to right,#fff, #ffd465);
}
.baoliao-2 .module-head .title:after{
	background: linear-gradient(to right,#fff, #FF9292);
}
.baoliao .stjd{
	padding:16px;
	display:flex;
	background:var(--bg-color-15);
}
.baoliao .stjd .title{
	align-self:center;
	margin-right:40px;
}
.baoliao .stjd .title img{
	width:48px;
	height:48px;
	border-radius:50%;
	margin:0 12px 8px;
}
.baoliao .stjd .title > div{
	font-size:18px;
	color:var(--font-color-1);
	line-height:27px;
	font-weight:900;
}
.baoliao .stjd .content p{
	color:var(--font-color-1);
	font-size:16px;
	line-height:24px;
	text-align:justify;
	margin:0;
}
/**球队特征**/
.qiudui{
	padding-bottom:12px;
}
.qiudui .module-wrap{
	background: linear-gradient(#DDF5FF 0%,#fff 21%,#fff 100%);
}
.qiudui .module-head .title:after{
	background: linear-gradient(to right,#fff, #3A84DB);
}
.qiudui-main{
	margin-top:10px;
}
.qiudui-main > div:first-child{
	border-right:1px solid var(--font-color-3);
}
.qiudui-tz-content{

}
.qiudui-tz-content.zhu{
	padding-right: 25px;
}
.qiudui-tz-content.ke{
	padding-left: 25px;
}
.qiudui-tz-content .title{
	font-size: 18px;
	line-height: 27px;
	font-weight: 900;
	padding-bottom: 8px;
}
.qiudui-tz-content.zhu .title{
	color: var(--font-color-9);
	text-align: center;
	border-bottom: 1px solid var(--font-color-9);
}
.qiudui-tz-content.ke .title{
	color: var(--bg-color-12);
	border-bottom: 1px solid var(--bg-color-12);
	text-align: center;
}
.qiudui-tz-content .tz-list{
	/*text-align: center;*/
}
.qiudui-tz-content .tz-list .tz-item{
	border-bottom: 1px solid var(--font-color-3);
	padding:8px 0;
}
.qiudui-tz-content .tz-list .tz-item:last-child{
	border-bottom: 0;
}
.qiudui-tz-content .tz-list .tz-item p{
	color:var(--font-color-1);
	font-size:14px;
	margin:0;
}
/**精彩点评**/
.jingcai{
	padding-bottom:12px;
}
.jingcai-head{

}
.jingcai-head .title{
	font-size: 18px;
	font-weight: 900;
	line-height: 25px;
	margin: 0;
	display:inline-block;
	position: relative;
}
.jingcai-head .title:after{
	content: '';
	width: 100%;
	height: 80%;
	background: linear-gradient(to right,#fff, #ffd465);
	display: block;
	position: absolute;
	top: 10%;
	right: -4px;
	border-radius: 4px;
}
.jingcai-head .title span{
	position: relative;
	z-index: 1;
}
.jingcai-content{
	padding:0 16px;
}
.jingcai-content .dp-item{
	border-bottom:1px solid var(--font-color-3);
	padding:24px 0;
}
.jingcai-content .dp-item .img{
	float:left;
}
.jingcai-content .dp-item .img img{
	width:56px;
	height:56px;
	border-radius:4px;
}
.jingcai-content .dp-item .item-content{
	margin-left:80px;
}
.jingcai-content .dp-item .item-content .meta{
	font-size:14px;
	line-height:22px;
	margin-bottom:16px;
}
.jingcai-content .dp-item .item-content .meta .name{
	color:var(--font-color-1);
	margin-right:16px;
	display:inline-block;

}
.jingcai-content .dp-item .item-content .meta .time{
	color:var(--font-color-5);
	display:inline-block;
}
.jingcai-content .dp-item .item-content .info p{
	font-size:14px;
	color:var(--font-color-1);
	line-height:22px;
	margin:0
}
.match-article-recomment{
	padding:12px;
}
.recomment-item a{
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}

/*mobile赛事列表*/
.mobile .match-list{
	border-radius: 10px;
	padding:10px 0 !important;
}
.mobile .breadcrumbs{
	display: flex;
	justify-content: space-between;
}
.mobile .breadcrumbs, .mobile .breadcrumbs a{
	/*color: #fff;*/
}
.mobile .match-list-module{
	border-radius:8px;
	box-shadow:0 0 12px 0 rgba(190,112,112,0.08);
	background:var(--color-1);
	margin-top:16px;
	padding: 5px;
}
.match-list-module .module-title{
	color: var(--font-color-1);
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	font-weight: 900;
	text-align: left;
	border-radius:4px;
	background:rgba(255,153,153,0.1);
}
.match-list-module .module-title .on-off{
	color: var(--theme-color);
	font-size: 14px;
	line-height: 22px;
	display: inline-block;
	cursor: pointer;
}
.match-list-module .module-title .on-off:before{
	content: '';
	width: 12px;
	border: 6px solid var(--theme-color);
	border-color: var(--theme-color) transparent transparent;
	display: inline-block;
	margin: 0 6px;
	position: relative;
	top: 4px;
}
.match-list-module .module-title .on-off.off:before{
	border-color: transparent transparent transparent var(--theme-color);
	top: 0;
	left: 3px;
}
.match-list-module .module-title>span:nth-child(2){
	margin: 0 10px;
}
.match-list-module.off .list-item{
	display:none;
}
.match-list-module .list-item{
	border-bottom:1px solid var(--color-eee);
	margin-bottom:8px;
	padding: 5px 0;
	display: flex;
	justify-content: center;
}
.match-list-module .list-item .table{
	margin-bottom:0;
}
.match-list-module .list-item .table>tbody>tr>th,.match-list-module .list-item .table>tbody>tr>td{
	border-top:0;
}
.match-list-module .list-item .table>tbody>tr>td:first-child img{
	width:24px;
	height:24px;
	border-radius:32px;
}
.match-list-module .list-item .table>tbody>tr span{
	color:var(--font-color-1);
}
.match-list-module .list-item .table>tbody>tr>th{
	height:24px;
	font-size:12px;
	line-height:24px;
	padding:0;
	padding-bottom:8px;
	text-align:right;
}
.match-list-module .list-item .table>tbody>tr>th:first-child{
	text-align: left;
	width: 50px;
	color: #000;
}
.match-list-module .list-item .table>tbody>tr>th:last-child{
	text-align: right;
	width: 50px;
}
.match-list-module .list-item .table>tbody>tr>th:nth-child(2){
	font-size:16px;
	line-height:24px;
	font-weight:900;
	text-align:center;
}
.match-list-module .list-item .table>tbody>tr>td:first-child span{
	font-size:14px;
	line-height:22px;
	display:inline-block;
	margin-left:8px;
}
.match-list-module .list-item .table>tbody>tr>td{
	color:var(--font-color-1);
	font-size:12px;
	padding:0;
	padding-bottom:8px;
	text-align:center;
}
.match-list-module .list-item .table>tbody>tr>td:first-child{
	text-align:left;
}
.match-list-module .list-item-meta{
	color:var(--color-666);
	font-size:14px;
	line-height:22px;
	margin-bottom:8px;
	text-align: center;
}
.match-list-module .list-item-meta .time{
	display:inline-block;
}
.match-list-module .list-item-meta .time span:first-child{
	margin-right:8px;
}

/*赛事详情*/
.match-header{
	background:url("/assets/skin/images/m-match-top.png") no-repeat;
	background-size:100%;
	padding: 5px 0 0 0;
}
.match-header .breadcrumbs{
	color:var(--color-1);
	margin-top:0;
	line-height:18px;
	padding:0 15px;
}
.match-header .breadcrumbs a{
	color:var(--color-1);
	display:inline-block;
}
.match-header .breadcrumbs span{
	display:inline-block;
	padding:0 5px;
}
.match-header-info{
	padding:15px;
}
.match-header-info .time{
	text-align:center;
}
.match-header-info .time p{
	color:var(--color-1);
	font-size:12px;
	line-height:18px;
	margin-bottom:0;
}
.match-header-info .time p:first-child{
	font-size:14px;
	line-height:22px;
}
.match-header-info .time p a{
	color:var(--color-1);
	margin-left:16px;
}
.match-header-info .troop{
	width:100%;
	height:74px;
	position:relative;
	display: flex;
	justify-content: space-between;
}
.match-header-info .troop .home_team{
	float:left;
}
.match-header-info .troop .away_team{
	float:right;
}
.match-header-info .troop .match-score{
	width:100%;
	color:var(--font-color-5);
	font-size:12px;
	line-height:18px;
	text-align:center;
	position:absolute;
	bottom:0;
}
.match-score .banchang{
	letter-spacing: 3px;
}
.match-header-info .troop>div{
	width:33%;
}
.match-header-info .troop>div .name{
	width:56px;
	text-align:center;
}
.match-header-info .troop>div .name img{
	width:50px;
	height:50px;
	border-radius:32px;
}
.match-header-info .troop>div .name span{
	color:var(--color-1);
	font-size:14px;
	line-height:22px;
	display:block;
	margin-top:3px;
	white-space:nowrap;
}
.match-header-info .troop .home_team .name,.away_team .score{
	float:left;
}
.match-header-info .troop .home_team .score,.away_team .name{
	float:right;
}
.match-header-info .troop>div .score{
	color:var(--theme-color);
	font-size:32px;
	line-height:48px;
	font-weight:700;
}
.match-header-info .match-animation{
	text-align:center;
	margin-top: 3px;
}
.match-header-info .match-animation a{
	background:rgba(255,255,255,0.6);
	border-radius:36px;
	padding:0 8px;
	display:inline-block;
}
.match-header-info .match-animation a img{
	width:15px;
	height:15px;
}
.match-header-info .match-animation a span{
	color:var(--font-color-6);
	font-size:12px;
	line-height:18px;
}
.match-nav{
	width:100%;
	overflow:auto;
	padding-bottom:6px;
}
.match-nav ul{
	margin:0 auto !important;
}
.list-inline > li{
	padding-right: 0 !important;
}
.match-nav li a{
	color:var(--color-1);
	font-size:16px;
	line-height:24px;
	padding-bottom:5px;
	border-bottom:3px solid transparent;
	display:inline-block;
}
.match-nav li a:hover{
	text-decoration:none;
}
.match-nav li.active a{
	color:#FFDF00 !important;
	border-bottom:2px solid #FFDF00 !important;
}
.match-warp{
	padding:0 16px;
}

/*伤停解读*/
.match-stjd{

}
.stjd-content .title{
	margin-bottom:8px;
}
.match-stjd .section-content>div:first-child .stjd-content .content{
	border-right: 1px solid var(--color-eee);
}
.match-stjd .st-item{
	padding:8px 0 !important;
	margin: 0 8px;
}
.match-stjd .st-item:first-child{
	padding-top:0 !important;
}
.match-stjd .st-item .name span:first-child{
	width:60%;
	font-size:14px;
	line-height:22px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	display:inline-block;
}
.match-stjd .st-item .name span:last-child{
	color:var(--color-1);
	font-size:12px;
	line-height:18px;
	padding:0 6px;
	border-radius:21px;
	background:var(--font-color-3);
	transform:scale(0.83333);
	margin-top:2px;
	display:inline-block;
	margin-right:-3px;
}
.match-stjd .st-item.active .name span:last-child{
	background:var(--theme-color);
}
.match-stjd .st-item>div:after{
	content:'';
	clear:both;
	display:table;
}
.match-stjd .st-item>div span:first-child{
	float:left;
}
.match-stjd .st-item>div span:last-child{
	float:right;
}
.match-stjd .st-item .meta span{
	color:var(--font-color-3);
	font-size:12px;
	line-height:18px;
	display:inline-block;
}

.stjd-info{
	margin-top:16px;
}
.stjd-info .title{
	margin-bottom:6px;
	font-size:18px;
	line-height:27px;
}
.stjd-info .title img{
	width:24px;
	height:24px;
	margin-right:8px;
}
.stjd-info .title span{
	display:inline-block;
}
.stjd-info .content{
	background:#FFFAF1;
	padding:16px;
}
.stjd-info .content p{
	color:var(--font-color-1);
	font-size:14px;
	line-height:24px;
	text-align:justify;
}

/*球队特征*/
.match-qdtz .section-content{
	margin-top:5px;
}
.match-qdtz .section-content>div:first-child .qdtz-content .content{
	border-right: 1px solid var(--color-eee);
}
.qdtz-content .title{
	color:var(--color-1);
	font-size:14px;
	line-height:24px;
	text-align:center;
	padding:2px 0;
}
.qdtz-content.zhu .title{
	background:#E77676;
}
.qdtz-content.ke .title{
	background:#5498D0;
}
.qdtz-content .content .tz-item{
	border-bottom: 1px solid var(--color-eee);
	padding: 7px;
}
.qdtz-content .content .tz-item:last-child{
	border-bottom: none;
}
.qdtz-content .content .tz-item p{
	color: var(--font-color-1);
	font-size: 12px;
	text-align:justify;
	line-height: 22px;
	margin: 0;
}
.shouji{
	margin-bottom: 10px !important;
	min-height: 300px;
	background: #fff;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
}
.shoujis{
	margin-bottom: 10px !important;
	background: #fff;
	padding: 12px;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
}
.shouji section{
	padding: 5px;
}
/*精彩点评*/
.match-comment{

}
.match-comment .comment-item{
	border-bottom: 1px solid var(--color-eee);
	padding: 16px 0;
}
.match-comment .comment-item .img{
	float: left;
}
.match-comment .comment-item .img img{
	width: 56px;
	height: 56px;
	border-radius: 4px;
}
.match-comment .comment-item .item-content{
	margin-left: 80px;
}
.match-comment .comment-item .item-content .meta{
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 8px;
}
.match-comment .comment-item .item-content .meta .name{
	color: var(--font-color-1);
	margin-right: 16px;
	display: inline-block;
}
.match-comment .comment-item .item-content .meta .time{
	color: #665e5e;
	display: inline-block;
}
.match-comment .comment-item .item-content .info p{
	font-size: 14px;
	color: var(--color-666);
	line-height: 22px;
	margin: 0;
}

/*首页-每天赛程*/
.home-match .section-content{
	margin-top:10px;
}
.home-match-wrap{
	background:var(--color-1);
	box-shadow: 0 0 12px 0 rgba(190,112,112,0.08);
	border-radius:10px;
	padding:15px;
}
.home-match-nav{
	padding-bottom:1px;
	border-bottom:1px solid var(--color-eee);
}
.home-match-nav ul{
	margin-bottom:0;
	margin-left:-8.2px;
	margin-right:-8.2px;
}
.home-match-nav li{
	width:14.285%;
	padding-right:0;
	padding-left:0;
	float:left;
	cursor: pointer;
}
.home-match-nav .item:after{
	content:'';
	width:28px;
	height:2px;
	display:block;
	margin:5px auto 0;
}
.home-match-nav .item span{
	font-size:12px;
	line-height:18px;
	text-align:center;
	display:block;
}
.home-match-nav .item span:first-child{
	color:var(--font-color-1);
	margin-bottom:5px;
}
.home-match-nav .item span:last-child{
	width:28px;
	height:28px;
	color:var(--color-666);
	padding:5px 0;
	margin:0 auto;
	border-radius:50%;
}
.home-match-nav li.active .item span:first-child{
	color:var(--bg-color-1);
}
.home-match-nav li.active .item span:last-child{
	color:var(--color-1);
	background:var(--bg-color-1);
}
.home-match-nav li.active .item:after{
	background:var(--bg-color-1);
}
.home-match-content .item{
	margin-top:16px;
	display:none;
}
.home-match-content .item.active{
	display:block;
}
.home-match-content .item .table{
	margin-bottom:0;
}
.home-match-content .item tr>th span{
	color:#b3b3b3;
	font-size:12px;
	line-height:18px;
}
.home-match-content .item tr>th,.home-match-content .item tr>td{
	padding-left:0;
	padding-right:0;
	padding-top:0;
	padding-bottom:8px;
	text-align:center;
	border-top:0;
}
.home-match-content .item tr>th:first-child{
	text-align:left;
}
.home-match-content .item tr>td:first-child{
	text-align:left;
}
.home-match-content .item tr>th:first-child span{
	color:var(--font-color-1);
	font-size:16px;
	line-height:24px;
	font-weight:900;
	display:inline-block;
}
.home-match-content .item tr>td .name img{
	width:24px;
	height:24px;
	border-radius:32px;
	margin-right:8px;
}
.home-match-content .item tr>td .name span{
	color:var(--font-color-1);
	font-size:14px;
	line-height:22px;
	display:inline-block;
}
.home-match-content .item .item-footer{
	text-align:right;
	padding:3px 0;
}
.home-match-content .item .item-footer>span{
	font-size:12px;
	line-height:18px;
	display:inline-block;
}
.home-match-content .item .item-footer>span:first-child{
	color:var(--font-color-6);
	margin-right:8px;
}
.home-match-content .item .item-footer>span>img{
	width:17px;
	height:18px;
}
.home-match-content .item .item-footer>span:last-child{
	color:var(--font-color-3);
}

/*首页-每天赛程*/
.home-article .section-content{
	margin-top:10px;
}
.home-article .section-content ul li{
	padding: 4px 0;
}
.home-article .section-content ul li a{
	color:var(--font-color-1);
	font-size:14px;
	line-height:22px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	display:block;
	width: 97%;
}
.home-article .section-content ul li a span{
	display: inline-block;
	width: 70px;
	text-align: center;
	border-right: 1px solid var(--color-eee);
	margin-right: 10px;
}

.home-footer-nav .footer-nav-item.active{

	color:var(--theme-color);
}
.search{display: flex;align-items: center}
.search .form-control{
	width: 15% !important;
}
.search-btn{
	padding: 5px 15px;
	background: #3ca5f6;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	border: none;
}
.search select,.search-result{
	margin: 0 15px;
}
.search-result{color: #003f94;}
.detail-footer{
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 99;
	font-size: 20px;
	color: #fff;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #0d8014;
}

/*对阵历史表*/
.m-tb-hd {
	height: 30px;
	line-height: 30px;
	background: #e8f6ff;
	border-bottom: 1px solid #c9e1f0;
}
.m-tb-name {
	float: left;
	width: 84px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #003f94;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.even {
	background: #f5f5f5;
}
.even th, .odd th{text-align: center}
.m-tb th, .m-tb1 th, .m-tb3 th, .m-tb4 th {
	height: 30px;
	line-height: 30px;
	border-right: 1px solid #c9e1f0;
	border-bottom: 1px solid #c9e1f0;
	background: #e8f6ff;
}
.m-tb, .m-tb1, .m-tb3, .m-tb4 {
	width: 100%;
	margin-bottom: 40px;
	border: 1px solid #c9e1f0;
}
.s-fc-blue {
	font-size: 14px;
	color: #003f94;
}
.odd {
	background: #fff;
}
.m-tb td, .m-tb3 td, .m-tb4 td {
	height: 40px;
	line-height: 40px;
	border-right: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	text-align: center;
}
#homeInfos .s-bgc-org a, #awayInfos .s-bgc-org a, #HistoryInfos .s-bgc-org a {
	color: #fff;
	text-decoration: none;
}
#homeInfos a, #awayInfos a, #HistoryInfos a{cursor: pointer;color: #333333;}
.m-fuevts {
	height: 120px;
	font-size: 14px;
	line-height: 18px;
	border-top: 1px solid #e7e7e7;
}
.m-fuevts-tt {
	float: left;
	width: 39px;
	height: 119px;
	padding-top: 25px;
	font-size: 14px;
	text-align: center;
	color: #003f94;
	background: #e8f6ff;
}
.m-event {
	float: left;
	width: 22%;
	height: 97px;
	margin-top: 10px;
	margin-left: 20px;
	border: 1px solid #e7e7e7;
	text-align: center;
}

.m-event .u-date {
	line-height: 25px;
	background: #e8f6ff;
}
.m-event .u-event {
	line-height: 18px;
	padding-top: 15px;
}
.m-event .u-ball {
	line-height: 35px;
}
.m-tb td i {
	padding: 1px 4px;
	/*background: #dadada;*/
}
i, cite, em, var, address, dfn {
	font-style: normal;
}


.content-wrap {
	margin-bottom: 10px !important;
}
.baoliao-item-content p span:last-child{align-items: center}
.baoliao-item-content p span:last-child span:first-child{padding: 0 10px;}
.s-bgc-org{color: #fff}
@media (max-width: 767px) {
	.m-tb table{font-size: 11px}
	.s-fc-blue {
		font-size: 12px;
		color: #003f94;
	}
	.m-tb td, .m-tb3 td, .m-tb4 td {
		line-height: 20px;
		text-align: center;
	}
	.footer{margin-bottom: 48px;}
	.hiddened{display: none}
	.showed{display: block !important;}
	.m-fuevts{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.m-event {
		display: flex;
		justify-content: center;
		float: left;
		width: 100%;
		height: auto;
		margin-left: 0;
		padding: 5px 3px;
		margin-top: 0;
		border: none;
		border-bottom: 1px solid #e7e7e7 !important;
		text-align: center;
		font-size: 12px;
	}
	.m-event:last-child{
		border-bottom:0 !important;
	}
	.m-fuevts-tt{
		display: flex;
		align-items: center;
		padding: 0 9px;
	}
}
@media (max-width: 767px) {
	#bsBox{
		width: 90% !important;
		left: 5% !important;
		margin-left:0 !important;
	}
	.bsTop,#bsMorePanel{
		width: 100% !important;
	}
	.footer {
		padding: 15px 10px 65px 10px;
		text-align: center;
	}
}
@media (max-width: 1230px){
	#toolbar {
		display: block !important;
		position: fixed;
		bottom: 0px;
		width: 100%;
		z-index: 888;
		height: 48px;
		left: 0;
	}
	#toolbar .list {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		margin: 0 auto;
		list-style: none;
	}
	#toolbar .list li {
		float: left;
		width: 50%;
		text-align: center;
		background:#c96015;color:#ccc;
	}
	#toolbar .list a {
		display: block;
		height: 48px;
		line-height: 48px;
		font-size: 16px;
		color: #fff;
	}
	#toolbar .list a:hover {
		text-decoration: none;
	}
	#wxnr {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		z-index: 1000;
		display: none;
		background: rgba(0,0,0,.6);
	}
	#wxnr .nrdf {
		margin: auto;
		position: absolute;
		top: 40%;
		left: 0;
		right: 0;
		width: 80%;
		padding: 20px;
		margin-top: -125px;
		text-align: center;
		background-color: rgba(255, 255, 255, 0.8);
		box-sizing: border-box;
		box-shadow: 0 2px 6px #777;
		-webkit-box-shadow: 0 2px 6px #777;
		-moz-box-shadow: 0 2px 6px #777;
		border-radius: 10px;
	}
	#wxnr i {
		position: absolute;
		top: 8px;
		right: 15px;
		width: 5px;
		height: 5px;
		font-size: 20px;
		line-height: 10px;
		text-align: center;
		color: #000;
		font-weight: bold;
		font-style: normal;
		border-radius: 10px;
		cursor: pointer;
	}
	#wxnr p {
		font-size: 20px;
		line-height: 45px;
		text-align: center;
	}
	#weixin {
		position: fixed;
		top: 50%;
		margin-top: -30px;
		z-index: 9999999;
		font-size: 15px;
		color: #fff;
		width: 90%;
		right: 5%;
		line-height: 20px;
		text-align: center;
		background: rgba(0, 0, 0, 0.8);
		border: 2px solid #333;
		border-radius: 0.1rem;
		display: none;
	}
}


@media (max-width: 767px) {
	.container{width: 100% !important;}
	.action{
		display: block !important;
	}
	.padd-16{
		padding: 16px 0 0 0 !important;
	}
	.section-head{padding: 0 10px}
}
