.header-sate {
	height: 0;
}

#databaseList {
	padding-bottom: 3.69rem;
}

	#databaseList .top-box {
		height: 39.72rem;
	}

		#databaseList .top-box img {
			width: 100%;
			height: 100%;
			display: none;
		}

			#databaseList .top-box img.active {
				display: block;
			}

	#databaseList .database-tab-box {
		height: 5rem;
		margin-top: -3.94rem;
		z-index: 2;
		display: flex;
		justify-content: center;
	}

		#databaseList .database-tab-box .tb-content-box {
			width: 56.25rem;
			background: #FFFFFF;
			box-shadow: 0rem 1rem 2rem 0rem rgba(0, 0, 0, 0.1);
			border-radius: 0.63rem;
			overflow: hidden;
			display: flex;
		}

			#databaseList .database-tab-box .tb-content-box .tbcb-item {
				flex: 1;
				font-weight: 400;
				font-size: 1.13rem;
				display: flex;
				align-items: center;
				justify-content: center;
				cursor: pointer;
				text-decoration: none;
				color: #333333;
			}

				#databaseList .database-tab-box .tb-content-box .tbcb-item span {
					padding: 0.4rem 1.5rem;
					position: relative;
					z-index: 1;
				}

					#databaseList .database-tab-box .tb-content-box .tbcb-item span .border-bottom {
						display: none;
					}

				#databaseList .database-tab-box .tb-content-box .tbcb-item.active span::before {
					content: '';
					display: block;
					width: 0.3rem;
					height: 0.3rem;
					background-color: #FFBF11;
					border-radius: 50%;
					position: absolute;
					top: 0;
					left: 0;
				}

				#databaseList .database-tab-box .tb-content-box .tbcb-item.active span::after {
					content: '';
					display: block;
					width: 0.5rem;
					height: 0.5rem;
					border-radius: 50%;
					border: 0.2rem solid #FFBF11;
					position: absolute;
					top: 0;
					right: 0;
				}

				#databaseList .database-tab-box .tb-content-box .tbcb-item.active span .border-bottom {
					display: block;
					width: 100%;
					height: 0.75rem;
					background-color: #FFBF11;
					border-radius: 0 0 0.25rem 0.25rem;
					position: absolute;
					bottom: 0;
					left: 0;
					z-index: -1;
				}

				#databaseList .database-tab-box .tb-content-box .tbcb-item.active {
					font-weight: bold;
					font-size: 1.5rem;
				}

				#databaseList .database-tab-box .tb-content-box .tbcb-item:hover {
					font-weight: bold;
					font-size: 1.5rem;
					color: #506BF6;
				}

	#databaseList .contentList-box {
		width: var(--contentWidth);
		margin: 0 auto;
	}

	#databaseList .detailContent-box {
		display: none;
	}

		#databaseList .detailContent-box.active {
			display: block;
		}

	#databaseList .video-box {
		display: flex;
		flex-wrap: wrap;
		margin-top: 3.75rem;
	}

		#databaseList .video-box .vb-item {
			text-decoration: none;
			width: calc(33.33% - 2.46rem);
			height: 23.38rem;
			background: #FFFFFF;
			box-shadow: 0rem 1rem 2rem 0rem rgba(0, 0, 0, 0.1);
			transition: all 0.36s;
			display: flex;
			flex-direction: column;
			margin-left: 3.69rem;
		}

			#databaseList .video-box .vb-item:nth-of-type(3n + 1) {
				margin-left: 0;
			}

			#databaseList .video-box .vb-item:nth-of-type(n + 4) {
				margin-top: 2.88rem;
			}

			#databaseList .video-box .vb-item:hover {
				transform: scale(1.05);
			}

				#databaseList .video-box .vb-item:hover .img-box .icon {
					display: none;
				}

				#databaseList .video-box .vb-item:hover .img-box .icon-s {
					display: block;
				}

				#databaseList .video-box .vb-item:hover .title {
					color: #506BF6;
				}

			#databaseList .video-box .vb-item .img-box {
				width: 100%;
				height: 15.5rem;
				position: relative;
				display: flex;
				align-items: center;
				justify-content: center;
			}

				#databaseList .video-box .vb-item .img-box .bg {
					width: 100%;
					height: 100%;
					position: absolute;
					top: 0;
					left: 0;
					z-index: -1;
				}

				#databaseList .video-box .vb-item .img-box .icon {
					width: 6.06rem;
					height: 6.06rem;
				}

				#databaseList .video-box .vb-item .img-box .icon-s {
					display: none;
				}

			#databaseList .video-box .vb-item .title {
				flex: 1;
				display: flex;
				align-items: center;
				font-weight: bold;
				font-size: 1.25rem;
				color: #333333;
				margin: 2.23rem 2.69rem;
			}

				#databaseList .video-box .vb-item .title span {
					text-overflow: ellipsis;
					display: -webkit-box;
					overflow: hidden;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 2;
				}

	#databaseList .productSwiper {
		margin-top: 3.63rem;
		height: 24.44rem;
	}

	#databaseList .product-box {
		background: #F6F6F6;
		border-radius: 0.63rem;
		padding: 2.63rem 1.44rem;
		display: inline-flex;
		flex-direction: column;
		align-items: center;
		cursor: pointer;
		text-decoration: none;
	}

		#databaseList .product-box:hover img {
			transform: scale(1.14);
		}

		#databaseList .product-box .name {
			font-weight: bold;
			font-size: 1.25rem;
			color: #333333;
		}

		#databaseList .product-box .model {
			min-height: 0.88rem;
			margin-top: 1.19rem;
			font-weight: bold;
			font-size: 0.88rem;
			color: #506BF6;
		}

		#databaseList .product-box img {
			margin-top: 2rem;
			width: 13.75rem;
			height: 13.75rem;
			transition: all 0.36s;
		}

	#databaseList .correlation-title-box {
		padding-top: 7.38rem;
		position: relative;
	}

		#databaseList .correlation-title-box img {
			width: 3.38rem;
			height: 3.38rem;
			position: absolute;
			left: 0;
			bottom: 0;
		}

		#databaseList .correlation-title-box span {
			padding: 0 1.56rem;
			font-weight: bold;
			font-size: 2.5rem;
			line-height: 1;
		}

		#databaseList .correlation-title-box.gray span {
			color: #333333;
		}

	#databaseList .category-box {
		line-height: 1;
		margin-top: 3.75rem;
	}

		#databaseList .category-box .title {
			text-align: center;
			font-weight: bold;
			font-size: 1.88rem;
			color: #333333;
		}

		#databaseList .category-box .information-box {
			display: flex;
			flex-wrap: wrap;
		}

			#databaseList .category-box .information-box .ib-item {
				width: calc(33.33% - 2.46rem);
				margin-left: 3.69rem;
				padding: 3.06rem 0 1.94rem 0;
				text-decoration: none;
				background: #FFFFFF;
				box-shadow: 0rem 0rem 2rem 0rem rgba(0, 0, 0, 0.1);
				display: flex;
				flex-wrap: wrap;
				flex-direction: column;
				align-items: center;
			}

				#databaseList .category-box .information-box .ib-item:nth-child(3n + 1) {
					margin-left: 0;
				}

				#databaseList .category-box .information-box .ib-item:nth-child(n + 4) {
					margin-top: 3.38rem;
				}

				#databaseList .category-box .information-box .ib-item .icon {
					width: 9.19rem;
					height: 9.19rem;
				}

				#databaseList .category-box .information-box .ib-item .name {
					margin-top: 1.75rem;
					font-weight: bold;
					font-size: 1.25rem;
					color: #333333;
					padding: 0 1rem;
					text-overflow: ellipsis;
					display: -webkit-box;
					overflow: hidden;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 1;
				}

				#databaseList .category-box .information-box .ib-item .date {
					margin-top: 1.13rem;
					font-weight: bold;
					font-size: 0.88rem;
					color: #999999;
				}

				#databaseList .category-box .information-box .ib-item .showBtn {
					margin-top: 1.56rem;
					width: 10.23rem;
					height: 2.75rem;
					background: #506BF6;
					border-radius: 0.31rem;
					display: flex;
					align-items: center;
					justify-content: center;
					font-weight: bold;
					font-size: 1rem;
					color: #FFFFFF;
				}

	#databaseList .news-box {
		display: flex;
		flex-wrap: wrap;
		margin-top: 3.75rem;
	}

		#databaseList .news-box .nb-item {
			text-decoration: none;
			padding: 3.56rem 2.31rem;
			width: calc(33.33% - 0.866rem);
			background: #F6F6F6;
			transition: all 0.36s;
		}

			#databaseList .news-box .nb-item:nth-child(n + 2) {
				margin-top: 2.44rem;
			}

			#databaseList .news-box .nb-item:nth-child(3n),
			#databaseList .news-box .nb-item:nth-child(3n + 4) {
				margin-left: 1.3rem;
			}

			#databaseList .news-box .nb-item:first-child {
				width: 100%;
				padding: 1.5rem 1.5rem 1.5rem 31.44rem;
				position: relative;
			}

				#databaseList .news-box .nb-item:first-child > img {
					margin-top: 0;
					width: 27.11rem;
					height: 14.2rem;
					position: absolute;
					top: 1.5rem;
					left: 1.5rem;
				}

				#databaseList .news-box .nb-item:first-child .date {
					display: block;
					margin-bottom: 2.05rem;
				}

				#databaseList .news-box .nb-item:first-child .title {
					overflow: hidden;
					text-overflow: ellipsis;
					white-space: nowrap;
				}

				#databaseList .news-box .nb-item:first-child .text {
					padding-top: 1rem;
					height: 5rem;
				}

				#databaseList .news-box .nb-item:first-child .viewDetail-btn {
					margin-top: 1rem;
				}

			#databaseList .news-box .nb-item:hover {
				transform: scale(1.05);
				background: linear-gradient(90deg, #B8C7E6, #E6E6EE);
				box-shadow: 0rem 0rem 2rem 0rem rgba(0, 0, 0, 0.2);
			}

				#databaseList .news-box .nb-item:hover .viewDetail-btn {
					border-width: 0;
					background: #506BF6;
					color: #fff;
				}

					#databaseList .news-box .nb-item:hover .viewDetail-btn::after {
						background-image: url(/img/icon-right-white.png);
					}

			#databaseList .news-box .nb-item .date {
				display: none;
				font-weight: 400;
				font-size: 0.88rem;
				color: #666666;
			}

			#databaseList .news-box .nb-item .title {
				font-weight: bold;
				font-size: 1.5rem;
				color: #333333;
				display: -webkit-box;
				overflow: hidden;
				text-overflow: ellipsis;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
			}

			#databaseList .news-box .nb-item > img {
				margin-top: 1.69rem;
				width: 100%;
				height: 12.38rem;
			}

			#databaseList .news-box .nb-item .text {
				padding-top: 1.56rem;
				height: 5.59rem;
				font-weight: 400;
				font-size: 1rem;
				color: #666666;
				display: -webkit-box;
				overflow: hidden;
				text-overflow: ellipsis;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 3;
			}

			#databaseList .news-box .nb-item .viewDetail-btn {
				margin-top: 2rem;
				display: flex;
				align-items: center;
				justify-content: center;
				width: 9.31rem;
				height: 2.94rem;
				border-radius: 1.44rem;
				border: 2px solid #D2D2D2;
				font-weight: 400;
				font-size: 0.88rem;
				color: #999999;
			}

				#databaseList .news-box .nb-item .viewDetail-btn::after {
					content: '';
					display: flex;
					width: 0.75rem;
					height: 0.66rem;
					background-image: url(/img/icon-right.png);
					background-size: cover;
					margin-left: 0.44rem;
				}

	#databaseList .classification-box {
		margin-top: 3.81rem;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

		#databaseList .classification-box .cb-item {
			text-decoration: none;
			width: 12.31rem;
			height: 3.75rem;
			background: #E1E8FF;
			border-radius: 1.88rem;
			margin: 0 1.78rem;
			display: inline-flex;
			align-items: center;
			justify-content: center;
			font-size: 1.13rem;
			font-weight: 400;
			color: #666666;
		}

			#databaseList .classification-box .cb-item:nth-child(n + 6) {
				margin-top: 2rem;
			}

			#databaseList .classification-box .cb-item img {
				width: 2.25rem;
				height: 2.25rem;
				margin-right: 0.88rem;
				display: none;
			}

			#databaseList .classification-box .cb-item.active {
				font-weight: bold;
				color: #FFFFFF;
				background: #506BF6;
			}

				#databaseList .classification-box .cb-item.active img {
					display: block;
				}
