/* 电动产品 */


/* 工程机械 */
.engineering .card {
	border-radius: 0;
	border: none;
	background-image: linear-gradient(100deg, #16ABAF 28%, #15B287 94%);
	box-shadow: 0 2px 10px 0 #00000033;
	padding-top: 2px;
	cursor: pointer;
}
.engineering .card:hover {
	background-image: linear-gradient(100deg, #137690 28%, #12b87f 94%);
}

.product-box:hover .card-body .product-img {
	/* transform: scale(0.8); */
}


.engineering .card .card-body {
	padding: 0;
	background-color: #FFFFFF;
}

.engineering .card .card-body .card-info {
	padding: 0.9375rem;
	padding-bottom: 0.3125rem;
}

.engineering .card .card-body .title {
	font-weight: 500;
	font-size: 26px;
	color: #333333;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.engineering .card .card-body .title a {
	color: #333333;
}

.engineering .card .card-body .info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
	font-size: 14px;
}

.engineering .card .card-body .info .info-name {
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	letter-spacing: 0;
}

.engineering .card .card-body .info .info-value {
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	letter-spacing: 0;
}

.engineering .card .detail-btn {
	height: 65px;
	font-weight: 500;
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	padding: 0.75rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.engineering .card:hover .detail-btn {
	/* font-size: 26px; */
}
.engineering .card .detail-btn a {
	color: #FFFFFF;
}

/* 商品详情 */
.header-box .container .title {
	color: #FFFFFF;
	position: absolute;
	top: -20px;
}

.header-box .container .tags {
	font-family: "黑体";
	font-weight: 600;
	font-size: 44px;
	color: #FFFFFF;
	letter-spacing: 0;
}

.header-box .container .remark {
	font-weight: normal;
	font-size: 18px;
	font-family: "黑体";
	font-weight: 400;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 0;
	margin-top: 15px;
}

.header-box .container .download-btn .btn {
	padding: 0.35rem 2.2rem;
}

.banner-product {
	height: 452px;
	background-image: linear-gradient(90deg, #67A5E7 64%, #5182ce00 100%);
}

.banner-product .product-img {
	height: 452px;
	position: absolute;
	right: 0;
	top: 0;
}

.banner-product .container .title-pic {
	color: #FFFFFF;
	width: 307px;
	height: 66px;
	margin-top: 30px;
}

.banner-product .container img[src=''],
.banner-product .container img:not([src]) {
	opacity: 0;
}

.banner-product .container .title {
	color: #FFFFFF;
	position: absolute;
	top: 30px;
	font-size: 50px;
	font-weight: bold;
	display: none;
}

.banner-product .container img[src='']+.title,
.banner-product .container img:not([src])+.title {
	display: block;
}

.product-card .header-top {
	height: 48px;
	background-image: linear-gradient(100deg, #16ABAF 28%, #15B287 94%);
	color: #FFFFFF;
	font-family: "黑体";
	font-weight: 600;
	font-size: 16px;
	color: #FFFFFF;
	padding: 0 20px;
	line-height: 48px;
}

.product-card .card-info {
	height: 48px;
	background: #FFFFFF;
	font-family: "黑体";
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
}

.product-card .gray {
	background: #F5F5F5;
}

/* 视频 */
.engineering .case-title {
	font-weight: 500;
	font-size: 24px;
	color: #333333;
	letter-spacing: 0;
}

.engineering .empty-video {
	display: none;
}

.engineering video.sgal-video[src=''],
.engineering video.sgal-video:not([src]) {
	display: none;
}

.engineering video.sgal-video[src='']~.empty-video,
.engineering video.sgal-video:not([src])~.empty-video {
	display: block;
	background-image: url('../img/video-empty.png');
	width: 100%;
	height: 300px;
	background-size: 40%;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.engineering .empty-video .empty-text {
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
}

@media (max-width: 575.98px) {

	.engineering video.sgal-video[src='']~.empty-video,
	.engineering video.sgal-video:not([src])~.empty-video {
		background-size: 100%;
	}

	.engineering .empty-video .empty-text {
		bottom: -10px;
	}
}


/* 产品图片详情 */
.image-wrap {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	overflow: hidden;
}

.big-image {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.big-image .big-img {
	width: 100%;
	height: auto;
}

.big-image .right-a-btn,
.big-image .left-a-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	font-weight: bold;
	font-size: 20px;
	background-color: rgba(0, 0, 0, .5);
	color: white;
	cursor: pointer;
	display: none;
}

.big-image .right-a-btn:active,
.big-image .left-a-btn:active {
	background-color: rgba(0, 0, 0, .3);
}

.big-image .left-a-btn {
	left: 0;
}

.big-image .right-a-btn {
	right: 0;
}

.big-image:hover .left-a-btn,
.big-image:hover .right-a-btn {
	display: block;
}

.small-images-wrap {
	width: 100%;
	overflow-y: hidden;
	overflow-x: auto;
	margin-top: 20px;
	position: relative;
	padding-bottom: 5px;
	scroll-behavior: smooth;
}

.small-images-wrap::-webkit-scrollbar {
	height: 5px;
	cursor: pointer;
}

.small-images-wrap::-webkit-scrollbar-thumb {
	background-color: #12B87F;
	border-radius: 5px;
}

.small-images-wrap::-webkit-scrollbar-track {
	background-color: #c8c9cc;
	border-radius: 5px;
}

.small-images-wrap .images-ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	min-width: 100%;
	margin-bottom: 0;
}

.small-images-wrap .images-ul .images-ul-li {

	/* max-width: 120px; */
	width: 25%;
	/* height: 120px; */
	/* border: 1px solid #c8c9cc; */
	/* border-radius: 10px; */
	overflow: hidden;
	list-style: none;
	cursor: pointer;
}

.small-images-wrap .images-ul .over5 {
	min-width: 100px;
}

.small-images-wrap .images-ul .images-ul-li.active {
	border: 2px solid #12B87F;
}

.small-images-wrap .images-ul .images-ul-li .images-ul-li-img {
	width: 100%;
	height: 100%;
	height: auto;
	object-fit: cover;
}