
.main{
	width: 100%;
	padding: 15px 0;
	background-color: #f5f7f8;
	/* padding-bottom: 30px; */
}
.bg_icon {
	z-index: 10;
}
/* .bg_icon img {
	z-index: 10;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 100px;
	left: 0;
} */
.rank_box{
	width: 1200px;
	/* width: 60%; */
	margin: 0 auto;
	position: relative;
	z-index: 10;
	/* background-color: #f5f7f8; */
	/* background-color: #0091FF; */
	 /*background-color: #FFFFFF; */
	 /*padding: 20px;*/
	 box-sizing: border-box;
	 /*border-radius: 20px;*/
}
.rank_box .rank_nav{
    width: 100%;
    height: 69px;
    /*padding-bottom: 10px;*/
    border-bottom: 1px solid #dadada;
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    color: #1c1c1c;
    /*position: -webkit-sticky;*/
    /*position: sticky;*/
    top: 120px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FFFFFF;
    padding: 20px;
	box-sizing: border-box;
	border-radius: 10px 10px 0 0;
}
.rank_box .left_nav{
    display: flex;
    align-items: center;
}
.rank_box .left_nav_list{
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
    font-style: oblique;
    color: #1c1c1c;
    z-index: 50;
}
.rank_box .left_nav_list a{
    margin-right: 40px;
}
.rank_box .left_nav_list .active span{
    font-size: 16px;
    color: #ff5927;
    font-weight: bold;
    position: relative;
}
.rank_box .left_nav_list a.active{
    color: #ff5927;
}
.rank_box .left_nav_list .active span::before{
    content: "";
    display: block;
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    height: 3px;
    border-radius: 5px;
    background-color: #ff5927;
}
.rank_box .right_nav{
    font-weight: 400;
    line-height: 14px;
    font-size: 14px;
    color: #666;
}
.rank_box .right_nav span{
    margin: 0 5px;
}
.rank_box .rank_list{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.rank_list .rank_list_item{
    width: 100%;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 30px 30px 30px 40px;
    background-color: #FFFFFF;
    overflow: hidden;
    border-radius: 10px;
}
.rank_list .rank_list_item:first-child{
    border-radius: 0 0 10px 10px;
}
.rank_list .rank_list_index{
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 50px;
    line-height: 35px;
    font-size: 18px;
    color: #fff;
    padding-left: 11px;
    z-index: 1;
}
.rank_list .rank_list_bgcolor{
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-50%,-50%) rotate(45deg);
    width: 80px;
    height: 80px;
    background: #c1c1c1;
}
.rank_list .first_bgcolor{
    background-color: #ff3d3d;
}
.rank_list .second_bgcolor{
    background-color: #fe8d3f;
}
.rank_list .third_bgcolor{
    background-color: #da3eff;
}
.rank_list_item .list_item_content{
    width: 100%;
    display: flex;
    align-items: center;
}
.list_item_content .left_content,.list_item_content .left_content a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.list_item_content .left_content:hover .download_text{
    background: #ff5927;
    color: #fff;
}
.list_item_content .left_content .game_icon{
    width: 128px;
    height: 128px;
    margin-bottom: 26px;
    border-radius: 20px;
}
.list_item_content .left_content .download_text{
    display: block;
    width: 92px;
    height: 28px;
    margin: 0 auto;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    color: #ff5927;
    border: 1px solid #ff5927;
    border-radius: 4px;
    transition: all .2s;
}
.list_item_content .center_content{
    flex: 1;
    margin: 0 30px;
    display: flex;
    flex-direction: column;
}
.list_item_content .center_content .game_title,.list_item_content .center_content .game_title a{
    display: flex;
    align-items: center;
    min-width: 60%;
}
.list_item_content .center_content .game_title a{
    width: 100%;
}
.list_item_content .center_content .game_title:hover span{
    color: #ff5927;
}
.center_content .game_title span{
    max-width: 80%;
    margin-right: 5px;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #1c1c1c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .2s;
}
.center_content .game_title .game_subtitle{
    font-size: 14px;
    margin-bottom: 0px;
    margin-left: 5px;
    font-weight: unset;
}
.center_content .game_title .platform_icon{
    width: 15px;
    height: auto;
    margin-right: 5px;
}
.center_content .rating{
    justify-content: flex-end;
    width: 160px;
    display: flex;
    align-items: center;
    position: relative;
}
.center_content .rating .rating_img{
    background: url('../images/rating_bg5.png') no-repeat;
    width: 130px;
    height: 21px;
    /*background-size: 100% 100%;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*z-index: 1;*/
}
.center_content .rating span{
    font-size: 16px;
    line-height: 25px;
    color: #ff5927;
    margin-left: 5px;
    /*text-align: right;*/
}
.center_content .rating_img span{
    background: url('../images/rating_bg3.png') no-repeat center left;
    width: 91px;
    height: 100%;
    display: block;
    margin-left: 0;
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*background-size: 100% 100%;*/
    /*z-index: 2;*/
}
.center_content .game_tag{
    max-width: 70%;
    padding-right: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 24px;
    margin: 10px 0 13px;
    background: #f4f4f4;
    border-radius: 12px;
    display: flex;
    align-items: center;
}
.center_content .game_tag img{
    width: 12px;
    height: 12px;
    margin: 6px 8px;
}
.center_content .game_tag span{
    margin: 0;
    flex: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 24px;
    font-size: 12px;
    color: #666;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.center_content .score_text{
    color: rgb(28, 28, 28);
    font-size: 14px;
}
.center_content .game_info{
    margin: 0;
    width: 100%;
    height: 86px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-size: 14px;
    color: #666;
    line-height: 21px;
    font-weight: 400;
    transition: color .2s;
}
.center_content .game_type{
    height: 14px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.center_content .game_type span{
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}
.list_item_content .right_content{
    width: 380px;
    border-radius: 10px;
    overflow: hidden;
}
.right_content .game_icon{
    width: 100%;
    height: 200px;
    border-radius: 10px;
}