body {
  color: rgb(26, 32, 44);
  font-size: 16px;
  font-family: -apple-system, "system-ui", "Segoe UI", Helvetica, Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

dl,
dt,
dd,
ul {
  margin: 0;
}

.header_border {
  background-color: rgb(245, 248, 249);
  height: 24px;
}

.header_nav {
  width: 1000px;
  margin: 30px auto;
}

.header_nav a:hover {
  opacity: 0.8;
}

.content {
  width: 1000px;
  margin: 30px auto;
}

h1 {
  padding-bottom: 10px;
  font-size: 20px;
  border-bottom: 2px solid rgb(6, 188, 212);
}

#officeName {
  margin-bottom: 5px;
}

.file {
  margin-bottom: 5px;
}

.submit {
  display: block;
}

.result_content {
  background-color: rgb(245, 248, 249);
  border-radius: 8px;
  padding: 20px;
  margin-top: 20px;
}

.result_content p {
  margin: 0 0 20px 0;
}

.result_content ul li::marker {
  color: #4987cc;
}

.service_types p {
  margin: 0;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgb(245, 248, 249);
  height: 24px;
}

.footer p {
  width: 1000px;
  font-size: 12px;
  line-height: 24px;
  margin: 0 auto;
  text-align: center;
}

.red {
  color: #ff0000;
}
