.footer {
	background: var(--primary-dark);
	color: rgba(255, 255, 255, .85);
	padding: 32px 0 20px;
	margin-top: 32px;
}

.footer-nav {
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.footer-nav a {
	color: rgba(255, 255, 255, .85);
	margin: 0 16px;
	font-size: 14px;
}

.footer-nav a:hover {
	color: var(--accent-gold);
}

.footer-info {
	text-align: center;
	padding: 20px 0;
}

.footer-info .company {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	color: var(--accent-gold);
}

.footer-info .contact {
	font-size: 13px;
	color: rgba(255, 255, 255, .75);
	margin-bottom: 12px;
}

.footer-info .contact:last-child {
	margin-bottom: 0;
}

.footer-info .contact span {
	margin: 0 12px;
}

.footer-copy {
	text-align: center;
	font-size: 12px;
	color: rgba(255, 255, 255, .55);
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, .15);
	line-height: 1.8;
}

.pop_login_hy {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
}

.login_info_hy {
	width: 380px;
	background: #fff;
	border-radius: 8px;
	padding: 30px 24px 24px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.logo_blt_hy {
	position: relative;
	margin-bottom: 16px;
}

.logo_blt_hy img {
	width: 64px;
	height: 64px;
}

.login_colse_hy {
	position: absolute;
	right: -6px;
	top: -10px;
	font-size: 24px;
	color: #999;
	cursor: pointer;
	line-height: 1;
}

.login_tit_hy {
	font-size: 13px;
	color: #666;
	line-height: 1.9;
}

.login_tit_hy.login_cent_hy {
	font-size: 17px;
	color: #333;
	font-weight: bold;
	margin-bottom: 6px;
}

.login_btn_hy {
	display: flex;
	margin-top: 20px;
	gap: 12px;
}

.login_btn_hy .btn_up {
	flex: 1;
	height: 42px;
	line-height: 42px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 15px;
	border: none;
}

.login_rig_hy {
	background: #c8161d;
	color: #fff;
}

.login_left_hy {
	background: #f0f0f0;
	color: #666;
}

.pop_loginform_hy {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 10000;
	display: none;
	align-items: center;
	justify-content: center;
}

.loginform_inner_hy {
	width: 380px;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.loginform_card_head_hy {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 20px;
	border-bottom: 1px solid #eee;
}

.loginform_card_title_hy {
	font-size: 17px;
	font-weight: bold;
	color: #333;
}

.loginform_close_hy {
	font-size: 24px;
	color: #999;
	cursor: pointer;
	line-height: 1;
}

.loginform_form_hy {
	padding: 20px;
}

.loginform_group_hy {
	margin-bottom: 16px;
}

.loginform_label_hy {
	display: block;
	font-size: 13px;
	color: #666;
	margin-bottom: 6px;
}

.loginform_input_hy {
	width: 100%;
	height: 42px;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 0 12px;
	font-size: 14px;
	box-sizing: border-box;
	outline: none;
}

.loginform_input_group_hy {
	display: flex;
}

.loginform_input_group_hy .loginform_input_hy {
	flex: 1;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.loginform_btn_send_hy {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 14px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-left: none;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	font-size: 13px;
	color: #c8161d;
	cursor: pointer;
	white-space: nowrap;
}

.loginform_btn_send_hy.disabled {
	color: #aaa;
	cursor: default;
}

.loginform_btn_submit_hy {
	width: 100%;
	height: 44px;
	background: #c8161d;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 15px;
	cursor: pointer;
	margin-top: 4px;
}

.loginform_tip_hy {
	font-size: 12px;
	color: #999;
	margin-top: 12px;
	text-align: center;
}