.mescroll{
	width: 100%;
	height: auto;
	position: fixed;
	top: 0.9rem;
	left: 0;
	bottom: 0;
	background-color: #f3f3f3;
}

.screening{
	width: 100%;
	height: 1rem;
	background: linear-gradient(to right,#fcdbcc,#f9c6a8);
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: fixed;
	top: 0.9rem;
	left: 0;
	z-index: 110;
}

.query-btn{
	width: 25%;
	height: 0.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFFFFF;
}

.screen-btn{
	width: 25%;
	height: 0.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFFFFF;
}

.screen-btn span{
	font-size: 0.29rem;
	letter-spacing: 0.02rem;
	color: #959492;
}

.screen-btn .iconfont{
	font-size: 0.25rem;
	margin-left: 0.05rem;
}

.query-btn:first-child{
	border-radius: 0.3rem 0 0 0;
}

.screen-btn{
	border-radius: 0 0.3rem 0 0;
}

.query-btn span{
	font-size: 0.29rem;
	letter-spacing: 0.02rem;
	color: #959492;
}

.query-btn .iconfont{
	font-size: 0.25rem;
	margin-left: 0.05rem;
}

.query-btn img{
	width: 0.16rem;
	height: 0.2rem;
	margin-left: 0.05rem;
}

.query-active span{
	color: #FF6552;
	font-weight: 500;
}

.shop-list{
	width: 94%;
	margin: 0 auto;
	margin-top: 0.91rem;
	padding-top: 0.35rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.shop-list li{
	width: 3.45rem;
	background-color: #FFFFFF;
	border-radius: 0.2rem;
	margin-bottom: 0.2rem;
	padding: 0.125rem;
}

.shop-list .advertis{
	padding: 0;
	overflow: hidden;
}

.shop-list li a{
	width: 100%;
	height: 100%;
}

.shop-pic{
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 0.15rem;
	overflow: hidden;
}

.shop-info{
	width: 100%;
}

.shop-info-name{
	width: 100%;
	height: 0.73rem;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	box-orient: vertical;
	line-clamp: 2;
}

.shop-ionfo-volume{
	width: 100%;
}

.sales-volume{
	font-size: 0.22rem;
	color: #959492;
}

.points-coin{
	max-width: 1.9rem;
	height: 0.3rem;
	font-size: 0.22rem;
	text-align: center;
	line-height: 0.3rem;
	background-color: #fcf6df;
	color: #a67b51;
	border-radius: 0.15rem;
	margin-top: 0.05rem;
}

.shop-price{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.price{
	font-size: 0.25rem;
	color: #FF6552;
}

.price em{
	font-size: 0.3rem;
	letter-spacing: 0.02rem;
}

.shop-tag{
	font-size: 0.26rem;
	color: #FF6552;
	border: 1px solid #FF6552;
	border-radius: 0.12rem;
	padding: 0 0.1rem;
}

.footer-con:nth-child(4) span{
	color: #ff8800;
}

.shadow{
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0,0,0,0.5);
	z-index: 200;
}

.conditions{
	width: 80%;
	height: 100%;
	background-color: #FFFFFF;
	float: right;
	border-radius: 0.3rem 0 0 0.3rem;
	padding: 0.3rem 0.2rem;
	padding-bottom: 1.1rem;
	overflow-y: scroll;
}

.conditions li{
	width: 100%;
	margin-top: 0.4rem;
}

.conditions li:first-child{
	margin-top: 0;
}

.conditions-title{
	font-size: 0.31rem;
	font-weight: 500;
	letter-spacing: 0.02rem;
	margin-bottom: 0.2rem;
}

.conditions-content{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.conditions-content input{
	display: block;
	width: 2.46rem;
	height: 0.6rem;
	background-color: #F3F3F3;
	font-size: 0.25rem;
	text-align: center;
	line-height: 0.6rem;
	border-radius: 0.3rem;
}

.conditions-content span{
	height: 0.5rem;
	line-height: 0.5rem;
	font-size: 0.24rem;
	margin: 0 0.2rem;
}

.conditions-content-tag,.conditions-brand-tag,.conditions-stick-tag{
	width: 30%;
	height: 0.6rem;
	background-color: #F3F3F3;
	margin-bottom: 0.2rem;
	text-align: center;
	line-height: 0.6rem;
	font-size: 0.24rem;
	border-radius: 0.3rem;
	letter-spacing: 0.01rem;
	margin-right: 3.3%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 0.2rem;
}

.tag-active{
	border: 1px solid #FE4C4D;
	background-color: rgba(254,76,77,0.12) !important;
	color: #FE4C4D;
}

.conditions-btnbox{
	width: 80%;
	height: 1rem;
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 0 0 0 0.3rem;
}

.conditions-btn{
	width: 80%;
	height: 0.7rem;
	background-color: #FFFFFF;
	border: 1px solid #FE4C4D;
	border-radius: 0.34rem;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
}

.resize{
	width: 50%;
	height: 0.7rem;
	font-size: 0.29rem;
	letter-spacing: 0.04rem;
	background-color: rgba(254,76,77,0.12);
	color: #FE4C4D;
	text-align: center;
	line-height: 0.7rem;
}

.confim{
	width: 50%;
	height: 0.7rem;
	font-size: 0.29rem;
	letter-spacing: 0.04rem;
	background-color: #FE4C4D;
	text-align: center;
	line-height: 0.7rem;
	color: #FFFFFF;
}

.mescroll-empty .empty-icon{
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
}

.mescroll-empty .empty-tip{
	font-size: 0.3rem;
	letter-spacing: 0.02rem;
}