html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfooter,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

ol,
ul,
li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	outline: none;
}
:root {
	--design-width: 19.2rem;
	--mobile-width: 7.5rem;
	--page-bg: #FFFFFF;
	--panel-bg: #ffffff;
	--text-main: #4d4d4d;
	--text-muted: #8b8b8b;
	--purple: #aa86ff;
	--purple-dark: #9a65ef;
	--purple-soft: #efe8ff;
	--pink: #ff4167;
	--orange: #ffa01a;
	--yellow: #ffd74a;
}

html {
	min-width: 320px;
	font-size: 100px;
	background: var(--page-bg);
}

@font-face {
	font-family: "HarmonyOS_Sans_SC";
	src: url("../fonts/HarmonyOS_Sans_SC_Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Blod";
	src: url("../fonts/HarmonyOS_Sans_SC_Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

body {
	margin: 0;
	font-family: "HarmonyOS_Sans_SC", "PingFang SC", sans-serif;
	font-size: 0.16rem;
	color: var(--text-main);
	background: var(--page-bg);
}

button,
input {
	font-family: inherit;
}

button {
	border: 0;
	cursor: pointer;
}

a {
	color: inherit;
	text-decoration: none;
}

p,
h1,
h2,
ol,
dl,
dd {
	margin: 0;
}

ol {
	padding: 0;
}

.recharge-page {
	position: relative;
	width: 100%;
	min-height: 100vh;
	overflow-x: hidden;
	background: var(--page-bg);
}

.page-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 0.84rem;
	background: rgba(255, 255, 255, 0.6);
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 12.8rem;
	height: 100%;
	margin: 0 auto;
}

.brand-link {
	display: flex;
	align-items: center;
	gap: 0.16rem;
	height: 100%;
}

.logo-image {
	display: block;
	width: 1.29rem;
	height: 0.64rem;
	object-fit: contain;
}

.mobile-product-group {
	display: none;
}

.mobile-section-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 0.6rem;
	color: #333333;
	font-size: 0.24rem;
	font-weight: 900;
	background: #ffffff;
}

.mobile-section-title::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 0.13rem;
	background: url("../img/mobile-section-title-bg.png") center / 100% 100% no-repeat;
	transform: translateY(-50%);
	content: "";
	pointer-events: none;
}

.brand-title {
	color: #242424;
	font-size: 0.28rem;
	font-weight: 700;
	letter-spacing: 0;
	white-space: nowrap;
}

.login-button {
	width: 1.77rem;
	height: 0.55rem;
	color: #427be1;
	font-size: 0.2rem;
	font-weight: 700;
	background: #ffffff;
	border-radius: 0.3rem;
	box-shadow: 0 0.05rem 0.16rem rgba(124, 98, 170, 0.12);
}
.login-button.unload{
	width: 1.77rem;
	height: 0.55rem;
	font-size: 0.2rem;
	font-weight: 700;
	background: #ffffff;
	border-radius: 0.3rem;
	border: 0.02rem solid #9a57ce;
	color: #9a57ce;
}
.hero-section {
	position: relative;
	height: 4.99rem;
	overflow: hidden;
	background: #dff2ff;
}

.hero-section picture {
	display: block;
	width: 100%;
	height: 100%;
}

.hero-section::before {
	display: none;
	content: "";
}

.hero-section::after {
	display: none;
	content: "";
}

.hero-banner-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.role-section {
	position: relative;
	z-index: 4;
	width: 12.8rem;
	margin: -1.2rem auto 0;
}

.role-card {
	display: flex;
	align-items: flex-end;
}

.role-avatar-wrap {
	display: block;
	flex: 0 0 auto;
	width: 1.1rem;
	height: 1.1rem;
	margin-right: 0.2rem;
	border-radius: 0.15rem;
	border: 0.05rem solid #FFFFFF;
	overflow: hidden;
}

