.mod-intro{
	padding: 15px 0 40px;
	border: none;
	margin-bottom: 0;
	background: url('../images/basketball/bg.jpg') center center no-repeat;
	color: #fff;
}
.mod-intro .bd{
	position: relative;
	padding: 0 20px;
}
.mod-intro .bd table{
	width: 100%;
}
.mod-intro .ft{
	padding: 10px;
	text-align: center;
	overflow: hidden;
}
.mod-intro .ft table{
	width: 100%;
	border: 1px solid rgba(255,255,255,.2);
}
.mod-intro .ft thead{
	background: rgba(255,255,255,.2);
}
.mod-intro .ft th,.mod-intro .ft td{
	height: 28px;
	padding: 2px 5px;
	border: rgba(255,255,255,.2);
	line-height: 26px;
	text-align: center;
}
.mod-intro .ft td{
	color: #fff;
}
.mod-intro .text-center{
	text-align: center;
}
.mod-intro h1{
	font-size: 18px;
	font-weight: bold;
}

.mod-detail{
	background: none;
	border: none;
	margin-top: -36px;
}
.mod-detail .hd{
	height: 36px;
}
.mod-detail .hd ul{
	padding: 0 6px;
	overflow: hidden;
}
.mod-detail .hd li{
	float: left;
	width: 100px;
	margin: 0 1px;
}
.mod-detail .hd li a{
	display: block;
	height: 36px;
	background: rgba(255,255,255,.2);
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	color: rgba(255,255,255,.8);
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.mod-detail .hd li.active a{
	background: #fff;
	color: #333;
}
.mod-detail .bd{
	padding: 20px 10px 10px;
	background: #fff;
}
.mod-detail .query{
	margin-bottom: 10px;
}
.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;
}