.mobile-solution-1 {
	height: 4.35rem;
	position: relative;
	z-index: 1;
	background: linear-gradient(0deg, #003596 0%, #1791F8 100%);
}

.mobile-solution-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 40%;
	z-index: -1;
}

.mobile-solution-1-title {
	font-weight: 600;
	font-size: 0.54rem;
	color: #FFFFFF;
	line-height: 0.96rem;
	padding-top: 0.44rem;
	text-align: center;
}

.mobile-solution-1-text {
	font-size: 0.27rem;
	color: #FFFFFF;
	line-height: 0.42rem;
	padding: 0 1.1rem;
	text-align: center;
	padding-top: 0.08rem;
}

.mobile-solution-2 {
	padding: 0.46rem 0;
	background: #F8F8F8;
}

.mobile-solution-tab {
	display: flex;
	flex-wrap: nowrap;
	overflow: auto;
	padding: 0 0.2rem;
	padding-bottom: 0.46rem;
}

.mobile-solution-tab .item {
	min-width: 1.15rem;
	height: 0.77rem;
	padding: 0 0.3rem;
	background: #FFFFFF;
	box-sizing: border-box;
	font-size: 0.27rem;
	color: #000000;
	text-align: center;
	line-height: 0.77rem;
	white-space: nowrap;
	flex-shrink: 0;
	position: relative;
}

.mobile-solution-tab .item+.item {
	margin-left: 0.04rem;
}

.mobile-solution-tab .item.active {
	background: #DEF0FF;
	color: #1791F8;
}

.mobile-solution-tab .item .arrow-box {
	width: 100%;
	height: 0.08rem;
	position: absolute;
	background: #1791F8;
	bottom: 0;
	left: 0;
	display: none;
}

.mobile-solution-tab .item.active .arrow-box {
	display: block;
}

.solution-mobile-list {
	padding: 0 0.3rem;
}

.solution-mobile-list .item {
	display: none;
}

.solution-mobile-list .item.active {
	display: block;
}

.solution-mobile-list .item .sub-name {
	font-size: 0.23rem;
	color: #666666;
	text-align: center;
	line-height: 0.33rem;
	padding-bottom: 0.3rem;
}

.solution-mobile-list .item .pain-box {
	min-height: 3.38rem;
	background: #FFFFFF;
	box-shadow: 0px 0.04rem 0.08rem 0px rgba(0, 0, 0, 0.1);
	border-radius: 0.15rem;
	margin-bottom: 0.46rem;
	padding: 0.3rem 0;
	box-sizing: border-box;
}

.solution-mobile-list .item .pain-box .title {
	font-weight: 600;
	font-size: 0.31rem;
	color: #000000;
	line-height: 0.46rem;
	margin-bottom: 0.3rem;
	padding-left: 0.52rem;
	position: relative;
}

.solution-mobile-list .item .pain-box .title::after {
	content: "";
	display: block;
	width: 0.08rem;
	height: 0.23rem;
	background: #1791F8;
	position: absolute;
	left: 0.29rem;
	top: 50%;
	transform: translateY(-50%);
}

.solution-mobile-list .item .pain-box .p-item {
	flex: 1;
	text-align: center;
	font-size: 0.27rem;
	color: #000000;
	line-height: 0.46rem;
}

.solution-mobile-list .item .pain-box .p-item img {
	width: 0.77rem;
	height: 0.77rem;
	display: block;
	margin: 0 auto 0.3rem;
}

.solution-mobile-list .item .highlight-box {
	min-height: 8.37rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 25%, rgba(115, 115, 115, 0) 100%);
	border-radius: 0.15rem;
}

.solution-mobile-list .item .highlight-box .title {
	font-weight: 600;
	font-size: 0.31rem;
	color: #000000;
	line-height: 0.46rem;
	margin-bottom: 0.3rem;
	padding-left: 0.52rem;
	position: relative;
	margin-bottom: 0.33rem;
}

.solution-mobile-list .item .highlight-box .title::after {
	content: "";
	display: block;
	width: 0.08rem;
	height: 0.23rem;
	background: #1791F8;
	position: absolute;
	left: 0.29rem;
	top: 50%;
	transform: translateY(-50%);
}

.solution-mobile-list .item .highlight-box .h-item {
	width: 3.27rem;
	min-height: 1.1rem;
	background: #FFFFFF;
	border-radius: 0.15rem;
	font-size: 0.27rem;
	color: #333333;
	line-height: 0.41rem;
	margin-bottom: 0.27rem;
	padding: 0.3rem 0.2rem 0.3rem 0.3rem;
	box-sizing: border-box;
}

