@import url(besscolor.css);

.main {
	flex-wrap: wrap;
	margin: 0;
	margin-top: 80px;
}

.main .wd1600 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.mySwiper .swiper-wrapper .swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	transition-property: transform;
	overflow: hidden;
	background: #fff;
}

.mySwiper .swiper-wrapper .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	/* 图片完整显示，保持比例 */
	object-position: center;
	/* 图片居中 */
}

.swiper-wrapper .img {
	width: 100%;
}

.hide {
	display: none !important;
}

.product-nav {
	position: sticky;
	top: 100px;
	height: fit-content;
	margin-bottom: 30px;
	z-index: 10;
	    width: 20%;
}
.product-nav .menu {
    gap: 13px;
}
.product-nav .menu li a {
   
}
.menu .menu-li {
    min-width: 80px;
    text-align: center;
}
.proMain {
	display: flex;
	flex-wrap: wrap;
	width: 77%;
	margin-left: 2%;
	padding: 0;
	margin-top: 20px;
}

.proMain .proLeft {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: flex;
}

.proLeft .left {
	flex-basis: 40%;
	overflow: hidden;
}

.proLeft .picT {
	position: relative;
}

.proLeft .pic {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 150px;
	height: 150px;
	background: rgb(255, 255, 255, 0.7);
	z-index: 1;
}

.proLeft .right {
	flex-basis: 60%;
	overflow: hidden;
	padding-left: 100px;
}

.proLeft .thuilm {
	position: relative;
	margin: 12px 0;
	padding: 0 54px;
	max-height: 80px;
	overflow: hidden;
}

.proLeft .thuilm .img {
	max-height: 64px;
	max-width: 64px;
}

.proLeft .thuilm .swiper-wrapper {
	display: flex;
	align-items: center;
}

.proLeft .swiper-button {
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 44px;
	max-height: 64px;
	color: #000;
	outline: none;
	z-index: 0;
	cursor: pointer;
}

.proLeft .swiper-button i {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	height: 100%;
}

.proLeft .pro-left {
	left: 0px;
}

.proLeft .pro-right {
	right: 0px;
}

.proLeft .proPic {
	flex-basis: 50%;
	overflow: hidden;
	margin-right: 3%;
}

.proLeft .bigPic {
	border:1px solid #464646;
	overflow: hidden;
}

.proLeft .bigBox {
	position: absolute;
	left: 40%;
	top: 0px;
	width: 400px;
	height: 400px;
	background: #fff;
	overflow: hidden;
	cursor: move;
	z-index: 1;
}

.proLeft .bigBox2 {
	position: relative;
	width: 100%;
	height: 100%;
}

.proLeft .bigpicA {
	position: absolute;
	max-width: none;
	width: 300%;
	height: 300%;
}

.proMain .proRight {
	flex-basis: 60%;
}

.proMain .proRight .btn {
	padding: 15px 40px;
	font-size: 16px;
	border: none;
}

.wyz-thumbs {
	overflow: hidden;
}

.proRight .p-title {
	color: #222;
	    font-size: 30px;
	    margin: 0 0 10px;
	    font-weight: 400;
	    line-height: 44px;
}

.proRight .proItem h2 {
	margin-bottom: 1.5rem;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
	color: #666;
}

.ProContent {
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}
.proRight .price {
    color: #ff4d18;
    font-size: 32px;
    margin: 20px 0;
    font-family: 'Montserrat', 'Roboto', 'Arial', sans-serif;
    font-weight: 600;
}
.proList {
	display: flex;
	border-bottom: 1px solid #dddddd;
	color: #333;
	font-size: 14px;
}

.proList dt {
	width: 40%;
	padding: 10px;
	border-left: 1px solid #dddddd;
}

.proList dd {
	width: 60%;
	padding: 10px;
	border-left: 1px solid #dddddd;
}

.p-btn {
	    margin-top: 30px;
}

.pro-tab{
	border-bottom: 1px solid #c8c8c8;
	    width: 100%;
	    margin-bottom: 40px;
	    position: sticky;
	    top: 50px;
	    height: fit-content;
	    background: #fff;
	    z-index: 10;
}

