.shop_recommend{
	width: 100%;
	
}
table{
	margin: 20px 70px 120px 70px;
	border: 1px solid gray;
}
table tr td:first-child{
	width: 230px;
	background: #E8EDF5;
	height: 450px;
}
table tr td{
	width: 310px;
	border: 1px solid #CCCCCC;
	text-align: center;
	
}
table{
	border-collapse:collapse; text-align:left;
}
tr{
	border: 1px solid #CCCCCC;
}
.shopping{
	width: 210px;
	margin: 0 auto 0;
	height: 210px;
	box-sizing: border-box;
	text-align: center;
}
.shopping img{
	margin-top: 5%;
	max-width: 90%;
	max-height: 90%;
}
.hk_sample{
	display: flex;
	width: 150px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.sample{
	width: 52px;
	height: 52px;
	
	box-sizing: border-box;
	
}
.shopCar{
	line-height: 48px;
	display: block;
	width:176px;
	height:48px;
	background:rgba(233,0,0,1);
	border-radius:2px;
	border: 0;
	outline-style: none;
	font-size:14px;
	font-family:"Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:rgba(255,255,255,1);
}
.shopCar::before{
	margin-right: 10px;
	content: url(../images/top-icon-cart.png);
	vertical-align: sub;
}

.icon-search{
	content: url(../images/top-icon-cart.png);
	width: 17px;
	height: 17px;
	position: absolute;
	top: 15px;
	left: 32px;
}
.hk_buttom{
	width: 200px;
	margin-right: 30px;
	margin: 0 auto 30px;
	position: relative;
}
.hk_buttom a:hover{
	color:#ffffff !important;
}
.hk_model{
	font-size:18px;
	font-family:"Montserrat-bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:rgba(51,51,51,1);
	margin-bottom: 20px;
	line-height:18px;
	
}
.hk_model+p {
font-size:16px;
	font-family:"Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
margin-bottom: 30px;
color:rgba(102,102,102,1);
line-height:16px;
}
.hk_model+p span{
		margin-left: 3px;
}
#img_file{
	background: url(../images/sub-icon-info.png);
}

.hk_shoplist a{
font-size: 36px;
color: #E90000;
}
.hk_shoplist p{
font-size:14px;
	font-family:"Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
color:rgba(51,51,51,1);
line-height:14px;
}
tr{
	
}
tr th:first-child{
	background: #E8EDF5;
}
tr th:first-child p{
	text-align: right ;
	margin-left: 0;
	margin-right: 20px;
		font-size:14px;
	
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:19px;
	}
th{
	
	height: 50px;
}
th p{
	font-size:14px;
	
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:19px;
		margin-left: 20px;
}
.sampleBor{
	border: 1px solid #D9D9D9;
	
}
.sample img{
	box-sizing: border-box;
}