.module20230807 .module-dec {
	text-align: center;
	margin-top: 20px;
}

.module20230807 {
	padding-bottom: 57px;
	box-sizing: border-box;
}
.module20230807 * {
	box-sizing: border-box;
}
.module20230807 .main {
	width: 1200px;
	margin: 0 auto 0;
	position: relative;
}

.module20230807 .main .bg6 {
	position: absolute;
	left: 0px;
	top: -325px;
}

.module20230807 .main .s-tit {
	position: relative;
}

.module20230807 .main .dec-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border: 2px solid #ffffff;
	border-radius: 10px;
	padding-top: 21px;
	padding-bottom: 19px;
	padding-left: 50px;
	padding-right: 58px;
	margin-top: 36px;
}

.module20230807 .main .dec-list .dec-wrap {
	position: relative;
	background-repeat: no-repeat;
	background-position: center 5px;
	font-size: 15px;
	font-weight: 500;
	color: #1b1b1b;
	line-height: 19px;
	padding-top: 72px;
}

.module20230807 .main .dec-list .dec-wrap:hover:nth-child(1)::before {
	border-color: #5b54f0;
}

.module20230807 .main .dec-list .dec-wrap:hover:nth-child(2)::before {
	border-color: #5f89f3;
}

.module20230807 .main .dec-list .dec-wrap:hover:nth-child(3)::before {
	border-color: #2ac6ed;
}

.module20230807 .main .dec-list .dec-wrap:hover:nth-child(4)::before {
	border-color: #46d46e;
}

.module20230807 .main .dec-list .dec-wrap:hover:nth-child(5)::before {
	border-color: #f6ad2c;
}

.module20230807 .main .dec-list .dec-wrap:hover:nth-child(6)::before {
	border-color: #ed6a2a;
}

.module20230807 .main .dec-list .dec-wrap:hover:nth-child(7)::before {
	border-color: #e6453d;
}

.module20230807 .main .dec-list .dec-wrap:hover:nth-child(8)::before {
	border-color: #ed2a7d;
}

.module20230807 .main .dec-list .dec-wrap:hover::before {
	content: "";
	width: 60px;
	height: 60px;
	border: 1px solid;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
	position: absolute;
}

.module20230807 .main .list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 25px;
}

.module20230807 .main .list .card {
	background-repeat: no-repeat;
	background-position: top;
	width: 374px;
	background-color: #ffffff;
	box-shadow: 0px 3px 4px 0px rgba(235, 235, 246, 0.77);
	border-radius: 10px;
	background-size: 100% 91px;
	background-repeat: no-repeat;
}

.module20230807 .main .list .card:nth-child(1) .link-list .btn {
	color: #3ea3fe;
}

.module20230807 .main .list .card:nth-child(1) .link-list .btn::before {
	background-color: #3ea3fe;
}

.module20230807 .main .list .card:nth-child(2) .link-list .btn {
	color: #ff80a7;
}

.module20230807 .main .list .card:nth-child(2) .link-list .btn::before {
	background-color: #ff80a7;
}

.module20230807 .main .list .card:nth-child(3) .link-list .btn {
	color: #ffb160;
}

.module20230807 .main .list .card:nth-child(3) .link-list .btn::before {
	background-color: #ffb160;
}

.module20230807 .main .list .card .title {
	font-size: 23px;
	font-weight: 400;
	color: #ffffff;
	line-height: 27px;
	text-align: center;
	line-height: 91px;
}

.module20230807 .main .list .card .title .strong {
	font-size: 18px;
	line-height: 26px;
}

.module20230807 .main .list .card .link-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 8px;
	padding-bottom: 18px;
	padding-right: 10px;
}

.module20230807 .main .list .card .link-list .btn {
	/* margin-left: 49px; */
	padding-left: 49px;
	font-size: 15px;
	font-weight: 400;
	color: #1b1b1b;
	line-height: 40px;
	position: relative;
	background-color: initial;
	animation-name: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	display: block;
	text-align: left;
	background-image: none;
}

.module20230807 .main .list .card .link-list .btn:hover {
	text-decoration: underline;
}

.module20230807 .main .list .card .link-list .btn::before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	background-image: none;
	bottom: auto;
	right: auto;
}
.module20230807 .main .list .card .link-list .btn:after {
	content: none;
}
