[v-cloak] {
	display: none;
}

@font-face {
	font-family: 'ArialBoldItalic';
	src: url('../font/ArialBoldItalic.ttf');
}

@font-face {
	font-family: 'ArialBold';
	src: url('../font/ArialBold.ttf');
}

@font-face {
	font-family: 'ArialItalic';
	src: url('../font/ArialItalic.ttf');
}

@font-face {
	font-family: 'Arial';
	src: url('../font/Arial.ttf');
}

@font-face {
	font-family: 'Impact';
	src: url('../font/Impact.ttf');
}

/* 固定导航同时空出间距 */
#header {
	height: 109px;
}
	.menu-bar {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100vw;
		height: 109px;
		background-color: #fff;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0px 37px;
		box-sizing: border-box;
		z-index: 1000;
	}

	.menu-bar-right {
		display: flex;
		width: 130px;
		display: flex;
		justify-content: space-between;
	}

	.menu {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100vw;
		height: 109px;
		background-color: #fff;
		overflow: hidden;
		opacity: 0;
		pointer-events: none;
	}

	.menu-fadeIn {
		pointer-events: all;
		display: block;
		transition: height .6s ease-out;
		opacity: 1;
		height: 100vh;
	}

	.menu-list {
		margin-top: 160px;
		width: 100%;
		display: flex;
		flex-direction: column;
		padding: 0px 36px;
		box-sizing: border-box;
		overflow: hidden;
	}

	.menu-item {
		width: 100%;
		border-bottom: 1px solid #000;
		color: #000;
		font-family: Arial;
		font-size: 36px;
		font-style: normal;
		font-weight: 400;
		line-height: 125px;
		text-transform: uppercase;
		box-sizing: border-box;
	}

	.menu-item-sub {
		padding-left: 34px;
		box-sizing: border-box;
		width: 100%;
		height: 126px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.menu-item-sub-s {
		color: #D80C24;
	}

	.menu-item-arrow {
		transition: transform 0.5s ease-out;
		z-index: 5;
	}

	.menu-item-arrow-s {
		transform: rotate(180deg);
	}

	.close {
		position: absolute;
		top: 29px;
		right: 36px;
	}

	.menu-about,
	.menu-models,
	.menu-Racing,
	.menu-car {
		position: fixed;
		display: none;
		top: 0px;
		left: 0px;
		width: 100vw;
		height: 100vh;
		background-color: #fff;
		z-index: 1001;
		overflow: hidden;
	}

	.menu-sub-title {
		position: absolute;
		top: 86px;
		width: 100%;
		display: flex;
		justify-content: center;
		color: #000;
		font-family: Arial;
		font-size: 36px;
		font-style: normal;
		font-weight: 400;
		line-height: 60.5px;
		text-transform: uppercase;
	}

	.back {
		position: absolute;
		top: 29px;
		left: 36px;
	}

	.back img {
		transform: rotate(180deg);
	}

	.menu-car-title1 {
		color: #C4C4C4;
	}

	.menu-car-category-con {
		padding-top: 205px;
		width: 100%;
		height: 52px;
		overflow: hidden;
		border-bottom: 1px solid #E4E4E4;
	}

	.menu-car-category {
		position: relative;
		padding-bottom: 24px;
		width: 100%;
		display: flex;
		justify-content: flex-start;
		overflow-x: auto;
	}

	.padd170 {
		margin-top: 170px;
	}

	.car-category-item {
		color: #000;
		font-family: Arial;
		font-size: 32px;
		font-style: normal;
		font-weight: 400;
		line-height: 80.493%;
		box-sizing: border-box;
		white-space: nowrap;
	}

	.car-category-item span {
		padding: 0px 32px;
	}

	.car-category-line {
		margin-top: 21px;
		width: 100%;
		height: 2px;
		background-color: #D80C24;
	}

	.menu-car-list {
		width: 100%;
		height: calc(100vh - 280px);
		display: flex;
		flex-direction: column;
		padding: 0px 36px;
		box-sizing: border-box;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.list-item-category {
		display: flex;
		align-items: center;
		padding-top: 44px;
	}

	.list-item-category span {
		color: #000;
		font-family: Arial;
		font-size: 32px;
		font-style: normal;
		font-weight: 400;
		line-height: 26px;
		padding: 0px 20px 0px 10px;
	}

	.list-item {
		width: 678px;
		height: 125px;
		border-bottom: 1px solid #000;
		display: flex;
		align-items: center;
	}

	.list-item:first-child {
		padding-top: 30px;
	}

	.list-item span {
		padding-left: 60px;
		color: #000;
		font-family: Arial;
		font-size: 32px;
		font-style: normal;
		font-weight: 400;
	}

	.list-item img {
		width: 150px;
	}

/* =========================================footer======================================== */
.footer {
	width: 100%;
	background-color: #000;
	box-sizing: border-box;
	padding: 60px 35px 65px 35px;
	color: #fff;
}

.footer_address {
	font-family: Arial;
	font-size: 36px;
}

.footer_address_txt {
	margin-top: 20px;
	display: flex;
	align-items: center;
	font-size: 22px;

}

.footer_address_txt img {
	width: 16.007px;
	height: 20.715px;
	margin-right: 5px;
}

.footer-content-contcat_us {
	margin-top: 100px;
}

.footer_contcat {
	font-family: Arial;
	font-size: 36px;
}

.footer_contcat_txt {
	margin-top: 20px;
	margin-bottom: 60px;
	font-size: 22px;

}

.line {
	width: 100%;
	height: 1px;
	background-color: #bdbaba;
}

.footer-medium {
	display: flex;
	width: 100%;
	justify-content: center;
}

.footer-medium div {
	margin: 35px 30px;
}

.footer-Facebook {
	width: 50px;
	height: 50px;
	background-image: url("../img/footer/icon1_active.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-Facebook:hover {
	background-image: url("../img/footer/icon1.png");
}

.footer-Instagram {
	width: 50px;
	height: 50px;
	background-image: url("../img/footer/icon4_active.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-Instagram:hover {
	background-image: url("../img/footer/icon4.png");
}

.footer-YouTube {
	width: 50px;
	height: 50px;
	background-image: url("../img/footer/icon3_active.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-YouTube:hover {
	background-image: url("../img/footer/icon3.png");
}

.footer-TikTok {
	width: 50px;
	height: 50px;
	;
	background-image: url("../img/footer/icon5_active.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-TikTok:hover {
	background-image: url("../img/footer/icon5.png");
}

.footer-website {
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-website img:nth-child(1) {
	/* width: 38.952px;
	height: 38.952px; */
}

.footer-website-txt {
	font-family: Arial;
	font-size: 24.929px;
	margin: 0 10px 0 20px;
}

.below_icon {
	width: 20.581px;
	height: 10.581px;
}

.footer-company {
	margin-top: 50px;
	color: #FFF;
	text-align: center;
	font-family: Arial;
	font-size: 21px;
}

/* ==================================map======================================= */
.mapCon {
	width: 100%;
	height: 100vh;
	background-color: #FFF;
	overflow: hidden;
}
.map-page {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#map-con {
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: "微软雅黑";
}
/* 搜索 */
.search {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
	background-color: rgba(0, 0, 0, 0.9);
	transition: height .6s ease-out;
	overflow: hidden;
}

.search-show {
	height: 100vh;
}

.search-con {
	width: 100%;
	padding: 57px 37px;
	box-sizing: border-box;
}

.search-bar {
	padding-top: 364px;
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.search-select {
	width: 170px;
	height: 70px;
	background-color: #ffffff;
	color: #000;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.search-input {
	background-color: #ffffff;
	width: 680px;
	height: 70px;
	border: 1px solid #999;
	padding: 0px 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.search-txt {
	color: #000000;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 100%;
	height: 100%;
	background: none;
	outline: none;
	border: none;
	padding-right: 30px;
	box-sizing: border-box;
}
/* google */
.gm-style-iw-tc{
	display: none;
}
.gm-style .gm-style-iw-c{
	/* padding: 0; */
}
.mask-image{
	width: 21px;
	height: 21px;
}
.gm-ui-hover-effect{
	opacity: 1;
	margin-top: 7px !important;
	margin-right: 15px !important;
}
.gm-ui-hover-effect span{
	width: 21px !important;
	height: 21px !important;
}
.gm-ui-hover-effect:hover span{
	transform: rotate(90deg);
	transition: transform .5s ease-out;
}
.map-info{
	width: 500px;
	height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.map-info-top{
	display: flex;
	margin-left: 38px;
}
.map-info-title{
	padding-left: 17px;
	color: #000;
	font-family: Arial;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
}
.map-info-line{
	margin:18px 0px 27px 38px;
	width: 460px;
	height: 1px;
	background-color: #E2E2E2;
}
.map-info-bottom{
	margin-left: 38px;
	display: flex;
	align-items: center;
}
.map-info-arrow{
	margin-left: 260px;
}