.role-avatar {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.role-info {
	height: 0.64rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 0.41rem;
	padding: 0 0.18rem;
	background: rgba(255, 255, 255, 0.75);
	border-radius: 0.64rem;
	margin-bottom: 0.07rem;
}

.role-info .role-info-item {
	display: flex;
	align-items: center;
	column-gap: 0.11rem;
}

.role-info .role-info-text {
	font-size: 0.24rem;
	color: #2755FF;
}

.role-info .role-info-value {
	font-size: 0.24rem;
	color: #35383C;
}

.category-tabs {
	display: flex;
	align-items: flex-end;
	position: relative;
	z-index: 3;
	width: 13.08rem;
	height: 0.65rem;
	margin: 0.2rem auto 0;
	padding: 0 0.3rem;
	overflow: visible;
	background: url("../img/tab-bar-bg.png") center / 100% 100% no-repeat;
	box-sizing: border-box;
}

.category-tab {
	position: relative;
	z-index: 1;
	width: 1.76rem;
	height: 0.49rem;
	color: #526070;
	font-size: 0.22rem;
	font-weight: 700;
	line-height: 0.49rem;
	text-align: center;
	background: transparent;
}

.category-tab.is-active {
	z-index: 2;
	color: #9a65ef;
	background: #ffffff;
	border-radius: 0.18rem 0.18rem 0 0;
	box-shadow: 0 -0.04rem 0.16rem rgba(255, 255, 255, 0.42);
}

.category-tab.is-active::before,
.category-tab.is-active::after {
	position: absolute;
	bottom: 0;
	z-index: -1;
	width: 0.1rem;
	height: 0.1rem;
	background: #FFF;
	content: "";
}

.category-tab.is-active::before {
	right: 100%;
	background: radial-gradient(circle at 0% 0%, transparent 0px 0.1rem,
			#FFF 0.1rem 100%);
}

.category-tab.is-active::after {
	left: 100%;
	background: radial-gradient(circle at 100% 0%, transparent 0px 0.1rem,
			#FFF 0.1rem 100%);
}

.content-shell {
	width: 12.8rem;
	margin: -0.22rem auto 0;
	padding: 0.34rem 0.14rem 0.14rem;
	background: rgba(241, 241, 241, 0.56);
}

.desktop-layout {
	display: grid;
	grid-template-columns: 7.31rem auto;
	column-gap: 0.2rem;
	align-items: start;
}

.product-section {
	position: relative;
	height: 8.25rem;
	padding: 0.13rem 0.43rem 0.15rem 0.11rem;
	overflow: hidden;
	background: rgba(241, 241, 241, 0.85);
	border-radius: 0.1rem;
	box-sizing: border-box;
}

.product-section::before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	height: 0.58rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(241, 241, 241, 0.85), rgba(241, 241, 241, 1));
	pointer-events: none;
	content: "";
}

.product-section::after {
	position: absolute;
	top: 0.13rem;
	right: 0.16rem;
	z-index: 1;
	width: 0.07rem;
	height: 7.08rem;
	background: #CBCBCB;
	border-radius: 0.08rem;
	content: "";
}

.product-grid {
	display: block;
	position: relative;
	height: 7.9rem;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-width: none;
}

.product-panel {
	display: none;
	grid-template-columns: repeat(3, 2.16rem);
	gap: 0.18rem 0.13rem;
}

.product-panel.is-active {
	display: grid;
}

.product-panel[hidden] {
	display: none;
}

.countdown-product-block {
	display: grid;
	grid-column: 1 / -1;
	row-gap: 0.18rem;
}

.countdown-product-block + .countdown-product-block {
	margin-top: 0.08rem;
}

.countdown-product-grid {
	display: grid;
	grid-template-columns: repeat(3, 2.16rem);
	gap: 0.18rem 0.13rem;
}

.product-grid::after {
	display: none;
}

.product-grid::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

.product-scroll-thumb {
	position: absolute;
	top: var(--product-scroll-thumb-top, 0.13rem);
	right: 0.05rem;
	z-index: 2;
	width: 0.28rem;
	height: 0.28rem;
	padding: 0;
	background: #9454f6;
	border: 0.04rem solid #ffffff;
	border-radius: 50%;
	cursor: grab;
	touch-action: none;
}

.product-scroll-thumb:active {
	cursor: grabbing;
}

.product-scroll-thumb.is-hidden {
	display: none;
}

.product-card {
	position: relative;
	width: 2.16rem;
	height: 3.02rem;
	padding-top: 0.15rem;
	background: #ffffff;
	border: 0.03rem solid var(--purple);
	border-radius: 0.08rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.product-card.is-selected {
	background: #cdb9ff;
}

.product-card.is-sold-out {
	filter: none;
	opacity: 1;
}

.product-card.is-sold-out .card-title,
.product-card.is-sold-out .discount-badge,
.product-card.is-sold-out .double-badge,
.product-card.is-sold-out .product-reward-visual,
.product-card.is-sold-out .product-price {
	filter: grayscale(1);
	opacity: 0.68;
}

.card-title {
	width: 100%;
	height: 0.34rem;
	margin: 0;
	color: #b67649;
	font-size: 0.16rem;
	font-weight: 700;
	line-height: 0.34rem;
	text-align: center;
	background: url("../img/card-title-bg.png") center / 100% 100% no-repeat;
	border-radius: 0;
}

.discount-badge {
	position: absolute;
	top: 0.58rem;
	left: 0.1rem;
	width: 0.62rem;
	height: 0.56rem;
	color: #ffffff;
	font-size: 0.15rem;
	font-weight: 900;
	line-height: 0.58rem;
	text-align: center;
	background: url("../img/discount-badge-bg.png") center / 100% 100% no-repeat;

	span {
		display: block;
		transform: translate(-0.03rem, -0.03rem) rotate(336deg);
	}
}

.double-badge {
	position: absolute;
	top: 0.58rem;
	right: 0;
	width: 1rem;
	height: 0.3rem;
	color: #ffffff;
	font-size: 0.14rem;
	font-weight: 700;
	line-height: 0.31rem;
	text-align: end;
	padding-right: 0.12rem;
	background: url("../img/double-badge-bg.png") center / 100% 100% no-repeat;
}

.product-reward-visual {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 1.3rem;
	margin: 0.43rem auto 0;
}

.product-main-image {
	display: block;
	width: 0.94rem;
	height: 0.94rem;
	object-fit: contain;
}

.product-gift-list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.1rem;
	width: 100%;
	margin-top: 0.07rem;
	position: relative;
}

.product-gift-item {
	position: relative;
	display: block;
	width: 0.4rem;
	height: 0.4rem;
	flex-shrink: 0;
	background: linear-gradient(135deg, #fff7d6 0%, #ddf3ff 52%, #e8ddff 100%);
	border-radius: 0.08rem;
	box-shadow: 0 0.03rem 0.08rem rgba(96, 66, 159, 0.18);
	box-sizing: border-box;
}

.product-gift-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: inherit;
}

.product-gift-image[src=""] {
	opacity: 0;
}

.product-gift-count {
	position: absolute;
	right: 0.05rem;
	bottom: 0.02rem;
	color: white; /* 文字颜色 */
  text-shadow: 
    -1px -1px 0 #000,  
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000; /* 四个方向的阴影来模拟描边 */
	font-size: 0.09rem;
	font-weight: 500;
}

.product-gift-popup {
	position: fixed;
	left: var(--gift-popup-left, 50%);
	top: var(--gift-popup-top, 50%);
	z-index: 30;
	width: 2.12rem;
	padding: 0.11rem 0.14rem 0.12rem;
	color: #35383c;
	font-size: 0.14rem;
	line-height: 1.45;
	text-align: left;
	white-space: normal;
	background: #ffffff;
	border: 0.02rem solid #b9d6f4;
	border-radius: 0.1rem;
	box-shadow: 0 0.08rem 0.18rem rgba(74, 100, 140, 0.18);
	box-sizing: border-box;
	transform: none;
	pointer-events: none;
}

.product-gift-popup::before {
	position: absolute;
	left: var(--gift-popup-arrow-left, 50%);
	top: -0.075rem;
	width: 0.13rem;
	height: 0.13rem;
	background: #ffffff;
	border-left: 0.02rem solid #b9d6f4;
	border-top: 0.02rem solid #b9d6f4;
	transform: translateX(-50%) rotate(45deg);
	content: "";
}

.product-gift-popup strong {
	display: block;
	margin-bottom: 0.03rem;
	color: #222f42;
	font-size: 0.16rem;
	font-weight: 700;
	line-height: 1.25;
}

.product-gift-popup p {
	margin: 0;
}

.product-gift-item.is-popup-open .product-gift-popup {
	display: block;
}

.product-gift-popup[hidden] {
	display: none;
}

.product-price {
	position: absolute;
	left: 0.28rem;
	right: 0.28rem;
	bottom: 0;
	color: #4a4a4a;
	font-size: 0.28rem;
	font-weight: 900;
	font-family: "HarmonyOS_Sans_SC_Blod";
	line-height: 0.44rem;
	text-align: center;
	border-top: 0.02rem solid rgba(170, 151, 255, 0.46);
}

.sold-out-stamp {
	position: absolute;
	top: 1.36rem;
	left: 50%;
	z-index: 2;
	width: 1.21rem;
	height: 0.98rem;
	overflow: hidden;
	color: transparent;
	font-size: 0;
	line-height: 0;
	text-align: center;
	background: url("../img/sold-out-stamp.png") center / 100% 100% no-repeat;
	border: 0;
	border-radius: 0;
	transform: translateX(-50%);
}

.order-panel {
	min-height: 7.5rem;
	padding: 0.1rem 0;
	border-radius: 0.1rem;
	box-sizing: border-box;
}

.selected-card {
	padding: 0 0.12rem;
}

.selected-card h2,
.mobile-selected-card h2 {
	color: #4f4f4f;
	font-size: 0.22rem;
	font-weight: 700;
	line-height: 0.4rem;
}

.selected-name,
.mobile-selected-name {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.24rem;
	height: 0.67rem;
	margin: 0.08rem 0 0.11rem;
	color: var(--pink);
	font-size: 0.26rem;
	font-weight: 900;
	background: #ffffff;
	border: 0.03rem solid #d6baff;
	border-radius: 0.09rem;
	box-sizing: border-box;
}

.selected-benefits {
	/*padding: 0.14rem 0.27rem;*/
	color: #ad72ff;
	font-size: 0.18rem;
	font-weight: 700;
	background: #ffffff;
	/*border: 0.03rem solid #d6baff;*/
	/*border-bottom: 0.02rem solid #d6baff;
	border-radius: 0.08rem 0.08rem 0 0;*/
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	row-gap: 0.06rem;
}

.selected-benefits[hidden],
.payment-list[hidden],
.payment-tips[hidden] {
	display: none;
}

.selected-benefits[hidden] + .selected-meta {
	border-top: 0.03rem solid #d6baff;
	border-radius: 0.08rem 0.08rem 0 0;
}

.selected-benefits p {
	display: flex;
	align-items: center;
}

.selected-benefits span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 0.22rem;
	height: 0.22rem;
	margin-right: 0.08rem;
	color: #ffffff;
	font-size: 0.14rem;
	background: #bc7cff;
	border-radius: 50%;
}

