/* 输入框搜索 */
image{
  width:100%;
  height:100%;
}
.head {
		width: 750rpx;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 24rpx 32rpx;
		box-sizing: border-box;
	}

	.headleft {
		display: flex;
	
		align-items: center;
		justify-content: center
	}

	.headleftimg {
		width: 31rpx;
		height: 31rpx;
		font-size: 0;
	}

	.headmiddle {
		width: 542rpx;
		height: 60rpx;
		background: rgba(249, 249, 249, 1);
		border-radius: 32rpx;
		display: flex;
		align-items: center;
		padding: 16rpx 20rpx;
		box-sizing: border-box;
	}

	.headmiddleleft {
		width: 32rpx;
		height: 32rpx;
		font-size: 0;
	}

	.headmiddleleft image {
		width: 100%;
		height: 100%;
	}

	.headright {
		width: 48rpx;
		height: 48rpx;
		font-size: 0;
		position: relative;
	}

	.sizenum {
		width: 32rpx;
		height: 32rpx;
		color: #FF4E14;
		font-size: 20rpx;
		text-align: center;
		line-height: 30rpx;
		position: absolute;
		right: -15rpx;
		top: -5rpx;
		background: #fff;
		border-radius: 50%;
		border: 1rpx solid #FF4E14;
	}
  .headmiddleright{
    width:400rx;
    margin-left:16rpx;

  }

	.headmiddleright input {
		width: 100%;
		height: 100%;
		color: #BDC4CE;
		font-size: 24rpx;
    padding: 12rpx 0;
    box-sizing: border-box
	}

	.cityname {
		color: #fff;
		font-size: 22rpx;
		margin-top: 5rpx;
	}

	.headbot {
		height: 256rpx;
		width: 750rpx;
		background: #C29445;
		position: relative;
	}
.shuru{
  color:#BDC4CE;
  font-size: 28rpx;
}


.commonname{
  color:#06121E;
  font-size: 32rpx
}
.commnameone{
  color:#06121E;
  font-size: 28rpx;
}

.flex {
  display: flex;
}

.flexone {
  display: flex;
  align-items: center;
}

.flextwo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flexthree {
  display: flex;
  align-items: center;
  justify-content: center;
}
.commonpadding{
  padding: 32rpx;
  box-sizing: border-box;
  background: #fff;
}
.yourow {
  width: 15rpx;
  height: 20rpx;
  font-size: 0;
}

/* 五角星 */
.staritem{
  width:32rpx;
  height:32rpx;
  font-size: 0;
  margin-right:4rpx;
}
.register {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.nomoer{
  color:#8C9198;
  font-size:24rpx;
  text-align: center;
  margin-top:26rpx;
  padding-bottom:20rpx;
}