@charset "utf-8";

*{
    margin: 0;
    padding: 0;
}

body{
    width: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
}

.aui-navBar{
	background: #ffffff;
	justify-content: space-between;
}

.aui-navBar-item{
	width: 15%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.aui-navBar-item img{
	width: 0.4rem;
	height: 0.4rem;
}

.aui-center{
	width: 70%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.search-link{
	width: 70%;
	height: 0.55rem;
	border-radius: 0.3rem;
	border: 1px solid #c2c2c2;
	display: flex;
	align-items: center;
	padding: 0.2rem;
}

.search-icon{
	font-size: 0.32rem !important;
	color: #888888 !important;
}

.search-item{
	font-size: 0.26rem;
	color: #888888;
	margin-left: 0.2rem;
}

.aui-header-item{
    padding: 0 0.3rem;
}

.aui-header-item-icon{
    padding: 0 0.3rem 0 0;
}

/*店铺信息*/
.dianpu_main{
	width:100%; 
	overflow:hidden;
	background: url(/public/images/topbg.jpg) no-repeat center bottom;
}

.dianpu_main_top{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
}

.dianpu_icon{
	width: 15%;
	border-radius: 50%;
	overflow: hidden;
}

.dianpu_name{
	font-size: 0.27rem;
	letter-spacing: 0.02rem;
	color: #ffffff;
	margin-top: 0.1rem;
}

.dianpu_min_ul{
	width: 100%;
	height: 0.9rem;
	background-color:rgba(27,27,27,0.3);
	display: flex;
	justify-content: center;
	align-items: center;
}

.dianpu_min_content{
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.dianpu_min_content span{
	font-size: 0.25rem;
}

.dianpu_min_content:first-child{
	border-right: 1px solid rgba(255,255,255,0.3);
}

.bj_zhengjian{
	background-image:url('/public/wap/images/zhengjian.png');
}

.kftel{
	background-image:url('/public/wap/images/kefu.png');
}

.mescroll{
    width: 100%;
    height: auto;
    position: fixed;
    top: 0.9rem;
    left: 0;
    bottom: 0;
    padding-bottom: 55px;
}

.sift{
	width: 100%;
	height: 0.7rem;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sift-btn{
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#sellnumimg{
	width: 0.24rem;
	height: 0.22rem;
	margin-left: 0.02rem;
}

.sift-btn span{
	font-size: 0.29rem;
	color: #333;
}

.sift-activ{
	position: relative;
}

.sift-activ::after{
	content: "";
	display: block;
	width: 30%;
	height: 0.05rem;
	border-radius: 0.1rem;
	background-color: #ff3542;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.sift-activ span{
	color: #ff3542 !important;
}

.goodslist{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	padding-left: 20%;
	padding-bottom: 55px;
	position: relative;
}

#navWrap{
	width: 20%;
	height: calc(100vh - 0.9rem - 55px);
	background-color: #eeeeee;
	position: absolute;
	top: 0;
	left: 0;
	overflow-y: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

#navWrap::-webkit-scrollbar{
	display: none;
}

.screening{
	width: 100%;
	background-color: #ffffff;
}

.screening li{
	width: 100%;
	display: flex;
	background-color: #eeeeee;
	justify-content: center;
	align-items: center;
	font-size: 0.27rem;
	letter-spacing: 0.02rem;
	text-align: center;
	color: #787878;
	padding: 0.2rem 0.15rem;
}

.query-active{
	background-color: #ffffff !important;
	color: #ff8800 !important;
	position: relative;
}

.query-active::before{
	content: "";
	display: block;
	height: 60%;
	border: 2px solid #ff8800;
	border-radius: 0.1rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

#upscrollWarp{
	width: 100%;
}

.shop-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
    padding: 0.1rem 0.1rem 0 0.1rem;
}

.shop-list li{
    width: 49%;
	background-color: #ffffff;
	margin-bottom: 0.12rem;
	border-radius: 0.2rem;
	overflow: hidden;
}

.shop{
    padding-bottom: 0.2rem;
	width: 100%;
	height: 100%;
}

.shop-img{
	width: 2.842rem;
	height: 2.842rem;
}

.shop-name{
	width: 100%;
	height: 0.8rem;
    padding: 0.05rem;
	margin-top: 0.1rem;
	font-size: 0.26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.shop-content{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 0.1rem;
	padding: 0 0.05rem;
}

.shop-contents{
	width: 100%;
	margin-top: 0.1rem;
	padding: 0 0.05rem;
}

.shop-price{
	font-size: 0.24rem;
	color: #ff3542;
}

.shop-sales{
	font-size: 0.24rem;
}

.shop-manjian{
	font-size: 0.24rem;
	color: #ff3542;
	border: 1px solid #ff3542;
	border-radius: 0.03rem;
	margin-left: 0.05rem;
	padding: 0 0.05rem;
}

.mescroll-totop {
    z-index: 9990;
    position: fixed;
    right: 0.2rem;
    bottom: 1.5rem;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    opacity: 0;
}

.mescroll-hardware{
	padding-top: 0;
	margin-bottom: 1.1rem;
}