﻿.rank_nav {
    height: 33px;
    display: block;
    overflow: hidden;
    position: relative;
    border: 1px solid #fb9d04;
    margin: 13px 4%;
    border-radius: 4px;
}

    .rank_nav li {
        float: left;
        width: 50%;
        text-align: center;
        display: block;
        height: 33px;
        line-height: 33px;
        position: relative;
    }

        .rank_nav li a {
            display: block;
            overflow: hidden;
            color: #fb9d04;
            height: 33px;
            line-height: 33px;
            font-size: 14px; /* opacity: 0.7; */
        }

        .rank_nav li.hover a {
            opacity: 1;
            height: 33px;
            line-height: 33px;
            background: #fb9d04;
            color: #fff;
        }

        .rank_nav li.hover i {
            height: 5px;
            width: 75px;
            display: block;
            overflow: hidden;
            background: #ffde32;
            margin: -5px auto;
        }

        .rank_nav li::after {
            content: '';
            position: absolute;
            right: 0;
            bottom: 14px;
            width: 1px;
            height: 38px;
            background: #fb9d04;
            z-index: 1;
            top: 0px;
        }

        .rank_nav li:last-child::after {
            display: none;
        }

        .rank_nav li:active, .rank_nav li.current {
            background: #fb9d04;
        }

            .rank_nav li:active a, .rank_nav li.current a {
                color: #fff;
            }

.rank_list {
    overflow: hidden;
}

.gamelist {
    width: 100%;
    overflow: hidden;
}

    .gamelist .game_con {
        width: 44%;
        height: 98px;
        margin-left: 4%;
        display: inline-block;
        float: left;
        overflow: hidden;
        position: relative;
        border-bottom: 1px solid #f3f3f3;
        margin-top: 15px;
        padding-bottom: 15px;
    }

.zt_img {
    width: 100%;
    height: 78px;
    display: block;
    overflow: hidden;
    border-radius: 4px;
    z-index: 100;
}

    .zt_img img {
        width: 100%;
        height: 100%;
        display: block;
        overflow: hidden;
    }

#page {
    clear: both;
    margin: 0px;
    height: auto;
    font-size: 13px;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 13px;
    text-align: center;
}

    #page b.selected {
        display: inline-block;
        height: 32px;
        line-height: 32px;
        padding: 0 13px;
        margin: 0 3px;
        color: #fff;
        background-color: #EF493C;
        border: 1px solid #EF493C;
        border-radius: 4px;
        vertical-align: middle;
        font-size: 14px;
    }

    #page b.total {
        color: #aaa;
        display: inline-block;
        font-size: 14px;
        margin-left: 3px;
    }

    #page a {
        box-shadow: 0px 0px 4px #ccc;
        max-width: 50px !important;
        display: inline-block;
        height: 32px;
        line-height: 32px;
        padding: 0 13px;
        color: #666;
        background-color: #fff;
        border: 1px solid #eee;
        border-radius: 4px;
        vertical-align: middle;
        font-size: 14px;
        text-decoration: none;
    }

        #page strong.selected, #page a:hover {
            display: inline-block;
            height: 32px;
            line-height: 32px;
            padding: 0 13px;
            margin: 0 3px;
            color: #fff;
            background-color: #007498;
            border: 1px solid #007498;
            border-radius: 4px;
            vertical-align: middle;
            font-size: 14px;
            text-decoration: none;
        }

    #page strong.total {
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        color: #b2b2b2;
    }

.rankcon {
    background: #fff;
    position: relative;
    padding: 1px 0;
}

.zt_log {
    display: block;
    width: 45px;
    height: 45px;
    position: relative;
    top: -20px;
    left: 7px;
}

    .zt_log img {
        width: 100%;
        height: 100%;
        border-radius: 12px;
    }

