.studio-mode-switch {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin: 0 0 18px;
	padding: 5px;
	background: #e7eee9;
	border: 1px solid #d8e2dc;
	border-radius: 13px;
	box-shadow: 0 7px 20px rgba(29, 55, 40, .06);
}

.studio-mode-switch button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 40px;
	padding: 9px 17px;
	color: #607067;
	background: transparent;
	border: 0;
	border-radius: 9px;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	transition: color .18s ease, background .18s ease, box-shadow .18s ease;
}

.studio-mode-switch button:hover,
.studio-mode-switch button:focus-visible {
	color: #0b7440;
	outline: none;
}

.studio-mode-switch button.is-active {
	color: #086d3b;
	background: #fff;
	box-shadow: 0 4px 13px rgba(29, 55, 40, .1);
}

.studio-mode-switch button span {
	padding: 2px 6px;
	color: #087743;
	background: #dff7e9;
	border-radius: 999px;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .04em;
}

.studio-panel[hidden],
.wallet-studio[hidden] {
	display: none !important;
}

.wallet-studio {
	display: flex;
	align-items: flex-start;
	gap: 22px;
}

.wallet-editor-panel {
	padding: 0 18px 20px;
}

.wallet-editor-heading {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0 -18px;
	padding: 20px 20px 18px;
	background: #f4f7f5;
	border-bottom: 1px solid #e7ede9;
}

.wallet-editor-heading h2 {
	margin: 0 0 4px;
	color: #17241d;
	font-size: 18px;
	font-weight: 750;
	line-height: 1.3;
}

.wallet-editor-heading p {
	margin: 0;
	color: #718078;
	font-size: 12px;
	line-height: 1.55;
}

.wallet-editor-badge {
	flex: 0 0 auto;
	margin-top: 2px;
	padding: 4px 7px;
	color: #087743;
	background: #d9f7e6;
	border-radius: 999px;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .08em;
}

.wallet-setting-grid {
	padding-top: 16px !important;
}

.wallet-setting-grid .view-set-item {
	cursor: default;
}

.wallet-setting-grid input[type="time"] {
	width: auto;
	min-width: 126px;
}

.wallet-setting-grid output {
	min-width: 40px;
	color: #425249;
	font-size: 12px;
	font-weight: 700;
}

.wallet-shared-time {
	display: flex;
	align-items: center;
	gap: 8px;
}

.wallet-shared-time > span {
	margin-right: auto;
}

.wallet-shared-time select {
	width: 74px;
}

.wallet-reset-button {
	min-height: 36px;
	padding: 7px 12px;
	color: #526159;
	background: #f7f9f8;
	border: 1px solid #dce4df;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 650;
	cursor: pointer;
}

.wallet-reset-button:hover,
.wallet-reset-button:focus-visible {
	color: #087743;
	background: #f1faf5;
	border-color: #a9d8bd;
	outline: none;
}

.wallet-safety-note {
	margin: 12px 0 0;
	padding: 11px 13px;
	color: #665d46;
	background: #fffaf0;
	border: 1px solid #f0e1bd;
	border-radius: 10px;
	font-size: 11px;
	line-height: 1.65;
}

.wallet-safety-note strong {
	margin-right: 4px;
	color: #8b6820;
}

.wallet-phone-wrap {
	width: 292.5px;
	height: 633.36px;
}

.wallet-phone-content {
	transform: scale(.26);
	transform-origin: 0 0;
}

.wallet-phone {
	position: relative;
	z-index: 998;
	box-sizing: border-box;
	width: 1125px;
	height: 2436px;
	overflow: hidden;
	color: #111;
	background: #fff;
	font-family: "SF Pro", "PingFang SC", -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 36px;
}

.wallet-change-page {
	position: absolute;
	inset: 0;
	overflow: hidden;
	color: #111;
	background: #fff;
}

.wallet-change-status.phone-bar {
	height: 132px;
	background: #fff;
}

body .wallet-phone.phone-android .wallet-change-status.phone-bar {
	background: #fff;
}

.wallet-change-nav {
	position: relative;
	display: flex;
	align-items: center;
	height: 132px;
	padding: 0 45px;
	background: #fff;
}

.wallet-change-nav strong {
	position: absolute;
	right: 45px;
	color: #181818;
	font-size: 43px;
	font-weight: 400;
	line-height: 1;
}

.wallet-change-back {
	width: 31px;
	height: 31px;
	border-bottom: 5px solid #171717;
	border-left: 5px solid #171717;
	transform: rotate(45deg);
}

.wallet-change-main {
	position: absolute;
	top: 264px;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
}

.wallet-change-summary {
	position: absolute;
	inset: 0;
	margin: 0;
	text-align: center;
}

.wallet-yuan-badge {
	position: absolute;
	top: 128px;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 136px;
	height: 136px;
	color: #fff;
	background: #ffbd00;
	border-radius: 50%;
	font-size: 72px;
	font-weight: 600;
	line-height: 1;
	transform: translateX(-50%);
}

