/* isp  静态代理 */
.staticTop {
	width: 100%;
	height: 750px;
	background-image: url(/images/static/bg1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.staticTop-Main {
	width: 100%;
	height: 100%;
	/* border: 1px solid #000; */
	display: flex;
	justify-content: space-between;
}

.stm-left {
	width: 610px;
}

.stml-top {
	width: 376px;
	height: 55px;
	line-height: 55px;
	background: #FFFFFF;
	border-radius: 28px;
	margin-top: 93px;
	display: flex;
	font-weight: 400;
	font-size: 14px;
	color: #888995;
	letter-spacing: 4px;
}

.stml-text {
	width: 585px;
	height: 47px;
	font-weight: 400;
	font-size: 18px;
	color: #555555;
	margin-top: 29px;
}

.stml-lq {
	width: 240px;
	height: 55px;
	line-height: 55px;
	background: #4789FF;
	border-radius: 10px;
	display: flex;
	color: #fff;
	padding-left: 42px;
	margin-top: 29px;
	cursor: pointer;
}

.stml-gm {
	width: 177px;
	height: 55px;
	line-height: 55px;
	background: #FDC24C;
	border-radius: 10px;
	display: flex;
	color: #fff;
	padding-left: 13px;
	margin-top: 29px;
	margin-left: 28px;
	cursor: pointer;
}

.stml-item {
	width: 171px;
	height: 48px;
	line-height: 48px;
	background-image: url(/images/static/bg4.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
}

.staticCenter {
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.staticCenter-Main {
	width: 100%;
	height: 100%;
	/* border: 1px solid #000; */
	padding-top: 77px;
}

#scbList {
	display: flex;
	justify-content: space-between;
}

#scbList .item {
	width: 90px;
	height: 30px;
	/* background: #4789FF; */
	border-radius: 15px;
	border: 1px solid #DDDDDD;
	text-align: center;
	font-weight: 300;
	font-size: 16px;
	/* color: #FFFFFF; */
	line-height: 26px;
	cursor: pointer;
	margin-right: 20px;
}

#scbList .selected {
	width: 90px;
	height: 30px;
	background: #4789FF;
	border-radius: 15px;
	text-align: center;
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 26px;
	cursor: pointer;
	margin-right: 20px;
}

#scbCountryList {
	display: flex;
	justify-content: space-between;
}

#scbCountryList .item {
	width: 90px;
	height: 30px;
	/* background: #4789FF; */
	border-radius: 15px;
	border: 1px solid #DDDDDD;
	text-align: center;
	font-weight: 300;
	font-size: 16px;
	/* color: #FFFFFF; */
	line-height: 26px;
	cursor: pointer;
	margin-right: 20px;
}

#scbCountryList .selected {
	width: 90px;
	height: 30px;
	background: #4789FF;
	border-radius: 15px;
	text-align: center;
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 26px;
	cursor: pointer;
	margin-right: 20px;
}

.scb-country {
	width: 100%;
	/* height: 950px; */
	background: #FFFFFF;
	box-shadow: 0px 10px 26px 1px rgba(0, 0, 0, 0.14);
	border-radius: 10px;
	/* border: 1px solid #000; */
	margin-top: 14px;
	z-index: 99;
	position: relative;
	padding-bottom: 30px;
}

.scb-countryRight {
	width: 450px;
	height: 1070px;
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #EEEEEE;
	padding: 10px 0px 20px 10px;
}

.scb-countryListBox {
	width: 700px;
	height: 1000px;
	background-color: #fff;
	overflow: auto;
	overflow-x: hidden;
}

.scb-countryListBox::-webkit-scrollbar {
	width: 6px;
}

/* 设置滚动条滑块的样式 */
.scb-countryListBox::-webkit-scrollbar-thumb {
	background: #cccccc;
	/* border-radius: 6px; */
}

.scb-countryList {
	/* height: 500px;
	overflow: auto; */
	width: 100%;
	height: 100%;
	padding-top: 24px;
	margin-top: -24px;
	box-sizing: border-box;
}

.scb-countryItem {
	width: 160px;
	height: 80px;
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #DDDDDD;
	font-weight: 400;
	font-size: 14px;
	padding: 9px 10px 10px 9px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 30px;
	cursor: pointer;
	position: relative;
	overflow: visible;
	transition: all 0.3s ease;
}

