﻿@charset "utf-8";


.wrapper {
    width: 100%;
    max-width: 7.5rem;
    height: 100%;
}




/*头部*/
.header {
    width: 100%;
    max-width: 750px;
    height: .88rem;
    background: #FFFFFF;
    border-bottom: 1px solid #e5e5e5;
    display: table;
    vertical-align: middle;
    position: fixed;
    top: 0;
    z-index: 999;
}

    .header span {
        height: .88rem;
        display: table-cell;
        vertical-align: middle;
    }

.header_logo {
    width: 1.84rem;
    height: .55rem;
}

.header_login {
    padding: 0 .2rem;
    height: .6rem;
    border: 2px solid #E5E5E5;
    text-align: center;
    line-height: .6rem;
    border-radius: 5px;
    font-size: .24rem;
}

.header_title {
    display: block;
    text-align: center;
    position: relative;
    font-size: .36rem;
}
/*banner*/
.big_banner {
    width: 100%;
    height: 2.5rem;
}

    .big_banner img {
        width: 7.5rem;
        height: 2.5rem;
    }



.buy_attion {
    width: 100%;
    height: .6rem;
    display: table;
    vertical-align: middle;
    background: #E6F4FC;
}

.buy_attion_span {
    height: .6rem;
    display: table-cell;
    vertical-align: middle;
}

    .buy_attion_span img {
        width: .3rem;
        height: .3rem;
        margin: 0 auto;
        float: left;
    }

    .buy_attion_span span {
        font-size: 0.24rem;
        float: left;
    }




.search_box {
    width: 100%;
    background: #FFFFFF;
    height: .9rem;
    display: table;
    vertical-align: middle;
}

.search {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    height: .9rem;
}

    .search input {
        width: 85%;
        border-top: 2px solid #E5E5E5;
        border-bottom: 2px solid #E5E5E5;
        border-left: 2px solid #E5E5E5;
        height: .58rem;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        padding-left: .05rem;
    }

    .search button {
        width: 15%;
        height: .58rem;
        background: #0E7DCF;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border: none;
        color: #FFFFFF;
        font-size: .24rem;
        display: block;
    }



.nav_ul {
    padding-top: .3rem;
}

    .nav_ul li {
        padding-bottom: .2rem;
        width: 100%;
    }

    .nav_ul a {
        color: #000000;
        font-size: .24rem;
        display: block;
        width: 25%;
        float: left;
        text-align: center;
    }

    .nav_ul img {
        margin: 0 auto .1rem auto;
        display: block;
        width: .64rem;
        height: .64rem;
    }



.h2_title {
    height: .8rem;
    border-bottom: 1px solid #E5E5E5;
    line-height: .8rem;
    position: relative;
    font-size: .3rem;
}

.h2_title_btn {
    position: absolute;
    color: #5FB41B;
    font-size: .24rem;
    right: .24rem;
}

.list_box a {
    line-height: .8rem;
    border-bottom: 1px solid #E5E5E5;
    display: block;
    padding: 0 .24rem;
    color: #000;
    font-size: .24rem;
}

.list_box b {
    color: #ff0000;
    float: right;
}




/*底部*/
.foot_nav {
    height: .98rem;
    width: 100%;
}

    .foot_nav li {
        float: left;
        width: 25%;
        background: url(../img/middle.png) no-repeat right center;
    }

    .foot_nav a {
        line-height: .98rem;
        text-align: center;
        width: 100%;
        display: block;
        color: #000;
    }

    .foot_nav li:last-child {
        background: none;
    }

.web_inform {
    padding: .4rem .24rem;
    text-align: center;
    font-size: .2rem;
    color: #777;
    line-height: 1.5;
}




.quickly_search {
    padding: .2rem .24rem 0rem .24rem;
}

.quickly_title {
    margin-bottom: .2rem;
}

.quickly_search a {
    display: block;
    float: left;
    font-size: .26rem;
    border-radius: 10px;
    background: #F4F2F2;
    padding: .16rem .2rem;
    margin: 0 .15rem .2rem 0;
}

.quickly_click {
    background: #FF9901 !important;
    color: #fff !important;
}

