html,
body {
	margin: 0;
	padding: 0;
	font-family: PingFang SC, Helvetica Neue, Helvetica, Arial, Hiragino Sans GB, Microsoft Yahei, \\5FAE软雅黑, STHeiti, \\534E文细黑, sans-serif;
	background-image: linear-gradient(to right, #eff3ee, #ecf1ee);
}

/* body div {
	position: relative;
}
 */
/*清除浮动*/
.clearfix:after {
	visibility: hidden;
	clear: both;
	display: block;
	content: ".";
	height: 0
}

.clearfix {
	*zoom: 1
}

#page-parent {
	display: flex;
}

.left-right-page {
	position: relative;
	width: 12%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#center-page {
	width: 76%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#center-page-header {
	width: 100%;
	height: 15%;
}

#center-page-main {
	width: 100%;
	height: 75%;
}

#center-page-footer {
	width: 100%;
	height: 10%;

}

.start-logo {
	animation: wm1 0.5s infinite linear;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@keyframes wm1 {
	0% {
		transform: rotateZ(0deg);
	}

	100% {
		transform: rotateZ(360deg);
	}
}

/* 头部区域 */
#header {
	position: relative;
}

#nav {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0px;

}

#nav ul {
	width: 100%;
	padding: 0;
	float: left;
}

#nav ul li {
	float: left;
	height: 5vw;
	line-height: 5vw;
	list-style-type: none;
}

#nav ul li a {
	line-height: 1vw;
	margin-right: 4vw;
	font-size: 1.1vw;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #0B9064;
	border-bottom: 2px solid #0B9064;
}



/* #nav>ul>li>#nav_home {
	color: #0B9064;
	border-bottom: 2px solid #0B9064;
}
 */
.nav_unselect_style {
	color: #23262D;

}

.nav_selected_style {
	color: #0B9064 !important;
	border-bottom: 2px solid #0B9064;

}



#quotation-inquiry {
	padding-left: 21px;
	padding-right: 21px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #0B9064;
	border: 1px solid #0B9064;
	border-radius: 25px;
	font-size: 1.1vw;
	text-align: center;
	margin-right: 0 !important;
	/* 	text-decoration: none;
	position: absolute;
	top: 32%;
	right: 0px; */
}

#warranty-inquiry {
	padding-left: 21px;
	padding-right: 21px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #0B9064;
	border: 1px solid #0B9064;
	border-radius: 25px;
	font-size: 1.1vw;
	text-decoration: none;
	margin-right: 1vw !important;
	/* 	display: flex;
	position: absolute;
	top: 32%;
	right: 8vw; */
}

/* 左侧固定页面 */
.logo {
	width: 6vw;
	height: 6vw;
	position: absolute;
	top: 2.5%;
	text-align: center;
}

.welcome {
	position: absolute;
	top: 50%;
	left: 0;
	opacity: 0.3;
	transform: rotate(270deg);
	/** 垂直居中 **/
}

.welcome span {
	font-size: 0.8rem;
}

/* 右侧固定页面 */
.contact-information {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
}

.contact-information ul {
	padding: 0;
}

.contact-information li {
	list-style: none;
}

.contact-information li img {
	width: 3vw;
	height: 3vw;
}

/* #kefu-infomation p {
	margin: 0;
	padding: 0;
} */

/* 质保查询弹窗 */
.warranty-inquiry-mask {
	position: fixed;
	left: 0px;
	top: 0px;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	width: 100%;
	height: 100%;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
}

.warranty-inquiry-dialog {
	position: relative;
	background: #fff;
	width: 30%;
	border-radius: 14px;
	margin: 0 auto;
	box-shadow: 0px 2px 48px 0px rgba(0, 0, 0, 0.03);
}

#warranty-inquiry-dialog-hide {
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 5px;
	background: red;
	color: #fff;
	right: 5px;
	top: 5px;
	text-align: center;
}

#warranty-inquiry-dialog-son {
	background: white;
	text-align: center;
	border-radius: 14px;
	box-shadow: 0px 2px 48px 0px rgba(0, 0, 0, 0.03);
}

#warranty-inquiry-dialog-son h2 {
	font-size: 24px;
	font-family: Source Han Sans CN, Source Han Sans CN-Medium;
	font-weight: 500;
	text-align: center;
	color: #23262d;
	margin: 0;
	padding: 0;
	padding-top: 60px;
	letter-spacing: 1.5px;
}

#phone {
	display: inline-block;
	margin-top: 40px;
	height: 50px;
	width: 76%;
	border: 1px solid #8D8E93;
	border-radius: 50px;
	font-size: 16px;
	color: #8D8E93;
	text-align: center;
}

