@charset "utf-8";

.banner {
    width: 19.2rem;
    height: 10rem;
  
    overflow: hidden;
}

.banner .swiper-slide {
    background-size: cover;
    background-position: center;
}


.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0.34rem;
    left: 0;
    width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.banner .hvcenter {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 3rem;
    top: 0px;
    height: 100%;
}

.banner .hvcenter .text {
    text-align: center;
    display: inline-block;
}

.banner .hvcenter.right {
    left: 11.25rem;
    position: absolute;
    text-align: center;
}

.index_span_1 {
    font-size: .45rem;
    line-height: .6rem;
    color: #B79172;
    font-family: "Helvetica Light";
    letter-spacing: 0.05rem;
}

.index_span_2 {
    font-size: .35rem;
    line-height: .6rem;
    color: #4c4948;
    letter-spacing: 0.10rem;
}

.index_span_3 {
    font-size: .25rem;
    line-height: .6rem;
    color: #4c4948;
    letter-spacing: 0.05rem;
}

.index_span_3_big {
    font-size: .30rem;
    line-height: .6rem;
    color: #4c4948;
    letter-spacing: 0.05rem;
}

.index_span_3_big .circle {
    display: inline-block;
    background: #4c4948;
    width: 0.04rem;
    height: 0.04rem;
    border-radius: 0.02rem;
    margin: 0.05rem;
}

.index_span_4 {
    font-size: .7rem;
    line-height: .7rem;
    color: #B79172;
    font-family: "Helvetica Light";
}

.index_span_5 {
    font-size: .25rem;
    line-height: .6rem;
    color: #878787;
    letter-spacing: 0.05rem;
    margin-top: .3rem;
}


.banner_1_close {
    width: .7rem;
    height: .7rem;
    display: inline-block;
    margin: .45rem 0;
}

.banner_btn {
    border: #4c4948 solid 1px;
    padding: .1rem .5rem;
    border-radius: .04rem;
    display: inline-block;
    font-size: .18rem;
    letter-spacing: 0.036rem;
    color: #4c4948;
    cursor: pointer;
    margin-top: 1.00rem;
}

.banner_btn:hover {
    background: #fff;
    color: #B79172;
}

.banner_btn_white {
    border: #4c4948 solid 1px;
    padding: .1rem .5rem;
    border-radius: .04rem;
    display: inline-block;
    font-size: .18rem;
    color: #fff;
    cursor: pointer;
    margin-top: .7rem;
    background: #211f1b;
}

.banner_btn_white:hover {
    background: #fff;
    color: #B79172;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #b79172;
}

/*menu of list*/
nav.listMenu {
    position: absolute;
    top: 0px;
    width: 164px;
    z-index: 2;
    background: none;
    padding-bottom: 20px;
    left: -154px;
    margin-top: 0.6rem;
}

nav.listMenu .menu_first_list {}

nav.listMenu .menu_first_list a {
    cursor: pointer;
    display: block;
    height: 36px;
    position: relative;
    font-size: 16px;
    line-height: 35.61px;
    letter-spacing: 2px;
    color: #898989;
}

nav.listMenu .menu_first_list a.firstA {
    color: #B79172;
}

nav.listMenu .menu_first_list ul {
    padding-left: 20px;
    display: none;
}

nav.listMenu .menu_first_list ul li a.dl {
    color: #4c4948;
}

nav.listMenu .menu_first_list a.active,
.menu_first_list ul li a.active,
.menu_first_list ul li a:hover {
    color: #b79172;
}

nav.listMenu .menu_first_list:first-child .firstA {
    line-height: 1em;
    height: 26px;
}

.list_contain {
    width: 12.98rem;
    margin: 0 auto;
}

.search {
    width: 11.30rem;
    border-bottom: 2px solid #c3c3c3;
    padding: .6rem 0 .26rem;
    display: flex;
    justify-content: space-between;
    color: #4c4948;
    font-size: .19rem;
    margin: 0 auto;
}