.solution-mobile-list .item .highlight-box .h-item:nth-child(n+3) {
	margin-bottom: 0;
}

.solution-mobile-list .item .highlight-box .h-item .dot {
	width: 0.08rem;
	height: 0.08rem;
	background: #333333;
	border-radius: 50%;
	margin: 0 0.15rem;
	flex-shrink: 0;
}

.solution-mobile-list .item .highlight-box img {
	width: 6.06rem;
	height: 5.44rem;
	display: block;
	margin: 0.46rem auto;
	box-shadow: 0px 0.04rem 0.08rem 0px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
}

.solution-mobile-list .item .revenue-box {}

.solution-mobile-list .item .revenue-box .title {
	font-weight: 600;
	font-size: 0.31rem;
	color: #000000;
	line-height: 0.46rem;
	margin-bottom: 0.3rem;
	padding-left: 0.52rem;
	position: relative;
}

.solution-mobile-list .item .revenue-box .title::after {
	content: "";
	display: block;
	width: 0.08rem;
	height: 0.23rem;
	background: #1791F8;
	position: absolute;
	left: 0.29rem;
	top: 50%;
	transform: translateY(-50%);
}

.solution-mobile-list .item .revenue-box .r-item {
	min-height: 2.42rem;
	background: #FFFFFF;
	box-shadow: 0px 0.04rem 0.08rem 0px rgba(0, 0, 0, 0.1);
	border-radius: 0.15rem;
	box-sizing: border-box;
	margin-bottom: 0.3rem;
	padding: 0.38rem 0.3rem;
	position: relative;
}

.solution-mobile-list .item .revenue-box .r-item .num {
	display: none;
	width: 1.23rem;
	height: 1.23rem;
	font-weight: 500;
	font-size: 0.62rem;
	color: rgba(23, 145, 248, 0.2);
	text-align: center;
	position: absolute;
	right: 0.3rem;
	top: 0;
}

.solution-mobile-list .item .revenue-box .r-item img {
	width: 0.77rem;
	height: 0.77rem;
	display: block;
	margin-right: 0.3rem;
	box-shadow: 0px 0.04rem 0.08rem 0px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
}

.solution-mobile-list .item .revenue-box .r-item .name {
	font-size: 0.31rem;
	color: #000000;
	line-height: 0.5rem;
}

.solution-mobile-list .item .revenue-box .r-item .text {
	font-size: 0.27rem;
	color: #666666;
	line-height: 0.46rem;
	padding-top: 0.15rem;
}

