
@media (min-width: 1025px){


	.pcNav ul li a:hover:before,.pcNav ul li a:hover:after {
	  content:'';
	  position: absolute;
	  width:3px;
	  height: 6px;
	  background: transparent;
	}
	.pcNav ul li a:hover:before{
	  top: 0;
	  left: 0;
	  border-top: solid 1px #fff;
	  border-left: solid 1px #fff;
	}
	.pcNav ul li a:hover:after {
	  right: 0;
	  bottom: 0;
	  border-right: solid 1px #fff;
	  border-bottom: solid 1px #fff;
	}
	
	
	.tabSwiper .swiper-slide:hover .tabSwiperCon{
		background-color: rgba(255,255,255,0.9);
	}
	.tabSwiper .swiper-slide:hover .tabSwiperCon span{
		color: #1c3d36;
	}
	.tabSwiper .swiper-slide:hover .tabSwiperCon p{
		color: #1c3d36;
	}

	.brandList:hover .brandCon{
		justify-content: center;
		background-color: rgba(171,98,51,0.7);
		padding: 0 0.75rem;
		box-sizing: border-box;
	}
	
	
	
	.newMore:hover{
		background-color: #1c3d36 !important;
		color: #fff !important;
	}
	
	.productList a:hover{
		border: 1px solid #b06432;
	}
	
	.likeSwiper .swiper-slide:hover{
		border: 1px solid #b06432;
	}
	
	
}