.selected-meta {
	padding: 0.1rem 0.28rem 0.08rem;
	color: #6c6c6c;
	font-size: 0.2rem;
	line-height: 0.3rem;
	background: rgba(255, 255, 255, 0.26);
	border: 0.03rem solid #d6baff;
	/*border-top: 0;*/
	box-sizing: border-box;
}

.selected-meta div {
	display: flex;
	justify-content: space-between;
}

.selected-meta dt {
	font-weight: 400;
}

.selected-meta dd {
	min-width: 0.6rem;
	font-weight: 700;
	text-align: right;
}

.desktop-total {
	height: 0.62rem;
	margin-top: -0.02rem;
	padding-right: 0.14rem;
	color: #555555;
	font-size: 0.24rem;
	font-weight: 700;
	line-height: 0.62rem;
	text-align: right;
	background: rgba(237, 237, 237, 0.76);
	border: 0.03rem solid #d6baff;
	border-top: 0.02rem solid #d6baff;
	border-radius: 0 0 0.08rem 0.08rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.desktop-total span {
	display: block;
	font-family: "HarmonyOS_Sans_SC_Blod";
	color: var(--pink);
	font-size: 0.36rem;
	font-weight: 900;
	line-height: 1;
	transform: translateY(-0.01rem);
}

.order-quantity {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 0.12rem;
	width: 2.8rem;
	height: 0.46rem;
	margin: 0.16rem 0 0 auto;
}

.order-quantity[hidden] {
	display: none;
}

.order-quantity-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 0.46rem;
	height: 0.46rem;
	padding: 0;
	color: #ffffff;
	font-size: 0.38rem;
	font-weight: 500;
	line-height: 1;
	background: #b367f3;
	border: 0;
	border-radius: 0.1rem;
}

