.support-plan .box1 {
	padding: 90px 0 118px;
}

.support-plan .box1 .box-c {
	position: relative;
	display: flex;
	padding: 50px 0;
}

.support-plan .box1 .box-c .l {
	position: relative;
	width: 61.42%;
	background: #FFFFFF;
	box-shadow: 0px 4px 21px 0px rgba(1, 124, 243, 0.34);
	padding: 45px 40px 41px;
	z-index: 2;
}

.support-plan .box1 .box-c .l .l-container {
	width: 620px;
	margin: 0 auto;
	max-width: 100%;
}

.support-plan .box1 .box-c .l .title {
	font-size: 24px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #333333;
	line-height: 1.41;
}

.support-plan .box1 .box-c .l .line {
	width: 60px;
	height: 4px;
	background: #0071F6;
	margin-top: 12px;
}

.support-plan .box1 .box-c .l .text-box {
	margin-top: 45px;
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 1.875;
}

.support-plan .box1 .box-c .l .more {
	position: relative;
	display: flex;
	margin: 20px 0 0 auto;
	width: 190px;
	height: 60px;
	background: linear-gradient(135deg, #05A7E8, #0181F2);
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #0071F6;
	transition: all .6s;
}

.support-plan .box1 .box-c .l .more:hover {
	color: #fff;
}

.support-plan .box1 .box-c .l .more::before {
	position: absolute;
	content: "";
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(255, 255, 255, 1);
	border-radius: 6px;
	transition: all .6s;
}

.support-plan .box1 .box-c .l .more:hover::before {
	background-color: rgba(255, 255, 255, 0);
}

.support-plan .box1 .box-c .l .more span {
	position: relative;
	z-index: 2;
}

.support-plan .box1 .box-c .l .more .iconfont {
	font-size: 24px;
	margin-left: 20px;
}

.support-plan .box1 .box-c .r {
	position: absolute;
	right: 0;
	top: 0;
	width: 79.21%;
	height: 100%;
}

.support-plan .box1 .box-c .r .imgScale {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.support-plan .box2 {
	padding-bottom: 78px;
}

.support-plan .box2 .swiper-slide {
	position: relative;
	width: 32.5%;
}

.support-plan .box2 .swiper-slide:not(:last-child) {
	margin-right: 1.21%;
}

.support-plan .box2 .swiper-slide .pic {
	border-radius: 8px;
}

.support-plan .box2 .swiper-slide .text-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 80px;
	text-align: center;
	background: #0071F6;
	border-radius: 0px 0px 8px 8px;
	font-size: 20px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FFFFFF;
	opacity: 0;
	transition: all .6s;
	z-index: 4;
}

.support-plan .box2 .swiper-slide:hover .text-box {
	opacity: 1;
}

.support-plan .box2 .btns {
	display: flex;
	justify-content: flex-end;
	margin-top: 56px;
}

.support-plan .box2 .btns .btn {
	width: 50px;
	height: 50px;
	line-height: 46px;
	text-align: center;
	background: #FFFFFF;
	border: 2px solid #BBBBBB;
	border-radius: 50%;
	color: rgba(187, 187, 187, 1);
	cursor: pointer;
}

.support-plan .box2 .btns .btn:hover {
	box-shadow: 5px 9px 30px 0px rgba(0, 113, 246, 0.3);
	border-color: #0071F6;
	color: #fff;
	background-color: #0071F6;
}

.support-plan .box2 .btns .btn .iconfont {
	font-weight: bold;
	font-size: 22px;
}

.support-plan .box2 .btns .btn.btn-prev {
	margin-right: 12px;
}

@media (max-width:1280px) {
	.support-plan .box1 .box-c .l {
		padding: 30px;
	}
	.support-plan .box1 .box-c .l .title{
		font-size: 22px;
	}
	.support-plan .box1 .box-c .l .line{
		margin-top: 6px;
	}
	.support-plan .box1 .box-c .l .text-box{
		margin-top: 30px;
	}
	.support-plan .box1 .box-c .l .more{
		height: 50px;
		width: 160px;
		font-size: 16px;
	}
}

@media (max-width:1199px) {
	.support-plan .box1 {
		padding: 60px 0;
	}

	.support-plan .box2 {
		padding-bottom: 60px;
	}
}

@media (max-width:1024px) {
	.support-plan .box1 .box-c .l .l-container{
		width: 100%;
	}
	.support-plan .box1 .box-c{
		flex-direction: column-reverse;
		padding: 0;
	}
	.support-plan .box1 .box-c .r,
	.support-plan .box1 .box-c .l{
		position: relative;
		width: 100%;
	}
	.support-plan .box1 {
		padding: 55px 0;
	}

	.support-plan .box2 {
		padding-bottom: 55px;
	}
	.support-plan .box1 .box-c .l .title{
		font-size: 20px;
	}
	.support-plan .box1 .box-c .l .text-box{
		font-size: 14px;
	}
	.support-plan .box1 .box-c .l .more{
		height: 44px;
	}
	.support-plan .box2 .btns{
		margin-top: 30px;
	}
	.support-plan .box2 .btns .btn{
		width: 40px;
		height: 40px;
		line-height: 38px;
	}
	.support-plan .box2 .btns .btn .iconfont{
		font-size: 20px;
	}
	.support-plan .box2 .swiper-slide .text-box{
		line-height: 60px;
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.support-plan .box2 .swiper-slide{
		width: 48.5%;
	}
	.support-plan .box2 .swiper-slide:not(:last-child){
		margin-right: 3%;
	}
	.support-plan .box1 .box-c .l{
		padding: 25px;
	}
	.support-plan .box1 {
		padding: 45px 0;
	}

	.support-plan .box2 {
		padding-bottom: 45px;
	}
	.support-plan .box1 .box-c .l .text-box{
		margin-top: 20px;
	}
}

@media (max-width: 500px) {
	.support-plan .box1 {
		padding: 35px 0;
	}

	.support-plan .box2 {
		padding-bottom: 35px;
	}
	.support-plan .box2 .swiper-slide .text-box{
		line-height: 40px;
		font-size: 16px;
	}
	.support-plan .box2 .btns{
		margin-top: 20px;
	}
	.product-details .box1 .box-c .r3{
		margin-top: 30px;
	}
}	