.quickly_jingxuan {
    padding: .2rem .24rem .4rem .24rem;
}

    .quickly_jingxuan img {
        margin: 0 auto .2rem auto;
    }

    .quickly_jingxuan li {
        float: left;
        width: 2.22rem;
        height: 1.7rem;
        margin-right: .16rem;
    }

        .quickly_jingxuan li jg {
            color: #fff;
            font-weight: bold;
            display: block;
            width: 0.6rem;
            height: 0.6rem;
            font-size: 0.2rem;
            position: absolute;
            transform: rotate(-45deg);
            text-align: center;
            line-height: 0.6rem;
            z-index: 999;
        }

        .quickly_jingxuan li > jgi {
            width: 0;
            height: 0;
            border-top: 0.8rem solid red;
            border-right: 0.8rem solid transparent;
            z-index: 998;
            position: absolute;
        }

        .quickly_jingxuan li:last-child {
            margin-right: 0;
        }

    .quickly_jingxuan a {
        position: relative;
        display: block;
        width: 100%;
        height: 1.5rem;
    }

        .quickly_jingxuan a img {
            height: 1.5rem;
        }

.quickly_jing_title {
    position: absolute;
    width: 100%;
    height: .5rem;
    line-height: .5rem;
    background: rgba(0,0,0,.75);
    bottom: 0;
    color: #FFFFFF;
    font-size: .2rem !important;
    text-align: center;
    font-weight: 400;
}




.filter_title {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    display: inline-block;
    padding: .1rem .2rem;
    font-size: .24rem;
}

    .filter_title b {
        color: #000000;
        margin: 0 .1rem;
    }



.list_page {
    display: block;
    padding: .2rem .24rem .2rem .24rem;
    color: #000;
}

    .list_page dd {
        margin-bottom: .4rem;
    }

        .list_page dd:last-child {
            margin-bottom: 0;
        }

.list_title {
    line-height: 1.5;
    color: #000;
    margin-bottom: .2rem;
    position: relative;
}

.tejia_img {
    position: absolute;
    /*left: -.24rem;*/
    top: -.2rem;
    right: 0px;
}

.list_title_img {
    /*margin-top: .1rem;
    margin-left: .2rem;*/
}

.list_pro_img {
    margin: 0 auto;
    height: 160px;
    overflow: hidden;
}

.list-buy {
    margin-bottom: .2rem;
}

.list_detail {
    width: 50%;
}

    .list_detail a {
        display: block;
        width: 100%;
        font-size: .26rem;
    }

