/*头部链接*/
.section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    background: url(../images/phb32.png) no-repeat center top;
    height: 214px;
}

.section:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    background: url(../images/phb31.png) no-repeat center top;
    height: 264px;
}

.footer:before {
    display: none;
}

.footer:after {
    display: none;
}

.top-links {
    max-width: 1200px;
    width: 100%;
    position: fixed;
    top: 66px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 9;
}

.game-btn-container {
    position: absolute;
    bottom: 15px;
    right: 10px;
}

.game-btn-container .can-click:hover {
    color: black;
    background: #ffffff;
}

#all-ranks {
    float: right;
    width: 100px;
    height: 40px;
    background-color: rgba(86, 191, 235, 0.8);
    border-radius: 3px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
}

#all-ranks i {
    display: inline-block;
    position: relative;
    width: 14px;
    height: 12px;
    background: url(../images/phb17.png) no-repeat;
    top: 1px;
}

.other-rank-choose {
    float: left;
    height: 33px;
    width: 177px;
}

.other-rank-choose .prev-rank {
    float: left;
    width: 14px;
    height: 25px;
    background: url(../images/phb25.png) no-repeat;
    margin-top: 6px;
}

.other-rank-choose .prev-rank:hover {
    background-image: url(../images/phb26.png);
}

.other-rank-choose .next-rank {
    float: right;
    width: 14px;
    height: 25px;
    background: url(../images/phb28.png) no-repeat;
    margin-top: 6px;
}

.other-rank-choose .next-rank:hover {
    background-image: url(../images/phb29.png);
}

.other-rank-choose .rank-name {
    width: 149px;
    height: 33px;
    float: left;
    text-align: center;
}

.other-rank-choose .rank-name span {
    font-size: 12px;
    letter-spacing: 1px;
    color: #ffffff;
}

.other-rank-choose .rank-name p {
    font-size: 18px;
    letter-spacing: 1px;
    color: #ffffff;
    line-height: 14px;
}

/*导航*/

#menu {
    position: absolute;
    top: 80px;
    right: 0;
    width: 74px;
}

#menu .platform-type {
    width: 51px;
    height: 51px;
    margin: 21px auto 0;
    background-color: rgba(86, 191, 235, 0.6);
    border-radius: 50%;
    cursor: pointer;
}

#menu .platform-type + .menu {
    display: none;
}

#menu .platform-type.checked + .menu {
    display: block;
}

#menu .platform-type:first-child {
    margin-top: 0;
}

#menu .platform-type:hover,
#menu .platform-type.checked {
    background-color: rgba(0, 0, 0, 0.8);
}

#menu .platform-type .platform-pc {
    width: 31px;
    height: 28px;
    float: left;
    background: url(../images/phb6.png) no-repeat;
    margin: 11px 0 0 10px;
}

#menu .platform-type:hover .platform-pc,
#menu .platform-type.checked .platform-pc {
    background-image: url(../images/phb5.png);

}

#menu .platform-type .platform-game-console {
    width: 31px;
    height: 31px;
    float: left;
    background: url(../images/phb15.png) no-repeat;
    margin: 10px 0 0 10px;
}

#menu .platform-type:hover .platform-game-console,
#menu .platform-type.checked .platform-game-console {
    background-image: url(../images/phb14.png);

}

#menu .platform-type .platform-mobile {
    width: 25px;
    height: 31px;
    float: left;
    background: url(../images/phb11.png) no-repeat;
    margin: 10px 0 0 13px;
}

#menu .platform-type:hover .platform-mobile,
#menu .platform-type.checked .platform-mobile {
    background-image: url(../images/phb10.png);

}
#menu .menu > div{
    position:relative;
    right:-20px;
	width:33px;
}
#menu .menu > div.active,
#menu .menu > div:hover{
    position:relative;
    right:58px;
}
#menu .menu > div a {
    display: block;
    width: 33px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 16px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    color: #cccccc;
    margin: 10px 0 0;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
}

#menu .menu > div a span {
    display: none;
    float:left;
    width:78px;
    text-align: center;
    text-indent: 8px;
}

