.midd{
	width: 12rem;
	margin: auto;
	min-height: 10rem;
	margin-top: 0.22rem;
	padding-bottom: 0.22rem;
}
.filt{
	width: 12rem;
	background-color: #fff;
}
.filt .item{
	display: flex;
}
.filt .item .name{
	width: 1.2rem;
	background-color: #F6F6F6;
	border-left: 0.01rem solid #E5E5E5;
	border-right: 0.01rem solid #E5E5E5;
	text-align: center;
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 0.12rem;
	color: #A8A8A8;
	line-height: 0.14rem;
	font-style: normal;
	text-transform: none;
	padding-top: 0.14rem;
	padding-bottom: 0.14rem;
	border: 0.01rem solid #E5E5E5;
	border-top: none;
	border-bottom: 0.01rem dashed #E5E5E5;
}
.filt .item:first-child .name{
	border-top: 0.01rem solid #E5E5E5;
}
.filt .item:last-child .name{
	border-bottom: 0.01rem solid #E5E5E5;
}

.filt .item .btlist{
	flex: 1;
	padding-top: 0.14rem;
	padding-bottom: 0.14rem;
	padding-left: 0.21rem;
	border-bottom: 0.01rem dashed #E5E5E5;
}


.filt .item:last-child .btlist{
	border-bottom: none;
}
.filt .item .btlist .btns{
	display: flex;
}

.filt .item .btlist .adrs{
	display: flex;
	flex-wrap: wrap;
	flex: 1;
}
.filt .item .btlist .btns .btn{
	display: flex;
	/* padding: 0 0.1rem; */
	
	height: 0.22rem;
	margin-right: 0.22rem;
	border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
	background-color: #fff;
	padding-left: 0.04rem;
	padding-right: 0.04rem;
	cursor: pointer;
}
.filt .item .btlist .btns .btn .quanbu{
	padding: 0 0.1rem;
}
.filt .item .btlist .btns .btn:first-child{
	background: #F6F6F6;
}
.filt .item .btlist .btns .btn .nm{
	height: 0.22rem;
	line-height: 0.22rem;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.12rem;
	color: #656565;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.filt .item  .btlist .btns .btn .pic1{
	width: 0.1rem;
	height: 0.1rem;
	display: none;
	margin-left: 0.02rem;
}
.filt .item  .btlist .btns .btn .pic2{
	width: 0.1rem;
	height: 0.1rem;
	display: block;
	margin-left: 0.02rem;
}
.filt .item .btlist .btns .btn.on{
	background: #104097;
}
.filt .item .btlist .btns .btn.on .nm{
	color: #fff;
}
.filt .item .btlist .btns .btn.on .pic1{
	display: block;
}
.filt .item .btlist .btns .btn.on .pic2{
	display: none;
}


.filt .item .btlist .ctwo{
	margin-left: 0.75rem;
	margin-right: 0.98rem;
	height: 0.36rem;
	background: #F6F6F6;
	border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
	margin-top: 0.04rem;
	display: flex;
}
.filt .item .btlist .ctwo .bta{
	line-height: 0.36rem;
	margin-left: 0.15rem;
	margin-right: 0.15rem;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.12rem;
	color: #656565;

	text-align: left;
	font-style: normal;
	text-transform: none;
	cursor: pointer;
}
.filt .item .btlist .ctwo .bta.on{
	color: #104097;
}
.filt .item .btlist .inputs{
	display: flex;
	width: 1.55rem;
	height: 0.3rem;
	border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
	border: 0.01rem solid #949494;
	margin-left: 0.12rem;
}
.filt .item .btlist .inputs .inp{
	flex:1;
}
.filt .item .btlist .inputs .inp input{
	width: 100%;
	height: 0.19rem;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.12rem;
	color: #656565;
	line-height: 0.19rem;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-top: 0.05rem;
	margin-left: 0.05rem;
}
.filt .item .btlist .inputs .tpi{
	width: 0.16rem;
	height: 0.16rem;
	margin-top: 0.03rem;
	margin-right: 0.07rem;
}
.filt .item .btlist  .hline{
	width: 0.2rem;
	border-top: 0.01rem solid #656565;
	margin-top: 0.15rem;
	margin-left: 0.12rem;
}
.paramv{
	display: flex;
	height: 0.45rem;
	background: #EEEEEE;
	border-radius: 0rem 0rem 0rem 0rem;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.12rem;
	color: #656565;
	line-height: 0.45rem;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-top: 0.25rem;
}

