@charset "utf-8";

html,
body,
div,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
input,
textarea,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	/*border:0;*/
	font: inherit;
	text-decoration: none;
	border:none
}

* {
	font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", "WenQuanYi Micro Hei", "\5B8B\4F53", "微软雅黑";
}

html {
	/*font-size:62.5%;*/
	font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", "WenQuanYi Micro Hei", "\5B8B\4F53", "微软雅黑";
}

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	background: none;
	color: #333;
	font-size: 14px;
	font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", "WenQuanYi Micro Hei", "\5B8B\4F53", "微软雅黑";

}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

ol,
ul {
	list-style: none
}

li {
	list-style-type: none;
}



abbr,
acronym {
	border: 0
}

a {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}

html {
	-webkit-text-size-adjust: none
}

img {
	border: none;

}

video {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

input,
textarea {
	outline: none;
}

input[type="text"]:disabled {
	color: #999;
}

input {
	-webkit-user-select: auto !important;
}

input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
	-webkit-appearance: none;
}

.train {
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	/* Firefox 4 */
	-webkit-transition: all 0.4s;
	/* Safari �� Chrome */
	-o-transition: all 0.4s;
	/* Opera */
}

.efont {
	font-family: arial, Helvetica, tahoma, Verdana, sans-serif;
}