#menu .menu > div a:after {
    content: '';
    display: block;
    float: right;
    width: 33px;
    height: 33px;
    background: red;
}

#menu .menu > div:hover a,
#menu .menu > div.active a {
    background: rgba(0, 0, 0, 0.8);
    color: white;
    width: 111px;
}

#menu .menu > div:hover a span,
#menu .menu > div.active a span {
    display: block;
}

#menu .menu > div .a1:after {
    background: url(../images/bai1.png) no-repeat;
}

#menu .menu > div.active .a1:after,
#menu .menu > div:hover .a1:after {
    background: url(../images/lan1.png) no-repeat;
}

#menu .menu > div .a2:after {
    background: url(../images/bai2.png) no-repeat;
}

#menu .menu > div.active .a2:after,
#menu .menu > div:hover .a2:after {
    background: url(../images/lan2.png) no-repeat;
}

#menu .menu > div .a3:after {
    background: url(../images/bai3.png) no-repeat;
}

#menu .menu > div:hover .a3:after,
#menu .menu > div.active .a3:after {
    background: url(../images/lan3.png) no-repeat;
}

#menu .menu > div .a4:after {
    background: url(../images/bai5.png) no-repeat;
}

#menu .menu > div.active .a4:after,
#menu .menu > div:hover .a4:after {
    background: url(../images/lan5.png) no-repeat;
}

#menu .menu > div .a5:after {
    background: url(../images/bai4.png) no-repeat;
}

#menu .menu > div:hover .a5:after,
#menu .menu > div.active .a5:after {
    background: url(../images/lan4.png) no-repeat;
}

#menu .menu > div .a6:after {
    background: url(../images/bai6.png) no-repeat;
}

#menu .menu > div:hover .a6:after,
#menu .menu > div.active .a6:after {
    background: url(../images/lan6.png) no-repeat;
}

#menu .menu > div .a7:after {
    background: url(../images/bai7.png) no-repeat;
}

#menu .menu > div:hover .a7:after,
#menu .menu > div.active .a7:after {
    background: url(../images/lan7.png) no-repeat;
}

#menu .menu > div .a8:after {
    background: url(../images/bai8.png) no-repeat;
}

#menu .menu > div:hover .a8:after,
#menu .menu > div.active .a8:after {
    background: url(../images/lan8.png) no-repeat;
}

#menu .menu > div .a9:after {
    background: url(../images/bai9-1.png) no-repeat;
}

#menu .menu > div:hover .a9:after,
#menu .menu > div.active .a9:after {
    background: url(../images/lan9-1.png) no-repeat;
}

#menu .menu > div .a10:after {
    background: url(../images/bai10.png) no-repeat;
}

#menu .menu > div:hover .a10:after,
#menu .menu > div.active .a10:after {
    background: url(../images/lan10.png) no-repeat;
}

#menu .menu > div .a11:after {
    background: url(../images/bai11.png) no-repeat;
}

#menu .menu > div:hover .a11:after,
#menu .menu > div.active .a11:after {
    background: url(../images/lan11.png) no-repeat;
}

#menu .menu > div .a12:after {
    background: url(../images/bai12.png) no-repeat;
}

#menu .menu > div:hover .a12:after,
#menu .menu > div.active .a12:after {
    background: url(../images/lan12.png) no-repeat;
}

#menu .menu > div .a13:after {
    background: url(../images/bai13.png) no-repeat;
}

#menu .menu > div:hover .a13:after,
#menu .menu > div.active .a13:after {
    background: url(../images/lan13.png) no-repeat;
}

#menu .menu > div .a14:after {
    background: url(../images/bai14.png) no-repeat;
}

#menu .menu > div:hover .a14:after,
#menu .menu > div.active .a14:after {
    background: url(../images/lan14.png) no-repeat;
}

#menu .menu > div .a15:after {
    background: url(../images/bai15.png) no-repeat;
}

#menu .menu > div:hover .a15:after,
#menu .menu > div.active .a15:after {
    background: url(../images/lan15.png) no-repeat;
}

.section {
    overflow: hidden;
}

