﻿body {
    background-color: #F7F7F7;
    margin: 0 auto;
    min-width: 320px;
    max-width: 540px;
}

.width_33 {
    width: 33% !important;
}

.shebao {
    /*display: flex;
          justify-content: space-between;
          align-items: center;*/
}

    .shebao a {
        display: block;
        margin-bottom: 0.5rem;
        box-shadow: 0 0 10px #ccc;
    }

.kefu {
    display: none;
}

/*.swiper-container {
            width: 100%;
            height: 100%;
        }*/
/*.swiper-slide {
            display: block;
            vertical-align: middle;
            line-height: 2rem;
        }*/

#banner, #banner .swiper-slide {
    height: 14rem;
}

    #banner .swiper-pagination-bullet {
        border: 1.5px solid #fff;
        box-sizing: content-box;
        background: none;
        opacity: .7;
    }

    #banner .swiper-pagination-bullet-active {
        background: #fff !important;
        opacity: 1;
    }

    #banner .swiper-pagination-bullets {
        bottom: 1rem !important;
    }

.swiper_href {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* 搜索框 */
.search_box {
    padding: 0.8rem;
    position: fixed;
    top: 0;
    z-index: 3;
    width: 100%;
    min-width: 320px;
    max-width: 540px;
    background-color: transparent;
}

.search_input {
    display: inline-block;
    border: none;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 5rem;
    outline: none;
    padding: 0 2.5rem 0 1rem;
    background-color: rgba(255,255,255,0.8);
    box-shadow: 0 1px 4px rgba(0,0,0,.1);
    margin-left: 3.2rem;
    color: #AEAEAE;
    width: calc(100% - 6.2rem);
}

.search_box .fa-search {
    position: absolute;
    top: 0.8rem;
    right: 3.8rem;
    width: 3rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    font-size: 1.5rem;
    color: #2A83C7;
}

.search_box .fa-phone {
    color: #AEAEAE;
    background-color: rgba(255,255,255,0.8);
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.8rem;
    text-align: center;
    border-radius: 50%;
    font-size: 1.3rem;
    position: absolute;
    right: 0.8rem;
}

.head_portrait {
    width: 2.6rem;max-width:2.6em;
    display: block;
    position: absolute;
    left: .75rem;
    right: 0;
    top: 1.2rem;
    text-align: center;
    color: #999;
}


#classfiy {
    background-color: #fff;
    padding: 0.5rem 0.5rem 1rem 0.5rem;
    margin-bottom: 0.5rem;
    position: relative;
    box-shadow: 0 0 10px #ccc;
}

    #classfiy::before {
        content: '';
        display: block;
        height: 2rem;
        position: absolute;
        top: -.6rem;
        width: 100%;
        background-image: url(../images/bag_rd.png);
        background-size: 100%;
        background-repeat: no-repeat;
        left: 0;
        z-index: 1;
    }

    #classfiy a {
        float: left;
        width: 20%;
        color: #666;
        height: 8rem;
    }

.swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 3px !important;
}

#classmain .swiper-pagination-bullet {
    border: 2px solid #000;
    background: transparent;
}

#classmain .swiper-pagination-bullets {
    bottom: 0 !important;
}

#classmain .swiper-pagination-bullet-active {
    background: #000;
}


.swiper_div {
    padding: .8rem 0;
}

.swiper_div_img {
    /*margin: 0 auto;
            line-height: 3rem;
            height: 3rem;
            width: 3rem;
            text-align: center;
            font-size: 1.5rem;
            margin-bottom: 0.5rem;
            border-radius: 50%;
            overflow: hidden;
            background: #fff;*/
}

    .swiper_div_img img {
        height: 100%;
    }

.swiper_div i {
    display: block;
    margin: 0 auto;
    line-height: 3rem;
    height: 3rem;
    width: 3rem;
    text-align: center;
    font-size: 1.5rem;
    border-radius: 50%;
    margin-bottom: 0.5rem;
}

.swiper_div h1 {
    text-align: center;
    font-size: 1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.proshow_title {
    text-align: center;
    margin: 1.5rem;
    overflow: hidden;
    position: relative;
    padding: 0.2rem 0;
}

#footer {
    max-width: 540px;
}

.proshow_title::before {
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    background-color: #ddd;
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    right: 50%;
    top: 50%;
    margin-right: 4.5rem;
}

.proshow_title::after {
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    background-color: #ddd;
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    left: 50%;
    top: 50%;
    margin-left: 4.5rem;
}

.proshow_title span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
    color: #666;
    position: relative;
    padding: 0 1.2rem;
    line-height: 1;
    font-weight: bold;
}


