@charset "utf-8";

/* CSS Document */
body {
	background: #fafafa;
}

/*头部*/
.header-bar {
	width: 100%;
	height: 45px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border-bottom: 1px solid #e3e3e3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: nowrap;
}

.header-item {
	display: block;
	width: 15%;
	height: 45px;
	line-height: 45px;
	text-align: center;
}

.header-item-icon {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
}

.header-center {
	width: 70%;
	height: 45px;
	line-height: 45px;
	text-align: center;
}

.header-content {
	font-size: 18px;
}

.header-search-wrapper {
	display: inline-block;
	width: 100%;
	height: 28px;
	line-height: 28px;
	margin: 0 auto;
	padding-left: 15px;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 25px;
	font-size: 14px;
	color: #a0a0a0;
}

.search-icon {
	display: inline-block;
	width: 20px;
	height: 28px;
	background-image: url(/public/wap/newban/img/search.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 15px;
	float: left;
	margin-right: 5px;
}

.header-search-input {
	width: 80%;
	background: none;
	border: none;
	color: #222;
	font-size: 12px;
	line-height: 27px;
	vertical-align: middle;
}

.header-item-search {
	font-size: 14px;
	color: #000;
}

/*内容*/
.search {
	margin: 10px;
	margin-top: 20px;
}

.se_p {
	color: #999;
}

.history {
	color: #000;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
}

.se_qing {
	float: right;
	height: 35px;
	line-height: 35px;
	/* background-color: #eee; */
	padding: 0px 5px 0px 5px;
}

.search li {
	display: inline-block;
	padding: 2px 10px;
	border-radius: 15px;
	background: #eee;
	margin-right: 15px;
	margin-top: 10px;
	color: #666;
}

.search li:after {
	border: 1px solid #dedede;
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform: scale(1);
	pointer-events: none;
}

.icon-sousuo {
	margin-right: 10px;
	color: #999;
}

input[type="search"] {
	-webkit-appearance: none;
}


/* 新增 */
#container {
	margin-top: 45px;
}

.icon-delete {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(../images/delete.png) no-repeat center center;
	background-size: 100% 100%;
}

.search li {
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.icon-hide {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(../images/hide.png) no-repeat center center;
	background-size: 100% 100%;
}

.hide-icon {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(../images/show.png) no-repeat center center;
	background-size: 100% 100%;
}

.hide-container {
	display: none;
}

.hide-note {
	color: #888;
	text-align: center;
	margin: 20px 0;
}



/* 热门店铺 */
#shop-container {
	width: 100%;
	height: 100vh;
	background: #fff;
	padding: 10px;
	padding-top: 45px;
	color: #555;
}

#hot-shop-container, #search-test-shop-container {
	width: 100%;
	margin-top: 10px;
}

.hot-shop-wrapper, .search-test-shop-wrapper {
	width: 100%;
}

.hot-shop-line {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.shop-tips-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.shop-icon {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(/public/wap/newban/img/icon-shop1.png) no-repeat center center;
	background-size: 100%;
	margin-right: 5px;
}

.more-shop {
	color: #666;
	margin-right: 10px;
}

.right-arrow {
	position: relative;
}

.right-arrow::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	background: url(/public/wap/newban/img/rightback.png) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	top: 4px;
	right: -12px;
}

.hot-shop-item-wrapper {
	margin-top: 10px;
}

.hot-shop-item {
	display: inline-block;
	width: auto;
	padding: 2px 10px;
	border-radius: 15px;
	background: #eee;
	margin-right: 15px;
	color: #666;
}