.scb-countryRecommendBadge {
	position: absolute;
	top: -8px;
	right: 0;
	z-index: 20;
	pointer-events: none;
	transform-origin: top right;
	opacity: 0;
	transform: scale(0);
	animation: scbBadgePopIn 0.55s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards,
		scbBadgeGlowPulse 2.6s 0.6s ease-in-out infinite;
}

.scb-countryRecommendBadgeBody {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
	height: 22px;
	min-width: 52px;
	padding: 5px 10px 5px 9px;
	box-sizing: border-box;
	background: linear-gradient(175deg, #ff6b6b 0%, #ff5252 30%, #e6393f 100%);
	clip-path: polygon(7px 0, 100% 0, 100% 100%, 0 100%, 0 6px);
	border-radius: 0 4px 4px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.35);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.4px;
	line-height: 1;
	white-space: nowrap;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
	overflow: hidden;
}

.scb-countryRecommendBadgeBody::after {
	content: '';
	position: absolute;
	top: -2px;
	left: -60%;
	width: 55%;
	height: calc(100% + 4px);
	background: linear-gradient(105deg,
			transparent 0%,
			rgba(255, 255, 255, 0.15) 20%,
			rgba(255, 255, 255, 0.55) 45%,
			rgba(255, 255, 255, 0.6) 50%,
			rgba(255, 255, 255, 0.25) 65%,
			transparent 85%);
	transform: skewX(-18deg);
	animation: scbBadgeShimmerSweep 2.8s 0.9s ease-in-out infinite;
	pointer-events: none;
	z-index: 2;
}

.scb-countryRecommendBadge::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 0 6px;
	border-color: transparent transparent transparent #9b1d1d;
	z-index: -1;
	filter: brightness(0.7);
}

.scb-countryRecommendBadge::after {
	content: '';
	position: absolute;
	top: 3px;
	left: 10px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.8);
	z-index: 3;
	pointer-events: none;
	animation: scbBadgeHighlightDot 2.2s 0.5s ease-in-out infinite;
}

.scb-countryRecommendBadgeStar {
	display: inline-block;
	color: #ffeaa7;
	font-size: 10px;
	line-height: 1;
	flex-shrink: 0;
	text-shadow: 0 0 6px rgba(255, 234, 167, 0.7);
	animation: scbBadgeStarTwinkle 1.8s 0.7s ease-in-out infinite;
}

@keyframes scbBadgePopIn {
	0% {
		opacity: 0;
		transform: scale(0) rotate(-8deg);
	}

	55% {
		opacity: 1;
		transform: scale(1.12) rotate(1.5deg);
	}

	75% {
		transform: scale(0.94) rotate(-0.8deg);
	}

	90% {
		transform: scale(1.03) rotate(0.3deg);
	}

	100% {
		opacity: 1;
		transform: scale(1) rotate(0deg);
	}
}

@keyframes scbBadgeGlowPulse {

	0%,
	100% {
		filter: drop-shadow(0 2px 5px rgba(255, 50, 40, 0.35));
	}

	35% {
		filter: drop-shadow(0 3px 10px rgba(255, 50, 40, 0.6));
	}

	70% {
		filter: drop-shadow(0 2px 5px rgba(255, 50, 40, 0.35));
	}
}

@keyframes scbBadgeShimmerSweep {
	0% {
		left: -60%;
	}

	45% {
		left: 110%;
	}

	100% {
		left: 110%;
	}
}

@keyframes scbBadgeStarTwinkle {

	0%,
	100% {
		opacity: 1;
		transform: scale(1);
	}

	40% {
		opacity: 0.45;
		transform: scale(0.7);
	}

	70% {
		opacity: 1;
		transform: scale(1.15);
	}
}

@keyframes scbBadgeHighlightDot {

	0%,
	100% {
		opacity: 0.55;
		transform: scale(1);
	}

	50% {
		opacity: 1;
		transform: scale(1.8);
	}
}

.scb-countryItem:nth-child(4) {
	margin-right: 0px;
}

.scb-countryItem:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* 点击的切换 */
.scb-countryList .activeP {
	background-color: #37446b;
	color: white;
	border-color: #3b82f6;
}

/* .scb-countryList:not(.activeP) {
	background-color: #ffffff;
	color: #333;
	width: 100%;
	height: 200px;
	overflow: hidden;
	background-color: #ffaa00;
} */


