body {
	padding-top: 1.04rem;
	background: #F0F0F0;
}

.place-content {
	padding: 0 0.35rem;
}

/* 搜索框 */
.search-box {
	margin-top: 0.5rem;
	height: 0.6rem;
	display: flex;
	position: relative;
}

.search-box img {
	width: 0.36rem;
	height: 0.38rem;
	position: absolute;
	top: 0.11rem;
	left: 0.22rem;
}

.search-box input {
	flex: 1;
	height: 0.6rem;
	padding-left: 0.79rem;
	padding-right: 0.2rem;
	background: #DFDFDF;
	border-radius: 0.08rem 0px 0px 0.08rem;
	border: none;
	font-size: 0.2rem;
}

.search-box button {
	width: 1rem;
	height: 0.6rem;
	background: #CF1B12;
	color: #fff;
	font-size: 0.25rem;
	border: none;
	border-radius: 0px 0.08rem 0.08rem 0px;
}

/* 搜索框 */

/* 搜索条件 */
.searchText-item{
	margin-top: 0.5rem;
}
.searchText-item>p{
	font-size: 0.32rem;
	color: #111111;
	font-weight: bold;
	margin-bottom: 0.12rem;
}
.searchText-item div{
	display: flex;
	flex-wrap: wrap;
}
.searchText-item div span{
	width: 2rem;
	height: 0.5rem;
	background-color: #DFDFDF;
	color: #747474;
	font-size: 0.28rem;
	margin-right: 0.39rem;
	text-align: center;
	line-height: 0.5rem;
	border-radius: 0.06rem;
	margin-top: 0.2rem;
}
.searchText-item.mj div span{
	line-height: 0.5rem;
}
.searchText-item div span:nth-child(3n){
	margin-right: 0;
}
/* 搜索条件 */
.sence-box {
	margin-top: 0.72rem;
}

.sence_item {
	display: flex;
	flex-direction: column;
	height: 4.56rem;
	position: relative;
	margin-bottom: .4rem;
}
.sence_item .top-bg{
	position:absolute;
	width:100%;
	height:1rem;
	background:linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.sence_item_img {
	width: 100%;
	height: 3.5rem;
	border-radius: .06rem .06rem 0 0;
}

.sence_item_bottom {
	display: flex;
	flex-direction: column;
	background: white;
	padding: .15rem .33rem;
	border-radius: 0 0 .06rem .06rem;
}

.tags_list {
	display: flex;
	align-items: center;
	font-size: .18rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
}

.tags_list span {
	line-height: .22rem;
	height: .22rem;
	text-align: center;
	background: rgba(19, 150, 133, 1);
	border-radius: .02rem;
	padding: .04rem .12rem;
}

.sence_item_intro {
	font-size: .26rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: rgba(17, 17, 17, 1);
	margin-top: .18rem;
}

.sence_item_location {
	position: absolute;
	display: flex;
	align-items: center;
	font-size: .18rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	top: .25rem;
	left: .2rem;
}

.sence_item_location img {
	width: .13rem;
	height: .19rem;
	margin-right: .09rem;
}

.collect_img {
	position: absolute;
	width: .27rem;
	height: .26rem;
	top: .25rem;
	right: .2rem
}
.select-item{
	position:relative;
	margin-top:0.2rem;
}
ul.select-ul{
	display: none;
	font-size: 0.28rem;
	position: absolute;
	top: 0.62rem;
	width: 100%;
	max-height: 3rem;
	overflow-y: auto;
	padding: 0.12rem;
	box-sizing: border-box;
	z-index: 2;
	background: #fff;
	border: 1px solid rgba(191, 191, 191, 0.5);
}

ul.select-ul li{
	height: 0.62rem;
}
.select-item p{
	height:0.5rem;
	width:2.0rem;
	border:none;
	background:#DFDFDF;
	border-radius: 0.06rem;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size:0.28rem;
    color:#747474;
    line-height: 0.5rem;
    text-align: center;
    
}
.select-item p i{
	font-style:normal;
}
.select-item p b{
	display:inline-block;
	width:0.23rem;
	height:0.14rem;
	background:url(../img/sanjiao.png) no-repeat center;
	background-size:0.23rem 0.14rem;
	margin-left:0.1rem;
}