/****************************/
/***** plantpulse style *****/
/****************************/
/***** 二쇱슂 湲곕뒫 �븘�씠肄� ****/
.feature_icons {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin: -50px 0 30px 0;
}
.feature_icon {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 120px;
	height: 120px;
	background: #fff;
	box-shadow: 4px 12px 40px 6px rgb(0 0 0 / 9%);
	border-radius: 10px;
	text-align: center;
}
.feature_icon img {
	height: 30%;
}
.feature_icon:after {
	content:attr(data-name);
	display: inline-block;
	width: 100%;
	font-weight: 700;
	line-height: 1;
	margin-top: 15px;
}

/******  �궛�뾽�슜 IoT �뵆�옯�뤌 swiper   ******/

/***** �뵆�옖�듃 �럡�뒪 媛쒕뀗�씠誘몄� �뒪���씪  *****/
.pp_summary_web {
	height: 400px;
	border: 1px solid #dedede;	
	background: url(img/pp_summary_web.png)no-repeat center top;
	background-size: 100%;
}
.pp_summary_sensor {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.pp_summary_sensor img {
	padding:15px 0;
	width: 50px;
}
.row_line {
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
}
.icon_db {
	position: absolute;
	bottom: -30px;
	right: 15px;
}
icon_db img {
	width: 200px;
}
.concept_desc {
	margin-top: 10px;
	font-size: 16px;
	font-weight: 700;
}
.icon_refresh-1 {
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	
}
.icon_refresh-1 img {
	width: 50px;
	animation: refresh 3s infinite linear;
}
@keyframes refresh {
  0% { transform: rotate(0); }
  100%   { transform: rotate(360deg); }
}

/***** �봽濡쒗넗肄� �뒪���씪 *****/
.protocol {
	display: inline-block;
	width: 100%;
	padding: 15px 50px;
	text-align: center;
	border: 1px solid #dedede;
	border-radius: 100px;
	text-align: center;
	font-size: 24px;
	font-weight: 900;
}


/******  data section  *******/
.about_data {
	padding: 50px 0;
	background: #071362 url(/img/data_bg.jpg)no-repeat center center;
	background-size: cover;
}
.data_txt {
	text-align: center;
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 30px;
	color: #fff;
}
.data_txt strong {
	font-weight: 700
}
.data_item  {
	text-align: center;
	color: #fff;
	font-size: 15px;
}
.data_num {
	position: relative;
	display: inline-block;
	color: #00a7ff;
	font-size: 54px;
	letter-spacing: -3px;
}
.data_num:after {
	content: attr(data-num);
	display: inline-block;
	font-size: 24px;
	position: absolute;
	top: 0;
	right: -24px;
}

/****** 怨좉컼�궗 *******/
.client_item {
	border: 1px solid #dedede;
	padding: 10px 30px;
	text-align: center;
}

/****** 二쇱슂 �듅吏� *******/
.product_pp {
	width: 100%;
	height: 100%;
	background-image: url(/img/pp_feature_bg.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
}
.product_pp h3, .product_pp p {
	color: #fff;
}

/******* �쟻�슜湲곗닠 *******/
.tech_card {
	background-color: #fafafa;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 4px 12px 40px 6px rgb(0 0 0 / 9%);
}
.tech_top {
	padding: 15px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	background: #888;
}
.tech_top img {
	height: 26px;
	vertical-align: middle;
	margin-right: 15px;
}
.tech_body {
	padding: 30px;
}
.tech_body .tech_txt {
	margin-bottom: 30px;
	font-size: 18px;
}
.tech_body .tech_txt:before {
	content: attr(tech_label);
	display: block;
	font-size: 11px;
	font-weight: 700;
	color: #b8b8b8;
	text-transform: uppercase;
}