@charset "UTF-8";
.limit .visit-title-img {
  width: 100%;
  height: 60vh;
  margin-bottom: 10px;
}
.limit .background-img {
  background-size: 100% 80%;
  background-position: bottom;
  padding-bottom: 200px;
}
.limit .background-img .visit {
  margin: 0 100px;
  padding-left: 100px;
  margin-bottom: 30px;
}
.limit .background-img .visit .top-nav {
  margin-bottom: 20px;
}
.limit .background-img .visit .title-text {
  margin-bottom: 20px;
}
.limit .background-img .visit .visit-box {
  display: flex;
  flex-wrap: nowrap;
  justify-items: start;
  align-items: center;
  gap: 30px;
}
.limit .background-img .visit .visit-box > div.selected {
  background-color: var(--font-color);
}
.limit .background-img .visit .visit-box > div {
  width: 260px;
  height: 150px;
  padding: 20px;
  position: relative;
  background-color: rgb(90, 175, 128);
  border-radius: 20px;
  cursor: pointer;
}
.limit .background-img .visit .visit-box > div > div {
  color: white;
  font-size: 21px;
  font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", serif;
  position: relative;
  padding-bottom: 20px;
}
.limit .background-img .visit .visit-box > div > div::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: white;
}
.limit .background-img .visit .visit-box > div > img {
  width: 55px;
  height: 60px;
  position: absolute;
  bottom: 5px;
  right: 20px;
}
.limit .background-img .introduction > div:nth-of-type(1) {
  margin-left: 200px;
  font-size: 22px;
  margin-bottom: 20px;
}