/*去除默认样式*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 14px;
    font: inherit;*/
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

    input:focus {
        outline: 0;
    }

a, button, input {
    -webkit-tap-highlight-color: rgba(255,0,0,0);
}

body {
    font-family: 'microsoftyahei', '\534E\6587\7EC6\9ED1', Verdana, Arial, Helvetica, sans-serif;
    background-color: #f8f8f8;
    max-width: 640px;
    margin: 0 auto;
}

html, body {
    width: 100%;
    font-family: "microsoft yahei";
}

html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
}

a, button, input {
    outline: 0 none;
    text-decoration: none;
}

img {
    border: 0 none;
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
}
/*black*/
.L_bg {
    display: none;
    position: fixed;
    z-index: 49;
    top: 0px;
    margin: 0 auto;
    width: 100%;
    max-width: 640px;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
}
/*清浮动*/
.clearF:after {
    content: '';
    display: block;
    clear: both;
}
/*背景图*/
.bgImg {
    display: inline-block;
    background: url(https://static.ilife.cn/osssync/Wenda/2018/wap/icon.png) no-repeat;
    background-size: 125px 100px;
}
/*header1(暂不用)*/
.ilife-header {
    display: none !important;
}
/*header*/
.header {
    width: 100%;
    height: 45px;
    background-color: #0c8b79;
    margin: 0 auto;
    position: fixed;
    top: 0px;
    z-index: 52;
    max-width: 640px;
}

    .header .H_navBtn {
        width: 42.5px;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
    }

        .header .H_navBtn .HN_btn {
            width: 22.5px;
            height: 17.5px;
            background-position: 0px 0px;
            margin-left: 10px;
            margin-top: 13.25px;
        }

    .header .H_search {
        width: 42.5px;
        height: 100%;
        float: right;
        text-align: right;
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .header .H_login {
        display: flex;
        justify-content: space-between;
        align-items: center;
        float: right;
        position: absolute;
        top: 0px;
        right: 0px;
        font-size: 14px;
        font-weight: 600;
        height: 100%;
        text-align: right;
    }

        .header .H_login a {
            color: #fff;
            font-size: 16px;
        }

    .header .show-big-img img {
        width: 100%;
        height: 100%;
    }

    .header .H_search .HS_btn {
        margin-top: 14px;
        margin-right: 10px;
        width: 17px;
        height: 19px;
        background-position: -36.5px 0.5px;
    }
    /*title*/
    .header .H_title {
        line-height: 45px;
        color: #fff;
        font-size: 20px;
        height: 100%;
        text-align: center;
        width: 100%;
    }
        .header .H_title > a {
            color: white;
            font-weight: bold;
            font-size: 1.17rem;
        }
       
        .header .H_title h1 {
            font-size: 20px;
        }


/*nav*/
.L_nav {
    position: fixed;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    top: 0;
    height: 100%;
    overflow-y: auto;
    display: none;
    z-index: 51;
    overflow: auto;
}

    .L_nav > .N_position {
        width: 100%;
        position: absolute;
        top: 45px;
        z-index: 50;
    }

    .L_nav .LN_h {
        padding: 10px 15px;
        font-size: 16px;
        color: #0c8b79;
        background-color: #eeebeb;
    }

        .L_nav .LN_h .LN_title b {
            width: 14px;
            height: 16px;
            display: inline-block;
            vertical-align: middle;
            background-position: -111px -1px;
            margin-right: 10px;
        }

        .L_nav .LN_h .LN_title span {
            display: inline-block;
            vertical-align: middle;
            font-size: 18px;
        }

    .L_nav .LN_list {
        background-color: #fff;
        width: 40%;
        text-align: center;
    }

        .L_nav .LN_list > ul > li {
            padding: 8px 0;
            margin: 0 15px;
            border-bottom: 1px solid #f4f4f4;
        }

            .L_nav .LN_list > ul > li:nth-child(6), .L_nav .LN_list > ul > li:last-child {
                border-bottom: 0;
            }
            /*left*/
            .L_nav .LN_list > ul > li > .LN_navTitle {
                display: inline-block;
                vertical-align: middle;
                width: auto;
            }

                .L_nav .LN_list > ul > li > .LN_navTitle > a {
                    display: block;
                    width: 100%;
                    color: #0c8b79;
                    font-size: 16px;
                }
                    .L_nav .LN_list > ul > li > .LN_navTitle > a > h2 {
                        font-size: 14px;
                    }
                    .L_nav .LN_list > ul > li > .LN_navTitle > a > h2 > b {
                        margin-left: 5px;
                    }
            /*right*/
            .L_nav .LN_list > ul > li > .LN_navList {
                display: inline-block;
                vertical-align: middle;
                width: 70%;
                margin-left: 8px;
            }

                .L_nav .LN_list > ul > li > .LN_navList > ol > li {
                    float: left;
                    width: 30%;
                    margin-right: 3%;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    text-align: left;
                    padding: 5px 0;
                }

@media (min-width: 416px) {
    .L_nav .LN_list > ul > li > .LN_navList > ol > li {
        float: left;
        width: 70px;
        margin-right: 10%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
        padding: 5px 0;
    }
}

.L_nav .LN_list > ul > li > .LN_navList > ol > li > a {
    font-size: 14px;
    padding: 5px 0;
    color: #707070;
}

.L_nav .LN_list > ul > li > .LN_navList > ol > li:hover > a {
    color: #0c8b79;
}

.L_nav .LN_list > ul > .L_item {
    padding: 8px 0;
    margin: 0 15px;
    display: block;
}

    .L_nav .LN_list > ul > .L_item > .LN_navTitle > a > h2 > b {
        width: 9px;
        height: 5px;
        background-position: -116px -27px;
        vertical-align: middle;
    }

    .L_nav .LN_list > ul > .L_item > .LN_navborder {
        border: 1px solid #d3d1d1;
        margin-top: 8px;
    }

        .L_nav .LN_list > ul > .L_item > .LN_navborder > ol > li {
            float: left;
            width: 33.3%;
            border-right: 1px solid #d3d1d1;
            font-size: 0px;
            box-sizing: border-box;
            text-align: center;
        }

            .L_nav .LN_list > ul > .L_item > .LN_navborder > ol > li:last-child {
                border-right: 0;
            }

            .L_nav .LN_list > ul > .L_item > .LN_navborder > ol > li > a {
                display: block;
                width: 100%;
                padding: 8px 0;
                font-size: 14px;
                color: #707070;
            }

            .L_nav .LN_list > ul > .L_item > .LN_navborder > ol > li:hover > a {
                color: #0c8b79;
            }
/*btn*/
.L_nav .LN_btn {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 20px;
}

    .L_nav .LN_btn > a {
        width: 150px;
        height: 40px;
        margin: 0 auto;
        display: block;
        text-align: center;
        line-height: 40px;
        background-color: #f36916;
        font-size: 16px;
        color: #fff;
        border-radius: 5px;
    }
/* 面包屑导航 */
#breadcrumb {
    width: 100%;
    background-color: #ffffff;
    padding: 0 5px;
    box-sizing: border-box;
}

    #breadcrumb ul {
        display: flex;
        justify-content: flex-start;
    }

        #breadcrumb ul li {
            line-height: 35px;
            font-size: 13px;
        }

            #breadcrumb ul li i {
                margin: 0 4px;
            }
