*{
	margin: 0;
	padding: 0;
}

body{
	width: 100%;
	background-color: #FFFFFF;
	box-sizing: border-box;
}

img{
	display: block;
	width: 100%;
	height: 100%;
}

/* 头部 */

.aui-navBar-item {
	display: block;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	width: 15%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #333;
}

.aui-navBar-item img {
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
}

.aui-center {
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	width: 64%;
	height: 44px;
	line-height: 44px;
	margin: 0 3%;
	text-align: center;
}

.aui-center p {
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 18px;
	color: #333;
}

.container {
	width: 100%;
	margin-top: 44px;
	margin-bottom: 50px;
}

.mescroll {
	width: 100%;
	height: auto;
	position: fixed;
	top: 44px;
	left: 0;
	bottom: 0;
	background-color: #FFFFFF;
	padding-bottom: 50px;
}

.screening {
	width: 100%;
	height: 0.8rem;
	background-color: #FFFFFF;
	border-bottom: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: fixed;
	top: 0.9rem;
	left: 0;
	z-index: 110;
}

.query-btn {
	width: 20%;
	height: 0.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFFFFF;
}

.query-btn span {
	color: #333;
}

.query-btn img {
	width: 0.15rem;
	height: 0.19rem;
	margin-left: 0.05rem;
}

.shaixuan{
	width: 20%;
	height: 0.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFFFFF;
}

.shaixuan span{
	color: #333;
}

.icon-filter {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	background: url(../images/filter.png) no-repeat center center;
	background-size: 100% 100%;
	margin-left: 2px;
}

.query-active {
	color: #f1382f;
	border-bottom: 1px solid #F1382F;
}

.query-active span{
	color: #f1382f;
}

.shop-list {
	margin-top: 0.9rem;
}

.shop-list li{
	width: 100%;
	padding: 0.16rem 0.1rem;
	border-bottom: 1px solid #eee;
}

.fqshop{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fqshop-img{
	width: 3.2rem;
    height: 1.865rem;
}

.fqshop-content{
	margin-left: 0.15rem;
	width: 9.07rem;
	height: 100%;
}

.fqshop-name{
	width: 100%;
	height: 0.72rem;
	font-size: 0.26rem;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    box-orient: vertical;
    line-clamp: 2;
}

.fqshop-name span{
	background-color: #f1382f;
	border-radius: 0.1rem;
	color: #FFFFFF;
	padding: 0 0.07rem;
	margin-right: 0.1rem;
	font-size: 0.25rem;
}

.fqshop-price{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.price{
	font-size: 0.24rem;
	color: #999999;
}

.fqshop-btn{
	background-color: #f1382f;
    border-radius: 0.2rem;
    font-size: 0.24rem;
    padding: 0.02rem 0.15rem;
    color: #ffffff;
    letter-spacing: 0.02rem;
}

.fqshop-manjian{
	background-color: #FBD6D1;
	color: #f1382f;
	font-size: 0.23rem;
	padding: 0.03rem 0.07rem;
}

.fqprice{
	font-size: 0.25rem;
	color: #f1382f;
	font-weight: 600;
}

/* 底部导航 */
.footer {
	width: 100%;
	height: 50px;
	background: #fff;
	/* border-top: 1px solid #CCCCCC; */
	position: fixed;
	z-index: 98;
	right: 0;
	bottom: 0;
}

.foot-list {
	width: 100%;
	height: 50px;
	padding: 4px 2px;
	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: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.foot-item {
	display: block;
	width: 25%;
	color: #333;
	font-size: 14px;
	/* font-weight: bold; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-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;
}

.foot-list .text {
	font-size: 12px;
}

.navIcon {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-bottom: 3px;
}

.active {
	color: #f77d3c;
	font-weight: bold;
}

.shadow{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 999;
	display: none;
}

.conditions{
	width: 80%;
	height: 100%;
	background-color: #f6f6f6;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.3rem 0.2rem;
}

.conditions li{
	width: 100%;
	background-color: #ffffff;
	border-radius: 0.2rem;
	padding: 0.2rem;
}

.price-range{
	margin-top: 0.3rem;
}

.conditions-title{
	font-size: 0.29rem;
    font-weight: 500;
    letter-spacing: 0.02rem;
	margin-bottom: 0.2rem;
	text-align: center;
}

.periods-list{
	width: 100%;
}

.periods-item{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.periods{
	width: 20%;
    margin: 0 2%;
    margin-bottom: 0.2rem;
    border-radius: 0.3rem;
    color: #555;
    text-align: center;
    font-size: 0.27rem;
    background-color: #e8e8e8;
    padding: 0.04rem 0;
    letter-spacing: 0.02rem;
}

.periods-active{
	border: 1px solid #fd0a0a;
    background: #ffe6e6;
    color: #fd0a0a;
}

.price-wrapper{
	width: 100%;
	margin-top: 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.min-price, .max-price{
	width: 40%;
	height: 0.5435rem;
	text-align: center;
	line-height: 0.5435rem;
	font-size: 0.27rem;
	margin: 0 0.02rem;
	border-radius: 0.25rem;
	background-color: #e8e8e8;
	padding: 0 0.1rem;
	margin: 0 0.2rem;
}

.shaixuan-btn{
	width: 100%;
	height: 1.3rem;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
}

.reset, .submit{
	width: 2.18rem;
	height: 0.73rem;
	font-size: 0.3rem;
	text-align: center;
	letter-spacing: 0.1rem;
}

.reset{
	background-color: #f77d3c;
	color: #ffffff;
	border-radius: 0.2rem 0 0 0.2rem;
}

.submit{
	background-color: #f73c3c;
	color: #ffffff;
	border-radius: 0 0.2rem 0.2rem 0;
}

.mescroll-totop {
    z-index: 9990;
    position: fixed;
    right: 0.2rem;
    bottom: 1.5rem;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    opacity: 0;
}