.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 .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: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;
}
.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;
}
.param{
	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;
}
.pmlist{
	margin-top: 0.25rem;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
}
.pmlist .item{
	width: 5.88rem;
	border-radius:0.15rem;
	background-color: #fff;
	overflow: hidden;
	margin-bottom: 0.28rem;
}
.pmlist .item .pic{
	width: 5.88rem;
	height: 2.26rem;
}
.pmlist .item .name{
	height: 0.27rem;
	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 .intor{
	height: 0.19rem;
	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;
	margin-left: 0.09rem;
	margin-right: 0.09rem;
	margin-top: 0.08rem;
}
.pmlist .item .tmss{
	height: 0.24rem;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.24rem;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-left: 0.09rem;
	margin-right: 0.09rem;
	margin-top: 0.08rem;
	display: flex;
}
.pmlist .item  .tmss .tm{

}
.pmlist .item .tmss .st{
	width: 0.75rem;
	height: 0.27rem;
	margin-left: 0.06rem;
}


.pmlist .item .texts{
	display: flex;
	margin-left: 0.09rem;
	margin-right: 0.09rem;
	margin-top: 0.08rem;
}
.pmlist .item .texts .nm{
	flex: 1;
	height: 0.19rem;
	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;
}
.pmlist .item .btns{
	display: flex;
	margin-left: 0.09rem;
	margin-right: 0.09rem;
	margin-top: 0.22rem;
	justify-content: space-between;
	margin-bottom: 0.27rem;
}
.pmlist .item .btns .bt{
	width: 2.62rem;
	height: 0.45rem;
	background: #104097;
	border-radius: 1rem 1rem 1rem 1rem;
	line-height:  0.45rem;
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 0.16rem;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.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;
}