.product-category-wrapper{

	padding-top:57px;
	background: linear-gradient(270deg, #EBF6FF 0%, #FFFFFF 52%, #EBF6FF 100%);
}
	.product-wrapper{
		width: 1300px;
		margin: 0 auto;
	}
	.product-category-wrapper .w-title{
		font-size: 36px;
		font-weight: 500;
		line-height: 54px;
		text-align: center;
		letter-spacing: 0px;
		color: #1E1E1E;
	}
	.product-item-wrapper{
		display:flex;
		flex-wrap:wrap;
	}
	.product-box .product-item{
	    width:296px;
		display: flex;
        flex-direction: column;
		padding: 10px;
    	box-sizing: border-box;
		margin: 10px 0;
	}
	.product-box .product-item:nth-child(3n-1){
		margin: 10px 205px;
	}
	.product-box .product-image{
		width:100%;
		height: 195px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.product-box .product-image a{
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.product-box .product-image img {
		max-width:100%;
		max-height: 100%;
	}
	.product-box .product-extro{
		display:flex;
		justify-content:space-between;
		width: 100%;
		margin:20px 0 14px;
	}
	.product-box .product-extro .label{
		padding:0 8px;
		height: 22px;
		line-height: 22px;
		border-radius: 4px;
		opacity: 1;

		background: rgba(15, 174, 150, 0.15);
		font-weight:500;
		font-size:12px;
		color: #0FAE96;
	}
	.product-box .product-extro .link-more a {
		color:#416FF4;
		font-size: 12px;
		font-weight: 500;
		line-height: 19px;
	}
	.product-box .product-name{
		font-size: 18px;
		font-weight: 500;
		line-height: 24px;
		letter-spacing: 0px;

		color: #2B2B2B;
	}
	.product-category-box,.product-box{
		margin: 0 auto;
		padding-top:60px;
		padding-bottom:35px;
	}
	.product-category-box{
		display: flex;
		flex-wrap: wrap;
		width:1300px;
	}

	.product-category-box a {
		margin-right: 20px;
	}
	.product-category-box a:last-child {
		margin-right: 0;
	}
	.product-category-box .category-item{
		width:200px;
		height: 200px;
		background-color:#ffffff;
		border-radius: 18px;
		display: flex;
		align-items: center;
		flex-direction: column;
		cursor:pointer;
	}
	.product-category-box .category-image{
		width:88px;
		height:88px;
		margin-top:39px;
		display:flex;
		justify-content:center;
		align-items:center;
	}
	.product-category-box .category-image img{
		width:100%;
	}
	.product-category-box .category-text{
		position: relative;
		height:54px;
		line-height:54px;
		font-size:20px;
		color:#a5a5a5;
		width: 69%;
    	text-align: center;
	}
	.product-category-box .active .category-text{
		color:#3E80FF;
	}
	.product-category-box .active .category-text::after{
		content:"";
		position:absolute;
		bottom:-18px;
		width: 100%;
		height: 6px;
		border-radius: 4px;
		left: 0;
		background-color: #3E80FF;
	}
	
@media screen and (max-width: 1380px) {
	.product-category-box{
		width:1168px;
	}
	.product-category-box a{
		margin-right:32px;
	}
	.product-category-box .category-item{
		width: 168px;
		height: 168px;
	}
	.product-category-box .category-image{
		margin-top:33px;
		width: 74px;
		height: 74px;
	}
	.product-category-box .category-text{
		height: 45px;
		line-height:45px;
	}
	.product-box{
		padding-top:56px;
	}
	.product-box .product-item{
		width: 269px;
	}
	.product-box .product-item:nth-child(3n-1){
		margin: 10px 181px;
	}
	.product-box .product-item-wrapper{
		width: 1170px;
    	margin: 0 auto;
	}
	.product-box .product-image{
		height: 177px;
	}
	.product-box .product-name{
		font-size:16px;
		line-height:22px;
	}
	.product-wrapper{
		width:auto;
	}
}