.order-quantity-btn::before {
	display: block;
	transform: translateY(-0.02rem);
}

.order-quantity-btn[data-order-count-decrease]::before {
	content: "-";
}

.order-quantity-btn[data-order-count-increase]::before {
	content: "+";
}

.order-quantity-btn:disabled {
	opacity: 0.48;
	cursor: not-allowed;
}

.order-quantity-input-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	height: 0.38rem;
	background: #d9d9d9;
	border-radius: 0.07rem;
}

.order-quantity-input {
	width: 100%;
	height: 100%;
	padding: 0;
	color: #4d4d4d;
	font-size: 0.24rem;
	font-weight: 700;
	line-height: 0.38rem;
	text-align: center;
	background: transparent;
	border: 0;
	outline: 0;
	box-sizing: border-box;
	appearance: textfield;
}

.order-quantity-input::-webkit-inner-spin-button,
.order-quantity-input::-webkit-outer-spin-button {
	margin: 0;
	appearance: none;
}

.payment-list {
	margin-top: 0.18rem;
}

.payment-option {
	display: flex;
	align-items: center;
	position: relative;
	height: 0.54rem;
	padding: 0 0.24rem 0 0.08rem;
	color: #545454;
	font-size: 0.22rem;
	border-bottom: 0.01rem solid #e4e4e4;
	box-sizing: border-box;
	cursor: pointer;
}

.payment-option input {
	position: absolute;
	right: 0.08rem;
	width: 0.22rem;
	height: 0.22rem;
	accent-color: var(--purple-dark);
	opacity: 0;
}

.payment-brand-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 0.39rem;
	height: 0.38rem;
	margin-right: 0.12rem;
}

.payment-brand-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.payment-option-text {
	flex: 1;
}

.payment-check-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 0.3rem;
	height: 0.3rem;
	margin-left: auto;
	transform: scale(0.92);
	transition: opacity 0.18s ease;
	border: 0.02rem solid #b7b7b7;
	border-radius: 0.04rem;
}

.payment-check-image {
	display: block;
	width: 80%;
	height: 80%;
	opacity: 0;
	object-fit: contain;
}

.payment-option.is-checked .payment-check-icon {
	background: #b367f3;
	border-color: #b367f3;
}

.payment-option.is-checked .payment-check-image {
	opacity: 1;
}

.payment-option.is-checked {
	color: #222222;
	font-weight: 700;
}

.payment-tips {
	margin: 0.12rem 0.12rem 0;
	color: #999999;
	font-size: 0.16rem;
	line-height: 0.26rem;
}

.pay-button {
	display: block;
	width: 100%;
	height: 0.66rem;
	padding: 0;
	color: #a96711;
	font-size: 0.24rem;
	font-weight: 900;
	background: url("../img/pay-button-bg.png") center / 100% 100% no-repeat;
	border: 0;
	border-radius: 0.1rem;
	box-shadow: none;
}

.pay-button:disabled,
.pay-button[aria-disabled="true"] {
	opacity: 0.48;
	cursor: not-allowed;
	pointer-events: none;
}

.desktop-pay-button {
	width: 100%;
	margin-top: 0.18rem;
}

.privacy-tips {
	margin-top: 0.16rem;
	color: #9f9f9f;
	font-size: 0.16rem;
	line-height: 0.26rem;
}

.privacy-tips::after {
	color: var(--pink);
	content: "";
}

