* {
	margin: 0;
	padding: 0;
}

.lw-banner_top {
	position: relative;
	height: 6rem;
	width: 100%;
	margin-top: 0.64rem;
}

.lw-banner_top img {
	position: absolute;
	height: 6rem;
	width: 100%;
}

.lw-banner_top .texts {
	position: absolute;
	left: 2.75rem;
	top: 1.66rem;
	color: #fff;
}
.lw-banner_top .texts img {
	width: .88rem;
	height: .5rem;
	position: absolute;
}

.lw-banner_top .texts .label {
	border-radius: 0.5rem;
	background: rgba(255, 255, 255, 0.4);
	padding: 0.06rem 0.19rem;
	display: inline-block;
	letter-spacing: 0.03rem;
	text-align: center;
	margin-left: 1.16rem;
}

.lw-banner_top .texts .title {
	font-size: 0.4rem;
	font-weight: 900;
	line-height: 0.57rem;
	margin-top: 0.23rem;
}

.lw-banner_top .texts .descs {
	width: 5.76rem;
	font-size: 0.24rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.34rem;
}

.produce_intro {
	margin-top: -0.6rem;
	display: flex;
	margin: 0 auto;
	width: 8.57rem;
	justify-content: space-between;
	transform: translateY(-25%);
}

.produce_intro .produce_intro_item {
	width: 3.54rem;
	height: 2rem;
	border-radius: 0.1rem;
	background-image: url(../../../public/images/smart/znsc_label_01.png);
	background-repeat: no-repeat;
	background-size: 3.54rem 2rem;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.produce_intro .produce_intro_item p {
	font-size: 0.16rem;
	font-weight: 400;
	line-height: 0.23rem;
	width: 3rem;
	text-align: center;
}

.smart-order {
	width: 12.2rem;
	margin: 0 auto;
	margin-top: 1.47rem;
}

.smart-order h4 {
	font-size: 0.3rem;
	font-weight: 500;
	line-height: 0.43rem;
	text-align: center;
	margin-bottom: 0.42rem;
}

.smart-order .inner .smart-order-item {
	height: 3.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 0.53rem;
	padding-right: 1.44rem;
	position: relative;
	background: rgba(78, 115, 254, 0.05);
}

.smart-order .inner .smart-order-item:nth-child(2) .left {
	top: 1.2rem;
	left: 6.76rem;
}

.smart-order .inner .smart-order-item:nth-child(3) .left {
	top: 1.14rem;
	left: 1.94rem;
}

.smart-order .inner .smart-order-item:nth-child(4) .left {
	top: 1.2rem;
	left: 6.76rem;
}

.smart-order .inner .smart-order-item .left {
	top: 1.14rem;
	left: 1.55rem;
	position: absolute;
}

.smart-order .inner .smart-order-item .left img {
	position: absolute;
	width: 1.16rem;
	height: 1.05rem;
	top: -0.54rem;
	left: -1.02rem;
}

.smart-order .inner .smart-order-item .left span {
	font-size: 0.24rem;
	font-weight: 400;
	line-height: 0.34rem;
}

.smart-order .inner .smart-order-item .left p {
	font-size: 0.16rem;
	color: #666;
	width: 4.16rem;
}

.smart-order .inner .smart-order-item .right img {
	width: 3rem;
	height: 3rem;
    margin-left: 1.32rem;
}

.smart-order .inner .smart-order-item:nth-child(2n + 1) {
	background: rgba(78, 115, 254, 0.15);
	flex-direction: row-reverse;
}

.smart-compare {
	margin-top: 1.59rem;
	margin-bottom: 1.51rem;
}

.smart-compare h4 {
	font-size: 0.3rem;
	font-weight: 500;
	line-height: 0.43rem;
	text-align: center;
	margin-bottom: 0.48rem;
}

.smart-compare .compare-content {
	position: relative;
	min-height: 9.2rem;
	width: 12.2rem;
	margin: 0 auto;
}

.smart-compare .compare-content::before {
	content: "";
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: #f6f8ff;
}

.smart-compare .compare-content::after {
	content: "";
	width: 50%;
	position: absolute;
	right: 0;
	height: 100%;
	background: linear-gradient(
		132.37deg,
		rgb(121, 126, 248) 0%,
		rgb(81, 116, 253) 100%
	);
}

.smart-compare .compare-content .titles {
	position: absolute;
	display: flex;
	padding-top: 0.47rem;
	padding-left: 0.22rem;
}

.smart-compare .compare-content .titles div {
	left: 50%;
}

.smart-compare .compare-content .titles div span {
	display: flex;
	align-items: center;
	font-size: 0.24rem;
	font-weight: 400;
	line-height: 0.34rem;
}

.smart-compare .compare-content .titles div span::before {
	content: "";
	display: inline-block;
	width: 0.1rem;
	height: 0.38rem;
	opacity: 1;
	border-radius: 0.5rem;
	background: linear-gradient(
			132.37deg,
			rgb(121, 126, 248) 0%,
			rgb(81, 116, 253) 100%
		),
		#ccc;
	margin-right: 0.18rem;
}

.smart-compare .compare-content .titles div:last-child {
	margin-left: 4.15rem;
	z-index: 1;
}

.smart-compare .compare-content .titles div:last-child span {
	color: #fff;
}

.smart-compare .compare-content .titles div:last-child span::before {
	background: #fff;
}

.smart-compare .compare-content .inner_bg {
	position: absolute;
	display: flex;
	top: 1.14rem;
	left: 0.2rem;
}

.smart-compare .compare-content .inner_bg .left {
	margin-right: 0.47rem;
}

.smart-compare .compare-content .inner_bg .left,
.smart-compare .compare-content .inner_bg .right {
	width: 5.64rem;
	height: 7.8rem;
	opacity: 1;
	border-radius: 0.1rem;
	background: rgba(229, 234, 255, 0.8);
	z-index: 1;
}

.smart-compare .compare-content .smart-items {
	position: absolute;
	top: 1.48rem;
	z-index: 2;
	left: 0.2rem;
}

.smart-compare .compare-content .smart-item {
	display: flex;
	width: 11.76rem;
	height: 1.38rem;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
}

.smart-compare .compare-content .smart-item:hover {
	background: rgba(255, 255, 255, 0.3);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.smart-compare .compare-content .smart-item .left {
	top: 0.82rem;
	display: flex;
	position: absolute;
	left: 0.32rem;
}

.smart-compare .compare-content .smart-item .left img {
	width: 0.4rem;
	height: 0.4rem;
	margin-right: 0.26rem;
}

.smart-compare .compare-content .smart-item .left p {
	font-size: 0.16rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.23rem;
	color: #666;
	width: 4.32rem;
}

.smart-compare .compare-content .smart-item .center {
	position: absolute;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	left: 4.87rem;
}

.smart-compare .compare-content .smart-item .center > img {
	width: 0.44rem;
	height: 0.44rem;
}

.smart-compare .compare-content .smart-item .center .title {
	position: relative;
	width: 2.08rem;
	height: 0.57rem;
}

.smart-compare .compare-content .smart-item .center .title img {
	position: absolute;
	width: 2.08rem;
	height: 0.57rem;
}

.smart-compare .compare-content .smart-item .center .title p {
	position: absolute;
	line-height: 0.47rem;
	text-align: center;
	font-size: 0.16rem;
	width: 100%;
	font-weight: 400;
}

.smart-compare .compare-content .smart-item .right {
	top: 0.82rem;
	position: absolute;
	left: 6.5rem;
	display: flex;
	align-items: center;
}

.smart-compare .compare-content .smart-item .right img {
	width: 0.4rem;
	height: 0.4rem;
	margin-left: 0.26rem;
}

.smart-compare .compare-content .smart-item .right p {
	font-size: 0.16rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.23rem;
	color: #fff;
	width: 4.32rem;
}
