#main_content{
	background: #002B56;
	width: 100%;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
/*產品列左浮動*/
.hot_overview li{
	float: left;
}
/*清除浮動*/
.hot_overview::after{
	content: '';
	display: block;
	clear: both;
}
/*TOP1~3商品*/
.hot_top_block{
	width: 340px;
	margin: 30px 20px 60px 35px;
	padding: 15px 0 22px 0;
	background: #fff;
}
.hot_top_img{
	width: 280px;
	/*overflow: hidden;*/
	margin: 10px auto;
	position: relative;
}
.hot_top_img img{
	max-width: 100%;
	overflow: hidden;
}
/*其餘商品*/
.hot_overview_block{
	width: 252.5px;
	overflow: hidden;
	margin: 0 0 0 40px;
}
.hot_overview .left_edge{
	margin: 0 0 0 35px;
}
.hot_overview_block img{
	max-width: 100%;
	overflow: hidden;
}
/*標題超連結樣式*/
.hot_top_block .product_title,
.hot_overview_block .product_title{
	text-align: center;
	font-size: 15px;
	color: #17FCFF;
	margin-right: 0;
	margin: 15px 0 20px 0;
	padding: 0 5px;
	display: block;
	line-height: 1.35em;
	height: 2.6em;
	overflow: hidden;
	background: none;
}
.hot_top_block .product_title{
	color: #0065B5;
	margin: 25px 0 0 0;
}
.product_title:hover,
.product_title:active{
	text-decoration: underline;
}
/*hover效果*/
.hot_top_img>a:first-child,.hot_overview_block>a:first-child{
	display:block;
	background: #000;
}
.hot_top_img img,
.hot_overview_block img{
	display: block;
}
.hot_top_img img:hover,.hot_overview_block img:hover,
.hot_top_img img:active,.hot_overview_block img:active{
	opacity: 0.7;
}
/*TOP1~3緞帶*/
.hot_top_ribbon01,.hot_top_ribbon02,.hot_top_ribbon03{
	position: absolute;
	max-width: 100%;
	width: 102px;
	height: 105px;
	z-index: 20;
	top: -9px;
	left: -9px;
}
.hot_top_ribbon01{
	background: url(../../images/products_overview/skechers_hot_top_img.png);
	background-position:-204px 0;
}
.hot_top_ribbon02{
	background: url(../../images/products_overview/skechers_hot_top_img.png);
	background-position:0px 0;
}
.hot_top_ribbon03{
	background: url(../../images/products_overview/skechers_hot_top_img.png);
	background-position:-102px 0;
}

/******手機版 start******/
@media screen and (max-width: 768px){
/*TOP1~3商品*/
.hot_overview .top{
	width: 100%;
	margin: 0;
}
.hot_top_block{
	width: 90%;
	margin: 2em 5% 2em 5%;
	padding: 1em 0 1em 0;
}
.hot_top_img{
	width: 85%;
}
.hot_top_img img{
	width: 100%;
}
/*其餘商品*/
.hot_overview li{
	width: 42.5%;
	min-width: 140px;
	margin: 0 0 0 5%;
}
.hot_overview .left_edge{
	margin: 0;
}
.hot_overview_block{
	max-width: 100%;
	width: 100%;
	margin: 0;
}
.hot_overview_block img{
	width: 100%;
}
.hot_top_img img:hover,.hot_overview_block img:hover{
	opacity: 1;
}

}