.mobile-selected-card {
	display: none;
}

.instruction-panel {
	width: 12.8rem;
	margin: 0.15rem auto 0;
	padding: 0.26rem 0.34rem 0.34rem;
	background: #eeeeee;
	border-radius: 0.14rem;
	box-sizing: border-box;
}

.instruction-panel h2 {
	color: #4a4a4a;
	font-size: 0.28rem;
	font-weight: 900;
	line-height: 0.44rem;
	border-bottom: 0.02rem solid #d6baff;
}

.instruction-panel ol {
	margin-top: 0.18rem;
	padding-left: 0.2rem;
	font-size: 0.2rem;
	color: #545454;
	line-height: 0.38rem;
}

.page-footer {
	display: flex;
	align-items: flex-start;
	width: 12.8rem;
	margin: 0.62rem auto 0.44rem;
	color: #bcbcbc;
}

.footer-mark {
	flex: 0 0 auto;
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	margin-left: 0.4rem;
	margin-right: 1.2rem;
	object-fit: contain;
	border: 0;
	background: transparent;
}

.footer-text {
	flex: 1;
	min-width: 0;
	padding-top: 0.04rem;
	color: #bcbcbc;
	font-size: 0.14rem;
	line-height: 0.18rem;
}

.footer-text p {
	margin: 0;
	white-space: nowrap;
}

.footer-text p + p {
	margin-top: 0.06rem;
}
.footer-text a:hover{
	color: #888;
}
.mobile-checkout {
	display: none;
}

.desktop-only {
	display: inline-block;
}

