.product .box1{
	background-color: RGBA(236, 240, 243, 1);
	padding: 100px 0 142px;
}
.product .box1 .box-t{
	position: relative;
	text-align: right;
	margin-bottom: 30px;
	z-index: 3;
}
.product .box1 .box-t .download{
	display: inline-block;
	position: relative;
	margin: 0 0 0 auto;
}
.product .box1 .box-t .download .downloadBtn{
	display: flex;
	align-items: center;
	line-height: 50px;
	background: linear-gradient(-60deg, #0A4CAC, #1963CF);
	border-radius: 25px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	padding: 0 20px 0 23px;
}
.product .box1 .box-t .download .downloadBtn .iconfont{
	margin-left: 16px;
	transform: rotate(90deg);
}
.product .box1 .box-t .download .download-c{
	display: ;
}
.product .box1 .box-t .download-c{
	position: absolute;
	padding-top: 15px;
	right: 0;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all .6s;
	transform: translateY(20px);
}
.product .box1 .box-t .download:hover .download-c{
	opacity: 1;
	visibility: visible;
	pointer-events: inherit;
	transform: translateY(0);
}
.product .box1 .box-t .download-c .item{
	background: #FFFFFF;
	box-shadow: 5px 9px 60px 0px rgba(124,142,156,0.3);
	border-radius: 10px;
	width: 200px;
	padding: 26px 20px;
	max-height: 400px;
	overflow: auto;
}
.product .box1 .box-t .download-c .item a{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 26px;
	text-align: left;
	display: block;
}
.product .box1 .box-t .download-c .item a:hover{
	color: rgba(20, 92, 196, 1);
}
.product .box1 .box-t .download-c .item a:not(:last-child){
	margin-bottom: 27px;
}
.product .box1 .box-c .list{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 92px 67px;
}

.productItem{
	position: relative;
}
.productItem a{
	position: relative;
	display: block;
	z-index: 3;
	padding-bottom: 36px;
}
.productItem::before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 84.44%;
	background-color: #fff;
	border-radius: 20px;
	transition: all .6s;
}
.productItem .img{
	position: relative;
	padding-top: 126.33%;
}
.productItem .img .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 4.22%;
}
.productItem .img .pic>img{
	position: relative;
	max-width: 90%;
	max-height: 100%;
	z-index: 3;
}
.productItem .img .pic .box{
	position: absolute;
	top: 0;
	width: 50%;
	right: 0;
}
.productItem .img .pic .box img{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
}
.productItem .img .pic .box .boxImg2{
	opacity: 0;
	transition: all .6s;
}
.productItem:hover .img .pic .box .boxImg2{
	opacity: 1;
}
.productItem .img .pic::before{
	position: absolute;
	right: 0;
	top: 0;
	/* content: ""; */
	height: 100%;
	width: 150px;
	background: #FAFAFA;
	border-radius: 20px;
	transform: skew(0deg, 11deg);
	border: none !important;
	outline: none !important;
	box-sizing: border-box;
}
.productItem:hover .img .pic::before{
	background-color: #1861CD;
	/* background: linear-gradient(-72deg, #1861CD, #0A4CAD); */
}
.productItem .text-box{
	padding: 0 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 12px;
}
.productItem .text-box-l{
	flex: 1;
	margin-right: 30px;
}
.productItem .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	line-height: 1;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.productItem .text-des{
	font-family: Rany-Bold;
	font-size: 18px;
	line-height: 1;
	color: #222222;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 23px;
}
.productItem .more{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 50%;
	border: 1px solid #ECF0F3;
	color: rgba(222, 222, 222, 1);
	transition: all .6s;
}
.productItem .more .iconfont{
	font-size: 24px;
}
.productItem:hover .more{
	border-color: transparent;
	background: linear-gradient(-72deg, #1A64D1, #094AAA);
	box-shadow: 3px 4px 15px 0px rgba(23,114,237,0.15);
}
.product .box1 .box-c .pagination{
	margin-top: 80px;
}
.product-text .box1{
	padding: 115px 0 200px;
	background-color: RGBA(236, 240, 243, 1);
}
.product-text .box1 .content{
	width: 900px;
	margin: 0 auto;
	max-width: 94%;
}
.product-text .box1 .title{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	color: #222222;
	line-height: 1.66;
}
.product-text .box1 .des{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 24px;
	color: #222222;
	line-height: 1.66;
	margin-top: 16px;
}
.product-text .box1 .box-c{
	border-top: 1px solid RGBA(204, 204, 204, 1);
	margin-top: 35px;
	padding: 44px 0 0;
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 16px;
	color: #666666;
	line-height: 1.875;
}
.product-text .box1 .box-c img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.productDetailsPage{
	background-color: RGBA(236, 240, 243, 1);
}
.product-details .box1{
	padding: 100px 0 127px;
}
.product-details .box1 .box-c{
	display: flex;
	justify-content: space-between;
	/* align-items: flex-start; */
}
.product-details .box1 .box-c .l{
	width: 40%;
}
.product-details .box1 .box-c .l .type{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 18px;
	color: #666666;
	line-height: 1.66;
}
.product-details .box1 .box-c .l .title{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #222222;
	line-height: 1.25;
	margin-top: 50px;
}
.product-details .box1 .box-c .l .swiper{
	margin-top: 94px;
	display: inline-block;
	width: auto;
	overflow: visible;
	width: 260px;
}
.product-details .box1 .box-c .l .swiper .swiper-slide{
	font-family: Rany-Bold;
	color: #CBD4DB;
	white-space: nowrap;
	cursor: pointer;
}
.product-details .box1 .box-c .l .swiper .swiper-slide-active{
	background: linear-gradient(-72deg, #1A64D1 0%, #094AAA 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.product-details .box1 .box-c .l .text-box{
	display: none;
}
.product-details .box1 .box-c .l .text-box.active{
	display: block;
	animation: fadeInUpSmall .6s forwards;
}
.product-details .box1 .box-c .l .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 24px;
	color: #222222;
	line-height: 1.66;
	margin-top: 90px;
}
.product-details .box1 .box-c .l .text-title p:not(:last-child){
	margin-right: 60px;
}
.product-details .box1 .box-c .l .text-des{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	margin-top: 35px;
}
.product-details .box1 .box-c .l .text-des p:not(:last-child){
	margin-bottom: 17px;
}
.product-details .box1 .box-c .l .downloadBtn{
	margin-top: 60px;
	display: inline-block;
	line-height: 56px;
	padding: 0 58px;
	background: #ECF0F3;
	border-radius: 30px;
	border: 2px solid #CBD4DB;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	transition: all .6s;
}
.product-details .box1 .box-c .l .downloadBtn:hover{
	background-color: #094AAA;
	color: #fff;
	border-color: #094AAA;
}
.product-details .box1 .box-c .r{
	position: relative;
	width: 47.64%;
	padding: 3.57% 2.14%;
	z-index: 3;
	background-color: RGBA(236, 240, 243, 1);
}
.product-details .box1 .box-c .r .bg{
	position: relative;
}
.product-details .box1 .box-c .r .bg img{
	max-width: 100%;
	display: block;
}
.product-details .box1 .box-c .r .list{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.product-details .box1 .box-c .r .list li{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .6s;
	opacity: 0;
}
.product-details .box1 .box-c .r .list li.active{
	opacity: 1;
}
.product-details .box1 .box-c .r .list li .pic{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-details .box1 .box-c .r .list li .pic img{
	max-width: 100%;
	max-height: 100%;
}
.product-details .box2{
	padding-bottom: 125px;
}
.product-details .box2 .title{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	color: #222222;
	padding-bottom: 35px;
	border-bottom: 1px solid RGBA(222, 222, 222, 1);
}
.product-details .box2 .box-c{
	margin-top: 65px;
}
.product-details .box2 .btns{
	margin-top: 55px;
	display: flex;
	gap: 10px;
}
.product-details .box2 .btns .btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: #FEFFFF;
	border-radius: 50%;
	cursor: pointer;
}
.product-details .box2 .btns .btn .iconfont{
	font-size: 24px;
	color: rgba(222, 222, 222, 1);
}
.product-details .box2 .btns .btn.swiper-button-disabled{
	opacity: .5;
	cursor: not-allowed;
}
.product-details .box2 .btns .btn:not(.swiper-button-disabled):hover{
	color: #fff;
	background: linear-gradient(-72deg, #1A64D1, #094AAA);
	box-shadow: 3px 4px 15px 0px rgba(23,114,237,0.15);
}
@media (max-width: 1440px) {
	.product .box1 .box-c .list{
		gap: 70px 40px;
	}
	.product-details .box1 .box-c .l .swiper{
		margin-top: 50px;
	}
	.product-details .box1 .box-c .l .title{
		margin-top: 30px;
	}
	.product-details .box1 .box-c .l .text-title{
		margin-top: 60px;
		font-size: 22px;
	}
	.product-details .box1 .box-c .l .text-des{
		margin-top: 25px;
	}
	.product-details .box1 .box-c .l .downloadBtn{
		margin-top: 40px;
	}
	.product-details .box2,
	.product-details .box1{
		padding-bottom: 100px;
	}
}
@media (max-width: 1280px) {
	.product .box1 .box-c .list{
		gap: 50px 20px;
	}
	.productItem .text-box{
		padding: 0 20px;
	}
	.productItem .text-des{
		margin-top: 14px;
	}
	.productItem .text-box-l{
		margin-right: 20px;
	}
}
@media (max-width: 1199px) {
	.product-details .box1{
		padding-top: 70px;
	}
	.product-details .box2, .product-details .box1{
		padding-bottom: 70px;
	}
	.product .box1{
		padding: 70px 0;
	}
	.product .box1 .box-c .pagination{
		margin-top: 45px;
	}
	.product .box1 .box-c .list{
		grid-template-columns: repeat(3,1fr);
	}
	.product-details .box2 .btns,
	.product-details .box2 .box-c{
		margin-top: 45px;
	}
	.product-details .box2 .btns .btn{
		width: 40px;
		height: 40px;
	}
	.product-text .box1{
		padding: 70px 0 ;
	}
}
@media (max-width: 1024px) {
	.product-text .box1{
		padding: 60px 0 ;
	}
	.product-text .box1 .box-c{
		padding-top: 35px;
		margin-top: 30px;
	}
	.product-text .box1 .des{
		font-size: 22px;
		margin-top: 10px;
	}
	.product-details .box2 .btns,
	.product-details .box2 .box-c{
		margin-top: 40px;
	}
	.product-details .box2 .title{
		padding-bottom: 25px;
	}
	.product-details .box1{
		padding-top: 60px;
	}
	.product-details .box2, .product-details .box1{
		padding-bottom: 60px;
	}
	.product .box1{
		padding: 60px 0;
	}
	.product .box1 .box-c .pagination{
		margin-top: 40px;
	}
	.product-details .box1 .box-c .l .title{
		margin-top: 15px;
	}
	.product-details .box1 .box-c .l .swiper{
		margin-top: 20px;
	}
	.product-details .box1 .box-c .l .text-title{
		margin-top: 30px;
	}
	.product-details .box1 .box-c .l .downloadBtn{
		margin-top: 30px;
		line-height: 48px;
		padding: 0 30px;
	}
	.product-details .box1 .box-c .l .text-des{
		margin-top: 20px;
		font-size: 16px;
	}
	.product-details .box1 .box-c .l .text-title{
		font-size: 20px;
	}
	.product-details .box2 .btns .btn .iconfont{
		font-size: 20px;
	}
}
@media (max-width: 768px) {
	.product-text .box1{
		padding: 50px 0;
	}
	.product-text .box1 .box-c{
		padding-top: 25px;
		margin-top: 25px;
	}
	.product-text .box1 .des{
		font-size: 20px;
		margin-top: 0;
	}
	.product-details .box2 .btns,
	.product-details .box2 .box-c{
		margin-top: 30px;
	}
	.product-details .box2 .title{
		padding-bottom: 15px;
	}
	.product-details .box1 .box-c .l .downloadBtn{
		line-height: 40px;
		margin-top: 24px;
	}
	.product-details .box1 .box-c .l .text-des{
		font-size: 14px;
		line-height: 1.7;
	}
	.product-details .box1 .box-c .l .title{
		margin-top: 5px;
	}
	.product-details .box1 .box-c .l{
		width: 50%;
	}
	.product-details .box1 .box-c .l .swiper{
		width: 200px;
		margin-top: 15px;
	}
	.product-details .box1 .box-c .l .text-title{
		margin-top: 20px;
		font-size: 18px;
	}
	.product-details .box1{
		padding-top: 50px;
	}
	.product-details .box2, .product-details .box1{
		padding-bottom: 50px;
	}
	.product .box1{
		padding: 50px 0;
	}
	.product .box1 .box-c .pagination{
		margin-top: 30px;
	}
	.product .box1 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
}
@media (max-width: 500px) {
	.product-text .box1 .box-c{
		padding-top: 15px;
		margin-top: 15px;
		font-size: 14px;
	}
	.product-text .box1 .des{
		font-size: 18px;
	}
	.product-text .box1{
		padding: 40px 0;
	}
	.product-details .box2 .btns,
	.product-details .box2 .box-c{
		margin-top: 25px;
	}
	.product-details .box1 .box-c .r .list{
		height: 80%;
	}
	.product-details .box1 .box-c .l .swiper{
		width: 160px;
	}
	.product-details .box1{
		padding-top: 40px;
	}
	.product-details .box2, .product-details .box1{
		padding-bottom: 40px;
	}
	.productItem .more{
		width: 34px;
		height: 34px;
	}
	.productItem .text-box-l{
		margin-right: 10px;
	}
	.productItem .text-title,
	.productItem .text-des{
		font-size: 16px;
	}
	.productItem .text-des{
		margin-top: 7px;
	}
	.productItem a{
		padding-bottom: 25px;
	}
	.product .box1{
		padding: 40px 0;
	}
	.product .box1 .box-c .list{
		gap: 35px 10px;
		/* grid-template-columns: repeat(1,1fr); */
	}
}