.border-box {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

body {
	overflow-x:hidden;
}
#header {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:50px;
	padding:10px 57px 10px 45px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#header > a.back:before {
	top:19px;
}
#header .search {
	position:relative;
	height:38px;
	padding-right:30px;
	background-color:#fff;
	border:1px solid #e6e6e6;
	line-height:38px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:0 0 2px 2px #e6e6e6;
	-moz-box-shadow:0 0 2px 2px #e6e6e6;
	box-shadow:0 0 2px 2px #e6e6e6;
}
#header .search form {
	position:relative;
	display:block;
	width:100%;
	height:100%;
}
#header .search input {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding-left:35px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:none;
	color:#a7a3a1;
	font-size:14px;
}
#header .search .clear {
	overflow:hidden;
	position:absolute;
	top:0;
	right:0;
	width:35px;
	height:100%;
	background-color:#fff;
}
#header .search .clear:after {
	content:"";
	display:block;
	width:16px;
	height:15px;
	margin:12px auto 0;
	background-image:url(/image/icons.png);
	background-position:-338px 0;
	background-repeat:no-repeat;
	background-size:467px 408px;
}
#header .search::before {
	display:block;
	content:"";
	float:left;
	width:20px;
	height:20px;
	margin:9px 5px 0 10px;
	background-image:url(/image/category_new_icons.png);
	background-position:-56.5px -73.5px;
	background-repeat:no-repeat;
	background-size:260px 174.5px;
	position:relative;
	z-index:1;
}
#header .search-btn {
	position:absolute;
	top:0;
	right:15px;
	padding-top:10px;
	color:#e83227;
	line-height:38px;
	font-size:15px;
}
#body {
	margin-top:50px;
	background-color:#fff;
}
#body .history,#body .hot {
	padding-top:30px;
}
#body .history h2,#body .hot h2 {
	padding-bottom:10px;
	font-size:15px;
	font-weight:normal;
	text-align:center;
	color:#757575;
}
#body .history h2:before,#body .hot h2:before {
	content:"";
	display:inline-block;
	width:18px;
	height:18px;
	margin-right:3px;
	vertical-align:bottom;
}
#body .history ul,#body .hot ul {
	padding:0 15px;
}
#body .history ul li,#body .hot ul li {
	float:left;
	width:100%;
	border-bottom:1px solid #e6e6e6;
	line-height:42px;
}
#body .history ul span,#body .hot ul span,#body .history ul a,#body .hot ul a {
	float:left;
	width:100%;
	color:#444;
	font-size:15px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#body .history h2:before {
	background-image:url(/image/icons.png);
	background-position:-293px -75px;
	background-repeat:no-repeat;
	background-size:467px 408px;
}
#body .hot h2:before {
	background-image:url(/image/icons.png);
	background-position:-313px -75px;
	background-repeat:no-repeat;
	background-size:467px 408px;
}
#body .searching-list,#body .search-reslute-list {
	padding:0;
}
#body .searching-list li,#body .search-reslute-list li {
	width:100%;
	border-bottom:1px solid #e6e6e6;
	color:#444;
	line-height:42px;
	font-size:15px;
}
#body .searching-list li:last-child,#body .search-reslute-list li:last-child {
	border-bottom:none;
}
#body .searching-list li a,#body .search-reslute-list li a {
	display:block;
	color:#333;
	padding-left:4%;
	height:100%;
	width:100%;
	background-color:#fff;
	font-size:15px;
	line-height:50px;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#body .searching-list li a .name,#body .search-reslute-list li a .name {
	display:block;
	width:50%;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	float:left;
}
#body .searching-list li a .price,#body .search-reslute-list li a .price {
	display:block;
	padding-right:4%;
	width:50%;
	float:right;
	text-align:right;
	font-size:14px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#body .searching-list li a .price strong,#body .search-reslute-list li a .price strong {
	margin-left:5px;
	color:#fd6132;
	font-weight:normal;
}
#body .search-reslute-list div {
	padding:15px 15px 30px;
	background-color:#f4f4f4;
	border-top:1px solid #e6e6e6;
	line-height:20px;
	font-size:12px;
}
#body .search-reslute-list div p {
	float:left;
}
#body .search-reslute-list div p:before {
	content:"";
	float:left;
	width:17px;
	height:14px;
	margin:3px 8px 0 0;
	background-image:url(/image/common/icons.png);
	background-position:-395px -75px;
	background-repeat:no-repeat;
	background-size:467px 408px;
}
#body .search-reslute-list div a {
	float:left;
	margin-left:8px;
	color:#e83227;
	font-size:14px;
}
#body .search-reslute-list div span {
	float:right;
	width:15px;
	height:15px;
	background-image:url(/image/common/icons.png);
	background-position:-284.5px 0;
	background-repeat:no-repeat;
	background-size:467px 408px;
}
#body .no-search-reslute {
	padding-top:100px;
	line-height:27px;
	font-size:15px;
	text-align:center;
}
#body .back-top {
	display:none;
	position:fixed;
	/*width:45px;
	height:45px;
	border-radius:50%;
	background-color:rgba(0,0,0,.4);
	text-align:center;
	line-height:45px;
	*/
  bottom:20px;
	right:20px;
}
#body .back-top::after {
	content:"";
	display:inline-block;
	width:45px;
	height:45px;
	background-image:url(/image/category_new_icons.png);
	background-position:-29px -103px;
	background-repeat:no-repeat;
	background-size:260px 174.5px;
}
#body .back-top.active {
	display:block;
}
