.productMod .miss_recommend{
	color:#313131;
	font-size:14px;
	line-height:18px;
	font-family:'微软雅黑';
	height:25px;
	text-align:center;
	}
.miss_top{
	margin-bottom:8px;
}
..miss_top ul{
	font-size:0;
	}
#missRecomend .miss_top {
	margin-left:5%;
}
#missRecomend .miss_top li {
	margin-right:4px;
	margin-left:0px;
}
.miss_top li{
	display:inline-block;
	margin-left:4px;
	line-height:24px;
	text-align:center;
	font-size:13px;
	font-weight:bolder;	
	text-shadow:1px 1px 2px rgba(0, 0, 0, 0.3);
	position:relative;
}
i.miss_arrow{
	position:absolute;
	bottom:-8px;
	left:45%;
	display: inline-block;
	border-width: 4px;
	border-color: #fa6087 #fff #fff #fff;
	border-style: solid;
	width: 0;
	height: 0;
	line-height: 0;
	display:none;
}
.miss_top li a{
  color:#FFF;
  display:block;
  cursor:pointer;
  /*width:50px;*/
  height:24px;
  background:#58bce5;
  padding:0 5px;
}
.miss_top li.on a {
	background:#ea547c;
}
.miss_top li a:hover{
  background:#ea547c;
}
.on  .miss_arrow{
  display:block
}
.miss_goods {

	}
.miss_goods dl{

}
.miss_goods dd{
	margin-top:5px;
	margin-bottom:8px;
	display:inline-block;
	text-align:center;
	width:42.5%;
	margin-left:5%;
	position:relative;
	}		
.miss_goods img {
    vertical-align:middle;
	width:100%;
	border: 1px solid #eeeeee;
	}
.miss_goods .brand{
	float:left;
	font-size:12px;
	height:25px;
	line-height:25px;
	margin-left:7px;
	overflow:hidden;
	width:70px;
	}
.miss_goods .price{
	margin-right:6px;
	color:#ef2625;
	font-size:14px;
	height:25px;
	line-height:25px;
	width:58px;
	}
.miss_goods .baok{
	top:4px;
	right:8px;
	position:absolute;
	}
.miss_goods .baok img{
	border:none;
	width:35px;
	height:35px;
	box-shadow:0px 0px 0px #333333; 
	}
.goods_more{
	font-weight:500;
	font-size:12px;
	line-height:25px;
	text-align:center;
	cursor:pointer;
	width:120px;
	height:25px;
	background-image: -webkit-linear-gradient(top, #eeeeee, #d4d4d4);
	margin:0 auto;
	margin-top:7px;
	margin-bottom:3px;
	border:1px solid #d6d6d6;
}