* {
    margin: 0;
    padding: 0;
}

.header {
    border-bottom: 0px;
}

.big_banner img {
    border-radius: 0.15rem;
}

.navBar {
    margin-top: 0.36rem;
    display: flex;
    align-items: flex-start;
}

    .navBar .list {
        display: flex;
        flex-direction: column;
        color: #333333;
        font-size: 0.24rem;
        flex: 1;
        align-items: center;
        text-align: center;
    }

        .navBar .list .pic {
            height: 1rem;
            margin-bottom: 0.1rem;
        }

        .navBar .list .title {
            display: flex;
        }

.skin {
    display: flex;
    flex-direction: row;
    padding: 0.3rem;
}

    .skin .content {
        display: flex;
        width: 3.39rem;
        height: 2.1rem;
        flex: 1;
    }

        .skin .content:first-child {
            margin-top: 0.1rem;
        }

        .skin .content:last-child {
            margin-left: 0.24rem;
        }

        .skin .content .pic {
            width: 100%;
        }

.hotGame {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 0.3rem;
    margin-top: 0.3rem;
}

    .hotGame .title {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 0.2rem;
        background-image: url(http://static.quwaifu.com/mobile/content/img/i0.png);
        background-repeat: no-repeat;
        background-size: 0.25rem 0.32rem;
        padding-left: 0.4rem;
        background-position: left center;
    }

        .hotGame .title .left {
            color: #333333;
            font-size: 0.32rem;
        }

        .hotGame .title .more {
            color: #666666;
            font-size: 0.24rem;
        }

    .hotGame .list {
        flex: 1;
        display: flex;
        flex-direction: column;
        color: #333333;
        font-size: 0.24rem;
        width: 2.19rem;
        padding: 0 0.1rem;
    }

        .hotGame .list .picDiv {
            width: 2.19rem;
            height: 1.23rem;
        }

            .hotGame .list .picDiv .pic {
                height: 100%;
                border-radius: 0.08rem;
            }

        .hotGame .list .productName {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            margin-top: 0.13rem;
        }

        .hotGame .list .price {
            color: #F03643;
            font-size: 0.36rem;
        }

            .hotGame .list .price .cny {
                color: #F03643;
                font-size: 0.24rem;
            }

.homecontent {
}

    .homecontent .productzone {
        margin-bottom: 0.3rem;
    }

        .homecontent .productzone .title {
            overflow: hidden;
            line-height: 0.6rem;
            padding-left: 0.24rem;
            padding-right: 0.24rem;
        }

            .homecontent .productzone .title .icon1 {
                background-image: url(http://static.quwaifu.com/mobile/content/img/i1.png);
                background-size: 0.3rem 100%;
                background-position: left;
                background-repeat: no-repeat;
                padding-left: 0.4rem;
            }

            .homecontent .productzone .title .icon2 {
                background-image: url(http://static.quwaifu.com/mobile/content/img/i2.png);
                background-size: 0.3rem 100%;
                background-position: left;
                background-repeat: no-repeat;
                padding-left: 0.4rem;
            }

            .homecontent .productzone .title .icon3 {
                background-image: url(http://static.quwaifu.com/mobile/content/img/i3.png);
                background-size: 0.3rem 100%;
                background-position: left;
                background-repeat: no-repeat;
                padding-left: 0.4rem;
            }

            .homecontent .productzone .title .icon5 {
                background-image: url(http://static.quwaifu.com/mobile/content/img/i5.png);
                background-size: 0.3rem 100%;
                background-position: left;
                background-repeat: no-repeat;
                padding-left: 0.4rem;
            }

            .homecontent .productzone .title .icon6 {
                background-image: url(http://static.quwaifu.com/mobile/content/img/i6.png);
                background-size: 0.3rem 100%;
                background-position: left;
                background-repeat: no-repeat;
                padding-left: 0.4rem;
            }

            .homecontent .productzone .title .title_left {
                font-size: 0.32rem;
                color: #333333;
            }

            .homecontent .productzone .title .title_right {
                float: right;
                font-size: 0.24rem;
                color: #999;
                margin-top: 0.05rem;
            }

                .homecontent .productzone .title .title_right img {
                    width: 0.24rem;
                    vertical-align: middle;
                    display: initial;
                }

        .homecontent .productzone .products {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            padding: 0 0.24rem;
            align-items: center;
        }

            .homecontent .productzone .products .product {
                display: flex;
                flex-direction: column;
                align-items: center;
                flex: 1.6rem;
                text-align: center;
                margin-bottom: 0.3rem;
            }


                .homecontent .productzone .products .product .proname {
                    font-size: 0.24rem;
                    font-weight: bold;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    color: #333333;
                    width: 1.6rem;
                    margin-top: 0.1rem;
                }

                .homecontent .productzone .products .product .right {
                    font-size: 0.24rem;
                    display: flex;
                }

                    .homecontent .productzone .products .product .right img {
                        width: 1.6rem;
                        height: 1.6rem;
                        margin-right: 0.1rem;
                    }




/* 媒体查询 */
@media screen and (max-width:1920px) {
    html {
        font-size: 150px;
    }
}

@media screen and (max-width:768px) {
    html {
        font-size: 120px;
    }
}

@media screen and (max-width:640px) {
    html {
        font-size: 100px;
    }
}

@media screen and (max-width:600px) {
    html {
        font-size: 90px;
    }
}

@media screen and (max-width:500px) {
    html {
        font-size: 80px;
    }
}

@media screen and (max-width:450px) {
    html {
        font-size: 70px;
    }
}

@media screen and (max-width:420px) {
    html {
        font-size: 65px;
    }
}

@media screen and (max-width:390px) {
    html {
        font-size: 60px;
    }
}

@media screen and (max-width:360px) {
    html {
        font-size: 55px;
    }
}

@media screen and (max-width:320px) {
    html {
        font-size: 50px;
    }
}