.scb-active {
	color: #fff;
	background: #4789FF;
	border-radius: 10px;
	border: 1px solid #DDDDDD;
}

.scb-tjdd {
	display: flex;
	width: 380px;
	line-height: 30px;
	margin-top: 10px;
	border-bottom: 1px solid #B5B5B5;
	padding-bottom: 15px;
}

#scb-gmList {
	/* width: 350px; */
}

.scb-gmList a {
	color: #000;
	text-decoration: none;
}

#scb-gmList .item {
	width: 94px;
	height: 33px;
	line-height: 30px;
	border: 1px solid #D5DFF3;
	text-align: center;
	display: inline-block;
	margin-bottom: 12px;
	cursor: pointer;
	margin-right: 10px;
	border-radius: 22px;
	font-size: 14px;
}

#scb-gmList .selected {
	width: 94px;
	height: 33px;
	background: #37446b;
	text-align: center;
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 26px;
	cursor: pointer;
}



.scb-footer {
	width: 303px;
	height: 41px;
	margin: 0 auto;
	line-height: 41px;
	text-align: center;
	background: #FF1E29;
	border-radius: 10px;
	display: flex;
	font-weight: 400;
	font-size: 20px;
	color: #FEFEFE;
	margin-top: 38px;
}

/* isp  静态代理 */


.staticIntroduce {
	width: 100%;
	height: 740px;
	background-color: #fff;
}

.staticIntroduce-Main {
	width: 100%;
	height: 100%;
	/* border: 1px solid #000; */
	padding-top: 118px;
}

.staticIntroduce-List {
	margin-top: 74px;
	position: relative;
}

.staticIntroduce-item {
	width: 580px;
	display: flex;
	padding: 30px 14px 58px 0px;
	display: inline-block;
	box-sizing: border-box;
}

.itemText {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 18px;
}

.multiDevice {
	width: 100%;
	height: 1350px;
	background-color: #F8F9FA;
}

.multiDevice-Main {
	padding-top: 63px;
}

.multiDList {
	display: flex;
	margin-top: 48px;
}

.multiItem {
	width: 282px;
	height: 300px;
	text-align: center;
	vertical-align: middle;
	/* border: 1px solid #000; */
	margin-right: 30px;

	position: relative;
}

.multiItem-title {
	font-weight: bold;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 17px;
}

.multiItem-des {
	font-weight: 400;
	font-size: 16px;
	color: #666666;
}

.multiItem-lj {
	width: 110px;
	margin: 0 auto;
	font-weight: bold;
	font-size: 20px;
	color: #666666;
	margin-top: 22px;
	cursor: pointer;

	position: absolute;
	bottom: 10px;
	left: 78px;
}


.staticResidenceFooter {
	width: 100%;
	height: 100%;
	padding-bottom: 30px;
}

.staticResidenceFooter-Main {
	width: 100%;
	height: 100%;
	padding-top: 30px;
}