/*搜索*/
.L_server {
    position: fixed;
    top: 45px;
    max-width: 640px;
    margin: 0 auto;
    width: 100%;
    height: auto;
    background-color: #fff;
    /* display: none; */
    z-index: 51;
}

    .L_server .LS_po {
        position: absolute;
        width: 100%;
        height: auto;
        background-color: #f0f0f0;
        z-index: 50;
    }

    .L_server .LS_text {
        position: relative;
        text-align: center;
        padding: 10px 0;
        z-index: 999;
        font-size: 16px;
    }

        .L_server .LS_text input {
            padding: 8px 10px 8px 40px;
            margin: 0 auto;
            width: 98%;
            border-radius: 7px;
            border: 1px solid #f0f0f0;
        }

        .L_server .LS_text b {
            position: absolute;
            top: 50%;
            left: 10px;
            width: 25px;
            height: 25px;
            background: url(https://static.ilife.cn/osssync/Wenda/2018/wap/search_03.png) no-repeat;
            background-size: 18px 18px;
            background-position: left center;
            transform: translateY(-50%);
        }

#L_search {
    width: 65%;
    display: flex;
    border: 1px solid #999999;
    border-radius: 5px;
    overflow: hidden;
}

    #L_search > input {
        border: none;
        padding: 0 5px;
    }

    #L_search span {
        width: 15%;
        height: 25px;
        background-color: #0c8b79;
        background: url(https://static.ilife.cn/osssync/Wenda/2018/wap/wenda_icon.png) no-repeat;
        background-size: 270px;
        background-position: -137px -10px;
    }
