.c-bg {
	height: 5.625rem;
	position: relative;
	opacity: 1;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: flex;
}
.c-product-bg-box {
	height: 4.3333rem;
}

/* 首页视频 */
.c-bg-video {
	width: 100%;
	height: 5.625rem;
	position: relative;
	object-fit: cover;
	mix-blend-mode: darken;
	/* background-image: url("/oss/images/img/官网切图/产品中心/产品中心软件系统/矩形 1.jpeg"); */
}

.c-bg-video-mask {
	content: " ";
	width: 100%;
	height: 5.625rem;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	z-index: 1;
	pointer-events: none;
	opacity: 0.7;
}

/* 关于我们 */
.c-about-me {
	position: absolute;
	left: 0.6927rem;
	bottom: 1.5729rem;
	/* width: 1.2188rem;
	height: 0.3177rem; */
	width: 1.1198rem;
	height: 0.3177rem;
	opacity: 1;
	/* background: rgba(205, 30, 25, 1);
	border: 0.0104rem solid rgba(205, 43, 61, 1); */
	background: rgba(166, 166, 166, 0.48);
	/* border: 2px solid rgba(56, 56, 56, 1); */
	backdrop-filter: blur(4px);
	display: flex;
	align-items: center;
	cursor: pointer;
	z-index: 2;
}

.c-about-me-point {
	width: 0.0365rem;
	height: 0.0365rem;
	opacity: 1;
	background: rgba(255, 255, 255, 1);
	vertical-align: middle;
	margin-left: 0.1302rem;
	border-radius: 0.0365rem;
	cursor: pointer;
}
.c-about-me-text {
	display: inline-block;
	font-size: 0.1458rem;
	font-weight: 400;
	letter-spacing: 0rem;
	line-height: 0.2111rem;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	vertical-align: middle;
	margin-left: 0.1979rem;
	cursor: pointer;
}
.c-about-me-right {
	width: 0.0345rem;
	height: 0.0638rem;
	opacity: 1;
	/* background: rgba(255, 255, 255, 1); */
	/* border: 0.0052rem solid rgba(255, 255, 255, 1); */
	margin-left: 0.2031rem;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.c-about-me-right img {
	width: 0.0345rem;
	height: 0.0638rem;
	display: flex;
}

.c-bg-title-desc {
	position: absolute;
	left: 0.6927rem;
	top: 2.3177rem;
	/* width: 100%; */
	width: 3.6458rem;
	/* height: 0.5677rem; */
	opacity: 1;
	font-family: AliRegular;
	font-size: 0.3125rem;
	font-weight: 400;
	letter-spacing: 0rem;
	line-height: 0.4287rem;
	color: rgba(255, 255, 255, 1);
	z-index: 3;
	display: flex;
	justify-content: center;
}

.c-bg-title-desc-tag {
	position: absolute;
	left: 0.6927rem;
	top: 3.2813rem;
	width: 0.276rem;
	height: 0.026rem;
	opacity: 1;
	background: rgba(205, 30, 25, 1);
	z-index: 2;
}

.c-bg-title {
	position: absolute;
	/* left: 2.8229rem; */
	top: 2.8125rem;
	width: 4.401rem;
	height: 0.5677rem;
	opacity: 1;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: space-around;
	left: 50%;
	transform: translateX(-50%);
}

.c-bg-title-text {
	/** 文本1 */
	font-family: "优设标题黑";
	font-size: 0.4375rem;
	font-weight: 400;
	letter-spacing: 0rem;
	line-height: 0.5687rem;
	color: rgba(255, 255, 255, 1);
}

.c-bg-title-divider {
	width: 0.6498rem;
	height: 0.0417rem;
	opacity: 1;
	background: rgba(255, 255, 255, 1);
}
