.activeTopTab{
	width: 100%;
	position: fixed;
    top: 0.9rem;
    left: 0;
    z-index: 111;
    background: #fff;
    height: 0.88rem;
    line-height: 0.88rem;
    /*border: 1px solid #eee;*/
    -webkit-box-shadow:0px 3px 3px #eee;
	-moz-box-shadow:0px 3px 3px #eee;
	box-shadow:0px 3px 3px #eee;
}
.activeTab{
	width: 50%;
	box-sizing: border-box;
	float: left;
	text-align: center;
	cursor: pointer;
}
/*列表*/
.activeList{
}
.activeListItem{
	background: #fff;
	margin-top: 0.12rem;
	width: 100%;
}
.imgLink{
	position: relative;
	text-align: center;
}
.imgLink .picUrl{
	/*width: auto!important;*/
	display: inline;
	
}
.labelImg{
	position: absolute;
	left: 0;
	top: 0;
	width: 1.4rem;
}
.label{
	color: #fff;
	font-size: 0.24rem;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.1rem;
    width: 1.4rem;
    overflow: hidden;
    white-space: nowrap;
  	text-overflow: ellipsis;
    text-align: center;
    box-sizing: border-box;
}
.productname{
	padding:0.3rem;
	position: relative;
}
.activeImg{
	width: 1.4rem;
}
.activename{
	font-size: 0.28rem;
	color: #333;
	padding-left: 0.05rem;
	position: absolute;
    top: 0.35rem;
    left: 1.8rem;
    width: 5.5rem;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 0.05rem;
    text-overflow: ellipsis;
}
@media only screen and (min-width:800px ) {
	.activeTopTab {
		left: 50%;
		width:750px;
		margin-left: -375px;
	}
	.name{
	    width: 10.8rem;
	}
	.activename{
		width: 11.5rem;
	}
}