/*内容*/
.L_main {
    margin-top: 45px !important;
    background-color: #f3f3f3;
}

    .L_main .L_title {
        background: #fff;
        padding: 10px 15px;
        /* border-bottom: 1px solid #d9d9d9; */
    }

    .L_main .L_margin {
        padding: 3px 5px;
        border-bottom: 1px solid #f0efef;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin:0 8px;
    }
    .L_main .L_title h1 {
        font-size: 14px;
    }

    .L_main .L_title > h2 {
        display: flex;
        align-items: center;
        padding: 0;
        color: #101010;
        font-size: 18px;
    }

        .L_main .L_title > h2:before {
            display: inline-block;
            content: '';
            margin-right: 10px;
            width: 4px;
            height: 20px;
            background-color: #e02e24;
        }

 


    .L_main .L_title > h2 > span {
        padding: 10px 0;
        padding-left: 10px;
        margin-left: -3px;
    }

/**/
.LQ_display {
    display: none;
}

/*热门问题*/
.L_main > .LQ_content {
    background-color: #fff;
   
}

    .L_main > .LQ_content > ul > li {
        padding: 8px;
        border-bottom: 1px solid #f0efef;
        margin:0 8px;
    }
    .L_main > .LQ_content > ul > li a {
        font-size: 14px;
    }
   
.L_main > .LQ_margin > ul > li {
    padding: 8px;
    /* margin: 0 8px; */
}

.L_main > .LQ_content > ul > li:nth-child(5) {
    border-bottom: 0;
}

.L_main > .LQ_content > ul > li > .LQ_title > a {
    color: #333;
    font-size: 14px;
    display: -webkit-box;
    /* -webkit-line-clamp:2;
		-webkit-box-orient:vertical; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* text-indent: 2em; */
    /* position: relative; */
    /* display: flex; */
}

    .L_main > .LQ_content > ul > li > .LQ_title > a > b {
        position: unset;
        display: block;
    }

    .L_main > .LQ_content > ul > li > .LQ_title > a > p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 74%;
    }
    /* .L_main > .LQ_content > ul > li > .LQ_title > a > span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  } */
    .L_main > .LQ_content > ul > li > .LQ_title > a > span.LQ_title_sort {
        color: #089677;
        margin: 0 3px;
    }

.L_main > .LQ_content > ul > li > .LQ_bottom {
    margin-top: 8px;
    padding-bottom: 2px;
    display: flex;
    justify-content: flex-end;
}

    .L_main > .LQ_content > ul > li > .LQ_bottom > .LQ_time {
        width: 70px;
        color: #808080;
        font-size: 12px;
        text-align: right;
        /* margin-left: 10px; */
    }

    .L_main > .LQ_content > ul > li > .LQ_bottom > .LQ_right {
        width: auto;
        position: relative;
        font-size: 12px;
        color: #808080;
        padding-left: 15px;
    }

        .L_main > .LQ_content > ul > li > .LQ_bottom > .LQ_right > b {
            width: 11px;
            height: 11px;
            position: absolute;
            background-position: -87px 0px;
            z-index: 10;
            left: 0px;
            top: 4.5px;
        }

        .L_main > .LQ_content > ul > li > .LQ_bottom > .LQ_right > span {
            color: #0c8b79;
        }

.L_main > .LQ_content > ul > li:hover > .LQ_title > a, .L_main > .LQ_content > ul > li:hover > .LQ_bottom > .LQ_right {
    color: #0c8b79;
}

    .L_main > .LQ_content > ul > li:hover > .LQ_bottom > .LQ_right > b {
        background-position: -67.5px 0px;
    }

.L_main > .LQ_content > ul > div {
    width: 80%;
    text-align: center;
    margin: 14px auto;
}

    .L_main > .LQ_content > ul > div > a {
        display: block;
        padding: 8px 0;
        color: #fff;
        background-color: #0c8b79;
        border-radius: 5px;
        font-size: 14px;
    }