.section {
    width: 100%;
    background: no-repeat center center;
    background-size: cover;
    margin: auto;
    max-width: 100%;
    position: relative;
}

.side {
    width: 43.75%;
    height: 260px;
    position: absolute;
    top: 32%;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}
/*.double .side {*/
/*left: auto;*/
/*right: 0;*/
/*}*/

.rank-title-name {
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #ffffff;
    top: 60px;
}

/*.double .side > p {*/
/*text-align: left;*/
/*padding-right: 40px;*/
/*padding-left: 35px;*/
/*}*/

/*.double .game-info {*/
/*margin-left: 36px;*/
/*}*/
.rank-info-container {
    width: 100%;
    height: 260px;
    background: rgba(65, 80, 57, 0.9);
}

.game-info {
    width: 460px;
    float: right;
    padding-top: 40px;
    text-align: left;
}

.game-info .game-pic {
    width: 158px;
    height: 210px;
    position: relative;
    float: left;
}

.game-info .game-pic div {
    width: 42px;
    height: 58px;
    background: url(../images/phb1.png) no-repeat;
    position: absolute;
    top: -32px;
    left: 50%;
    margin-left: -21px;
}

.game-info .game-pic img {
    width: 158px;
    height: 210px;

}

.game-info .game-content {
    float: left;
    margin-left: 21px;
    height: 210px;
}

.game-info .game-content .game-c-name {
    height: 32px;
    line-height: 32px;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #ffffff;
    width: 100%;
}

.game-info .game-c-name span {
    display: inline-block;
    max-width: 200px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 32px;
}

.game-info .game-c-name i {
    display: inline-block;
    margin-left: 5px;
}

.game-info .game-c-name .rank-up {
    width: 26px;
    height: 28px;
    background: url(../images/phb34.png) no-repeat;
    position: relative;
    top: -4px;
}

.game-info .game-c-name .rank-down {
    width: 26px;
    height: 28px;
    background: url(../images/phb36.png) no-repeat;
    position: relative;
    top: -4px;
}

.game-info .game-c-name .rank-new {
    width: 49px;
    height: 23px;
    background: url(../images/phb35.png) no-repeat;
    position: relative;
    top: -6px;
}

.game-info .game-c-name .rank-no-change {
    width: 20px;
    height: 6px;
    background: url(../images/phb33.png) no-repeat;
    position: relative;
    top: -10px;
}

