.nav_rankList_main {
	border-top:1px solid #E1E1E1;padding-bottom: 100px;
	background-color:#fff;
}
.rankList_container .rank_border {
	border:1px solid #F1F4F5;border-radius:4px;
}
.rankList_container .rankList_head{
	background-color:#F1F4F5;height: 50px;line-height: 50px;
	border-bottom:1px solid #CACACA;
}
.rankList_container .rankList_body ul{
	display: flex;justify-content: space-between;
	padding: 0 50px;height: 50px;line-height: 50px;
	background-color:#fff;
}
.rankList_container .show_color_blue {
	color: #479DF3;
}
.rankList_container .rankList_footer {
	margin-top: 20px;margin-bottom: 30px;
}
.rankList_footer .rank_table {
	width: 100%;
}
.rankList_footer .rank_table .author_img img{
	width: 50px;height: 50px;border-radius:50%;
	border:1px solid #F1F4F5;
}
.rankList_footer .rank_table th,.rankList_footer .rank_table td {
	height: 60px;line-height: 60px;font-size: 16px;color: #333;
	text-align: center;
}
.rankList_footer .rank_table thead tr {
	background-color:#F1F4F5;
}
.rankList_footer .rank_table thead  th {
	color: #666;
}
.rankList_footer .rank_table tbody tr:nth-child(2n) {
	background-color:#F1F4F5;
}

.rankList_footer .rank_table tbody tr:nth-child(1) .rank_noun,
.rankList_footer .rank_table tbody tr:nth-child(2) .rank_noun,
.rankList_footer .rank_table tbody tr:nth-child(3) .rank_noun {
	display:inline-block;width: 40px;height: 42px;
	color: transparent;position: relative;top: 50%;
	transform: translateY(-50%);-webkit-transform: translateY(-50%);
}
.rankList_footer .rank_table tbody .data_trend_icon {
	width: 30px;height: 30px;cursor: pointer;
}

#dataModal .modal-content {
	width: 1000px;height: 590px;left: 50%;
	transform: translateX(-50%);-webkit-transform: translateX(-50%);
}
#dataModal .close {
	opacity: 1;
}
#dataModal .modal-body {
	padding: 0 50px;
}
#dataModal .modal-body .data_trend_main {
	height: 456px;width: 100%;padding-top: 20px;
}
#dataModal .modal-body .data_trend_tips {
	margin-top: 30px;
}
#dataModal .modal-body .data_trend_tips img {
	position: relative;top: -1px;
}
/*分辨率低于1440，采用下面的样式*/
@media screen and (max-device-width:1400px){
   .w13 {width:1200px}
}
/*分辨率低于1440，采用下面的样式*/
@media screen and (min-device-width:1401px) {
 	.w13 {width:1300px}
}