.wallet-change-summary h3 {
	position: absolute;
	top: 364px;
	left: 0;
	width: 100%;
	margin: 0;
	color: #181818;
	font-size: 47px;
	font-weight: 400;
	line-height: 1.25;
}

.wallet-change-summary p {
	position: absolute;
	top: 466px;
	left: 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	margin: 0;
	color: #111;
	font-variant-numeric: tabular-nums;
	letter-spacing: -2px;
	line-height: 1;
}

.wallet-change-summary p > span {
	margin-right: 12px;
	margin-top: 6px;
	font-size: 72px;
	font-weight: 650;
}

.wallet-yuan-reference {
	position: absolute;
	z-index: 3;
	top: 360px;
	right: 0;
	left: 0;
	height: 200px;
	overflow: hidden;
	pointer-events: none;
}

.wallet-yuan-reference img {
	position: absolute;
	top: -360px;
	left: 0;
	display: block;
	width: 1125px;
	max-width: none;
	height: 2436px;
}

.wallet-change-summary p > strong {
	display: flex;
	align-items: flex-end;
	font-size: 98px;
	font-weight: 650;
}

.wallet-balance-decimal {
	flex: 0 0 auto;
	width: 11px;
	height: 11px;
	margin: 0 12px 13px;
	background: #111;
}

.wallet-change-summary p > strong.is-long {
	font-size: 72px;
}

.wallet-change-summary p > strong.is-long .wallet-balance-decimal {
	width: 8px;
	height: 8px;
	margin-right: 9px;
	margin-bottom: 10px;
	margin-left: 9px;
}

.wallet-change-promo {
	position: absolute;
	top: 671px;
	right: 62px;
	left: 62px;
	display: flex;
	align-items: center;
	height: 196px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.wallet-diamond {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 120px;
	width: 120px;
	height: 120px;
	margin-right: 23px;
	background: #fafafa;
	border-radius: 50%;
}

.wallet-diamond svg {
	width: 76px;
	height: 62px;
	overflow: visible;
}

.wallet-diamond path:first-child {
	fill: #ffc400;
	stroke: none;
}

.wallet-diamond path:last-child {
	fill: none;
	stroke: #fff;
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.wallet-promo-copy {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	min-width: 0;
	color: #171717;
}

.wallet-promo-copy strong {
	font-size: 39px;
	font-weight: 400;
	line-height: 1.35;
	white-space: nowrap;
}

.wallet-promo-copy small {
	margin-top: 4px;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.3;
	white-space: nowrap;
}

.wallet-promo-arrow {
	position: absolute;
	right: 10px;
	width: 21px;
	height: 21px;
	border-top: 4px solid #b7b7b7;
	border-right: 4px solid #b7b7b7;
	transform: rotate(45deg);
}

.wallet-change-actions {
	position: absolute;
	top: 1454px;
	left: 50%;
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 471px;
	transform: translateX(-50%);
}

.wallet-change-actions > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 123px;
	border-radius: 20px;
	font-size: 44px;
	font-weight: 500;
}

.wallet-charge-button {
	color: #fff;
	background: #07c160;
}

.wallet-withdraw-button {
	margin-top: 41px;
	color: #171717;
	background: #f2f2f2;
}

.wallet-change-footer {
	position: absolute;
	top: 1928px;
	left: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
}

.wallet-change-footer strong {
	color: #576f9c;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.3;
}

.wallet-change-footer span {
	margin-top: 22px;
	color: #bdbdbd;
	font-size: 31px;
	font-weight: 400;
	line-height: 1.3;
}

.wallet-change-lower-reference {
	position: absolute;
	z-index: 3;
	top: 930px;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	pointer-events: none;
}

.wallet-change-lower-reference img {
	position: absolute;
	top: -930px;
	left: 0;
	display: block;
	width: 1125px;
	max-width: none;
	height: 2436px;
}

.wallet-change-promo,
.wallet-change-actions,
.wallet-change-footer {
	display: none;
}


.wallet-phone *,
.wallet-phone *::before,
.wallet-phone *::after {
	box-sizing: border-box;
}

.wallet-phone-header {
	position: relative;
	z-index: 5;
	height: 264px;
	background: #ededed;
}

.wallet-status-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 132px;
	padding: 0 88px 0 126px;
}

.wallet-status-left,
.wallet-status-right {
	display: flex;
	align-items: center;
}

.wallet-status-left {
	gap: 13px;
	font-size: 42px;
	font-weight: 650;
	letter-spacing: -.6px;
}

.wallet-mute-icon {
	width: 38px;
	height: 38px;
	overflow: visible;
}

