body{background-color: #f5f5f5;}
.banner{background-image: url('../images/smart_home_banner.png');}
.section-box .section-img.smart-home{width: 2.43rem;margin: 0.15rem auto 0;animation: float 2s infinite;position: relative;}
@keyframes float{
	0% {
	}
	50% {
	    transform: translateY(0.1rem);
	}
	100% {
	}
}
.smart-home .icon-imgs img{position: absolute;width: 0.19rem;height: 0.19rem;border-radius: 50%;background-color: #37ad87;animation: color1 1s linear infinite alternate;}
@keyframes color1{
	0% {
	    background-color: #0d7251;
	}
}
.smart-home-list li{display: flex;margin-top: 0.15rem;}
.smart-home-list .smart-img{flex-shrink: 0;width: 1.67rem;height: 1.1rem;margin-right: 0.15rem;background-color: #f5f5f5;text-align: center;}
.smart-home-list .smart-img::after{content: '';display: inline-block;width: 0;height: 100%;overflow: hidden;visibility: hidden;vertical-align: middle;}
.smart-home-list .smart-img img{max-width: 85%;max-height: 85%;vertical-align: middle;}
.smart-home-list .smart-title{font-size: 0.14rem;line-height: 0.2rem;margin-bottom: 0.08rem;}
.smart-home-list .smart-desc{font-size: 0.12rem;line-height: 0.16rem;color: #666;}

.smart-estimate li{display: flex;margin-top: 0.15rem;}
.smart-estimate .se-img{flex-shrink: 0;width: 1.67rem;height: 1.1rem;margin-right: 0.15rem;background-color: #f5f5f5;text-align: center;}
.smart-estimate .se-img::after{content: '';display: inline-block;width: 0;height: 100%;overflow: hidden;visibility: hidden;vertical-align: middle;}
.smart-estimate .se-img img{max-width: 85%;max-height: 85%;vertical-align: middle;}
.smart-estimate .se-title{font-size: 0.14rem;line-height: 0.2rem;margin-bottom: 0.1rem;}
.smart-estimate .se-specs{font-size: 0.12rem;line-height: 0.16rem;color: #666;margin-bottom: 0.2rem;}
.smart-estimate .se-price{font-size: 0.13rem;line-height: 0.18rem;}
.smart-estimate .se-price span{color: #E51111;}

.smart-pro{margin-top: 0.10rem;display: flex;flex-wrap: wrap;justify-content: space-between;}
.smart-pro li{margin-top: 0.05rem;width: 1.1rem;text-align: center;}
.smart-pro .sp-img{height: 0.72rem;background-color: #f5f5f5;}
.smart-pro .sp-img::after{content: '';display: inline-block;width: 0;height: 100%;overflow: hidden;visibility: hidden;vertical-align: middle;}
.smart-pro .sp-img img{max-width: 85%;max-height: 85%;vertical-align: middle;}
.smart-pro .sp-name{padding: 0.1rem 0;font-size: 0.12rem;line-height: 0.17rem;}

.service-step{display: flex;justify-content: space-between;margin-top: 0.27rem;}
.service-step li{width: 0.48rem;}
.service-step .ss-img{height: 0.48rem;}
.service-step .ss-img img{display: block;width: 100%;height: 100%;}
.service-step .ss-name{font-size: 0.12rem;line-height: 0.17rem;margin-top: 0.1rem;color: #666;}
