/* 顶部联系方式 */
.top-contact {
	background: #2c3e50;
	color: #fff;
	padding: 8px 0;
	font-size: 14px;
}
.top-contact .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-contact a {
	color: #fff;
	text-decoration: none;
}

/* Logo文字样式 */
.navbar-brand-text {
	font-size: 16px;
	font-weight: bold;
	color: #2c3e50;
	text-decoration: none;
	line-height: 1.4;
}
.navbar-brand-text:hover {
	color: #e74c3c;
	text-decoration: none;
}

/* 回到顶部 */
#toTop {
	display: block;
}
#toTopHover {
	opacity: 1;
}
