.door-item {
}
.door-item .card-img{
	padding: 30px 0;
	background: #ffffff;
	height: auto;
}
.door-item .card-img img{
	width: 178px;
	margin: 0 auto;
}
.door-item .goods-fee,
.door-item p{
	display: none;
}

.door-item .goods-title{
	text-align: center;
}

/* 超小设备（手机，小于 768px） */
@media (max-width: 768px) {
	/* 商品列表过滤器 */
	.goodslist-filter {
		background: #fff;
		margin-bottom: 10px;
		padding:10px 15px;
		box-shadow: 0 15px 30px #e6e6e6;
	}
	
	.goodslist-filter .filter-content {
		display: flex;
		display: -webkit-flex;
		margin: 10px 0;
		padding:5px 0;
		border-bottom: 1px solid #e6e6e6;
	}
	
	.goodslist-filter .filter-content:last-child {
		border: none;
	}
	
	.filter-content:last-child {
		border: none;
	}
	
	.filter-name {
		width: 84px;
		line-height: 24px;
		padding: 4px 0;
		margin:3px 0;
		font-size: 14px;
		font-weight: bold;
	}
	
	.filter-list {
		flex: 1;
		-webkit-flex:1;
		line-height: 24px;
	
	}
	
	.filter-list .item {
		display: inline-block;
		font-size: 14px;
		padding: 4px 10px;
		margin:3px;
		border-radius: 2px;
		cursor: pointer;
	}
	
	.filter-list .current {
		background-color: #ffe5e8;
		color: #c30e23;
	}
}

/* 小型设备（平板电脑，768px 起） */
@media (min-width: 768px) and (max-width: 1200px) {
	/* 商品列表过滤器 */
	.goodslist-filter {
		background: #fff;
		margin-bottom: 10px;
		padding:10px 15px;
		box-shadow: 0 15px 30px #e6e6e6;
	}
	
	.goodslist-filter .filter-content {
		overflow: hidden;
		margin: 10px 0;
		padding:5px 0;
		border-bottom: 1px solid #e6e6e6;
	}
	
	.goodslist-filter .filter-content:last-child {
		border: none;
	}
	
	.filter-content:last-child {
		border: none;
	}
	
	.filter-name {
		float: left;
		width: 100px;
		line-height: 24px;
		padding: 4px 0;
		margin:3px 0;
		font-size: 16px;
		font-weight: bold;
	}
	
	.filter-list {
		margin-left: 110px;
		line-height: 24px;
	
	}
	
	.filter-list .item {
		display: inline-block;
		font-size: 16px;
		padding: 4px 10px;
		margin:3px;
		border-radius: 2px;
		cursor: pointer;
	}
	
	.filter-list .current {
		background-color: #ffe5e8;
		color: #c30e23;
	}
}

/* 大型设备（大台式电脑，1200px 起） */
@media (min-width: 1200px) {

	/* 商品列表过滤器 */
	.goodslist-filter {
		background: #fff;
		margin-bottom: 10px;
		padding: 15px 0;
		box-shadow: 0 15px 30px #e6e6e6;
	}

	.goodslist-filter .filter-content {
		overflow: hidden;
		margin: 10px 0;
		padding:5px 0;
		border-bottom: 1px solid #e6e6e6;
	}

	.goodslist-filter .filter-content:last-child {
		border: none;
	}

	.filter-content:last-child {
		border: none;
	}

	.filter-name {
		float: left;
		width: 100px;
		line-height: 24px;
		padding: 4px 0;
		margin:3px 0;
		font-size: 16px;
		font-weight: bold;
	}

	.filter-list {
		margin-left: 110px;
		line-height: 24px;

	}

	.filter-list .item {
		display: inline-block;
		font-size: 16px;
		padding: 4px 10px;
		margin:3px;
		border-radius: 2px;
		cursor: pointer;
	}

	.filter-list .current {
		background-color: #ffe5e8;
		color: #c30e23;
	}
}
