#main-block {
    float: left;
    width: 100%;
    margin-top: 15px;
}

/* relate */
#relate {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
#relate-seller {
    float: left;
    width: 100%;
}
#relate-seller-header {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
}
#relate-seller-block {
    float: left;
    margin-right: 15px;
    font-size: 12px;
}
#relate-seller-block-header img {
    max-height: 70px;
}
#relate-seller-block-detail {

}
#relate-product {

}

/* product block */
#list {
	float: left;
	width: 100%;
}
#list-product {
	float: left;
	width: 100%;
}
#list-recommend {
	float: left;
	width: 24%;
	padding: 4px 2px 2px 4px;
	height: 200px;
}
.product-block {
	float: left;
	width: 33%;
	margin-bottom: 10px;
}
.product-block-header {
	float: left;
	width: 30%;
	margin-right: 10px;
	overflow: hidden;
}
.product-block-header img {
	max-height: 80px;
}
.product-block-detail {
	float: left;
	width: 65%;
	font-size: 12px;
	color: #444444;
}
.product-block-detail-name {
	/*font-weight: bold;*/
	font-size: 16px;
	height: 20px;
	overflow: hidden;
}
.product-block-detail-price {
	font-weight: bold;
	color: red;
	font-size: 13px;
	margin-bottom: 2px;
}
.product-block-detail-status {
	float: left;
	display: inline;
}
.product-block-detail-view {
	float: left;
	display: inline;
	margin-left: 5px;
}
.product-block-detail-view img {
	max-width: 12px;
	margin-top: 2px;
}
.icon-new {
	display: inline;
	background-color: red;
	color: white;
	font-size: 11px;
	padding: 1px 2px 1px 2px;
	border-radius: 2px;
}
.icon-new:after {
	content: "new";
}
.icon-ban {
	display: inline;
	background-color: gray;
	color: white;
	font-size: 11px;
	padding: 1px 2px 1px 2px;
	border-radius: 2px;
	margin-right: 2px;
}
.icon-ban:after {
	content: "banned";
}
.block-ban {
	pointer-events: none;
	opacity: 0.4;
}

/* pagelist */
#pagelist {
	float: left;
	width: 100%;
	margin-top: 20px;
}