@charset "UTF-8";

.fl,
.l {
    float: left;
    _display: inline;
}

.pos {
    width: 988px;
    height: 20px;
    border: 1px solid #e4e4e4;
    margin: 5px auto;
    padding: 5px 0 5px 10px;
}

.row-head {
    position: relative;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #E7E7E7;
}

.row-head h2 {
    display: inline-block;
    font-weight: 400;
    padding: 0 15px;
    height: 40px;
    border-bottom: 2px solid #ff7324;
    font-size: 22px;
}

.main-content {
    font-family: "微软雅黑";
    height: auto;
    margin: 8px auto;
    overflow: hidden;
}

.main-content a:hover {
    text-decoration: none;
}

.games-rank-mode {
    width: 323px;
    /* margin: 22px 5px 0; */
    background-color: #fff;
}

.games-rank-mode:nth-child(-n+4) {
    margin-top: 0;
}

.games-rank-mode .m-title {
    border-bottom: 1px solid #E7E7E7;
}

.games-rank-mode .m-title h3 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    padding: 0 5px;
    color: #343434;
    font-size: 17px;
    border-bottom: 1px solid #EA4C30;
}

.games-rank-mode .m-title a {
    position: absolute;
    display: block;
    right: 10px;
    top: 0;
    height: 40px;
    line-height: 40px;
    color: #9C9C9C;
    font-size: 12px !important;
}

.games-rank-mode .m-content {
    position: relative;
}

.games-rank-mode .m-content.b-line:after {
    content: '';
    position: absolute;
    top: 0;
    right: -6px;
    z-index: 1;
    width: 1px;
    height: 486px;
    background-color: #E2E2E2;
}

.games-rank-mode .m-content ul {
    padding: 0 14px;
}

.games-rank-mode .m-content li {
    position: relative;
    padding: 2px 0;
    height: 40px;
    border-bottom: 1px solid #F5F5F5;
    cursor: pointer;
}

.games-rank-mode .m-content li:hover {
    background-color: #F7F7F7;
}

.games-rank-mode .m-content h3 {
    font-size: 15px;
}

.games-rank-mode .m-content h3,
.games-rank-mode .m-content p {
    padding: 5px 0;
}

.games-rank-mode .m-content p a {
    color: #A4A4A4;
}

.games-rank-mode .m-content p a:hover {
    color: #FF8A00;
}

.games-rank-mode .m-content img {
    position: absolute;
    left: 0;
    top: 10px;
    width: 60px;
    height: 60px;
}

.games-rank-mode .m-content .info {
    display: none;
    padding: 10px 0 10px 78px;
    height: 60px;
}

.games-rank-mode .m-content .no {
    float: left;
    margin-top: 2px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #A2B1BD;
}

.games-rank-mode .m-content li:nth-child(-n+3) .no {
    background-color: #F19600;
}

.games-rank-mode .m-content .gname {
    position: absolute;
    top: 12px;
    left: 55px;
    font-size: 14px;
    color: #4D4D4D;
}

.games-rank-mode .m-content .sum {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 1;
    margin-top: -9px;
    height: 18px;
}

.games-rank-mode .m-content li.action {
    padding: 0;
    height: 80px;
    background-color: #F7F7F7;
}

.games-rank-mode .m-content .action .no,
.games-rank-mode .m-content .action .gname {
    display: none;
}

.games-rank-mode .m-content .action .info {
    display: block;
}

.main-content {
    border-radius: 0;
    display: flex;
    flex-wrap: wrap;
}

/*排行榜前50*/
.center {
    margin: 9px auto;
    width: 1000px;
    clear: both;
    font-family: "微软雅黑";
}

.center a:hover {
    color: #F29203;
    position: relative;
    left: 1px;
    top: 1px;
}

.topright .title {
    background: #fff;
    line-height: 28px;
    height: 33px;
}

.topright .title h2 {
    font-size: 18px;
    text-indent: 15px;
    color: #F79106;
}

.top {
    margin: 0 auto;
    margin-top: 3px;
    background: #f8f8f8;
    color: #a1a0a0;
    border-bottom: #F4F4F4 1px solid;
    height: 25px;
    line-height: 25px;
    width: 960px;
    clear: both;
}

.topleft {
    float: left;
    margin-left: 8px;
    width: 160px;
    border: 1px #DEDEDE solid;
    background: #fff;
    height: auto;
    overflow: hidden;
}

.topleft dl {
    width: 160px;
}

.topleft dt {
    margin-bottom: 1px;
    width: 160px;
    color: #535353;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    text-align: center;
    background-color: #F2F2F2;
}

.topleft dt.now {
    font-weight: bold;
    background-color: #D9D9D9;
}

.topleft dt a {
    font-weight: 700;
    font-size: 14px;
    color: #535353;
}