#car-no {
	margin-top: 20px;
	display: inline-block;
	height: 50px;
	width: 76%;
	border: 1px solid #8D8E93;
	border-radius: 50px;
	font-size: 16px;
	color: #8D8E93;
	text-align: center;
}

#query {
	width: 76%;
	height: 50px;
	border-radius: 50px;
	border: 0;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 700;
}

#context-1 {
	line-height: 1vw;
	margin-top: 2vw;
	font-size: 0.8vw;
}

#context-2 {
	line-height: 1vw;
	font-size: 0.8vw;
	padding: 0;
	margin: 0;
	padding-bottom: 2vw;
}



/* 报价查询弹窗 */
.quotation-inquiry-mask {
	position: fixed;
	left: 0px;
	top: 0px;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	width: 100%;
	height: 100%;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
}

.quotation-inquiry-dialog {
	position: relative;
	background: #fff;
	width: 27%;
	height: 63%;
	border-radius: 14px;
	box-shadow: 0px 2px 48px 0px rgba(0, 0, 0, 0.03);

}

#quotation-inquiry-dialog-hide {
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 5px;
	background: red;
	color: #fff;
	right: 5px;
	top: 5px;
	text-align: center;
}

#quotation-inquiry-dialog-left {
	background: white;
	text-align: center;
	border-radius: 14px;
	width: 100%;
	height: 100%;
}

#quotation-inquiry-dialog-left h2 {
	padding: 0;
	margin: 0;
	padding-top: 2vw;
	padding-bottom: 0.8vw;
	font-size: 1.4vw;
	font-family: Source Han Sans CN, Source Han Sans CN-Medium;
	font-weight: 500;
	text-align: center;
	color: #23262d;
	letter-spacing: 1.5px;
}


#query {
	width: 80%;
	height: 3vw;
	background: #0B9064;
	border-radius: 50px;
	border: 0;
	margin-top: 1vw;
	color: white;
	font-size: 1vw;
	font-weight: 700;
}

#quotation-inquiry-dialog-left select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	height: 3vw;
	width: 80%;
	border-radius: 50px;
	text-align: center;
	padding-left: 1vw;
	padding-right: 1vw;
}

#quotation-inquiry-dialog-left select option {
	text-align: center;

}

#quotation-inquiry-dialog-right {
	display: none;
	background: #fff;
	width: 60%;
	height: 63%;
	border-radius: 14px;
	margin-left: 2vw;
	box-shadow: 0px 2px 48px 0px rgba(0, 0, 0, 0.03);
}

.transverse {
	width: 100%;
	height: 33.3%;
	margin: 0;
	padding: 0;
	display: flex;
}

.longitudinal {
	margin: 0;
	padding: 0;
	width: 19.9%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-right: 0.5px solid #80707070;
	border-bottom: 0.5px solid #80707070;
}

.right-last {
	border-right: 0;
}

.bottom-last {
	border-bottom: 0;
}

.longitudinal span {
	margin: 0;
	padding: 0;
	font-size: 1vw;
}

.longitudinal h2 {
	margin: 0;
	padding: 0;
	font-size: 1.2vw;
}


/* 手机页面导航区域 */
#header {
	position: relative;
}

/* #header-mobile {
	position: fixed;
	height: 3rem;
} */

#mobile-nav-dialog-son {
	width: 100%;
	position: absolute;
	top: 5.625rem;
	left: 50%;
}

#mobile-nav-dialog-son ul {
	padding: 0;
	margin: 0;
	position: absolute;
	transform: translateX(-50%);
}

#mobile-nav-dialog-son ul li {
	height: 66.8px;
	line-height: 66.8px;
	list-style-type: none;
}

#mobile-nav-dialog-son ul li a {
	line-height: 66.8px;
	font-size: 16px;
	text-decoration: none;
}

#mobile-nav-dialog-son ul li a:hover {
	color: #0B9064;
	border-bottom: 2px solid #0B9064;
}


/* 手机导航弹窗 */
.mobile-nav-mask {
	position: fixed;
	left: 0px;
	top: 0px;
	/* 	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px); */
	background-image: linear-gradient(to right, #eff3ee, #ecf1ee);
	width: 100%;
	height: 100%;
	z-index: 100;

}

.mobile-nav-dialog {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

#mobile-nav-dialog-hide {
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 5px;
	background: red;
	color: #fff;
	right: 5px;
	top: 5px;
	text-align: center;
}

#mobile-nav-dialog-son {
	text-align: center;
}

