.mobile-solution-1 {
	height: 7.52rem;
	background-image: url('../image/solution/solution_mobile_bg.png');
	background-size: 100% 100%;
	padding: 0 0.8rem;
	box-sizing: border-box;
}

.mobile-solution-1-title {
	font-weight: 600;
	font-size: 0.48rem;
	color: #000000;
	line-height: 0.66rem;
	padding-top: 0.64rem;
}

.mobile-solution-1-text {
	font-size: 0.24rem;
	color: #666666;
	line-height: 0.36rem;
	padding-top: 0.32rem;
}

.mobile-solution-2 {
	/* padding-top: 0.46rem; */
}

.mobile-solution-tab {
	display: flex;
	/* flex-wrap: nowrap; */
	/* overflow: auto; */
	border-bottom: 1px solid #D9D9D9;
}

.mobile-solution-tab .item {
	flex: 1;
	min-height: 0.6rem;
	padding: 0.16rem 0.1rem;
	box-sizing: border-box;
	font-size: 0.24rem;
	color: #000000;
	text-align: center;
	line-height: 0.32rem;
	position: relative;
}

.mobile-solution-tab .item.active {
	background: #F6F7FB;
}

.mobile-solution-tab .item .arrow-box {
	width: 0.98rem;
	height: 0.04rem;
	position: absolute;
	background: #1791F8;
	background: #1239B5;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}

.mobile-solution-tab .item.active .arrow-box {
	display: block;
}

.solution-mobile-list {
	padding: 0 0.36rem;
}

.solution-mobile-list .item {
	display: none;
}

.solution-mobile-list .item.active {
	display: block;
}

.solution-mobile-list .item .sub-name {
	font-size: 0.22rem;
	color: #666666;
	text-align: center;
	line-height: 0.30rem;
	padding-bottom: 0.32rem;
	padding-top: 0.46rem;
}

.solution-mobile-list .item .inner {
	border: 1px solid #D9D9D9;
	border-radius: 0.16rem;
}

.solution-mobile-list .item .pain-box {
	/* min-height: 3.38rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 25%, rgba(115, 115, 115, 0) 100%);
	border-radius: 0.15rem;
	margin-bottom: 0.38rem; */
	padding: 0 0.3rem;
}

.solution-mobile-list .item .pain-box .title {
	font-weight: 600;
	font-size: 0.32rem;
	color: #000000;
	line-height: 0.46rem;
	padding: 0.48rem 0.32rem 0.26rem 0;
}

.solution-mobile-list .item .pain-box .p-item {
	width: 1.2rem;
	text-align: center;
	font-size: 0.24rem;
	color: #000000;
	line-height: 0.36rem;
}

.solution-mobile-list .item .pain-box .p-item img {
	width: 0.78rem;
	height: 0.78rem;
	display: block;
	margin: 0 auto 0.16rem;
}

.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; */
	padding: 0 0.28rem;
}

.solution-mobile-list .item .highlight-box .title {
	font-weight: 600;
	font-size: 0.32rem;
	color: #000000;
	line-height: 0.48rem;
	padding: 0.46rem 0 0.34rem;
}

.solution-mobile-list .item .highlight-box .h-item {
	width: 3rem;
	font-size: 0.24rem;
	color: #333333;
	line-height: 0.36rem;
	background: #F4F6FD;
	border-radius: 0.16rem;
	min-height: 1.14rem;
	margin-bottom: 0.28rem;
	padding: 0.16rem 0;
	box-sizing: border-box;
}

.solution-mobile-list .item .highlight-box .h-item .dot {
	width: 0.06rem;
	height: 0.06rem;
	background: #333333;
	border-radius: 50%;
	margin-left: 0.3rem;
	margin-right: 0.16rem;
	flex-shrink: 0;
}

.solution-mobile-list .item .highlight-box img {
	width: 4.98rem;
	height: 4.32rem;
	display: block;
	margin: 0.06rem auto 0;
}

.solution-mobile-list .item .revenue-box {
	margin: 0 0.3rem;
}

.solution-mobile-list .item .revenue-box .title {
	font-weight: 600;
	font-size: 0.32rem;
	color: #000000;
	line-height: 0.48rem;
	padding-top: 1rem;
	padding-bottom: 0.32rem;
}

.solution-mobile-list .item .revenue-box .r-item {
	min-height: 2.12rem;
	background: #F4F6FD;
	border-radius: 0.16rem;
	box-sizing: border-box;
	padding: 0.48rem 0.4rem;
	margin-bottom: 0.2rem;
	position: relative;
}

.solution-mobile-list .item .revenue-box .r-item .num {
	width: 1.28rem;
	height: 0.68rem;
	line-height: 0.68rem;
	font-weight: 500;
	font-size: 0.48rem;
	color: #1239b51a;
	text-align: center;
	position: absolute;
	right: 0.16rem;
	top: 0.16rem;
}

.solution-mobile-list .item .revenue-box .r-item img {
	flex-shrink: 0;
	width: 0.64rem;
	height: 0.64rem;
	display: block;
	margin-right: 0.32rem;
}

.solution-mobile-list .item .revenue-box .r-item .name {
	font-size: 0.32rem;
	color: #000000;
	line-height: 0.48rem;
}

.solution-mobile-list .item .revenue-box .r-item .text {
	font-size: 0.24rem;
	color: #666666;
	line-height: 0.36rem;
	padding-top: 0.32rem;
}

