/* 搬家区域 */
.select-area{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 30px 0 0;
	margin-bottom: 0.6rem;
}
.select-area .title-box{
	background-color: #ffffff;
}
.path-item{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 0 0.3rem;
	margin-top: 0.5rem;
}
.path-item .pt-act{
	background-color: #f27537;
	color: #ffffff;
}
.path-list{
	display: block;
	width: 1.23rem/* 123px */;
	height: 0.51rem/* 51px */;
	line-height: 0.51rem/* 51px */;
	text-align: center;
	box-shadow: 0 0.02rem/* 2px */ 0.08rem/* 8px */ rgba(0,0,0,0.2);
	border-radius: 0.04rem;
	margin: 0.23rem 0.2rem;
	font-size: 0.18rem/* 18px */;
	box-sizing: border-box;
	padding: 0 0.2rem;
}


.right-item{
	width: 100%;
	box-sizing: border-box;
	padding: 0 0.3rem;
	height: auto;
}
.right-item .right-title{
	line-height: 0.55rem/* 55px */;
	width: 100%;
	font-size: 0.22rem/* 20px */;
	color: #f16622;
	border-bottom: solid 0.02rem #cccccc;
	position: relative;
}
.right-item .right-title::after{
	content: "";
	position: absolute;
	width: 1rem/* 100px */;
	bottom: -0.01rem;
	height: 0.02rem/* 2px */;
	background-color: #f16622;
	left: 0;
}
.right-item .right-service-item{
	width: 100%;
	height: auto;
	margin-top: 0.2rem/* 20px */;
	margin-bottom: 0.6rem;
	overflow: hidden;
	font-size: 0.18rem/* 18px */;
}
.right-item .right-service-item img{
	max-width: 100%;
}