
.ranklist-tab-wrapper{
    width: 100%;
	min-width: 1200px;
	max-width: 1480px;
	box-sizing: border-box;
	padding: 0 40px;
	margin: 0 auto;
}
/*.ranklist-tab{
	background-color: #f2f2f2;
	width: 100%;
	height: 54px;
}
.ranklist-tab li{
	line-height: 54px;
	font-size: 16px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	float: left;
	cursor: pointer;
}
 .ranklist-tab li:last-child{
	float: right;
	border-left: none;
	border-right: none;
	cursor: text;
	font-size: 14px;
} 
.ranklist-tab li a{
	display: inline-block;
	padding: 0 35px;
	width: 100%;
	height: 100%;
}
.ranklist-tab li a:hover{
	text-decoration: none;
}
.ranklist-tab li.active-tab{
	background-color: #5bc11a;
}
.ranklist-tab li.active-tab a{
	display: inline-block;
	color: #fff;
} */
.table-data-wrapper{
	clear: both;
	width: 100%;
	min-height: 680px;
	padding: 20px 40px 30px;
	margin:  0 auto;
	min-width: 1200px;
	max-width: 1480px;
	box-sizing: border-box;
}
.data-table{
	table-layout: fixed;
	width: 100%;
}
.data-table th{
	font-size: 15px;
	color: #3090c7;
	background-color: #f1f6f0;
	line-height: 46px;
	text-align: center;
}
.data-table td{
	font-size: 14px;
	line-height: 62px;
	border-bottom: 1px solid #f2f2f2;
	text-align: center;
}
.data-table td:nth-child(2){
	/* text-align: left;
	padding-left: 50px; */
	text-align: center;
}
.data-table td:nth-child(1){
	color: #fff;
	background-color: #cccccc;
	font-size: 20px;
}
.data-table tr:nth-child(1) td:nth-child(1){
	background-color: #5bc11a;
}
.data-table tr:nth-child(2) td:nth-child(1){
	background-color: #efe300;
}
.data-table tr:nth-child(3) td:nth-child(1){
	background-color: #ff6e9f;
}
.data-table i {
    color: #fff;
    display: inline-block;
    border-radius: 8px;
    padding: 0px 8px;
    line-height: 20px;
    margin-right: 3px;
    font-style: normal;
    font-size: 12px;
    background-color: #e3a34b;
}
.data-table a{
	color: #3479d8;
}
.data-table span{
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	white-space: nowrap;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
}
.main-tab-contentL{
	width: 40%;
	float: left;
}
.main-tab-contentR{
	max-width: 55%;
	float: right;
	height: 124px;
	font-size: 16px;
	color: #000;
}
.main-tab-contentR li{
	float: left;
	margin: 40px 9px;
	height: 54px;
	line-height: 54px;
}
.main-tab-contentR select{
	width: 80px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	border-radius: 5px;
	padding: 0 0 0 12px;
	box-sizing: border-box;
	font-family: "微软雅黑", "Microsoft YaHei";
}
.main-tab-contentR select option{
	font-size: 16px;
	font-family: "微软雅黑", "Microsoft YaHei";
	text-align: center;
}
.submit-time{
	width: 60px;
	height: 26px;
	line-height: 26px;
	margin-top: 13px;
	font-size: 12px;
	color: #fff;
	background-color: #3373cb;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-family: "微软雅黑", "Microsoft YaHei";

}
