.container .item2 {
	grid-area: main;
	height: 11.16rem;
}
.container .item2 .item2-bg {
	height: 11.16rem;
	background-image: url("./img/banner_dealer.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.container .item2 .item2-bg .item2-bg-left-bottom {
	position: absolute;
	bottom: 0.4rem;
	left: 10%;
}
.container .item2 .item2-bg .item2-bg-left-bottom p {
	color: #F9FBF9;
	font-size: .4rem;
	padding-left: .0667rem;
	margin-bottom: .0667rem;
}
.container .item2 .item2-bg .item2-bg-left-bottom h1 {
	color: #fff;
	letter-spacing: .04rem;
	font-size: .9333rem;
	margin-bottom: .1333rem;
}
.container .item9 {
	height: 1.0667rem;
	grid-area: item9;
	background: #fff;
	z-index: 1;
	padding: 0 4.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.container .item9 .item9-header-navlist {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 60%;
}
.container .item9 .item9-header-navlist div a {
	color: #004da0;
	font-size: 0.3333rem;
}
.container .item9 .item9-header-navlist div.active::after {
	content: "";
	display: block;
	width: 100%;
	height: 0.04rem;
	background-color: #fed300;
}
.container .item9 .item9-header-navlist div.active a {
	font-weight: bold;
}
.container .item3 {
	background: #f5f5f5;
	height: 11.7333rem;
	grid-area: sidebar;
}
.container .item3 .item3-bg-content-logo {
	text-align: center;
	padding-top: 0.4333rem;
}
.container .item3 .item3-bg-content-logo .item3-bg-content-logo-title {
	font-size: 0.6rem;
	color: #014e9f;
	font-weight: bold;
	margin-bottom: 1rem;
}
.container .item3 .item3-bg-content-logo h1 {
	/* font-size: .4rem;*/
	font-size: 0.8rem;
	color: #dae2f3;
}
.container .item3 .item-content {
	width: 60%;
	margin: 0 auto;
	height: 7.8667rem;
}
.container .item3 .item-content .item-img {
	width: 100%;
	height: 6rem;
}
.container .item3 .item-content .item-img img {
	width: 100%;
}
.container .item3 .item-content .item-title {
	font-size: .4rem;
	color: #0057A9;
	text-align: center;
	font-weight: 600;
	margin-top: .4rem;
}
.container .item3 .item-content .item-flex {
	display: flex;
	margin: .3667rem auto;
	justify-content: space-between;
}
.container .item3 .item-content .item-flex .flex {
	display: flex;
}
.container .item3 .item-content .item-flex .flex .title {
	font-size: .3133rem;
	margin-left: .2667rem;
	color: #525958;
}
.container .item3 .item-content .item-flex .flex .item-bottom {
	width: .5333rem;
	height: .5333rem;
	display: flex;
}
.container .item3 .item-content .item-flex .flex .item-bottom img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
