.mod-intro{
	position: relative;
	padding: 15px 0;
	border: none;
	margin-bottom: 0;
	background: url('../images/soccer/bg.jpg') center center no-repeat;
	color: #fff;
}
.mod-intro .bd{
	position: relative;
	padding: 0 15px;
}
.mod-intro .bd .icon{
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
}
.mod-intro .worth{
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fc9000;
}
.mod-intro td,.mod-intro th{
	padding: 5px;
}
.mod-intro h1{
	font-size: 22px;
	font-weight: bold;
}
.mod-intro p{
	color: rgba(255,255,255,.8);
}

.mod-detail{
	background: none;
	border: none;
}
.mod-detail .hd{
	height: 40px;
}
.mod-detail .hd ul{
	padding: 0 12px;
	overflow: hidden;
}
.mod-detail .hd li{
	float: left;
	width: 150px;
	margin: 0 1px;
}
.mod-detail .hd li a{
	display: block;
	height: 40px;
	background: rgba(255,255,255,.2);
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: rgba(255,255,255,.8);
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
.mod-detail .hd li.active a{
	background: #fff;
	color: #333;
}
.mod-detail .bd{
	padding: 20px 10px 10px;
	border: 1px solid #e8e8e8;
	border-top: none;
	background: #fff;
}
.mod-detail .box{
	margin-bottom: 20px;
}
.mod-detail .box p{
	line-height: 24px;
	color: #666;
}
.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 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;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mod-detail tbody td:first-child {
    padding-left: 10px;
}
.mod-detail tbody tr:nth-child(2n) {
    background-color: #f6f6f6;
}