body {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
  background-color: #fff;
  color: #666;
}
ul,
li,
ol,
dl,
dd,
dt {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: #666;
  text-decoration: none;
}

.wrap {
  width: 1000px;
  margin: 0 auto;
}

/* 地区分站 */
.region__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 54px;
}
.region__header__title {
  font-size: 22px;
  color: #737372;
  margin: 0;
}
.region__header__btn {
  background: #f56c6c;
  line-height: 36px;
  font-size: 14px;
  font-weight: bold;
  padding: 0 2em;
  color: #fff !important;
}
.region__header__btn:hover {
  background: #f39c11;
  color: #fff;
}
.region-area .region__body {
  border: 1px solid #f4f4f4;
  padding: 1em;
}
.region-area .region__body ul {
  padding: 1em 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px dashed #ddd;
}
.region-area .region__body ul:first-child {
  padding-top: 0;
}
.region-area .region__body ul:last-child {
  border-bottom: unset;
}
.region-area .region__body ul ol {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3em;
  width: 35px;
  padding: 0 13px 0 25px;
  color: #444;
}
.region-area .region__body ul li {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.region-area .region__body ul li a {
  display: inline-block;
  padding: 0 12px;
  line-height: 26px;
  font-size: 14px;
}
.region-area .region__body ul li a:hover {
  background: #f56c6c;
  color: #fff;
}
.region__footer {
  margin-top: 1em;
  padding-bottom: 1em;
  border-top: 2px solid #f56c6c;
}
.region__footer__dh {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 0;
  font-size: 14px;
}
.region__footer__dh a {
  display: inline-block;
  padding-right: 1em;
  margin-right: 1em;
  position: relative;
}
.region__footer__dh a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  content: "";
  background: #ccc;
}
.region__footer__dh a:last-child {
  padding-right: 0;
  margin-right: 0;
}
.region__footer__dh a:last-child::after {
  display: none;
}
.region__footer__body {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.region__footer__body > * {
  margin: 0 0.5em;
}