.solution-mobile-list .item .more-btn {
	width: 2rem;
	height: 0.6rem;
	background: #1239B5;
	border-radius: 0.32rem;
	font-size: 0.24rem;
	color: #FFFFFF;
	margin: 0.32rem auto 0.96rem;
}

.solution-mobile-list .item .more-btn img {
	width: 0.26rem;
	height: 0.26rem;
	display: block;
	margin-left: 0.08rem;
}

.mobile-solution-3 {
	min-height: 22.22rem;
	background-image: url('../image/solution/solution_mobile_bg2.png');
	background-size: 100% 100%;
	padding: 0.96rem 0.32rem;
	box-sizing: border-box;
}

.mobile-solution-3-title {
	font-size: 0.48rem;
	color: #000000;
	line-height: 0.64rem;
}

.mobile-solution-3-text {
	font-size: 0.32rem;
	color: #333333;
	line-height: 0.42rem;
	padding-top: 0.24rem;
	padding-bottom: 0.48rem;
}

.case-mobile-list {}

.case-mobile-list .item {
	min-height: 5.96rem;
	background: #F4F6FD;
	border-radius: 0.16rem;
	border: 1px solid #FFFFFF;
	margin-bottom: 0.32rem;
	padding: 0.48rem 0.3rem 0.3rem;
	box-sizing: border-box;
	position: relative;
}

.case-mobile-list .item:last-child {
	margin-bottom: 0;
}

.case-mobile-list .item img {
	width: 0.8rem;
	height: 0.8rem;
	display: block;
	margin: 0 auto;
}

.case-mobile-list .item .name {
	height: 1.64rem;
	font-size: 0.28rem;
	color: #000000;
	line-height: 0.36rem;
	text-align: center;
}

.case-mobile-list .item .inner {
	border-radius: 0.16rem;
	background: #FFF;
	text-align: center;
	min-height: 2.4rem;
	padding: 0.32rem;
	box-sizing: border-box;
}

.case-mobile-list .item .inner .title {
	font-weight: 500;
	font-size: 0.32rem;
	color: #000000;
	line-height: 0.42rem;
	padding-bottom: 0.32rem;
}

.case-mobile-list .item .inner .text {
	font-size: 0.24rem;
	color: #666666;
	line-height: 0.36rem;
}


.mobile-solution-4 {
	padding: 0 0.32rem 0.96rem;
}

.mobile-solution-4-title {
	font-weight: 600;
	font-size: 0.4rem;
	color: #000000;
	line-height: 0.56rem;
}

.compare-mobile-text {
	font-size: 0.24rem;
	color: #666666;
	line-height: 0.4rem;
	padding-top: 0.24rem;
	padding-bottom: 0.48rem;
}

.compare-mobile-box {}

.compare-mobile-box .top {}

.compare-mobile-box .compare-bg {
	height: 2.72rem;
	background-size: 100% 100%;
	font-weight: 600;
	font-size: 0.4rem;
	color: #FFFFFF;
	line-height: 0.72rem;
}

.compare-mobile-box .compare-bg.top-bg {
	background-image: url('../image/solution/solution_pc_img4.png');
}

.compare-mobile-box .compare-bg.right-bg {
	background-image: url('../image/solution/solution_pc_img6.png');
}

.compare-mobile-box .compare-data {
	background: #f4f6fd;
	border-radius: 0 0 0.16rem 0.16rem;
	padding: 0.32rem;
	font-size: 0.28rem;
	line-height: 0.36rem;
}

.compare-mobile-box .compare-data.top-data {
	color: #666666;
}

.compare-mobile-box .compare-data.right-data {
	color: #000000;
}

.compare-mobile-box .compare-data .item {
	min-height: 1rem;
	padding: 0.2rem 0;
	box-sizing: border-box;
}

.compare-mobile-box .compare-data .name {
	width: 3rem;
	padding-right: 0.3rem;
	box-sizing: border-box;
	color: #999999;
}

.compare-mobile-box .compare-data img {
	width: 0.4rem;
	height: 0.4rem;
	display: block;
	margin-right: 0.5rem;
}

.compare-mobile-box .center img {
	width: 3.62rem;
	height: 2.4rem;
	display: block;
	margin: 0.4rem auto;
}

.mobile-solution-5 {
	min-height: 9.3rem;
	background-image: url('../image/solution/solution_mobile_bg3.png');
	background-size: 100% 100%;
	padding: 0.96rem 0.32rem;
	box-sizing: border-box;
	margin-bottom: 0.96rem;
	color: #FFFFFF;
	text-align: center;
}

.mobile-solution-5-title {
	font-weight: 600;
	font-size: 0.4rem;
	line-height: 0.56rem;
	padding-bottom: 0.32rem;
}

.mobile-solution-5-text {
	font-size: 0.24rem;
	line-height: 0.36rem;
}

.mobile-solution-5 img {
	width: 4.4rem;
	height: 4.4rem;
	display: block;
	margin: 0.66rem auto 0.48rem;
}

.mobile-solution-5 .btn-wp {
	
}

.mobile-solution-5 .btn-wp .btn {
	min-width: 1.92rem;
	height: 0.6rem;
	border-radius: 0.4rem;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	padding: 0 0.3rem;
	font-size: 0.24rem;
	color: #FFFFFF;
	text-align: center;
}

.mobile-solution-5 .btn-wp .btn+.btn {
	background: #FFFFFF;
	color: #1239B5;
}