.robot-params ul {
	padding: 0;
	border-top: 1px solid #e0eded;
}

.robot-params ul li {
	list-style: none;
	display: flex;
	border-bottom: 1px solid #e0eded;
	align-items: center;
	font-size: 14px;
	border-left: 1px solid #e0eded;
	border-right: 1px solid #e0eded;

}

.robot-params ul li p {
	flex: 1;
	margin: 0;
	padding: 10px 0;
	font-size: 16px;
}

.params-title {
	width: 150px;
	height: 48px;
	line-height: 48px;
	padding: 0 15px;
	font-size: 22px;
	color: #000;
}

.params-flex {
	display: flex;
	flex: 1;
	flex-direction: column;
	border-left: 1px solid #e0eded;
}

.params-col {
	flex: 1;
	display: flex;
}

.params-col>div {
	flex: 1;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #e0eded;
	padding: 0 15px;
	font-size: 18px;
	color: #000;
}

.params-col>div:first-child {
	border-right: 1px solid #e0eded;
	flex: 0.5;
}

h3.product-title {
	margin: 30px auto;
	text-align: center;
	font-size: 30px;
	color: #000;
}

.scenes .img-responsive {
	height: 300px;
	width: 100%;
	object-fit: cover;
}

.fa-banner {
	position: absolute;
	top: 100px;
	left: 200px;
	color: #fff;
	z-index: 3000;
}

.fa-banner ul {
	padding-left: 2em;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}

.robot-title {
	width: 480px;
	padding: 10px 0;
	border-bottom: 4px solid #DDB000;
}

.fa-banner ul li {
	padding: 5px 0;
	font-weight: bold;
	line-height: 24px;
	text-align: justify;
	font-size: 16px;
}

.params-col>div.none-border-bottom {
	border-bottom: none;
}
.wp-theme-3 p{
	font-size: 18px !important;
	color: #000;
}