.ui-page-product{
	width: 1200px;
	height: 850px;
	float: left;
	/*background-color: red;*/
	/* margin-left: 31px; */
}

.prod-items{
	width: 280px;
	height: 380px;
	background-color: #fff;
	box-shadow: 0px 0px 3px #757373;
	float: right;
	cursor: pointer;
	margin-right: 18px;
	margin-bottom: 16px;
	
}

.prod-items:nth-child(3){
	margin-right: 0px
}

.prod-items:nth-child(6){
	margin-right: 0px
}


.prod-items img{
	width: 275px;
	height: 180px;
	background: url('../image/no-image.png')no-repeat #dadada;
	background-size: 80px;
	float: left;
	background-position: center center;
	margin-left: 3px;
	margin-top: 3px;
}


.prod-text{
	width: 217px;
	height: 100px;
	float: left;
	margin-top: 20px;
	margin-left: 12px;
	/*background: red;*/
}

.pitems-title{
	width: 217px;
	height: 35px;
	font-size: 17px;
	font-family: CGFontB;
	color: #0681c6;
	float: left;
}

.prod-items:hover{
	box-sizing: border-box;
	border-bottom: 5px solid #b80900;
	height: 380px;
	/*color: #b80900;*/
	
}

.pitems-ct{
	width: 217px;
	height: 73px;
	float: left;
	font-size: 10px;
	font-family: CGFont;
	color: #4b4b4b;
	
}

.product-pagination{
	width: 760px;
	height: 50px;
	/*background: red;*/
	margin-left: 31px;
	float: left;
}

.ui-pop-up-product{
	width: 660px;
	height: 360px;
	background-color: #dcdcdc;
	position: absolute;
	margin: auto;
	z-index: 1111;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 20px 20px 20px;
	border: 1px solid #aaaaaa;
	display: none;
	
}

.img-product{
	width: 175px;
	height: 175px;
	background: url('../image/no-image.png')no-repeat #535353;
	background-size: 100px;
	background-position: center;
	float: left;
	/*border: 3px solid #b3b3b3;*/

}

.pr-information{
	width: 460px;
	height: 350px;
	/*background: red;*/
	float: left;
	margin-left: 20px;
}

.pr-information table{
	width: 100%;
	font-family: CGFont;
	border-collapse: collapse;
	font-size: 11pt;
	color: #222
}

.pr-information table tr:nth-child(odd){
	font-family: CGFontB;
	font-size: 9pt;
	text-transform: uppercase;
	color: #007ec5;
	border-bottom: 1px solid #aaaaaa;
}

.pr-information table tr:nth-child(even){
	height: 40px;
	vertical-align: top;
	font-size: 11pt;
	line-height: 25px;
}

.pr-information table tr:nth-child(2){
	font-size: 12pt;
	font-family: CGFontB
}