.search .text {
    width: 1.2rem;
    color: #4c4948;
}

.filter {
    width: 8.6rem;
    font-size: 0;
}

.filter .wer {
    display: inline-block;
    color: #4c4948;
    width: 1.8rem;
    margin-bottom: .1rem;
}

.search .rig {
    width: 1.92rem;
    height: .38rem;
    border: #575453 1px solid;
    position: relative;
}

.search .rig .beautyselect {
    width: 1.2rem;
    height: 100%;
    position: relative;
}

.search .rig .beautyselect select {
    width: 100%;
    text-indent: .12rem;
    border: none;
    height: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #979898;
    font-size: .18rem;
    padding-left: 5px;
}

.search .rig .beautyselect select option {
    min-height: 1.4em;
}

.search .rig .beautyselect select option:hover {
    background: #EBCCD1;
}

.search .rig .beautyselect:after {
    content: "";
    position: absolute;
    width: 0.16rem;
    height: 0.10rem;
    background: url(../Content/img/xiala.png) no-repeat center;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none;
}

.rig .btnReset {
    position: absolute;
    width: .66rem;
    right: 0;
    top: 0;
    background: #818181;
    color: #fff;
    height: 100%;
    text-align: center;
    line-height: .38rem;
    font-size: .18rem;
    display: block;
    cursor: pointer;
}

.list {
    position: relative;
    width: 13.47rem;
    margin: 0 auto;
}