#mobile-quotation-inquiry {
	padding-left: 21px;
	padding-right: 21px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #0B9064;
	border: 1px solid #0B9064;
	border-radius: 25px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;

}

#mobile-warranty-inquiry {
	padding-left: 21px;
	padding-right: 21px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #0B9064;
	border: 1px solid #0B9064;
	border-radius: 25px;
	font-size: 16px;
	text-decoration: none;

}

/* 手机端质保查询弹窗 */
.mobile-warranty-inquiry-mask {
	position: fixed;
	left: 0px;
	top: 0px;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	/* background-image: linear-gradient(to right, #eff3ee, #ecf1ee); */
	width: 100%;
	height: 100%;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobile-warranty-inquiry-dialog {
	position: relative;
	background: #fff;
	border-radius: 14px;
	margin: 0;
	margin-left: 1rem;
	margin-right: 1rem;

	box-shadow: 0px 2px 48px 0px rgba(0, 0, 0, 0.03);
}

#mobile-warranty-inquiry-dialog-hide {
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 5px;
	background: red;
	color: #fff;
	right: 5px;
	top: 5px;
	text-align: center;
}

#mobile-warranty-inquiry-dialog-son {
	background: white;
	text-align: center;
	border-radius: 14px;
	box-shadow: 0px 2px 48px 0px rgba(0, 0, 0, 0.03);
}

#mobile-warranty-inquiry-dialog-son h2 {
	font-size: 1.5rem;
	font-family: Source Han Sans CN, Source Han Sans CN-Medium;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1.5px;
	padding: 0;
	margin: 0;
	padding-top: 3rem;
}

#mobile-phone {
	display: inline-block;
	margin-top: 2rem;
	height: 3.5rem;
	width: 76%;
	border: 1px solid #8D8E93;
	border-radius: 50px;
	font-size: 1rem;
	color: #8D8E93;
	text-align: center;
}

#mobile-car-no {
	margin-top: 1rem;
	display: inline-block;
	height: 3.5rem;
	width: 76%;
	border: 1px solid #8D8E93;
	border-radius: 50px;
	font-size: 1rem;
	color: #8D8E93;
	text-align: center;
}

#mobile-query {
	width: 76%;
	height: 3.5rem;
	background: #0B9064;
	border-radius: 50px;
	border: 0;
	margin-top: 20px;
	color: white;
	font-size: 18px;
	font-weight: 700;
}

#mobile-context-1 {
	display: inline-block;
	width: 80%;
	line-height: 1.5rem;
	margin-top: 1rem;
	font-size: 0.8rem;
	text-align: center;
}

#mobile-context-2 {
	display: inline-block;
	width: 80%;
	line-height: 1rem;
	font-size: 0.8rem;
	padding-bottom: 1rem;
	text-align: center;
}

/* 手机端报价查询弹窗 */

/* 报价查询弹窗 */
.mobile-quotation-inquiry-mask {
	position: fixed;
	left: 0px;
	top: 0px;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	/* background-image: linear-gradient(to right, #eff3ee, #ecf1ee); */
	width: 100%;
	height: 100%;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;

}

.mobile-quotation-inquiry-dialog {
	position: relative;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0px 2px 48px 0px rgba(0, 0, 0, 0.03);
	margin-left: 1rem;
	margin-right: 1rem;
}

#mobile-quotation-inquiry-dialog-hide {
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 5px;
	background: red;
	color: #fff;
	right: 5px;
	top: 5px;
	text-align: center;
}

#mobile-quotation-inquiry-dialog-left {
	background: white;
	text-align: center;
	border-radius: 14px;
	width: 100%;
	height: 100%;
}

#mobile-quotation-inquiry-dialog-left h2 {
	padding: 0;
	margin: 0;
	padding-top: 2rem;
	padding-bottom: 0.8rem;
	font-size: 1.4rem;
	font-family: Source Han Sans CN, Source Han Sans CN-Medium;
	font-weight: 500;
	text-align: center;
	color: #23262d;
	letter-spacing: 1.5px;
}


#mobile-query {
	width: 80%;
	height: 3rem;
	background: #0B9064;
	border-radius: 50px;
	border: 0;
	margin-top: 1rem;
	color: white;
	font-size: 1rem;
	font-weight: 700;
}

#mobile-quotation-inquiry-dialog-left select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	height: 3rem;
	width: 80%;
	border-radius: 50px;
	text-align: center;
}

#mobile-quotation-inquiry-dialog-right {
	background: #fff;
	width: 60%;
	height: 63%;
	border-radius: 14px;
	margin-left: 2rem;
	box-shadow: 0px 2px 48px 0px rgba(0, 0, 0, 0.03);
}