.game-info .game-e-name {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    letter-spacing: 1px;
    color: #cccccc;
    width:255px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.game-info .game-content > span {
    display: block;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 8px;
    width:255px;
    overflow:hidden;
    word-break: break-all;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.game-btn-container a {
    float: left;
    width: 85px;
    height: 41px;
    border-radius: 3px;
    border: solid 1px #ffffff;
    line-height: 41px;
    color: white;
    text-align: center;
    margin-top: 14px;
    margin-left: 6px;
}

.game-btn-container a:first-child {
    margin-left: 0;
}

.game-btn-container a.no-click {
    background: #999;
    border-color: #999;
    color: white;
}

/*图轮播*/

.game-container {
    width: 1018px;
    overflow: hidden;
    position: absolute;
    margin-left: -509px;
    left: 50%;
    bottom: 56px;
    height: 270px;
    z-index: 10;
}

.game-container > div {
    width: 885px;
    overflow: hidden;
    margin: 0 auto;
}

.game-container ul {
    width: 1614px;
    margin: auto;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    left: 0;
    padding-top: 32px;
}

.game_left,
.game_right {
    display: block;
    width: 51px;
    height: 51px;
    position: absolute;
    top: 110px;
    left: 0;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.game_right {
    left: auto;
    right: 0;
}

.game_left:hover,
.game_right:hover {
    background: rgb(255, 255, 255);
}

.game_left i {
    float: left;
    width: 15px;
    height: 25px;
    margin: 14px 0 0 18px;
    background: url(../images/phb25.png) no-repeat;
}

.game_left:hover i {
    background-image: url(../images/phb26.png);

}

.game_right i {
    float: left;
    width: 15px;
    height: 25px;
    margin: 14px 0 0 21px;
    background: url(../images/phb28.png) no-repeat;
}

.game_right:hover i {
    background-image: url(../images/phb29.png);

}

.game_info {
    float: left;
    height: 235px;
    position: relative;
    margin-left: 24px;
    width: 158px;
    text-align: center;

}

.allgame .game_info:first-child {
    margin-left: 0;
}

.game_info .ranks-num {
    width: 42px;
    height: 58px;
    float: left;
    text-align: center;
    line-height: 58px;
    font-size: 14px;
    color: #666666;
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
}

.game_info .ranks-num span {
    display: block;
    margin: 16px auto 0;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    background-color: #ffffff;
    text-align: center;
    line-height: 27px;
    font-size: 14px;
    color: #666666;
}

.game_info .ranks-num2 {
    background: url(../images/phb2.png) no-repeat center center;
}

.game_info .ranks-num3 {
    background: url(../images/phb3.png) no-repeat center center;
}

.game_info .game-c-name span {
    width: 123px;
    height: 24px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    float: left;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
}

.game_info .game-c-name i {
    float: right;
    margin-left: 5px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
    margin-top: 7px;
}

.game_info .game-c-name .rank-up {
    width: 11px;;
    height: 12px;
    background-image: url(../images/phb34.png);

}

.game_info .game-c-name .rank-down {
    width: 11px;;
    height: 12px;
    background-image: url(../images/phb36.png);

}

.game_info .game-c-name .rank-new {
    width: 24px;
    height: 11px;
    background-image: url(../images/phb35.png);
    margin-top: 9px;
}

.game_info .game-c-name .rank-no-change {
    width: 12px;
    height: 3px;
    background-image: url(../images/phb33.png);
    margin-top: 14px;
}

.game_info img {
    width: 158px;
    height: 210px;
    display: block;
    outline: 0;
    border: 0;
}

.shadow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 158px;
    height: 210px;
    background: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    border: 1px solid #505039;
    padding-top: 33px;
    display: none;
}

.shadow p {
    font-size: 12px;
    color: #ffffff;
    width: 100%;
    margin: 0 auto 9px;
    height: 14px;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    text-indent: 10px;
}

.shadow a {
    display: block;
    width: 124px;
    height: 28px;
    background-color: #ffffff;
    border-radius: 3px;
    margin: 0 auto 5px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #415039;
}

.shadow a:hover {
    color: #ffffff;
    background-color: #415039;
}

.shadow a.no-click:hover {
    background: #999;
    border-color: #999;
    color: white;
}

.shadow a.no-click {
    background: #999;
    border-color: #999;
    color: white;
}

/*fullpage.css*/
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
    height: auto !important;
}

/*手游相关*/
.mobile-type .game_info img {
    width: 158px;
    height: 158px;
    margin-top: 52px;
    border-radius: 32px;
}
.mobile-type .shadow p{
    text-align:center;
    text-indent:0;
}
.mobile-type .game_info .ranks-num {
    top: -2px;
}

.mobile-type .shadow {
    height: 158px;
    top: 52px;
    padding-top: 8px;
    border-radius: 32px;
}

.mobile-type .game_left, .mobile-type .game_right {
    top: 132px;
}

.mobile-type .game-info .game-pic img {
    width: 158px;
    height: 158px;
    border-radius: 32px;
    margin-top: 24px;
}

.mobile-type .game-info .game-pic div {
    top: -20px;
}

.mobile-type .game-btn-container {
    bottom: 38px;
}

@media screen and (max-width: 1440px){
    .side{
        top: 20%;
    }
    .game-container{
        bottom:55px;
    }
}
@media screen and (max-width: 1368px){
    .side{
        top: 18%;
    }
    .game-container{
        bottom:10px;
    }
}


/*背景音乐*/
#play-music {
    float:right;
    margin-top:2px;
    margin-right:10px;
    cursor:pointer;
}

#play-music img {
    width: 30px;
    height: 30px;
}

#play-music span {
    color: white;
    position: relative;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: right;
    top: 10px;
    font-size: 16px;
}
/*背景音乐结束*/