.listUl {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.listUl li {
    box-sizing: border-box;
    width: 4.00rem;
    margin: 0 .24rem;
    border: 1px solid #848281;
    float: left;
    text-align: center;
    margin-top: .6rem;
    padding-bottom: .3rem;
    position: relative;
    overflow: hidden;
}

.listUl li .fz {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    /* Chrome and Safari */
    -moz-backface-visibility: hidden;
    /* Firefox */
    -ms-backface-visibility: hidden;
    /* Internet Explorer */
    backface-visibility: hidden;
    transition: all 2s;
}

.listUl li .fz.div_2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listUl li .fz.div_2 .text_3 {
    margin: 0 auto;
    color: #B79172;
    font-size: 22px;
    line-height: 2.4em;
    letter-spacing: 0.075rem;
}

.listUl li .fz.div_2 .text_4 {
    width: 88%;
    margin: 0 auto;
    color: #4c4948;
    font-size: 14px;
    line-height: 2.0714em;
    letter-spacing: 0.03rem;
}

.listUl li .fz.div_2 .text_5 {
    width: 70%;
    margin: 0 auto;
    color: #4c4948;
    font-size: 14px;
    line-height: 1.357em;
    letter-spacing: 0.015rem;
    font-family: "Helvetica Light";
    text-transform: capitalize;
}

.listUl li .fz.div_1 .span_3 {
    display: block;
    color: #4c4948;
    font-size: 12px;
    line-height: 25px;
    height: 25px;
    letter-spacing: 2px;
}

.listUl li .fz.div_2 a {
    display: inline-block;
    width: 134px;
    height: 34px;
    border: #878787 solid 1px;
    border-radius: 4px;
    position: relative;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    margin-top: 1.10rem;
    cursor: pointer;
    color: #4c4948;
}

.fz.div_1 {
    transform: rotateY(0);
}

.fz.div_2 {
    transform: rotateY(-180deg);
}

/*.listUl li:hover .fz.div_1 {
    transform: rotateY(-180deg);
}

.listUl li:hover .fz.div_2 {
    transform: rotateY(0deg);
}*/

.listUl li .img {
    /*width: 100%;*/
    margin: 0.3rem;
    height: 3.4rem;
    background-position: center;
    background-size: cover;
}

.listUl li .text_1 {
    width: 85%;
    margin: 0 auto;
    color: #b79172;
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    font-family: "Helvetica Light";
}

.listUl li .btn {
    margin-top: .3rem;
}

.listUl li .btn p {
    text-align: center;
    color: #4C4948;
    height: 34px;
    line-height: 34px;
    width: 132px;
}

.listUl li .text_2 {
    width: 90%;
    margin: 0 auto;
    color: #4c4948;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 4px;
    height: 44px;
    overflow: hidden;
}

.listUl li .line {
    width: 0.83rem;
    height: 1px;
    background: #4c4948;
    margin: 10px auto;
}

.list-btn {
    display: inline-block;
    width: 190px;
    height: 34px;
    border: #878787 solid 1px;
    border-radius: 4px;
    position: relative;
    font-size: 16px;
    line-height: 34px;
    text-align: left;
    text-indent: 20px;
    margin-top: .3rem;
}

.listUl li .list-btn p {
    text-align: center;
    color: #4c4948;
    height: 34px;
    line-height: 34px;
    width: 130px;
    float: left;
}

.listUl li .list-btn .btn-cart {
    width: 60px;
    height: 34px;
    position: relative;
    cursor: pointer;
  text-indent:0.05rem;
  line-height: 0.36rem;
  background-color: #008eac;
  color: #ffffff;
  font-size: 0.22rem;  
}

.listUl li .list-btn .btn-cart i {
    width: 35px;
    height: 35px;
}

.pages {
    display: flex;
    align-items: center;
    width: 200px;
    margin: .40rem auto 0;
}

.pages span {
    display: block;
}

.pages .totle {
    margin: 0 10px;
}

.pages .go {
    border: #818181 solid 1px;
    box-sizing: border-box;
    width: 46px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #818181;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.pages .left {
    margin-right: 6px;
    width: 32px;
    height: 32px;
    background-image: url(../img/png_3.png);
    background-position: center;
    background-size: cover;
}

.pages .num {
    border: #818181 solid 1px;
    box-sizing: border-box;
    width: 46px;
    height: 32px;
    text-align: center;
    line-height: 30px;
}

.pages .right {
    margin-left: 6px;
    width: 32px;
    height: 32px;
    background-image: url(../img/png_4.png);
    background-position: center;
    background-size: cover;
}

.product-kv {
    width: 100%;
    height: 100%;
    position: relative;
}

.product-kv0 {
    position: relative;
    height: 100%;
    background: url(../Content/img/product/product-kv0.jpg);
    background-size: contain;
}

.product-kv-1_1 {
    position: relative;
    height: 100%;
    background: url(../Content/img/product/product-kv-1_1.jpg);
    background-size: contain;
}

.product-kv-1_2 {
    position: relative;
    height: 100%;
    background: url(../Content/img/product/product-kv-1_2.jpg);
    background-size: contain;
}

.product-kv-1_3 {
    position: relative;
    height: 100%;
    background: url(../Content/img/product/product-kv-1_3.jpg);
    background-size: contain;
}

.product-kv-1_4 {
    position: relative;
    height: 100%;
    background: url(../Content/img/product/product-kv-1_4.jpg);
    background-size: contain;
}

.product-kv-1_5 {
    position: relative;
    height: 100%;
    background: url(../Content/img/product/product-kv-1_5.jpg);
    background-size: contain;
}

.product-kv-1_6 {
    position: relative;
    height: 100%;
    background: url(../Content/img/product/product-kv-1_6.jpg);
    background-size: contain;
}

.product-kv-1_7 {
    position: relative;
    height: 100%;
    background: url(../Content/img/product/product-kv-1_7.jpg);
    background-size: contain;
}




/*.product-kv-1{position:relative; height:100%;background:url(../Content/img/product/kv-hf.jpg);background-size:contain;}
.product-kv-1>div {position:absolute;left:2.58rem;top:1.2rem;}
.product-kv-1 p:first-child{font-size:1.19rem;color:#000;line-height:1.2em;}
.product-kv-1 p:nth-child(2){font-family : "Helvetica Light";font-size : 0.58rem;color:#000;line-height:1.2em;}   
.product-kv-1 p:nth-child(3){text-align:center;font-size:0.35rem;line-height:0.6369rem;letter-spacing:0.035rem;color:#000;width:7rem;margin:0 auto;border-bottom:solid 0.5px #000;border-top:solid 0.5px #000;margin-top:0.2rem;}
.product-kv-1 p:nth-child(4){font-size : 0.26rem;line-height:0.48rem;color:#000;margin-top:1.10rem;}

.product-kv-2{position:relative; height:100%;background:url(../Content/img/product/kv-mm.jpg);background-size:contain;}
.product-kv-2>div {position:absolute;left:1.55rem;top:1.15rem;text-align:center;width:10rem;}
.product-kv-2 p:first-child{font-size:0.66rem;color:#000;line-height:1.2em;letter-spacing:0.132rem;}
.product-kv-2 p:nth-child(2){font-size : 0.82rem;color:#000;line-height:1.2em;letter-spacing:0.082rem;margin-top:0.4rem;margin-bottom:0.3rem;}   
.product-kv-2 p:nth-child(3){font-size:0.39rem;line-height:1.2em;letter-spacing:0.039rem;color:#000;}

.product-kv-3{position:relative; height:100%;background:url(../Content/img/product/kv-yp.jpg);background-size:contain;}
.product-kv-3>div {position:absolute;left:1.25rem;top:2.75rem;text-align:center;width:8.7rem;}
.product-kv-3 p:first-child{font-size:0.87rem;color:#000;line-height:1.2em;}
.product-kv-3 p:nth-child(2){font-family: "Helvetica Light";font-size : 0.50rem;color:#000;line-height:1.2em;margin-top:0.2rem;margin-bottom:0.3rem;}   
.product-kv-3 p:nth-child(3){font-size:0.44rem;line-height:1.2em;letter-spacing:0.528rem;color:#000;margin-bottom:0.55rem;}
.product-kv-3 p:nth-child(4){font-size:0.23rem;line-height:1.2em;letter-spacing:0.598rem;color:#000;}
.product-kv-3 p .circle{display:inline-block;background:#000;width:0.04rem;height:0.04rem;border-radius:0.02rem;margin:0.05rem;margin-left:0.05rem;margin-right:0.65rem;}

.product-kv-4{position:relative; height:100%;background:url(../Content/img/product/kv-cz.jpg);background-size:contain;}
.product-kv-4>div {position:absolute;right:1.58rem;top:0.80rem;text-align:center;width:6.6rem;}
.product-kv-4 p:first-child{font-family:"Helvetica Light"; font-size:0.25rem;color:#B28C70;line-height:1.33333em;letter-spacing:0.025rem;}
.product-kv-4 p:nth-child(2){font-size : 0.48rem;color:#fff;line-height:1.714em;letter-spacing:0.24rem;}   
.product-kv-4 p:nth-child(3){width:1.24rem;margin:0.3rem auto;height:1px;background:#fff;margin-top:0.25rem;}
.product-kv-4 p:nth-child(4){font-size:0.29rem;line-height:1.75em;letter-spacing:0.232rem;color:#fff;}*/

.product-kv5-color {
    margin: 1rem auto 0 auto;
    width: 4.57rem;
    height: 0.95rem;
    background: url(../Content/img/product/product-kv5-color.png);
    background-size: contain;
}

.product-kv9-color {
    margin: 0.5rem auto 0 auto;
    width: 4.21rem;
    height: 0.71rem;
    background: url(../Content/img/product/product-kv9-color.png);
    background-size: contain;
}

.product-kv10-color {
    margin: 0.5rem auto 0 auto;
    width: 6.24rem;
    height: 0.53rem;
    background: url(../Content/img/product/product-kv10-color.png);
    background-size: contain;
}

@media screen and (max-width: 750px) {

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 0.2rem;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }

    .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
    }

    .banner {
        width: 7.5rem;
        height: 12.80rem;
    }

    .banner .hvcenter {
        left: 0.6rem;
    }

    .banner .hvcenter.right {
        left: 3.8rem;
    }

    .index_span_1 {
        font-size: .18rem;
        line-height: .28rem;
    }

    .index_span_2 {
        font-size: .14rem;
        line-height: .28rem;
    }

    .index_span_3 {
        font-size: .1rem;
        line-height: .28rem;
    }

    .index_span_4 {
        font-size: .28rem;
        line-height: .28rem;
    }

    .index_span_5 {
        font-size: .12rem;
        line-height: .12rem;
    }

    .banner_1_close {
        width: .28rem;
        height: .28rem;
        margin: .12rem 0;
    }

    .banner_btn {
        border: #4c4948 solid 1px;
        padding: .08rem .2rem;
        border-radius: .02rem;
        font-size: .04rem;
        margin-top: .28rem;
    }

    .list_contain {
        width: 7.5rem;
    }

    .search {
        width: 6.84rem;
        border-bottom: .02rem solid #c3c3c3;
        padding: .24rem 0 .104rem;
        font-size: .21rem;
    }

    .search .text {
        width: 0.8rem;
        height: .26rem;
        line-height: .26rem;
    }

    .filter {
        width: 6.5rem;
    }

    .filter .wer {
        width: 1.5rem;
    }

    .search .rig {
        width: 1.7rem;
        height: .3rem;
        display: none;
    }

    .search .rig select {
        width: 1rem;
        text-indent: .12rem;
    }

    .search .rig:after {
        width: .66rem;
        line-height: .3rem;
        font-size: .18rem;
    }

    nav.listMenu {
        display: none;
    }

    .list {
        width: 6.84rem;
    }

    .listUl li {
        width: 3.32rem;
        margin: 0;
        margin-top: .5rem;
        border-width: 0.01rem;
    }

    .listUl li:nth-child(2n+1) {
        margin-right: 0.2rem;
    }

    .listUl li .img {
        margin: 0.2rem 0.4rem;
        height: 2.7rem;
    }
    .listUl li .overturn{display:block;}
    .listUl li .btn p {
        width: 1.2rem;
        line-height: .38rem;
        height: 100%;
    }

    .listUl li .text_1 {
        font-size: .20rem;
        line-height: .32rem;
        height: .96rem;
    }

    .listUl li .text_2 {
        font-size: .22rem;
        line-height: 0.56rem;
        height: .56rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        letter-spacing: 0.04rem;
    }

    .listUl li .list-btn {
        width: 1.98rem;
        height: 0.34rem;
        line-height: 0.34rem;
        border-radius: 0.04rem;
        text-indent:0px;
    }

    .listUl li .list-btn p {
        width: 1.38rem;
        height: 0.34rem;
        line-height: 0.34rem;
    }
    .listUl li .list-btn .btn-cart{
        width: 0.6rem;
        height: 0.34rem;
    }
    .listUl li .list-btn .btn-cart i{
        width: 0.35rem;
        height: 0.35rem;
    }

    .pages {
        width: 2.1rem;
    }

    .pages .totle {
        margin: 0 .1rem;
    }

    .pages .go {
        border: #818181 solid 1px;
        width: .46rem;
        height: .32rem;
        line-height: .30rem;
        font-size: .20rem;
    }

    .pages .left {
        margin-right: .06rem;
        width: .32rem;
        height: .32rem;
    }

    .pages .num {
        width: .46rem;
        height: .32rem;
        line-height: .30rem;
    }

    .pages .right {
        margin-left: .06rem;
        width: .32rem;
        height: .32rem;
    }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    .list {
        width: 12rem;
    }

    .listUl li {
        width: 46%;
        margin: 0 2%;
        margin-top: .6rem;
    }

    .listUl li .img {
        height: 4.4rem;
    }
}