/* Bootstrap 基础样式 */
.header-top .container {
	width: 100%;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
	margin-right: auto;
	margin-left: auto;
}
 @media (min-width: 576px) {
.header-top .container {
	max-width: 540px;
}
}
 @media (min-width: 768px) {
.header-top .container {
	max-width: 720px;
}
}
 @media (min-width: 992px) {
.header-top .container {
	max-width: 960px;
}
}
 @media (min-width: 1200px) {
.header-top .container {
	max-width: 1140px;
}
}
 @media (min-width: 1400px) {
.header-top .container {
	max-width: 1320px;
}
}
.header-top .row {
 --bs-gutter-x: 1.5rem;
 --bs-gutter-y: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
 margin-top: calc(-1 * var(--bs-gutter-y));
 margin-right: calc(-0.5 * var(--bs-gutter-x));
 margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.header-top .row > * {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
 padding-right: calc(var(--bs-gutter-x) * 0.5);
 padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-top: var(--bs-gutter-y);
}
.header-top .col {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0%;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
}
 @media (min-width: 1200px) {
.row-cols-xl-2 > * {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50%;
}
}
.align-items-center {
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}
@media (min-width: 992px) {
.d-lg-block {
	display: block !important;
}
}
.header-top-lan ul li, .header-top-curr ul li {
	margin-top: 0;
}
/* 背景颜色 */
.bg-light {
	background-color: #E8E8E8 !important;
}
/* 下拉菜单样式 */
.dropdown {
	position: relative;
}
.dropdown-toggle {
	white-space: nowrap;
}
.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}
.dropdown-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0;
	font-size: 1rem;
	color: #666666;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}
.dropdown-menu-right {
	right: 0;
	left: auto;
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
	color: #1e2125;
	background-color: #e9ecef;
}
.dropdown-item.active {
	color: #fff;
	text-decoration: none;
	background-color: #0d6efd;
}
/* Header Top Links 样式 */
.header-top-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.header-top-links a {
	font-size: 12px;
	line-height: 1.715;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 24px;
	text-decoration: none;
	color: #212121;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
}
.header-top-links a:hover {
	color: #e98135;
}
.header-top-links span {
	font-size: 12px;
	line-height: 1.715;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 3px;
	color: #212121;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
}
/* Language & Currency 样式 */
.header-top-lan-curr-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.header-top-lan-curr-link .dropdown .dropdown-toggle {
	font-size: 12px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	color: #212121;
	border: none;
	background-color: transparent;
	margin-right: 20px;
	padding: 0 20px 0 0;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	height: 50px;
	position: relative;
}
.header-top-lan-curr-link .dropdown .dropdown-toggle:hover {
	color: #e98135;
}
.header-top-lan-curr-link .dropdown .dropdown-toggle i {
	margin-left: 4px;
}
.header-top-lan-curr-link .dropdown .dropdown-toggle::after {
	display: none;
}
.header-top-lan-curr-link .dropdown .dropdown-toggle:focus {
	outline: 0;
}
.header-top-lan-curr-link .dropdown .dropdown-toggle::before {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #d5d4d4;
	height: 10px;
	width: 1px;
}
.header-top-lan-curr-link .dropdown .dropdown-menu {
	inset: auto !important;
	padding: 10px 0;
	border-radius: 0;
	border-bottom: 3px solid #e98135;
}
.header-top-lan-curr-link .dropdown .dropdown-menu li .dropdown-item {
	font-size: 13px;
}
.header-top-lan-curr-link .dropdown .dropdown-menu li .dropdown-item:hover, .header-top-lan-curr-link .dropdown .dropdown-menu li .dropdown-item.active {
	background: none;
	color: #e98135;
	padding-left: 20px;
}
/* Header Top Message 样式 */
.header-top-message {
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 0;
	font-size: 12px;
	font-family: "Montserrat", sans-serif;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	color: #212121;
	padding: 25px 0;
	height: 50px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
 @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.header-top-message {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
}
 @media only screen and (max-width: 479px) {
.header-top-message {
	font-size: 10px;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
}
.header-top-message a {
	font-size: 12px;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	margin-left: 17px;
	text-decoration: underline;
	letter-spacing: 0.5px;
	color: #e98135;
}
 @media only screen and (min-width: 1200px) and (max-width: 1599px) {
.header-top-message a {
	margin-left: 10px;
}
}
.header-top-message a:hover {
	color: #212121;
}
 @media only screen and (max-width: 479px) {
.header-top-message a {
	font-size: 10px;
	margin-top: 3px;
	margin-left: 0px;
}
}
/* 动画样式 */
.animate {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
 @keyframes slideIn {
 0% {
 -webkit-transform: translateY(1rem);
 transform: translateY(1rem);
 opacity: 0;
}
 100% {
 -webkit-transform: translateY(0rem);
 transform: translateY(0rem);
 opacity: 1;
}
}
 @-webkit-keyframes slideIn {
 0% {
 -webkit-transform: translateY(1rem);
 -webkit-opacity: 0;
}
 100% {
 -webkit-transform: translateY(0);
 -webkit-opacity: 1;
}
}
.slideIndropdown {
	-webkit-animation-name: slideIn;
	animation-name: slideIn;
}
/* FontAwesome 图标支持 */
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@font-face {
	font-family: 'FontAwesome';
	src: url('../font/fontawesome-webfont.eot');
	src: url('../font/fontawesome-webfont.eot') format('embedded-opentype'), url('../font/fontawesome-webfont.woff2') format('woff2'), url('../font/fontawesome-webfont.woff') format('woff'), url('../font/fontawesome-webfont.ttf') format('truetype'), url('../font/fontawesome-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal
}
.fa-angle-down:before {
	content: "\f107";
}
