
.Nav .NavLi3Hover p{
	color: #E2231A;
}
.Nav .NavLi3Hover .Navicon{
	display: none;
}
.Nav .NavLi3Hover .Naviconhover{
	display: block;
}

/* 头部 */
.shopTitle{
	height: 90px;
	line-height: 90px;
	text-align: center;
	letter-spacing: 2px;
	color: #333;
	font-weight: bold;
	font-size: 32px;
}

.shopSSFxd{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
}
.shopSS{
	width: 100vw;
	height: 64px;
	padding: 10px 0 11px 0;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
}
.shopSS a{
	margin: 0 45px;
	height: 64px;
	background-color: #ededed;
	border-radius: 64px;
	color: #999;
	font-size: 20px;
}
.shopSS a p{
	margin-left: 5px;
}

/* 筛选部分 */
.shopUlFxd{
	position: fixed !important;
	top: 86px;
	left: 0;
	z-index: 20;
}
.shopUl{
	width: 100%;
	height: 88px;
	position: relative;
	background-color: #fff;
}
.shopLi{
	flex: 1;-webkit-flex: 1;
	overflow: hidden;
}
.shopLiShow{
	display:flex; display: -webkit-box; display: -webkit-flex;
	justify-content: center;-webkit-justify-content: center;
	align-items: center;-webkit-align-items: center;
	height: 32px;
	padding: 28px 0;
}
.shopLiShow p{
	margin-right: 5px;
	font-size: 24px;
}
.shopIconHover{
	display: none;
}
.shopLiHover .shopLiShow p{
	color: #E2231A;
}
.shopLiHover .shopLiShow .shopIcon{
	display: none;
}
.shopLiHover .shopLiShow .shopIconHover{
	display: block;
}

.shopLiHide{
	background-color: rgba(0,0,0,.3);
	position: absolute;
	top: 88px;
	left: 0;
	width: 100vw;
	height: calc(100vh - 88px - 176px);
	display: none;
}
.shopLiHide2{
	top: -176px;
	height: 100vh !important;
}
.shopLiHideBox{
	background-color: #fff;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding: 30px 30px 10px 30px;
	display:flex; display: -webkit-box; display: -webkit-flex;
	flex-wrap: wrap;-webkit-flex-wrap: wrap;
	font-size: 24px;
}
.shopLiHideBox2{
	width: 670px;
	height: 100vh;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	overflow-y: scroll;
	overflow-x: hidden;
	transition: 1s;
}
.shopLiHide2X{
	position: absolute;
	top: 10px;
	left: 10px;
}
.shopLiHide2X img{
	max-width: 50px;
	max-height: 50px;
}

.shopBox2Item{
	border-bottom: 2px solid #efefef;
	overflow: hidden;
	height: 118px;
	transition: .2s;
}
.shopBox2Show{
	padding: 0 40px;
	display:flex; display: -webkit-box; display: -webkit-flex;
	justify-content: space-between;-webkit-justify-content: space-between;
	align-items:center;-webkit-align-items: center;
	font-size: 26px;
	font-weight: bold;
	color: #333;
	height: 118px;
	border-bottom: 2px solid #EFEFEF;
}
.shopBox2Hide{
	padding: 40px 40px 20px 40px;
	display:flex; display: -webkit-box; display: -webkit-flex;
	flex-wrap: wrap;-webkit-flex-wrap: wrap;
}
.shopBox2Hide p{
	width: 176px;
	height: 58px;
	text-align: center;
	line-height: 58px;
	font-size: 24px;
	color: #333;
	background-color: #F4F4F4;
	margin-right: 30px;
	margin-bottom: 20px;
	border-radius: 58px;
}
.shopBox2Hide p:nth-of-type(3n){
	margin-right: 0;
}

