* {
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

html, body {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6, b {
    font-weight: 400;
}

body {
    font-family: "Microsoft YaHei", sans-serif;
}
/*Helvetica, Tahoma, Arial, */
a {
    color: inherit;
}

    a, a:hover, a:active, a:visited, a:link, a:focus {
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-tap-highlight-color: transparent;
        -webkit-user-select: none;
        -moz-user-focus: none;
        -moz-user-select: none;
        outline: none;
        background: none;
        text-decoration: none;
    }

        a:active {
            background: rgba(211,211,211,.3);
        }

ul, ol, li, dl, dd, dt {
    list-style: none
}
/* .flex{display: -webkit-box!important;display: -moz-box!important;display: -webkit-flex!important;display: -moz-flex!important;display: -ms-flexbox!important;display: flex!important;}
.hide{display: none!important;} */
.clearF:after {
    content: '';
    display: block;
    clear: both
}

.left {
    float: left
}

.right {
    float: right
}

.swiper-pagination-bullet-active {
    background-color: #FD5E5E !important;
}

.wapMain {
    width: 20rem;
    height: auto;
    overflow: hidden;
    background: #f7f7f7;
    margin: 0 auto;
    padding-bottom: 0.53333333rem;
}

    .wapMain .nav_header {
        width: 100%;
        height: 4.8rem;
        overflow: hidden;
        background: #fff;
        top: 0px;
        position: fixed;
        max-width: 750px;
        z-index: 1001
    }

        .wapMain .nav_header .nav_header_box {
            width: 100%;
            height: 2.4rem;
            overflow: hidden;
            background: #ff2a3d
        }

        .wapMain .nav_header .header_home {
            width: 2.4rem;
            height: 2.4rem;
            position: absolute;
            top: 0px;
            left: 0px
        }

        .wapMain .nav_header .close_home {
            width: 2.4rem;
            height: 2.4rem;
            position: absolute;
            top: 0px;
            left: 0px;
            display: none
        }

        .wapMain .nav_header .header_login {
            width: 2.4rem;
            height: 2.4rem;
            position: absolute;
            top: 0px;
            right: 0px
        }

        .wapMain .nav_header .header_title {
            text-align: center;
            line-height: 2.4rem;
            color: #fff;
            font-size: 0.69333333rem;
            height: 100%;
            width: 100%
        }

            .wapMain .nav_header .header_title a {
                color: #fff;
                font-size: 0.90666667rem
            }

.home_icon {
    width: 1.06666667rem;
    height: 0.90666667rem;
    display: inline-block;
    margin-left: 0.8rem;
    margin-top: 0.8rem;
    background: url(../baike/img/zhuanti_icon.png);
    background-position: 0 0;
    background-size: 8rem 8rem
}

.wapMain .nav_header .header_login a {
    color: #fff;
    font-size: 0.8rem;
    line-height: 2.4rem;
    display: block;
    -webkit-tap-highlight-color: transparent
}

.nav_menu {
    width: 9.6rem;
    /*height: 16.26666667rem;*/
    height: 14rem;
    background: #fff;
    border-radius: 0.26666667rem;
    position: fixed;
    top: 2.53333333rem;
    margin-left: 0.26666667rem;
    z-index: 9999;
    box-shadow: -1px 2px 14px #d3d3d3;
    display: none
}

    .nav_menu ul {
        width: 8.53333333rem;
        height: auto;
        overflow: hidden;
        margin: 0 auto
    }

        .nav_menu ul li {
            list-style: none;
            width: 100%;
            height: 2.66666667rem;
            border-bottom: 1px solid #e8e8e8;
            text-align: center
        }

            .nav_menu ul li:last-child {
                border: none
            }

            .nav_menu ul li a {
                color: #333;
                font-size: 0.85333333rem;
                display: block;
                line-height: 2.66666667rem
            }

.wapMain .nav_header .search_box {
    width: 100%;
    height: 2.4rem;
    background: #fff;
    overflow: hidden
}

    .wapMain .nav_header .search_box .search_bar {
        width: 94%;
        height: 1.6rem;
        margin: 0.4rem auto;
        background: #f5f5f5;
        border-radius: 5px;
        position: relative
    }

.searchIconBox {
    width: 10%;
    height: 1.6rem;
    overflow: hidden;
    float: left
}

.search_icon {
    width: 0.8rem;
    height: 0.8rem;
    display: inline-block;
    background: url(../baike/img/search_zhuanti.png);
    background-size: 100%;
    margin-top: 0.35rem;
    margin-left: 0.4rem
}

input.zhuanti_input {
    border: none;
    float: left;
    width: 80%;
    height: 1.49333333rem;
    overflow: hidden;
    background: none;
    outline: none
}

.searchGuide {
    position: fixed;
    z-index: 22;
    left: 0;
    top: 4.8rem;
    width: 100%;
    height: 100%;
    display: none
}

    .searchGuide .searchGuide_content {
        height: auto;
        overflow: hidden;
        margin: 0 auto;
        padding: 0.8rem 4%;
        max-width: 750px;
        background: rgba(0,0,0,0.8);
        display: none
    }

        .searchGuide .searchGuide_content ul li {
            float: left;
            text-align: left;
            padding: 0 0.69333333rem;
            line-height: 0.772rem;
        }

            .searchGuide .searchGuide_content ul li:first-child {
                padding: 0
            }

            .searchGuide .searchGuide_content ul li a {
                color: #fff;
                font-size: 0.58666667rem;
                display: block
            }

.zhuanti_content {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 4.8rem
}

    .zhuanti_content .wap_banner {
        width: 100%;
        overflow: hidden
    }

        .zhuanti_content .wap_banner img {
            display: block;
            width: 100%;
        }

    .zhuanti_content > #tuijian {
        margin-top: 0;
    }

.contentBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    margin-top: 0.53333333rem;
    border-bottom: 1px solid #e6e6e6
}

    .contentBox .headerBox {
        width: 100%;
        height: auto;
        overflow: hidden;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        height: 2.4rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        align-items: center
    }

    .contentBox .top_name {
        font-size: 0.85333333rem;
        color: #ff2144;
        width: 100%;
        margin: 0 auto;
        padding: 0 0.8rem;
        border-left: 0.3rem solid #ff4d5d
    }

    .contentBox .i_icon {
        width: 0.58666667rem;
        height: 0.8rem;
        display: inline-block;
        background: url(../baike/img/zhuanti_icon.png);
        background-size: 8rem 8rem;
        background-position: -2.82666667rem 0;
        margin-left: 0.4rem;
        position: relative;
        top: 0.1rem
    }