.proshow_list {
    padding: 0 .5rem;
    box-sizing: border-box;
    margin: auto;
}

    .proshow_list::after {
        content: "";
        clear: both;
        display: block;
    }

    .proshow_list li {
        padding: .5rem;
        float: left;
        width: 50%;
        overflow: hidden;
        position: relative;
        /*margin:auto;*/
    }

.pd_tag {
    position: absolute;
    top: 0.7rem;
    left: -2.7rem;
    z-index: 2;
    background: #02b311;
    padding: 4px 30px;
    color: #FFF;
    transform: rotate(-44deg);
}

.proshow_href {
    background-color: #fff;
    display: block;
    padding: 0.5rem;
    border-radius: 0.3rem;
    position: relative;
    line-height: 1.5rem;
}

.proshow_img {
    padding-top: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/hbs_load_2.jpg);
    position: relative;
}

.proshow_info {
}

    .proshow_info h1 {
        font-size: 1.2rem;
        line-height: 2.2rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #666;
    }

    .proshow_info p {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        /* margin: 0.3rem 0; */
    }

        .proshow_info p b {
            font-size: .8rem;
            color: #2372b6;
            font-weight: bold;
        }

        .proshow_info p i {
            font-size: 1rem;
            background-repeat: no-repeat;
            background-size: contain;
            /* padding-left: 1.7rem;
        background-position: left -2px;*/
            /*margin: 0.2rem 0;*/
        }

.check_more {
    color: #999;
    display: block;
    text-align: center;
}


.test_1 {
    float: none !important;
    width: 100% !important;
    overflow: hidden;
}

.test_2 {
    padding: 1rem;
}

.test_3 {
    padding-top: 0;
    width: 10rem;
    height: 10rem;
    position: absolute;
}

.test_4 {
    width: 100%;
    padding-left: 11rem;
    height: 10rem;
}

.test_5 {
    font-size: 1.3rem !important;
    line-height: 2rem !important;
    white-space: normal !important;
    height: 4rem;
}

.lingshou {
    float: left;
}

.aixin {
    float: right;
    margin: .2rem 0;
}

.back_top {
    z-index: 10;
    position: fixed;
    right: 0;
    bottom: 6rem;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    overflow: hidden;
    background-color: rgba(0,0,0,.5);
    border-radius: 0.3rem 0 0 0.3rem;
    display: none;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
}

.banner_gg_box {
    position: relative;
    padding: 0.5rem 5.5rem;
    background-color: #fff;
}

#banner_gg {
    height: 4rem;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 0 0.5rem;
}

    #banner_gg .swiper-slide {
        height: 2rem !important;
    }

.headlines {
    position: absolute;
    top: 0.8rem;
    left: 1rem;
    display: block;
    background-color: #E41D1E;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 1.75rem;
    border-radius: 0.5rem;
    transform: rotateZ(-10deg);
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
}

.more_headlines {
    position: absolute;
    width: 5rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    right: 0.5rem;
    top: 0.5rem;
    color: #a7a7a7;
}

    .more_headlines i {
        margin-left: 0.3rem;
    }

#banner_gg a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #676767;
    display: block;
}

.advert_a {
    display: block;
    margin: 0.5rem 0;
}

.marketing {
    overflow: hidden;
    box-shadow: -1px 1px 10px 0px rgba(163, 165, 165, 0.5);
    margin: 0.5rem 0;
}

    .marketing a {
        width: 50%;
        display: block;
        float: left;
    }


.proshow_img_qg {
    color: #fff;
    width: 100%;
    text-align: center;
    display: block;
}

    .proshow_img_qg span {
        color: #f00;
    }

.limit_box {
    background-color: #fff;
    overflow: hidden;
    box-shadow: -1px 1px 10px 0px rgba(163, 165, 165, 0.5);
    margin-bottom: 0.9rem;
}

.time_limit {
    margin-top: .5rem;
    line-height: 3rem;
    border-bottom: 1px solid #F7F7F7;
    position: relative;
}

.time_limit_span {
    position: absolute;
    left: 1rem;
    top: 0;
}

.time_limit a {
    cursor: default;
}

    .time_limit a .fa {
        margin-left: 0.5rem;
    }

.limit_ul {
    /*overflow: hidden;*/
}

    .limit_ul::after {
        content: '';
        display: block;
        clear: both;
    }

.limit_li {
    width: 33.3333333333333333%;
    float: left;
    padding: 0.5rem;
    border-right: 1px solid #F7F7F7;
    background-color: #F7F7F7;
}

    .limit_li:last-child {
        border-right: none;
    }

