.banner-inner {
	background: url("/static/images/banner/banner-rice.webp") no-repeat;
	background-size: 100% 100%
}
.top img {
	border-radius: 50px 50px 0 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: 76%;
	max-width: 770px;
	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 p {
	font-size: 20px;
	line-height: 34px;
	color: var(--fttcolor);
	margin-top: 30px
}
.item h2 {
	max-width: unset
}
.item ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.item ul li {
	width: calc(33.33% - 12px);
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 20px
}
.item ul li img {
	border-radius: 20px;
	transition: all linear .5s
}
.item ul li:nth-child(4), .item ul li:nth-child(5), .item ul li:last-child {
	margin-bottom: 0
}

@media(any-hover:hover) {
.item ul 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-rice-sm.webp") no-repeat;
	background-size: 100% 100%
}
h1::before {
	left: 40px
}
.top img {
	border-radius: 25px 25px 0 25px
}
.top .txt {
	width: 100%;
	padding: 30px 15px;
	max-width: unset;
	border-radius: 10px;
	margin: 30px auto 0
}
.top .txt span {
         width: 100%;
        max-width: unset;
        height: 70px;
        border-radius: 35px;
        font-size: 16px;
        line-height: 24px;
        padding: 12px 20px;

}
.top .txt p {
	font-size: 16px;
	color: var(--fttcolor);
	line-height: 24px;
	
	margin-top: 20px
}
.top {
	padding-bottom: 0
}
.item h2 {
	width: 80%
}
.item ul li {
	width: 100%;
	margin-bottom: 15px!important
}
.item ul li, .item ul li img {
	border-radius: 10px
}
.item li:last-child {
	margin-bottom: 0
}
}
