body,html{
	width:100%;
	height:100%;
	background:#f3f3f3;
}
.pickerBox{
	padding:0.26rem 0.24rem 0.10rem;
	box-sizing:border-box;
	display:flex;
	align-items:center;
	border-radius: 15px;
}
.pickerBox .weui-cells{
	width:5.70rem;
	border-radius:0.05rem;
}
.pickerBox .weui-cell__hd a{
	display:flex;
	align-items:center;
}
.pickerBox .city{
	font-size:0.30rem;
	color:#666666;
	margin-right:0.10rem;
}
.pickerBox .weui-cell__hd img{
	width:0.20rem;
	height:0.12rem;
}
.pickerBox .line{
	width:1px;
	height:0.40rem;
	background:#DDDDDD;
	margin:0 0.20rem;
}
.pickerBox .weui-cell__bd{
	display:flex;
	align-items:center;
}
.monthRentText{
	width:1.56rem;
	color:#21A6FF;
	font-size:0.32rem;
	text-align:center;
}
.weui-input{
	padding-left:0.10rem;
}

.weui-cells{
	margin:0;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size:0.28rem;
    color:#999999;
}
input::-moz-placeholder { /* Firefox 19+ */
	font-size:0.28rem;
    color:#999999;
}
input:-ms-input-placeholder { /* IE 10+ */
	font-size:0.28rem;
    color:#999999;
}
input:-moz-placeholder { /* Firefox 18- */
	font-size:0.28rem;
    color:#999999;
}
.monthRent_content .weui-cell{
	width:100%;
	height:2.50rem;
	padding:0.10rem 0.24rem;
	box-sizing:border-box;
	border-radius: 25px;
	background: #ffffff;
	margin: 5px;

}
.monthRent_content .weui-cell__bd{
	width:35%;
	height:100%;
	border-radius: 25px;
	overflow: hidden;
}
.monthRent_content .weui-cell__bd img{
	width:100%;
	height:100%;
}
.monthRent_content .weui-cell__ft{
	width:65%;
	height:100%;
	background:#FFFFFF;
	text-align:left;
	padding:0.30rem 0.20rem 0.24rem;
	border-radius:0 0.08rem 0.08rem 0;
	box-sizing:border-box;
}
.monthRent_content .weui-cell__ft h3{
	font-size:0.32rem;
	color:#333333;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.monthRent_content .weui-cell__ft p{
	font-size:0.26rem;
	color:#999999;
	margin:0.16rem 0 0.30rem;
	padding-right:0.24rem;
	box-sizing:border-box;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.monthRent_content .weui-cell__ft .Discount{
	font-size:0.24rem;
	color:#21A6FF;
}
.monthRent_content .weui-cell__ft img{
	width:0.22rem;
	height:0.22rem;
	margin-right:0.10rem;
}
.weui-cell:before,.weui-cell:after{
	border:none;
}
.icon-xiala{
	font-size:0.28rem;
}
