.banner-inner {
	background: url("/static/images/banner/banner-protein.webp") no-repeat;
	background-size: 100% 100%
}
.top img {
	border-radius: 50px 50px 0 50px
}
.item, .item3, .item6 {
	width: 100%;
	background: linear-gradient(180deg, #fff, #e3f0ff)
}
.item h2 {
	width: 57%
}
.item h2, .item3 h2 {
	margin-bottom: 50px
}
.item ul {
	display: flex;
	justify-content: space-between;
	align-items: center
}
.item ul>li {
	width: 33.33%
}
.item ul>li li {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100px;
	position: relative;
	background: var(--white);
	border-radius: 50px;
	border: 1px solid var(--bgscolor);
	margin-bottom: 25px;
	padding: 0 20px 0 110px;
	font-size: 18px;
	color: var(--fttcolor);
	line-height: 24px;
	
}
.item ul>li li::before {
	content: '';
	position: absolute;
	left: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	width: 57px;
	height: 42px;
	background: url('/static/images/solution/protein/01.webp') no-repeat;
	background-size: cover
}
.item ul>li:first-child li:nth-child(2)::before {
	background: url('/static/images/solution/protein/02.webp') no-repeat;
	background-size: cover
}
.item ul>li:first-child li:last-child::before {
	background: url('/static/images/solution/protein/03.webp') no-repeat;
	background-size: cover
}
.item ul>li:last-child li:first-child::before {
	background: url('/static/images/solution/protein/04.webp') no-repeat;
	background-size: cover
}
.item ul>li:last-child li:nth-child(2)::before {
	background: url('/static/images/solution/protein/05.webp') no-repeat;
	background-size: cover
}
.item ul>li:last-child li:last-child::before {
	background: url('/static/images/solution/protein/06.webp') no-repeat;
	background-size: cover
}
.item ul>li:nth-child(2) p {
	margin-top: 20px;
	font-size: 18px;
	color: var(--ftcolor);
	;
	font-style: italic;
	text-align: center
}
.item2 .main {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px
}
.item2 .main .img {
	width: 44%;
	max-width: 630px;
	position: relative;
	margin-right: 90px;
	z-index: 1
}
.item2 .main .img img {
	border-radius: 30px
}
.item2 .main .img::before {
	content: '';
	position: absolute;
	left: -14px;
	top: -16px;
	display: block;
	width: 60%;
	max-width: 370px;
	height: 60%;
	max-height: 287px;
	background: var(--bgshadowcolor);
	border-radius: 30px;
	z-index: -1
}
.item2 .main .text {
	width: 50%
}
.item2 .main h2 {
	width: 80%;
	text-align: left;
	margin: 50px 0 40px
}
.item2 .main ul li {
	display: flex;
	margin-bottom: 15px
}
.item2 .main ul li:last-child {
	margin-bottom: 0
}
.item2 .main ul li i {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: var(--bgsshadowcolor);
	border-radius: 50%;
	color: var(--white);
	text-align: center;
	line-height: 30px
}
.item2 .main ul li p {
	width: 75%;
	margin-left: 25px;
	font-size: 18px;
	color: var(--fttcolor);
	line-height: 28px;
	
}
.item3 ul, .item3 ul li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.item3 ul li {
	width: calc(50% - 10px);
	height: 270px;
	margin-bottom: 35px;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,.1);
	border-radius: 135px;
	background: var(--white)
}
.item3 ul li:last-child, .item3 ul li:nth-child(3) {
	margin-bottom: 0
}
.item3 ul li .img {
	border-radius: 135px 0 0 135px;
	overflow: hidden
}
.item3 ul li .img img {
	border-radius: 135px 0 0 135px;
	transition: all linear .5s
}
.item3 ul li .txt {
	width: 61%;
	padding: 55px 50px 0 25px
}
.item3 .txt span {
	font-size: 26px;
	color: var(--fttcolor);
	
	position: relative;
	z-index: 1
}
.item3 .txt span::before {
	content: '';
	display: block;
	position: absolute;
	left: -10px;
	bottom: -2px;
	width: 100%;
	height: 16px;
	background: linear-gradient(90deg, #b9dcff, var(--white));
	border-radius: 8px;
	z-index: -1
}
.item3 .txt p {
	font-size: 18px;
	color: var(--fttcolor);
	line-height: 30px;
	;
	margin-top: 20px
}
.item4 .main {
	position: relative;
	z-index: 1
}
.item4 .main::before {
	content: '';
	position: absolute;
	left: 0;
	top: -12px;
	width: 100%;
	height: 100%;
	background: var(--bgsshadowcolor);
	z-index: -1;
	border-radius: 50px 50px 0 50px
}
.item4 .main img {
	border-radius: 50px 50px 0 50px
}
.item6 h2 {
	width: 71%;
	max-width: unset
}
.item6 .main {
	display: flex
}
.item6 .main .left {
	width: 51%;
	max-width: 728px;
	margin-right: 80px
}
.item6 .main ul li {
	display: flex;
	justify-content: space-between;
	align-items: center
}
.item6 .main ul li p {
	position: relative;
	width: 100%;
	height: 150px;
	padding: 0 40px;
	background: var(--bgsshadowcolor);
	border-radius: 75px;
	margin-right: -80px;
	text-align: center;
	display: flex;
	align-items: center;
	margin-top: 30px
}
.item6 .main ul li span {
	font-size: 16px;
	color: var(--white);
	line-height: 26px
}
.item6 .main ul li:nth-child(2) p, .item6 .main ul li:last-child p {
	order: 2;
	margin-right: 0;
	margin-left: -80px
}
.item6 .main ul li:last-child p {
	margin-top: 0
}
.item6 .main .right {
	width: 46%;
	max-width: 625px
}
.item6 .main .right>div {
	width: 100%;
	padding: 40px 50px;
	background: var(--white);
	border-radius: 30px;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,.1)
}
.item6 .main .right>div:first-child {
	margin: 50px 0 30px
}
.item6 .main .right>div>p {
	width: 100%;
	height: 46px;
	background: linear-gradient(90deg, #0870d7, var(--white));
	border-radius: 23px;
	font-size: 22px;
	color: var(--white);
	line-height: 46px;
	
	padding-left: 20px;
	text-align: left;
	margin-bottom: 25px
}
.item6 .main ol li {
	position: relative;
	padding-left: 40px;
	font-size: 18px;
	color: var(--fttcolor);
	margin-bottom: 15px
}
.item6 .main ol li span {
	display: inline-block;
	line-height: 28px;
	margin-left: 3px
}
.item6 .main ol li::before {
	content: '';
	position: absolute;
	left: 14px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	width: 13px;
	height: 13px;
	background: var(--bgsshadowcolor);
	transform: rotate(45deg)
}
.item6 .main .right>div:first-child li:nth-child(2) {
	display: flex
}
.item6 .main .right>div:first-child li:nth-child(2)::before {
	bottom: unset;
	top: 5px
}

@media(any-hover:hover) {
.item3>ul>li:hover img {
	transform: scale(1.1)
}
}

@media screen and (max-width:1680px) {
.item2 .main .img {
	margin-right: 0
}
.item2 .main h2 {
	margin: 0 0 30px
}
.item2 .main ul li p {
	width: 80%;
	margin-left: 20px;
	font-size: 18px;
	line-height: 26px
}
.item3 ul li .txt {
	width: 60%;
	padding: 0 50px 0 25px
}
.item3 ul li {
	align-items: center
}
.item3 .txt span {
	font-size: 30px
}
.item6 .main .left {
	width: 60%;
	margin-right: 50px
}
}

@media screen and (max-width:1440px) {
.item6 .main .right>div:first-child {
	margin: 0 0 30px
}
.item6 .main .right>div {
	padding: 20px 30px
}
.item6 .main .right {
	width: 38%
}
.item6 .main ol li {
	font-size: 20px
}
.item ul>li li {
	padding: 0 20px 0 55px;
	font-size: 16px;
	line-height: 21px
}
.item ul>li li::before {
	left: 10px;
	width: 36px;
	height: 25px
}
.item2 .main h2 {
	margin: 0 0 15px;
	width: 100%
}
.item2 .main ul li p {
	width: 100%
}
.item3 ul li .txt {
	width: 54%;
	padding: 0 15px
}
.item3 .txt span {
	font-size: 25px
}
}

@media screen and (max-width:1280px) {
.item3 ul li .txt {
	width: 52%;
	padding: 0 15px
}
.item3 .txt span {
	font-size: 24px
}
.item3 .txt p {
	font-size: 18px;
	line-height: 28px;
	margin-top: 20px
}
.item6 .main {
	flex-wrap: wrap
}
.item6 .main .left {
	width: 100%;
	margin-right: 0
}
.item6 .main .right {
	width: 100%;
	max-width: unset;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px
}
.item6 .main .right>div {
	width: calc(50% - 10px)
}
.item ul>li li {
	padding: 0 20px 0 55px;
	font-size: 14px;
	line-height: 21px
}
.item ul>li li::before {
	left: 10px;
	width: 36px;
	height: 25px
}
.item2 .main ul li i {
	width: 24px;
	height: 24px;
	line-height: 24px
}
.item2 .main ul li p {
	width: 100%;
	margin-left: 5px;
	font-size: 14px;
	line-height: 20px
}
.item3 ul li {
	width: 100%
}
.item3 ul li .txt {
	width: 65%
}
.item3 .txt span {
	font-size: 28px
}
.item3 .txt p {
	font-size: 20px;
	line-height: 30px;
	margin-top: 20px
}
.item3 ul li:nth-child(3) {
	margin-bottom: 35px
}
}

@media screen and (max-width:1024px) {
.item3 ul li .txt {
	width: 55%
}
}

@media screen and (max-width:768px) {
.banner-inner {
	background: url("/static/images/banner/banner-protein-sm.webp") no-repeat;
	background-size: 100% 100%
}
h1::before {
	left: 18px
}
.top img {
	border-radius: 25px 25px 0 25px
}
.item h2 {
	width: 80%;
	margin-bottom: 30px
}
.item ul {
	flex-wrap: wrap
}
.item ul>li, .item2 .main .img, .item2 .main .text, .item6 .main .left, .item6 .main .right {
	width: 100%;
	max-width: unset
}
.item ul>li li {
	height: 70px;
	border-radius: 35px;
	margin-bottom: 15px;
    padding: 0 20px 0 50px;
    font-size: 16px;
    line-height: 20px
}
.item ul>li li::before {
	left: 15px;
	width: 29px;
	height: 21px
}
.item ul>li ol li:last-child {
	margin-bottom: 0
}
.item ul>li:nth-child(2) {
	margin: 25px 0
}
.item ul>li:nth-child(2) p {
	font-size: 16px
}
.item2 .main .img {
	margin-right: 0
}
.item2 .main .img::before {
	left: -6px;
	top: -6px;
	border-radius: 15px
}
.item2 .main .img img {
	border-radius: 15px
}
.item2 .main h2 {
	margin: 30px 0 20px;
	padding-left: 25px
}
.item2 .main ul li i {
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	margin-top: 3px
}
.item2 .main ul li p {
	width: 85%;
	margin-left: 10px;
    font-size: 16px;
    line-height: 22px;
}
.item3 h2 {
	width: 95%;
	margin-bottom: 30px
}
.item3 ul li {
	width: 100%;
	height: 120px;
	margin-bottom: 20px;
	border-radius: 60px;
	align-items: center;
	justify-content: left;
}
.item3 ul li .img {
	width: 32%;
	height: 100%;
	border-radius: 60px 0 0 60px
}
.item3 ul li .img img {
	height: 100%;
	border-radius: 60px 0 0 60px
}
.item3 ul li .txt {
    width: 60%;
    padding: 0;
    margin-left: 15px;
}
.item3 .txt span {
	font-size: 18px
}
.item3 .txt p {
	font-size: 16px;
	line-height: 22px;
	margin-top: 10px
}
.item3 .txt span::before {
	left: -3px;
	bottom: -1px;
	height: 8px;
	border-radius: 4px
}
.item3 ul li:nth-child(3) {
	margin-bottom: 20px
}
.item4 h2, .item5 h2 {
	width: 93%
}
.item4 .main::before {
	top: -4px;
	border-radius: 25px 25px 0 25px
}
.item4 .main img {
	border-radius: 25px 25px 0 25px
}
.item6{
    background: unset;
    padding-bottom: 0;
}
.item6 h2 {
	width: 96%
}
.item6 .main {
	flex-wrap: wrap
}
.item6 .main .left {
	margin-right: 0;
	display: none
}
.item6 .main .right{
    flex-wrap: wrap;
    margin-top: 0;
}
.item6 .main .right>div {
    width: 100%;
	padding: 25px 15px;
	border-radius: 10px
}
.item6 .main .right>div:first-child {
	margin: 0 0 20px
}
.item6 .main .right>div>p {
	height: 40px;
	border-radius: 20px;
	font-size: 18px;
	line-height: 40px;
	padding-left: 15px;
	margin-bottom: 15px
}
.item6 .main ol li {
	padding-left: 25px;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 8px
}
.item6 .main ol li::before {
	left: 8px;
	width: 8px;
	height: 8px
}
.item6 .main ol li span {
	line-height: 20px;
	margin-left: 3px
}

}
