.c-case-industry-header {
	width: 100%;
	height: 4.3333rem;
	position: relative;
	/* overflow: hidden; */
}
.c-case-industry-breadcrumb {
	position: absolute;
	left: 0.7708rem;
	bottom: 0;
	font-size: 0.1146rem;
	font-weight: 400;
	letter-spacing: 0rem;
	line-height: 0.1659rem;
	z-index: 3;
	color: rgba(255, 255, 255, 1);
	height: 0.3906rem;
	display: flex;
	align-items: center;
}
.c-case-industry-header-title {
	position: absolute;
	top: 1.724rem;
	left: 0.9167rem;
	width: 1.849rem;
	height: 0.3906rem;
	background-image: url("/oss/images/img/官网切图/行业案例/case_1.png");
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 3;
}
.c-case-industry-header::after {
	content: " ";
	width: 100%;
	height: 4.3333rem;
	position: absolute;
	top: 0;
	left: 0;
	/* background: rgba(51, 51, 51, 0.58); */
	z-index: 1;
}

.c-case-industry-jaja-header-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 4.3333rem;
	background-image: url("/oss/images/img/官网切图/行业案例/case_bg.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.c-case-industry-jaja-header-img-2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 4.3333rem;
	background-image: url("/oss/images/img/官网切图/行业案例/case_bg2.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.c-case-industry-jaja-header-img-3 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 4.3333rem;
	background-image: url("/oss/images/img/官网切图/行业案例/case_bg3.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

/* 产品中心 甲佳 */
.c-case-industry-jaja {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 0.3906rem;
	background: rgba(205, 30, 25, 1);
	z-index: 2;
}

.c-case-industry-container {
	/* border-top: 0.0052rem solid rgba(0, 0, 0, 0.07); */
	width: 100%;
	display: flex;
	position: relative;
	padding: 0.7083rem 1.4115rem 0.5rem 1.4115rem;
	flex-direction: column;
	background: rgba(255, 255, 255, 1);
}

.c-case-industry-title-container {
	display: flex;
	flex-direction: column;
}

.c-case-industry-title {
	font-size: 0.25rem;
	font-weight: 700;
	letter-spacing: 0rem;
	line-height: 0.3922rem;
	color: rgba(51, 51, 51, 1);
	text-align: left;
}

.c-case-industry-title-tag {
	color: rgba(205, 30, 25, 1);
}
.c-case-industry-title-tag-2 {
	color: rgba(255, 255, 255, 1);
}
.c-case-industry-tag {
	margin-top: 0.1302rem;
	width: 0.2604rem;
	height: 0.0266rem;
	opacity: 1;
	background: rgba(205, 30, 25, 1);
}

.c-case-industry-divider {
	width: 100%;
	height: 0;
	margin-top: 0.276rem;
	border: 1px solid rgba(219, 219, 219, 1);
}

.c-case-industry-jaja-img {
	position: absolute;
	width: 4.8125rem;
	height: 2.0938rem;
	right: 1.4115rem;
	top: 0;
	background-image: url("/oss/images/img/官网切图/优势与服务/JIAJIA.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.c-case-industry-jaja-text {
	position: absolute;
	width: 4.8125rem;
	height: 2.0938rem;
	right: 1.4115rem;
	top: 0;
	/** 文本1 */
	font-size: 1.3021rem;
	font-weight: 800;
	letter-spacing: 0rem;
	line-height: 1.8361rem;
	text-align: right;
	vertical-align: top;
	color: transparent;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.17) 0%,
		rgba(0, 0, 0, 0.1) 30%,
		rgba(255, 255, 255, 0) 70%,
		rgba(255, 255, 255, 0) 100%
	);
	-webkit-background-clip: text;
	transform: skew(-30deg);
	z-index: 3;
}

.c-case-industry-content {
	margin-top: 0.4063rem;
	width: 100%;
	display: flex;
}

.c-case-industry-content-detail {
	width: 7.1771rem;
	height: 3.4635rem;
	background-image: url("/oss/images/img/官网切图/优势与服务/advantages_2.png");
	background-size: 100% 100%;
	/* background-position: center; */
	background-repeat: no-repeat;
}

.c-case-industry-card {
	width: 100%;
	height: 2.1042rem;
	opacity: 1;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(0, 0, 0, 0.2);
	color: rgba(0, 0, 0, 1);
	cursor: pointer;
	transition: all ease 0.1s;
}

.c-case-industry-card:hover {
	background: rgba(205, 30, 25, 1);
	color: rgba(255, 255, 255, 1);
	box-shadow: 0 0.0052rem 0.0521rem rgba(0, 0, 0, 0.05),
		0 0.0208rem 0.026rem rgba(0, 0, 0, 8%),
		0 0.0104rem 0.0208rem -0.0052rem rgba(0, 0, 0, 12%);
}
.c-case-industry-card-img {
	width: calc(100% - 0.1667rem);
	height: 1.6354rem;
	margin: 0.0729rem 0.0833rem;
	object-fit: cover;
}

.c-case-industry-card-title {
	font-size: 0.0833rem;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0rem;
	line-height: 0.1659rem;
	/* color: rgba(0, 0, 0, 1); */
}

.c-case-industry-mb-30 {
	margin-bottom: 0.1563rem;
}

.c-case-industry-content-container {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.c-case-industry-content-img {
	width: 5.8958rem;
	height: 3.3073rem;
	object-fit: contain;
}

.c-case-industry-content-content {
	margin-top: 0.3229rem;
	font-size: 0.125rem;
	font-weight: 400;
	letter-spacing: 0rem;
	line-height: 0.181rem;
	color: rgba(51, 51, 51, 0.9);
	width: 5.8958rem;
}
.c-case-industry-content-content-1 {
	margin-top: 0.2083rem;
}

.c-case-industry-content-content-title {
	/** 文本1 */
	font-size: 0.1458rem;
	font-weight: 500;
	letter-spacing: 0rem;
	line-height: 0.2111rem;
	color: rgba(205, 30, 25, 1);
}
.c-case-industry-content-content-desc {
	/** 文本2 */
	font-size: 0.125rem;
	font-weight: 400;
	letter-spacing: 0rem;
	line-height: 0.181rem;
	color: rgba(51, 51, 51, 0.9);
}
