/*头部banner*/
.sharing-banner{
	position: relative;
}
.sharing-banner .banner-txt{
	position: absolute;
	width: 100%;
	top: 34%;
}
.sharing-banner .banner-txt h5{
	font-size: 50px;
    font-weight: bolder;
    color: #fff;
    text-align: center;
}
.sharing-banner .banner-txt h5 span{
	font-size: 24px;
    display: block;
}
/*头部banner*/
.sharing-banner .banner-txt h5{
	font-size: 36px;
}
.sharing-banner .banner-txt h5 span{
	font-size: 24px;
}
.bathing-title{	
	line-height: 1.8;
	font-weight: bold;
	text-align: center;
}
/*传统助浴服务核心痛点*/
.tradition-con{
	background: #5db733;
	line-height: 1.6;
	color: #fff;
	padding: 5rem 30px;
}
.tradition-con strong{
	display: block;
	font-weight: bold;
}
/*小V纳米温疗助浴——打破传统助浴模式*/
.bathing-compare{
	background: url(../images/breathe3.jpg) no-repeat center;
}
/*助浴设备轻量化*/
.bathing-lightweight{
	background: url(../images/lightweight.jpg) no-repeat center;
}
/*清洁*/
.bathing-con{
	padding: 0px 0%;
	max-width: 1005px;
	margin: 0px auto; 
}
.bathing-con ul li {
    width: 31%;
    text-align: center;
    box-shadow: 1px 5px 8px 0 rgb(0,0,0,0.2);
    background: olive linear-gradient(to bottom, #f0f5f7, #dfe5ea);
    padding: 6rem 30px;
    border-radius: 2rem;
}
.bathing-con ul li p.num {
    color: #58b530;
    line-height: 1.0;
    font-weight: 600;
    font-size: 3.6rem;
}
.bathing-con ul li h5 strong{
	display: block;
    font-weight: 600;
    margin: 0.5rem 0rem 1.5rem;
    font-size: 1.8rem;
}
.bathing-con ul li h5:after {
    content: "";
    display: block;
    width: 60px;
    height: 10px;
    border-radius: 10px;
    margin: 25px auto;
    background-color: #58b530;
}
/*原理*/
.bathing-principle{
	background: url(../images/principle.jpg) no-repeat center;
	color: #fff;
}
.bathing-principle ul li{
	width: 22%;
	text-align: center;
	padding: 2rem 0rem 5rem;
}
.bathing-principle ul li h5{	
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1rem;
}

@media (max-width:992px){
	/*头部banner*/
	.sharing-banner .banner-txt h5{
		font-size: 20px;
	}
	.sharing-banner .banner-txt h5 span{
		font-size: 16px;
	}
	.sharing-banner-img{
		min-height: 350px !important;
		object-fit: cover;
	}
	.tradition-con{
		padding: 2rem 15px;
		margin-bottom: 0.5rem;
	}
	.bathing-con ul li {
	    width: 100%;
	    padding: 1rem 15px;
	    margin-bottom: 1.5rem;
	    display: flex;
    	align-items: flex-start;
    	text-align: left;
	}
	.bathing-con ul li h5 strong {
	    margin: 0.5rem 0rem 0.5rem;
	    font-size: 1.45rem;
	}
	.bathing-principle ul li {
	    width: 45%;
	    padding: 1rem 0rem 2rem;
	}
	.bathing-con ul li h5:after{
		width: 0px;
		height: 0px;
		margin: 0px 0px;
	}
	.bathing-con ul li p.num{
		font-size: 3.0rem;
    	margin-right: 15px;
	}
	.bathing-principle ul li h5 {
	    font-size: 16px;
	}
}