.rank{
	position: relative;
}

.ranker_base{
	overflow: auto;
	position: relative;
	z-index: 2;
}

.ranker_base li{	position: relative;}

.delete_btn{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	border: 1px solid #3e3e41;
	background: #3e3e41;
	border-radius: 2px;
	padding: 0 2px 0 18px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.delete_btn:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.delete_btn i{
	font-size: 16px;
	line-height: 16px;
	position: absolute;
	top: 1px;
	left: 2px;
}

.regist_bg{
	width: calc(100% - 60px);
	height: 108px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	background: #28282a;
	border: 1px solid #28282a;
	border-radius: 5px;
	margin: 0 0 0 50px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.regist_btn{
	width: 80px;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #3c9aea;
	background: -moz-linear-gradient(left, #3c9aea 0%, #336cd4 100%);
	background: -webkit-linear-gradient(left, #3c9aea 0%,#336cd4 100%);
	background: linear-gradient(to right, #3c9aea 0%,#336cd4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c9aea', endColorstr='#336cd4',GradientType=1 );
	border-radius: 15px;
}

.sort_btn{
	display: inline-block;
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid #3e3e41;
	box-shadow:0px 0px 0px 2px #1c1c1e inset;
	-moz-box-shadow:0px 0px 0px 2px #1c1c1e inset;
	-webkit-box-shadow:0px 0px 0px 2px #1c1c1e inset;
	position: absolute;
	top: 5px;
	right: 27px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sort_btn i{
	font-size: 28px;
	line-height: 28px;
	color: #ffcc00;
}


/** rank_number **/

.rank_number{
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 32px;
	left: 0;
}

.rank_number span{
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	width: 100%;
	height: 128px;
	border-bottom: 1px solid #3e3e41;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rank_number span i{
	position: relative;
	font-size: 50px;
	line-height: 50px;
	color: #666;
	text-align: left;
}
.rank_number span:nth-of-type(1) i{	color: #ddb100;}
.rank_number span:nth-of-type(2) i{	color: #9f9f9f;}
.rank_number span:nth-of-type(3) i{	color: #c48d57;}

.rank_number span em{
	display: inline-block;
	vertical-align: top;
	font-family: "FontA";
	width: 50px;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	position: absolute;
	z-index: 2;
	top: 33px;
	left: 0;
}

.topinfo_div{
	padding: 10px;
	border-bottom: 1px solid #3e3e41;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.topinfo_div p{
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	padding: 10px;
	border: 2px solid #3e3e41;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
