.banner-inner {
	background: url("/static/images/banner/banner-grain.webp") no-repeat;
	background-size: 100% 100%
}
.top ul {
	display: flex;
	justify-content: space-between;
	align-items: center
}
.top ul li {
	width: calc(50% - 10px)
}
.top ul li img {
	height: 490px
}
.top ul li:first-child img {
	border-radius: 50px 0 0 50px
}
.top ul li:last-child img {
	border-top-right-radius: 50px
}
.top .txt {
	width: 80%;
	padding: 50px 80px 60px;
	max-width: 1280px;
	background: linear-gradient(150deg, var(--white), #e3f0ff);
	border-radius: 30px;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,.1);
	margin: 60px auto 0;
}
.top .txt span {
	display: inline-block;
	width: 46%;
	max-width: 800px;
	height: 50px;
	background: var(--bgsshadowcolor);
	border-radius: 25px;
	font-size: 22px;
	color: var(--white);
	line-height: 50px;
	
	text-align: center;
	margin: 0 auto
}
.top .txt span:last-child {
    width: 70%;
    font-size: 20px;
	background: var(--white);
	color: var(--bgscolor);
	border: 1px dashed var(--bgscolor)
}
.top .txt p {
	font-size: 18px;
	line-height: 32px;
	color: var(--fttcolor);
	margin: 30px 0
}
.imgs {
	margin-top: 60px
}
.imgs ol {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap
}
.imgs ol li {
	width: calc(25% - 12px);
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}
.imgs ol li img {
	border-radius: 20px;
	transition: all linear .4s
}
.imgs ol li span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	font-size: 18px;
	color: var(--white);
	line-height: 36px;
	text-align: center;
	padding: 0 25px;
	
	z-index: 1
}
.imgs ol li span::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50px;
	background: url('/static/images/solution/grain/bg2.webp') no-repeat;
	background-size: cover;
	z-index: -1
}
.item {
	background: linear-gradient(180deg, var(--white), #e6edff)
}
.item h2 {
	max-width: unset
}
.item ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.item ul li {
	width: calc(24% - 30px);
	text-align: center
}
.item ul li .img {
	border: 6px solid var(--bgscolor);
	border-radius: 50%;
	overflow: hidden
}
.item ul li img {
	border-radius: 50%;
	transition: all linear .4s
}
.item ul li span {
	display: inline-block;
	margin: 15px 0 10px;
	font-size: 20px;
	color: var(--fttcolor);
	line-height: 28px;
	
}
.item ul li:first-child span {
	
}
.item ul li p {
	padding: 0 40px;
	font-size: 16px;
	color: var(--ftcolor);
	line-height: 28px
}
.item ul li:nth-child(2) p {
	padding: 0 20px
}

@media(any-hover:hover) {
.item ul li:hover img, .imgs ol li:hover img {
	transform: scale(1.1)
}
}

@media screen and (max-width:1680px) {
.solution-main {
	padding: 70px 0 50px
}
.related-solutions ul li a {
	align-items: center
}
.top ul li img {
	height: auto
}
}

@media screen and (max-width:1440px) {
.top .txt span {
	font-size: 19px
}
.top .txt p {
	font-size: 18px;
	line-height: 28px
}
.top {
	padding-bottom: 250px
}
}

@media screen and (max-width:1280px) {
.top .txt {
	padding: 25px 40px 30px
}
.top .txt span {
	width: 80%
}
.top .txt p {
	font-size: 17px;
	line-height: 24px;
	margin-top: 20px
}
.top {
	padding-bottom: 200px
}
}

@media screen and (max-width:768px) {
.banner-inner {
	background: url("/static/images/banner/banner-grain-sm.webp") no-repeat;
	background-size: 100% 100%
}
h1::before {
	left: 30px
}
.top ul {
	flex-wrap: wrap
}
.top ul li {
	width: 100%
}
.top ul li img {
	height: auto;
	border-radius: 10px!important
}
.top ul li:first-child {
	margin-bottom: 20px
}
.top .txt {
	position: unset;
	width: 100%;
	padding: 30px 15px;
	max-width: unset;
	border-radius: 10px;
	margin-top: 25px
}
.top .txt span {
    width: 90%;
    max-width: unset;
    height: 40px;
    border-radius: 20px;
    font-size: 18px;
    line-height: 40px;
}
.top .txt span:last-child{
    width: 100%;
    height: 70px;
    border-radius: 35px;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 18px
}
.top .txt p {
	font-size: 16px;
	color: var(--fttcolor);
	line-height: 24px;
	
	margin: 20px 0
}
.top {
	padding-bottom: 0
}
.imgs ol li {
	width: calc(50% - 7px);
	border-radius: 10px
}
.imgs ol li img {
	border-radius: 10px
}
.imgs ol li span {
	font-size: 14px;
	line-height: 28px;
	padding: 0 15px!important
}
.imgs ol li span::before {
	height: 34px
}
.imgs ol li:last-child, .imgs ol li:nth-child(7) {
	margin-bottom: 0
}
.item h2 {
	width: 97%
}
.item ul li {
	width: calc(50% - 7px);
	margin-bottom: 20px;
}
.item ul li:last-child,.item ul li:nth-child(3){
    margin-bottom: 0;
}
.item ul li span {
	margin: 15px 0 10px;
	font-size: 18px;
	line-height: 24px
}
.item ul li p {
	padding: 0!important;
	font-size: 16px;
	line-height: 24px
}
}
