section[data-cattype="404"] {
	padding: 60px 0px 80px 0px;
	background-attachment: fixed !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

section[data-cattype="404"] .container {
  max-width: 1600px;
	
}
section[data-cattype="404"] .col-md-3.d-flex.align-items-stretc{
margin-bottom:20px;
}
[data-cattype="404"] h2{
    margin-bottom: 30px;
    position: relative;
    color: #0D0E23;
    margin-bottom: 50px;
font-size: 38px;
}

[data-cattype="404"] .product-box-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
  width: 100%;
}

[data-cattype="404"] .product-box {
  background-color: #f5f8fa;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* 确保内容撑满，高度分布 */
  height: 400px;
  transition: box-shadow 0.3s;
}

[data-cattype="404"] .product-box:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}


[data-cattype="404"] .product-image.top-image {
  text-align: center;
  margin-bottom: 15px;
  width: 100%;
}

[data-cattype="404"] .product-image img {
  max-width: 100%;
  max-height: 100%;
  height: 160px;
  margin-bottom: 20px !important;
}

[data-cattype="404"] .product-title {
  font-size: 20px;
  margin: 0 0 8px;
  color: #000;
}

[data-cattype="404"] .product-title-red {
  font-size: 20px;
  margin: 65px 0 8px;
  color: #fff;
}

[data-cattype="404"] .product-description {
  font-size: 14px;
  margin-bottom: 12px;
  color: #333;
}

[data-cattype="404"] .product-description.small-text {
  font-size: 14px;
  color: #fff;
}

[data-cattype="404"] .learn-more-btn {
  background-color: #d0d9df;
  padding: 10px 20px;
  color: #0D0E23;
  font-weight: 400;
  text-align: center;
  margin-top: auto;
  display: inline-block;
  margin-top: auto; /* ✅ 这会自动推到底部 */
}

[data-cattype="404"] .learn-more-btn:hover {
  background-color: #CC0B14;
  color: #fff !important;
}

[data-cattype="404"] .red-box {
  background-color: #e60012;
  color: white;
}

[data-cattype="404"] .red-btn {
  background-color: #c1000f;
  color: white;
}

[data-cattype="404"] .red-btn:hover {
  background-color: #333333;
  color: white;
}



/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {

    

}

@media screen and (max-width: 767px) {
    
    section[data-cattype="404"] {
	padding: 40px 0px 40px 0px;
    }



	[data-cattype="404"] .box{
		margin-bottom: 20px;
	}
    [data-cattype="404"] .product-box{
    height:auto;
    }
	[data-cattype="404"] .product-title-red{
    margin:0;
    }
  [data-cattype="404"] h2{
	font-size: 28px;
  }
}
   


