/*店铺*/
/*公共部分*/
 /*左浮动*/
.l{float:left;}
/*右浮动*/
.r{float:right;}
/*字体加粗*/
.bold{font-weight:bold;}
/*文本居中显示*/
.textcenter{text-align:center;}
/*块级或显示*/
.block{display:block;}
/*隐藏*/
.none{display:none;}
.topm2{margin-top:25px;}
.bottomm1{margin-top:10px;}
.bottomm2{margin-top:20px;}
.topfloat{
	position:fixed;
	top:0;
	z-index:9999;
}

/*折扣部分*/
.datainfo{
	width:93%;
	height:26px;
	margin:8px auto 0 auto;
	text-align:center;
}
.datainfo span{
	display:inline-block;
	vertical-align: middle;
	font-size:14px;
	line-height:24px;
	color:#888;
}
/*店铺底部*/
.f-height{height:60px;width:100%;}
.goods-footer{
	width:100%;
	height:54px;
	max-width:800px;
	background-color:#FFF;
	border-top:1px solid #E1E1E1;
	position:fixed;
	bottom:0;
	z-index:99;
}

.goods-footer .gf-but{
	display:block;
	height:42px;
	padding:0 12px;
	font-size:18px;
	line-height:42px;
	color:#FFF;
	border-radius:4px;
}
.goods-footer .gfbc1{
	background-color:#E26A67;
	margin:6px 5px 0 0px;
}
.goods-footer .gfbc2{
	background-color:#fa5555;
	margin:6px 5px 0 0px;
}
.goods-footer .gfbc3{
	background-color:#787878;
}
.goods-footer .gfbc4{
	background-color:#E8E8E8;
	margin:6px 0 0 10px;
}
.goods-footer .gfbc4 .c{color:#999;}
.goods-footer .gfbc4 .c2{color:#E26A67;}
.goods-footer .gf-but i{
	display:block;
	color:#FFF;
	font-size:26px;
	line-height:44px;
	float:left;
}
.goods-footer .gf-but span{
	display:block;
	color:#FFF;
	font-size:16px;
	line-height:42px;
	margin-left:4px;
	float:left;
}
/*storename*/
.goods-title{
	width:96%;
	height:auto;
	overflow:hidden;
	margin:10px auto 14px auto;
	font-size:20px;
	line-height:40px;
	color:#333;
}

.goods-describe{
	width:94%;
	height:auto;
	overflow:hidden;
	margin:10px auto;
}
.goods-describe p{
	line-height:22px;
	font-size:15px;
	color:#585858;
}
.goods-describe img{
	width:100%;
	vertical-align: top;
}
/*==分类名称模块==============*/

.class-name3{
	width:95%;
	height:40px;
	padding:0 0%;
	font-size:17px;
	margin:15px auto 10px auto;
	line-height:44px;
	color:#333;
	text-align:left;
	border:1px solid #E3E3E3;
}
.class-name3 a{
	display:block;
	height:40px;
	float:left;
	padding:0 15px;
	font-size:16px;
	line-height:40px;
	background-color:#efeeee;
	border-right:1px solid #E3E3E3;
	color:#5B5B5B;
}

.goods-list{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}

.goods-list .item{
	display:block;
	width:48%;
	height:auto;
	overflow:hidden;
	float:left;
	margin:1% 1%;
}
.goods-list .item .pic{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}

.goods-list .item .pic img{
	width:100%;
}
.goods-list .item .title{
	width:100%;
	height:40px;
	margin-top:5px;
	overflow:hidden;
	font-size:15px;
	line-height:20px;
	color:#494949;
}

/*store_logo*/
.store_logo{
	width:50px;
	height:50px;
	position:fixed;
	right:10px;
	top:50px;
	z-index:99999;
	border-radius:25px;
	background: rgba(255,255,255, 0.8);
	text-align:center;
	cursor:pointer;
}
.store_logo i{
	font-size:40px;
	line-height:50px;
	color:#17B3BB;
}