.limit_img {
    padding-top: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.limit_info {
}

    .limit_info h1 {
        font-size: 1rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #666;
        line-height: 2rem;
    }

    .limit_info p {
        font-size: 1rem;
        line-height: 1.5rem;
    }

        .limit_info p i {
            color: #f00;
            font-size: 1.2rem;
        }

        .limit_info p del {
            color: #aaa;
        }

.wytx_box {
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
}

.wytx_ul a {
    display: block;
    line-height: 4rem;
    width: 100%;
    text-align: center;
    border-radius: 0.3rem;
    background-color: #31B880;
    color: #fff;
    font-size: 1.5rem;
    margin-top: 1rem;
}

.usersome_Eject {
    position: absolute;
    width: 90%;
    top: 35%;
    left: 5%;
    background-color: #fff;
    padding: 2rem 0.5rem;
}

.wytx_close {
    color: #79889f;
    font-size: 2rem;
    display: block;
    width: 3rem;
    line-height: 3rem;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.usersome_list {
    float: left;
    width: 50%;
    position: relative;
}

.usersome_href {
    display: block;
    width: 100%;
    height: 8rem;
    padding-top: 1rem;
    text-align: center;
    position: relative;
}

    .usersome_href i {
        display: block;
        width: 4rem;
        height: 4rem;
        line-height: 4rem;
        margin: 0 auto;
        font-size: 1.8rem;
    }

    .usersome_href p {
        font-size: 1rem;
        color: #7a7a7a;
    }

.banner_gg_box {
    position: relative;
    padding: 0.5rem 5.5rem;
    background-color: #fff;
}
/*邀约有奖*/
.invitation {
    height: 5rem;
    padding: .5rem .8rem;
    background: #fff;
    margin-bottom: .5rem;
    position: relative;
}

.invitation_box {
    position: absolute;
    width: 4.2rem;
    height: 4.2rem;
    background: #C02624;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
}

    .invitation_box p {
        height: 2.1rem;
        line-height: 2.1rem;
    }

.invitation_text {
    padding: 0 1rem 0 5rem;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #565555;
    font-weight: bold;
}

.invitation_more {
    font-size: 1.1rem;
    position: absolute;
    right: 1rem;
    color: #999;
    top: 1.8rem;
    z-index: 2;
}


#banner_gg {
    height: 4rem;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 0 0.5rem;
}

    #banner_gg .swiper-slide {
        height: 2rem !important;
        text-align: left;
    }

.you_img {
    font-weight: bold;
    font-size: 1.2rem;
    background-image: url(../images/friendIcon.png);
    background-repeat: no-repeat;
    background-size: contain;
    color: blue !important;
    float: right;
    padding-left: 1.5rem;
    width: 50% !important;
    /*margin: 0.4rem 0  0  !important;*/
    background-position: left -2px;
}

.proshow_img_over {
    position: absolute;
    width: 60%;
    height: 60%;
    top: 20%;
    left: 20%;
    border: 0.3rem solid rgba(255,255,255,0.8);
    border-radius: 50%;
    overflow: hidden;
    display: none;
}

.proshow_img_over_jj {
    position: absolute;
    width: 60%;
    height: 60%;
    top: 20%;
    left: 20%;
    border: 0.3rem solid rgba(255,255,255,0.8);
    border-radius: 50%;
    overflow: hidden;
    display: none;
}

.proshow_img_over_ms {
    position: absolute;
    width: 60%;
    height: 60%;
    top: 20%;
    left: 20%;
    border: 0.3rem solid rgba(255,255,255,0.8);
    border-radius: 50%;
    overflow: hidden;
    display: none;
}

    .proshow_img_over_ms i {
        display: block;
        background-color: rgba(255,255,255,0.8);
        color: #999;
        position: absolute;
        width: 100%;
        text-align: center;
        top: 50%;
        margin-top: -0.75rem;
        line-height: 1.5rem;
    }

.proshow_img_over_jj i {
    display: block;
    background-color: rgba(255,255,255,0.8);
    color: #999;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -0.75rem;
    line-height: 1.5rem;
}

.proshow_img_over i {
    display: block;
    background-color: rgba(255,255,255,0.8);
    color: #999;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -0.75rem;
    line-height: 1.5rem;
}

.start_time {
    position: absolute;
    z-index: 2;
    bottom: 0.5rem;
    left: 36%;
    background-color: #fff;
}

    .start_time span {
        padding: 0.2rem 0.5rem;
        background-color: #313131;
        color: #fff;
    }
/*净化器*/
.jhq_li {
    overflow: initial;
    padding: 0 !important;
}

.pd_0 {
    padding: 0 !important;
}

.pfs, .jhq_li p:nth-of-type(1) {
    width: 120% !important;
    box-sizing: content-box;
    display: inline-block;
    -webkit-transform: scale(0.8);
    overflow: initial !important;
    transform: scale(0.8);
    position: relative;
    left: -1rem;
}

.pfs {
    position: relative;
    top: -0.5rem;
}

.jhq_li p:nth-of-type(1) i {
    display: block;
    float: initial !important;
}

.jhq_li p i, .jhq::after {
    content: "";
    display: block;
    clear: both;
}