.staticResidenceFooter-Bottom {
	/* width: 100%; */
	height: 423px;
	background: linear-gradient(-90deg, #FF5842 0%, #4789FF 100%);
	border-radius: 10px;
	/* margin-top: 60px; */
	display: flex;
	padding-left: 76px;
	padding-top: 44px;
}

.srfb-itemMain {
	margin-right: 30px;
}

.srfb-itemCom {
	width: 330px;
	height: 300px;
	background-image: url(/images/static/footer.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 11px 10px 10px 10px;
}

.srfb-text {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
}



/* 基础样式 */
.styled-select {
	width: 94px;
	height: 33px;
	background: #F3F6FB;
	border: 1px solid #D5DFF3;
	padding: 4px 0px 0px 14px;
	appearance: none;
	/* 移除默认样式 */
	-webkit-appearance: none;
	-moz-appearance: none;
}

/* 自定义下拉箭头 */
.styled-select {
	background-image: url('/images/static/sanjiao.png');
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 19px 8px;
}

/* 悬停效果 */
.styled-select:hover {
	border-color: #45a049;
	background-color: #fff;
}

/* 聚焦效果 */
.styled-select:focus {
	outline: none;
	border-color: #2196F3;
	box-shadow: 0 0 5px rgba(33, 150, 243, 0.5);
}

/* 禁用状态 */
.styled-select:disabled {
	background-color: #f0f0f0;
	color: #999;
	cursor: not-allowed;
}

/* 左侧的贴标 */
.leftFixedBox {
	position: absolute;
	left: -11%;
	top: 8%;
	font-weight: 300;
	font-size: 14px;
	color: #FFFFFF;
	z-index: 1;
}

.leftFixedBoxOne {
	width: 186px;
	height: 72px;
	padding-top: 18px;
	padding-left: 30px;
	background-image: url(/images/static/left1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 30px;
}

.leftFixedBoxTwo {
	width: 186px;
	height: 72px;
	padding-top: 18px;
	padding-left: 30px;
	background-image: url(/images/static/left2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 28px;
}

.leftFixedBoxThree {
	width: 186px;
	height: 72px;
	padding-top: 18px;
	padding-left: 30px;
	background-image: url(/images/static/left3.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


/* 二维码   图片 */
.ewmImage {
	width: 150px;
	height: 150px;
	margin-top: 20px;
	margin-left: 100px;
	display: none;
	position: relative;
}



.toast {
	padding: 30px;
}

#alipaysubmit {
	margin-top: 200px;
}


.carousel-container {
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%;
	margin-top: 60px;
}

.carousel-slide {
	display: none;
	transition: opacity 0.5s ease-in-out;
}

.carousel-slide.active {
	display: block;
}

.carousel-indicators {
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
}

.indicator {
	width: 12px;
	height: 12px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	cursor: pointer;
	transition: background-color 0.3s;
}

.indicator.active {
	background-color: white;
}

.carousel-control {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	padding: 4px;
	cursor: pointer;
	border-radius: 50%;
	transition: background-color 0.3s;
}

.carousel-control.prev {
	left: 20px;
}

.carousel-control.next {
	right: 20px;
}

.listCommonLBT {
	width: 352px;
	height: 442px;
	background: #FFFFFF;
	border-radius: 12px;
	text-align: center;
}

.listText {
	width: 304px;
	margin: 0 auto;
	color: #888888;
	margin-top: 23px;
	line-height: 1.8;
}


/* 提示框 */
.tooltip {
	position: absolute;
	right: -10px;
	top: -102px;
	background-color: #fff;
	border: 1px solid #000;
	width: 400px;
	height: 100px;
	display: inline-block;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	font-size: 14px;
	opacity: 0;
}

/* 提示框三角形 */
.tooltip::before,
.tooltip::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid transparent;
}

/* 外层三角形（边框色） */
.tooltip::before {
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	border-top-color: #ccc;
}

/* 内层三角形（背景色） */
.tooltip::after {
	bottom: -18px;
	left: 50%;
	margin-left: -9px;
	border-top-color: #fff;
}


.ipGouMai {
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0%;
	left: 0%;
	backdrop-filter: blur(8px);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99;
	display: none;
	padding-top: 100px;
}

.ipGouMai-in {
	width: 500px;
	height: 500px;
	position: fixed;
	left: 36%;
	top: 300px;
	background-color: #fff;
	/* opacity: .8; */
	border-radius: 20px;
	vertical-align: middle;
	padding-top: 20px;
	z-index: 100;
	border: 1px solid #b9b9b9;
	padding: 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}



/* ===== 全局变量 ===== */
:root {
	--bg-primary: #FFFFFF;
	--bg-secondary: #F8FAFC;
	--bg-tertiary: #F1F5F9;
	--text-primary: #0F172A;
	--text-secondary: #475569;
	--text-tertiary: #64748B;
	--text-muted: #94A3B8;
	--border-light: #E2E8F0;
	--border-medium: #CBD5E1;
	--accent-blue: #2563EB;
	--accent-blue-dark: #1D4ED8;
	--accent-blue-light: #EFF6FF;
	--accent-amber: #F59E0B;
	--accent-amber-bg: #FFFBEB;
	--accent-amber-border: #FDE68A;
	--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04);
	--shadow-md: 0 4px 12px rgba(0, 0, 0, 0.06);
	--shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.08);
	--shadow-xl: 0 20px 48px rgba(0, 0, 0, 0.10);
	--radius-sm: 6px;
	--radius-md: 10px;
	--radius-lg: 14px;
	--radius-xl: 18px;
	--transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	--transition-smooth: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	--font-sans: 'Inter', 'SF Pro Display', 'Segoe UI', system-ui, -apple-system, sans-serif;
	--font-mono: 'JetBrains Mono', 'SF Mono', 'Fira Code', 'Consolas', monospace;
}

/* ========== 主容器 ========== */
.console-container {
	width: 100%;
	max-width: 1200px;
	display: flex;
	gap: 40px;
	align-items: flex-start;
}

/* ========== 左侧面板：700px ========== */
.left-panel {
	flex: 0 0 700px;
	width: 700px;
	display: flex;
	flex-direction: column;
	background: var(--bg-primary);
	border-radius: var(--radius-xl);
	box-shadow: var(--shadow-md);
	border: 1px solid var(--border-light);
	transition: box-shadow var(--transition-fast);
	overflow: hidden;
}

.left-panel:hover {
	box-shadow: var(--shadow-lg);
}

/* 大洲导航 */
.continent-nav {
	display: flex;
	align-items: center;
	padding: 0 20px;
	border-bottom: 1px solid var(--border-light);
	background: var(--bg-primary);
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	flex-shrink: 0;
}

.continent-nav::-webkit-scrollbar {
	display: none;
}

.continent-tab {
	position: relative;
	padding: 16px 18px 14px;
	font-size: 14px;
	font-weight: 500;
	color: var(--text-secondary);
	cursor: pointer;
	white-space: nowrap;
	background: none;
	border: none;
	letter-spacing: 0.01em;
	transition: color var(--transition-fast), font-weight var(--transition-fast);
	user-select: none;
	flex-shrink: 0;
	outline: none;
}

.continent-tab:hover {
	color: var(--text-primary);
}

.continent-tab.active {
	color: var(--text-primary);
	font-weight: 700;
}

.continent-tab.active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 18px;
	right: 18px;
	height: 2.5px;
	background: var(--accent-blue);
	border-radius: 3px 3px 0 0;
}

/* 国家卡片网格 */
.country-grid-wrapper {
	padding: 18px 20px 18px;
	flex: 1;
}

.country-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: flex-start;
}