.paramv .nm{
	margin-left: 0.12rem;

}
.paramv .nr{
	margin-right: 0.5rem;
	color: #104097;
}
.paramv .ppv{
	width: 0.14rem;
	height: 0.14rem;
	margin-left: 0.12rem;
	line-height: 0;
	margin-top: 0.15rem;
}
.paramv .ppv .onpic{
	display: none;
}
.paramv .ppv.on .onpic{
	display: block;
}
.paramv .ppv .offpic{
	display: block;
}
.paramv .ppv.on .offpic{
	display: none;
}
.paramv .sk{
	margin-left: 0.06rem;
	height: 0.45rem;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.12rem;
	color: #656565;
	line-height: 0.45rem;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.paramv .nm{
	margin-left: 0.12rem;
}
.paramv .ns{
	height: 0.45rem;
	line-height: 0.45rem;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.12rem;
	color: #656565;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-left: 0.29rem;
}
.paramv .input{
	
	width: 0.96rem;
	height: 0.24rem;
	border: 0.01rem solid #949494;
	margin-left: 0.12rem;
	margin-top: 0.11rem;
	padding: 0;
	display: flex;
	line-height: 0.24rem;
	overflow: hidden;
}
.paramv .input .inpv{
	flex:1;
	padding: 0;
}
.paramv .input .inpv input{
	width: 100%;
	height: 0.19rem;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.12rem;
	color: #656565;
	text-align: left;
	font-style: normal;
	text-transform: none;
	background: #EEEEEE;
	
}
.paramv .input .tpi{
	width: 0.14rem;
	height: 0.24rem;
	line-height: 0.24rem;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.12rem;
	color: #656565;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.pmlist{
	margin-top: 0.25rem;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
}
.pmlist .itemk{
	width: 2.85rem;
	border-radius:0.15rem;
	margin-bottom: 0.28rem;
	position: relative;
}
.pmlist .item{
	width: 2.85rem;
	border-radius:0.15rem;
	background-color: #fff;
	margin-bottom: 0.28rem;
	position: relative;
}
.pmlist .item .pic{
	width: 2.85rem;
	height: 2.06rem;
}
.pmlist .item .name{
	height: 0.59rem;
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 0.17rem;
	color: #333333;
	line-height: 0.2rem;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-left: 0.09rem;
	margin-right: 0.09rem;
	margin-top: 0.14rem;
}

.pmlist .item .pris{
	display: flex;
	margin-left: 0.09rem;
	margin-right: 0.09rem;
}
.pmlist .item .pris .mm{
	height: 0.17rem;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.12rem;
	color: #999999;
	line-height: 0.3rem;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.pmlist .item .pris .pr{
	height: 0.17rem;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.12rem;
	color: #104097;
	line-height: 0.3rem;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-left: 0.03rem;
	margin-right: 0.02rem;
}
.pmlist .item .pris .nm{
	height: 0.22rem;
	font-family: Roboto, Roboto;
	font-weight: 500;
	font-size: 0.22rem;
	color: #104097;
	line-height: 0.26rem;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.pmlist .item .pguj{
	display: flex;
	margin-left: 0.09rem;
	margin-right: 0.09rem;
	margin-top: 0.16rem;
}
.pmlist .item .pguj .mm{
	height: 0.17rem;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.12rem;
	color: #999999;
	line-height: 0.14rem;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.pmlist .item .pguj .pr{
	height: 0.17rem;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.14rem;
	color: #333333;
	line-height: 0.16rem;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-left: 0.03rem;
	margin-right: 0.02rem;
}
.pmlist .item .pguj .nm{
	height: 0.17rem;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.14rem;
	color: #333333;
	line-height: 0.16rem;
	text-align: left;
	font-style: normal;
	text-transform: none;
}


.pmlist .item .ln{

	border: 0.01rem solid #EEEEEE;
	margin-top: 0.08rem;
	margin-left: 0.09rem;
	margin-right: 0.09rem;

}
.pmlist .item .wegn{
	display: flex;
	margin-top: 0.16rem;
	margin-left: 0.09rem;
	margin-right: 0.09rem;
	margin-bottom: 0.12rem;
}
.pmlist .item .wegn .wn{
	height: 0.17rem;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.12rem;
	color: #999999;
	line-height: 0.14rem;
	text-align: left;
	font-style: normal;
	text-transform: none;
	flex: 1;
}
.pmlist .item .wegn .pm{
	
}

.pmlist .item .wegn .ad{
	height: 0.17rem;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.12rem;
	color: #999999;
	line-height: 0.14rem;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.pmlist .item  .tags{
	position: absolute;
	display: flex;
	height: 0.23rem;
	left: 0.07rem;
	top: 0;
}
.pmlist .item .tags .kedai{
	width: 0.57rem;
	height: 0.23rem;
	background: #38A2DF;
	border-radius: 0rem 0rem 0rem 0rem;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.12rem;
	color: #FFFFFF;
	line-height: 0.23rem;
	text-align: center;
	font-style: normal;
	text-transform: none;
	
}
.pmlist .item .tags .xiangou{
	width: 0.57rem;
	height: 0.23rem;
	background: #E68B4A;
	border-radius: 0rem 0rem 0rem 0rem;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.12rem;
	color: #FFFFFF;
	line-height: 0.23rem;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.pmlist .item  .times{
	height: 0.34rem;
	display: flex;
	margin-top: 0.11rem;
}
.pmlist .item  .times .tmpic{
	width: 0.81rem;
	height: 0.34rem;
	margin-left: -0.06rem;
}
.pmlist .item  .times .tmpic.chang{
	width: 1.2rem;
}
.pmlist .item  .times .tmtex{
	height: 0.17rem;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.12rem;
	color: #333333;
	line-height: 0.14rem;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-left: 0.08rem;
	margin-top: 0.06rem;
}
.btlist .queding{
	width: 0.48rem;
	height: 0.26rem;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.12rem;
	color: #fff;
	line-height: 0.26rem;
	text-align: center;
	font-style: normal;
	text-transform: none;
	background-color: #104097;
	border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
	cursor: pointer;
	margin-left: 0.05rem;
	margin-top: 0.03rem;
}
.paramv .queding2{
	width: 0.48rem;
	height: 0.26rem;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.12rem;
	color: #fff;
	line-height: 0.26rem;
	text-align: center;
	font-style: normal;
	text-transform: none;
	background-color: #104097;
	border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
	cursor: pointer;
	margin-left: 0.1rem;
	margin-top: 0.1rem;
}
.pagination  li{
	background-color: #fff ;
}
