.banner-inner {
	background: url("/static/images/banner/banner-feed.webp") no-repeat;
	background-size: 100% 100%
}
.top ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap
}
.top ul>li:first-child {
	width: 65%;
	max-width: 940px
}
.top ul>li:last-child {
	width: 33%;
	max-width: 475px
}
.top ul>li .img {
	position: relative
}
.top ul>li img {
	border-radius: 40px
}
.top ul>li ol, .top ul>li p {
	position: absolute;
	right: 0;
	bottom: 0;
	background: var(--bgshadowcolor);
	padding: 20px 35px;
	border-radius: 40px 0 40px 0
}
.top ul>li ol li, .top ul>li p {
	font-size: 20px;
	color: var(--white);
	
	line-height: 26px
}
.top ul>li ol li {
	padding-left: 20px;
	position: relative;
	text-align: left
}
.top ul>li ol li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	width: 5px;
	height: 5px;
	background: var(--white)
}
.top ul>li ol li:first-child {
	margin-bottom: 10px
}
.top ul>li p {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 30px;
	border-radius: 30px 0 30px 0
}
.top ul>li p span {
	display: inline-block;
	width: 34px;
	height: 3px;
	background: var(--white);
	margin-right: 10px
}
.top ul>li:last-child .img:first-child {
	margin-bottom: 18px
}
.top ul>li:last-child img {
	border-radius: 30px
}
.related-cases {
	width: 100%;
	background: linear-gradient(60deg, #ccddfa, #f1f5fc)
}
.related-cases ul, .related-cases ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap
}
.related-cases ul li {
	width: calc(33.33% - 10px);
	margin-bottom: 13px;
	overflow: hidden
}
.related-cases ul li img {
	transition: all linear .5s
}
.related-cases ul li>div {
	width: calc(50% - 8px);
	overflow: hidden
}

@media(any-hover:hover) {
.related-cases ul li:first-child:hover img, .related-cases ul li:nth-child(2):hover img, .related-cases ul li:nth-child(3):hover img, .related-cases ul li>div:hover img {
	transform: scale(1.1)
}
}

@media screen and (max-width:1280px) {
.top ul>li ol li, .top ul>li p {
	font-size: 18px;
	line-height: 24px
}
.top ul>li ol li {
	padding-left: 15px
}
.top ul>li ol li:first-child {
	margin-bottom: 6px
}
.top ul>li ol, .top ul>li p {
	padding: 15px 25px;
	border-radius: 30px 0 30px 0
}
.top ul>li p {
	padding: 15px 20px;
	border-radius: 20px 0 20px 0
}
.top ul>li p span {
	width: 25px;
	margin-right: 8px
}
}

@media screen and (max-width:768px) {
.banner-inner {
	background: url("/static/images/banner/banner-feed-sm.webp") no-repeat;
	background-size: 100% 100%
}
h1::before {
	left: 32px
}
.top ul>li {
	width: 100%!important
}
.top ul>li:first-child {
	margin-bottom: 20px
}
.top ul>li img {
	border-radius: 10px!important
}
.top ul>li:last-child .img:first-child {
	margin-bottom: 15px
}
.top ul>li ol li:first-child {
	margin-bottom: 0
}
.top ul>li p {
	padding: 10px 15px;
	border-radius: 10px 0 10px 0
}
.top ul>li ol {
	width: 100%;
	padding: 10px 15px;
	border-radius: 0 0 10px 10px
}
.top ul>li ol li {
	padding-left: 8px
}
.top ul>li ol li, .top ul>li p {
	font-size: 16px;
	line-height: 24px
}
.top ul>li ol li::before {
	width: 3px;
	height: 3px
}
.top ul>li p span {
	width: 20px;
	height: 2px;
	margin-right: 8px
}
.related-cases h2 {
	width: 54%
}
.related-cases ul {
	flex-wrap: wrap
}
.related-cases ul li {
	width: 100%;
	margin-bottom: 15px
}
.related-cases ul li:last-child {
	margin-bottom: 0
}
.related-cases ul li:first-child, .related-cases ul li:nth-child(2), .related-cases ul li:nth-child(3) {
	border-radius: 10px
}
.related-cases ul li img {
	border-radius: 5px
}
.related-cases ul li>div {
	width: calc(50% - 7px);
	overflow: hidden
}
}