.country-card {
	width: 160px;
	height: 80px;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 12px;
	background: var(--bg-primary);
	border: 1.5px solid var(--border-light);
	border-radius: var(--radius-md);
	cursor: pointer;
	transition: all var(--transition-fast);
	user-select: none;
	position: relative;
	flex-shrink: 0;
}

.country-card:hover {
	transform: translateY(-2px);
	box-shadow: var(--shadow-md);
	border-color: #CBD5E1;
	background: #FAFBFC;
}

.country-card.selected {
	border-color: var(--accent-blue) !important;
	border-width: 2px !important;
	background: var(--accent-blue-light);
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.08);
	z-index: 1;
}

.country-card.selected:hover {
	border-color: var(--accent-blue-dark) !important;
	box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.10), var(--shadow-md);
}

.country-flag {
	font-size: 24px;
	line-height: 1;
	flex-shrink: 0;
	width: 28px;
	text-align: center;
	filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
	transition: transform var(--transition-fast);
}

.country-card:hover .country-flag {
	transform: scale(1.1);
}

.country-info {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.country-name {
	font-size: 13px;
	font-weight: 600;
	color: var(--text-primary);
	letter-spacing: 0.01em;
	line-height: 1.2;
}

.country-meta {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}

.country-sold {
	font-size: 10px;
	color: var(--text-tertiary);
	font-weight: 500;
}

.country-price {
	font-size: 11px;
	font-weight: 700;
	color: var(--text-primary);
	background: var(--bg-tertiary);
	padding: 1px 6px;
	border-radius: 4px;
	letter-spacing: 0.02em;
}

.country-check {
	position: absolute;
	top: 6px;
	right: 8px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--accent-blue);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	opacity: 0;
	transform: scale(0.6);
	transition: all var(--transition-fast);
	pointer-events: none;
}

.country-card.selected .country-check {
	opacity: 1;
	transform: scale(1);
}

/* ========== 右侧面板：460px ========== */
.right-panel {
	flex: 0 0 460px;
	width: 460px;
	position: sticky;
	top: 24px;
	background: var(--bg-primary);
	border-radius: var(--radius-xl);
	box-shadow: var(--shadow-lg);
	border: 1px solid var(--border-light);
	display: flex;
	flex-direction: column;
	transition: box-shadow var(--transition-fast);
	overflow: hidden;
}