.content_list {
    width: 100%;
    height: auto;
    overflow: hidden
}

    .content_list .list_box {
        height: auto;
        padding: 0 0.8rem
    }

        .content_list .list_box .list_detail_box {
            width: 100%;
            height: auto;
            padding: 0.66666667rem 0;
            border-bottom: 1px solid #e6e6e6;
            padding-left: 0.53333333rem;
            box-sizing: border-box;
            position: relative
        }

            .content_list .list_box .list_detail_box:before {
                content: '';
                display: block;
                position: absolute;
                height: 0.4rem;
                width: 0.4rem;
                background: #bbb;
                border-radius: 50%;
                left: -0.3rem;
                top: 1rem
            }

            .content_list .list_box .list_detail_box:last-child {
                border: none
            }

            .content_list .list_box .list_detail_box h3 {
                font-size: 0.9rem;
                color: #4c4c4c;
                position: relative;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis
            }

                .content_list .list_box .list_detail_box h3:before {
                    content: '';
                    display: block;
                    width: 0.32rem;
                    height: 0.32rem;
                    background-color: #ccc;
                    border-radius: 50%;
                    position: absolute;
                    left: -0.53333333rem;
                    top: 0.4rem
                }

            .content_list .list_box .list_detail_box .list_p_txt {
                font-size: 0.7rem;
                color: #999;
                line-height: 1.1rem;
                margin-top: 0.6rem;
                margin-bottom: 0.4rem;
                overflow: hidden;
                text-overflow: -o-ellipsis-lastline;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                line-clamp: 2;
                -webkit-box-orient: vertical;
            }

                .content_list .list_box .list_detail_box .list_p_txt a {
                    overflow: hidden;
                    text-overflow: -o-ellipsis-lastline;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

    .content_list .list_more {
        display: block;
        height: 1.6rem;
        width: 40%;
        border: 1px solid #f9405d;
        border-radius: 0.13333333rem;
        line-height: 1.6rem;
        text-align: center;
        color: #f9405d;
        font-size: 0.74666667rem;
        margin: 0 auto;
        margin-bottom: 1.6rem;
        margin-top: 0.53333333rem
    }

.eye_icon {
    width: 0.66666667rem;
    height: 0.48rem;
    display: inline-block;
    background: url(../baike/img/zhuanti_icon.png);
    background-position: -3.92rem 0;
    background-size: 8rem 8rem;
    margin-right: 0.26666667rem
}

.i_icon1 {
    width: 1.12rem;
    height: 0.69333333rem;
    display: inline-block;
    background: url(../baike/img/zhuanti_icon.png);
    background-size: 8rem 8rem;
    background-position: -5.17333333rem 0;
    margin-left: 0.4rem;
    position: absolute;
    margin-top: 0.8rem
}

.hot_icon {
    font-size: 0.48rem;
    color: #ff2144;
    display: inline-block;
    padding: 1px 0.26666667rem;
    border: 1px solid #ff2144;
    border-radius: 5px;
    margin-right: 0.26666667rem
}

.i_icon2 {
    width: 0.85333333rem;
    height: 0.8rem;
    display: inline-block;
    background: url(../baike/img/zhuanti_icon.png);
    background-size: 8rem 8rem;
    background-position: -6.90666667rem 0;
    margin-left: 0.4rem;
    position: absolute;
    margin-top: 0.8rem
}

.ul_list {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0.53333333rem 0
}

    .ul_list li {
        float: left;
        width: 25%;
        font-size: 0.85333333rem;
        color: #666;
        text-align: center;
        line-height: 1.86666667rem
    }

        .ul_list li:nth-child(4n-3) {
            text-align: left
        }

        .ul_list li:nth-child(4n) {
            text-align: right
        }

.zhuanti_content .fenlei_memu {
    background: #FFFFFF;
    text-align: left
}

    .zhuanti_content .fenlei_memu .fenlei_memubox {
        padding: 0.93333333rem 0;
        width: 92%;
        margin: 0 auto;
        font-size: 0
    }

    .zhuanti_content .fenlei_memu a {
        text-align: center;
        display: inline-block;
        height: 1.86666667rem;
        line-height: 1.86666667rem;
        width: 5.33333333rem;
        box-sizing: border-box;
        border: 1px solid #eee;
        border-radius: 0.21333333rem;
        overflow: hidden;
        font-size: 0.8rem;
        color: #4c4c4c;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s
    }

        .zhuanti_content .fenlei_memu a:nth-child(n+4) {
            margin-top: 0.8rem
        }

        .zhuanti_content .fenlei_memu a:not(:nth-child(3n)) {
            margin-right: 0.8rem
        }

        .zhuanti_content .fenlei_memu a.active {
            color: #fff;
            background: #FF2144;
            border-color: #FF2144
        }

.siteMap {
    width: 100%;
    height: 1.86666667rem;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6
}

    .siteMap .siteBox {
        width: 92%;
        height: auto;
        overflow: hidden;
        margin: 0 auto;
        line-height: 1.86666667rem
    }

        .siteMap .siteBox a, .siteMap .siteBox span {
            float: left;
            font-size: 0.64rem;
            color: #666;
            margin-right: 0.26666667rem
        }

.guideRead {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f7f7f7;
    margin: 0.4rem auto
}

    .guideRead p {
        font-size: 0.53333333rem;
        color: #999;
        line-height: 0.90666667rem;
        padding: 0.4rem
    }

.detail_content .detail_img {
    width: 100%;
    height: auto;
    overflow: hidden
}

.detail_content {
    font-size: 0.64rem;
    color: #999;
    line-height: 1.06666667rem
}

    .detail_content .detail_text {
        font-size: 0.64rem;
        color: #999;
        line-height: 1.06666667rem
    }

.articleBox {
    height: auto;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}

    .articleBox .content_list {
        width: 92%;
        margin: 0.8rem auto;
        font-size: 0.8rem;
        border-bottom: 2px solid #f7f7f7;
        margin-top: 0px;
    }

        .articleBox .content_list p {
            text-indent: 2em;
            color: #1e1f24;
            line-height: 1.6rem;
            margin-bottom: 0.8rem;
            font-size: 0.95rem;
            font-family: Arial,Helvetica,sans-serif;
        }

        .articleBox .content_list img {
            max-width: 100%;
            display: block;
            border: 0;
            margin: 0.53333333rem auto;
            height: 100%;
        }

    .articleBox #articleDiv strong, .articleBox #articleDiv b {
        font-weight: bold;
    }

    .articleBox .content_list h1, .articleBox .content_list h2, .articleBox .content_list h3, .articleBox .content_list h4, .articleBox .content_list h5, .articleBox .content_list h6 {
        color: #555;
        font-weight: bold;
        text-align: center;
        margin: 0.5rem 0;
        font-size: 1.2rem;
    }

    .articleBox .content-list strong {
        font-weight: bold !important;
    }