.wallet-mute-icon path {
	fill: #111;
	stroke: #111;
	stroke-width: 5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.wallet-status-right {
	gap: 17px;
}

.wallet-status-right .wallet-status-hidden {
	display: none;
}

.wallet-cellular {
	display: flex;
	align-items: flex-end;
	gap: 6px;
	width: 60px;
	height: 38px;
}

.wallet-cellular i {
	display: block;
	width: 10px;
	background: #111;
	border-radius: 3px;
}

.wallet-cellular i:nth-child(1) { height: 13px; }
.wallet-cellular i:nth-child(2) { height: 21px; }
.wallet-cellular i:nth-child(3) { height: 29px; }
.wallet-cellular i:nth-child(4) { height: 37px; }
.wallet-cellular i.is-inactive { background: #bfc1c2; }

.wallet-wifi-icon {
	width: 54px;
	height: 42px;
	overflow: visible;
}

.wallet-wifi-icon path {
	fill: none;
	stroke: #111;
	stroke-width: 6;
	stroke-linecap: round;
}

.wallet-network-text {
	min-width: 48px;
	font-size: 29px;
	font-weight: 650;
	line-height: 1;
	text-align: center;
}

.wallet-battery {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 39px;
	color: #fff;
	background: #111;
	border-radius: 12px;
}

.wallet-battery strong {
	font-size: 24px;
	font-weight: 750;
	line-height: 1;
}

.wallet-battery > i {
	position: absolute;
	top: 13px;
	right: -7px;
	width: 5px;
	height: 13px;
	background: #111;
	border-radius: 0 4px 4px 0;
}

.wallet-page-nav {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 132px;
	padding: 0 45px;
}

.wallet-page-nav > strong {
	position: absolute;
	left: 50%;
	font-size: 48px;
	font-weight: 600;
	line-height: 1;
	transform: translateX(-50%);
}

.wallet-nav-back {
	width: 31px;
	height: 31px;
	border-bottom: 6px solid #191919;
	border-left: 6px solid #191919;
	transform: rotate(45deg);
}

.wallet-nav-more {
	display: flex;
	align-items: center;
	gap: 12px;
}

.wallet-nav-more i {
	display: block;
	width: 10px;
	height: 10px;
	background: #151515;
	border-radius: 50%;
}

.wallet-screen {
	position: absolute;
	top: 264px;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 18px 20px 150px;
	overflow: hidden;
	background: #ededed;
}

.wallet-hero-card {
	display: grid;
	grid-template-columns: 1fr 1fr;
	height: 360px;
	color: #fff;
	background: #25b46f;
	border-radius: 21px;
}

.wallet-hero-action {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.wallet-hero-action svg {
	width: 91px;
	height: 91px;
	margin-bottom: 20px;
	overflow: visible;
}

.wallet-hero-action svg path,
.wallet-hero-action svg circle {
	fill: none;
	stroke: currentColor;
	stroke-width: 5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.wallet-hero-action strong {
	font-size: 44px;
	font-weight: 500;
	line-height: 1.2;
}

.wallet-hero-action > span {
	margin-top: 17px;
	color: rgba(255, 255, 255, .53);
	font-size: 36px;
	font-weight: 500;
	line-height: 1;
}

.wallet-hero-action > span.is-long {
	font-size: 30px;
}

.wallet-service-card {
	min-height: 390px;
	margin-top: 20px;
	padding: 35px 42px 40px;
	background: #fff;
	border-radius: 21px;
}

.wallet-life-card {
	min-height: 550px;
}

.wallet-service-card h3 {
	margin: 0;
	color: #8c8c8c;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.25;
}

.wallet-service-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	row-gap: 72px;
	margin-top: 64px;
}

.wallet-grid-three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 76px;
}

.wallet-service-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	min-width: 0;
	color: #1a1a1a;
	text-align: center;
}

.wallet-service-item svg {
	width: 75px;
	height: 75px;
	margin-bottom: 24px;
	overflow: visible;
	color: inherit;
}

.wallet-service-item svg path,
.wallet-service-item svg rect,
.wallet-service-item svg circle {
	fill: none;
	stroke: currentColor;
	stroke-width: 5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.wallet-service-item span {
	color: #1e1e1e;
	font-size: 34px;
	font-weight: 400;
	line-height: 1.25;
	white-space: nowrap;
}

.wallet-service-item.tone-green { color: #10c56b; }
.wallet-service-item.tone-blue { color: #168cf2; }
.wallet-service-item.tone-cyan { color: #12a9ef; }
.wallet-service-item.tone-orange { color: #ff9e38; }
.wallet-service-item.tone-red { color: #ff5358; }

.wallet-home-indicator {
	position: absolute;
	z-index: 10;
	bottom: 29px;
	left: 50%;
	width: 402px;
	height: 15px;
	background: #050505;
	border-radius: 999px;
	transform: translateX(-50%);
}

@media (max-width: 1100px) {
	.wallet-studio {
		flex-direction: column;
	}

	.wallet-editor-panel {
		width: 100%;
	}

	.wallet-preview-column {
		margin: 0 auto;
	}
}

@media (max-width: 700px) {
	.studio-mode-switch {
		display: flex;
		width: 100%;
	}

	.studio-mode-switch button {
		flex: 1;
		padding-right: 10px;
		padding-left: 10px;
	}

	.wallet-editor-panel {
		padding-right: 14px;
		padding-left: 14px;
	}

	.wallet-editor-heading {
		margin-right: -14px;
		margin-left: -14px;
	}
}
