.hcsy-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 375px;
	height: 70px;
	background: #0d3b8e;
	z-index: 999;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 110px;
}

.hcsy-header img {
	height: 75px;
	margin-left: -102px;
}

.hcsy-header .lang {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
}

/* 底部导航 */
.hcsy-nav {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 375px;
	height: 65px;
	background: #ffffff;
	display: flex;
	z-index: 999;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, .1)
}

.hcsy-nav a {
	flex: 1;
	text-align: center;
	color: #a8c7ff;
	padding-top: 7px;
	font-size: 12px;
	/*position:relative;*/
	text-decoration: none;
}


.hlc2025_vic {
    width: 23px;
    height: 23px;
    align-items: center;
    margin: 0px -27px 19px 0px;
}

.hlc2025_vic1 {
    width: 23px;
    height: 23px;
    align-items: center;
    margin: 0 -39px 19px 0px;
}

.hcsy-nav a.active {
	color: #302c2cc7;
	font-weight: bold
}

.hcsy-nav a.active::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 30px;
	height: 3px;
	background: #ffffff;
	border-radius: 2px;
}

.hcsy-nav i {
	font-size: 24px;
	display: block;
	margin-bottom: 4px;
}

.hcsy-nav-call {
	background: #ffd700 !important;
	color: #d00 !important;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	margin-top: -25px;
	box-shadow: 0 8px 25px rgba(255, 215, 0, .5);
	transform: scale(1.15)
}

.hcsy-nav-call i {
	font-size: 32px !important
}