@charset "UTF-8";
.limit .traffic, .limit .map, .limit .address-information-box {
  width: 100%;
}
.limit .traffic {
  background-color: var(--font-color);
  padding: 10px 100px 20px 100px;
}
.limit .map > img {
  width: 100%;
}
.limit .top-nav {
  color: white;
}
.limit .top-nav a {
  color: white;
}
.limit .top-nav a:hover {
  color: gray;
}
.limit .address-information-box {
  font-size: 20px;
  padding: 20px 40px;
  margin-bottom: 30px;
}
.limit .address-information-box > div {
  display: flex;
  flex-wrap: nowrap;
}
.limit .address-information-box > div .justify-field {
  width: 4em;
  height: 1em;
  text-align: justify;
}
.limit .address-information-box > div .justify-field::after {
  content: "";
  display: inline-block;
  width: 100%; /* 占满最后一行，使其两端对齐 */
}
.traffic-text {
    margin: 50px 100px;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}



.traffic-text p {
    margin: 10px 0;
}