.all {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.L {
	float: left
}

.R {
	float: right
}

.whf94 {
	width: 94%;
	height: auto;
	float: left;
	margin-left: 3%;
}

.whf75 {
	width: 75%;
}

.whf50 {
	width: 50%;
}

.whf33 {
	width: 33.3%;
}

.whf25 {
	width: 25%;
}

.whf {
	width: 100%;
	height: auto;
	float: left;
}

.txt_center {
	text-align: center
}

.txt_right {
	text-align: right
}

.f12 {
	font-size: 12px
}

.f14 {
	font-size: 14px
}

.f16 {
	font-size: 16px
}

.f18 {
	font-size: 18px
}

.f20 {
	font-size: 20px
}

.fstrong {
	font-weight: 700
}

.lineH20 {
	line-height: 20px
}

.lineH30 {
	line-height: 30px
}

.txt_one {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.txt_two {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.overflowhidden {
	overflow: hidden
}

.colred {
	color: red
}

.colfff {
	color: #fff
}

.col999 {
	color: #999
}

.col666 {
	color: #666
}

.col333 {
	color: #333
}

.mar_10 {
	margin: 1rem
}

.mar_t10 {
	margin-top: 10px
}

.mar_r10 {
	margin-right: 10px
}

.mar_l10 {
	margin-left: 10px
}

.mar_b10 {
	margin-bottom: 10px
}

.pad_10 {
	padding: 10px
}

.pad_t10 {
	padding-top: 10px
}

.pad_r10 {
	padding-right: 10px
}

.pad_l10 {
	padding-left: 10px
}

.pad_b10 {
	padding-bottom: 10px
}

.mar_5 {
	margin: 5px
}

.mar_t5 {
	margin-top: 5px
}

.mar_r5 {
	margin-right: 5px
}

.mar_l5 {
	margin-left: 5px
}

.mar_b5 {
	margin-bottom: 5px
}

.pad_5 {
	padding: 5px
}

.pad_t5 {
	padding-top: 5px
}

.pad_r5 {
	padding-right: 5px
}

.pad_l5 {
	padding-left: 5px
}

.pad_b5 {
	padding-bottom: 5px
}

.bgfff {
	background: #fff
}

.bgred {
	background: red
}

.borderonececec {
	border: 1px solid #ececec
}

.borderbottom {
	border-bottom: 1px solid #ececec
}

.bordertop {
	border-top: 1px solid #ececec
}

.borderight {
	border-right: 1px solid #ececec
}

.borderleft {
	border-left: 1px solid #ececec
}

.yuanjiao {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.yuanjiao100 {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.alltanchubg {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99;
	background: rgba(0, 0, 0, .0);
}

.icon20 {
	width: 20px;
	height: 20px;
}

.icon16 {
	width: 16px;
	height: 16px;
	margin: 2px
}

.icon30 {
	width: 30px;
	height: 30px;
}

.icon40 {
	width: 40px;
	height: 40px;
}

.icon60 {
	width: 60px;
	height: 60px;
}

.prore {
	position: relative
}

.proab {
	position: absolute
}

.profi {
	position: fixed
}

.pos_t0 {
	top: 0;
}

.pos_b0 {
	bottom: 0;
}

.pos_r0 {
	right: 0;
}

.pos_l0 {
	left: 0;
}

.juzhong {
	display: flex;
	justify-content: center;
	align-items: center;
	/*background: #171311;*/
}

.bigjuzhong {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.cuizhi {
	flex-direction: column;
}

.overflowyauto {
	overflow-y: auto
}

.overflowxauto {
	overflow-x: auto
}

.zindex999 {
	z-index: 999
}

.vgm {
	vertical-align: -4px
}

.glass-panel {
	background: rgba(201, 178, 163, 0.6);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border: 1px solid rgba(212, 161, 84, 0.15);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.metal-gradient {
	/* Tailwind bg-clip-text bg-gradient-to-r from-gold-200 to-gold-500 的原生实现 */
	background: linear-gradient(to right, #ebd4aa, #b49156);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(0 0 2px rgba(212, 161, 84, 0.3));
}

/* --- 核心动画的自定义图标和样式 (替换 Lucide-React) --- */
.icon-svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* --- 导航链接交互反馈 --- */
.nav-link {
	position: relative;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0.85;
}

.nav-link:hover {
	opacity: 1;
	color: #ebd4aa !important;
	text-shadow: 0 0 10px rgba(212, 161, 84, 0.3);
}

.nav-link::after {
	content: '';
	position: absolute;
	bottom: 12px;
	left: 50%;
	width: 0;
	height: 2px;
	background: linear-gradient(to right, #ebd4aa, #b49156);
	transition: all 0.3s ease;
	transform: translateX(-50%);
	border-radius: 2px;
	box-shadow: 0 0 8px rgba(180, 145, 86, 0.5);
}

.nav-link:hover::after {
	width: 30px;
}

/* --- 下拉菜单样式优化 --- */
.dropdown-container {
	position: relative;
}

.dropdown-menu {
	display: block;
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translateX(-50%) translateY(10px);
	width: 140px;
	background: rgba(28, 25, 23, 0.9);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(212, 161, 84, 0.3);
	z-index: 1000;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.dropdown-container:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}

.dropdown-menu a {
	display: block;
	width: 100% !important;
	float: none !important;
	line-height: 48px !important;
	height: 48px !important;
	text-align: center;
	color: #e7e5e4 !important;
	font-size: 14px !important;
	text-decoration: none !important;
	transition: all 0.3s;
	border-bottom: 1px solid rgba(212, 161, 84, 0.05);
}

.dropdown-menu a:last-child {
	border-bottom: none;
}

.dropdown-menu a:hover {
	background: linear-gradient(to right, rgba(235, 212, 170, 0.1), rgba(180, 145, 86, 0.2));
	color: #ebd4aa !important;
	padding-left: 5px;
	/* 轻微位移反馈 */
}

/* 登录按钮优化 */
.login-btn-custom {
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.login-btn-custom:hover {
	background: #c49649 !important;
	color: #0c0a09 !important;
	box-shadow: 0 0 20px rgba(196, 150, 73, 0.4);
	transform: translateY(-1px);
}

/* --- Global Footer --- */
.global-footer {
	background: #1c1917;
	padding: 30px 20px;
	color: #a8a29e;
	font-size: 14px;
	border-top: 1px solid rgba(212, 161, 84, 0.2);
	width: 100%;
	float: left;
	text-align: center;
	line-height: 28px;
	box-sizing: border-box;
}

.global-footer a.col_gold {
	color: #ebd4aa !important;
	transition: all 0.3s;
}

.global-footer a.col_gold:hover {
	color: #b49156 !important;
	text-decoration: underline;
}