body {
    background: rgb(249, 249, 249);
}

.all-ranks-top {
    width: 100%;
    background-color: #383838;
    height: 140px;
    box-sizing: border-box;
    padding-top: 20px;
}

.top-company-container {
    font-size: 0;
    width: 1200px;
    margin: auto;
}

.top-company-container a {
    display: block;
    float: left;
    width: 160px;
    margin-left: 13px;
}

.top-company-container a:first-child {
    margin-left: 0;
}

.top-company-container a img {
    display: block;
    vertical-align: bottom;

}

.top-company-container span {
    display: block;
    width: 100%;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #ffffff;
}

.all-ranks-content {
    width: 1200px;
    margin: auto;
    padding-top: 10px;
}

.all-ranks-content-li{
	display:none;
}

.all-ranks-content-li:first-child{
	display:block;
}

/*头标题*/
.ranks-title-container {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    box-sizing: border-box;
    padding-top: 12px;
    padding-left: 20px;
    margin: 12px auto 20px;
}

.ranks-title-container .ranks-title {
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    height: 26px;
    line-height: 26px;
}

.ranks-title-container .ranks-title i {
    display: block;
    float: left;
    width: 6px;
    height: 26px;
    background-color: #ffffff;
    border-radius: 3px;
    margin-right: 10px;
}

.ranks-title-container.platform-pc {
    background: url(../images/phb7.png) no-repeat;
}

.ranks-title-container.platform-game-console {
    background: url(../images/phb8.png) no-repeat;
}

.ranks-title-container.platform-mobile {
    background: url(../images/phb9.png) no-repeat;
}

.ranks-main {
    overflow: hidden;
    width: 1200px;
    margin: auto;
}

.ranks-main-ul {
    width: 1210px;
}

.ranks-main-li {
    width: 394px;
    height: 921px;
    background-color: #ffffff;
    border-radius: 6px;
    float: left;
    margin: 0 9px 9px 0;
}

.ranks-li-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 16px;
    letter-spacing: 1px;
    color: #383838;
    text-indent: 20px;
}

.ranks-ul {
    width: 374px;
    margin: auto;

}

.ranks-ul .ranks-li {
    height: 86px;
    padding: 14px 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(249, 249, 249);
}

.ranks-li .ranks-num {
    width: 42px;
    height: 58px;
    float: left;
    text-align: center;
    line-height: 58px;
    font-size: 14px;
    color: #666666;
}

.ranks-li .ranks-num1 {
    background: url(../images/phb1.png) no-repeat center center;
}

.ranks-li .ranks-num2 {
    background: url(../images/phb2.png) no-repeat center center;
}

.ranks-li .ranks-num3 {
    background: url(../images/phb3.png) no-repeat center center;
}

.game-information {
    float: left;
    margin-left: 8px;
    box-sizing: border-box;
    width: 324px;
}

.game-information .game-name {
    height: 28px;
    width: 100%;
    margin-bottom: 2px;
    overflow: hidden;
}

.game-information .game-name i {
    margin-left: 8px;
    float: left;
    margin-top: 7px;
}

.game-information .game-name .rank-up {
    width: 13px;
    height: 14px;
    background: url(../images/phb34.png) no-repeat;
    background-size: 100% 100%;
}

.game-information .game-name .rank-down {

    width: 13px;
    height: 14px;
    background: url(../images/phb36.png) no-repeat;
    background-size: 100% 100%;
}

.game-information .game-name .rank-new {
    width: 25px;
    height: 12px;
    background: url(../images/phb35.png) no-repeat;
    margin-top: 8px;
    background-size: 100% 100%;
}

.game-information .game-name .rank-no-chane {
    width: 10px;
    height: 3px;
    background: url(../images/phb33.png) no-repeat;
    margin-top: 13px;
    background-size: 100% 100%;
}

.game-information .game-name a {
    font-size: 18px;
    letter-spacing: 1px;
    color: #383838;
    font-weight: bold;
    display: block;
    float: left;
    height: 28px;
    line-height: 28px;
    max-width: 265px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.game-info {
    float: left;
    width: 110px;
    height: 28px;
}

.game-info .game-type,
.game-info .game-company {
    width: 100%;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    color: #888888;
    overflow: hidden;
}

.game-information .game-btn {
    width: 58px;
    height: 24px;
    background-color: #ffffff;
    border-radius: 2px;
    float: right;
    font-size: 14px;
    color: #999999;
    border: 1px solid #cccccc;
    text-align: center;
    line-height: 24px;
    margin: 3px 0 0 5px;
}

.game-information .game-btn:first-child {
    margin-left: 0;
}

.platform-pc + .ranks-main .game-btn:hover {
    background: #56bfeb;
    color: white;
    border-color: #56bfeb;
}

.platform-game-console + .ranks-main .game-btn:hover {
    background: #6cc860;
    color: white;
    border-color: #6cc860;
}

.platform-mobile + .ranks-main .game-btn:hover {
    background: #ff9600;
    color: white;
    border-color: #ff9600;
}

.game-information .game-btn.no-click,
.game-information .game-btn.no-click:hover {
    background: transparent !important;
    color: #e1e1e1 !important;
    border-color: #e1e1e1 !important;
}

.ranks-title span{
font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
    float: right;
    margin-right: 20px;
}
.index-top {
    width: 100%;
    height: 84px;
    position: relative;
    padding: 12px 0;
    max-width:1920px;
}

.index-top:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    background: url(../images/jianbian.png) no-repeat;
    left: 0;
}

.index-top .index-con{
	width:1200px;margin:0 auto;
}

.index-top .index-con .index-title {
    width: 600px;
    float: left;
    height: 84px;
    position: relative;
    background: url(../images/logo.png) no-repeat;
    background-size: 84px 84px;
    z-index: 9;
    padding-left: 90px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
}

.index-top .index-con .index-nav{
	width:600px;
	float:right;
	height:84px;
}

.index-top .index-con .index-nav ul{
	width:100%;
	height:44px;
	padding:20px 0px;
}

.index-top .index-con .index-nav ul li{
	width:200px;
	height:44px;
	line-height:44px;
	text-align:center;
	float:left;
	position:relative;
	cursor:pointer;
}

.index-top .index-con .index-nav ul li.active::after{
	content:'';
	width:80px;
	height:5px;
	position:absolute;
	left:50%;
	margin-left:-40px;
	bottom:0px;
	border-radius:5px;
	background:#ff664c;
}

.index-title p {
    height: 32px;
    line-height: 32px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #000;
}

.index-title span {
    font-size: 20px;
    color: #ccc;
}