.pro-tab a{
	    padding: 24px 0;
	    display: inline-block;
	    margin-right: 30px;
	    margin-top: 30px;
}
.pro-tab a.active{
	    border-bottom: 4px solid #000;
	    font-weight: bold;
	    font-size: 18px;
	    color: #222;
}
.detial {
	margin-bottom: 20px;
	width: 100%;
}

.detial .smalltit {
	margin-bottom: 1rem;
}

.detialTit {
	font-size: 2.6rem;
	color: #151515;
	margin: 48px 0;
	font-weight: 400;
}

.detialCon {
	font-size: 15px;
	color: #4c4c4c;
	line-height: 26px;
}

.detialCon .smalltit {
	border: none;
}

.detialCon table {
	background: #fff;
	border-radius: 12px;
	width: 100%;
	max-width: 760px;
	text-align: left;
	border-collapse: collapse;
	margin: 10px 0;
	border: 1px solid #ddd;
}

.detialCon table tr {
	border-bottom: 1px solid #ddd;
}

.detialCon table tr:last-child {
	border-bottom: none;
}

.detialCon table tr th,
.detialTable tr td {
	padding: 8px;
	font-weight: 400;
	width: 50%;
}

.detialCon img {
	max-width: 100%;
}

.relativeP {
	margin-bottom: 60px;
}

.relativeP h4 {
	min-width: 245px;
	height: 60px;
	line-height: 60px;
	margin-bottom: 30px;
	display: inline-block;
	padding: 0 30px;
	background-color: var(--Bcolor);
	color: #fff;
	font-size: 24px;
}

.relativePbox {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 20px;
}

.relativePbox .proLi {
	width: 23%;
	margin: 0 2% 40px 0;
	background: #fff;
	transition: all .5s ease;
	margin-bottom: 20px;
	    border: 0.5px solid #222;
	overflow: hidden;
}

.relativePbox .proLi a {
	width: 100%;
	background-color: #fff;
	padding: 0;
}

.relativePbox .proLi a span {
width: 100%;	
}

.proLi .txtBox {
	padding: 20px;
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.proLi .txtBox .price {
    color: #ff4d18;
    font-size: 20px;
    margin: 10px 0;
    font-family: 'Montserrat', 'Roboto', 'Arial', sans-serif;
    font-weight: 600;
}
.title {
	font-size: 30px;
	color: #393939;
	position: relative;
	font-family: 'CustomFontBold', sans-serif;
	width: 100%;
	font-weight: 700;
}

.ImgBox {
	overflow: hidden;
	display: flex;
}

.ImgBox picture {
	justify-content: center;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}

.proLi .ImgBox picture img {
	height: 100%;
	width: auto;
	position: absolute;
	left: 0;
	top: 0;
}

.proLi .txtBox .proTitle {
	margin: 0px 0 10px;
	font-size: 16px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 22px;
	font-weight: 400;
}

.proLi .txtBox .proSummry {
	width: 100%;
	text-align: left;
	font-size: 14px;
	color: #8E8E8E;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.faqbox {
	width: 100%;
}

.faqlist {
	          padding: 0 20px;
	      box-sizing: border-box;
	      border: 1px solid #ececec;
	      margin-top: 16px;
	      background: #fff;
}

.faqlist.active {
	
}

.toggle-container {

	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	box-sizing: border-box;
}

.faqlist.active .toggle-container {
	border-color: var(--Bcolor);
}

.toggle-title {
	font-size: 18px;
	    padding: 24px 0;
	    position: relative;
	    font-weight: bold;
	    width: calc(100% - 40px);
	    color: #222;
}
/* 
.toggle-title::before {
	content: "Q";
	width: 24px;
	height: 24px;
	border-radius: 6px 6px 0 6px;
	background: var(--Bcolor);
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	margin-right: 20px;
	position: absolute;
	left: 0;
}

.faqlist.active .toggle-title::before {
	background: var(--Bcolor);
} */

.toggle-button {
	width: 22px;
	height: 22px;
	position: relative;
	cursor: pointer;
	transition: transform 0.3s ease;
	display: inline-block;
	margin-inline-start: 8px;
}
.toggle-button svg{
	width: 14px;
}
.toggle-button.expanded svg{
	transform: rotate(180deg);
}
.toggle-button.expanded svg path{
	fill:var(--BtnBg)
}

.toggle-content {
	display: none;
	font-size: 20px;
	    line-height: 1.8rem;
	    padding: 30px 0;
	    position: relative;
	    color: #000;
}

/* .toggle-content::before {
	content: "A";
	color: var(--Bcolor);
	display: inline-block;
	position: absolute;
	left: 0;
	font-weight: bold;
	font-size: 18px;
} */

.expanded.toggle-button::after {
	transform: translateY(-50%) rotate(0deg);
	background: var(--Bcolor);
}
#video-container {
	width: 640px;
	height: 360px;
	margin-top: 10px;
	max-width: 100%;
	margin: 20px 0;
}

