﻿.header-sate {
	height: 5.5rem;
}

#header {
	width: 100vw;
	height: 5.5rem;
	/* max-height: 88px; */
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.13);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	font-family: Microsoft YaHei;
}

#header .content {
	width: var(--contentWidth);
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

#header .content .logo-img {
	width: 8.75rem;
	height: 3.25rem;
}

#header .content .list-box {
	height: 100%;
}

#header .content .list-box .item-box {
	height: 100%;
	display: inline-block;
	/* &.active .dropDown-box {
					height: 45rem;
				} */
}

#header .content .list-box .item-box .titleText {
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 2.22rem;
	font-weight: bold;
	font-size: 1rem;
	color: #333333;
	text-decoration: none;
}

#header .content .list-box .item-box .titleText .icon-down {
	box-sizing: content-box;
	padding: 0.38rem;
	width: 0.88rem;
	height: 0.5rem;
	transition: all 0.36s;
	display: flex;
	align-items: center;
	justify-content: center;
}

#header .content .list-box .item-box .titleText .icon-down img {
	width: 100%;
	height: 100%;
}

#header .content .list-box .item-box .titleText .icon-down .active {
	display: none;
}

#header .content .list-box .item-box:hover .titleText {
	color: #506BF6;
}

#header .content .list-box .item-box:hover .icon-down {
	transform: rotateZ(-180deg);
}

#header .content .list-box .item-box:hover .icon-down img {
	display: none;
}

#header .content .list-box .item-box:hover .icon-down .active {
	display: block;
}

#header .content .list-box .item-box:hover .dropDown-box {
	height: 45rem;
}

#header .content .list-box .item-box .dropDown-box {
	width: 93.75rem;
	height: 0;
	/* height: 45rem; */
	overflow: hidden;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0rem 1rem 2rem 0rem rgba(0, 0, 0, 0.13);
	border-radius: 0rem 0rem 3.13rem 3.13rem;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	transition: height 0.36s;
	cursor: default;
}

#header .content .list-box .item-box .dropDown-box .db-left-box {
	margin: 1.75rem 0;
	padding: 1rem 3.435rem 1rem 5.56rem;
	display: inline-block;
	height: calc(100% - 3.5rem);
	overflow: hidden;
}

#header .content .list-box .item-box .dropDown-box .db-left-box .productCategory {
	margin-top: 1rem;
}

#header .content .list-box .item-box .dropDown-box .db-left-box .productCategory.active .productCategoryText {
	color: #FFFFFF;
	background: linear-gradient(90deg, #3A1EB5, #5965FF);
}

#header .content .list-box .item-box .dropDown-box .db-left-box .productCategory.active .db-right-box {
	display: block;
}

#header .content .list-box .item-box .dropDown-box .db-left-box .productCategory .productCategoryText {
	text-decoration: none;
	display: block;
	width: 14.75rem;
	height: 4.63rem;
	background: linear-gradient(90deg, #B8C7E6, #E6E6EE);
	border-radius: 1.25rem;
	font-weight: bold;
	font-size: 1rem;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: center;
}

#header .content .list-box .item-box .dropDown-box .db-right-box {
	display: none;
	width: 69.9rem;
	height: calc(100% - 3.5rem);
	overflow: auto;
	position: absolute;
	top: 0;
	right: 0;
	margin: 1.75rem 0;
	padding: 0.5rem 0;
}

#header .content .list-box .item-box .dropDown-box .db-right-box .product-box {
	text-decoration: none;
	display: inline-flex;
	margin: 1.095rem 1.625rem;
	padding: 0.8rem 1.06rem 0.8rem 2.13rem;
	width: 29.75rem;
	height: 10.31rem;
	background: linear-gradient(0deg, #CBCFD9, #E6E6EE);
	border-radius: 1.25rem;
	color: #333333;
	position: relative;
	overflow: hidden;
}

#header .content .list-box .item-box .dropDown-box .db-right-box .product-box:hover {
	background: linear-gradient(90deg, #3A1EB5, #5965FF);
	color: #fff;
}

#header .content .list-box .item-box .dropDown-box .db-right-box .product-box:hover img {
	transform: scale(1.1);
}

#header .content .list-box .item-box .dropDown-box .db-right-box .product-box .text {
	flex: 1;
}

	#header .content .list-box .item-box .dropDown-box .db-right-box .product-box .text .title {
		font-weight: bold;
		font-size: 1.25rem;
		min-height: 3.75rem;
		padding-top: 0.8rem;
		text-overflow: ellipsis;
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		white-space: pre-wrap;
	}

#header .content .list-box .item-box .dropDown-box .db-right-box .product-box .text ul {
	margin-top: 0.5rem;
	padding-left: 1.5rem;
}

#header .content .list-box .item-box .dropDown-box .db-right-box .product-box .text li {
	font-weight: 400;
	font-size: 0.88rem;
}

#header .content .list-box .item-box .dropDown-box .db-right-box .product-box .text li+li {
	margin-top: 1rem;
}

#header .content .list-box .item-box .dropDown-box .db-right-box .product-box img {
	width: 8.75rem;
	height: 8.75rem;
	transition: all 0.36s;
	object-fit: contain;
}

#header .content .consult-btn {
	height: 2.88rem;
	background: #506BF6;
	border-radius: 0.31rem;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	font-size: 0.88rem;
	border: none;
	cursor: pointer;
	padding: 0 1.06rem;
}

#header .content .consult-btn .icon-user {
	width: 1.58rem;
	height: 1.58rem;
	margin-right: 0.75rem;
}