/* 	.banner {
		position: relative;
		height: 100%;

		.lead {
			h1 {
				display: inline-block;
				margin-top: 60px;
				font-family: "PingFang SC";
				font-size: 36px;
				font-style: normal;
				font-weight: 600;
				line-height: 50px;
				background: linear-gradient(to right, #5442F4, #4285F4);
				-webkit-background-clip: text;
				-webkit-text-fill-color: transparent;
			}

			p {
				margin-top: 5px;
				width: 50%;
				font-size: 16px;
				line-height: 30px;
				color: #727272;
			}
		}

		ul {
			display: flex;
			margin-top: 40px;
			margin-bottom: 60px;

			li {
				margin-right: 10px;
				cursor: pointer;

				img {
					width: 130px;
					height: auto;
				}
			}
		}
	}

	.nav {
		background: #E4ECFF;

		ul {
			display: flex;
			justify-content: space-around;
			padding: 15px 0;

			li {
				font-size: 13px;
				color: #333;
				cursor: pointer;

				&:hover {
					color: #007AFF;
				}
			}
		}
	}

	.bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		z-index: -1;
	}

	.title {
		padding: 20px 0;
		text-align: center;
		color: #000;

		h2 {
			font-size: 22px;
			font-weight: 500;
			letter-spacing: 1.6px;
		}

		p {
			color: #AAB7CC;
			font-size: 12px;
		}
	} */

	/* 行业痛点 */
	.pain {
		position: relative;
		height: 100%;
        padding-bottom: 55px;
		.content {
			margin-left: auto;
			/* margin-top:35px; */
			/* margin-bottom:80px; */
			width: 65%;
			padding:35px 55px;
			border: 1px solid #fff;
			background-color: rgba(255, 255, 255, 0.3);

			.paragraph {
				padding: 5px 0;
				padding-right: 10px;
				display: flex;

				img {
					width: 16px;
					height: 16px;
					margin-top: 5px;
					margin-right: 4px;
				}

				p {
					font-family: "OPPOSans";
					font-style: normal;
					font-weight: 400;
					font-size:1.6rem;
					line-height:2.5rem;
					color: #000;
				}
			}
		}
	}

	/* 解决方案 */
	.solution {
		position: relative;
		/* height: 2000px; */
        padding-bottom:60px;
		ul {
			li {
				padding: 30px 0;
				margin-bottom: 20px;
				/* 背景透明 */
				background: rgba(255, 255, 255, 0.7);
				border: 1px solid #fff;
				border-radius: 10px;
				text-align: center;

				h3 {
					/* font-size: 18px; */
					font-weight: 500;
					color: #000;
					margin-bottom: 20px;
				}

				img {
					width: 90%;
				}
			}
		}
	}

	/* 客户收益 */
	.revenue1 {
		position: relative;
		height: 100%;
        padding-bottom:60px;
		.content {
			text-align: center;
			margin-bottom: 25px;

			img {
				width: 95%;
			}
		}
	}
	
	
	
	/* 客户收益 */
	.revenue2{
		 padding-bottom:60px;
		.content {
			margin-top: 30px;
			margin-bottom: 60px;
			display: flex;
			justify-content: space-around;
			gap: 50px;
		
		}
	}
	
	.revenue-box {
		flex: 1;
		/* 均分宽度 */
		padding: 30px;
		max-width:33%;
		flex-direction: column;
		align-items:center;
		flex-shrink: 0;
		border-radius: 14px;
		border: var(--stroke-weight-2, 2px) solid var(--cloud-tencent-com-white, #FFF);
		background: linear-gradient(301deg, #ffffff99 72.41%, #9fdbfe00 167.89%);
		box-shadow: 8px 8px 20px 0 #3763aa1a, -8px -8px 20px 0 #5e789e1f;
	}
	.revenue-box .img-box{
		text-align: center;
		margin-top: -100px;
	}
	.revenue-box img {
		width:250px;
		height:220px;
	}
	
	.revenue-box .title {
		color: #4d6181;
		font-family: "OPPOSans";
		text-align: center;
		font-size: 2.8rem;
		font-weight: 500;
		padding: 0px;
	}
	
	.revenue-box .text {
		margin-top: 25px;
		color: #3d485d;
		text-align: justify;
		font-family: "OPPOSans";
		font-size: 1.6rem;
		font-style: normal;
		font-weight: 400;
		line-height: 30px;
	}
	
	/* 客户收益 */
	.revenue3 {
		padding-bottom: 60px;
		.content {
			margin-top: 30px;
			
			display: flex;
			justify-content:space-around;
			gap: 50px;
		
		}
		
		.revenue-box .img-box{
			text-align: center;
			margin-top: 0px;
		}
		.revenue-box img {
			width: 126px;
			height: 116px;
		}
	
		
	
	}