.mod-league{
	position: relative;
	border: none;
}
.mod-league .hd {
    height: 36px;
    background: #032f4f;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
}
.mod-league .hd ul {
    padding: 0 3px;
    overflow: hidden;
}
.mod-league .hd li {
    float: left;
}
.mod-league .hd li a {
    display: block;
    padding: 0 6px 0 8px;
    border-bottom: none;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #ccc;
}
.mod-league .hd li span{
    padding-right: 16px;
    background: url(../images/soccer/icon-tri.png) right center no-repeat;
    background-size: 12px 12px;
}
.mod-league .hd li.active a {
    background-color: rgba(255,255,255,.2);
    color: #fff;
}
.mod-league .bd{
	position: absolute;
	top: 36px;
	left: 0;
	z-index: 97;
	width: 100%;
}
.mod-league .panel{
	display: none;
	padding-bottom: 5px;
	border: 1px solid #e8e8e8;
	border-top: none;
	background: #fff;
	box-shadow: 1px 1px 5px rgba(0,0,0,.15);
}
.mod-league .panel{
	display: none;
}
.mod-league .c-hd{
	border-bottom: 1px solid #ebebeb;
}
.mod-league .c-nav{
	height: 34px;
	white-space: nowrap;
	overflow-x: auto;
}
.mod-league .c-nav li{
	display: inline-block;
}
.mod-league .c-nav a{
	display: block;
	height: 32px;
	padding: 0 12px;
	line-height: 32px;
	color: #666;
}
.mod-league .c-nav li.active{
	border-bottom: 2px solid #006bb7;
}
.mod-league .c-nav li.active a{
	background: rgba(0,0,0,.10);
	color: #333;
}
.mod-league .c-bd{
	padding: 10px 0;
}
.mod-league .c-panel{
	display: none;
	padding: 0 5px;
}
.mod-league .c-panel a{
	margin: 0 5px;
    min-width: 80px;
    display: inline-block;
    line-height: 30px;
    white-space: nowrap;
    color: #666;
}
.mod-league .c-panel a:hover{
	color: #006bb7;
}
.mod-league .ft{
	padding: 8px 5px;
	border-bottom: 1px solid #e8e8e8;
	border-top: none;
	line-height: 24px;
}
.mod-league .ft span{
	padding-left: 24px;
	margin-right: 6px;
	background: url('../images/soccer/icon-hot.png') left center no-repeat;
	font-weight: bold;
}
.mod-league .ft a{
	white-space: nowrap;
	margin: 0 6px;
	color: #666;
}

.mod-intro .hd{
	margin-bottom: 20px;
	text-align: center;
}
.mod-intro .hd h3{
	display: inline-block;
	padding: 0 45px;
	height: 24px;
	border-bottom: 2px solid #dbdbdb;
	line-height: 24px;
	font-size: 22px;
}
.mod-intro .hd h3 span{
	position: relative;
	top: 13px;
	padding: 0 20px;
	background: #f8f8f8;
	color: #333;
}
.mod-intro .bd{
	margin-bottom: 15px;
	line-height: 26px;
	text-align: center;
	color: #666;
}
.mod-intro .bd span{
	white-space: nowrap;
	margin: 0 8px;
}

.mod-round .hd{
	position: relative;
	border-bottom: 1px solid #ebebeb;
	overflow: hidden;
}
.mod-round .hd .title{
	padding: 0 10px;
	background: #006bb7;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.mod-round .hd ul{
	min-height: 84px;
	margin: 0 3px;
	padding: 8px 0;
	overflow: hidden;
}
.mod-round .hd li{
	float: left;
	margin: 3px 2px;
}
.mod-round .hd a{
	display: inline-block;
    min-width: 18px;
    height: 30px;
    padding: 0 6px;
    border: 1px solid #dbdbdb;
    line-height: 30px;
    font-size: 15px;
    color: #888;
    text-align: center;
    border-radius: 15px;
}
.mod-round .hd li.active a{
	background: #dbdbdb;
	color: #000;
}
.mod-round .bd ul{
	overflow: hidden;
}
.mod-round .bd li{
	position: relative;
	bottom: -1px;
	border-bottom: 1px solid #ebebeb;
}
.mod-round .bd .item{
	padding: 15px 0 15px;
}
.mod-round .bd table{
	width: 100%;
}
.mod-round td a{
	display: table;
	width: 100%;
    table-layout: fixed;
}
.mod-round td a span{
	display: table-cell;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.mod-round td .sc{
	width: 50px;
	text-align: center;
}
.mod-round td .sl{
	text-align: right;
	width: 98px;
}
.mod-round td .sr{
	text-align: left;
	width: 98px;
}
.mod-round .bd th,.mod-round .bd td{
	line-height: 26px;
}
.mod-round .bd .time{
	color: #999;
}
.mod-round .bd .desc{
	color: #999;
}
.mod-round .bd .btn{
	display: inline-block;
	width: 100px;
	height: 30px;
	background: #006bb7;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
}

.mod-detail .hd{
	background: #f8f8f8;
}
.mod-detail .hd ul{
	padding: 1px;
	overflow: hidden;
}
.mod-detail .hd li{
	float: left;
	width: 33.33%;
}
.mod-detail .hd .nav-4 li{
	width: 25%;
}
.mod-detail .hd li a{
	display: block;
	margin: 1px;
	height: 36px;
	background: #fff;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.mod-detail .hd li.active a{
	background: #006bb7;
	color: #fff;
}
.mod-detail .bd{
	padding: 10px;
}
.mod-detail .table-outer{
	position: relative;
}
.mod-detail .table-fixed{
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
}
.mod-detail .table-fixed-large{
	position: absolute;
	left: 0;
	top: 0;
	width: 132px;
}
.mod-detail .table-fixed table{
	table-layout: fixed;
}
.mod-detail .table-fixed table a{
	display:block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.mod-detail .table-inner{
	margin-left: 59px;
	overflow-x: auto;
}
.mod-detail .table-inner-large{
	margin-left: 131px;
	overflow-x: auto;
}
.mod-detail table{
	width: 100%;
	border: 1px solid rgba(66,140,219,.5);
	margin-bottom: 10px;
}
.mod-detail thead {
    background-color: #428cdb;;
    color: #fff;
}
.mod-detail table th,.mod-detail table td{
    white-space: nowrap;
}
.mod-detail thead th {
    height: 22px;
    padding: 4px 5px;
    line-height: 20px;
}
.mod-detail thead th:first-child {
    padding-left: 10px;
}
.mod-detail tbody td {
    height: 30px;
    padding: 4px 5px;
    font-size: 13px;
}
.mod-detail tbody td:first-child {
    padding-left: 10px;
}
.mod-detail .text-center{
	text-align: center;
}
.mod-detail tbody tr:nth-child(2n) {
    background-color: #f6f6f6;
}
.mod-detail tbody td img{
	margin-right: 5px;
}
.mod-detail .rank{
	display: block;
    width: 22px;
    height: 22px;
    background: #dbdbdb;
    line-height: 22px;
    font-size: 12px;
    color: #333;
    text-align: center;
    border-radius: 50%;
}
.mod-detail .rank1{
	background: #d33556;
	color: #fff;
}
.mod-detail .rank2{
	background: #fc9000;
	color: #fff;
}
.mod-detail .rank3{
	background: #ffdc00;
	color: #fff;
}