.topleft dt a:hover {
    text-decoration: none;
}

.topleft dd {
    display: none;
    width: 160px;
    background: #FFFFFF;
}

.topleft dd.now {
    display: block;
}

.topleft dd ul {
    margin: 0 auto;
    width: 140px;
}

.topleft dd li {
    line-height: 30px;
    text-align: center;
    border-bottom: 1px dashed #ccc;
}

.topleft dd li:last-child {
    border-bottom: none;
}

.topleft dd li.now,
.topleft dd li.now a {
    color: #F29203;
    font-weight: bold;
}

.topleft dd li a {
    display: block;
    color: #8D8D8D;
    font-weight: 700;
}

.topright {
    float: right;
    width: 825px;
}

.topright .title {
    width: 826px;
}

.topright .info {
    width: 826px;
}

.topright .info table {
    width: 816px;
    border: 1px #E3E3E3 solid;
    box-sizing: border-box;
}

.topright .info table span {
    display: block;
    margin: 0 auto;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background-color: #A2B1BD;
}

.topright .info table thead {
    font-weight: 700;
    color: #9A9A9A;
}

.topright .info table thead td,
.topright .info table thead th {
    padding: 7px 6px;
}

.topright .info table thead .name {
    text-indent: 10px;
}

.topright .info table thead .trend {
    width: 40px;
    text-align: center;
}

.topright .info table th {
    color: #cbcbcb;
    font-size: 14px;
}

.topright .info table th img {
    vertical-align: middle;
    margin: 0 5px;
}

.topright .info table td {
    padding: 5px 6px;
    text-align: center;
    color: #757575;
    font-size: 14px;
    /*&:nth-child(4),
&:nth-child(5){ width: 110px; text-align: center;
}*/
}

.topright .info table td:first-child {
    width: 60px;
    text-align: center;
}

.topright .info table td:nth-child(2) {
    text-align: left;
}

.topright .info table td a {
    color: #757575;
}

.topright .info table td img {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    margin: 0 5px;
}

.topright .info table th,
.topright .info table td {
    border-bottom: 1px #EBEBEB double;
}

.topright .info tbody tr:hover {
    background-color: #f2f2f2;
    cursor: pointer;
}

.topright .info tbody tr:nth-child(-n+3) span {
    background-color: #F19600;
}

.down-btn,
.home-btn,
.index-btn,
.libao-btn {
    display: inline-block;
    margin: 0 4px;
    width: 26px;
    height: 26px;
    text-indent: -9999px;
}

.down-btn {
    background: url(../images/t_down_luntan.png) no-repeat;
    background-position: 0 -3px;
}

.down-btn:hover {
    background-position: -28px -3px;
}

.home-btn {
    background: url(../images/t_down_luntan.png) no-repeat;
    background-position: 0 -39px;
}

.home-btn:hover {
    background-position: -28px -39px;
}

.index-btn {
    background: url(../images/index_btn.png) no-repeat 0 -3px;
}

.index-btn:hover {
    background-position: -28px -3px;
}

.libao-btn {
    background: url(../images/libao_btn.png) no-repeat 0 -3px;
}

.libao-btn:hover {
    background-position: -28px -3px;
}

/*统计页面*/
.cont-bar {
    margin: 3px auto;
    padding: 20px 0;
    width: 750px;
    height: 25px;
}

.cont-bar a {
    display: inline-block;
    padding: 0 6px;
    height: 30px;
    line-height: 30px;
    color: #555;
}

.cont-bar a:hover {
    text-decoration: underline;
}

.prefecture {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    color: #000;
}

.prefecture:hover {
    color: #f00;
}

.cont-msg {
    margin-top: 60px;
    font-size: 14px;
    color: #000;
    padding: 0 15px;
    height: auto;
    overflow: hidden;
}

.g-about h2,
.g-download h2 {
    padding: 20px 0 10px;
    border-bottom: 1px #DEDFD1 solid;
    margin-bottom: 10px;
}

.g-about img {
    display: block;
    float: right;
    margin-right: 8px;
    width: 96px;
    height: 96px;
    padding: 3px;
    border: 1px solid #ccc;
}

.android-download,
.ipones-download {
    height: 220px;
    margin-bottom: 5px;
}

.download-item p {
    height: 30px;
    line-height: 30px;
}

.r img {
    margin: 20px;
    padding: 10px;
    border: 1px #EAEAEA solid;
    background: #F5F5F5;
}

.char {
    position: relative;
    margin: 1px;
    height: auto;
    width: 998px;
    overflow: hidden;
}

.show-type {
    position: absolute;
    top: 15px;
    right: 13px;
    z-index: 9999;
}

.game-info {
    height: auto;
    overflow: hidden;
    background: #fff;
}