.shopBox2Btn{
	padding: 80px 55px;
	height: 56px;
	margin-bottom: 120px;
}
.shopBox2Btn p{
	text-align: center;
	height: 56px;
	line-height: 56px;
	font-size: 24px;
	width: 240px;
	border-radius: 56px;
}
.shopBox2No{
	color: #333;
	background-color: #F4F4F4;
}
.shopBox2Yes{
	color: #fff;
	background: linear-gradient(left ,#ea441c ,#d71209);
	background: -webkit-linear-gradient(left ,#ea441c ,#d71209);
	background: -ms-linear-gradient(left ,#ea441c ,#d71209);
}



.priceMinMaxDiv{
	width: 100%;
}
.priceMinMaxDiv input{
	height: 64px;
	width: 320px;
	border-radius: 2px;
	background-color: #F4F4F4;
	text-indent: 30px;
	border: 0;
	outline: 0;
	color: #999;
	font-size: 24px;
}
.priceMinMaxDiv p{
	width: 26px;
	height: 2px;
	background-color: #333;
}
.shopLiHideBtm{
	width: 100%;
	height: 56px;
	display:flex; display: -webkit-box; display: -webkit-flex;
	justify-content: space-around;-webkit-justify-content: space-around;
	padding-bottom: 50px;
}
.shopLiHideBtm p{
	width: 240px;
	height: 56px;
	border-radius: 56px;
	text-align: center;
	line-height: 56px;
}
.levNo{
	background-color: #F4F4F4;
	color: #333;
}
.levYes{
	color: #fff;
	background: linear-gradient(left ,#ea441c ,#d71209);
	background: -webkit-linear-gradient(left ,#ea441c ,#d71209);
	background: -ms-linear-gradient(left ,#ea441c ,#d71209);
}

.lev1 a{
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 335px;
	height: 68px;
	border-radius: 68px;
	background-color: #F4F4F4;
	text-align: center;
	line-height: 68px;
	color: #333;
}
.lev1 a:nth-of-type(2n){
	margin-right: 0;
}
.lev2{
	width: 100%;
	padding: 30px 0 60px 0;
}
.lev2 p{
	width: 158px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	color: #333;
	border-radius: 48px;
	background-color: #F4F4F4;
}
.lev3{
	width: 100%;
	padding-bottom: 40px;
}
.lev3 p{
	width: 158px;
	height: 48px;
	border-radius: 48px;
	line-height: 48px;
	text-align: center;
	background-color: #F4F4F4;
	color: #333;
	margin-bottom: 20px;
	margin-right: 19px;
}
.lev3 p:nth-of-type(4n){
	margin-right: 0;
}

.sort{
	padding-bottom: 5px;
}
.sort>div{
	height: 24px;
	line-height: 24px;
	color: #333;
	margin-bottom: 30px;
	display:flex; display: -webkit-box; display: -webkit-flex;
	align-items: center;-webkit-align-items: center;
}
.sort>div p{
	margin-right: 5px;
}
.sortTimeT,
.sortTimeB,
.sortPriceT,
.sortPriceB{
	display: none;
}

.levHover{
	color: #E2231A !important;
	background-color: #ffb2ae !important;
}
.levHover2{
	color: #E2231A !important;
}




/* 店铺内容 */
.shopC{
	padding: 20px 30px;
	background-color: #eff0f5;
	min-height: calc(100vh - 176px - 172px - 90px);
}


.idxc3Item{
	padding: 0 30px;
	box-shadow: 0 0 4px rgba(51,51,51,.1);
	border-radius: 10px;
	background-color: #fff;
	height: 250px;
	margin-bottom: 20px;
}
.idxc3ItemTitle{
	margin-bottom: 35px;
	padding-top: 26px;
	display:flex; display: -webkit-box; display: -webkit-flex;
	align-items: center;-webkit-align-items: center;
}
.idxc3ItemTitle img{
	margin-right: 10px;
}
.idxc3ItemTitle p{
	font-weight: bold;
	font-size: 28px;
	color: #333;
	height: 30px;
	line-height: 30px;
	text-overflow: ellipsis;overflow: hidden;text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;
}
.idxc3ItemTxt{
	height: 60px;
	padding-bottom: 35px;
	border-bottom: 2px solid #f5f5f5;
	margin: 0 5px;
	display:flex; display: -webkit-box; display: -webkit-flex;
	justify-content: space-between;-webkit-justify-content: space-between;
	flex-wrap: wrap;-webkit-flex-wrap: wrap;
}
.idxc3ItemTxt>div{
	display:flex; display: -webkit-box; display: -webkit-flex;
	justify-content: center;-webkit-justify-content: center;
	align-items: center;-webkit-align-items: center;
	font-size: 20px;
	color: #888;
}
.idxc3ItemTxt>div:nth-of-type(2n){
	margin-left: 100px;
}
.idxc3ItemTxt>div div{
	width: 100px;
	text-align: center;
	display:flex; display: -webkit-box; display: -webkit-flex;
	justify-content: center;-webkit-justify-content: center;
	align-items: center;-webkit-align-items: center;
}
.idxc3ItemTxt>div p:nth-of-type(2){
	text-align: left;
	width: 100px;
	text-overflow: ellipsis;overflow: hidden;text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;
}
.idxc3ItemBtm{
	height: 62px;
	display:flex; display: -webkit-box; display: -webkit-flex;
	justify-content: space-between;-webkit-justify-content: space-between;
	align-items:center;-webkit-align-items: center;
}
.idxc3ItemBtm>p{
	margin-left: 10px;
	font-size: 26px;
	color: #EE2319;
	line-height: 62px;
	font-weight: bold;
}
.idxc3ItemBtm>div{
	display:flex; display: -webkit-box; display: -webkit-flex;
	justify-content: space-between;-webkit-justify-content: space-between;
	align-items:center;-webkit-align-items: center;
}
.idxc3ItemBtm>div a{
	display:flex; display: -webkit-box; display: -webkit-flex;
	justify-content: center;-webkit-justify-content: center;
	align-items:center;-webkit-align-items: center;
	height: 36px;
	width: 156px;
	font-size: 20px;
	border-radius: 36px;
	border: 2px solid #527ada;
}
.idxc3ItemBtm>div a p{
	height: 20px;
	line-height: 20px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #d3ddf6;
	color: #527ada;
}
.idxc3ItemBtm>div div{
	margin-left: 20px;
	height: 40px;
	width: 160px;
	font-size: 20px;
	border-radius: 40px;
	display:flex; display: -webkit-box; display: -webkit-flex;
	justify-content: center;-webkit-justify-content: center;
	align-items:center;-webkit-align-items: center;
	background-color: #00a53d;
	color: #fff;
}
.idxc3ItemBtm>div div p{
	height: 20px;
	line-height: 20px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid rgba(255,255,255,.5);
}