.contentBox .headerBox .see_more {
    color: #999;
    font-size: 0.58666667rem;
    float: right
}

.contentBox .product_content {
    width: 92%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding: 0.8rem 0
}

    .contentBox .product_content .productBox {
        width: 5.6rem;
        display: block;
        font-size: 0.58666667rem;
        flex-shrink: 0
    }

        .contentBox .product_content .productBox .imgBox {
            border: 1px solid #F2F2F2;
            box-sizing: border-box;
            height: 5.6rem;
            display: block;
        }

            .contentBox .product_content .productBox .imgBox img {
                width: 100%;
                display: block
            }

        .contentBox .product_content .productBox .productName {
            line-height: 0.88rem;
            height: 1.76rem;
            margin-top: 0.53333333rem
        }

            .contentBox .product_content .productBox .productName a {
                color: #444;
                text-overflow: -o-ellipsis-lastline;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                line-clamp: 2;
                -webkit-box-orient: vertical;
                word-break: break-all;
                font-size: 0.7rem;
            }

        .contentBox .product_content .productBox .priceBox {
            line-height: 1rem;
            color: #FF2144;
            padding: 0.26666667rem 0;
            font-size: 0.9rem
        }

            .contentBox .product_content .productBox .priceBox span {
                float: right;
                text-align: center;
                color: #fff;
                background-color: #FF2144;
                border-radius: 0.13333333rem;
                font-size: 0.8rem;
                width: 1.5rem
            }

