
/* 导航条 */
.header {
	width: 100%;
	height: 48px;
	background-color: #121212 !important;
	position: relative;
	z-index: 3;
}

.header .header_content {
	display: flex;
	justify-content: space-between;
	height: 100%;
	align-items: center;
	padding: 0 24px;
}

.header .header_content .logo {
	width: auto;
	height: 36px;
}

.header .header_content .logo img {
	width: auto;
	height: 36px;
}

.header .header_content .nav_box {
	padding-left: 30px;
	height: 100%;
	align-items: center;
	display: flex;
	justify-content: space-between;
	flex: 1;
	flex-shrink: 1;
	min-width: 1px;
}

.header .header_content .nav_item {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.header .header_content .nav_text {
	padding: 0 10px;
	box-sizing: border-box;
	color: #fafafa;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 400;
	word-break: break-all;
	line-height: 20px;
}

.header .header_content .nav_user {
	display: flex;
	height: 100%;
	align-items: center;
}

.header_register {
	border: 1px solid #fafafa;
	border-radius: 14px;
	color: #fafafa;
	display: inline-block;
	font-size: 14px;
	height: 28px;
	line-height: 14px;
	padding: 6px 8px;
	text-align: center;
	white-space: nowrap;
	margin-left: 4px;
}

.header_line {
	height: 16px;
	margin: 16px 20px;
	width: 1px;
	background: hsla(0, 0%, 100%, .15);
	display: block;
}

.header_locale {
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 10px;
	cursor: pointer;
}

.Tooltip_content {
	border-radius: 12px;
	color: #030303;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.15;
	opacity: 1;
	padding: 0;
	text-align: left;
	text-transform: none;
	white-space: normal;
	word-break: break-word;
	/* background-color: #27292f; */
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 12px 60px rgba(14, 32, 66, .15), 0 1px 2px rgba(14, 32, 66, .05);
}

.LocaleSelector_menu {
	position: absolute !important;
	right: -5px !important;
	top: 100% !important;
	display: none;
}

.header_locale:hover .LocaleSelector_menu {
	display: inline-block;
}

.LocaleSelector_locale_menu_content {
	align-items: center;
	/* background-color: #27292f; */
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 380px;
}

.LocaleSelector_locale_list {
	display: grid;
	grid-template: auto/1fr 1fr 1fr;
	padding: 8px 0;
	width: 100%;
}

.LocaleSelector_locale_list_item {
	align-items: center;
	background-color: initial;
	color: #000;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	font-size: 14px;
	height: 46px;
	justify-content: flex-start;
	padding: 0 20px;
	text-transform: capitalize;
}

.LocaleSelector_locale_list_item.LocaleSelector_active,
.LocaleSelector_locale_list_item:hover {
	color: #007aff;
}

.LocaleSelector_container {
	align-items: center;
	color: #fff;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	font-size: 14px;
	font-weight: 400;
	height: 100%;
	justify-content: center;
	margin: 0 5px 0 0;
	padding: 0 10px;
	position: relative;
	text-transform: uppercase;
	transition: none !important;
	gap: 5px;
}

.download_card {
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 10px;
	cursor: pointer;
}

.nav_icon {
	width: 20px;
	height: 20px;
}

.tooltip_card {
	position: absolute !important;
	right: -5px !important;
	top: 100% !important;
	visibility: hidden;
	align-items: center;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 12px 60px rgba(14, 32, 66, .15), 0 1px 2px rgba(14, 32, 66, .05);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-width: 180px;
	box-sizing: border-box;
	padding: 4px;
	color: #000;
}

.download_card:hover .tooltip_card {
	visibility: visible;
}

.adhibition_card {
	display: flex;
	gap: 20px;
}

.tooltip_title {
	color: #000;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	margin-bottom: 6px;
	white-space: nowrap;
	align-self: center;
	margin-top: 14px;
}

.tooltip_qr {
	border-radius: 12px;
	align-self: center;
	background-color: #fff;
	width: 120px;
	height: 120px;
	margin-bottom: 20px;
}

.profile_card {
	height: 100%;
	display: flex;
	cursor: pointer;
	padding-left: 10px;
	position: relative;
}

.profile_card>img {
	width: 20px;
	height: 20px;
	align-self: center;
}

.profile_card:hover .tooltip_profile {
	visibility: visible;
}

.tooltip_profile {
	position: absolute !important;
	right: -50px !important;
	top: 100% !important;
	visibility: hidden;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 12px 60px rgba(14, 32, 66, .15), 0 1px 2px rgba(14, 32, 66, .05);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-width: 220px;
	box-sizing: border-box;
	padding: 12px;
	color: #000;
}

.tooltip_profile img {
	width: 24px;
	height: 24px;
	margin-right: 10px;
	align-self: center;
}

.tooltip_profile a {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	padding: 12px 16px;
	font-size: 14px;
	font-weight: 500;
	color: #000;
}

.tooltip_profile a:hover {
	background: #f9f9f9;
	border-radius: 4px;
	color: #000;
}

.information {
	height: 100%;
	display: flex;
	padding-right: 10px;
	align-items: center;
}

.wallet_box {
	position: relative;
	height: 100%;
}

.wallet {
	height: 100%;
	display: flex;
	flex-direction: row;
	padding: 0 10px;
	align-items: center;
	color: #fff;
	cursor: pointer;
}

.wallet img {
	width: 14px;
	height: 14px;
	margin-left: 5px;
}

.wallet_box:hover .tooltip_wallet {
	visibility: visible;
}

.tooltip_wallet {
	position: absolute !important;
	right: -50px !important;
	top: 100% !important;
	visibility: hidden;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 12px 60px rgba(14, 32, 66, .15), 0 1px 2px rgba(14, 32, 66, .05);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-width: 220px;
	box-sizing: border-box;
	padding: 12px;
	color: #000;
}

.tooltip_wallet img {
	width: 24px;
	height: 24px;
	margin-right: 10px;
	align-self: center;
}

.tooltip_wallet a {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	padding: 12px 16px;
	font-size: 14px;
	font-weight: 500;
	color: #000;
}

.tooltip_wallet a:hover {
	background: #f9f9f9;
	border-radius: 4px;
	color: #000;
}
a:hover {
	color: #fafafa;
}


