/* 中间内容样式  */
main {
	position: relative;
	padding: 3.75rem 16.5rem 0rem;
}

.swiper {
	width: 100%;
	/* height: 70vh; */
	overflow: hidden;
}

.main-content {
	padding-bottom: 7.5rem;
	position: relative;
	margin-top: 0.625rem;
	overflow: hidden;
}

.main-content img {
	width: 100%;
	min-width: 62.5rem;
	/* height: calc(75vh - 0.625rem); */
}

.recruit-tag {
	position: absolute;
	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;
	width: fit-content;
	left: 3.75rem;
	top: 3.75rem;
}

.recruit-tag:hover {
	background-color: #F8C91C;
}

.bottom-content {
	position: absolute;
	left: 3.75rem;
	right: 3.75rem;
	bottom: 10.75rem;
	display: flex;
	justify-content: space-between;
}

.bottom-content-right {
	display: flex;
	margin-left: 50%;
	margin-bottom: 5%;
}

.product-detail img {
	width: 70%;
	min-width: 70%;
}

.rotated-text{
	transform: rotate(-360deg);
}