/*分类*/
.L_main .L_title > ul > li {
    float: left;
    font-size: 13px;
    margin-right: 5px;
    color: #333;
}

    .L_main .L_title > ul > li a {
        color: #333;
        font-size: 13px;
    }

  /*  .L_main .L_title > ul > li:last-child a {
        color: #0c8b79;
    }*/

.L_main .L_jump {
    background-color: #fff;
    padding: 8px 15px;
    margin-top: 10px;
}

    .L_main .L_jump > ul {
        height: auto;
        overflow: hidden;
    }

        .L_main .L_jump > ul > li {
            float: left;
            width: 33.3%;
            text-align: center;
            margin-bottom: 8px;
        }

            .L_main .L_jump > ul > li > a {
                display: block;
                margin: 0 auto;
                width: 95%;
                padding: 8px 0;
                border: 1px solid #d7d7d7;
                color: #333;
                font-size: 14px;
                ;
            }

            .L_main .L_jump > ul > li:hover > a {
                background-color: #0c8b79;
                color: #fff;
            }

.L_main > .LQ_border > ul > li:nth-child(5) {
    border-bottom: 1px solid #d9d9d9;
}

.L_main > .LQ_border > ul > li:last-child {
    border-bottom: 0px;
}

.L_main > .Lmore {
    text-align: center;
    font-size: 16px;
    color: #0c8b79;
    position: relative;
}

    .L_main > .Lmore > b {
        border: 5.5px solid transparent;
        position: absolute;
        top: 6.5px;
        left: 50%;
        margin-left: 18px;
        border-top-color: #0c8b79;
    }

.Lmore {
    text-align: center;
    font-size: 16px;
    color: #0c8b79;
    position: relative;
}

    .Lmore > b {
        border: 5.5px solid transparent;
        position: absolute;
        top: 6.5px;
        left: 50%;
        margin-left: 18px;
    }

    .Lmore > .show {
        border-top-color: #0c8b79;
    }

    .Lmore > .hide {
        border-bottom-color: #0c8b79;
        top: 3px;
    }
/*产品*/
.L_main > .LQ_content > ol > li {
    width: 50%;
    text-align: center;
    padding: 10px 0;
    float: left;
}

