body,
html {
	height: 100%;
}

.rank_100-wrapper {
	background: #F7F7F7;
	min-height: 100%;
}

.top-img {
	width: 100%;
}

.rank-container {
	width: 1200px;
	margin: 20px auto;
}

.rank-container .list-group-item {
	border: none;
	border-radius: 12px;
	margin-bottom: 20px;
}

.right-infor {
	margin-left: 20px;
}

.right-infor div {
	font-size: 18px;
	color: #333;
	font-weight: 550;
}

.right-infor p {
	color: #999999;
	font-size: 14px;
	margin-top: 8px;
	margin-bottom: 0;
}

.rank-container .list-group-horizontal-md {
	flex-wrap: wrap;
}

.rank-container .list-group-item {
	width: 49%;
	margin-right: 2%;
}

.rank-container .list-group-item:nth-child(2n) {
	margin-right: 0;
}
.rank-container .list-group-item img{
	width: 80px;
}
.rank-number{
	width: 80px;
	height: 80px;
	border: 4px solid #D9BA3C;
	font-size: 28px;
	font-weight: bolder;
	color: #D9BA3C;
	text-align: center;
	line-height: 74px;
	border-radius: 50%;
}
@media (max-width: 768px) {
	.rank-container {
		width: 100%;
	}

	.top-img {
		content: url(../img/phone-top.png);
	}

	.rank-container .list-group-item {
		box-sizing: border-box;
		width: 97%;
		margin-right: 0;
	}
}