.solution-mobile-list .item .more-btn {
	width: 3rem;
	height: 0.77rem;
	background: #1791F8;
	border-radius: 0.38rem;
	font-weight: 500;
	font-size: 0.31rem;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.solution-mobile-list .item .more-btn img {
	width: 0.26rem;
	height: 0.26rem;
	display: block;
	margin-left: 0.15rem;
}

.mobile-solution-3 {
	padding: 0.46rem 0.3rem;
}

.mobile-solution-3-title {
	font-size: 0.38rem;
	color: #000000;
	line-height: 0.54rem;
	text-align: center;
	margin-bottom: 0.31rem;
}

.mobile-solution-3-text {
	font-size: 0.27rem;
	color: #333333;
	line-height: 0.42rem;
	text-align: center;
	padding-bottom: 0.46rem;
}

.case-mobile-list {}

.case-mobile-list .item {
	min-height: 6.06rem;
	background: #F8F8F8;
	border-radius: 0.15rem;
	margin-bottom: 0.3rem;
	padding: 0.46rem 0.3rem 0.52rem;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	flex-direction: column;
}

.case-mobile-list .item:last-child {
	margin-bottom: 0;
}

.case-mobile-list .item img {
	width: 0.77rem;
	height: 0.77rem;
	display: block;
	margin: 0 auto;
	box-shadow: 0px 0.04rem 0.08rem 0px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
}

.case-mobile-list .item .name {
	font-weight: 500;
	font-size: 0.27rem;
	color: #000000;
	line-height: 0.54rem;
	padding: 0.46rem 0;
	flex: 1;
}

.case-mobile-list .item .inner {
	background: #FFFFFF;
	box-shadow: 0px 0.04rem 0.08rem 0px rgba(0, 0, 0, 0.1);
	border-radius: 0.15rem;
	min-height: 2.5rem;
	padding: 0.3rem;
	box-sizing: border-box;
}

.case-mobile-list .item .inner .title {
	border-radius: 0.15rem;
	font-size: 0.38rem;
	color: #000000;
	line-height: 0.54rem;
	padding-bottom: 0.3rem;
}

.case-mobile-list .item .inner .text {
	font-size: 0.27rem;
	color: #666666;
	line-height: 0.46rem;
	text-align: center;
}

.mobile-compare {
	background: #F8F8F8;
	padding: 0.46rem 0.3rem;
}

.mobile-compare-title {
	font-weight: 600;
	font-size: 0.38rem;
	color: #000000;
	line-height: 0.54rem;
	text-align: center;
	margin-bottom: 0.31rem;
}

.mobile-compare-text {
	font-size: 0.27rem;
	color: #333333;
	line-height: 0.38rem;
	text-align: center;
	padding-bottom: 0.46rem;
}

.compare-mobile-box {}

.compare-mobile-box .top {}

.compare-mobile-box .top .top-bg {
	width: 100%;
	height: 2.62rem;
	background-image: url('../image/solution/solution_pc_img4.png');
	background-size: 100% 100%;
	font-weight: 600;
	font-size: 0.38rem;
	color: #FFFFFF;
	line-height: 0.69rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.compare-mobile-box .top .top-data {
	background: #FFFFFF;
	box-shadow: 0px 0.04rem 0.08rem 0px rgba(0, 0, 0, 0.1);
	border-radius: 0 0 0.15rem 0.15rem;
	padding: 0.3rem;
	font-size: 0.31rem;
	color: #666666;
	line-height: 0.5rem;
}

.compare-mobile-box .top .top-data .item {
	height: 1rem;
}

.compare-mobile-box .top .top-data .name {
	width: 2.5rem;
	color: #999999;
}

.compare-mobile-box .top .top-data img {
	width: 0.38rem;
	height: 0.38rem;
	display: block;
	margin-right: 0.48rem;
}

.compare-mobile-box .center img {
	width: 3.49rem;
	height: 2.3rem;
	display: block;
	margin: 0.58rem auto 0.79rem;
}

.compare-mobile-box .right {}


.compare-mobile-box .right .right-bg {
	width: 100%;
	height: 2.62rem;
	background-image: url('../image/solution/solution_pc_img6.png');
	background-size: 100% 100%;
	font-weight: 600;
	font-size: 0.38rem;
	color: #FFFFFF;
	line-height: 0.69rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.compare-mobile-box .right .right-data {
	background: #FFFFFF;
	box-shadow: 0px 0.04rem 0.08rem 0px rgba(0, 0, 0, 0.1);
	border-radius: 0 0 0.15rem 0.15rem;
	padding: 0.3rem;
	font-size: 0.31rem;
	color: #666666;
	line-height: 0.5rem;
}

.compare-mobile-box .right .right-data .item {
	height: 1rem;
}

.compare-mobile-box .right .right-data .name {
	width: 2.5rem;
	color: #999999;
}

.compare-mobile-box .right .right-data img {
	width: 0.38rem;
	height: 0.38rem;
	display: block;
	margin-right: 0.48rem;
}

.mobile-solution-4 {
	min-height: 9.54rem;
	background-image: url('../image/solution/solution_mobile_img8.png');
	background-size: 100% 100%;
	box-sizing: border-box;
	margin-bottom: 0.46rem;
	padding: 0.46rem 0.3rem;
}

.mobile-solution-4-title {
	font-weight: 600;
	font-size: 0.38rem;
	line-height: 0.54rem;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 0.3rem;
}

.mobile-solution-4-text {
	font-size: 0.27rem;
	color: #FFFFFF;
	line-height: 0.46rem;
	text-align: center;
	padding: 0 0.5rem;
}

.mobile-solution-4 img {
	width: 4.23rem;
	height: 4.23rem;
	display: block;
	margin: 0.9rem auto 0.6rem;
}

.mobile-solution-4 .btn-wp {
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobile-solution-4 .btn-wp .btn {
	min-width: 1.85rem;
	height: 0.77rem;
	border-radius: 0.38rem;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	padding: 0 0.3rem;
	font-weight: 600;
	font-size: 0.31rem;
	color: #FFFFFF;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile-solution-4 .btn-wp .btn+.btn {
	background: #FFFFFF;
	color: #1791F8;
}