.mod-intro{
	margin-top: 48px;
	padding: 15px 0 0;
}
.mod-intro .bd{
	position: relative;
}
.mod-intro .bd ul{	
	position: absolute;
	left: -1px;
	top: -49px;
}
.mod-intro .bd li{
	float: left;
	width: 110px;
	height: 32px;
	margin-left: 2px;
	border: 1px solid #dbdbdb;
	background: #f8f8f8;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	line-height: 32px;
	text-align: center;
}
.mod-intro .bd a.icon-ball{
	display: block;
	padding: 0 10px 0 36px;
	background: url('../images/basketball/icon-ball.png') 12px center no-repeat;
	color: #888;
	cursor: pointer;
}
.mod-intro .bd a.icon-analyse{
	display: block;
	padding: 0 10px 0 36px;
	background: url('../images/basketball/icon-analyse.png') 12px center no-repeat;
	color: #888;
	cursor: pointer;
}
.mod-intro .bd li.active{
	background: #fff;
	border-bottom: 1px solid #fff;
}
.mod-intro .bd li.active a{
	color: #333;
}
.mod-intro .bd li.active a.icon-ball{
	background-image: url('../images/basketball/icon-ball-active.png');
}
.mod-intro .bd li.active a.icon-analyse{
	background-image: url('../images/basketball/icon-analyse-active.png');
}

.mod-intro .bd table{
	width: 100%;
}
.mod-intro .bd caption{
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	color: #888;
}
.mod-intro .bd td{
	vertical-align: middle;
}
.mod-intro .bd td span,.mod-intro .bd td a{
	vertical-align: middle;
}
.mod-intro .ft table{
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
}
.mod-intro .ft thead{
	background: #f0f0f0;
}
.mod-intro .ft th,.mod-intro .ft td{
	height: 28px;
	padding: 0 5px;
	line-height: 26px;
}
.mod-intro .ft td{
	color: #666;
}
.mod-intro .text-center{
	text-align: center;
}
.mod-intro .vs{
	font-size: 18px;
	color: #666;
}
.mod-intro .score{
	display: inline-block;
	width: 32px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.mod-intro .name{
	display: inline-block;
	min-width: 90px;
	height: 32px;
	margin: 10px 0;
	padding: 0 12px;
	background: #f0f0f0;
	line-height: 32px;
	font-size: 14px;
	border-radius: 16px;
}
.mod-intro .icon{
	margin: 0 15px;
}

.mod-detail .hd{
	padding-top: 4px;
	height: 36px;
	background: #f8f8f8;
	border-bottom: 1px solid #e8e8e8;
}
.mod-detail .hd ul{
	padding: 0 6px;
	overflow: hidden;
}
.mod-detail .hd li{
	float: left;
	min-width: 100px;
	margin: 0 1px;
}
.mod-detail .hd li a{
	display: block;
	border: 1px solid transparent;
	border-bottom: none;
	height: 36px;
	padding: 0 10px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	color: #888;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
.mod-detail .hd li.active a{
	background: #fff;
	border-color: #e8e8e8;
	color: #333;
}
.mod-detail .bd{
	padding: 20px 10px 10px;
}
.mod-detail .query{
	margin-bottom: 20px;
}
.mod-detail select{
	width: 120px;
	height: 30px;
	padding: 0 8px;
	border: 1px solid #dbdbdb;
	outline: none;
	border-radius: 3px;
}
.mod-detail h3{
	border-left: 4px solid #428cdb;
	padding-left: 10px;
	line-height: 20px;
	margin-bottom: 8px;
	font-size: 16px;
}
.mod-detail .table-outer{
	position: relative;
}
.mod-detail .table-fixed{
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
}
.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: 99px;
	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: 22px;
    padding: 4px 5px;
    line-height: 20px;
    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 td a.blocklink{
	display: table;
	width: 100%;
	min-width: 240px;
    table-layout: fixed;
}
.mod-detail td a.blocklink span{
	display: table-cell;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.mod-detail td .sc{
	width: 60px;
	text-align: center;
}
.mod-detail td .sl{
	text-align: right;
}
.mod-detail td .sr{
	text-align: left;
}