.right-panel:hover {
	box-shadow: var(--shadow-xl);
}

.safety-banner {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 14px 18px;
	background: var(--accent-amber-bg);
	border-bottom: 1px solid var(--accent-amber-border);
	font-size: 12.5px;
	color: #92400E;
	line-height: 1.5;
}

.safety-icon {
	font-size: 18px;
	flex-shrink: 0;
	margin-top: 1px;
}

.order-content {
	padding: 20px 22px 22px;
	display: flex;
	flex-direction: column;
	gap: 18px;
	flex: 1;
}

.field-group {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-top: 10px;
}

.field-label {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	/* color: var(--text-tertiary); */
}

.readonly-value {
	width: 98%;
	font-size: 14px;
	font-weight: 600;
	color: var(--text-primary);
	background: var(--bg-secondary);
	padding: 10px 14px;
	border-radius: var(--radius-sm);
	border: 1px solid var(--border-light);
	min-height: 40px;
	display: flex;
	align-items: center;
	transition: background var(--transition-fast);
}

.readonly-value.highlight-change {
	animation: valueFlash 0.5s ease;
}

@keyframes valueFlash {

	0%,
	100% {
		background: var(--bg-secondary);
	}

	40% {
		background: #EFF6FF;
		border-color: #BFDBFE;
	}
}

/* 数量控制组件 */
.quantity-control {
	display: flex;
	align-items: center;
	width: 98%;
	border-radius: var(--radius-sm);
	border: 1.5px solid var(--border-medium);
	background: #fff;
	overflow: hidden;
}

.quantity-btn {
	flex: 0 0 44px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 300;
	color: var(--text-secondary);
	background: var(--bg-secondary);
	border: none;
	border-right: 1.5px solid var(--border-light);
	cursor: pointer;
	transition: all var(--transition-fast);
	user-select: none;
	outline: none;
}

.quantity-btn:last-child {
	border-right: none;
	border-left: 1.5px solid var(--border-light);
}

.quantity-btn:hover {
	background: #E2E8F0;
	color: var(--text-primary);
}

.quantity-btn:active {
	background: #CBD5E1;
}

.quantity-input {
	flex: 1;
	height: 40px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: var(--text-primary);
	background: #fff;
	border: none;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	font-family: var(--font-sans);
}

.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.quantity-input[type=number] {
	-moz-appearance: textfield;
}

.quantity-input:focus {
	outline: none;
}

/* 下拉选择框统一样式 */
.select-wrapper {
	position: relative;
}

.custom-select {
	width: 98%;
	padding: 10px 36px 10px 14px;
	font-size: 14px;
	font-weight: 500;
	border: 1.5px solid var(--border-medium);
	border-radius: var(--radius-sm);
	background: #fff;
	color: var(--text-primary);
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	transition: all var(--transition-fast);
	font-family: var(--font-sans);
	outline: none;
}

.custom-select:hover {
	border-color: #94A3B8;
}

.custom-select:focus {
	border-color: var(--accent-blue);
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.08);
}

.select-arrow {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	color: var(--text-muted);
	font-size: 20px;
}

/* 购买时长药丸 */
.duration-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.duration-pill {
	padding: 9px 15px;
	font-size: 13px;
	font-weight: 500;
	border-radius: 22px;
	cursor: pointer;
	user-select: none;
	border: 1.5px solid var(--border-medium);
	background: #fff;
	color: var(--text-secondary);
	transition: all var(--transition-fast);
	white-space: nowrap;
}

.duration-pill:hover {
	border-color: #94A3B8;
	background: #F8FAFC;
	transform: translateY(-1px);
}

.duration-pill.active {
	background: #0F172A;
	color: #fff;
	border-color: #0F172A;
	font-weight: 600;
	box-shadow: 0 3px 10px rgba(15, 23, 42, 0.2);
}

.duration-pill.special-pill {
	border-style: dotted;
	color: #6D28D9;
	border-color: #C4B5FD;
	background: #FAFAFE;
}

.duration-pill.special-pill.active {
	background: #6D28D9;
	color: #fff;
	border-color: #6D28D9;
	border-style: solid;
	box-shadow: 0 3px 10px rgba(109, 40, 217, 0.25);
}