.zt_title {
    display: block;
    width: 100px;
    position: relative;
    top: -40px;
    left: 60px;
}

    .zt_title h3 {
        color: #444;
        font-weight: 400;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
/* 专题内容头 */
.ztheader {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

    .ztheader .ztlogo {
        display: block;
        background: url(../image/all_css_img.png) no-repeat center -1117px;
        filter: alpha(opacity=70);
        opacity: 0.7;
        width: 40px;
        height: 40px;
        background-size: 40px auto;
        position: fixed;
        left: 8px;
        top: 5px;
    }

.bannerImg {
    position: relative;
}

    .bannerImg h2 {
        width: auto;
        max-width: 100%;
        height: 28px;
        line-height: 22px;
        font-size: 15px;
        font-weight: normal;
        color: #fff;
        background: #0099ff;
        opacity: 1;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        box-sizing: border-box;
        position: absolute;
        right: 0;
        top: 0;
        padding: 3px 5px;
    }

#look {
    width: 72px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    background: #0099ff;
    text-align: center;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 6px;
    bottom: 13px;
    z-index: 20;
    margin: 0 0 0 0;
    border-radius: 4px;
}

.ztheader .hContent {
    width: 94%;
    margin: 0 auto;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 3%;
    bottom: 50px;
    color: #fff;
    font-size: 13px;
}

    .ztheader .hContent p {
        width: 100%;
        height: 42px;
        line-height: 22px;
    }

        .ztheader .hContent p marquee {
            width: 100%;
            padding-right: 80px;
            box-sizing: border-box;
            height: 42px;
        }

.ztheader .hKeyList {
    width: 100%;
    padding: 0 3%;
    box-sizing: border-box;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
}

    .ztheader .hKeyList p {
        width: 100%;
        height: 45px;
    }

        .ztheader .hKeyList p a {
            float: left;
            margin: 8px 10px 8px 0;
            padding: 0px 15px;
            text-align: center;
            height: 26px;
            line-height: 26px;
            border: 1px solid #ccc;
            border-radius: 14px;
        }

.ztheader .hKeyList2 {
    width: 100%;
    padding: 0 3%;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 10px;
}

    .ztheader .hKeyList2 p {
        width: 100%;
    }

        .ztheader .hKeyList2 p a {
            float: left;
            margin: 0px 10px 8px 0;
            padding: 0px 15px;
            text-align: center;
            height: 26px;
            line-height: 26px;
            border: 1px solid #ccc;
            border-radius: 14px;
        }

            .ztheader .hKeyList p a:nth-child(1), .ztheader .hKeyList2 p a:nth-child(1) {
                border-color: #690;
                color: #690;
            }

            .ztheader .hKeyList p a:nth-child(4), .ztheader .hKeyList2 p a:nth-child(4) {
                border-color: #390;
                color: #390;
            }

            .ztheader .hKeyList p a:nth-child(3), .ztheader .hKeyList2 p a:nth-child(3) {
                border-color: #06f;
                color: #06f;
            }

            .ztheader .hKeyList p a:nth-child(2), .ztheader .hKeyList2 p a:nth-child(2) {
                border-color: #f9679a;
                color: #f9679a;
            }

.appmorebox ul.appList li p a {
    display: inline-block;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis {
    overflow: hidden;
    text-overflow: inherit;
    white-space: nowrap;
}
/*特色专辑列表*/
.appmorebox ul.speAlbumList {
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
    padding: 0
}

ul.speAlbumList li {
    width: 48.5%;
    position: relative;
    float: left;
    margin-right: 3%;
    height: 120px;
    padding: 0;
    overflow: hidden;
    border-bottom: none;
    border-radius: 4px;
    margin-bottom: 10px;
}

    ul.speAlbumList li:nth-child(2n) {
        margin-right: 0;
    }

    ul.speAlbumList li a {
        display: block
    }

    ul.speAlbumList li img {
        width: 100%;
        height: 120px;
        border-radius: 4px;
    }

    ul.speAlbumList li .speName {
        width: 100%;
        color: #fff;
        height: 30px;
        line-height: 30px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: rgba(61, 61, 61, 0.8);
        text-indent: 24px;
    }
/*专题列表中安卓、ios图标*/
.appmorebox ul.appList li p span.andrIosIcon {
    display: inline-block;
    margin-left: 8px;
    line-height: 22px;
    height: 22px;
}

.android_img {
    padding: 0 6px 0 16px;
    background: url(../image/cssimg.png) no-repeat;
    background-position: -340px -21px;
    position: relative;
}

.ios_img {
    padding: 0 6px 0 16px;
    background: url(../image/cssimg.png) no-repeat;
    background-position: -338px -44px;
    position: relative;
}
/*合集列表更多按钮*/
.album_con > p {
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
}
/*专题列表end*/
/*左侧menu*/
.title-word h1 {
    font-size: 18px;
    font-weight: normal;
}

.menu-btn {
    width: 24px;
    height: 24px;
    background-size: contain;
}

.menu-btn {
    background-image: url(../image/menu.png);
    margin-top: 4px;
}

.search-btn {
    margin-top: 3px;
    float: right;
    background-image: url(../image/search.png);
}

.back-btn, .search-btn, .home-btn, .space {
    margin-top: 3px;
}

.secHeader {
    height: 46px;
    padding: 8px 3%;
}

    .secHeader ul li {
        line-height: 30px;
    }

.title-word {
    -ms-flex: 1;
    flex: 1;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    padding: 0 8px;
}

.detail_tit {
    max-width: 84%;
}

.downLoad_btn {
    width: 16%;
    display: none;
    background-color: #0598fa;
    text-align: center;
    color: #fff;
    border-radius: 4px;
}

.secHeader ul li.downLoad_btn a {
    display: block;
    color: #fff;
}

.ovfHiden {
    overflow: hidden;
    height: 100%;
}

.leftMenu a {
    text-decoration: none;
    display: block;
}

.menu_title {
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: bold;
    color: #555;
    text-align: center;
    text-indent: -41px;
    height: 46px;
    background-color: #fff;
    line-height: 46px;
    border-bottom: 1px solid #e6e6e6;
}

    .menu_title img {
        width: 27px;
        height: 27px;
        float: left;
        margin-top: 10px;
        margin-left: 6px;
        margin-right: 8px;
    }

.leftMenu {
    background: #fff;
    left: -1000px;
    position: fixed;
    top: 0px;
    display: block;
    height: 100%;
    width: 60%;
    min-width: 140px;
    max-width: 440px;
    z-index: 90002;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    overflow: auto;
}

    .leftMenu.menu-open {
        left: 0;
    }

    .leftMenu ul {
        list-style: none;
        padding: 0;
        overflow: hidden;
    }

        .leftMenu ul li {
            position: relative;
            height: 46px;
            line-height: 46px;
            border-bottom: 1px dashed #eeeeee;
            /*    padding: 10px 0 10px 20px;*/
            overflow: hidden;
        }

            .leftMenu ul li a {
                font-size: 16px;
                display: block;
                padding-left: 60px;
                text-align: left;
            }

    .leftMenu li:nth-child(1) a {
        background: url(../image/xq-ico.png) 26px 14px no-repeat;
        background-size: 22px auto
    }

    .leftMenu li:nth-child(2) a {
        background: url(../image/xq-ico.png) 26px -26px no-repeat;
        background-size: 20px auto
    }

    .leftMenu li:nth-child(3) a {
        background: url(../image/xq-ico.png) 26px -73px no-repeat;
        background-size: 22px auto
    }

    .leftMenu li:nth-child(4) a {
        background: url(../image/xq-ico.png) 26px -126px no-repeat;
        background-size: 24px auto
    }

    .leftMenu li:nth-child(5) a {
        background: url(../image/xq-ico.png) 26px -140px no-repeat;
        background-size: 20px auto
    }

.menu-dark-backdrop {
    background: rgba(0, 0, 0, 0);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

    .menu-dark-backdrop.in {
        height: 100%;
        z-index: 90001;
        background: rgba(0, 0, 0, 0.5);
    }

.mp_list_con .appmorebox ul.appList {
    margin-top: 0px;
}
/**/
/*弹出*/
.m_alert {
    width: 90%;
    height: auto;
    max-height: 70%;
    padding: 18px;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    background: #fff;
    border-radius: 4px;
    position: fixed;
    top: 10%;
    left: 5%;
    z-index: 99999;
}

    .m_alert p {
        width: 100%;
        height: auto;
        line-height: 22px;
        font-size: 14px;
        font-weight: normal;
        color: #333;
        display: block;
        overflow: hidden;
        text-indent: 18px;
    }

        .m_alert p strong {
            font-size: 12px;
            font-weight: bold;
        }

#m_close {
    width: auto;
    height: auto;
    font-size: 12px;
    font-weight: normal;
    background: #333;
    color: #fff;
    padding: 2px 6px;
    display: block;
    overflow: hidden;
    position: fixed;
    right: 5%;
    top: 15%;
    z-index: 10;
    border-radius: 0 0 0 6px
}

#m_alertbg {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    display: block;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99998;
}
/*猜你喜欢*/
.CprojectBox {
    width: 94%;
    margin: 0 auto;
}

    .CprojectBox ul.xhhjlist {
        margin: 0 auto;
        overflow: hidden;
        margin-left: -3%;
        padding: 0
    }

        .CprojectBox ul.xhhjlist li {
            width: 47%;
            position: relative;
            float: left;
            margin-left: 3%;
            height: 120px;
            padding: 0;
            overflow: hidden;
            border-bottom: none;
            border-radius: 0px;
            margin-top: 6px;
        }

            .CprojectBox ul.xhhjlist li a {
                display: block
            }

            .CprojectBox ul.xhhjlist li img {
                width: 100%;
                height: 90px;
                border-radius: 4px;
            }

            .CprojectBox ul.xhhjlist li .speName {
                width: 100%;
                color: #333;
                height: 24px;
                display: block;
                text-align: center;
                line-height: 24px;
            }
/*合集列表更新时间*/
.updateBox {
    width: 100%;
    padding: 0 3%;
    box-sizing: border-box;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    background: #EFEFEF;
}

    .updateBox span {
        padding-left: 22px;
        display: inline-block;
        height: 20px;
        line-height: 20px;
        color: #666;
        margin-top: 5px;
    }

        .updateBox span.uptime {
            float: left;
            background: url("../image/uptime.png") 0 2px no-repeat;
            background-size: 18px 18px;
        }

        .updateBox span.sfdt_num {
            margin-left: 6px;
            padding-left: 26px;
            float: left;
            background: url(../image/sfdtnum.png) 3px 0 no-repeat;
        }

        .updateBox span.hits_num {
            float: right;
            padding-left: 22px;
            background: url(../image/hits_num.png) no-repeat;
            background-size: 21px 21px;
        }

span.hits_num em {
    padding-left: 2px;
    line-height: 20px;
    margin-top: 1px;
    display: inline-block;
}
/*下方评论*/
.mptheme a.lxqq {
    color: #0099ff;
    font-size: 12px;
    border: 1px solid #0099ff;
    border-radius: 20px;
    text-align: center;
    line-height: 20px;
    padding: 0 10px;
    background: #e3f4ff;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc3c ', endColorstr='#ffd760',GradientType=0 );
}

.mptheme em {
    color: #666;
    font-size: 14px;
}

.discuss_scoreBox {
    width: 100%;
    padding: 0 3%;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 12px;
    border-bottom: 1px dashed #e8e8e8;
}

    .discuss_scoreBox .discuss_score {
        width: 26%;
        float: left;
        margin-right: 4%;
        color: #999;
        font-size: 12px;
    }

.discuss_score .star {
    display: inline-block;
    height: 16px;
    margin: 0px;
    line-height: 16px;
    margin-left: 6px;
}

    .discuss_score .star span {
        width: 75px;
        height: 14px;
        background: url(../image/litterStar.png) no-repeat;
        display: inline-block;
        margin-left: 10%;
    }

        .discuss_score .star span.star0 {
            background-position: 0 0;
        }

        .discuss_score .star span.star1 {
            background-position: 0 -26px;
        }

        .discuss_score .star span.star2 {
            background-position: 0 -52px;
        }

        .discuss_score .star span.star3 {
            background-position: 0 -78px;
        }

        .discuss_score .star span.star4 {
            background-position: 0 -104px;
        }

        .discuss_score .star span.star5 {
            background-position: 0 -130px;
        }

.discuss_scoreBox .discuss_score span {
    display: block;
    text-align: center;
    line-height: 18px;
}

    .discuss_scoreBox .discuss_score span.score_rel {
        font-size: 36px;
        font-weight: bold;
        color: #666;
        line-height: 42px;
    }

.discuss_scoreBox .discuss_score_rank {
    width: 70%;
    float: left;
    color: #999;
    font-size: 10px;
    text-align: right;
}

.discuss_score_rank p {
    width: 100%;
    display: block;
    overflow: hidden;
}

.discuss_score_rank .star {
    width: 52%;
    display: inline-block;
    height: 12px;
    line-height: 12px;
    float: left;
}

.discuss_score_rank .progreBar {
    width: 44%;
    margin-left: 4%;
    margin-top: 4px;
    height: 4px;
    background-color: #dbdbdb;
    float: right;
    display: inline-block;
    position: relative;
}

    .discuss_score_rank .progreBar .proger {
        height: 4px;
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        background-color: #fba605
    }

    .discuss_score_rank .progreBar .proger100 {
        width: 100%;
    }

    .discuss_score_rank .progreBar .proger60 {
        width: 60%;
    }

    .discuss_score_rank .progreBar .proger25 {
        width: 25%;
    }

    .discuss_score_rank .progreBar .proger12 {
        width: 12%;
    }

    .discuss_score_rank .progreBar .proger3 {
        width: 3%;
    }

.discuss_score_rank .star span {
    width: 68px;
    height: 12px;
    background: url(../image/litterStar2.png) no-repeat;
    display: inline-block;
    background-size: 100%;
}

    .discuss_score_rank .star span.star5 {
        background-position: 0 0;
    }

    .discuss_score_rank .star span.star4 {
        background-position: 0 -25px;
    }

    .discuss_score_rank .star span.star3 {
        background-position: 0 -49px;
    }

    .discuss_score_rank .star span.star2 {
        background-position: 0 -74px;
    }

    .discuss_score_rank .star span.star1 {
        background-position: 0px -98px;
    }

    .discuss_score_rank .star span.star0 {
        background-position: 0 -130px;
    }

.appmorebox ul.detailApp_list {
    width: 100%;
    padding: 0 3%;
    box-sizing: border-box;
    padding-bottom: 16px;
}

    .appmorebox ul.detailApp_list li:first-child {
        padding-top: 0;
    }

.discuss_txtBox {
    width: 100%;
    overflow: hidden;
}

.clickStarBox {
    width: 100%;
    overflow: hidden;
    margin: 16px 0;
}

    .clickStarBox input {
        width: 99%;
        margin: 0 auto;
        text-indent: 46px;
        line-height: 40px;
        border-radius: 2px;
        border: 1px #ccc solid;
        height: 36px;
        background: url(../image/discuss.png) no-repeat;
        background-position: 10px;
        background-size: 28px;
    }