.L_main > .LQ_content > ol {
    margin: 0 4px;
}

    .L_main > .LQ_content > ol > li > a {
        display: block;
        padding: 8px 2px;
    }

    .L_main > .LQ_content > ol > li:hover > a > .LQ_img {
        border-color: #0c8b79;
    }

    .L_main > .LQ_content > ol > li:hover > a > .L_Otitle {
        color: #0c8b79;
    }

    .L_main > .LQ_content > ol > li > a > .LQ_img {
        width: 80%;
        padding: 5% 10%;
        border: 1px solid #e8e8e8;
    }

        .L_main > .LQ_content > ol > li > a > .LQ_img > img {
            width: 100%;
        }

    .L_main > .LQ_content > ol > li > a > .L_Otitle {
        padding: 0 3px;
        line-height: 1.4;
        text-align: left;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        word-break: break-all;
        color: #333;
        font-size: 14px;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .L_main > .LQ_content > ol > li > a > .L_Mprice {
        color: #909090;
        margin: 5px 0;
        font-size: 14px;
        ;
    }

        .L_main > .LQ_content > ol > li > a > .L_Mprice > del {
            font-family: arial;
        }

    .L_main > .LQ_content > ol > li > a > .L_Hprice {
        color: #909090;
        margin: 5px 0;
        font-size: 14px;
        ;
    }

        .L_main > .LQ_content > ol > li > a > .L_Hprice > i {
            font-style: normal;
            color: #f36916;
        }

        .L_main > .LQ_content > ol > li > a > .L_Hprice > b {
            font-size: 1rem;
            color: #f36916;
            font-weight: bold;
        }
/*详情页*/
.L_main > .LQ_content > .LQ_head {
    font-size: 14px;
    color: #333;
    text-indent: 2em;
    line-height: 1.5;
    margin: 0px 8px;
    padding: 10px 0;
    border-bottom: 1px solid #f0efef;
    position: relative;
    font-weight: bold;
}
    .L_main > .LQ_content > .LQ_head h1 {
        font-size: 1.45rem;
    }
    .L_main > .LQ_content > .LQ_head > b {
        position: absolute;
        width: 18.6px;
        height: 18.6px;
        background: url(https://static.ilife.cn/osssync/Wenda/2018/wap/icon.png) no-repeat;
        background-size: 175px 140px;
        background-position: -43.4px -73.5px;
        top: 14px;
        left: 0px;
    }

.L_main > .LQ_content > .LQ_lookMore {
    margin-top: 8px;
    padding-bottom: 0px;
}

    .L_main > .LQ_content > .LQ_lookMore > .L_Scontent {
        float: left;
        width: 85%;
        height: 24px;
    }

        .L_main > .LQ_content > .LQ_lookMore > .L_Scontent > p {
            font-size: 1rem;
            color: #333;
            line-height: 1.6rem;
            width: auto;
            padding-bottom: 12px;
            padding-top: 12px;
            padding-left: 8px;
            padding-right: 8px;
        }

    .L_main > .LQ_content > .LQ_lookMore > .L_show {
        margin-top: 3px;
        float: right;
        width: 15%;
        font-size: 14px;
        position: relative;
        color: #0C8B79;
    }

        .L_main > .LQ_content > .LQ_lookMore > .L_show > b {
            border: 5px solid transparent;
            position: absolute;
        }

        .L_main > .LQ_content > .LQ_lookMore > .L_show > .show {
            border-top-color: #0c8b79;
            top: 6.5px;
            left: 2.6rem;
        }

        .L_main > .LQ_content > .LQ_lookMore > .L_show > .hide {
            border-bottom-color: #0c8b79;
            top: 3px;
            left: 2.6rem;
        }

.L_main > .L_answer {
    padding: 8px 8px;
    font-size: 16px;
    color: #333;
    position: relative;
}

    .L_main > .L_answer > span {
        font-weight: bold;
        padding-left: 30px;
    }

    .L_main > .L_answer > b {
        position: absolute;
        width: 17.5px;
        height: 17.5px;
        background: url(https://static.ilife.cn/osssync/Wenda/2018/wap/icon.png) no-repeat;
        background-size: 175px 140px;
        background-position: -81.9px -73.5px;
        top: 11px;
    }

.L_main > .LQ_content > .L_zuo {
    padding: 10px 8px;
}

    .L_main > .LQ_content > .L_zuo > p {
        float: left;
        padding: 0 10px;
        font-size: 14px;
        color: #808080;
        border-right: 1px solid #959595;
    }

        .L_main > .LQ_content > .L_zuo > p:last-child {
            border-right: 0px;
        }
/*品牌*/
.L_main > .LQ_content > .L_shop {
    padding: 10px 5px;
}

    .L_main > .LQ_content > .L_shop > ul > li {
        float: left;
        width: 33.3%;
    }

        .L_main > .LQ_content > .L_shop > ul > li > a {
            display: block;
            padding: 0 8px;
        }

            .L_main > .LQ_content > .L_shop > ul > li > a > img {
                width: 100%;
            }

.L_main > .L_jumplist {
    padding: 10px 15px;
    border-bottom: 5px solid #d9d9d9;
}

.L_main > .L_NOborder {
    border-bottom: 0px;
}

.L_main > .L_jumplist > ul > li {
    width: 16.6%;
    float: left;
    text-align: center;
}

    .L_main > .L_jumplist > ul > li > a {
        display: block;
        width: 38px;
        margin: 0 auto;
        color: #fff;
        background-color: #0c8b79;
        font-size: 14px;
        padding: 5px 5px;
    }

    .L_main > .L_jumplist > ul > li:nth-child(2) > a {
        background-color: #f72c78;
    }

    .L_main > .L_jumplist > ul > li:nth-child(3) > a {
        background-color: #17b0d6;
    }

    .L_main > .L_jumplist > ul > li:nth-child(4) > a {
        background-color: #5db720;
    }

    .L_main > .L_jumplist > ul > li:nth-child(5) > a {
        background-color: #1bc6ae;
    }

    .L_main > .L_jumplist > ul > li:nth-child(6) > a {
        background-color: #be31e7;
    }

/*推荐*/
.L_main > .LQ_content > p {
    font-size: 1.1rem;
    line-height: 1.7rem;
    word-break: break-all;
    text-indent: 2em;
    color: #333;
    padding-bottom: 20px;
}

.L_main > .LQ_padding {
    padding: 15px 8px;
}

.L_main > .LQ_content > .L_sshow {
    font-size: 16px;
    position: relative;
    text-align: center;
    margin: 8px 0;
    font-size: 16px;
    color: #0c8b79;
    position: relative;
}

    .L_main > .LQ_content > .L_sshow > b {
        border: 5px solid transparent;
        position: absolute;
    }

    .L_main > .LQ_content > .L_sshow > .show {
        border-top-color: #0c8b79;
        top: 8.5px;
        left: 50%;
        margin-left: 20px;
    }

    .L_main > .LQ_content > .L_sshow > .hide {
        border-bottom-color: #0c8b79;
        top: 5px;
        left: 50%;
        margin-left: 20px;
    }

.L_main > .LQ_content > .L_praise {
    width: 100%;
    padding: 8px 0;
    text-align: center;
    background-color: #f36916;
    font-size: 16px;
    color: #fff;
}

    .L_main > .LQ_content > .L_praise > b {
        display: inline-block;
        width: 23.8px;
        height: 25.2px;
        background: url(https://static.ilife.cn/osssync/Wenda/2018/wap/icon.png) no-repeat;
        background-size: 175px 140px;
        background-position: 0px -73.5px;
        vertical-align: middle;
    }

    .L_main > .LQ_content > .L_praise > span {
        display: inline-block;
        margin-left: 12px;
        vertical-align: middle;
    }
/*相关问题*/
.L_main > .LQ_content > .L_question {
    padding: 8px;
}

    .L_main > .LQ_content > .L_question > ul > li {
        list-style-type: disc;
        margin-left: 20px;
        border-bottom: 1px dashed #d9d9d9;
        padding: 8px 0;
        color: #cbcbcb;
    }

        .L_main > .LQ_content > .L_question > ul > li > a {
            font-size: 14px;
            color: #333;
        }

        .L_main > .LQ_content > .L_question > ul > li:hover > a {
            color: #0c8b79;
        }

        .L_main > .LQ_content > .L_question > ul > li:hover {
            color: #0c8b79;
        }
/*footer*/
.footer {
    border-top: 1px solid #d9d9d9;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
}

    .footer > .LF_link {
        margin: 10px;
    }

        .footer > .LF_link > ol > li {
            float: left;
            text-align: center;
            width: 25%;
            margin-bottom: 15px;
        }

            .footer > .LF_link > ol > li > a {
                display: block;
                padding: 5px 0;
                width: 90%;
                margin: 0 auto;
                font-size: 14px;
                background-color: #0C8B79;
                color: #fff;
                border-radius: 5px;
            }

        .footer > .LF_link > ul > li {
            float: left;
            text-align: center;
            /*width: 25%;*/
            width: 33%;
        }

        .footer > .LF_link > ul > li {
            box-sizing: border-box;
            border-right: 1px solid #dedede;
        }

            .footer > .LF_link > ul > li:last-child {
                border: 0;
            }

            .footer > .LF_link > ul > li > a {
                color: #4c4c4c;
            }

            .footer > .LF_link > ul > li:hover > a {
                color: #0c8b79;
            }

    .footer > p {
        font-size: 12px;
        color: #ccc;
        font-weight: lighter;
        text-align: center;
        margin-top: 8px;
    }

/*搜索页*/
.L_main .L_title > div {
    font-size: 16px;
    color: #333;
}

.L_main .L_title > h3 > span {
    color: #f36916;
    font-family: arial;
    font-weight: bold;
}

.L_main > .LQ_bgcolor > ul > li:hover {
    background-color: #eaf5f4;
}

.LQ_content > ul > li > .LQ_title > a > b {
    position: absolute;
    width: 21.5px;
    height: 19px;
    background: url(https://static.ilife.cn/osssync/Wenda/2018/wap/wenda_icon.png) no-repeat;
    background-size: 240px 80px;
    background-position: -208.5px -50px;
}

/*产品*/
.wapnavtouchslider {
    position: relative;
    height: auto;
}

.wap-nav {
    clear: both;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper {
    position: relative;
}

.owl-carousel .owl-item {
    float: left;
    padding-bottom: 30px;
}

.wap-nav .item {
    max-width: 750px;
    min-width: 300px;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}

    .wap-nav .item .nav-item {
        margin: 3px 0;
        height: 70px;
    }

        .wap-nav .item .nav-item img {
            border-radius: 70px;
        }

.wap-nav .nav-item {
    width: 25%;
    float: left;
    font-size: 12px;
    text-decoration: none;
    color: #7f7f7f;
    text-align: center;
    display: block;
    border: 0;
    position: relative;
}

.wap-nav .item .nav-item span {
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 auto 5px;
    overflow: hidden;
}

.wap-nav a:nth-child(1)::after, .wap-nav a:nth-child(2)::after, .wap-nav a:nth-child(3)::after, .wap-nav a:nth-child(5)::after, .wap-nav a:nth-child(6)::after, .wap-nav a:nth-child(7)::after {
    content: "";
    display: block;
    width: 1px;
    height: 28px;
    position: absolute;
    right: -1px;
    top: 9px;
}

.wapnavtouchslider .owl-pagination {
    top: 96%;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-controls .clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #ff7800;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 6px;
    height: 6px;
    margin: 3px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #666;
}

.owl-pagination {
    position: absolute;
    top: 100%;
    left: 47%;
    padding-left: 1%;
    padding-right: 1%;
    width: 50px;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls .clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #0c8b79;
}

.productBox {
    width: 45%;
    float: left;
    padding: 15px 0 10px;
}

    .productBox:nth-child(2n-1) {
        margin-right: 5%;
    }

    .productBox:nth-child(2n) {
        margin-left: 5%;
    }

    .productBox .product_name {
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        font-size: 14px;
        line-height: 20px;
        padding: 4px 0;
        height: 57px;
    }

        .productBox .product_name a {
            color: #333;
        }

    .productBox .oldPrice {
        color: #ccc;
        font-size: 14px;
        text-align: center;
        line-height: 20px;
    }

    .productBox .newPrice {
        color: #ff4800;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        line-height: 20px;
    }

.meiqia-wrap {
    position: fixed;
    z-index: 10000;
    width: 60px;
    height: 60px;
    background-color: #ff3070;
    box-shadow: 0px 0px 4px #4c4c4c;
    bottom: 90px;
    right: 14px;
    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)
}

#btn_style {
    width: 77PX;
    height: 34px;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    border-radius: 20px;
    font-weight:bold;
}

.adv-pro-main > div:first-child .font_style {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: normal;
    color: #333333;
    font-size: 16px;
    width: 85%;
}

#adv-pro > .imgs_style {
    display: flex;
    justify-content: inherit;
}

.imgs_style img {
    border-radius: 9px;
}

#pace_style {
    display: flex;
    margin-top: 5px;
    justify-content: space-between;
}

    #pace_style > .money_style1 {
        color: #e02e24;
        font-size: 16px;
        font-weight: bold;
        border: none;
        height: 20px;
    }

    #pace_style > .money_style2 {
        color: #808080;
        font-size: 12px;
        border: none;
        margin-top: 2px;
    }

.adv-pro img {
    width: 90px;
    height: 90px;
}

.adv-pro-main > span {
    margin-left: 4px;
    text-align: initial;
    color: #848691;
    height: 0.12rem;
    line-height: 0.12rem;
}

.zixun {
    display: block;
    border: 1px solid #c5c5c5;
    font-size: 14px;
    border-radius: 10px;
    color: #6c6c6c;
    width: 120px;
    height: 34px;
    text-align: center;
    line-height: 34px;
}
.L_guanggao {
    position: relative;
}

    .L_guanggao > img {
        width: 100%;
    }

    .L_guanggao > span {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 3rem;
        background-color: #333;
        opacity: 0.5;
        color: #fff;
        text-align: center;
        height: 1.5rem;
        line-height: 1.5rem;
        cursor: pointer;
    }

#back-to-top {
    position: fixed;
    display: none;
    border: none;
    cursor: pointer;
    z-index: 1000;
    border-radius: 50%;
    padding: 0;
}

.footerAskjx {
    display: flex;
    justify-content: center;
}

@media (max-width: 600px) {
    #back-to-top {
        bottom: 134px;
        right: 7px;
        padding: 0;
    }
}