.list_page_btn {
    width: 60%;
    display: block;
    height: .9rem;
    margin: 0 auto;
    border-radius: .2rem;
    background: -webkit-linear-gradient(left top, #FF9901, #FE560A); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom right, #FF9901, #FE560A); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom right, #FF9901, #FE560A); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom right, #FF9901, #FE560A); /* 标准的语法 */
    border: none;
}

    .list_page_btn span:first-child {
        font-weight: bold;
        font-size: .38rem;
        background: url(../img/middle.png) no-repeat right center;
    }

    .list_page_btn span {
        color: #FFFFFF;
        font-size: .36rem;
        width: 50%;
        display: block;
        float: left;
        text-align: center;
        line-height: .9rem;
    }



/*帮助中心*/
.header_banner {
    width: 100%;
    max-width: 7.5rem;
    height: 2rem;
    background-image: url(http://static.quwaifu.com/mobile/content/img/help.jpg);
    background-position: center;
    position: relative;
    color: #FFFFFF;
}

.back_link {
    display: block;
    position: absolute;
    width: .17rem;
    height: .3rem;
    top: .29rem;
}

.help_list {
    background: #FFFFFF;
    padding: .3rem .24rem;
}

.help_left {
    width: 30%;
    text-align: center;
    border-right: 1px solid #E5E5E5;
}

    .help_left img {
        display: block;
        margin: 0 auto .1rem auto;
        width: .5rem;
        height: .5rem;
    }

.help_right {
    width: 70%;
    padding-left: .4rem;
}

    .help_right a {
        font-size: .24rem;
        color: #444;
        margin-right: .4rem;
        line-height: 1.9;
        display: block;
        float: left;
        width: 100%;
        overflow: hidden;
    }

        .help_right a:nth-of-type(2n) {
            margin-right: 0;
        }


.help_bottom {
    width: 100%;
    max-width: 7.5rem;
    position: fixed;
    height: .88rem;
    background: #fff;
    bottom: 0;
    text-align: center;
    line-height: .88rem;
    font-size: .24rem;
}


/*新增样式*/
.product_list {
    margin-top: 0.3rem;
}

    .product_list li {
        margin: 0 0.2rem 0 0.2rem;
        border: 1px solid #d3d3d3;
        border-bottom: 0px solid #fff;
        color: #000;
        background: #fff;
        font-size: 0.24rem;
    }



        .product_list li:last-child {
            border-bottom: 1px solid #d3d3d3;
        }

        .product_list li a {
            display: inline-block;
            width: 100%;
            height: 100%;
            padding: 0.15rem;
        }

            .product_list li a:hover {
                background: #d3d3d3 !important;
            }

            .product_list li a:before {
                position: absolute;
                right: 10px;
                top: 50%;
                margin-top: -6px;
                background-image: url(http://static.quwaifu.com/mobile/content/img/arrow.png);
                background-size: 8px 13px;
            }

.category_list {
}

    .category_list li {
        display: block;
        padding: 0.25rem 0.25rem 0 0.25rem;
        float: left;
        width: 100%;
    }


.sQroduct-list {
    display: block;
    background: #fff;
    color: #000 !important;
}

    .sQroduct-list .picDiv {
        width: 2.6rem;
        height: 1.4rem;
        float: left;
        overflow: hidden;
        margin-right: 0.2rem;
        border: 0px;
        border-radius: 0.15rem;
    }

        .sQroduct-list .picDiv .pic1 {
            border-radius: 0.15rem;
            height: 1.4rem;
        }

        .sQroduct-list .picDiv .pic2 {
            border-radius: 0.15rem;
            height: 1.4rem;
        }

    .sQroduct-list span {
        bottom: 0.05rem;
        color: #e85308;
        font-size: 0.2rem;
        left: 0.1rem;
        float: left;
        margin-right: 0.2rem;
        min-width: 1rem;
    }

    .sQroduct-list figure .title {
        min-height: 0.8rem;
        color: #333333;
        line-height: 0.36rem;
        font-family: PingFang;
        font-size: 0.26rem;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        padding: 0.05rem 0;
        margin: 0px;
    }

    .sQroduct-list span > em {
        font-weight: bold !important;
        font-size: 0.44rem;
    }

.list_detail span {
    color: #000;
    display: block;
    width: 100%;
    font-size: .22rem;
}

.list_page_a {
    display: inline-block;
}

    .list_page_a .list_title span {
        font-size: 0.24rem;
        display: block;
        margin-left: 0.5rem;
    }
/*Header*/
.orderHeader {
    height: 0.88rem;
    width: 100%;
    float: left;
    position: fixed;
    top: 0;
    z-index: 999;
    margin: 0 auto;
    max-width: 750px;
    background: #FFFFFF;
    border-bottom: 0.01rem solid #e8e8e8;
}

.headerTitle {
    width: 73.4%;
    line-height: 0.88rem;
    text-align: center;
    color: #444;
    font-size: 0.28rem;
}

.orderHeader-l {
    width: 13.3%;
    padding-left: 0.15rem;
}

    .orderHeader-l a {
        color: #303030 !important;
        ont-size: 0.4rem;
        line-height: 0.88rem;
    }

@font-face {
    font-family: 'iconfont';
    src: url('fonts/iconfont.eot'); /* IE9*/
    src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/iconfont.woff') format('woff'), /* chrome、firefox */
    url('fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.4rem;
    color: #303030;
}

.sQroduct-list kc {
    font-size: 0.18rem;
    float: left;
    color: #444;
    width: 49%;
}

    .sQroduct-list kc em {
        color: #444;
    }

.sQroduct-list xl {
    font-size: 0.24rem;
    float: left;
    color: #8A8A8A;
    line-height: 0.6rem;
    height: 0.6rem;
    display: block;
}

    .sQroduct-list xl em {
        color: #8A8A8A;
    }

.boot {
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #DBDBDB;
    padding-bottom: 5px;
}

    .boot a {
        color: #BBBBBB;
        font-size: 12px;
        font-weight: normal;
    }

        .boot a:hover {
            color: #E86C11;
        }

    .boot img {
        display: inline-block;
        vertical-align: middle;
        width: 1rem;
        height: auto;
        margin-top: 0.2rem;
        margin-right: 0.2rem;
    }

/*bottomIcon*/
.bottomIcon {
    height: 0.98rem;
}

.bottomIcon, .buy-bottomIcon {
    position: fixed;
    width: 7.5rem;
    background: #FFFFFF;
    bottom: 0;
    z-index: 999;
    border-top: 0.01rem solid #e8e8e8;
}

    .bottomIcon li {
        float: left;
        width: 25%;
    }

        .bottomIcon li a {
            line-height: 1.5rem;
        }

        .bottomIcon li a, .buy-bottomIcon li a {
            font-size: 0.24rem;
            color: #303030;
            display: block;
            text-align: center;
            margin: 0 auto;
        }

        .bottomIcon li .home {
            background-image: url(http://static.quwaifu.com/mobile/content/img/home.png);
            background-position: top 0.16rem center;
            background-size: 0.42rem 0.4rem;
            background-repeat: no-repeat;
        }

            .bottomIcon li .home.active {
                background-image: url(http://static.quwaifu.com/mobile/content/img/home-active.png);
                color: #0E7DCF;
            }

        .bottomIcon li .type {
            background-image: url(http://static.quwaifu.com/mobile/content/img/type.png);
            background-position: top 0.16rem center;
            background-size: 0.42rem 0.4rem;
            background-repeat: no-repeat;
        }

            .bottomIcon li .type.active {
                background-image: url(http://static.quwaifu.com/mobile/content/img/type-active.png);
                color: #0E7DCF;
            }

        .bottomIcon li .message {
            background-image: url(http://static.quwaifu.com/mobile/content/img/message.png);
            background-position: top 0.16rem center;
            background-size: 0.42rem 0.4rem;
            background-repeat: no-repeat;
        }

            .bottomIcon li .message.active {
                background-image: url(http://static.quwaifu.com/mobile/content/img/message-active.png);
                color: #0E7DCF;
            }

        .bottomIcon li .my {
            background-image: url(http://static.quwaifu.com/mobile/content/img/my.png);
            background-position: top 0.16rem center;
            background-size: 0.42rem 0.4rem;
            background-repeat: no-repeat;
        }

            .bottomIcon li .my.active {
                background-image: url(http://static.quwaifu.com/mobile/content/img/my-active.png);
                color: #0E7DCF;
            }

/*游戏列表*/
.gameMenu_Container {
    background: #fff;
    height: 100%;
}

    .gameMenu_Container .gameType {
        width: 1.42rem;
        float: left;
        background: #F1F1F1;
        height: 100%;
        position: fixed;
        overflow: scroll;
        padding-bottom: 2rem;
    }

        .gameMenu_Container .gameType a {
            height: 1.5rem;
            color: #5B5B5B;
            font-size: 0.24rem;
            border-bottom: 1px solid #fff;
            display: block;
            font-weight: bold;
            line-height: 1.5rem;
            padding: 0 0.1rem;
        }

            .gameMenu_Container .gameType a.active {
                background: #fff;
            }

            .gameMenu_Container .gameType a .title {
                display: inline-block;
                line-height: 0.4rem;
                vertical-align: middle;
                text-align: center;
                width: 100%;
                font-weight: 500;
            }

    .gameMenu_Container .titleHeader {
        padding-left: 0.4rem;
        width: 6.08rem;
        float: right;
        position: fixed;
        right: 0;
        background: #fff;
        z-index: 999;
    }

        .gameMenu_Container .titleHeader .title {
            font-size: 0.3rem;
            font-weight: 500;
            height: 1.1rem;
            line-height: 1.1rem;
        }

    .gameMenu_Container .game {
        width: 6.08rem;
        float: right;
        background: #fff;
        margin-top: 1.1rem;
        padding: 0 0.3rem;
        margin-bottom: 0.88rem;
    }

        .gameMenu_Container .game .list {
            width: 33.3%;
            float: left;
            padding: 0.1rem;
        }

            .gameMenu_Container .game .list .logo {
                width: 1.36rem;
                height: 1.36rem;
                border-radius: 15px;
            }

            .gameMenu_Container .game .list .gameName {
                font-size: 0.24rem;
                text-align: center;
                height: 0.6rem;
                margin-top: 0.15rem;
                margin-bottom: 0.15rem;
            }


        .gameMenu_Container .game .area {
            width: 50%;
            float: left;
            padding: 0.1rem;
            position: relative;
        }

            .gameMenu_Container .game .area .logo {
                width: 2.4rem;
                height: 3.2rem;
                border-radius: 15px;
            }

            .gameMenu_Container .game .area .areaLogo {
                height: 0.2rem;
                width: 0.3rem;
                border-radius: 0.15rem;
                position: absolute;
                right: 0.3rem;
                top: 0.3rem;
            }

            .gameMenu_Container .game .area .gameName {
                font-size: 0.24rem;
                text-align: center;
                margin-top: 0.15rem;
                margin-bottom: 0.15rem;
            }

        .gameMenu_Container .game .type {
            margin-bottom: 0.3rem;
            height: 0.64rem;
        }

            .gameMenu_Container .game .type .select {
                width: 2.68rem;
                height: 0.64rem;
                background: #FFFFFF;
                border: 1px solid #E8E8E8;
                line-height: 0.64rem;
                font-size: 0.24rem;
                color: #555555;
                font-weight: 500;
                font-family: PingFang;
                padding-left: 0.16rem;
                position: relative;
                background-image: url(http://static.quwaifu.com/mobile/content/img/down.png);
                background-position: center right 0.15rem;
                background-repeat: no-repeat;
                background-size: 0.1rem;
            }

            .gameMenu_Container .game .type .selectClick {
                background-image: url(http://static.quwaifu.com/mobile/content/img/down.png);
                background-position: center right 0.15rem;
                background-repeat: no-repeat;
                background-size: 0.1rem;
            }

            .gameMenu_Container .game .type .select .title {
                display: block;
                height: 100%;
                width: 100%;
            }

            .gameMenu_Container .game .type .select .select-option {
                height: 3rem;
                background: #fff;
                z-index: 300;
                position: absolute;
                border: 1px solid #E8E8E8;
                width: 100%;
                left: 0;
                top: 0.64rem;
                overflow: scroll;
            }

                .gameMenu_Container .game .type .select .select-option .option {
                    display: block;
                    height: 0.64rem;
                    width: 100%;
                    line-height: 0.64rem;
                    padding: 0;
                    text-align: center;
                    border-bottom: 1px solid #e5e5e5;
                }

                    .gameMenu_Container .game .type .select .select-option .option:last-child {
                        border-bottom: 0px;
                    }

    .gameMenu_Container .productList {
        padding: 0.3rem;
        width: 6.08rem;
        float: right;
        background: #fff;
        margin-bottom: 0.88rem;
    }

        .gameMenu_Container .productList a {
            height: 1.36rem;
            display: block;
            margin-bottom: 0.3rem;
            color: #010101;
        }

        .gameMenu_Container .productList .picDiv {
            height: 1.36rem;
            width: 2.42rem;
            float: left;
            margin-right: 0.1rem;
            border-radius: 0.15rem;
        }

            .gameMenu_Container .productList .picDiv .pic {
                height: 1.36rem;
                border-radius: 0.15rem;
            }

        .gameMenu_Container .productList .productName {
            height: 0.8rem;
            overflow: hidden;
            font-size: 0.24rem;
            line-height: 0.4rem;
            font-weight: 500;
            font-family: PingFang;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .gameMenu_Container .productList .price {
            font-size: 0.36rem;
            font-weight: 500;
            font-family: PingFang;
            color: #E85308;
        }

            .gameMenu_Container .productList .price .cny {
                font-size: 0.24rem;
            }
