/* 处理底部内容不够时底部显示 */
body{display: flex;flex-direction: column;min-height: 100vh;}
.container{flex-grow: 1;}
.banner{
	width: 100%;
	margin-top: 1px;
}
.banner img{
	width: 100%;
} 
.applyShop{
	width: 100px;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border:2px solid #fff;
	top: 70%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 40px;
}
.applyShop:hover{
	color: #ccc;
	border:2px solid #ccc;
	cursor: pointer;
}
/*店铺列表 S*/
.container{
	width: 1200px;
	margin: 0 auto;
}
.containerHeader{
	margin: 20px 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	box-shadow: 0 0 2px 2px #ddd;
	background-color: #fff;
}
.containerHeader .sort,.containerHeader .collection{
	width: 80px;
	text-align: center;
	color: #666;
	cursor: pointer;
}
.containerHeader .area{
	text-align: center;
	color: #666;
	cursor: pointer;
	padding: 0 15px;
}
.containerHeader .isSelfShop{
	/* width: 120px; */
	text-align: center;
	color: #666;
	padding-left: 10px;
	border-left: 1px solid #ddd;
}
.containerHeader .now{
	background-color: var(--color);
	color: #fff;
}
.shoplistInfoLis{
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 2px 2px #ddd;
	margin-bottom: 15px;
	height: 265px;
}
.shoplistInfoLis .shopRight{
	width: 950px;
	height: 100%;
	display: flex;
}
.shoplistInfoLis .shopLeft{
	height: 100%;
	width: 210px;
	padding: 13px 15px 0;
	font-size: 12px;
}
.shoplistInfoLis .shopLeft .logoImgBox{
	display: block;
	width: 200px;
	height: 100px;
}
.shoplistInfoLis .shopLeft img{
	max-width: 200px;
	max-height: 100px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.shoplistInfoLis .shopLeft .shopMessage{
	height: 40px;
	line-height: 40px;
}
.shoplistInfoLis .shopLeft .shopType{
	box-sizing: border-box;
	display: inline-block;
	border: 1px solid var(--color);
	height: 15px;
	line-height: 15px;
	padding: 0 3px;
	font-size: 10px;
	border-radius: 2px;
	color: var(--color);
	position: relative;
	top: -13px;
}
.shoplistInfoLis .shopLeft .shopName{
	color: #666666;
	display: inline-block;
	max-width: 116px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	vertical-align: text-bottom;
}
.shoplistInfoLis .shopLeft .shopMessage .iconfont{
	color: #888;
}
.shoplistInfoLis .shopLeft .shopMessage .now .iconfont{
	color: #D60000;
}
.shoplistInfoLis .shopLeft .description{
	border-top: 1px solid #ddd;
	padding-top: 10px;
}
.shoplistInfoLis .shopLeft .description,.shoplistInfoLis .shopLeft .severce,.shoplistInfoLis .shopLeft .shipping{
	margin-bottom: 10px;
	display: flex;
	align-items: flex-end;
}
.shoplistInfoLis .shopLeft .descriptionTitle,.shoplistInfoLis .shopLeft .severceTitle,.shoplistInfoLis .shopLeft .shippingTitle{
	color: #aaa;
	display: inline-block;
    max-width: 51px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.shoplistInfoLis .shopLeft .descriptionScore,.shoplistInfoLis .shopLeft .severceScore,.shoplistInfoLis .shopLeft .shippingScore{
	color: #666;
	margin-left: 5px;
}
.shoplistInfoLis .shopLeft .descriptionInfo,.shoplistInfoLis .shopLeft .severceInfo,.shoplistInfoLis .shopLeft .shippingInfo{
	display: inline-block;
	color: #fff;
	background-color: #F76261;
	/*padding: 0 5px;*/
	height: 20px;
	line-height: 20px;
	border-radius: 2px;
	margin-left: 5px;
	width: 25px;
	text-align: center;
}
.shoplistInfoLis .shopLeft .descriptionPer,.shoplistInfoLis .shopLeft .severcePer,.shoplistInfoLis .shopLeft .shippingPer{
	/* margin-left: 10px; */
	color: #F76261;
}
.shopRight .itemsList{
	flex: 1;
	max-width: 265px;
	border-right: 1px dashed #eee;
	padding-top: 10px;
}
.shopRight .itemsList:last-child{
	border: none;
}
.itemsList img{
	width: 165px;
	margin-left: 37px;
	height: 165px;
}
.itemsList .itemsTitle{
	width: 180px;
	height: 34px;
	margin-left: 30px;
	margin-top: 10px;
	font-size: 12px;
	color: #333;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itemsList .itemsInfo{
	margin-top: 15px;
	line-height: 20px;
}
.itemsList .itemsInfo .fl{
	color: var(--color);
	font-size: 16px;
	margin-left: 12%;
}
.itemsList .itemsInfo .fr{
	font-size: 12px;
	color: #AFAFAF;
	margin-right: 12%;
	display: inline-block;
	height: 20px;
	width: 85px;
	text-align: right;
	overflow: hidden;
	white-space : nowrap 
}
/*店铺列表 E*/
/*地址模态框*/
.addressesModal{
  width: 100%;
  height: 100%;
}
.addressesModal .addressesModalMasker{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
}

.addressesModal .addressesModalContent{
  	position: absolute;
  	background-color: #fff;
  	font-size: 14px;
	width: 300px;
  	top: 270px;
  	left: 50%;
	border-radius: 4px;
  	transform: translateX(-174%);
  	box-shadow: 0 0 0 1px #ccc;
}
.addressesModal .addressesModalContent .addressesModalText{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-indent: 15px;
	border-bottom: 1px dashed #eee;
	font-size: 14px;
	color: var(--color);
}
.addressesModal .addressesModalContent .addressesModal{
	width: 330px;
	height: 200px;
	overflow: auto;
}
.addressesModal .addressesModalContent .addressesModalBox{
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.addressesModal .addressesModalContent .addressesModalDesc{
	text-indent: 15px;
	line-height: 30px;
	cursor: pointer;
}
.addressesModal .addressesModalContent .addressesModalDesc:hover{
	background-color: #eee;
}


/*搜索为空时候展示*/
.emptyList{
	width: 100%;
	height: 300px;
}
.emptyList .emptyModal{
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.emptyList .emptyModal img{
	width: 120px;
}
.emptyList .emptyModal .emptyWarning{
	color: var(--color);
	margin-bottom: 30px;
	font-size: 12px;
	margin-top: 15px;
}
.emptyList .emptyModal .emptySearch .emptyReSearch{
	font-weight: bold;
	font-size: 14px;
	color: var(--color);
}
.emptyList .emptyModal .emptySearch{
	line-height: 38px;
}
.emptyList .emptyModal .emptySearch input{
	width: 300px;
    height: 36px;
    border: 2px solid var(--color);
    text-indent: 1em;
    background-color: #F4F4F4;
}
.emptyList .emptyModal .emptySearch .emptySearchItems,.emptyList .emptyModal .emptySearch .emptySearchShops{
	display: inline-block;
	width: 96px;
    height: 38px;
    background-color: var(--color);
    border: 1px solid var(--color);
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

/*优化*添加分页 S */
.pagesContainer{
	margin-bottom: 20px;
}
/*优化*添加分页 E */

.shopLevelId{
	display: inline-block;
    background: var(--color);
    height: 15px;
    font-size: 10px;
    line-height: 15px;
    padding: 0 3px;
    border-radius: 2px;
    color: white;
    position: relative;
    top: -13px;
	box-sizing: border-box;
}