.module{
    background: #fff;
    margin-bottom: 15px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.mod-area .hd{
	height: 34px;
	line-height: 34px;
}
.mod-area .hd {
    padding-top: 4px;
    height: 32px;
    background: #032f4f;
    border-bottom: 1px solid #e8e8e8;
}
.mod-area .hd ul {
    margin: 0 5px;
    display: flex;
    overflow: hidden;
}
.mod-area .hd li {
    flex: 1;
}
.mod-area .hd li a {
    display: block;
    padding: 0 5px;
    border: 1px solid transparent;
    border-bottom: none;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #ccc;
}
.mod-area .hd li.active a {
    background: #fff;
    border-color: #e8e8e8;
    color: #333;
}
.mod-area .bd{
	height: 90px;
	overflow: hidden;
}
.mod-area .box{
	position: relative;
}
.mod-area .box:after{
	position: absolute;
	left: -1px;
	top: 0;
	content: '';
	width: 0;
	height: 100%;
	border-left: 1px solid #f0f0f0;
}
.mod-area .box ul{
	overflow: hidden;
}
.mod-area .box li{
	float: left;
	width: 20%;
	padding: 10px 0;
	line-height: 28px;
}
.mod-area .box li img{
	display: block;
	height: 42px;
	margin: 0 auto;
}
.mod-area .box li span{
	display: block;
	padding: 0 5px;
	text-align: center;
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mod-detail .bd{
	padding: 20px 10px 10px;
	background: #fff;
}
.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 h1{
	margin-bottom: 10px;
	line-height: 34px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.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: 60px;
}
.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{
	width: 100%;
	border: 1px solid rgba(66,140,219,.5);
	margin-bottom: 20px;
}
.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;
}
.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;
}
.mod-detail tbody img{
	width: 36px;
	height: 36px;
	background: #f0f0f0;
	margin: 4px 8px 4px 4px;
	border: 1px solid #dbdbdb;
	border-radius: 50%;
}