
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  transition: all 0.3s ease-in 0s;
}

iframe {
  border: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

.page-header {
  
  background-image: url('/imgs/web/header-bg.png');
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
}

.page-content .introduction .intro-left .intro-title {
  background-image: url('/imgs/web/index-intro.png');
  background-size: 100% 100%;
}

.tomb-type-card {
  transition: all 0.3s ease;
}

.tomb-type-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.original-price {
  text-decoration: line-through;
  color: #9ca3af;
}

.current-price {
  color: #ef4444;
  font-weight: 600;
}
