main {
	position: relative;
	height: 990px;
	padding: 7.5rem 0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.swiper {
	width: 90rem;
	height: 46rem;
	overflow: hidden;
}

.swiper-slide {
	overflow-y: auto;
}

.main-content {
	position: relative;
	height: 46rem;
}

.right-image {
	position: absolute;
	right: 180px;
}

.product-image {
	width: 32rem;
	height: 46rem;
}

.product-intro {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 4.5rem 0rem 0rem 7.5rem;
	width: 750px;
	left: 0px;
}

.product-tag {
	width: fit-content;
	background-color: white;
	padding: 0.3125rem 0.625rem;
	border-radius: 0.875rem;
	height: 1.75rem;
	color: black;
	text-align: center;
	font-weight: 600;
	font-size: 0.75rem;
	line-height: 1.125rem;
}

.title {
	margin-top: 0.3125rem;
	margin-bottom: 0.625rem;
	line-height: 3.125rem;
}

.intro {
	margin-top: 3.75rem;
}

.intro p {
	line-height: 2.75rem;
	font-weight: 1000;
	font-size: 0.875rem;
}

.intro a {
	line-height: 2.75rem;
	font-size: 0.875rem;
}

.next-detail {
	width: fit-content;
	margin-top: 2.5rem;
	background-color: #F8C91C;
	padding: 0rem 1.875rem;
	border-radius: 1.875rem;
	height: 3.75rem;
	color: black;
	text-align: center;
	font-weight: 31.25rem;
	line-height: 3.75rem;
	cursor: pointer;
	margin-left: 5rem;
}

.next-detail:hover {
	background-color: white;
	color: black;
}

.product-detail {
	width: fit-content;
	margin-top: 2.5rem;
	background-color: #F8C91C;
	padding: 0rem 1.875rem;
	border-radius: 1.875rem;
	height: 3.75rem;
	color: black;
	text-align: center;
	font-weight: 31.25rem;
	line-height: 3.75rem;
	cursor: pointer;
}

.product-detail:hover {
	background-color: white;
	color: black;
}

.logo-text {
	font-size: 120px;
	position: absolute;
	z-index: -1;
	left: 0px;
	bottom: 0px;
	opacity: 10%;
	white-space: nowrap;
	font-weight: 600;
}

/* 动画效果 */

.animate-left {
	animation: moveLeftFadeOut 0.8s ease forwards;
}

.animate-right {
	animation: moveRightFadeIn 0.8s ease forwards;
}

.animate-left-500 {
	animation: moveLeftFadeOut500 0.8s ease forwards;
}

.animate-left-200 {
	animation: moveLeftFadeOut200 0.8s ease forwards;
}

.move-to-intro {
	animation: moveToIntro 1.2s ease forwards;
	display: flex;
}

@keyframes moveLeftFadeOut200 {
	from {
		transform: translateX(0);
		opacity: 1;
	}

	to {
		transform: translateX(-200%);
		opacity: 0;
	}
}

@keyframes moveLeftFadeOut500 {
	from {
		transform: translateX(0);
		opacity: 1;
	}

	to {
		transform: translateX(-500%);
		opacity: 0;
	}
}

@keyframes moveLeftFadeOut {
	from {
		transform: translateX(0);
		opacity: 1;
	}

	to {
		transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes moveToIntro {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-750px);
	}
}

@keyframes moveRightFadeIn {
	from {
		transform: translateX(0);
		opacity: 0;
	}

	to {
		transform: translateX(-32.5rem);
		opacity: 1;
	}
}


/* 右侧作品内容 */
.right-product-intro {
	position: absolute;
	left: 40rem;
	display: flex;
	flex-direction: column;
	height: 46.125rem;
	overflow-y: scroll;
	width: 47.875rem;
	display: none;
}

/* Safari 和 Chrome */
.right-product-intro::-webkit-scrollbar {
	display: none;
}

.right-common {
	margin-left: 40rem;
	opacity: 0;
}

.right-width {
	width: 46.875rem;
}

.right-image-width {
	margin-top: 3.75rem;
	width: 70%;
}


.right-product-tag {
	margin-top: 6rem;
	width: fit-content;
	background-color: white;
	padding: 0.3125rem 0.625rem;
	border-radius: 0.875rem;
	height: 1.75rem;
	color: black;
	text-align: center;
	font-weight: 600;
	font-size: 0.75rem;
	line-height: 1.125rem;
}

.right-title {
	width: 46.875rem;
	margin-top: 0.3125rem;
	margin-bottom: 0.625rem;
	line-height: 3.125rem;
	width: 46.875rem;
}

.right-intro {
	width: 46.875rem;
	margin-top: 3.75rem;
}

.product-info-detail-p {
	line-height: 2.75rem;
	font-weight: bold;
	font-size: 0.875rem;
}

.product-info-detail-a {
	line-height: 2.75rem;
	font-size: 0.875rem;
}

.product-info-detail-color {
	color: white;
}

.product-info-detail-color:hover {
	color: #F8C91C;
}

.present-image-bg {
	position: relative;
	display: inline-block;
}

.present-image {
	position: absolute;
	top: -5.5rem;
	left: 0;
	display: none;
	width: 5.5rem;
	height: 5.5rem;
}

.present-image-bg:hover .present-image {
	display: flex;
	background-color: white;
}

.product-info-detail-image {
	width: 6rem;
	height: 3rem;
}

.right-product-detail {
	margin-left: 40rem;
	opacity: 0;
	width: fit-content;
	margin-top: 0.625rem;
	background-color: #F8C91C;
	padding: 0rem 1.875rem;
	border-radius: 1.875rem;
	height: 3.75rem;
	color: black;
	text-align: center;
	font-weight: 31.25rem;
	line-height: 3.75rem;
	width: 8.25rem;
}

.right-product-detail:hover {
	background-color: white;
	color: black;
}

.title-bg {
	margin-top: 7.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.title-right-tag {
	width: fit-content;
	background-color: #F8C91C;
	padding: 0.3125rem 0.625rem;
	border-radius: 0.875rem;
	height: 1.75rem;
	color: black;
	text-align: center;
	font-weight: 600;
	font-size: 0.75rem;
	line-height: 1.125rem;
}

.title-right-tag:hover {
	background-color: white;
	color: black;
}

.shoot-title-tag {
	width: fit-content;
	background-color: #F8C91C;
	padding: 0.3125rem 0.625rem;
	border-radius: 0.875rem;
	height: 1.75rem;
	color: black;
	text-align: center;
	font-weight: 600;
	font-size: 0.75rem;
	line-height: 1.125rem;
}

.shoot-title-tag:hover {
	background-color: white;
	color: black;
}

.test-share-bg {
	position: relative;
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	column-gap: 3.75rem;
	row-gap: 0rem;
}

.test-share-detail {
	width: calc((100% - 7.5rem) / 3);
	margin-top: 2rem;
}

.test-share-title {
	margin-top: 0.625rem;
}

.test-share-detail-image {
	width: 100%;
	aspect-ratio: 424 / 238;
}

.text-share-user {
	width: 100%;
	margin-top: 0.625rem;
	align-items: center;
	text-align: center;
	display: flex;
	align-items: center;
	line-height: 1.5rem;
	font-size: 14px;
	height: 1.5rem;
	justify-content: space-between;
}

.text-share-user div:first-child {
	display: flex;
	align-items: center;
}

.text-share-user-img {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 0.75rem;
	margin-right: 5px;
}

.right-product-image {
	width: 15.625rem;
}

.right-bottom-content {
	display: none;
}

/* 更多摄影作品 */

.shoot-image-bg {
	margin-top: 1.875rem;
	position: relative;
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	column-gap: 3.75rem;
	row-gap: 3.75rem;
}

.shoot-image {
	margin-top: 2rem;
	width: calc((100% - 7.5rem) / 3);
	aspect-ratio: 424 / 238;
}

/* 更多作品 */

.official-photo {
	margin-top: 2rem;
	position: relative;
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	column-gap: 3.75rem;
	row-gap: 3.75rem;
}

.official-photo-image {
	margin-top: 2rem;
	width: calc((100% - 11.25rem) / 4);
	aspect-ratio: 1 / 1;
	object-fit: cover;
	/*object-position: top;*/
}

.product-info-detail-a span {
	line-height: 2.75rem;
	font-size: 0.875rem;
}