@media (max-width: 767px) {
	html {
		min-width: 0;
	}

	body {
		padding-bottom: 1.25rem;
		overflow-x: hidden;
		background: #f0f0f0;
	}

	.page-header {
		position: relative;
		height: 0.8rem;
		background: #ffffff;
		backdrop-filter: none;
	}

	.header-inner {
		width: 100%;
		padding: 0 0.3rem;
		box-sizing: border-box;
	}

	.brand-link {
		gap: 0.08rem;
	}

	.logo-image {
		width: 1.14rem;
		height: 0.52rem;
	}

	.brand-title {
		font-size: 0.24rem;
	}

	.login-button {
		width: 1.42rem;
		height: 0.44rem;
		color: #ffffff;
		font-size: 0.18rem;
		background: #9a57ce;
		border-radius: 0.24rem;
		box-shadow: none;
	}
	.login-button.unload{
		border: 0.02rem solid #9a57ce;
		color: #9a57ce;
	}

	.hero-section {
		height: 1.81rem;
	}

	.hero-section::before {
		display: none;
	}

	.hero-section::after {
		display: none;
	}

	.role-section {
		width: 100%;
		margin: 0;
		background: #ffffff;
		border-bottom: 0.08rem solid #f0f0f0;
	}

	.role-card {
		width: 100%;
		min-height: 1.74rem;
		padding: 0.25rem 0.36rem;
		margin-left: 0;
		background: #ffffff;
		border-radius: 0;
		align-items: flex-start;
	}

	.role-avatar-wrap {
		width: 1.08rem;
		height: 1.08rem;
		margin-right: 0.2rem;
		border-radius: 50%;
		border: 0.06rem solid #d2b099;
	}

	.role-info {
		font-size: 0.24rem;
		line-height: 0.36rem;
		display: flex;
		flex-wrap: unset;
		flex-direction: column;
		align-items: flex-start;
		row-gap: 0.08rem;
	}

	.role-info .role-info-item {
		margin-right: 0;
	}

	.role-info .role-info-text {
		width: 0.8rem;
		color: #4572C3;
		font-size: 0.22rem;
	}

	.category-tabs {
		display: none;
	}

	.category-tab {
		display: none;
	}

	.category-tab.is-active {
		display: none;
	}

	.desktop-only {
		display: none;
	}

	.content-shell {
		display: none;
		width: 100%;
		margin: 0;
		background: #f0f0f0;
	}

	.desktop-layout {
		display: block;
	}

	.product-section {
		position: relative;
		height: auto;
		padding: 0.22rem 0.78rem 0.34rem;
		background: #f0f0f0;
		border-radius: 0;
	}

	.product-section::before,
	.product-section::after {
		display: none;
	}

	.product-grid {
		display: grid;
		grid-template-columns: repeat(2, 2.68rem);
		gap: 0.25rem 0.44rem;
		height: auto;
		padding: 0;
		overflow-x: visible;
		overflow-y: visible;
		overflow: visible;
	}

	.product-grid::after {
		display: none;
	}

	.product-scroll-thumb {
		display: none;
	}

	.product-card {
		width: 2.79rem;
		height: 3.37rem;
		padding-top: 0.15rem;
		border-width: 0.03rem;
		border-radius: 0.1rem;
	}

	.card-title {
		width: 100%;
		height: 0.43rem;
		font-size: 0.18rem;
		line-height: 0.43rem;
	}

	.discount-badge {
		top: 0.62rem;
		left: 0.17rem;
		width: 0.82rem;
		height: 0.62rem;
		font-size: 0.17rem;
		line-height: 0.58rem;
	}

	.double-badge {
		top: 0.66rem;
		right: 0;
		width: 1.39rem;
		height: 0.35rem;
		font-size: 0.16rem;
		line-height: 0.35rem;
	}

	.product-reward-visual {
		width: 1.56rem;
		margin-top: 0.42rem;
	}

	.product-main-image {
		width: 1.08rem;
		height: 1.08rem;
	}

	.product-gift-list {
		gap: 0.12rem;
		margin-top: 0.08rem;
	}

	.product-gift-item {
		width: 0.46rem;
		height: 0.46rem;
		border-radius: 0.09rem;
	}

	.product-gift-popup {
		width: 2.7rem;
		padding: 0.12rem 0.15rem;
		font-size: 0.18rem;
		line-height: 1.45;
		border-radius: 0.12rem;
	}

	.product-gift-popup strong {
		font-size: 0.2rem;
	}

	.product-gift-count {
		min-width: 0.28rem;
		height: 0.2rem;
		font-size: 0.14rem;
		line-height: 0.2rem;
	}

	.product-price {
		font-size: 0.36rem;
		line-height: 0.5rem;
	}

	.mobile-product-group {
		display: block;
		background: #f0f0f0;
	}

	.mobile-extra-grid {
		grid-template-columns: repeat(2, 2.68rem);
		gap: 0.28rem 0.42rem;
		padding: 0.28rem 0.78rem 0.34rem;
		background: #f0f0f0;
		box-sizing: border-box;
	}

	.countdown-product-block {
		row-gap: 0.2rem;
	}

	.countdown-product-block + .countdown-product-block {
		margin-top: 0.08rem;
	}

	.countdown-product-grid {
		grid-template-columns: repeat(2, 2.68rem);
		gap: 0.28rem 0.42rem;
	}

	.sold-out-stamp {
		top: 1.46rem;
	}

	.order-panel {
		display: none;
	}

	.mobile-selected-card {
		display: block;
		padding: 0.25rem 0.3rem 0.3rem;
		background: #ffffff;
	}

	.mobile-selected-card h2 {
		font-size: 0.24rem;
		line-height: 0.46rem;
	}

	.mobile-selected-name {
		font-family: "HarmonyOS_Sans_SC_Blod";
		width: 100%;
		height: 0.85rem;
		margin: 0.06rem 0 0.18rem;
		font-size: 0.28rem;
		border-radius: 0.1rem;
	}

	.selected-benefits {
		border-radius: 0.1rem 0.1rem 0 0;
		padding: 0.15rem 0.22rem;
		font-size: 0.22rem;
		line-height: 0.36rem;
		flex-direction: row;
		column-gap: 0.2rem;
		align-items: center;
		justify-content: center;
	}

	.selected-benefits p {
		line-height: 0.36rem;
	}

	.selected-benefits span {
		width: 0.28rem;
		height: 0.28rem;
		font-size: 0.16rem;
	}

	.selected-meta {
		padding: 0.12rem 0.24rem 0.16rem;
		font-size: 0.22rem;
		line-height: 0.34rem;
		border-radius: 0 0 0.1rem 0.1rem;
	}

	.mobile-selected-card .order-quantity {
		width: 4.8rem;
		max-width: 100%;
		height: 0.8rem;
		margin: 0.2rem 0 0 auto;
		column-gap: 0.16rem;
		box-sizing: border-box;
	}

	.mobile-selected-card .order-quantity-btn {
		width: 0.8rem;
		height: 0.8rem;
		font-size: 0.5rem;
		border-radius: 0.12rem;
	}

	.mobile-selected-card .order-quantity-input-wrap {
		min-width: 0;
		height: 0.52rem;
		border-radius: 0.09rem;
	}

	.mobile-selected-card .order-quantity-input {
		min-width: 0;
		font-size: 0.28rem;
		line-height: 0.52rem;
	}

	.mobile-selected-card .payment-list {
		margin-top: 0.22rem;
		border-top: 0.01rem solid #e4e4e4;
	}

	.instruction-panel {
		width: 100%;
		margin: 0;
		padding: 0.28rem 0.32rem 0.36rem;
		background: #eeeeee;
		border-radius: 0;
	}

	.instruction-panel h2 {
		font-size: 0.24rem;
		border-bottom: 0;
	}

	.instruction-panel ol {
		padding-left: 0;
		color: #777777;
		font-size: 0.18rem;
		line-height: 0.3rem;
		list-style-position: inside;
	}

	.page-footer {
		display: none;
	}

	.mobile-checkout {
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 20;
		height: 1.14rem;
		padding: 0 0.3rem;
		background: #ffffff;
		box-sizing: border-box;
		box-shadow: 0rem 0rem 0.24rem 0rem rgba(35,35,35,0.16);
	}

	.mobile-total {
		color: #606060;
		font-size: 0.28rem;
		font-weight: 900;
	}

	.mobile-total strong {
		color: var(--pink);
		font-size: 0.32rem;
	}

	.mobile-checkout .pay-button {
		width: 2.75rem;
		height: 0.82rem;
		font-size: 0.3rem;
		background-image: url("../img/pay-button-bg-m.png");
	}
}


