/****************************************************************
 *																*		
 * 						      							*
 *                       							*
 *       		  努力创建完善、持续更新插件以及模板			*
 * 																*
****************************************************************/
body{background: #fff;}
/*********************swiper*************************/
.swiper-container {
    width: 100%;
    height: 100px;
    margin-bottom: 7px
}
.swiper-slide {
    text-align: center;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-container .swiper-slide img{
    width:100%;
    height:100px;
}
.store{
    position: relative;
    height:60px;
    margin-bottom: 7px;
}
/*store*/
.store a{
    display: block;
    width: 25%;
    float: left;
    height: 60px;
    color: #454239;
    text-align: center;
    position: relative;
    font-weight: 600;
    background: #fff;

}
.store a img{
    display: block;
    width:60px;
    height:60px;
    position: absolute;
    top:-20px;
    left:20px;
    z-index: 2;
}
.store a div{
    margin: 10px 0 5px;
    height:20px;
}
.store a p{
    height:30px;
    line-height: 20px;
}
.store a .collect{
    background: url("../images/water_star.png") no-repeat center;
    background-size: 20px 20px;
}
.store a .er{
    background: url("../images/water_er.png") no-repeat center;
    background-size: 20px 20px;
}
/*search*/
.search{
    background: #fff;
    padding: 10px;
    
}
.search input{
    display: inline-block;
    width:80%;
    height:35px;
    line-height: 35px;
    background: #fff url("../images/search.png") no-repeat 5px center;
    background-size: 16px 16px;
    padding:0 5px 0 26px;
    border-radius: 30px;
	border: 2px solid #fd532f;
    outline: none;
    font-size: 12px;
	margin-left:10px;
}
.search button{
    display: inline-block;
    width:12%;
    height:35px;
    line-height: 35px;
    margin-left: 5px;
    background: #fe5431;
    color: #fff;
	font-size:15px;
    border-radius:20px;
    outline: none;
    border: none;
}
/*nav*/
.nav{
    padding: 7px 2% 7px 5%;
    overflow: hidden;
}
.nav .nav_list{
    overflow: hidden;
}
.nav .nav_list li{
    background: #fff;
    float: left;
    margin-right: 3%;
    width:22%;
    height:90px;
    margin-bottom: 3px;
}
.nav .nav_list li a{
    display: block;
    font-size: 12px;
    color: #5F5F5F;
    padding-top: 60px;
    text-align: center;
    line-height: 30px;
}
.nav .nav_list li a.all{
    background: url("../images/all.png") no-repeat center 10px;
    background-size: 50px 50px;
}
.nav .nav_list li a.snacks{
    background: url("../images/snacks.png") no-repeat center 10px;
    background-size: 50px 50px;
}
.nav .nav_list li a.fresh_fruits{
    background: url("../images/fresh_fruits.png") no-repeat center 10px;
    background-size: 50px 50px;
}
.nav .nav_list li a.tea{
    background: url("../images/tea.png") no-repeat center 10px;
    background-size: 50px 50px;
}
.nav .nav_list li a.dry_fruits{
    background: url("../images/dry_fruits.png") no-repeat center 10px;
    background-size: 50px 50px;
}
.nav .nav_list li a.shoppe{
    background: url("../images/shoppe.png") no-repeat center 10px;
    background-size: 50px 50px;
}
.nav .nav_list li a.home{
    background: url("../images/home.png") no-repeat center 10px;
    background-size: 50px 50px;
}
.nav .nav_list li a.drinks{
    background: url("../images/drinks.png") no-repeat center 10px;
    background-size: 50px 50px;
}
/*top_line*/
.top_line{
    background: #fff;
    height:35px;
    line-height: 35px;
   
}
.top_line img{
    display: inline-block;
    width:60px;
    height:14px;
    vertical-align: middle;
    margin-left: 5%;
}
.top_line a{
    color: #4F4F4F;
    font-weight: 600;
    font-size: 12px;
}
.top_line a span{
    color: #F95E5E;
}
/*panic_buying*/
.panic_buying{
    background: #fff;

    
   
}
.panic_buying ul{
    overflow: hidden;	margin-top:20px;
}
.panic_buying ul li{
    float: left;
    width:27%; margin-left:3%; margin-right:3%;
}
.panic_buying ul li:nth-child(2){
    
}
.panic_buying ul li img{
    width:100%;
    height: auto;
}
/*product*/
.product{
    margin-bottom:10px;
    background: #fff;
}
.product  .product_nav ul{
    overflow: hidden;
    color: #fff;
	border-bottom: 1px solid #e2e2e2;
}
.product  .product_nav ul li{
    float: left;
    width:12.5%;
	margin-left:2%;
	margin-right:2%;
    text-align: center;
    height:30px;
    line-height: 30px;
    margin-bottom: 2px;
}
.product  .product_nav ul li a{
    color: #39362E;
    display: block;
    width:100%;
}
.product  .product_nav ul li a.active{
    color: #fd532f;
	border-bottom: 2px solid #fd532f;
	
}
.product  .product_nav ul li div.sort{
    display: none;
    position: relative;
    top:4px;
}
.product  .product_nav ul li div.sort .sort_up,.product  .product_nav ul li div.sort .sort_down{
    width:0;height:0;
    border:4px solid transparent;
}
.product  .product_nav ul li div.sort .sort_up{
    border-bottom-color:#FFA201;
}
.product  .product_nav ul li div.sort .sort_down{
  
    margin-top: 3px;
}

.product_data{
   
    padding: 0 7px;
}
.product_data ul{
    overflow: hidden;
    padding-bottom: 7px;
	width:100%
}
.product_data ul li{
    float: left;
    padding: 10px 0;
	width:100%;
    border-bottom: 1px solid #DEDEDE;
}
.left{

}



.right{
    float: left;
    width:100%;
    height:145px;
    font-size: 12px;
    position: relative;
    padding-left: 10px;
}
.product_name{
    margin-bottom: 1px;
	font-size:20px;
	line-height:30px;
}
.djj{
    color: #150c03;
	border: 1px solid #98989C;
	padding-left:3px;padding-right:3px; margin-right:10px; float:left
	
}











.product_data ul li .right{
    float: left;
    width:100%;
    height:145px;
    font-size: 12px;
    position: relative;
    padding-left: 10px;
}
.product_data ul li .right .product_name{
    margin-bottom: 1px;
	font-size:20px;
	line-height:30px;
}
.product_data ul li .right .djj{
    color: #150c03;
	border: 1px solid #98989C;
	padding-left:3px;padding-right:3px; margin-right:10px; float:left
	
}
.bottom{
    position: absolute;
    bottom:0;
    overflow: hidden;
    width:100%; height:60px;
}
.toux{
   
  
    width:60px; height:40px; float:left; margin-top:10px;
}


.toux1{

   
   
    width:300px; height:40px; float:left;
}
.bottom img{
    width:40px;
    height:40px;
	border-radius: 30px; 
}

.good{
    text-align: right;
    color: #000;
}
.good1{
    text-align:left;
    color: #000; height:30px; width:100%;
	font-size:14px; line-height: 25px;
}
.product .product_data ul li .right .price{
    
    color: #E63431;
    font-size: 14px;
    font-weight: 600;
	line-height:28px;
	
}
.product .product_data ul li .right .bottom .price span{
    color: #737374;
    font-size: 12px;
    text-decoration: line-through;
    font-weight: 400;
    margin-left: 5px;
}
.product .product_data ul li .right .bottom .how_much{
    float: right;
    font-weight:600 ;
    line-height: 18px;
}
.how_much1{
    float: left;
    font-weight:600 ;
    line-height: 25px; width:100%; 
	font-size:14px;
}