.div-item {
	padding-top: 50px;
	padding-bottom: 50px;
}

.bounding-box {
	background-color: #F8F8F8;
}

#home_case_t h1 {
	color: #EE211C;
}

#home_case_t h1::after {
	font-size: 30px;
	content: "+";
}

#home_case_t p {
	font-size: 18px;
	height: 50px;
}

.lh_footer-index {
	background: #eee;
}

.lh_footer-container {
	padding: 30px 15px;
}

.lh_footer-container>.lh_footer_menu {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	;
	grid-column-gap: 0;
	justify-content: space-between;
	justify-items: center;
}

.lh_footer-container>.lh_footer_menu>li {
	width: 100%;
}

.lh_footer-copy {
	max-width: 752px;
	margin-bottom: 42px;
	text-align: center;
}

.lh_footer-nav {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.lh_product_14>.lh_footer-nav {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width: 768px) {
	.lh_product_14>.lh_footer-nav {
		grid-template-columns: repeat(2, 1fr);
	}

	.lh_footer-container>.lh_footer_menu {
		display: grid;
		grid-template-columns: calc(36% - 10px) calc(16% - 10px) calc(16% - 10px) calc(16% - 10px) calc(16% - 10px);
		grid-column-gap: 0;
		justify-content: space-between;
	}
}

.lh_footer_menu>li>p {
	margin-bottom: 35px;
}

.lh_footer-container .logo-wrapper {
	margin-bottom: 40px;
	display: inline-block;
}

.lh_footer-container .logo-wrapper .logo {
	font-size: 32px;
	font-family: YouSheBiaoTiHei;
	color: #EE211C;
	object-fit: contain;
	width: 100%;
	height: auto;
	margin: 0;
}

.lh_footer-container .logo-wrapper:hover {
	text-decoration: none;
}

.list-boxes {
	padding: 45px 30px;
	background: #FFFFFF;
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
	border-radius: 20px;
	margin-bottom: 48px;
	display: grid;
	gap: 20px;
	grid-template-columns: 110px 300px auto;
}

.list-boxes-time {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.list-boxes-time>.time1 {
	font-size: 40px;
	color: #EE211C;
}

.list-boxes-time>.time2 {
	font-size: 28px;
	color: #666666;
}

.list-boxes-img img {
	border-radius: 8px;
}

.list-boxes-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.list-boxes-content>h5 {
	margin-top: 0;
}

.list-boxes-content>h5>a {
	color: #666666;
}

.list-boxes-content>p {
	color: #494949;
}

.list-boxes-content a.btn {
	border-radius: 8px;
	border: 1px solid #EE211C;
}