.recovery_about {
	margin-top: 70px
}

.recovery_about .h2 {
	margin-bottom: 40px;
	font-size: 34px;
	font-weight: 700;
	color: #242427;
	line-height: 1.2;
	text-align: center;
}

.recovery_about .about_box {
	position: relative
}

.recovery_about .about_box .left_btn {
	width: 36px;
	height: 36px;
	position: absolute;
	left: 50px;
	top: 60%;
	background: url(../promotion_new/sprites_ic.png) no-repeat 0 -173px;
	cursor: pointer
}

.recovery_about .about_box .left_btn:not(.swiper-button-disabled) {
	background-position: 0 -221px
}

.recovery_about .about_box .right_btn {
	width: 36px;
	height: 36px;
	position: absolute;
	right: 50px;
	top: 60%;
	background: url(../promotion_new/sprites_ic.png) no-repeat -60px -173px;
	cursor: pointer
}

.recovery_about .about_box .right_btn:not(.swiper-button-disabled) {
	background-position: -61px -221px
}

.recovery_about .about_box .swiper-container {
	width: 834px;
	background: #fff;
	border-radius: 4px;
	margin: 0 auto;
	position: relative
}

.recovery_about .about_box .swiper-container .swiper-slide {
	width: 100%;
	display: flex
}

.recovery_about .about_box .swiper-container .swiper-slide .comment {
	width: 834px
}

.recovery_about .about_box .swiper-container .swiper-slide .comment .name {
	margin-top: 23px;
	margin-bottom: 32px;
	font-size: 20px;
	font-weight: bold;
	color: #242427;
	line-height: 24px
}

.recovery_about .about_box .swiper-container .swiper-slide .comment .main {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 600;
	color: #63636A;
	line-height: 30px
}

.recovery_about .about_box .swiper-container .swiper-slide .comment .star-four {
	width: 95px;
	height: 15px;
	background: url(../promotion_new/sprites_ic.png) no-repeat 0 -47px;
	margin: 0 auto
}

.recovery_about .about_box .swiper-container .swiper-slide .comment .star-five {
	width: 95px;
	height: 15px;
	background: url(../promotion_new/sprites_ic.png) no-repeat 0 -78px;
	margin: 0 auto
}

.recovery_bottom {
	position: relative;
	margin-top: 98px;
	z-index: 9;
	padding: 0px 0 110px;
	padding-bottom: 0;
}

.recovery_bottom .service {
	padding: 30px 16px;
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 50px;
	background-color: #F1F1F6
}

.recovery_bottom .service .service-item {
	text-align: center
}

.recovery_bottom .service .service-item .icon {
	height: 44px;
	display: flex;
	align-items: flex-end;
	justify-content: center
}

.recovery_bottom .service .service-item .icon svg {
	margin: 0 auto;
	display: block
}

.recovery_bottom .service .service-item .icon svg path {
	fill: #69697e !important
}

.recovery_bottom .service .service-item .name {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #242427;
	line-height: 24px
}

.recovery_bottom .service .service-item .desc {
	font-size: 14px;
	font-weight: 500;
	color: #626269;
	line-height: 24px
}

.recovery_bottom .copy {
	width: 100%;
	height: 55px;
	background: #242427;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 55px;
	text-align: center
}