.contentBox .content_list .item_box {
    padding: 0.26666667rem 0 1.06666667rem 0
}

.contentBox .content_list .item_list {
    width: 92%;
    margin: 0 auto;
    height: 1.86666667rem;
    line-height: 1.86666667rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

    .contentBox .content_list .item_list a {
        color: #666;
        font-size: 0.8rem
    }

    .contentBox .content_list .item_list:before {
        display: inline-block;
        width: 0.32rem;
        height: 0.32rem;
        background-color: #DDDDDD;
        content: '';
        margin-right: 0.26666667rem;
        border-radius: 50%;
        position: relative;
        bottom: 0.08rem
    }

.zhuanti_footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 0.66666667rem 0
}

    .zhuanti_footer .footer_box {
        width: 92%;
        margin: 0 auto;
        height: auto;
        overflow: hidden
    }

    .zhuanti_footer .footer_menu {
        width: 100%;
        height: auto;
        overflow: hidden
    }

        .zhuanti_footer .footer_menu ul {
            font-size: 0;
            text-align: center
        }

            .zhuanti_footer .footer_menu ul li {
                display: inline-block;
                background: #f5f5f5;
                font-size: 0.64rem;
                color: #666;
                padding: 0.21333333rem 0.37333333rem;
                margin-right: 0.37333333rem;
                border-radius: 0.13333333rem
            }

                .zhuanti_footer .footer_menu ul li:last-child {
                    margin-right: 0
                }

                .zhuanti_footer .footer_menu ul li a {
                    color: #666
                }

    .zhuanti_footer .common_ilife_footer {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 0.8rem 0;
        text-align: center
    }

        .zhuanti_footer .common_ilife_footer ul {
            display: inline-block
        }

            .zhuanti_footer .common_ilife_footer ul li {
                float: left;
                width: 4rem;
                border-right: 1px solid #696969;
                text-align: center
            }

                .zhuanti_footer .common_ilife_footer ul li:last-child {
                    border: none
                }

                .zhuanti_footer .common_ilife_footer ul li a {
                    color: #666;
                    font-size: 0.64rem;
                    overflow: hidden;
                    display: block;
                    text-overflow: ellipsis;
                    white-space: nowrap
                }

.ilife_footer_banquan {
    font-size: 0.53333333rem;
    color: #b2b2b2;
    text-align: center
}

.slide_mask {
    position: fixed;
    z-index: 1100;
    left: 0;
    top: 2.4rem;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: none
}