.proshow_tips {
    width: 100%;
    position: absolute;
    bottom: .2rem;
    left: 0;
    height: 2.5rem;
    background-color: #fff;
    background: rgba(195, 182, 182, 0.6);
}

    .proshow_tips p {
        text-align: center;
        line-height: 2.5rem;
        display: block;
        font-weight: bold;
    }

.Special {
    margin: 1rem 0;
    box-shadow: 0px 0px 10px #ccc;
}

    .Special::after {
        content: '';
        display: block;
        clear: both;
    }

    .Special a {
        font-size: 0;
        float: left;
        width: 50%;
    }

        .Special a:nth-of-type(1) {
            border-right: 1px solid #fff;
        }

.product_new_li p:nth-of-type(1) {
    width: 120% !important;
    box-sizing: content-box;
    display: inline-block;
    -webkit-transform: scale(0.8);
    overflow: initial !important;
    transform: scale(0.8);
    position: relative;
    left: -1rem;
    color: red;
}

.product_new .swiper-pagination-bullets {
}

.product_new .swiper-pagination-bullet-active {
    background: #000;
}

.bg_12 {
    background: rgba(0,0,0,.7);
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 10;
}

.bg_alert_12 {
    z-index: 10;
    width: 100%;
    max-width: 540px;
    margin: auto;
    position: fixed;
    top: 20%;
    text-align: center;
}

    .bg_alert_12 i {
        position: absolute;
        display: block;
        height: 3rem;
        width: 3rem;
        right: 4rem;
        color: #fff;
        z-index: 20;
        border-radius: 50%;
        border: 1px solid #fff;
        font-size: 3rem;
    }

        .bg_alert_12 i::before {
            content: '×';
            display: block;
            margin: auto;
            width: 3rem;
            line-height: 3rem;
            height: 3rem;
        }

    .bg_alert_12 img {
        width: 80%;
        display: inline;
    }

.twer {
    display: none;
}
/*notice*/
.wx_box {
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: fixed;
    height: 100%;
    width: 100%;
    display: none;
    top: 0;
    left: 0;
}

.tip_bg {
    position: fixed;
    width: 100%;
    z-index: 4;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
}

.tip_title {
    text-align: center;
    font-size: 1.6rem;
    background: #fff;
    color: #f00;
    font-weight: bold;
    float: left;
    width: 85%;
}

.tip_btn {
    height: 2.5rem;
    width: 7rem;
    color: #fff;
    border-radius: 3px;
    left: calc(50% - 3.5rem);
    border: none;
    background: #337AB7;
    font-size: 1.4rem;
}

.tip_msg {
    position: relative;
    font-size: 1.1rem;
    margin: 15% auto;
    background: #fff;
    padding: 1rem;
    width: 25rem;
}

.closed {
    font-size: 1.2rem;
    padding-left: 1rem;
    float: right;
}

.tip_kym {
    text-align: center;
    margin-top: 10px;
}

.Nav_title {
    width: 100%;
    overflow: hidden;
}

.color_red {
    color: red;
}

.color_skyBlue {
    color: #5B9BD5;
}



.wrap_view {
    margin: 2rem 0 1rem;
    background: #fff;
    position: relative;
    box-shadow: 0 0 10px #ccc;
}

    .wrap_view::after {
        content: '';
        display: block;
        clear: both;
    }

.Dview_t {
    position: absolute;
    background: -webkit-linear-gradient(45deg, #FA7181,#c93151); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(45deg, #FA7181, #c93151); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(45deg, #FA7181, #c93151); /* Firefox 3.6 - 15 */
    background: linear-gradient(45deg, #FA7181, #c93151); /* 标准的语法 */
    color: #fff;
    padding: .2rem 2rem;
    border-radius: 1rem;
    font-size: 1.3rem;
    left: -1rem;
    top: -1rem;
    z-index: 1;
}

.Dview {
    float: left;
    width: 33.33%;
    height: 10.6rem;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border: .1rem;
    outline: .1rem solid #fff;
}

    .Dview p {
        position: absolute;
        bottom: .5rem;
        right: .4rem;
        color: #f85;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 50%;
    }

    .Dview img {
        width: auto;
        height: 100%;
    }

.Dview_one {
    width: 66.66%;
    float: left;
    height: 10.6rem;
    position: relative;
    overflow: hidden;
}

    .Dview_one div {
        background-image: url(../images/shop_title.png);
        background-size: cover;
        height: 8rem;
        width: 5rem;
        position: absolute;
        right: .5rem;
        border-radius: 1rem;
        background-position: 0rem -2.5rem;
        background-repeat: no-repeat;
    }

    .Dview_one img {
        height: 100%;
        width: auto;
        margin: auto;
    }

/*.Dview:nth-of-type(1){
            width:33.33%;
        }*/
