main {
	position: relative;
	padding: 7.5rem 15rem;
	display: block;
}

/* 导航容器样式 */
.nav-container {
	display: flex;
	width: fit-content;
	justify-items: center;
	margin: 0 auto;
	position: relative;
}

/* 选项卡项样式 */
.tab-item {
	cursor: pointer;
	padding-bottom: 2.5rem;
}

.tab-item+.tab-item {
	margin-left: 60px;
}

/* 选中状态样式 */
.tab-item.active .text-24-600 {
	color: #F8C91C;
	font-weight: bold;
	font-size: 1.5rem;
}

/* 选中状态样式 */
.tab-item .text-24-600 {

	font-size: 1.5rem;
}

/* 指示器样式 */
.indicator {
	width: 1.875rem;
	height: 0.25rem;
	background-color: #F8C91C;
	position: absolute;
	left: 1.8125rem;
	bottom: 0;
	transition: left 0.3s ease;
}

/* 分隔线样式 */
.divider {
	width: 100%;
	background-color: white;
	height: 1px;
}

/* Swiper容器样式 */
.swiper-container {
	width: 100%;
}

/* 滑块内容样式 */
.slide-content {
	display: flex;
	align-items: center;
	justify-content: center;
}

.slide-content:last-child {
	margin-top: 3.75rem;
}

/* 角色介绍开始 */
.proudct-bg {
	display: block;
	margin-top: 3.75rem;
	padding-bottom: 3.3rem;
}

/* 间距辅助类 */
.mt-1rem {
	margin-top: 1rem;
}

.mt-3_75rem {
	margin-top: 3.75rem;
}

.mt-60 {
	margin-top: 60px;
}

.mt-1_875rem {
	margin-top: 1.875rem;
}

/* 布局样式类 */
.character-header {
	display: flex;
	align-items: center;
}

.character-header img {
	width: 2.25rem;
	height: 2.25rem;
	margin-left: 0.625rem;
	margin-top: 0.125rem;
}

.character-details-container {
	display: flex;
}

.character-main-image {
	width: 25rem;
}

.character-info-card {
	width: 35rem;
	margin-left: 6rem;
}

.character-info-grid {
	display: flex;
}

.character-info-column {
	margin-left: 3.75rem;
}

.character-sidebar {
	width: 13rem;
	margin-left: 7.5rem;
}

.character-sidebar img {
	width: 100%;
}

.skill-item {
	display: flex;
	line-height: 1.875rem;
}

.skill-icon {
	width: 1.875rem !important;
	height: 1.875rem !important;
	/* height: 1.875rem; */
}

.skill-description {
	margin-left: 0.625rem;
}

.skill-image {
	width: 100%;
	margin-top: 0.625rem;
}


/* Safari 和 Chrome */
.right-product-intro {
	margin-left: 1.75rem;
	overflow-y: auto;
}

.right-product-intro::-webkit-scrollbar {
	display: none;
}

.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;
}

/* 更多摄影作品 */

.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;
}