.product-content {
	background: #F2F2F2;
}

.product-box-wrap {
	display: flex;
	padding: 1rem 0;
}

.p-left {
	width: 2.7rem;
}

.p-left .p-t-item {
	width: 100%;
	margin-bottom: 0.1rem;
}

.p-right {
	flex: 1;
	margin-left: 0.3rem;
}

.p-t-title {
	height: 0.52rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(133, 133, 133, 0.27);
	font-size: 0.16rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0.2rem;
	font-size: 0.16rem;
	color: #221814;
	cursor: pointer;
}

.p-t-title .jt-1 {
	width: 0.08rem;
	height: 0.14rem;
}

.p-t-title .jt-2 {
	width: 0.14rem;
	height: 0.08rem;
}

.click-box {
	margin-top: 0.05rem;
	display: none;
}

.click-item {
	width: 100%;
	display: flex;
	align-items: center;
	height: 0.52rem;
	background: #F8F9F6;
	padding: 0 0.3rem;
	color: #666666;
	font-size: 0.16rem;
	border-bottom: 0.01rem solid #E6E6E6;
}

.click-item:last-child {
	border-bottom: 0;
}

.jt-2 {
	display: none;
}

.click-item:hover {
	color: ##5D8C2A;
	background: #EBF3E3;
}

.click-item.active {
	color: ##5D8C2A;
	background: #EBF3E3;
}

.p-item {
	width: 4.2rem;
	margin-right: 0.2rem;
	margin-bottom: 0.35rem;
	transition: linear .15s;
}
.p-item:nth-child(3n){
	margin-right: 0;
}
.p-item:hover{
	box-shadow: 0rem 0rem 0.09rem 0.01rem rgba(133,133,133,0.44);
}

.p-imgbox {
	width: 100%;
	height: 3rem;
	overflow: hidden;
}

.p-imgbox img {
	width: 100%;
	height: 100%;
	transition: linear .15s;
	object-fit: cover;
}
.p-item:hover .p-imgbox>img{
	transform: scale(1.05);
}

.p-list {
	display: flex;
	flex-wrap: wrap;
}

.p-info-list {
	padding-bottom: 0.3rem;
}

.p-info {
	padding: 0 0.4rem;
	background-color: #fff;
}

.p-title {
	color: #221814;
	font-size: 0.2rem;
	padding: 0.24rem 0 0.15rem 0;
	position: relative;
	margin-bottom: 0.25rem;
}

.p-title::before {
	content: '';
	position: absolute;
	left: 0;
	width: 0.4rem;
	bottom: 0;
	border: 0.01rem solid #5D8C2A;
}

.p-i-item {
	color: #444444;
	font-size: 0.14rem;
	margin-bottom: 0.07rem;
}

.p-cate-name {
	border-bottom: 0.01rem solid #E2E2E2;
	padding: 0 0 0.2rem 0;
	margin-bottom: 0.4rem;
}
.p-cate-name  span{
	font-size: 0.28rem;
	color: #221814;
	position: relative;
	padding-bottom: 0.2rem;
}
.p-cate-name span::before{
	content: '';
	width: 100%;
	height: 0.02rem;
	background: #5D8C2A;
	position: absolute;
	left: 0;
	bottom: 0;
}


