		@CHARSET "UTF-8";
		a {text-decoration:none};
		body {background-color:#f2f2f2;}
		img {border:0}
		#showAllItem {
			float:left;
			width:auto;
			height:48px;
			line-height:48px;
			font-size:18px;
			color:#999999;
			cursor:pointer;
		}
		.main_wrapper {
			text-align:center;
			max-width:480px;
			height:auto;
			margin:auto;
			position:relative;
		}
		#no_data {
			font-size:18px;
			position:relative;
			top:40px;
		}
		#result {
			position:relative;
			text-align:center;
			min-height:100%;
			background-color:white;
			width:100%;
			max-width:480px;
			margin:0 auto;
		}
		.result_wrapper {
			font-size:18px;
			text-align:left;
			width:100%;
			padding:10px;
			border-top:1px solid #dddddd;
			cursor:pointer;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		.item_cover {
			width:75px;
			height:75px;
			background-color:#eeeeee;
			display:inline-block;
			position: absolute;
		}
		.item_cover img {
			width:75px;
			height:75px;
		}
		.item_content {
			margin-left:85px;
		}
		.item_name, .item_shop, .item_price_block {
			width:100%;
			padding-top:4px;
			height:22px;
			line-height:24px;
			overflow:hidden;
		}
		.item_name {
			font-weight:bold;
			color:black;
		}
		.item_shop {
			color:gray;
		}
		.item_price, .item_hot_num, .item_review_num {
			display:inline-block;
		}
		.item_price {
			color:#cc0000;font-weight:bold
		}
		.item_hot_num, .item_review_num{
			float:right;
			min-width:90px;
			font-size:16px;
			color:#999999;
			text-align:right;
			margin-top:3px;
		}
		.sort_bar {
			background-color:beige;
			color:#4296d1;
			text-align:center;
			font-weight:bold;
			font-size:18px;
			padding:10px 0;
			cursor:pointer;
		}
		.searchStyle {
			border-radius:6px;
			width:230px;
			padding:10px 5px;
			display:inline-block;
			cursor:pointer;
			color:gray;
		}
		.select {
			color:black;
		}
		.search_select {
			background-color:beige;
			color:black;
			font-weight:bold;
		}
		.overseas {
			position:absolute;
			top:2px;
			left:2px;
			width:28px;
			height:28px;
			z-index:2;
		}