.productdetaillist {
	padding: 30px 0;
}

.productdetaillist:nth-child(odd) {}

.pd-detial {
	margin-top: 20px;
	color: #696969;
	word-break: break-word;
	line-height: 1.6rem;
	width: 100%;
	overflow: hidden;
}

.pd-img {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 20px;
}

.pd-img .img-box {
	flex: 0 0 100%;
	border: 1px solid #e3e3e3;
	overflow: hidden;
}

.pd-img.two .img-box {
	flex: 0 0 calc(50% - 8px);
}

.pd-img.three .img-box {
	flex: 0 0 calc(33.333% - 10.66px);
}

.pd-img.four .img-box,
.pd-img.more .img-box {
	flex: 0 0 calc(25% - 12px);
}

.img-box img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

@media only screen and (max-width: 1200px) {
	.detialTit {
		font-size: 45px;
	}

	.product-nav {
		display: none;
	}

	.proMain {
		width: 100%;
		margin-left: 0;
		margin-top: 5px;
	}
}

@media only screen and (max-width: 768px) {

	.productdetaillist {
		padding: 20px 0;
	}

	.proLeft .topBox {
		flex-wrap: wrap;
	}

	.proLeft .left {
		flex-basis: 100%;
	}

	.proLeft .right {
		flex-basis: 100%;
		padding: 20px 8px;
	}

	.proLeft .pic {
		display: none;
	}

	.proMain .proLeft {
		display: block;
	}

	.proLeft .proPic {
		flex-basis: 100%;
		overflow: hidden;
		margin-right: 0;
	}

	.bigPic .swiper-slide .img {
		width: 100%;
		height: 100%;
	}

	.detialTit::after {
		display: none;
	}

	.relativePbox .proLi {
		width: 48%;
		margin: 0 1% 10px;
	}

	.detialTit {
		font-size: 32px;
		margin: 30px 0;
	}

	.proLi .txtBox {
		        padding: 10px;
	}

	.proLi .txtBox .proTitle {
		font-size: 0.8rem;
		padding: 0;
	}

	.relativePbox {
		margin-bottom: 0px;
	}

	#video-container {
		height: 200px;
	}

	.pd-img .img-box {
		flex: 0 0 100%;
	}

	.pd-img.three .img-box,
	.pd-img.four .img-box,
	.pd-img.more .img-box {
		flex: 0 0 calc(50% - 8px);
	}

	.proRight .p-title {
		font-size: 18px;
		line-height: 22px;
	}

	.proRight .proItem h2 {
		margin-bottom: 12px;
	}

	.title {
		font-size: 20px;
	}
	.pro-tab {
	    display: flex;
	    align-items: center;
	    font-size: 14px;
		        margin-bottom: 20px;
	}
	.pro-tab a {
	    padding: 16px 0;
	    margin-right: 20px;
	    margin-top: 20px;
	}
	.pro-tab a.active {
	    font-size: 16px;
	}
	.main {
		margin-top: 0px;
	}
}