.game-info .game-info-box {
    float: left;
    position: relative;
    width: 750px;
    height: auto;
    overflow: hidden;
}

.game-info .game-ico {
    margin: 20px auto;
    height: auto;
    border-radius: 25px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-size: 128px;
    float: left;
    width: 210px;
}

.game-ico img {
    border: none 0;
    border-radius: 25px;
    vertical-align: middle;
    width: 90px;
    height: 90px;
}

.game-ico h1 {
    padding-top: 10px;
    font-size: 16px;
    text-align: center;
    _margin-top: -30px;
}

.game-info .game-message {
    float: left;
    position: static;
    height: auto;
    overflow: hidden;
    width: 500px;
    padding: 10px;
}

.game-message dl {
    width: 500px;
    height: 52px;
}

.game-message dd {
    float: left;
    width: 250px;
    height: 26px;
    overflow: hidden;
    line-height: 26px;
    color: #666;
}

.game-message dd strong {
    font-size: 15px;
}

.game-message p {
    text-indent: 43px;
    padding-bottom: 10px;
}

.game-message .gameDetailRGrade {
    margin: 0 auto;
    width: 478px;
    padding: 10px;
    border: 1px solid #a1a1a1;
    background: #fff;
    border-radius: 5px;
    height: auto;
    overflow: hidden;
}

.game-info .game-download {
    float: right;
    width: 200px;
    height: 270px;
    margin-top: 11px;
}

.game-download li {
    position: relative;
    padding: 10px 10px 10px 30px;
    width: 143px;
}

.game-download ul li a {
    display: block;
    background: url("../images/down2.png") no-repeat -150px 0;
    height: 46px;
}

.game-download ul li a em {
    display: block;
    text-indent: -9999px;
}

.game-download .iphone-download {
    background-position: -158px 0;
}

.game-download .iphone-download:hover {
    background-position: 0 0;
}

.game-download .android-download {
    background-position: -158px -45px;
}

.game-download .android-download:hover {
    background-position: 0 -45px;
}

.game-download .show-download {
    display: none;
    position: absolute;
    top: -20px;
    left: -96px;
    z-index: 9999;
    padding: 5px;
    background: #fff;
    border: 1px solid #000;
    width: 110px;
    height: 140px;
    text-align: center;
}

.show-download img {
    width: 100px;
    height: 100px;
    border: none 0;
}

.tablechar {
    margin: 15px auto 0;
}

.tablechar table {
    width: 998px;
    border-collapse: collapse;
}

.tablechar th {
    text-align: center;
    background: #ccc;
    border: 1px solid #989898;
    padding: 3px 4px;
}

.tablechar td,
.tablechar tr {
    text-align: left;
    border: 1px solid #989898;
    padding: 3px 4px;
}

/* 合集 */

.heji {
    width: 1000px;
    margin: 0 auto;
}

.heji .heji1 {
    position: relative;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #E7E7E7;
}

.heji .yxheji {
    margin-bottom: 20px;
}

.heji h2 {
    display: inline-block;
    font-weight: 400;
    padding: 0 15px;
    height: 40px;
    border-bottom: 2px solid #ff7324;
    font-size: 22px;
}

.heji .heji_list {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 36px;
}

.heji .heji_list .heji_item {
    box-sizing: border-box;
    flex-basis: 25%;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 25%;
    padding: 0 12px;
}

.heji .heji_list .heji_item .heji_article {
    position: relative;
    width: 100%;
}

.heji .heji_list .heji_item .heji_article .heji_article_link {
    position: relative;
    display: block;
}

.heji .heji_list .heji_item .heji_article .heji_article_link figure {
    overflow: hidden;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    aspect-ratio: 16 / 9;
    margin-bottom: 12px;
}

.heji .heji_list .heji_item .heji_article .heji_article_link figure>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.heji .heji_list .heji_item .heji_article:hover figure>img {
    transform: scale(1.1);
}

.heji .heji_list .heji_item .heji_article h3 {
    width: 100%;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
}

.heji .heji_list .heji_item .heji_article p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}

/* 分页 */
.pagination_wrapper {
    width: 100%;
    height: 36px;
    text-align: center;
    margin-top: 15px;
}

.pagination_wrapper .page_btns {
    display: inline-block;
}

.clearfix {
    zoom: 1;
}

/* 分页选中后颜色 */
.pagination_wrapper a.current {
    background-color: #FF9301;
    border: 1px solid #FF9301;
    color: #fff;
}

.pagination_wrapper span {
    float: left;
    margin-right: 10px;
}

.pagination_wrapper a:last-child {
    margin-right: 0;
}

.pagination_wrapper a {
    text-decoration: none;
    cursor: pointer;
    float: left;
    padding: 6px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-right: 10px;
    color: #666;
    background: #fff;
}