.top10_content {
    width: 100%;
    margin-top: 4.8rem;
    overflow-x: hidden;
}

    .top10_content img {
        display: block;
    }

    .top10_content .wap_banner img {
        width: 100%;
    }

    .top10_content .top10_box {
        width: 100%;
        margin-top: 0;
    }

        .top10_content .top10_box .product_item {
            width: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            padding: 0.7rem 0;
            border-bottom: 1px solid #E6E6E6;
        }

            .top10_content .top10_box .product_item:last-child {
                border-bottom: 0;
            }

            .top10_content .top10_box .product_item .imgBox {
                margin: 0 1rem 0 1.6rem;
                position: relative;
                height: auto;
                flex-shrink: 0;
            }

                .top10_content .top10_box .product_item .imgBox img {
                    width: 3.5rem;
                    height: 3.5rem;
                }

                .top10_content .top10_box .product_item .imgBox i {
                    font-size: 0.55rem;
                    line-height: 0.8rem;
                    text-align: center;
                    color: #fff;
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 0.9rem;
                    width: 0.9rem;
                    background-image: url(http://m.ilife.cn/images/zhuanti/wiki/wap/corner_mark.png);
                    background-size: 100%;
                }

            .top10_content .top10_box .product_item .infoBox {
                width: 14rem;
                padding-right: 1rem;
                font-size: 0.586666rem;
            }

                .top10_content .top10_box .product_item .infoBox .info_name {
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    margin-bottom: 0.533333rem;
                    color: #555;
                    font-size: .75rem;
                }

                .top10_content .top10_box .product_item .infoBox .info_2 {
                    margin-bottom: 0.4rem;
                    color: #aaa;
                    font-size: 0.55rem;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: flex;
                    justify-content: space-between;
                }

                .top10_content .top10_box .product_item .infoBox .info_3 {
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: flex;
                    justify-content: space-between;
                }

                    .top10_content .top10_box .product_item .infoBox .info_3 span {
                        color: #FF0000;
                        font-weight: bold;
                        font-size: .7rem;
                    }

                    .top10_content .top10_box .product_item .infoBox .info_3 a {
                        width: 4rem;
                        display: block;
                        text-align: center;
                        background: #ff0000;
                        color: #fff;
                        padding: 0.2rem 0;
                        -webkit-box-shadow: 0 0 0.133333rem 0 rgba(255, 0, 0, 0.8);
                        box-shadow: 0 0 0.133333rem 0 rgba(255, 0, 0, 0.8);
                    }
    /* .top10_content .contentBox{margin-top: 0;} */
    .top10_content .contentBox .fenleiBox {
        padding-top: .5rem;
    }

        .top10_content .contentBox .fenleiBox .fenleiTitle {
            text-align: center;
            margin: 0.533333rem 0 1.066666rem 0;
            font-size: 0.9rem;
            font-weight: bold;
        }

        .top10_content .contentBox .fenleiBox ul {
            display: block;
            width: 100%;
            height: auto;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            text-align: center;
        }

            .top10_content .contentBox .fenleiBox ul li {
                background-color: #fff;
                height: 1.333333rem;
                line-height: 1.333333rem;
                width: 25%;
                font-size: 0.7rem;
            }

                .top10_content .contentBox .fenleiBox ul li.active {
                    color: #FF0000;
                    font-weight: bold;
                    border-bottom: 0.053333rem solid #FF0000;
                    background: #eee;
                }

        .top10_content .contentBox .fenleiBox .productBox {
            height: auto;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            padding: 0 2% 0.5rem;
            background-color: #f9f9f9;
        }

            .top10_content .contentBox .fenleiBox .productBox:not(:first-child) {
                display: none;
            }

            .top10_content .contentBox .fenleiBox .productBox .product_item {
                width: 49%;
                padding: 0.533333rem;
                background-color: #fff;
                margin-top: .5rem;
            }

                .top10_content .contentBox .fenleiBox .productBox .product_item .product_img {
                    width: 100%;
                    display: block;
                    height: 0;
                    padding-top: 100%;
                    position: relative;
                }

                    .top10_content .contentBox .fenleiBox .productBox .product_item .product_img img {
                        width: 100%;
                        position: absolute;
                        top: 0;
                    }

                .top10_content .contentBox .fenleiBox .productBox .product_item .product_title a {
                    display: block;
                    font-size: .6rem;
                    color: #333;
                    line-height: .9rem;
                    height: 1.8rem;
                    margin: .3rem 0 .1rem 0;
                    overflow: hidden;
                    text-overflow: -o-ellipsis-lastline;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

                .top10_content .contentBox .fenleiBox .productBox .product_item .product_price {
                    line-height: 1rem;
                    height: 1rem;
                    font-size: .8rem;
                    color: #FF0000;
                    font-family:'Microsoft YaHei';
                }

    .top10_content .contentBox .tuijianBox p {
        line-height: 1rem;
        font-weight: bold;
        color: #333;
        font-size: .8rem;
        padding: 0.5rem 1.1rem;
        font-size: .7rem;
    }

    .top10_content .contentBox .tuijianBox ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }

        .top10_content .contentBox .tuijianBox ul li {
            width: 33.3333%;
        }

        .top10_content .contentBox .tuijianBox ul a {
            display: block;
            margin: .5rem auto;
            padding: .3rem;
            background-color: #F2F2F2;
            font-size: 0.65rem;
            color: #555;
            text-align: center;
            line-height: 1rem;
            border-radius: .2rem;
            width: 70%;
        }

    .top10_content .h1-title {
        padding: 1rem 0;
        background-color: #fff;
        border-bottom: 1px solid #eee;
    }

        .top10_content .h1-title h1 {
            font-size: .9rem;
            text-align: center;
        }

.productListHtml {
    margin-bottom: 0;
}

    .productListHtml .contentBox {
        margin-top: 0;
    }

        .productListHtml .contentBox ul {
            width: 96%;
            margin: 0 auto;
            padding-top: .5rem;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            flex-wrap: wrap;
        }

        .productListHtml .contentBox .content_list li {
            display: block;
            flex-grow: 0;
            width: 33.33%;
            margin-bottom: .5rem;
            text-align: center;
        }

            .productListHtml .contentBox .content_list li a {
                display: block;
                background: #f1f1f1;
                padding: .3rem 0;
                margin: 0 0.6rem;
                border-radius: .2rem;
                overflow: hidden;
                font-size: .7rem;
                color: #555;
            }


/* 2019-01-22 */
.wapMain-20190122 {
    background-color: #fff;
}

    .wapMain-20190122 .nav_header {
        height: unset;
    }

    .wapMain-20190122 .container {
        margin-top: 2.4rem;
        background-color: #F7F7F7;
    }

    .wapMain-20190122 .main-header {
        padding: 0.5rem 0;
        padding: 0 2%;
        background-color: #fff;
    }

    .wapMain-20190122 .hot-tag {
        font-size: 0.8rem;
        padding: 0.6rem 0;
    }

    .wapMain-20190122 .anchorPoint {
        right: 0;
        top: 4.8rem;
        height: calc(100vh - 4.8rem);
        position: fixed;
        font-size: 0.7rem;
        padding: 0.5rem 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        overflow-y: scroll;
    }

        .wapMain-20190122 .anchorPoint a {
            display: inline-block;
            text-align: center;
            padding: 0.2rem 0.5rem;
            border-radius: 1rem;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
        }

            .wapMain-20190122 .anchorPoint a:active {
                background-color: #ef6237;
                color: #fff;
            }

    .wapMain-20190122 .main {
        padding-right: 1rem;
        width: 96%;
        margin: 0 auto;
    }

        .wapMain-20190122 .main .list {
            border-bottom: 1px solid #ddd;
        }

        .wapMain-20190122 .main .list-header {
            font-size: 1rem;
            padding: 0.4rem;
            color: #555;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .wapMain-20190122 .main .list-header .toTop {
                font-size: 0.7rem;
                color: #aaa;
            }

        .wapMain-20190122 .main .list-content {
            padding-bottom: 0.5rem;
            font-size: 0;
        }

            .wapMain-20190122 .main .list-content a {
                font-size: 0.75rem;
                display: inline-block;
                padding: 0.3rem 0.5rem;
                background-color: #fff;
                border-radius: 1rem;
                margin: 0.3rem 0.1rem;
                border: 1px solid #eee;
                color: #666;
                -webkit-transition: background-color 0.5s;
                transition: background-color 0.5s;
            }

    .wapMain-20190122 .hot-keyword {
        padding: 1rem 2%;
        color: #666;
    }

        .wapMain-20190122 .hot-keyword .t {
            font-size: 0.8rem;
            padding: 0.3rem
        }

        .wapMain-20190122 .hot-keyword ul {
            font-size: 0;
        }

            .wapMain-20190122 .hot-keyword ul a {
                font-size: 0.7rem;
                padding: 0.3rem 0.4rem;
                display: inline-block;
            }


.wapMain-20190122-02 .nav_header {
    height: unset;
}

.wapMain-20190122-02 .container {
    background-color: #fff;
    padding-top: 2.4rem;
}

.wapMain-20190122-02 .top {
    padding: 0.8rem 4%;
    background-color: #F2F2F2;
}

    .wapMain-20190122-02 .top .tagName {
        background-color: #97ABB8;
        padding: 0.3rem 0.7rem;
        color: #fff;
        font-size: 0.85rem;
        border-radius: 2rem;
        overflow: hidden;
        display: inline-block;
    }

    .wapMain-20190122-02 .top p {
        font-size: 0.9rem;
        color: #777;
        line-height: 1.8;
        padding: 0.2rem 0;
    }

.wapMain-20190122-02 .product_content {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding: 0.8rem 4%;
}

    .wapMain-20190122-02 .product_content .productBox {
        width: 5.6rem;
        display: block;
        font-size: 0.58666667rem;
        flex-shrink: 0
    }

        .wapMain-20190122-02 .product_content .productBox .imgBox {
            border: 1px solid #F2F2F2;
            box-sizing: border-box;
            height: 5.6rem;
            display: block;
        }

            .wapMain-20190122-02 .product_content .productBox .imgBox img {
                width: 100%;
                display: block
            }

        .wapMain-20190122-02 .product_content .productBox .productName {
            line-height: 0.88rem;
            height: 1.76rem;
            margin-top: 0.53333333rem
        }

            .wapMain-20190122-02 .product_content .productBox .productName a {
                color: #444;
                text-overflow: -o-ellipsis-lastline;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                line-clamp: 2;
                -webkit-box-orient: vertical;
                word-break: break-all;
                font-size: 0.7rem;
            }

        .wapMain-20190122-02 .product_content .productBox .priceBox {
            line-height: 1rem;
            color: #FF2144;
            padding: 0.26666667rem 0;
            font-size: 0.9rem;
            padding-left: 0.7rem;
        }

            .wapMain-20190122-02 .product_content .productBox .priceBox span {
                float: right;
                text-align: center;
                color: #fff;
                background-color: #FF2144;
                border-radius: 0.13333333rem;
                font-size: 0.8rem;
                width: 1.5rem
            }

.wapMain-20190122-02 .title {
    color: #ef6237;
    font-size: 0.85rem;
    padding: 0.6rem 4%;
    border-top: 0.6rem solid #eee;
}

.wapMain-20190122-02 .main {
    background-color: #fff;
}

    .wapMain-20190122-02 .main .item {
        padding: 0.8rem 4%;
        border-top: 1px solid #eee;
    }

    .wapMain-20190122-02 .main .item-left {
        position: relative;
        padding-right: 34%;
        min-height: 3.44rem;
        overflow: hidden;
    }

    .wapMain-20190122-02 .main .item-title {
        font-size: 0.85rem;
        line-height: 1.4;
        display: block;
        color: #555;
        display: -webkit-box;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .wapMain-20190122-02 .main .item-left .img {
        width: 30%;
        position: absolute;
        right: 0;
        top: 0;
        overflow: hidden;
        display: block;
    }

        .wapMain-20190122-02 .main .item-left .img img {
            width: 100%;
        }

    .wapMain-20190122-02 .main .item-left .user {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        color: #999;
        font-size: 0.85rem;
        padding-top: 0.3rem;
        justify-content: space-between;
    }

        .wapMain-20190122-02 .main .item-left .user > * {
            -webkit-flex: none;
            flex: none;
        }

        .wapMain-20190122-02 .main .item-left .user em {
            font-style: normal;
        }

        .wapMain-20190122-02 .main .item-left .user i {
            font-style: normal;
            border: 1px solid;
            padding: 0 0.3rem;
            border-radius: 2rem;
            font-size: 0.6rem;
        }

.wapMain-20190122-02 .container .changePage {
    padding: 1rem 0;
    text-align: center;
    font-size: 0;
    border-top: 1px solid #eee;
}

    .wapMain-20190122-02 .container .changePage a {
        display: inline-block;
        font-size: 0.85rem;
        color: #777;
        background: #f4f4f4;
        margin: 0 0.6rem;
        padding: 0.2rem 0.8rem;
    }

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.flex {
    display: -webkit-box;
    display: flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
}

.pingce-container {
    margin-top: 4.8rem;
    font-family: 'microsoft yahei';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
}

    .pingce-container * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pingce-container > * {
        background-color: #fff;
    }

    .pingce-container .swiper-container .swiper-pagination .swiper-pagination-bullet {
        margin: 0 4px;
        width: 1rem;
        height: 0.2rem;
        border-radius: 1rem;
    }

    .pingce-container .content-title {
        line-height: 2.4rem;
        height: 2.4rem;
    }

    .pingce-container .h2 {
        font-size: 0.8533rem;
        color: #ff2144;
        padding: 0 4%;
        border-left: 0.3rem solid #ff4d5d;
        line-height: 1.4;
        display: inline-block;
        width: 100%;
    }

    .pingce-container .content-list {
        padding: 0 4%;
        font-size: 0.7rem;
    }

        .pingce-container .content-list .item {
            padding: 0.7rem 0;
            border-bottom: 1px solid #eee;
        }

            .pingce-container .content-list .item .item-img {
                width: 6rem;
                height: 6rem;
                overflow: hidden;
                float: left;
                -webkit-flex: none;
                flex: none;
                justify-content: center;
                align-items: center;
                text-align: center;
                margin-right: 0.5rem;
            }

                .pingce-container .content-list .item .item-img a {
                    display: block;
                    width: 100%;
                    height: 100%;
                }

                .pingce-container .content-list .item .item-img img {
                    width: 100%;
                    display: block;
                }

            .pingce-container .content-list .item .item-main {
                width: calc(100% - 6rem - 1px);
                position: relative;
                float: right;
                max-height: 6rem;
                -webkit-flex: 1;
                flex: 1;
                padding-bottom: 1.4rem;
            }

                .pingce-container .content-list .item .item-main .item-type {
                    font-size: 0.6rem;
                    display: inline-block;
                    padding: 0.1rem 0.2rem;
                    background-color: #78ca18;
                    color: #fff;
                }

                .pingce-container .content-list .item .item-main .item-title {
                    display: -webkit-box;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    word-break: break-all;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    font-size: 0.75rem;
                    margin-top: 0.5rem;
                    line-height: 1.5;
                    max-height: 2.243rem;
                    margin-bottom: 0.1rem;
                }

                .pingce-container .content-list .item .item-main .item-tag-box {
                    font-size: 0.7rem;
                    display: block;
                    color: #555;
                    position: absolute;
                    bottom: -0.1rem;
                }

                    .pingce-container .content-list .item .item-main .item-tag-box a {
                        margin-right: 0.3rem;
                        display: inline-block;
                        background: #eee;
                        padding: 0.05rem 0.3rem;
                        border-radius: 1rem;
                    }

    .pingce-container .see-more {
        text-align: center;
    }

        .pingce-container .see-more a {
            display: inline-block;
            width: 40%;
            margin: 1rem 0 1.5rem;
            font-size: 0.746rem;
            color: #f9405d;
            height: 1.6rem;
            line-height: 1.6rem;
            border: 1px solid #f9405d;
            border-radius: 0.1333rem;
        }
    .pingce-container.fenlei .BreadcrumbNav {
        padding: 0.6rem 4%;
        background-color: #f5f5f5;
        font-size: 0.65rem;
        color: #555;
        border-bottom: 1px solid #eee;
    }

    .pingce-container.fenlei .fenlei-nav {
        font-size: 0;
        padding: 0.8rem 0 0.3rem 4%;
    }

        .pingce-container.fenlei .fenlei-nav li {
            display: inline-block;
            width: 33.333%;
        }

            .pingce-container.fenlei .fenlei-nav li a {
                display: inline-block;
                width: 87%;
                border: 1px solid #eee;
                margin: 0.2rem auto;
                padding: 0.5rem 0;
                border-radius: 0.2rem;
                text-align: center;
                font-size: 0.7rem;
            }

        .pingce-container.fenlei .fenlei-nav .active {
            background-color: #ff2144;
            color: #fff;
        }

    .pingce-container.fenlei .content-list .item .item-main .item-title {
        margin-top: 0;
    }

    .pingce-container.fenlei .content-list .item .item-main .item-text {
        font-size: 0.6rem;
        color: #666;
        display: -webkit-box;
        text-overflow: ellipsis;
        word-break: break-all;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-top: 0rem;
        max-height: 2.4rem;
    }

    .pingce-container.fenlei .content-list .item .item-main .see-article {
        color: #ff2144;
        font-style: normal;
    }

    .pingce-container.fenlei .headerBox .see_more {
        margin-right: 4%;
        -webkit-flex: none;
        flex: none;
        font-size: 0.7rem;
    }

    .pingce-container.fenlei .contentBox .product_content .productBox .priceBox {
        font-size: 0.8rem;
    }

        .pingce-container.fenlei .contentBox .product_content .productBox .priceBox .go {
            float: right;
            text-align: center;
            color: #fff;
            background-color: #FF2144;
            border-radius: 0.13333333rem;
            font-size: 0.8rem;
            width: 1.8rem;
        }

    .pingce-container.fenlei .about-list {
        padding: 0.27rem 0 1.067rem 0;
    }

        .pingce-container.fenlei .about-list .item-list {
            margin: 0 4%;
            height: 1.87rem;
            line-height: 1.87rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 0.8rem;
            color: #666;
        }


            .pingce-container.fenlei .about-list .item-list::before {
                display: inline-block;
                width: 0.32rem;
                height: 0.32rem;
                background-color: #DDD;
                content: '';
                margin-right: 0.27rem;
                border-radius: 50%;
                position: relative;
                bottom: 0.14rem;
            }
#origin-img {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

    #origin-img .swiper-slide img {
        width: 100%;
        vertical-align: middle;
    }

.swiper-pagination {
    top: 1em;
    bottom: auto;
    color: #fff;
}
.swiper_open {
    overflow: hidden;
}

.meiqia-wrap {
    position: fixed;
    z-index: 10000;
    width: 60px;
    height: 60px;
    background-color: #ff3070;
    box-shadow: 0px 0px 4px #4c4c4c;
    bottom: 90px;
    right: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.meiqia-wrap a {
    display: block;
    width: 32px;
    height: 32px;
    background-size: 64px auto;
    background-repeat: no-repeat;
    background-image: url(https://static.meiqia.com/widget/static/icon-mq-round@2x.png)
}
.L_guanggao {
    position: relative;
}

    .L_guanggao > img {
        width: 100%;
    }

    .L_guanggao > span {
        position: absolute;
        right: 0;
        bottom: 0.26rem;
        width: 3rem;
        background-color: #333;
        opacity: 0.5;
        color: #fff;
        text-align: center;
        height: 1.5rem;
        line-height: 1.5rem;
        cursor: pointer;
        font-size: 0.7rem;
    }
