.sticky {
    position: sticky;
    top: 0;
    left: 0;
    border-bottom: 10px solid #f2f3f7;
    z-index: 1;
    background-color: #f2f3f7;
}

.item {
	width: 96%;
	background-color: #fff;
	border-radius: 3px;
	margin: 0 auto 10px;
	font-size: 14px;
	padding-bottom: 10px;
	color: #434343;
	position: relative;
}
.item:last-child{
	margin-bottom: 0px;
}
.item>div {
	display: flex;
	margin: 0 10px;
}

.item .storeName {
	border-bottom: 1px dashed #ededed;
	padding: 10px 0px 6px;
	align-items: center;
}

.item .status {
	margin: 0px 10px;
	position: absolute;
	top: 5px;
	right: 0px;
	background-color: #FF9800;
	color: #fff;
	height: 26px;
	line-height: 26px;
	padding: 0px 10px;
	border-radius: 2px 10px 2px 10px;
}
.item>.status{
	top: 10px;
}
.item .storeName span:nth-child(1) {
	flex: 1;
	overflow: hidden;
	font-weight: bold;

}

.item .box {
	line-height: 28px;
}

.let {
	letter-spacing: 7px;
}

.handle {
	border-top: 1px dashed #ededed;
	justify-content: flex-end;
}

.handle a {
	color: #00b198;
	height: 30px;
	line-height: 30px;
}
.query-criteria{
	position: relative;
}
.query-criteria .box{
	display:flex;
	align-items: center;
	color: #434343;
	padding-left: 6px;
	padding-right: 6px;
	white-space: nowrap;
    overflow: hidden;
}
.query-criteria .box select,.query-criteria .box input{
	height: 32px;
    box-sizing: border-box;
    border: 1px solid #dedede;
    border-radius: 2px;
    background-color:#fff;
    color:#787878;
}
.query-criteria .box input{
	padding-left:10px;
}
.q-line{
	display: flex;
    align-items: center;
    margin-top: 6px;
    padding-right: 5px;
}
.query-criteria button.query{
	background-color: #00b198;
    color: #fff;
    border: none;
    height: 32px;
    width: 50px;
}
.screen{
    color: #00b198;
    border: none;
    background-color: transparent;
    display:flex;
    align-items: center;
    height: 32px;
    margin-left: 10px;
    white-space: nowrap;
}
.screen:after{
	content: "";
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #00b198 #00b198 transparent transparent;
    transform: rotate(135deg);
    margin-left: 5px;
    border-radius: 2px;
    margin-bottom: 7px;
}
.scre:after{
	content:"";
	margin-top: 15px;
	transform: rotate(-45deg);
}
.query-criteria .more{
	display:none;
}
.query-criteria .more-l{
	justify-content: flex-end;
    height: 32px;
}
.query-criteria button.query.site{
	position: absolute;
    top: 0;
    right: 6px;
}
.storeQ{
	padding-right: 56px;
}