/* 默认颜色 */
.product-details{
	--details-color1: #fff;
	--background-color1:linear-gradient(90deg, #29f09d 0, #14c3cb 50%, #02a2f8 100%);
}
/* 动画样式 */
.section-animation {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 1s ease, transform 1s ease;
}

.section-animation.visible {
	opacity: 1;
	transform: translateY(0);
}

/*  */
.section1 .desc-left,
.section3 .con-title,
.section4 .con-title,
.section4 .item,
.section5 .product-swiper-tit1,
.section5 .product-swiper-tit2,
.section5 .swiper-slide,
.section6 .tit-cont,
.section7 .con-title,
.section8 .con-title,
.section8 .swiper-slide,
.section9 .con-title,
.section9 .faq-details{
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 1s ease, transform 1s ease;
}

.section1.visible .desc-left,
.section2.visible .icon-item,
.section3.visible .con-title,
.section4.visible .con-title,
.section4 .item.visible,
.section5.visible .product-swiper-tit1,
.section5.visible .product-swiper-tit2,
.section5.visible .swiper-slide,
.section6.visible .tit-cont,
.section7.visible .con-title,
.section8.visible .con-title,
.section8.visible .swiper-slide,
.section9.visible .con-title,
.section9.visible .faq-details{
	opacity: 1;
	transform: translateY(0);
}

/*  */
.section2 .icon-item{
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.section2 .icon-item:nth-child(1),
.section4 .icon-item:nth-child(1),
.section5 .swiper-slide:nth-child(1),
.section8 .swiper-slide:nth-child(1){
	transition-delay: 0.1s;
}

.section2 .icon-item:nth-child(2),
.section4 .icon-item:nth-child(2),
.section5 .swiper-slide:nth-child(2),
.section8 .swiper-slide:nth-child(2){
	transition-delay: 0.2s;
}

.section2 .icon-item:nth-child(3),
.section4 .icon-item:nth-child(3),
.section5 .swiper-slide:nth-child(3),
.section8 .swiper-slide:nth-child(3){
	transition-delay: 0.3s;
}
.section4 .icon-item:nth-child(4),
.section5 .swiper-slide:nth-child(4),
.section8 .swiper-slide:nth-child(4){
	transition-delay: 0.3s;
}
/*  */
/* 产品详情导航栏 */
.details-navbar {
	display: none;
	padding: 15px 0;
	position: sticky;
	top: 0;
	z-index: 1000;
	transform: translateY(0);
	transition: transform 0.4s ease-out;
}

.details-navbar.hidden {
	transform: translateY(-100%);
}

.details-nav-container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	background-color: #fff;
	border-radius: 10px;
	opacity: .8;
}

.details-nav-item {
	color: #000;
	text-decoration: none;
	padding: 5px;
	border-radius: 4px;
	transition: all 0.3s ease;
	text-align: center;
}

@media (min-width: 769px) {
	.details-nav-container {
		justify-content: center;
	}
	.details-nav-item {
		flex: 1;
	}
	.details-nav-item span {
		width: 100%;
		display: inline-block;
		border-bottom: 3px solid #9b9b9b;
	}
}

@media (max-width: 768px) {
	.details-nav-container {
		width: 90%;
		overflow-x: auto;
		 scrollbar-width: none; /* Firefox */
		-ms-overflow-style: none;
	}

	.details-nav-item {
		width: 30%;
		flex-shrink: 0;
		padding: 8px 12px;
		font-size: 1.5rem;
	}
	.details-nav-item span{
		display: inline-block;
		white-space: normal;
	}
}

/* 描述模块 第一模块 */
.product-description {
	padding: 6.25rem 0;
}

@media (min-width: 769px) {
	.product-description-1{
		background-image: url(https://www.beyourlover.com/wp-content/uploads/2025/03/male-masturbator-back-img01.webp);
	}
	.product-description {
		background-color: #fff;
		background-size: cover;
		background-position: left center;
		background-repeat: no-repeat;
	}

	.product-description .desc-content {
		max-width: 1200px;
		margin: auto;
		display: flex;
		align-items: center;
	}

	.product-description .desc-content>div {
		width: 50%;
		flex-shrink: 0;
	}

	.product-description .txt1 {
		color: #222;
		font-size: 2.75rem;
		font-weight: bold;
		line-height: 45px;
		margin-bottom: 0.875rem;
	}

	.product-description .txt2 {
		padding-top: 1.25rem;
		font-size: 2.2rem;
		display: table;
		margin: 0 0 19px;
		padding-bottom: 1.25rem;
		background: linear-gradient(90deg, #cecece 0, #4c545f 50%, #222a33 100%);
		-webkit-text-fill-color: transparent;
		font-weight: 700;
		line-height: 1.2;
		font-family: Inter;
		-webkit-background-clip: text;
	}

	.product-description .txt3 {
		font-size: 0.9375rem;
		color: #b7b7b7;
		font-weight: 700;
		line-height: 20px;
		margin-bottom: 0.9375rem;
	}
}

@media (max-width: 768px) {
	.product-description{
		padding-top: 0;
		padding-bottom:2.25rem;
	}
	.product-description .desc-content {
		display: flex;
		flex-direction: column;
	}

	.product-description .desc-content .desc-right {
		order: -1;
	}

	.product-description .txt1 {
		color: #222;
		font-size: 2rem;
		font-weight: bold;
		line-height: 3rem;
		margin-bottom: 0.875rem;
	}

	.product-description .txt2 {
		color: #d0021b;
		font-size: 1.5rem;
		display: table;
		margin: 0 0 19px;
		padding-bottom: 1.25rem;
		background: linear-gradient(90deg, #cecece 0, #4c545f 50%, #222a33 100%);
		-webkit-text-fill-color: transparent;
		font-weight: 700;
		line-height: 1.2;
		font-family: Inter;
		-webkit-background-clip: text;
	}

	.product-description .txt3 {
		font-size: 1rem;
		color: #b7b7b7;
		font-weight: 700;
		line-height: 1.5;
		margin-bottom: 0.9375rem;
	}
}

/* 亮点模块 第二模块 */
.product-highlights {
	padding: 7.8125rem 0 9.0625rem;
	background-color: #000000;
}

.product-highlights .hlights-content {
	max-width: 1200px;
	margin: auto;
}

.product-highlights .icon-item img {
	width: 100%;
}

.product-highlights .icon-item .txt1 {
	font-size: 1.75rem;
	font-weight: bold;
	margin: 18px 0;
	color: var(--details-color1);
}

.product-highlights .icon-item .txt2 {
	font-size: 1rem;
}

@media (min-width: 769px) {
	.product-highlights .icon-list {
		display: flex;
		justify-content: space-between;
		color: #FFFFFF;
	}

	.product-highlights .icon-item {
		width: 32%;
		flex-shrink: 0;
		text-align: center;
	}
}

@media (max-width: 768px) {
	.product-highlights{
		padding: 3.125rem 0;
	}
	.product-highlights .icon-list {
		color: #FFFFFF;
	}
	.product-highlights .icon-list .icon-item{
		margin-bottom: 1.875rem;
	}
	.product-highlights .hlights-content {
		color: #222;
		padding: 2.5rem 1rem;
		text-align: center;
	}
}

/* 产品影片模块 第三模块 */
.product-video-module .product-video-content {
	padding: 6.25rem 0;
	max-width: 1200px;
	margin: auto;
}

.product-video-module video {
	border-radius: 20px;
}
@media (max-width: 768px) {
	.product-video-module .product-video-content {
		padding: 4rem 0;
	}
}
/* 玩乐模块 第四模块 */
.fun-module {
	padding:5.625rem 0;
	background-color: #000000;
}

.fun-module .fun-content {
	max-width: 1200px;
	margin: auto;
}

.fun-module .con-title {
	color: #fff;
	color: var(--details-color1);
	margin-bottom: 4rem;
}

.fun-module .item img {
	width: 100%;
	border-radius: 20px;
}

.fun-module .item .txt1 {
	color: #9b9b9b;
	font-size: 1.125rem;
	font-weight: bold;
	padding:0 3.125rem 0;
}

.fun-module .item .txt2 {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 3.125rem;
	padding: 1.25rem 3.125rem;
	background: var(--background-color1);
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	-webkit-background-clip: text;
}

.fun-module .item .txt3 {
	color: #fff;
	font-size: 1.75rem;
	margin: 1.125rem 0;
}

.fun-module .item .txt4 {
	color: #9b9b9b;
	font-size: 1rem;
	margin: 0.9375rem 0;
	line-height: 1.4;
}

.fun-module .item .but1 {
	margin: 0 3.125rem;
	color: #fff;
	font-weight: 800;
	background-color: #222;
	border-radius: 6px;
	line-height: 1.5em;
	padding: 5px 20px;
	text-transform: capitalize;
	text-align: center;
}

.fun-module .item .but1:hover {
	background-color: #000000;
}

.fun-module .item .icon-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.9375rem;
}

.fun-module .item .icon-item {
	width: 50%;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	margin-bottom: 0.9375rem;
}

.fun-module .icon-item .icon-item-img {
	width: 30%;
	flex-shrink: 0;
	padding: 0.9375rem;
}

.fun-module .icon-item span {
	font-size: 1rem;
	margin: 0 0 0.4375rem -1.125rem;
	font-weight: 700;
	color: #9b9b9b;
	margin-left: 5px;
}

@media (min-width: 769px) {
	.fun-module .item-cross {
		display: flex;
		justify-content: space-between;
		margin-bottom: 11.25rem;
	}

	.fun-module .item-cross .item {
		width: 48%;
		flex-shrink: 0;
	}

	.fun-module .item-vertical .item {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 6.25rem;
		padding:2.8125rem 0;
	}

	.fun-module .item-vertical .item:last-child {
		margin-bottom: 0;
	}

	.fun-module .item-vertical .item>div {
		width: 48%;
		flex-shrink: 0;
	}

	.fun-module .item-vertical .item:nth-child(even) .text {
		order: -1;
	}
}

@media (max-width: 768px) {
	.fun-module{
		padding-top: 2.625rem;
		padding-bottom: 0;
	}
	.fun-module .fun-content {
		padding: 2.5rem 1rem;
	}
	.fun-module .item .text{
		text-align: center;
		padding: 5rem 0;
	}
	.fun-module .item .txt1,
	.fun-module .item .txt2{
		padding: 0;
	}
	.fun-module .item .txt1{
		font-weight: 400;
	}
	.fun-module .item .txt2{
		font-size: 2rem;
	}
	.fun-module .item .but1 {
		display: inline-block;
		margin-bottom: 3rem;
	}
}

/* 特点模块 第五模块 */
.product-details .swiper {
	padding: 3.125rem 0;
}

.features-swiper {
	padding: 4.25rem 0;
	position: relative;
	height: 100%;
}

.features-swiper .product-swiper-tit1 {
	max-width: 1200px;
	margin: auto;
}

.features-swiper .product-swiper-tit2 {
	max-width: 1200px;
	font-size: 1.125rem;
	margin: auto;
}

.mySwiper .swiper-slide {
	font-size: 18px;
	background: #fff;
	margin-left: 3%;
	border: 1px solid #cbcbcb;
	border-radius: 0 30px 30px;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
	width: 40px;
	height: 40px;
	position: absolute;
	border-radius: 50%;
	background: rgba(0, 0, 0, .4);
	color: #FFFFFF;
}

.mySwiper .swiper-button-next:after,
.mySwiper .swiper-button-prev:after {
	font-size: 20px;
}

.mySwiper .swiper-pagination-bullet {
	width: 20px;
	height: 5px;
	background: rgba(0, 0, 0, .8);
	border-radius: inherit;
}

.mySwiper .swiper-pagination-bullet-active {
	background: #000;
}

.mySwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 29px 0 0;
}

.mySwiper .swiper-slide .text {
	padding: 1.125rem;
	min-height: 6rem;
}

.mySwiper .swiper-slide .text .txt1 {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 1.125rem;
}

.mySwiper .swiper-slide .text .txt2 {
	font-size: 1rem;
	font-weight: 400;
	color: #676767;
}

@media (min-width: 769px) {
	.mySwiper .swiper-slide {
		width: 28%;
	}
	.mySwiper .swiper-slide .text .txt2{
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 1.5;
		height: 3em;
	}
}

@media (max-width: 768px) {
	.product-details .swiper-slide {
		width: 94%;
	}
	.features-swiper{
		padding-bottom: 0;
	}
	.features-swiper .product-swiper-tit2{
		font-size: 1.25rem;
	}
	.mySwiper .swiper-slide{
		width: 80%;
		margin-left: 5%;
	}
	.mySwiper .swiper-slide .text .txt1{
		display: -webkit-box;
		-webkit-line-clamp:2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 1.5;
		height: 4rem;
	}
	.mySwiper .swiper-slide .text .txt2{
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 1.5;
		height: 6rem;
	}
}

/* 连接系列模块 第六模块 */
.connection-module .connection-swiper {
	max-width: 1170px;
	margin: auto;
}

.connection-module .tit-cont {
	text-align: center;
}

.connection-module .tit-cont img {
	width: 70%;
	margin: auto;
}

.connection-module .tit-cont .txt1 {
	font-size: 2.125rem;
	margin-bottom: 1.25rem;
}

.connection-module .tit-cont .txt2 {
	font-size: 1.25rem;
	color: #777;
	margin-bottom: 0.9375rem;
}

.mySwiper02 {
	padding: 0;
	background-color: #F5F5F7;
	border-radius: 20px;
}

.mySwiper02 .swiper-button-next,
.mySwiper02 .swiper-button-prev {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background: rgba(0, 0, 0, .4);
}

.mySwiper02 .swiper-button-next:after,
.mySwiper02 .swiper-button-prev:after {
	font-size: 1rem;
	color: #FFFFFF;
}

.mySwiper02 .swiper-pagination-clickable .swiper-pagination-bullet {
	width: 0.75rem;
	height: 0.75rem;
	border-radius: 50%;
	background: 0 0;
	border: 2px solid #000 !important;
	position: relative;
	opacity: 1;
}

.mySwiper02 .swiper-pagination-clickable .swiper-pagination-bullet-active::before {
	content: '';
	position: absolute;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #000;
}

.mySwiper02 .swi-cont {
	text-align: center;
	padding: 1.25rem;
	width: 70%;
	margin: auto;
}

.mySwiper02 .swi-cont01 {
	display: flex;
	align-items: center;
}

.mySwiper02 .swi-cont .txt1 {
	font-size: 1.75rem;
	font-weight: bold;
	color: #222;
	margin-bottom: 1.125rem;
}

.mySwiper02 .swi-cont .txt2 {
	color: #757575;
	font-size: 1rem;
	margin-bottom: 1.25rem;
}

.mySwiper02 .swi-cont .but1 {
	display: inline-block;
	color: #fff;
	font-weight: 800;
	background-color: #222;
	border-radius: 6px;
	line-height: 1.5em;
	padding: 5px 20px;
	text-transform: capitalize;
	text-align: center;
}

.mySwiper02 .swi-cont .but1:hover {
	background-color: transparent;
	color: #000000;
}

.mySwiper02 .swi-cont01 {
	width: 100%;
}

.mySwiper02 .swi-cont01>div {
	width: calc(50% - 40px);
	flex-shrink: 0;
	padding: 20px;
}

.mySwiper02 .swi-cont01 .text-left {
	text-align: left;
}

.mySwiper02 .swi-cont01 img {
	width: 100%;
}

.mySwiper02 .swi-cont01 .text-right img {
	object-fit: cover;
	border-radius: 20px;
}

@media (min-width: 769px) {
	.mySwiper02 .swi-cont01 .text-right img {
		height: 580px;
	}
}

/* 使用影片模块 第七模块 */
.use-module {
	padding: 6.25rem 0;
	max-width: 1200px;
	margin: auto;
}

.use-module video {
	border-radius: 20px;
}

/* 产品包含模块 第八模块 */
.incl-module .con-title {
	max-width: 1200px;
	margin: auto;
}

.mySwiper01 {
	max-width: 1200px;
	margin: auto;
}

.mySwiper01 .swiper-button-next,
.mySwiper01 .swiper-button-prev {
	width: 40px;
	height: 40px;
	position: absolute;
	border-radius: 50%;
	background: rgba(0, 0, 0, .4);
	color: #FFFFFF;
}

.mySwiper01 .swiper-button-next:after,
.mySwiper01 .swiper-button-prev:after {
	font-size: 20px;
}

.mySwiper01 .swiper-slide {
	text-align: center;
}

.mySwiper01 .swiper-slide .txt1 {
	font-size: 24px;
	font-weight: 700;
	color: #222;
	margin: 1.125rem 0;
}

.mySwiper01 .swiper-button-disabled {
	display: none;
}

@media (min-width: 769px) {
	.mySwiper01 .swiper-slide {
		width: 30%;
	}
	.mySwiper01 .swiper-slide img{
		height: 22.5rem;
	}
}
@media (max-width: 768px) {
	.mySwiper01 .swiper-slide{
		width: 60%;
	}
	.mySwiper01 .swiper-slide img{
		height: 20rem;
	}
	.mySwiper01 .swiper-slide .txt1{
		font-size: 1.125rem;
	}
}
/* 问题解答&文件资料模块 第九模块 */
.faq-documents-module .problem-tit {
	font-size: 1.5rem;
	font-weight: 700;
	color: #222;
	margin: 1.125rem 0;
}

.faq-documents-module .issue {
	cursor: pointer;
	position: relative;
	font-weight: bold;
	border-radius: 15px;
	background-color: #FFFFFF;
}

.faq-documents-module .issue::before {
	content: "";
	display: block;
	position: absolute;
	/* top: 15px; */
	top: 50%;
	left: 11px;
	transform: translateY(-50%);
	width: 10px;
	height: 2px;
	background-color: rgb(0, 0, 0);
	transition: all 0.3s ease 0s;
}

.faq-documents-module .issue::after {
	content: "";
	display: block;
	position: absolute;
	/* top: 11px; */
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	width: 2px;
	height: 10px;
	background-color: rgb(0, 0, 0);
	transition: all 0.3s ease 0s;
}

.faq-documents-module .answer {
	overflow: hidden;
	max-height: 0;
	transition: max-height 500ms ease 0s;
}

.faq-documents-module .topic {
	line-height: 1.5;
	font-size: 1.125rem;
	position: relative;
	margin-bottom: 0.9375rem;
}

.faq-documents-module .topic::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 32px;
	height: 32px;
}

.faq-documents-module .topic a {
	text-decoration: none;
	color: #337ab7;
}

.faq-documents-module .faq_topic .issue::after {
	/* transform: rotate(90deg); */
	display: none;
}

.faq-documents-module .answer-cont {
	padding: 0.9375rem;
}

.faq-documents-module .answer-table {
	width: 100%;
	text-align: left;
	font-size: 1rem;
	line-height: 1.3;
	border: 1px solid rgba(34, 36, 38, .1);
}

.faq-documents-module .answer-table th {
	background: #f9fafb;
	padding: 0.625rem 0.9375rem;
}

.faq-documents-module .answer-table td {
	min-width: 50px;
	padding: 0.625rem 0.9375rem;
	background-color: #FFFFFF;
	border: none;
	font-size: 0.875rem;
	border-top: 1px solid rgba(34, 36, 38, .1);
}

.faq-documents-module .dow-but {
	margin-bottom: 0.9375rem;
}

.faq-documents-module .dow-but a {
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 800;
	background-color: #222;
	border-radius: 6px;
	line-height: 1.5em;
	padding: 5px 20px;
	text-transform: capitalize;
	text-align: center;
}

.faq-documents-module .dow-but svg {
	height: 1rem;
	margin-right: 5px;
}

.faq-documents-module .dow-but path {
	fill: #FFFFFF;
}

.faq-documents-module .dow-but a:hover {
	color: #222;
	background-color: #F9F9F9;
}

.faq-documents-module .dow-but a:hover path {
	fill: #000;
}

.faq-documents-module .txt1 {
	color: #303030;
	font-family: Inter;
	font-size: 0.9375rem;
	margin-bottom: 1.25rem;
}
.faq-documents-module .det-right{
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (min-width: 769px) {
	.faq-documents-module .faq-main {
		max-width: 1200px;
		margin: auto;
		padding: 4.25rem 0;
	}

	.faq-documents-module .faq-details {
		display: flex;
		background-color: #F9F9F9;
		border-radius: 20px;
	}

	.faq-documents-module .faq-details>div {
		width: calc(50% - 6.25rem);
		flex-shrink: 0;
		padding: 3.125rem;
	}

	.faq-documents-module .issue {
		font-size: 0.9375rem;
		padding: 0.875rem 1.125rem;
		padding-left: 1.875rem;
	}
}

@media (max-width: 768px) {
	.faq-documents-module .faq-main {
		padding: 4.25rem 0;
	}

	.faq-documents-module .det-left {
		padding: 0.9375rem;
	}

	.faq-documents-module .faq-details {
		background-color: #F9F9F9;
		border-radius: 20px;
	}

	.faq-documents-module .issue {
		font-size:1.25rem;
		font-weight: 400;
		padding: 1.275rem 1.125rem;
		padding-left: 2.875rem;
	}
}

/*  */
#commercekit-atc-tabs-wrap {
	padding: 0;
}

#cgkit-tab-description {
	max-width: inherit;
	padding: 0;
}

.product-details video {
	opacity: 1;
}

.product-details img {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	width: auto;
}

.product-details a {
	text-decoration: none;
	color: #000000;
}
.product-details {
	background-color: #FFFFFF;
}

.product-details .con-title {
	text-transform: uppercase;
	font-size: 3rem;
	line-height: 1.3;
	font-family: Inter;
	font-weight: 600;
	margin-bottom:2.1875rem;
}
@media (min-width: 769px) {
	html {
		font-size: 16px;
		line-height: 1.4;
	}
}

@media (max-width: 768px) {
	html {
		font-size: 3.4vw;
		line-height: 1.4;
	}

	.product-details {
		padding: 0 2vw;
	}
	.product-details .con-title {
		font-size: 2rem;
	}
}