
    .product_in_productBg .product_in_product_top{
        border-bottom: 2px solid var(--sec_color);
    }

    .product_in_productBg .product_in_product_top .product_in_title2{
        color: var(--sec_color);
        font-weight: 600;
        margin-bottom: 10px;
    }

    .product_in_productBg .product_in_product_top .product_in_title2 h2{
        margin-bottom: 0px;
    }


/*/////////////////////////////////////////////////////////*/
/*------擐���_�Ｗ����憛�--------*/
/*/////////////////////////////////////////////////////////*/

.product_in_productBg {
	padding: 100px 0;
}

.product_in_product_top {
	/* position: relative; */
}

.product_in_product_top_brief {
	font-size: 16px;
	text-align: center;
	color: #777;
	margin: 20px 0;
	padding: 0 15%;
	line-height: 1.6;
}

/* 擐����Ｗ��頛芣�剖�� */
.main .swiper-button-prev_product,
.main .swiper-button-next_product {
	position: unset;
	margin: 0px;
	z-product_in: 10;
	cursor: pointer;
	width: 30px;
	height: 30px;
	background-size: cover;
}

.main .swiper-button-prev_product {
	background-image: url(../../../service/images/left_arrow02.svg);
	order: -1;
}

.main .swiper-button-next_product {
	background-image: url(../../../service/images/right_arrow02.svg);

}

.main .swiper-button-prev_product:after,
.main .swiper-button-next_product:after {
	/* content: 'prev'; */
	display: none;
}

.switch {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* ---------------------------- */


.product_in_product_bottom {
	margin-top: 50px;
}

.product_in_product_bottom a {
	color: #000;
	text-decoration: none;
}

.product_in_product_list {
	position: relative;
	overflow: hidden;
}

.product_in_product_img {
	position: relative;
	padding-top: 100%;
}

.product_in_product_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: -1;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(181, 138, 96, 0.8);
	line-height: 200px;
	color: #fff;
	transform: translateX(-100%);
	-webkit-transition: transform 0.5s ease-out;
	-o-transition: transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}

.overlay span {
	font-size: 48px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.product_in_product_list:hover .overlay {
	transform: translateX(0);
}

.product_in_product_info {
	text-align: center;
	padding: 20px;
}

.product_in_product_title {
	font-weight: 600;
	Text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 17px;
	line-height: 1.5;
}

.product_in_product_brief {
	padding: 10px 0;
	color: #777;
	Text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 16px;
}

.product_in_product_price {
	font-weight: 600;
	color: var(--primary_color);
}



@media(max-width:1100px) {
	.product_in_productBg {
		padding: 30px 0;

	}

	.product_in_product_top_brief {
		padding: 0 10%;
	}
}

@media(max-width:640px) {
	.product_in_product_top_brief {
		padding: 0 5%;
	}
}