.winpop{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 101;
	justify-content: center;
	align-items: center;
}
.closeBtn{
	width: 0.26rem;
	height: 0.28rem;
	background: url(../img/btn_close.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: absolute;
	top: 0.2rem;
	right: 0.2rem;
	cursor: pointer;
}
.winpop-content{
	background: #ffffff;
    width: 4.7rem;
    height: auto;
    position: relative;
    box-sizing: border-box;
    padding: 0.44rem 0.4rem;
    border-radius: 0.5rem;
}
.winpop-content .wincon-title{
	color: #000;
	font-size: 0.28rem;
	line-height: 0.28rem;
	margin-bottom: 0.18rem;
	text-align: center;
}
.winpop-content .wincon-tip{
	color: #767676;
	font-size: 0.22rem;
	line-height: 0.22rem;
	margin-bottom: 0.5rem;
	text-align: center;
}
.winpop-content .wincon-info{
	color: #767676;
	font-size: 0.22rem;
	line-height: 0.22rem;
	margin-bottom: 0.18rem;
	color: #35383c;
	font-size: 0.24rem;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}
.wincon-info div{
	width: 3.9rem;
	text-align: left;
	line-height: 0.18rem;
	margin-bottom: 0.24rem;
}
.wincon-info span{
	color: #4572c3;
    width: 1rem;
    display: inline-block;
    text-align: left;
}
.wincon-btn{
	width: 3.9rem;
	height: 1.76rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	font-size: 0.3rem;
	text-align: center;
	margin: 0.3rem auto 0;
}
.wincon-btn .wincon-btn-confirm{
	width: 3.9rem;
	height: 0.8rem;
	line-height: 0.8rem;
	border-radius: 0.2rem;
	background: #ffe478;
	color: #7e5a07;
	cursor: pointer;
}
.wincon-btn .wincon-btn-cancel{
	width: 3.9rem;
	height: 0.8rem;
	line-height: 0.8rem;
	border-radius: 0.2rem;
	background: #cbcbcb;
	color: #4d4d4d;
	cursor: pointer;
}
.wincon-type{
	width: 3.9rem;
	height: 2.8rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	font-size: 0.26rem;
	color: #4D4D4D;
	text-align: center;
	margin: 0.3rem auto 0;
}
.wincon-type .wincon-btn-confirm{
	width: 3.9rem;
	height: 0.8rem;
	line-height: 0.8rem;
	border-radius: 0.2rem;
	background: #ffe478;
	color: #7e5a07;
	cursor: pointer;
}
.wincon-type .type{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 3.9rem;
	height: 0.82rem;
	box-sizing: border-box;
	background: url(../img/type.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	cursor: pointer;
}
.wincon-type .type.typecheck{
	background: url(../img/typecheck.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.wincon-type img{
	width: 0.36rem;
	height: 0.36rem;
	justify-content: flex-start;
	margin-left: 0.25rem;
	margin-right: 0.2rem;
}
.wincon-wx-title{
	display: flex;
	justify-content: center;
	align-items: center;
}

.wincon-wx-title img{
	width: 0.36rem;
	height: 0.36rem;
	margin-right: 0.2rem;
}
.wincon-wx-title p{
	color: #000000;
	font-size: 0.28rem;
	font-weight: bold;
}
.wincon-wx-block{
	text-align: center;
}
.wincon-wx-block img{
	width: 1.8rem;
	height: 1.8rem;
	margin: 0.4rem auto 0rem;
} 
.ewm-tip{
	font-size: 0.22rem;
	color: #767676;
	padding-bottom: 0.26rem;
	box-sizing: border-box;
	border-bottom: 0.01rem solid #d5d5d5;
}
.wincon-buycon{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 3.9rem;
	height: 0.5rem;
	font-size: 0.28rem;
	color: #000000;
	margin-top: 0.16rem;
}
.wincon-buycon .buycon-img{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 1.8rem;
	height: 0.5rem;
}
.buycon-img img{
	max-width: 0.5rem;
	max-height: 0.5rem;
}
.wincon-buycon-confirm{
	width: 3.9rem;
	height: 0.8rem;
	line-height: 0.8rem;
	border-radius: 0.2rem;
	background: #ffe478;
	color: #7e5a07;
	cursor: pointer;
	font-size: 0.3rem;
	text-align: center;
	margin: 0.24rem auto 0;
}
.winpop.winpop-intro{
	/*background: none;*/
	position: absolute;
	top: 0rem;
}
.libao{
	width: 2.56rem;
	height: 3.17rem;
	position: relative;
	box-sizing: border-box;
	background: url(../img/libao.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/*z-index: 0;*/
	margin-bottom: 0.3rem;
}
.intro-block{
	width: 2.2rem;
	height: auto;
	box-sizing: border-box;
	/*padding: 0.1rem auto;*/
	border: 0.02rem solid #b8d4eb;
	background: #fff;
	border-radius: 0.2rem;
	position: absolute;
    top: 1.42rem;    
    right: 0.18rem;
    display: none;
    z-index: 99;
}
.intro-jian{
	width: 0.15rem;
	height: 0.27rem;
	position: absolute;
	top: -0.21rem;
	left: 1.8rem;
	transform: rotate(90deg);
}
.intro-small{
	width: 2rem;
	height: auto;
	font-size: 0.12rem;
	color: #35383c;
	box-sizing: border-box;
	margin: 0.085rem auto;
}
.libao-deadline{
	width: 2.2rem;
	height: 0.26rem;
	line-height: 0.26rem;
	color: #ffefe9;
	background: #f2775a;
	font-size: 0.2rem;
	text-align: center;
	border-radius: 0.2rem;
	margin: -0.06rem auto 0.2rem;
	position: relative;
}
.desktop-layout .libao-deadline{
	grid-column: 1 / -1;
	justify-self: center;
	width: 2.36rem;
	height: 0.28rem;
	color: #ffffff;
	font-size: 0.18rem;
	font-weight: 700;
	line-height: 0.28rem;
	text-align: center;
	background: #ff9f18;
	border-radius: 0.14rem;   
	margin: 0 auto 0;
}

.winpop .winpop-wrap {
	padding: 0rem 0 0 0;
	overflow: hidden;
	width: 4.7rem;
	height: 4.6rem;
	background: url(../img/winpop-loadbg.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: relative;
	box-sizing: border-box;
}
.code_form {
	padding: 0.96rem 0.32rem 0 0.9rem;
}
.code_form_a {}
.code_form li {
	margin-bottom: 0.27rem;
	box-sizing: border-box;
    position: relative;
    height: 0.67rem;
    line-height: 0.67rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.code_form li input {
	width: 100%;
	height: 0.67rem;
	line-height: 0.67rem;
	padding: 0;
	outline: none;
	border: none;
	color: #a1a1a1;
	font-size: 0.28rem;
	background: transparent;
}
.code_form li .code {
	width: 2.12rem;
	height: 0.67rem;
	position: absolute;
	right: 0;
	top: 0;
}
.code_form li .code {
	color: #6255d6;
	font-size: 0.24rem;
	width: 1.1rem;
	height: 0.42rem;
	text-align: center;
	line-height: 0.42rem;
	border: 0.01rem solid #6255d6;
	border-radius: 0.1rem;
	box-sizing: border-box;
	margin-top: 0.12rem;
}
.winpop-btn {
	width: 2.26rem;
	height: 0.82rem;
	margin: 0.26rem auto 0;
}
.winpop-btn a.btn {
	width: 2.26rem;
	height: 0.82rem;
	display: flex;
}
.download {
	width: 4.2rem;
	height: 0.53rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0.24rem auto 0;
}
.download p {
	color: #000;
    font-size: 0.18rem;
    /*font-weight: bold;*/
}
.download .download-android {
	width: 1.2rem;
	height: 0.34rem;
	background: url(../img/android.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.download .download-ios {
	width: 1.2rem;
	height: 0.34rem;
	background: url(../img/ios.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		transform: translate3d(0, 20%, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInUpSmall {
	animation-name: fadeInUpSmall;
	animation-duration: 0.3s;
	-webkit-animation-name: fadeInUpSmall;
	-webkit-animation-duration: 0.3s;
}
.winpop .winpop-wrap .winpop-close {
	height: 0.42rem;
	width: 0.42rem;
	background: url(../img/winpop-close.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: absolute;
	right: 0.23rem;
	top: 0.23rem;
	cursor: pointer;
}
.winpop .winpop_close {
	width: 0.36rem;
	height: 0.36rem;
	position: absolute;
	right: 0.33rem;
	top: 0.14rem;
	background: url("../img/close.png") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	cursor: pointer;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.winpop-load-block {
	width: 4.7rem;
    height: 5.45rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	position: relative;
	box-sizing: border-box;
}
.load-tip {
	width: 4.7rem;
	height: 0.75rem;
	background: url("../img/load-tip.png") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.wincon-name{
	margin: 0.2rem auto 0.2rem;
	text-align: center;
	font-size: 0.24rem;
	line-height: 0.24rem;
	color: #000000;
	font-weight: bold;
	
	font-weight: bold;
}
.counter-container{
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 3.8rem;
    height: 0.5rem;
    margin: 0rem auto 0;
}
.counter-btn{
	width: 0.5rem;
	height: 0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.decrease-btn img{
	width: 0.5rem;
	height: 0.5rem;
}
.increase-btn img{
	width: 0.5rem;
	height: 0.5rem;
}
.counter-input-container{
	width: 2.2rem;
	height: 0.4rem;
	display: flex;
    justify-content: center;
    align-items: center;
}
.counter-input {
    width: 2.2rem;
	height: 0.4rem;
	line-height: 0.4rem;
    font-size: 0.26rem;
    font-weight: bold;
    text-align: center;
    border-radius: 0.1rem;
    color: #4d4d4d;
    background-color: #d9d9d9;
    transition: all 0.3s ease;
    border: none;
}
.wincon-btn-confirm span{
	color: #cf3a3a;
	font-weight: bold;
}
