input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* 兼容 Firefox 浏览器 */
input[type="number"] {
	-moz-appearance: textfield;
}

/* 头部样式 */
.page-header {
	background-color: rgb(248, 196, 6);
	width: 100%;
	min-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-header__title {
	color: rgba(8, 8, 8, 1);
	font-size: 15px;
	font-family: DengXian;
}

/* 主要内容区域样式 */
.main-section {
	background-image: url(../shengwuimg/section1-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
}

/* 标题图片样式 */
.section-title {
	display: block;
}

.section-title--first {
	width: 3.4rem;
	margin-top: 0.29rem;
	margin-left: 0.16rem;
}

.section-title--second {
	width: 2.1rem;
	margin-top: 0.1rem;
	margin-left: 0.16rem;
}

.section-title--third {
	width: 2.7rem;
	margin-top: 0.2rem;
	margin-left: 0.9rem;
}

/* 内容区域样式 */
.content-container {
	margin-top: 0.5rem;
	position: relative;
}

.content-card {
	display: flex;
	background-color: rgba(255, 255, 255, 0.6);
	padding: 0.13rem 0.84rem 0.13rem 0.27rem;
	width: 2.61rem;
	border-radius: 0.08rem;
	margin-bottom: 0.2rem;
	margin-left: 0.17rem;
}

.content-card__image {
	width: 1.5rem;
}

/* 人物图片样式 */
.decorative-people {
	width: 1.96rem;
	height: 3.08rem;
	position: absolute;
	top: -0.4rem;
	right: 0.07rem;
}

/* 底部图片区域样式 */
.bottom-image-container {
	position: relative;
	margin-top: 0.35rem;
	display: flex;
	margin-bottom: 0.5rem;
	overflow: hidden;
}

.bottom-image {
	width: calc(100% - 0.16rem);
	margin-left: 0.08rem;
	height: 2.62rem;
	position: relative;
}

.bottom-image-money-outer-area {
	position: absolute;
	top: 0;
	left: 0.21rem;
	display: flex;
	align-items: center;
	-webkit-line-height: 1;
	line-height: 1;
	height: 0.52rem;
}

.bottom-image-money-inner-area {
	display: flex;
	align-items: baseline;
}

.bottom-image-money {
	width: 0.15rem;
	height: 0.2rem;
	line-height: 0.2rem;
}

.bottom-image__text {
	font-size: 0.47rem;
	color: rgba(248, 196, 6, 1);
	font-family: DengXian-Bold;
	font-weight: 700;
	margin-left: 0.07rem;
	opacity: 0;
	height: 0.33rem;
	line-height: 0.33rem;
	vertical-align: middle;
}

.section2 {
	width: 100%;
	height: auto;
}

.section3 {
	background-image: url(../shengwuimg/section3-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	min-height: 6.8rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* padding-bottom: 1.2rem; */
}

/* 页脚支付区域样式 */
.page-footer {
	position: fixed;
	z-index: 10;
	width: 100%;
	max-width: 750px;
	height: 0.53rem;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}

.pay-background {
	width: 100%;
	height: 100%;
	position: absolute;
}

.price-display {
	left: 0.13rem;
	position: absolute;
	color: rgba(255, 86, 31, 1);
	font-family: DengXian;
	display: flex;
	align-items: baseline;
	font-weight: 600;
}

.price-display__symbol {
	font-size: 0.16rem;
}

.price-display__value {
	font-size: 0.25rem;
	opacity: 0;
}

.pay-button__text {
	position: absolute;
	right: 0.6rem;
	font-family: DengXian;
	color: rgba(255, 255, 255, 1);
	font-size: 0.18rem;
}



/* 下面轮播区域 */
.swiper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.15rem;
}

.about-swiper {
	width: 100%;
	overflow: hidden;
}

.swiper-slide {
	display: flex;
	overflow: hidden;
	justify-content: center;
}

.swiper-pagination {
	position: static;
	margin-top: 0.15rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-pagination .swiper-pagination-bullet {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	padding-top: 0;
	opacity: 1;
	width: 0.1rem;
	height: 0.1rem;
	background-image: url(../shengwuimg/swiper-dot.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.swiper-pagination .swiper-pagination-bullet-active {
	background: rgba(255, 255, 255, 1);
}

/* 下拉区域 */
.dropdowns-wrapper {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
}

.dropdown-container {
	position: relative;
	width: 3.1rem;
	transition: margin-bottom 0.3s ease;
}

.dropdown-header {
	background-color: rgba(255, 255, 255, 0.7);
	width: 3.1rem;
	height: 0.38rem;
	border-radius: 0.04rem;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0.15rem;
}

.dropdown-header span {
	color: rgba(0, 0, 0, 1);
	font-size: 0.16rem;
	font-family: DengXian;
	font-weight: bold;
}

/* 箭头 */
.dropdown-arrow {
	width: 0.21rem;
	position: relative;
	transition: transform 0.2s ease;
}

.dropdown-content {
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 0 0 0.04rem 0.04rem;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.dropdown-text-content {
	font-size: 0.1rem;
	color: rgba(63, 63, 63, 1);
	text-align: center;
	padding: 0.05rem 0.1rem;
}

/* 展开状态 */
.dropdown-expanded .dropdown-header {
	border-radius: 0.04rem 0.04rem 0 0;
}

.dropdown-expanded .dropdown-arrow {
	transform: rotate(180deg);
}

.dropdown-expanded .dropdown-content {
	padding: 0;
}

.explore {
	width: 2.81rem;
	margin-top: 0.2rem;
}

/* 弹窗背景遮罩 */
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	display: none;
	opacity: 0;
	transition: opacity 0.3s;
}

.modal-overlay.active {
	display: block;
	opacity: 1;
}

/* 弹窗内容 */
.modal {
	position: fixed;
	left: 0;
	right: 0;
	bottom: -82vh;
	z-index: 1001;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	padding: 0.23rem 0.27rem 0.33rem 0.32rem;
	transition: bottom 0.3s ease-out;
	max-height: 80vh;
	overflow-y: auto;
	background-image: url(../shengwuimg/pay-modal.png);
	background-size: cover;
	background-position: center;
	max-width: 750px;
	margin: 0 auto;
}

.modal.active {
	bottom: 0;
}

/* 解锁内容标题 */
.unlock-title {
	width: 0.89rem;
	display: flex;
}


.member-card-area {
	margin-top: 0.18rem;
	margin-bottom: 0.29rem;
	display: flex;
}

/* 会员信息卡片 */
.member-card {
	background-color: rgb(255, 249, 250);
	border-radius: 0.18rem;
	width: 1.02rem;
	/* height: 0.97rem; */
	display: flex;
	flex-direction: column;
	align-items: center;
}

.member-period {
	font-size: 0.17rem;
	margin-bottom: 0.13rem;
	color: rgba(0, 0, 0, 1);
	line-height: 1;
	margin-top: 0.18rem;
}

.member-price-area {
	display: flex;
	align-items: baseline;
	line-height: 1;
	margin-bottom: 0.14rem;
}

.member-price {
	font-size: 0.18rem;
	color: rgba(255, 86, 31, 1);
	margin-left: 0.05rem;
}

.member-discount {
	font-size: 0.14rem;
	color: rgba(0, 0, 0, 1);
	background: rgb(248, 113, 56);
	width: 100%;
	height: 0.26rem;
	min-height: 0.26rem;
	max-height: 0.26rem;
	border-radius: 0 0 0.18rem 0.18rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 大礼包信息 */
.gift-package {
	font-size: 0.21rem;
	color: rgba(0, 0, 0, 1);
	margin-left: 0.15rem;
	margin-top: 0.15rem;
	line-height: 1;
}

/* 验证码登录区域 */
.login-section {
	margin-bottom: 20px;
}

.login-title {
	width: 1.17rem;
	display: flex;
	margin-bottom: 0.22rem;
}

/* 输入框样式 */
.input-group {
	margin-bottom: 0.24rem;
}

.input-group:last-child {
	margin-bottom: 0.3rem;
}

.phone-input,
.code-input {
	width: 100%;
	height: 0.4rem;
	border: 1px solid rgba(181, 181, 181, 1);
	border-radius: 0.09rem;
	font-size: 0.16rem;
	display: flex;
	align-items: center;
}

.phone-prefix {
	color: rgba(0, 0, 0, 1);
	margin-left: 0.17rem;
	margin-right: 0.08rem;
	display: flex;
	align-items: center;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid rgba(0, 0, 0, 1);
	margin-left: 5px;
}

.phone-number {
	flex: 1;
	border: none;
	outline: none;
	font-size: 0.16rem;
	margin-left: 0.27rem;
	margin-right: 0.03rem;
	width: 100%;
	background: transparent;
}

.code-input {
	position: relative;
}

.verification-code {
	flex: 1;
	border: none;
	outline: none;
	width: 100%;
	font-size: 0.16rem;
	margin-left: 0.26rem;
	margin-right: 0.03rem;
	background: transparent;
}

.get-code-btn {
	position: absolute;
	right: 0.22rem;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(109, 102, 244, 1);
	background: none;
	border: none;
	font-size: 0.16rem;
	cursor: pointer;
}

.get-code-btn:disabled {
	color: #ccc;
	cursor: not-allowed;
}

/* 支付按钮 */
.confirm-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background-color: rgba(248, 113, 56, 1);
	color: rgba(255, 255, 255, 1);
	border: none;
	border-radius: 0.09rem;
	height: 0.58rem;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	margin-bottom: 0.15rem;
	transition: background-color 0.3s;
	font-size: 0.26rem;
}


/* 协议勾选 */
.agreement {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.11rem;
	color: rgba(150, 150, 150, 1);
}

#agreement-login-check,
#agreement-pay-check {
	appearance: none;
	-webkit-appearance: none;
	width: 0.15rem;
	height: 0.15rem;
	border-radius: 50%;
	background-color: white;
	border: 1px solid #ddd;
	cursor: pointer;
	position: relative;
	transition: background-color 0.2s ease;
}

#agreement-login-check:checked,
#agreement-pay-check:checked {
	background-color: #888;
}

/* 自定义对勾 */
#agreement-login-check:checked::after,
#agreement-pay-check:checked::after {
	content: '';
	position: absolute;
	width: 0.03rem;
	height: 0.06rem;
	border: 2px solid white;
	border-top: none;
	border-left: none;
	transform: rotate(45deg);
	top: 0.02rem;
	left: 0.04rem;
}

.agreement input {
	margin-right: 0.06rem;
	width: 14px;
	height: 14px;
}

.agreement a {
	color: rgba(150, 150, 150, 1);
	text-decoration: none;
}

/* Toast提示 */
.toast {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	padding: 0.1rem;
	border-radius: 0.04rem;
	font-size: 0.14rem;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s;
	z-index: 2000;
}

.toast.show {
	opacity: 1;
}

/* 全屏加载遮罩 */
.fullscreen-loading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* 显示加载状态 */
.fullscreen-loading.active {
	opacity: 1;
	visibility: visible;
}

/* 加载动画 */
.loading-spinner {
	width: 50px;
	height: 50px;
	border: 5px solid #f3f3f3;
	border-top: 5px solid #ed7600;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

/* 旋转动画 */
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* 支付成功页面 */
#successModal {
	position: fixed;
	inset: 0;
	background: #fff;
	width: 100vw;
	height: 100%;
	overflow: hidden;
	display: none;
	z-index: 9999;
	flex-direction: column;
	align-items: center;
}

/* 左上角返回 */
.back-arrow {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0.09rem;
	left: 0.11rem;
	cursor: pointer;
}

.arrow-right {
	width: 0.13rem;
	height: 0.14rem;
}

.back-arrow-text {
	font-size: 0.15rem;
	color: rgba(8, 8, 8, 1);
	margin-left: 0.07rem;
}

/* 支付成功标题 */
.success-title {
	width: 1.22rem;
	height: 0.27rem;
	margin-top: 1.34rem;
}

.success-img {
	width: 0.97rem;
	height: 0.97rem;
	margin-top: 0.29rem;
}

/* 下载按钮 */
.download-btn {
	width: 1.23rem;
	height: 0.44rem;
	margin-top: 0.32rem;
	background-color: rgba(164, 173, 179, 1);
	color: rgba(254, 254, 254, 1);
	font-weight: bold;
	border: none;
	border-radius: 0.09rem;
	font-size: 0.14rem;
	cursor: pointer;
	transition: background-color 0.3s;
}

.download-btn:hover {
	background-color: rgba(144, 152, 157, 1.0);
}


@keyframes shake {

	0%,
	100% {
		transform: translateX(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translateX(0px);
	}

	20%,
	40%,
	60%,
	80% {
		transform: translateX(5px);
	}
}

.shake-animation {
	animation: shake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

/* 活动过期弹窗核心容器 */
.activity-modal {
	background-color: #ffffff;
	border: 1px solid #bababa;
	width: 3rem;
	padding: 0.2rem 0.1rem 0.3rem 0.1rem;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	text-align: center;
	animation: modalFadeIn 0.25s ease-out;
}

.modal-close {
	position: absolute;
	top: 0rem;
	right: 0.05rem;
	border: none;
	background: transparent;
	font-size: 0.3rem;
	color: #000000;
	cursor: pointer;
	padding: 0;
	transition: all 0.3s ease;
}

.modal-text {
	font-size: 0.14rem;
	color: #000000;
	line-height: 1;
	margin: 0.3rem 0.1rem;
	font-family: Adobe Heiti Std R;
}

.modal-btn {
	display: block;
	width: 80%;
	padding: 0.08rem 0;
	background-color: #cccccc;
	font-family: Adobe Heiti Std R;
	border: none;
	font-size: 0.16rem;
	border-radius: 0.02rem;
	color: #000000;
	margin: 0 auto;
	cursor: pointer;
	transition: all 0.2s ease;
}

.modal-btn:hover {
	background-color: #bfbfbf;
}

/* 弹窗入场动画 */
@keyframes modalFadeIn {
	from {
		opacity: 0;
		transform: translate(-50%, -50%) scale(0.95);
	}

	to {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}
}

.modal-hidden {
	display: none !important;
}