.mod-intro{
	margin-top: 48px;
    padding: 15px 0 0;
}
.mod-intro .bd{
	margin-bottom: 10px;
	position: relative;
}
.mod-intro .bd ul{
	position: absolute;
	left: -1px;
	top: -49px;
}
.mod-intro .bd li{
	float: left;
	min-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 a.icon-scheme{
	display: block;
	padding: 0 10px 0 36px;
	background: url('../images/basketball/icon-scheme.png') 12px center no-repeat;
	color: #888;
	cursor: pointer;
}
.mod-intro .bd a.icon-scheme--active::before{
	position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	background-color: red;
	right: 10px;
	top: 6px;
	border-radius: 50%;
	content: '';
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.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{
	padding: 4px;
	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 caption{
	line-height: 28px;
	text-align: center;
}
.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;
	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{
	min-width: 72px;
	height: 30px;
	padding: 0 8px;
	margin: 0 3px;
	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 p{
	line-height:30px;
	margin-bottom:10px;
}
.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 .panel-filter tbody tr:nth-child(2n) {
    background-color: #ffffff;
}
.mod-detail .panel-filter tbody tr.even {
    background-color: #f6f6f6;
}

.mod-compare h3{
	border-left: 4px solid #428cdb;
	padding-left: 10px;
	line-height: 20px;
	margin-bottom: 8px;
	font-size: 16px;
}
.mod-compare table{
	width: 100%;
	table-layout: fixed;
	margin-bottom: 10px;
}
.mod-compare thead th {
   	height: 20px;
    padding: 4px 3px;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
}
.mod-compare tbody td {
    height: 20px;
    padding: 4px 3px;
    line-height: 20px;
    font-size: 13px;
}
.mod-compare .text-center{
	text-align: center;
}
.mod-compare .text-left{
	text-align: left;
}
.mod-compare .text-right{
	text-align: right;
}
.mod-compare .value{
	font-size: 14px;
	font-weight: bold;
}
.mod-compare .range{
	display: block;
	height: 12px;
	background: #dbdbdb;
}
.mod-compare .range i{
	display: block;
	max-width: 100%;
	height: 12px;
	background: #006bb7;
}
.mod-compare .range-right i{
	float: right;
}
.mod-compare .range-left i{
	float: left;
}
.mod-compare.status{
	display: block;
	color: #888;
}

@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}