@charset "utf-8";
/* CSS Document */

/* 產 品 介 紹 */
#goods-box {
	width:100%;
}
.goods-item, .goods-img  { 
    width:25%;
	padding:0 7px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

span.goods-item-img {
	width:100%;
	display:block;
	text-align:center;
	margin-bottom:5px;
}
span.goods-item-img img {
	width:100%;
}
H1.goods-item-title {
	font-size:16px;
	font-weight:normal;
	line-height:30px;
	margin-bottom:10px;
	padding:0 5px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	text-align:center;
}

#goods-desc {
	width:100%;
	margin-bottom:20px;
	line-height:1.5em;
}
H1.goods-img-title {
	font-size:16px;
	font-weight:normal;
	line-height:30px;
	margin-bottom:10px;
	padding:0 5px;
	text-align:center;
	color:#09c;
}

#goods-view-img {
	float:left;
	width:45%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:0 20px 0 15px;
}
#goods-view-img img {
	max-width: 100%;
	height:auto;
	border:1px solid #dcdcdc;	
}
#goods-view-info {
	float:right;
	width:55%;
	padding-right:15px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;	
}
#goods-view-info H1 {
	font-size:24px;
	margin-bottom:10px;
}
#goods-view-info em {
	display:block;
	margin-bottom:10px;	
}
#goods-view-word {
	float: left;
	width: 100%;
	padding:10px 15px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;	
	margin:20px 0;
	overflow: hidden;
	border-top:1px dashed #dcdcdc;
}
#other-goods {
	float:left;
	width:100%;
}
#other-goods .item span.goods-img {
	width:100%;
	display:block;
	text-align:center;
	border:1px solid #dcdcdc;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#other-goods .item H3 {
	margin-top:5px;
	line-height:1.5em;
	font-weight:normal;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:12px;
	color:#5c5c5c;
	text-align:center;
}
#other-goods .item img {
	display: block;
	width: 100%;
	height: auto;
}


@media screen and (max-width:999px) {

}

@media screen and (min-width: 640px) and (max-width:767px) {
    .goods-item, .goods-img { 
	    width: 33.333333%;
		padding:0 5px;
	}
	
}

@media screen and (max-width:639px) {
    .goods-item, .goods-img { 
	    width: 50%;
		padding:0 3px;
	}	
	#goods-view-img, #goods-view-info {
		width:100%;
		padding:0;
	}
	#goods-view-info {
		margin-top:15px;
	}
	#goods-view-word {
		padding:15px 0;
	}
	
}

@media screen and (max-width: 479px) {
    .goods-item { 
	    width: 100%;
		padding:0px;
	}
    .goods-img { 
	    width: 50%;
		padding:0 3px;
	}		
}