.c-product-software-details-container {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
}

/* 简介 */
.c-product-software-details-introduction {
	padding: 0.6979rem 1.6667rem 1.2292rem 1.6667rem;
	background: rgba(242, 242, 242, 1);
	position: relative;
	display: flex;
	flex-direction: column;
}

.c-product-software-details-title-container {
	display: flex;
	flex-direction: column;
	position: relative;
}

.c-product-software-details-title {
	font-size: 0.25rem;
	font-weight: 700;
	letter-spacing: 0rem;
	line-height: 0.362rem;
	color: rgba(51, 51, 51, 1);
	text-align: left;
	vertical-align: top;
}

.c-product-software-details-tag {
	margin-top: 0.125rem;
	width: 0.2604rem;
	height: 0.0313rem;
	opacity: 1;
	background: rgba(205, 30, 25, 1);
}

.c-product-software-details-content {
	display: flex;
	margin-top: 0.3125rem;
	width: 3.3802rem;
	opacity: 1;
	/** 文本1 */
	font-size: 0.1354rem;
	font-weight: 400;
	letter-spacing: 0rem;
	line-height: 0.1961rem;
	color: rgba(51, 51, 51, 1);
	text-align: justify;
	vertical-align: top;
}

.c-product-software-details-img {
	position: absolute;
	display: flex;
	width: 5.5781rem;
	height: 2.7552rem;
	top: 0.6979rem;
	right: 0.9271rem;
}

.c-product-software-details-img img {
	display: flex;
	width: 5.5781rem;
	height: 2.7552rem;
}

/* 解决方案 */
.c-product-software-details-solution {
	padding: 0.6979rem 1.6667rem 0.6979rem 1.6667rem;
	background: rgba(255, 255, 255, 1);
	position: relative;
	display: flex;
	flex-direction: column;
}

