.container-shouji {
	width: 100%;
	height: 40vw;
	margin: 0 auto;
}

.shouji-block {
	text-align: center;
	position: relative;
	/* 关键：为子元素提供定位参考 */
}

.llbg-bgc {
	    /* background: linear-gradient(360deg, #f9fbff, #e4eff9); */
		background: linear-gradient(0deg, #f9fbff, #e4eff9);
}
/* 
.llbg-bgc:after {
    background: linear-gradient(119deg, rgb(234 245 255 / 27%), #e4eff9 100%) no-repeat bottom / 100% 100px;;
    content: " ";
    height: 2vh;
    position: absolute;
    bottom: 2vh;
	margin-bottom: -2vh;
    width: 100%;
    z-index: 10;
} */


/* .llbg-bgc-180 {
	background: linear-gradient(88deg, #f9fbff, #e4eff9);
} */

.shouji-div {
	display: flex;
	/* 自动换行 */
	/* flex-wrap: wrap; */
	gap: 5vw;
	justify-content: center;
	width: 80vw;
	margin: 0 auto;
	height: 30vw;
	position: relative;
	/* 父元素设为相对定位 */
	/* background: linear-gradient(180deg, #f9fbff, #e4eff9); */
}

.shouji-title {
	padding: 2vw;
	margin-bottom: 3vw;
	color: #3b3b3b;
	font-size: 2vw;
	font-weight: 700;
	text-align: center;
}

.shouji-title>strong {
	color: #fe6704;
}

.shouji-title3 {
	margin-top: -0.5vw;
	margin-bottom: 3vw;
	color: #3b3b3b;
	font-size: 2vw;
	font-weight: 700;
	text-align: center;
}

.shouji-title3>strong {
	color: #fe6704;
}

.shoujiimg-div {
	width: 13vw;
	height: 25vw;
}

.shouji-img {
	width: 13vw;
	height: 25vw;
}

.shoujiimg-div2 {
	width: 11vw;
}

.shouji-img2 {
	width: 11vw;
	height: 25vw;
}

.shoujiimg-div3 {
	width: 11vw;
}

.shouji-img3 {
	width: 11vw;
	height: 27vw;
}

/* 卡片标题 */
.shouji-title1 {
	font-size: 0.8vw;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	/* color: #ffffff; */
}

.shouji-title2 {
	font-size: 1vw;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	/* color: #ffffff; */
}

.shouji-title2>strong {
	font-size: 1.3vw;
	color: #fe6704;
}

.shouji-text {
	font-size: 0.5vw;
	font-weight: 500;
	margin-top: 2vw;
	margin-bottom: 0px;
	text-align: center;
	color: #6b6b6b;
	line-height: 2; /* 推荐使用无单位的数值，相对字体大小的倍数 */
}

.shouji-text3 {
	font-size: 0.5vw;
	font-weight: 500;
	margin-top: 0vw;
	margin-bottom: 0px;
	text-align: center;
	color: #6b6b6b;
	line-height: 2; /* 推荐使用无单位的数值，相对字体大小的倍数 */
}