*{
	margin: 0;
	padding: 0;
}

html,body{
	width: 100%;
	height: 100%;
}

.preferntial-box{
	width: 100%;
	background:  linear-gradient(to bottom, #610be0 800px, #610be0);
	margin: 0 auto;
	padding-bottom: 100px;
}

.preferntial-box .gg{
	/* height: 781px; */
	margin: 0 auto;	
	background-image: url(../image/sh24/sh2024_01.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.preferntial-box .list{
	width: 1190px;
	margin: 0 auto;
	padding-top: 580px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.preferntial-box .lump{
	width: 580px;
	height: 500px;
	background-color: #ffffff;
	border-radius: 20px;
	background: url(../image/sh24/sh2024_17.png) no-repeat center;
	margin-bottom: 28px;
}

.preferntial-box .lump_top{
	padding: 50px 0 24px 40px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.preferntial-box .lump_top_l{
	width: 128px;
	height: 128px;
}

.preferntial-box .lump_top_r{
	padding-left: 40px;
}

.preferntial-box .lump_top_r h3{
	font-size: 28px;
	color: #333333;
	line-height: 58px;
	font-weight: bold;
}

.preferntial-box .lump_top_r h3 span{
	font-size: 22px;
	color: #333333;
	font-weight: normal;
}

.preferntial-box .lump_top_r p{
	font-size: 18px;
	color: #666666;
	line-height: 44px;
}

.preferntial-box .lump_cent{
	padding: 0 10px;
}

.preferntial-box .lump_cent_t{
	padding-bottom: 16px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.preferntial-box .lump_cent_t_two{
	justify-content: center;
}

.preferntial-box .lump_cent_t dl{
	width: 274px;
	height: 92px;
	border-radius: 10px;
	background-color: #f4e7ff;
}

.preferntial-box .lump_cent_t dl dt{
	font-size: 16px;
	color: #666666;
	text-align: center;
	line-height: 40px;
	text-decoration: line-through;
	padding-top: 8px;
}

.preferntial-box .lump_cent_t dl dd{
	font-size: 22px;
	color: #ff6c40;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
}

.preferntial-box .lump_cent_b{
	height: 56px;
	background-color: #f4e7ff;
	border-radius: 10px;
	margin-bottom: 24px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.preferntial-box .lump_cent_b img{
	width: 33px;
	height: 27px;
}

.preferntial-box .lump_cent_b p{
	font-size: 18px;
	color: #333333;
	padding-left: 12px;
}

.preferntial-box .lump_bot{
	width: 100%;
}

.preferntial-box .lump_bot_but{
	display: block;
	width: 372px;
	height: 70px;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	line-height: 70px;
	text-decoration: none;
	background-color: #d73ef5;
	border-radius: 70px;
	margin: 0 auto;
}

.preferntial-box .lump_bot_p{
	width: 100%;
	font-size: 16px;
	color: #d73ef5;
	text-align: center;
	line-height: 36px;
	padding-bottom: 5px;
}

.preferntial-box .hdxm{
	width: 1190px;
	background-color: #ffffff;
	border-radius: 20px;
	margin: 0 auto;
}

.preferntial-box .hdxm_p{
	font-size: 18px;
	color: #333333;
	line-height: 36px;
	padding: 40px 0 0 76px;
}

.preferntial-box .hdxm ul{
	font-size: 18px;
	color: #333333;
	line-height: 36px;
	padding: 0 0 40px 76px;
}

.preferntial-box .hdxm_img{
	display: block;
	width: 918px;
	margin: 0 auto 40px;
}

.preferntial-box .hdxm_b{
	padding-bottom: 50px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.preferntial-box .hdxm_b_but{
	display: block;
	width: 400px;
	height: 70px;
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	line-height: 70px;
	border-radius: 70px;
	background-color: #d73ef5;
}