.c-product-software-details-solution-img {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.c-product-software-details-solution-img img {
	width: 6.6979rem;
	height: 5.4375rem;
	display: flex;
}

/* 功能架构 */

.c-product-software-details-architecture {
	padding: 0.6979rem 1.6667rem 0.6979rem 1.6667rem;
	background: rgba(242, 242, 242, 1);
	position: relative;
	display: flex;
	flex-direction: column;
}

.c-product-software-details-architecture-img {
	margin-top: 0.3125rem;
	margin-bottom: 0.6979rem;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.c-product-software-details-architecture-img img {
	display: flex;
	width: 6.6719rem;
	height: 3.5417rem;
	border-radius: 0.0208rem;
}

.c-product-software-details-sop-img {
	margin-top: 0.3125rem;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.c-product-software-details-sop-img img {
	display: flex;
	width: 6.6823rem;
	height: 3.7656rem;
	border-radius: 0.0208rem;
}

.c-product-software-details-sop-desc-container {
	margin-top: 0.3021rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.c-product-software-details-sop-desc {
	padding: 0.2604rem 0.4167rem;
	width: 6.1354rem;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0.0938rem 0.0052rem 0.2344rem rgba(0, 0, 0, 0.1);
	font-size: 0.1354rem;
	font-weight: 400;
	letter-spacing: 0rem;
	line-height: 0.1858rem;
	color: rgba(51, 51, 51, 0.8);
	vertical-align: top;
}

.c-product-software-details-sop-desc::before {
	content: " ";
	position: absolute;

	width: 0;
	height: 0;
	border-top: 0.151rem solid transparent;
	border-right: 0.151rem solid transparent;
	border-left: 0.151rem solid transparent;
	border-bottom: 0.2083rem solid rgba(255, 255, 255, 1);
	left: 50%;
	top: -0.25rem;
	transform: translateX(-50%);
}

/* 应用场景 */

.c-product-software-details-scenarios {
	padding: 0.6979rem 1.6667rem 0.6979rem 1.6667rem;
	background: rgba(255, 255, 255, 1);
	position: relative;
	display: flex;
	flex-direction: column;
}

.c-product-software-details-scenarios-img {
	margin-top: 0.3125rem;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.c-product-software-details-scenarios-img img {
	display: flex;
	width: 7.4099rem;
	height: 4.1028rem;
}

/* 产品优势 */
.c-product-software-details-advantages-img img {
	width: 6.6771rem;
	height: 3.8646rem;
}

/* WMS功能架构 */
.c-product-software-wms-details-architecture-img {
	margin-bottom: 0;
}

.c-product-software-wms-details-architecture-img img {
	width: 6.6771rem;
	height: 3.8646rem;
}

/* WMS移动端坚决*/
.c-product-software-details-mobile-introduction {
	padding: 0.6979rem 1.6667rem 0.6979rem 1.6667rem;
	background: rgba(255, 255, 255, 1);
	position: relative;
	display: flex;
	flex-direction: column;
}

.c-product-software-details-mobile-content {
	display: flex;
	margin-top: 0.2292rem;
	width: 3.3802rem;
	opacity: 1;
	/** 文本1 */
	font-size: 0.1354rem;
	font-weight: 400;
	letter-spacing: 0rem;
	line-height: 0.1961rem;
	color: rgba(51, 51, 51, 0.7);
	text-align: left;
	vertical-align: top;
}

.c-product-software-details-mobile-img {
	position: absolute;
	display: flex;
	width: 4.5781rem;
	height: 3.4844rem;
	top: 0.401rem;
	right: 0.8177rem;
}

.c-product-software-details-mobile-img img {
	display: flex;
	width: 4.5781rem;
	height: 3.4844rem;
}

.c-product-software-details-divider {
	width: 100%;
	height: 0.2344rem;
	opacity: 1;
	/* background: rgba(245, 248, 252, 1); */
	background: rgba(242, 242, 242, 1);
}

.c-product-software-details-wms-scenarios-container {
	display: flex;
	margin-top: 0.3125rem;
	justify-content: space-around;
}

.c-product-software-details-wms-scenarios-img {
	display: flex;
	width: 3.2135rem;
	flex-direction: column;
	align-items: center;
}

.c-product-software-details-wms-scenarios-img img {
	width: 3.2135rem;
	height: 1.901rem;
}

.c-product-software-details-wms-scenarios-text {
	margin-top: 0.1042rem;
	font-size: 0.1667rem;
	font-weight: 400;
	letter-spacing: 0rem;
	line-height: 0.2286rem;
	color: rgba(51, 51, 51, 0.7);
	text-align: center;
	vertical-align: top;
}

/* WCS产品优势 */
.c-product-software-wcs-details-advantages {
	padding: 0.6979rem 1.6667rem 0.6979rem 1.6667rem;
	background: rgba(255, 255, 255, 1);
	position: relative;
	display: flex;
	flex-direction: column;
}

.c-product-software-wcs-details-advantages-content-container {
	display: flex;
	justify-content: space-around;
	position: relative;
	align-items: center;
}

.c-product-software-wcs-details-advantages-content {
	display: flex;
	flex-direction: column;
}

.c-product-software-wcs-details-advantages-content-title {
	margin-top: 0.4635rem;
	background: rgba(32, 32, 34, 1);
	width: 1.6458rem;
	height: 0.4219rem;
	font-size: 0.1875rem;
	font-weight: 700;
	letter-spacing: 0rem;
	line-height: 0.2715rem;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.c-product-software-wcs-details-advantages-content-desc {
	width: 3.349rem;
	margin-top: 0.1927rem;
	font-size: 0.1354rem;
	font-weight: 400;
	letter-spacing: 0rem;
	line-height: 0.1858rem;
	color: rgba(51, 51, 51, 0.7);
	text-align: left;
	vertical-align: top;
}

.c-product-software-wcs-details-advantages-content-img {
	width: 2.9063rem;
	height: 1.7656rem;
	display: flex;
}

.c-product-software-wcs-details-advantages-content-img img {
	width: 2.9063rem;
	height: 1.7656rem;
}

.c-product-software-wcs-details-advantages-content-container-divider {
	margin-top: 0.5208rem;
}

.c-product-software-wcs-details-advantages-content-right {
	align-items: flex-end;
}

.c-product-software-wcs-details-advantages-content-desc-right {
	text-align: right;
}

.c-product-software-details-architecture-content {
	margin-top: 0.3125rem;
	font-size: 0.1354rem;
	font-weight: 400;
	letter-spacing: 0rem;
	line-height: 0.1858rem;
	color: rgba(51, 51, 51, 1);
	text-align: left;
}

.c-product-software-wcs-details-architecture-img {
	margin-top: 0.3125rem;
	margin-bottom: 0;
}

.c-product-software-wcs-details-architecture-img img {
	width: 6.7813rem;
	height: 4.276rem;
}

/* WCS调度模型 */
.c-product-software-details-scheduling-model {
	padding: 0.6979rem 1.6667rem 0.6979rem 1.6667rem;
	background: rgba(255, 255, 255, 1);
	position: relative;
	display: flex;
	flex-direction: column;
}

.c-product-software-details-scheduling-model-img {
	margin-top: 0.3125rem;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.c-product-software-details-scheduling-model-img img {
	display: flex;
	width: 7.6771rem;
	height: 2.7396rem;
}


.mes-top-back-a {
	position: absolute;
	bottom: 4%;
	left: 10%;
	cursor: pointer;
	z-index: 4;
	font-size: .2083rem;
	font-weight: 400;
	letter-spacing: .0313rem;
	line-height: .3017rem;
	color: rgba(255, 255, 255, 1) !important;
	text-align: left;
	vertical-align: top;
	display: flex;
	align-items: center;
}


.mes-top-back-a:hover {
	color: #fff;
}

.mes-top-back-a-img {
	transform: rotate(180deg);
	width: .1149rem;
	height: .1633rem;
	margin-right: .1042rem;
}


.c-zhihui-product-software-details-content {
	font-size: .125rem;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: .181rem;
	color: rgba(51, 51, 51, 1);
	text-align: left;
	vertical-align: top;
	margin-top: .1354rem;
}


.c-zhihui-details-remark {
	font-size: .1354rem;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: .1961rem;
	color: rgba(0, 0, 0, 1);
	text-align: left;
	vertical-align: top;
	margin-top: .1146rem;
	margin-bottom: .1354rem;
}

.c-zhihui-details-remark-text {
	font-size: .125rem;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: .181rem;
	color: rgba(51, 51, 51, 1);
	text-align: left;
	vertical-align: top;
}



.c-zhihui-software-details-introduction {
	padding: 0.6979rem 1.6667rem .1563rem 1.6667rem;
	background: rgba(242, 242, 242, 1);
	position: relative;
	display: flex;
	flex-direction: column;
}


.c-zhihui-details-hierarchy-img-box {
	padding: .2083rem .625rem 0 .625rem;
	background: rgba(242, 242, 242, 1);
	position: relative;
	display: flex;
	flex-direction: column;
}


.c-zhihui-details-hierarchy-img-box img {
	width: 100%;
	height: 100%;
}


.c-zhihui-software-details-solution {
	padding: 0.6979rem 1.6667rem;
	background: rgba(242, 242, 242, 1);
	position: relative;
	display: flex;
	flex-direction: column;
}


.c-zhihui-software-details-solution-img {
	margin-top: .5208rem !important;
	margin: auto;
	background: rgba(242, 242, 242, 1);
	position: relative;
	display: flex;
	flex-direction: column;
}


.c-zhihui-software-details-solution-img img {
	width: 6.5781rem;
	height: 3.1823rem;
	display: flex;
}

.c-zhihui-software-details-video-container {
	background: rgba(242, 242, 242, 1);
	position: relative;
	/* display: flex; */
	flex-direction: column;
	/* padding:.5208rem .5208rem; */
	width: 100%;
	height: 100%;
}


.c-zhihui-details-video {
	width: 100%;
	height: 100%;
}

.c-zhihui-software-details-video-container::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.c-zhihui-video-but {
	font-size: .1563rem;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: .2262rem;
	color: rgba(51, 51, 51, 1);
	text-align: left;
	vertical-align: top;

	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.5424rem;
	height: .5156rem;
	background: rgba(249, 249, 249, 0.76);
	border-radius: .4271rem;
	position: absolute;
	cursor: pointer;
	z-index: 2;

}


.c-zhihui-video-but-one {
	top: 30%;
	left: 40%;
}


.c-zhihui-video-but-two {
	top: 45%;
	right: 30%;
}


.c-zhihui-video-but-three {
	top: 45%;
	right: 5%;
}

.c-zhihui-video-but img {
	width: .2969rem;
	height: .2969rem;
	margin-right: .1042rem;
	z-index: 2;
}

.c-zhihui-video-but-img {
	position: absolute;
	z-index: 2;
}

.c-zhihui-video-but-img img {
	width: 3.276rem;
	height: 1.7604rem;
	z-index: 2;
}

.c-zhihui-video-but-img-one {
	/* top:85%;
	right:90%; */
	top: 40%;
	left: 13%;
	display: none;
}

.c-zhihui-video-but-img-two {
	/* top:105%;
	left:60%; */

	top: 55%;
	left: 26%;
	display: none;
}

.c-zhihui-video-but-img-three {
	top: 55%;
	right: 10%;
	display: none;
}



.c-zhihui-software-details-scenarios {
	padding: .3125rem .0521rem;
	background: rgba(242, 242, 242, 1);
	position: relative;
	display: flex;
	flex-direction: column;
}


.c-zhihui-software-details-title-container {
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 0 1.6667rem .1563rem 1.6667rem;
}

.c-zhihui-software-details-title {
	font-size: 0.25rem;
	font-weight: 700;
	letter-spacing: 0rem;
	line-height: 0.362rem;
	color: rgba(51, 51, 51, 1);
	text-align: left;
	vertical-align: top;
}

.c-zhihui-software-details-tag {
	margin-top: 0.125rem;
	width: 0.2604rem;
	height: 0.0313rem;
	opacity: 1;
	background: rgba(205, 30, 25, 1);
}


.c-zhihui-software-details-scenarios-img {
	/* margin-top: 0.3125rem; */
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}


.c-zhihui-software-details-scenarios-img img {
	display: flex;
	width: 100%;
}