.scrapt{
    margin: 0 .22rem;
}
em{
    font-style: normal;
}
.box{
    max-width: 640px;
    margin: 0 auto;
}
input{
    outline: none;
}

html,body,.box{min-height:100%}
.box{ display:flex; flex-direction:column;min-height:100vh; }


/*结束*/
.search-part-fixed{
    position: fixed;
    top:0;
    width: 93.3333%;
    max-width: 600px;
}
.search-part{
    /*margin: 0.1rem .12rem 0 .16rem;*/
    margin-top: .1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.search-part .title{
    color: #fff;
    font-size: .36rem;
}
.search-part .return{
	width:.46rem;
	height:.46rem;
	position: absolute;
    left: 0;
	text-align:center;
}
.search-part .return img{
    width: .19rem;
    height: .36rem;
    margin:0 auto;
	
}

.search-part-search{
    display: flex;
    align-items: center;
    padding-top: .12rem;
    position: fixed;
    width: 93.3333%;
    max-width: 600px;
    top:0;
    background-color: #fff;
    z-index: 99;
    height: .88rem;
}
.search-part-search .return{
    width: .44rem;
    height: .44rem;
}
.search-product-icon{
    background-color: #f6f6f6;
    margin:0 .34rem 0 .32rem;
    flex: 1;
}
.search-part .search-icon,
.search-product-icon .search-icon {
    width: .29rem;
    height: .29rem;
    margin-right: .15rem;
}
.search-part .search-box input,
.search-product-icon input{
    flex: 1;
    background-color: transparent;
}
.search-product-icon{
    background-color: #f6f6f6;
    margin:0 .34rem 0 .32rem;
    flex: 1;
}
.search-part .search-box , .search-product-icon{
    width: 100%;
    height: .64rem;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 0 .28rem;
    /*flex: 1;*/
}
.store-nav-lis-relative{position:relative;}
.store-nav-lis{
    margin: 0 -2.5% .15rem;
    overflow: hidden;
    padding-top: .26rem;
	height :.97rem; 
}

.store-nav-lis-top{
	/* background:url('/n/images/store/top.png') #fff no-repeat center center; */
}
.store-nav-lis-down{
	/* background:url('/n/images/store/down.png') #fff no-repeat center center; */
}
.store-nav-lis-btn{
	width:.83rem;
	height:.9rem;
	position:absolute;
	right:-.22rem;
	top:.1rem;
	box-shadow : -8px 0 7px -7px #5E5E5E;
	background-size:.3rem;
}

.store-nav-lis .lis{
    min-width: 20%;
    margin: 0 2.5% .15rem;
    height: .56rem;
    background-color: #f6f6f6;
    line-height: .56rem;
    text-align: center;
    font-size: .24rem;
    border-radius: 15px ;
    padding: 0 .22rem;
    display: inline-block;
	cursor: pointer;  
	-webkit-tap-highlight-color: transparent;
}
.store-nav-lis .on{
    background-color: #fef4f3;
    color: #f0250f;
    border: 1px solid #f0250f;
}

@media screen and (max-width: 321px){
    .store-nav-lis .lis{
        padding: 0 .12rem;
    }
}
.store-notice{
    display: flex;
    overflow: hidden;
    margin:.15rem 0 .28rem 0;
    align-items: center;
}
.store-notice img{
    width: .45rem;
    height: .26rem;
}
.store-notice .infor{
    font-size: .28rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    margin-left: .12rem;
    height: .38rem;
    line-height: .38rem;
	margin-top : 2px;
}
.store-lis-noSearch{
	text-align : center;
	color : #999;
	font-size : .34rem;
}
.store-li-img{
	width : 3.74rem;
	height : 2.88rem;
	background : url("/n/images/store/no-product.png");
	background-size : 3.74rem 2.88rem;
	margin : 2rem auto 0;
}
.store-lis-sec{
    padding-top: .17rem;
    /* margin-left: .22rem; */
    display: block;
    width: 20%;
    float: left;
    margin: 0 2.5%;
}
.store-lis-sec .img{
    width: 3rem;
    height: 2rem;
    border-radius: 4px;
    overflow: hidden;
    /* float: left; */
    position: relative;
    margin: 0 auto;
    border: 1px solid #c2c2c2;
}
.store-lis-sec .img img{
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}
.store-lis-sec .img img.gray{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.store-lis-sec .img .zhe,
.store-lis-sec .img .lijian{
    position: absolute;
    top:0;
    left: .1rem;
    color: #fff;
    text-align: center;
}
.store-lis-sec .img .zhe{
    width: .75rem;
    height: .41rem;
	background: url("/n/images/store/zhe.png") no-repeat;
    background-size: .75rem .41rem;
    line-height: .41rem;
    font-size: .24rem;

}
.store-lis-sec .img .lijian{
    width: 1.14rem;
    height: .7rem;
    background: url("/n/images/store/lijian.png") no-repeat;
    background-size:1.14rem .7rem;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.store-lis-sec .img .lijian p{
    font-size: 12px;
    color: #fff;
    margin: 0.025rem 0;
}
.store-lis-sec .img .lijian p:last-child{
    margin: .025rem 0 .1rem 0;
}


.store-lis-right{
    padding:.18rem 0 .22rem 0;
    /* margin-left:3.3rem; */
    height: 1.2rem;
    /* display: flex;
    flex-direction:column;
    justify-content: space-between; */
    clear: both;
    text-align: center;
}
.store-lis-right .title{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height:.42rem;
	height:.84rem;
}
.store-lis-right .title span{
    font-size: .28rem;
	display:block;
	line-height:.42rem;
}
.store-lis-right .title .rx{
    height: .3rem;
    line-height: .28rem;
    display: inline-block;
    background-color: #f0250f;
    color: #fff;
    font-size: 12px;
    border-radius: 15px;
    padding: 0 .1rem;
	
}
.store-lis-right .infor{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.store-lis-right .infor-fl {
    display: flex;
    align-items: center;
}
.store-lis-right .infor-fl .price , .store-lis-right .infor-fl .price span{
    color: #f23030;
}
.store-lis-right .infor-fl .price{
    font-size: .22rem;
}
.store-lis-right .infor-fl .price span{
    font-size: .32rem;
    font-weight: 800;
}
.original-price{
    text-decoration:line-through;
    margin-left: .15rem;
    color: #999;
    font-size: .22rem;
}
.zwsp{
    color: #999;
    font-size: .3rem;
}


.shop-detail{
    position: absolute;
    top:0;
    height: 100%;
    width: 100%;
    left: 0;
}
.shop-detail-name{
    margin-top: 1.16rem;
    background-color: #fff;
    border-radius: 4px;
    padding: .3rem ;
    display: flex;
    align-items: center;
}
.shop-detail-name .img{
    width: 1rem;
    height: 1rem;
    border: 1px solid #e6e6e8;
    border-radius: 4px;
    background-color: #f0eee9;
	overflow:hidden;
}
.shop-detail-name .img img{
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.shop-some-infor{
    margin-left: .21rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.shop-some-infor .shop-name{
    font-size: .3rem;
    margin-bottom: .08rem;
}
.shop-some-infor .credit{
    margin-top: .08rem;
    display: flex;
}
.shop-some-infor .credit span{
    color: #848484;
    font-size: .24rem;
}
.shop-some-infor .credit-lis{
    border-radius: 15px;
    background-color: #f6f6f6;
    padding: 0 .12rem;
    height: .26rem;
    display: flex;
    align-items: center;
    margin-left: .1rem;
}
.shop-some-infor .credit-lis img{
    width: 0.2rem;
    height: .18rem;
    margin: 0 .03rem;
}

.shop-detail-name .collect{
    width: 1.18rem;
    height: .5rem;
    display: flex;
    justify-content: center;
    line-height: .5rem;
	box-shadow:0px 4px 8px 0px rgba(251,35,25,0.25);
}
.shop-detail-name .collect span{
    font-size: .24rem;
}
.shop-detail-name .collected{
    background-color: #fff;
    border-radius: 50px;
}
.shop-detail-name .collected span{
    color: #f0311c;
}
.shop-detail-name .no-collect{
    background : linear-gradient(90deg,rgba(250,23,23,1),rgba(255,88,37,1));
    border-radius: 50px;
}
.shop-detail-name .no-collect span{
    color: #fff;
}
.shop-detail-name .no-collect i{
    display: block;
    width: .25rem;
    height: .24rem;
    /* background-image: url("/n/images/store/store.png"); */
    background-size: .25rem .24rem;
    margin:.13rem .04rem;
}



.shop-concat-detail{
    background-color: #fff;
    margin-top: .17rem;
    border-radius: 4px;
}
.shop-concat-lis{
    
    line-height: .92rem;
    padding: 0 .2rem;
    border-bottom: 1px solid #f6f6f6;
	display : flex;
	justify-content : space-between
}
.shop-concat-lis:last-child{
    border-bottom: none;
}
.shop-concat-lis .telephone ,
.shop-concat-lis img{
    float: right;
}
.shop-concat-lis span , .shop-concat-lis a{
    font-size: .28rem;
}
.shop-concat-lis .telephone {
    color: #1b65fc;
}
.shop-concat-lis img{
    width: .36rem;
    height: .36rem;
    margin-top: .28rem;
}
.shop-concat-lis .show{
    margin-left: .36rem;
    color: #888888;
	flex : 1;
}
.bg-img-fixed{
    height: 2.22rem;
}
.store-product-s{
	padding-bottom : 20px;
    display: block;
}
.store-part{
	border-bottom:1px solid #efefef;
}



.qbsp{
    display: block;
}
.search-part-search{
    display: flex;
    align-items: center;
    padding-top: .12rem;
    position: fixed;
    width: 93.3333%;
    max-width: 600px;
    top:0;
    background-color: #fff;
    z-index: 99;
    height: .88rem;
}
.search-part-search .return{
    width: .44rem;
    height: .44rem;
}
.search-product-icon{
    background-color: #f6f6f6;
    margin:0 .34rem 0 .32rem;
    flex: 1;
}
.search-part-search .txt{
    font-size: .3rem;
    color : #f0250f;
}
.search-store-lis{
    margin-top: .88rem;
}
.pop-box , .pop-box2{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
}
.pop-box{
    background-color: rgba(0,0,0,.5);
}
.pop-box2>div{
    background-color: rgba(0,0,0,.5);
    color: #fff;
    padding: .2rem ;
}
.phone-call{
    width: 5.4rem;
    height: 2.05rem;
    background-color: #fff;
    border-radius: 4px;
}
.phone-call .phone{
    height: 1.1rem;
    text-align: center;
    line-height: 1.1rem;
    font-size: .32rem;
}
.phone-call .phone-operate{
    height: .95rem;
    border-top: 1px solid #ddd;
}
.phone-call .phone-operate .cancel , .phone-call .phone-operate .call{
    width: 50%;
    color: #1b65fc;
    line-height: .95rem;
    float: left;
    text-align: center;
    font-size: .32rem;
}
.phone-call .phone-operate .cancel{
    border-right: 1px solid #ddd;
}
#page .swiper-slide{height:auto;}
#page .swiper-slide-active { height:auto; }


header{
    width: 100%;
    background-size: 100%;
    overflow: hidden;
    position:relative;
	z-index:100;
	height:1.7rem;
}
.head-nav{
	height:1rem;
	/* margin-top:-1rem; */
}
main{
	flex:1;
	display:flex;
}
.main-fixed{
	margin-top:2.22rem;
}
.header-has-coupon{
    height: 4.13rem;
    background-image: url("/n/images/store/black-has-coupon.png");
}
.header-no-coupon{
    height: 3rem;
    background-image: url("/n/images/store/black-no-coupon.png");
}
.browser-header-no-coupon{
    position: fixed;
    top:0;
    height: 2.22rem;
    background-image: url("/n/images/store/black-3.png");
}
.browser-header-has-coupon{
    position: fixed;
    top:0;
    height: 3rem;
    background-image: url("/n/images/store/black-no-coupon.png");
}
.head-search{
    position: fixed;
    top:0;
    width: 100%;
	z-index:999;
}
.head-search-box{
    margin: .08rem .2rem .08rem .2rem;
    display: flex;
    align-items: center;
    position: relative;
}
.head-search-box .search{
    height: .64rem;
    margin: 0 .3rem;
    border-radius: 50px;
    background-color: rgba(255,255,255,.5);
    display: flex;
    align-items: center;
    width:5.58rem;
	position:relative;
	z-index:100;
}

.head-search-box .search i{
    width:.35rem;
    height: .35rem;
    background: url("/n/images/store/search.png") no-repeat center center;
    background-size: .29rem .29rem;
	left:.27rem;
	position:absolute;
	top:0.145rem;
}
.head-search-box .search input{
	width : 85%;
    margin:0 .35rem 0 .72rem;
    background: transparent;
    outline: none;
	vertical-align:middle;
	top:.03rem;
	position:relative;
}
.head-search-box .search input::-webkit-input-placeholder {  	/* WebKit browsers */
    color: #fff;
}
.head-search-box .return{
    width: .46rem;
    height: .46rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.head-search-box .return i{
    display: block;
    background: url("/n/images/store/return.png");
    background-size: .19rem .36rem;
    width: .19rem;
    height: .36rem;
}
.head-search-box .store{
    text-align: center;
    margin-right: .3rem;
    opacity: 0;
    position: absolute;
    right: .46rem;
}
.head-search-box .store i{
    width: .34rem;
    height: .34rem;
    display: block;
    margin: 0 auto;
    background-size: .34rem .34rem;
}
.head-search-box .has-store i{
    background-image: url("/n/images/store/store-sel.png");
}
.head-search-box .no-store i{
    background-image: url("/n/images/store/store-unsel.png");
}
.head-search-box .store span{
    color: #fff;
    font-size: 12px;
}
.head-search-box .share{
    width: .46rem;
    height: .46rem;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    position: absolute;
}
.head-search-box .share i{
    width:.4rem ;
    height: .41rem;
    display: block;
    background: url("/n/images/store/share.png");
    background-size: .4rem .41rem;
}


.store-information{
    display: flex;
    margin: 0 .2rem .2rem .2rem;
    height: .7rem;
    color: #fff;
    align-items: center;
}
.store-information .headImg{
    width: .7rem;
    height: .7rem;
    border-radius: 4px;
    /* background-color: #fff; */
    overflow: hidden;
}
.store-information .infor{
    flex: 1;
    margin-left: .1rem;
}
.store-information .infor .store-name,
.store-information .infor .store-time,
.store-information .infor .store-time span{
    color: #fff;
}
.store-information .infor .store-name{
    font-size: .3rem;
    margin-bottom: .1rem;
	display:inline-block;
}
.store-information .infor .store-name i{
    width: .09rem;
    height: .15rem;
    /* background: url("/n/images/store/jump.png"); */
    background-size: .09rem .15rem;
    display: inline-block;
}
.store-information .infor .store-time,
.store-information .infor .store-time span{
    font-size: .22rem;
}
.store-information .headImg img{
    width: 100%;
	min-height:100%;
    object-fit: cover;
}
.store-information .collect{
    width: 1.18rem;
    height: .5rem;
    display: flex;
    justify-content: center;
    line-height: .5rem;
	box-shadow:0px 4px 8px 0px rgba(251,35,25,0.25);
}
.store-information .collect span{
    font-size: .24rem;
}
.store-information .collected{
    background-color: #fff;
    border-radius: 50px;
}
.store-information .collected span{
    color: #f0311c;
}
.store-information .no-collect{
    background : linear-gradient(90deg,rgba(250,23,23,1),rgba(255,88,37,1));
    border-radius: 50px;
}
.store-information .no-collect span{
    color: #fff;
}
.store-information .no-collect i{
    display: block;
    width: .25rem;
    height: .24rem;
    /* background-image: url("store_original.png"); */
    background-size: .25rem .24rem;
    margin:.13rem .04rem;
}
.head-nav-tab .lis span{
    color: #333;
    font-size: .3rem;
}
.head-nav-tab .lis i{
    width: .66rem;
    height: .08rem;
    background-color: #ff0000;
    margin: .18rem auto 0;
    border-radius: 4px;
    display: none;
}
.head-nav-tab .on i{
    display: block;
}
.head-nav-tab{
    position: absolute;
    bottom: .1rem;
    width: 96%;
    display: flex;
    justify-content: space-around;
    height: .6rem;
    left: 2%;
	
}
.fixed-img{
	position:relative;
	width:100%;
	height:100%;
	z-index:0;
}
.stick_module_header .fixed-img{
	position: fixed;
    top:0;
	height:2.22rem;
	background-image: url("/n/images/store/black-3.png");
    background-size: 100% 100%;
	
}

.head-black-bg{
    padding-top: 0.5rem;
}
.browser-header-no-coupon .head-black-bg ,
.browser-header-has-coupon .head-black-bg{
    padding-top: .19rem;
}
.head-nav-black-bg,
.head-black-bg{
	width : 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}

.coupon{
    margin: 0 .2rem .06rem .2rem;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
	height:1.08rem;
}
.coupon-lis{
    display: inline-block;
	margin-right: .1rem;
}
.coupon-lis-left{
    width: 1.94rem;
    height: 1.08rem;
    background-image: url("/n/images/store/quan.png");
    background-size: 1.94rem 1.08rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.coupon-lis-left .price{
    margin-bottom: .1rem;
}
.coupon-lis-left .price span,
.coupon-lis-left .price em,
.coupon-lis-left .mj,
.coupon-lis-left .mj span{
    color: #fff;
}
.coupon-lis-left .price span{
    font-size: .26rem;
}
.coupon-lis-left .price em{
    font-size: .44rem;
    font-style: normal;
}
.coupon-lis-left .mj ,
.coupon-lis-left .mj span{
    font-size: .2rem;
}
.coupon-lis-right{
    height: 1.08rem;
    background-color: #fff;
    border-radius: 0 4px 4px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0 .1rem;
}
.coupon-lis-left , .coupon-lis-right{
    float: left;
}
.coupon-lis-right span{
    color: #5f9bd5;
    font-size: .3rem;
}
.coupon-lis-right .click-get{
    background-color: #5f9bd5;
    color: #fff;
    text-align: center;
    padding: 0.03rem 0.1rem .05rem;
    border-radius: 15px;
    display: inline-block;
    font-size: 12px;
    margin-top: .15rem;
}

.coupon-lis-geted .coupon-lis-right span{
    color : #c2c2c2;
}

.coupon-lis-geted .coupon-lis-right .click-get{
    background-color : #d7d7d7;
}
.coupon-lis-geted .coupon-lis-left{
    /* background-image : url("/n/images/store/quan-geted.png") */
}




/*新加*/
main{}		
.head-nav-black-bg:before {
	content: "";
	height:100%;
	display: block;
	top: 0;
	background: rgba(0,0,0,.5);
	z-index: 1;
}		
.shop-nav-fixed-has-coupon,
.shop-nav-fixed-no-coupon{
	position:fixed;
	width:100%;
	z-index:999;
	margin-top:0;
}	
.shop-nav-fixed-has-coupon{
	/*height:3rem;*/
	top:2rem;
}
.shop-nav-fixed-no-coupon{
	/*height:2.22rem;*/
	top:1.23rem;
}
.word_edit{
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
}
.word_red{
    float: right;
    font-size: 14px;
    color: #f0250f;
    margin-top: 20px;
    text-decoration: underline;
}
.swipslider {
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: 50%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .swipslider .sw-slides {
      display: block;
      padding: 0;
      list-style: none;
      width: 100%;
      height: 100%;
      white-space: nowrap;
      font-size: 0;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      position: absolute;
      bottom: 0; }
    .swipslider .sw-slide{
      width: 100%;
      height: 100%;
      margin: auto;
      display: inline-block;
      position: relative; }

      .swipslider .sw-slide a> img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        max-height: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
                height: 100%;
             }
      .swipslider .sw-slide .sw-content {
        width: 100%;
        height: 100%;
        margin-left: 0;
        margin-right: 0;
        font-size: 14px; }
  
  .sw-next-prev {
      display: none;
    font-family: "Courier New", Courier, monospace;
    height: 50px;
    width: 50px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    line-height: 50px;
    font-size: 30px;
    font-weight: bolder;
    color: rgba(160, 160, 160, 0.53);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50%;
    text-decoration: none;
    transition: all .2s ease-out;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .sw-next-prev:hover {
      background-color: rgba(255, 255, 255, 0.74); }
    .sw-next-prev:active {
      background-color: rgba(255, 255, 255, 0.5); }
  
  .sw-prev {
    left: 2%; }
    .sw-prev::after {
      content: '<'; }
  
  .sw-next {
    right: 2%; }
    .sw-next::after {
      content: '>'; }
  
  .sw-bullet {
    position: absolute;
    bottom: 10%;
    list-style: none;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0; 
    /* display: none; */
}
    .sw-bullet li {
      width: 10px;
      height: 10px;
      background-color: rgba(255, 255, 255,1);
      border-radius: 50%;
      display: inline-block;
      cursor: pointer;
      transition: all .2s ease-out; }
      .sw-bullet li:hover {
        background-color: rgba(229, 229, 229, 1); }
      .sw-bullet li.active {
        background-color: rgba(229, 229, 229, 1);
        box-shadow: 0 0 2px rgba(160, 160, 160, 0.53); }
      .sw-bullet li:not(:last-child) {
        margin-right: 5px; }

        #responsiveness .sw-bullet{
            display: none;
        }

@media (max-width:768px){
    .store-lis-sec{
        width: 45%;
    }
}



