.product{
	background-color: RGBA(250, 250, 250, 1);
}
.product .box1{
	padding: 25px 0;
	background-color: #fff;
}
.product .box1 .box-c{
	display: flex;
	flex-wrap: wrap;
	gap: 10px 50px;
}
.product .box1 .box-c a{
	width: auto;
	font-weight: bold;
	font-size: 18px;
	color: rgba(153, 153, 153, 1);
	line-height: 30px;
	transition: all .6s;
}
.product .box1 .box-c a:hover,
.product .box1 .box-c a.active{
	color: #3F48CB;
}
.product .box2{
	padding: 80px 0 121px;
}
.product .box2 .box-c{
	margin-top: 40px;
	padding: 0 20px;
}
.product .box2 .box-c .list{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 20px;
}
.product .box2 .box-c .list li{
	position: relative;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 20px;
	overflow: hidden;
	transition: all .6s;
}
.product .box2 .box-c .list li .text-box:before,
.product .box2 .box-c .list li .pic:before{
	position: absolute;
	content: "more";
	width: 100px;
	height: 100px;
	background: RGBA(33, 176, 76, 1);
	box-shadow: 5px 9px 30px 0px rgba(33, 176, 76, 0.3);
	border-radius: 50%;
	font-size: 14px;
	color: #FFFFFF;
	top: calc(var(--y));
	left: calc(var(--x));
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	/* transition: all .1s; */
}
.product .box2 .box-c .list li .pic:hover:before,
.product .box2 .box-c .list li .text-box:hover:before{
	/* opacity: 1;
	visibility: visible; */
}
.product .box2 .box-c .list li:hover .text-box{
	background-color: #3F48CB;
}
.product .box2 .box-c .list li>a .img{
	position: relative;
	padding-top: 80%;
}
.product .box2 .box-c .list li>a .img .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 90%;
	display: flex;
	align-items: stretch;
	justify-content: center;
	border-radius: 20px 20px 0 0;
	/* border-radius: 20px; */
	background-color: rgba( 255, 255, 255, 1 );
	transition: all .6s;
	cursor: pointer;
}
.product .box2 .box-c .list li:hover>a .img .pic{
	
}
.product .box2 .box-c .list li>a .img .pic img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
}
.product .box2 .box-c .list li .text-box{
	position: relative;
	padding: 24px 27px 30px;
	transition: all .6s;
}
.product .box2 .box-c .list li .text-title{
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 22px;
	transition: all .6s;
}
.product .box2 .box-c .list li .text-des{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 24px;
	margin-top: 25px;
	transition: all .6s;
}
.product .box2 .box-c .list li:hover .text-title,
.product .box2 .box-c .list li:hover .text-des{
	color: #fff;
}
.product .box2 .box-c .list li .icon{
	margin-top: 45px;
	display: inline-block;
}
.product .box2 .box-c .list li .icon .iconfont{
	display: block;
	color: #3F48CB;
	font-size: 20px;
	transform: rotate(45deg);
	font-weight: bold;
	transition: all .6s;
}
.product .box2 .box-c .list li:hover .icon .iconfont{
	color: #fff;
	transform: rotate(90deg);
}
.product .box2 .pagination{
	margin-top: 60px;
}
.productDetails{
	background-color: RGBA(250, 250, 250, 1);
}
.productDetails .box1{
	padding: 24px 0 119px;
	background-color: RGBA(223, 226, 231, 1);
}
.productDetails .commonBread,
.productDetails .commonBread a{
	color: #3F48CB;
}
.productDetails .box1 .box-c{
	margin-top: 52px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background: #FFFFFF;
	border-radius: 20px;
	padding: 0 60px;
}
.productDetails .box1 .box-c .l{
	position: relative;
	width: 50.14%;
}
.productDetails .box1 .box-c .l .gallery-top{
	position: relative;
	padding-top: 106%;
}
.productDetails .box1 .box-c .l .gallery-thumbs .swiper,
.productDetails .box1 .box-c .l .gallery-top .swiper{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.productDetails .box1 .box-c .l .gallery-top .swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
}
.productDetails .box1 .box-c .l .gallery-top .swiper-slide img{
	max-width: 100%;
	max-height: 90%;
}
.productDetails .box1 .box-c .l .gallery-thumbs{
	position: absolute;
	width: 92%;
	left: 4%;
	bottom: 8.82%;
	padding-top: 16.69%;
}
.productDetails .box1 .box-c .l .gallery-thumbs .swiper-slide{
	cursor: pointer;
}
.productDetails .box1 .box-c .l .gallery-thumbs .swiper-slide:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	border: 2px solid rgba(63, 72, 203, 1);
	border-radius: 10px;
	box-sizing: border-box;
	opacity: 0;
	transition: all .6s;
}
.productDetails .box1 .box-c .l .gallery-thumbs .swiper-slide-thumb-active:before{
	opacity: 1;
}
.productDetails .box1 .box-c .l .gallery-thumbs .swiper-slide .pic{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
}
.productDetails .box1 .box-c .l .gallery-thumbs .swiper-slide img{
	max-width: 100%;
	max-height: 100%;
}
.productDetails .box1 .box-c .r{
	width: 42.35%;
	padding: 80px 0 57px;
}
.productDetails .box1 .box-c .r .list{
	margin-top: 50px;
}
.productDetails .box1 .box-c .r li:not(:last-child){
	margin-bottom: 11px;
}
.productDetails .box1 .box-c .r .title{
	font-weight: bold;
	color: #3F48CB;
	line-height: 1.25;
	text-transform: uppercase;
}
.productDetails .box1 .box-c .r .li-title{
	font-weight: bold;
	font-size: 18px;
	color: #222222;
	line-height: 24px;
}
.productDetails .box1 .box-c .r .li-des{
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 24px;
}
.productDetails .box1 .box-c .r .more{
	display: inline-block;
	width: 180px;
	line-height: 50px;
	background: #3F48CB;
	border-radius: 25px;
	padding: 0 31px;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 70px;
	transition: all .6s;
}
.productDetails .box1 .box-c .r .more:hover{
	background-color: rgba(63, 72, 203, .9);
}
.productDetails .box2{
	padding: 79px 0 92px;
}
.productDetails .box2 .item:not(:last-child){
	margin-bottom: 68px;
}
.productDetails .box3 .title,
.productDetails .box2 .item-title{
	font-size: 24px;
	font-weight: bold;
	color: #222222;
	line-height: 1;
}
.productDetails .box2 .item .list{
	border-top: 1px solid rgba(222, 222, 222, 1);
	border-left: 1px solid rgba(222, 222, 222, 1);
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(2,1fr);
}
.productDetails .box2 .item .list .li-l,
.productDetails .box2 .item .list .li-r{
	padding: 15px 26px;
}
.productDetails .box2 .item .list li{
	display: flex;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	border-bottom: 1px solid rgba(222, 222, 222, 1);
	border-right: 1px solid rgba(222, 222, 222, 1);
}
.productDetails .box2 .item .list .li-l{
	background-color: rgba(243, 243, 243, 1);
	width: 33.33%;
	color: rgba(34, 34, 34, 1);
}
.productDetails .box2 .item .list .li-r{
	flex: 1;
}
.productDetails .box2 .item .table{
	margin-top: 20px;
	overflow: auto;
}
.productDetails .box2 .item .table table{
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	min-width: 1200px;
}
.productDetails .box2 .item .table table td,
.productDetails .box2 .item .table table th{
	background-color: rgba(63, 72, 203, 1);
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #FAFAFA;
	line-height: 30px;
	padding: 15px 10px;
}
.productDetails .box2 .item .table table td{
	color: rgba(102, 102, 102, 1);
	background-color: transparent;
}
.productDetails .box2 .item .table table tr:not(:first-child){
	border-bottom: 1px solid RGBA(222, 222, 222, 1);
	border-left: 1px solid RGBA(222, 222, 222, 1);
	border-right: 1px solid RGBA(222, 222, 222, 1);
}
.productDetails .box2 .item .tips{
	font-weight: bold;
	font-size: 18px;
	color: #3F48CB;
	line-height: 30px;
	margin-top: 23px;
}
.productDetails .box2 .item .item-des{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #222222;
	line-height: 30px;
	margin-top: 9px;
}
.productDetails .box2 .item .img{
	margin-top: 20px;
}
.productDetails .box2 .item .img img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.productDetails .box2 .more{
	display: block;
	width: 200px;
	line-height: 60px;
	background: rgba(63, 72, 203, 1);
	border-radius: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	margin: 58px auto 0;
	transition: all .6s;
}
.productDetails .box2 .more:hover{
	background: rgba(63, 72, 203, .9);
}
.productDetails .box3{
	padding-bottom: 121px;
}
.productDetails .box3 .box-c{
	margin-top: 19px;
}
.productDetails .box3 .box-c .swiper-slide{
	position: relative;
	width: 32.14%;
	border-radius: 10px;
	overflow: hidden;
}
.productDetails .box3 .box-c .swiper-slide:not(:last-child){
	margin-right: 1.78%;
}
.productDetails .box3 .box-c .swiper-slide .img{
	position: relative;
	padding-top: 120%;
}
.productDetails .box3 .box-c .swiper-slide .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.productDetails .box3 .box-c .swiper-slide .pic img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
}
.productDetails .box3 .box-c .swiper-slide .text-box{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(63, 72, 203, 1);
	padding: 18px;
	text-align: center;
	font-weight: 400;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 30px;
}
.productDetails .box3 .box-c .btns{
	margin-top: 30px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.productDetails .box3 .box-c .btns .btn{
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #3F48CB;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
}
.productDetails .box3 .box-c .btns .btn .iconfont{
	font-weight: bold;
}
.productDetails .box3 .box-c .btns .btn:hover{
	box-shadow: 5px 9px 30px 0px rgba(63,72,203,0.3);
	background-color: #fff;
	color: #3F48CB;
}
@media (max-width:1280px) {
	.productDetails .box2 .item .table table td, .productDetails .box2 .item .table table th{
		font-size: 16px;
		line-height: 26px;
	}
}
@media (max-width: 1199px) {
	.productDetails .box2 .item .tips{
		font-size: 16px;
		margin-top: 15px;
	}
	.productDetails .box2 .item .table table td, .productDetails .box2 .item .table table th{
		font-size: 14px;
		line-height: 24px;
		padding: 9px;
	}
	.productDetails .box1 .box-c .r{
		width: 45.35%;
		padding: 60px 0;
	}
	.productDetails .box1 .box-c .r .more,
	.productDetails .box1 .box-c .r .list{
		margin-top: 30px;
	}
	.product .box1 .box-c a{
		font-size: 16px;
	}
	.product .box1 .box-c{
		gap: 10px 30px;
	}
	.product .box2{
		padding: 70px 0;
	}
	.product .box2 .pagination{
		margin-top: 45px;
	}
	.product .box2 .box-c .list{
		grid-template-columns: repeat(3,1fr);
	}
	.productDetails .box3,
	.productDetails .box1{
		padding-bottom: 70px;
	}
	.productDetails .box2{
		padding: 70px 0;
	}
	.productDetails .box2 .more,
	.productDetails .box1 .box-c{
		margin-top: 45px;
	}
	.productDetails .box1 .box-c{
		padding: 0 49px;
	}
	.productDetails .box2 .item:not(:last-child){
		margin-bottom: 49px;
	}
	.productDetails .box3 .title, .productDetails .box2 .item-title{
		font-size: 22px;
	}
	.productDetails .box2 .item .list .li-l, .productDetails .box2 .item .list .li-r{
		padding: 9px 13px;
	}
	.productDetails .box3 .box-c .swiper-slide .text-box{
		padding: 14px;
		font-size: 20px;
	}
	.productDetails .box3 .box-c .btns .btn{
		width: 50px;
		height: 50px;
	}
}
@media (max-width:1024px) {
	.productDetails .box3 .box-c .swiper-slide .text-box{
		padding: 10px;
		font-size: 18px;
	}
	.productDetails .box3 .box-c .btns{
		margin-top: 20px;
	}
	.productDetails .box3 .box-c .btns .btn{
		width: 40px;
		height: 40px;
	}
	.productDetails .box2 .more{
		width: 160px;
		line-height: 50px;
		font-size: 16px;
	}
	.productDetails .box2 .item .list li{
		font-size: 14px;
		line-height: 24px;
	}
	.productDetails .box3 .title, .productDetails .box2 .item-title{
		font-size: 20px;
	}
	.productDetails .box3,
	.productDetails .box1{
		padding-bottom: 60px;
	}
	.productDetails .box2{
		padding: 60px 0;
	}
	.productDetails .box2 .more,
	.productDetails .box1 .box-c{
		margin-top: 40px;
	}
	.productDetails .box1 .box-c{
		padding: 0 31px;
	}
	.productDetails .box2 .item:not(:last-child){
		margin-bottom: 31px;
	}
	.product .box2{
		padding: 60px 0;
	}
	.product .box2 .pagination{
		margin-top: 40px;
	}
	.product .box2 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
	.productDetails .box1 .box-c{
		margin-top: 40px;
	}
	.productDetails .box1 .box-c .r{
		padding: 45px 0;
	}
}
@media (max-width:768px) {
	.productDetails .box3 .box-c .swiper-slide .text-box{
		font-size: 16px;
		line-height: 24px;
	}
	.productDetails .box3 .box-c .swiper-slide{
		width: 49%;
	}
	.productDetails .box3 .box-c .swiper-slide:not(:last-child){
		margin-right: 2%;
	}
	.productDetails .box2 .more{
		line-height: 40px;
		font-size: 14px;
	}
	.productDetails .box2 .item .list{
		grid-template-columns: repeat(1,1fr);
	}
	.productDetails .box2 .item .list .empty{
		display: none;
	}
	.productDetails .box1 .box-c .l{
		width: 100%;
	}
	.productDetails .box1 .box-c .r{
		width: 100%;
		padding: 30px 0 40px;
	}
	.productDetails .box1 .box-c{
		flex-direction: column;
	}
	.productDetails .box3,
	.productDetails .box1{
		padding-bottom: 50px;
	}
	.productDetails .box2{
		padding: 50px 0;
	}
	.productDetails .box2 .more,
	.productDetails .box1 .box-c{
		margin-top: 30px;
	}
	.productDetails .box1 .box-c{
		padding: 0 21px;
	}
	.productDetails .box2 .item:not(:last-child){
		/* margin-bottom: 21px; */
	}
	.product .box1 .box-c{
		gap: 5px 20px;
	}
	.product .box2{
		padding: 50px 0;
	}
	.product .box2 .pagination,
	.product .box2 .box-c{
		margin-top: 30px;
	}
	.product .box2 .box-c .list li .text-box{
		padding: 19px;
	}
	.product .box2 .box-c .list li .text-des{
		margin-top: 5px;
	}
	.product .box2 .box-c .list li .icon{
		margin-top: 20px;
	}
	.productDetails .box1 .box-c .r .more, .productDetails .box1 .box-c .r .list{
		margin-top: 25px;
	}
}
@media (max-width: 500px) {
	.productDetails .box1 .box-c .r .title{
		font-size: 20px;
	}
	.productDetails .box1 .box-c .r .more{
		line-height: 40px;
		font-size: 14px;
		padding: 0 19px;
		width: auto;
	}
	.productDetails .box1 .box-c .r .more, .productDetails .box1 .box-c .r .list{
		margin-top: 20px;
	}
	.productDetails .box1 .box-c .r{
		padding: 25px 0 40px;
	}
	.productDetails .box3,
	.productDetails .box1{
		padding-bottom: 40px;
	}
	.productDetails .box2{
		padding: 40px 0;
	}
	.productDetails .box2 .more,
	.productDetails .box1 .box-c{
		margin-top: 25px;
	}
	.productDetails .box1 .box-c{
		padding: 0 16px;
	}
	.productDetails .box2 .item:not(:last-child){
		margin-bottom: 25px;
	}
	.product .box2 .box-c .list li .text-box{
		padding: 13px;
	}
	.product .box2 .box-c .list{
		grid-template-columns: repeat(1,1fr);
	}
	.product .box2{
		padding: 40px 0;
	}
	.product .box2 .pagination,
	.product .box2 .box-c{
		margin-top: 25px;
	}
	.product .box1 .box-c{
		gap: 0 20px;
	}
	.product .box2 .box-c .list li .icon{
		margin-top: 14px;
	}
}