/* 支付卡片 */
.payment-cards {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	width: 98%;
}

.payment-card {
	flex: 1;
	min-width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 12px 10px;
	font-size: 13px;
	font-weight: 500;
	border-radius: var(--radius-sm);
	cursor: pointer;
	user-select: none;
	border: 1.5px solid var(--border-medium);
	background: #fff;
	color: var(--text-secondary);
	transition: all var(--transition-fast);
}

.payment-card:hover {
	border-color: #94A3B8;
	background: #F8FAFC;
}

.payment-card.active {
	/* border-color: #ff1e29; */
	background: #37446b;
	color: #fff;
	font-weight: 600;
}

.order-footer {
	padding: 18px 22px 22px;
	border-top: 1px solid var(--border-light);
	background: #FAFBFC;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.total-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.total-label {
	font-size: 13px;
	font-weight: 600;
	color: var(--text-secondary);
	text-transform: uppercase;
}

.total-amount {
	font-size: 28px;
	font-weight: 800;
	font-family: var(--font-mono);
	letter-spacing: 0.02em;
	transition: all var(--transition-fast);
	margin-right: 10px;
	animation: pricePulse 0.4s ease;
}

@keyframes pricePulse {
	0%,
	100% {
		transform: scale(1);
	}

	40% {
		transform: scale(1.08);
		color: var(--accent-blue);
	}
}

.total-subnote {
	font-size: 11px;
	color: var(--text-muted);
	text-align: right;
	margin-top: -8px;
}

.btn-purchase {
	width: 100%;
	padding: 14px 20px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.03em;
	border: none;
	border-radius: var(--radius-md);
	cursor: pointer;
	background: #0F172A;
	color: #fff;
	transition: all var(--transition-fast);
	font-family: var(--font-sans);
}

.btn-purchase:hover {
	background: #1E293B;
	transform: scale(1.015);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.28);
}

/* ===== 模态弹窗 ===== */
.modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(15, 23, 42, 0.5);
	backdrop-filter: blur(4px);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: opacity var(--transition-smooth), visibility var(--transition-smooth);
}

.modal-overlay.active {
	opacity: 1;
	visibility: visible;
}

.modal-dialog {
	background: #fff;
	border-radius: var(--radius-xl);
	box-shadow: var(--shadow-xl);
	max-width: 420px;
	width: 90%;
	padding: 28px 30px 24px;
	text-align: center;
	transform: translateY(20px);
	transition: transform var(--transition-smooth);
}

.modal-overlay.active .modal-dialog {
	transform: translateY(0);
}

.modal-icon {
	font-size: 48px;
	margin-bottom: 12px;
}

.modal-title {
	font-size: 20px;
	font-weight: 700;
	color: var(--text-primary);
	margin-bottom: 10px;
}

.modal-message {
	font-size: 14px;
	color: var(--text-secondary);
	line-height: 1.6;
	margin-bottom: 8px;
}

.modal-highlight {
	font-weight: 600;
	color: #0F172A;
}

.modal-btn {
	margin-top: 20px;
	width: 100%;
	padding: 12px 20px;
	border: none;
	border-radius: var(--radius-md);
	background: #0F172A;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	transition: background var(--transition-fast);
}

.modal-btn:hover {
	background: #1E293B;
}

/* ===== 响应式 ===== */
@media (max-width: 1240px) {
	.console-container {
		gap: 20px;
	}

	.left-panel {
		flex: 0 0 58%;
		width: 58%;
		min-width: 500px;
	}

	.right-panel {
		flex: 0 0 38%;
		width: 38%;
		min-width: 340px;
	}

	.country-card {
		width: calc(25% - 15px);
		min-width: 130px;
	}
}

@media (max-width: 860px) {
	.console-container {
		flex-direction: column;
	}

	.left-panel,
	.right-panel {
		flex: 1 1 auto;
		width: 100%;
		min-width: unset;
	}

	.right-panel {
		position: static;
		top: auto;
	}

	.country-grid {
		gap: 10px;
	}

	.country-card {
		width: calc(33.333% - 7px);
		height: 75px;
	}
}

@media (max-width: 480px) {
	.country-card {
		width: calc(50% - 5px);
		height: 70px;
	}

	.country-flag {
		font-size: 20px;
		width: 22px;
	}

	.country-name {
		font-size: 11px;
	}
}
