.rank_index_box * {margin: 0;padding: 0;box-sizing: border-box;}
ul,li{
	list-style: none;
}
a {color: #666666;text-decoration: none;}

a:focus {outline: thin dotted;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px;}

/*游戏列表样式*/
.game_item_main{
	padding: 10px 0;
	position: relative;
	border-bottom: 1px solid #eee;
	background: #fff;
	
}
.game_item_main a{
	display: block;
	display: flex;
}
.game_item_main .game_img{
	width: 60px;
	height: 60px;
}
.game_item_main .game_img img{
	width: 100%;
	height: 100%;
}
.game_item_main .game_con{
	padding-left: 10px;
}
.game_item_main .game_con h3{
	font-size: 14px;
	color: #000;
	margin-bottom: 5px;

}
.game_item_main .game_con h3 span{
	display: inline-block;
	padding:0 2px;
	border-radius: 50px;
	color: #a33b7a;
	border:1px solid #a33b7a;
	font-size: 12px;
	position: relative;
	top: -1px;
	margin-left: 5px;
}
.game_item_main .game_con p{
	margin-bottom: 2px;
}
.game_item_main .game_con .game_fl span{
	display: inline-block;
	padding: 2px 1px;
	font-size: 12px;
}
.game_item_main .game_con .game_fl span:nth-child(1){
	background: #def2ff;
	color: #1f98ff;
}
.game_item_main .game_con .game_fl span:nth-child(2){
	background: #e3fff4;
	color: #20a483;
}
.game_item_main .game_con .game_fl span:nth-child(3){
	background: #f6f1ff;
	color: #9b68f9;
}
.game_item_main .game_btn{
	position: absolute; 
	right: 0px;
	top: 27px;
	font-size: 14px;
	color: #fff;
	background: -webkit-linear-gradient(right,#ffcd5a,#ff8a1c);
	background: -o-linear-gradient(right,#ffcd5a,#ff8a1c);
	background: -moz-linear-gradient(right,#ffcd5a,#ff8a1c);
	background: -mos-linear-gradient(right,#ffcd5a,#ff8a1c);
	background: linear-gradient(right,#ffcd5a,#ff8a1c);
	border-radius: 50px;
	height: 25px;
	width: 55px;
	line-height: 25px;
	text-align: center;
}

/*排行榜*/
.rank_index_box{
	padding-top: 85px;
}
.rank_box .head{
	text-align: center;
	top: 0px;
}
.rank_box .nav1{
	overflow: hidden;
	display: inline-block;
}
.rank_box .nav1 li{
	width: 80px;
	height: 39px;
	float: left;
	color: #333;
	border-bottom: 2px solid #fff;
	line-height:39px;
}
.rank_box .nav1 li.on{
	border-bottom: 2px solid #ff7800;
	color: #ff7800;
}
.rank_box .nav_box{
	position: fixed;
	top: 39px;
	width: 100%;
	max-width: 750px;
	text-align: center;
	background: #fff;
	z-index: 2;
}
.rank_box .nav_box ul{
	overflow: hidden;
	display: inline-block;
	margin-top: 10px;
}
.rank_box .nav_box li{
	    width: 70px;
	    height: 30px;
	    float: left;
	    border: 1px solid #999;
	    background: #fff;
	    color: #999;
	    border-radius: 30px;
	    line-height: 30px;
	    text-align: center;
	    margin: 0 10px;
	    font-size: 14px;
}
.rank_box .nav_box li.on{
	color: #ff7800;
	border: 1px solid #ff7800;
	background: rgba(255, 120, 0, 0.15);
}
.rank_box .rank_lb{
	
	position: relative;
}
.rank_box .nav_sx{
	position: fixed;
	/* left: 0px; */
	height: calc(100vh - 85px);
	display: -webkit-box;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 3;
}
.nav_sx::-webkit-scrollbar {
	width: 1px;     
	height: 1px;
	scrollbar-arrow-color:red;

}

.rank_box .nav_sx li{
	width: 70px;
	height: 50px;
	background: #fbfbfb;
	line-height: 50px;
	text-align: center;
	border-left: 2px solid #fbfbfb;
}
.rank_box .nav_sx li.on{
	border-left: 2px solid #ff7800;
	color: #ff7800;
	background: #fff;
}
.rank_box .rank_lb .swiper-container{
	padding-left: 80px;
	padding-right: 10px;
}
.rank_box .rank_lb .swiper-container,
.rank_box .rank_lb .swiper-wrapper{
	height: calc(100vh - 125px);
}
.rank_box .top_box{
	width: 100%;
	background: url(../img/rank_top_bg.png) no-repeat center top;
	background-size: 100% 100%;
	display: flex;
	height: 145px;
	margin-bottom: 20px;
}
.rank_box .top2{
	width: 34%;
	
}
.rank_box .top1{
	width: 33%;
}
.rank_box .top3{
	width: 33%;
}
.rank_box .top{
	text-align: center;
}
.rank_box .top img{
	width: 39px;
	height: 39px;
	border-radius: 50%;
	margin-top: 28px;
	display: unset;
}
.rank_box .top .top_btn{
	    background: -webkit-linear-gradient(right,#ff5a9b,#fecb5d);
	    border-radius: 50px;
    height: 25px;
    width: 55px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin: 5px auto 0;
}
.rank_box .top h3{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
	font-size: 14px;
	height: 19px;
}
.rank_box .top p{
	height: 16px;
	font-size: 12px;
}
.rank_box .img_box{
	width: 90px;
	margin: 0 auto;
	height: 70px;
}
.rank_box .top2 .img_box{
	background: url(../img/rank_first_bg.png) no-repeat center top;
	background-size: contain;
	margin-top: 10px;
}
.rank_box .top1 .img_box{
	background: url(../img/rank_second_bg.png) no-repeat center top;
	background-size: contain;
	margin-top: 20px;
}
.rank_box .top3 .img_box{
	background: url(../img/rank_second_third.png) no-repeat center top;
	background-size: contain;
	margin-top: 20px;
}
