#main_content{
	width: 1140px;
	margin: 0 auto;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
/*標題內容*/
.search_result_title{
	font-size: 18px;
	line-height: 20px;
}
/*放大鏡圖示*/
.search_result_title::before{
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../../images/search_result/search_result_icon.png) no-repeat;
}
/*關鍵字*/
.key_word{
	color: #0063ba;
}
/*關鍵字數量*/
.key_word_number{
	font-size: 20px;
}
/*輸入列*/
.search_result_input{
	padding: 20px 0 0 22px;
	margin-bottom: 35px;
}
.search_result_input input{
	width: 350px;
	height: 24px;
}

/*產品排列*/
.search_result_list li{
	display: block;
	width: 252px;
	float: left;
	text-align: center;
	overflow: hidden;
	margin-right: 20px;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
}
/*圖片設定*/
.search_result_list li img{
	display: block;
	width: 252px;
	max-width: 100%;
	border: 1px solid #DCDCDC;
	opacity: 1;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing:border-box;
}
/*產品種類文字樣式*/
.search_result_type{
	color: #939393;
	margin-top: 15px;
	overflow: hidden;
	height: 25px;
}
/*超連結樣式*/
.search_result_list li .search_result_name a{
	color: #0063ba;
}
.search_result_list li .search_result_name a:hover,
.search_result_list li .search_result_name a:active{
	text-decoration: underline;
}
/*品名高度限制(2行)*/
.search_result_name{
	height: 50px;
	overflow: hidden;
	margin-bottom: 5px;
}
/*灰遮罩效果*/
.search_result_list li img:hover{
	opacity: 0.7;
}
.search_result_list li>a{
	display: block;
	background: #000;
}
/*1/4的li的左margin*/
.search_result_list li:nth-child(4n+1){
	margin-left: 22px;
}
/*4/4的li的右margin*/
.search_result_list li:nth-child(4n+4){
	margin-right:  50px
}
/*清除浮動*/
.search_result_list::after{
	content: '';
	display: block;
	clear: both;
}

/*頁數功能列*/
.page_block{
	height: 50px;
	text-align: center;
	padding: 15px 0 45px 0;
}
.page_block li{
	display: inline-block;
	color: #B6B6B6;
	width: 48px;
	height: 48px;
	font-size: 14.97px;		
}
.page_block a{
	display: block;
	border: 1px solid #B6B6B6;
	line-height: 48px;
	text-align: center;
	color: #B6B6B6;
}
.page_block a:hover,
.page_block a:active{
	background: #002B56;
	color: #fff;
}
/*頁數輸入*/
.page_block input{
	width: 48px;
	height: 46px;
	border: 1px solid #B6B6B6;
	text-align: center;
	color: #002B56;
	font-size: 14.97px;
}
/*頁數列-文字寬度*/
.page_block .page_text{
	width: 30px;
}

/******手機版 start******/
@media screen and (max-width: 768px){
#main_content{
	width: 100%;
}
.title_block{
	width: auto;
	float: left;
	margin: 0;
}
/*放大鏡文字*/
.search_result_title{
	float: right;
	padding: 1em 5% 1em 0.5em;
}
/*輸入列*/
.search_result_input{
	padding: 10px 0 0 0;
	margin: 0 5% 35px 5%;
}
.search_result_input input{
	width: 100%;
}
/*1/4的li的左margin*/
.search_result_list li:nth-child(4n+1){
	margin-left: 5%;
}
/*4/4的li的右margin*/
.search_result_list li:nth-child(4n+4){
	margin-right:  0;
}
/*產品排列*/
.search_result_list li{
	width: 42.5%;
	min-width: 140px;
	margin: 0 0 0 5%;
}
/*li圖片設定*/
.search_result_list li img{
	width: 100%;
}

/*頁數功能列*/
.page_block{
	padding: 35px 0 55px 0;
}

}	