.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
}
.swiper-button-white {
  background-color: #00000022;
}
.gallery-top {
  height: 80%;
  width: 100%;
  box-shadow: 0px 0px 10px #ddd;
}
.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  border: 1px solid #ddd;
}
.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.top-bg {
  height: 400px;
  object-fit: fill;
  width: 100%;
}
.msg {
  height: 400px;
  margin: 100px auto;
}

.body {
  display: flex;
  padding: 60px 80px;
}
.image {
  width: 35vw;
  height: 500px;
}
.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content {
  flex: 1;
  margin-left: 100px;
}
.title {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin: 20px 0 40px 0;
}
.intro-detail {
  font-size: 22px;
  color: #666;
  line-height: 2;
  margin-bottom: 30px;
}

table,
table tr th,
table tr td {
  border: 1px solid #ddd;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table span.label {
  display: inline-block;
  font-size: 18px;
  color: #333;
}
table span.value {
  margin-left: 10px;
  font-size: 18px;
  color: #666;
}
table td {
  height: 60px;
}
table td.label {
  width: 120px;
  padding-left: 20px;
  background-color: #eee;
}
