
.handle-old-luxury{
	padding: 48px 24px;
	background-color: #FFFFFF;
	margin-top: 20px;
}
.handle-content{
	display: flex;
	align-items: center;
	margin-top: 48px;
}
.handle-text{
	padding-left: 36px;
}

.consign-icons-wrapper{
	padding: 24px;
	display: flex;
	align-items: center;
}
.icon-item{
	flex: 1;
	margin-right: 24px;
	padding: 32px 48px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.icon-item:last-child{
	margin-right: 0;
}
.icon-img, .icon-img img{
	width: 80px;
	height: 80px;
}
.icon-text{
	text-align: center;
	margin-top: 20px;
}

/* 一站式管家服务 */
.luxury-service-wrapper{
	padding: 48px 24px;
}
.way-content {
	margin-top: 32px;
	width: 100%;
}

.way-content-item {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin-bottom: 40px;
	box-shadow: 0 2px 10px 0 rgba(169, 169, 169, 1);
}

.way-content-item-bg-image {
	width: 100%;
	height: 300rpx;
	overflow: hidden;
}

.way-content-item-bg-image img {
	/* width: 100%; */
	object-fit: cover;
	height: 300px;
}

.way-content-item-context {
	position: absolute;
	text-align: center;
	padding: 20px;
	top: 0;
	width: 330px;
	height: 300px;
	color: #fff;
	background-color: rgba(0, 0, 0, .2);
	backdrop-filter: blur(24px);
	 -webkit-backdrop-filter: blur(24px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 9;
}

.context-icon-wrapper {
	width: 110px;
	height: 110px;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
}
.luxury-iconsize{
	font-size: 100px;
}

.context-icon-wrapper img {
	width: 72px;
	height: 72px;
}

.context-title {
	padding-top: 18px;
	padding-bottom: 16px;
}

.right {
	right: 0;
}

.left {
	left: 0;
}

/* 表单 */
.form-wrapper{
	padding: 48px 24px;
	margin-top: 20px;
}
.form-content{
	margin-top: 10px;
}
.form-item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 90px;
	padding: 0 24px;
	border: 1px solid #979797;
	margin-top: 20px;
}
.form-item-icon{
	font-size: 38px;
	margin-right: 12px;
}
.form-item-comment{
	margin-top: 20px;
	border: 1px solid #979797;
	display: flex;
	align-items: flex-start;
	padding: 24px;
}
.form-item-comment textarea{
	width: 95%;
	outline: 0;
}
.ipt-item-left{
	display: flex;
	align-items: center;
}
.btn{
	margin-top: 48px;
}
.btn button{
	width: 100%;
	/* background-color: #124492; */
	box-shadow: 0px 2px 10px 0px #9A9A9A;
	color: #FFFFFF;
	height: 100px;
	line-height: 100px;
}






























