* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
.location {
  position: absolute;
}
body {
  width: 10rem;
  margin:0 auto;
  text-align: center;
  overflow-x: hidden;
  background: #f9f9f9;
}
header {
  width: 10rem;
  height: 1.33333333rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F9F9F9;
}
header .left {
  display: flex;
  align-items: center;
}
header .left .logo {
  width: 2.18666667rem;
  height: 0.58666667rem;
  margin: 0rem 0rem 0rem 0.4rem;
}
header .left .txt {
  width: 2rem;
  height: 0.4rem;
  margin: 0rem 0rem 0rem 0.18666667rem;
  font-size: 0.42666667rem;
  font-size: 0.42666667;
  color: #726F71;
  line-height: 0.4rem;
}
header .left .txt .dotted {
  font-weight: 700;
}
header .right {
  display: flex;
  align-items: center;
}
header .headImg {
  width: 0.77333333rem;
  height: 0.77333333rem;
  border-radius: 50%;
  margin: 0rem 0.4rem 0rem 0rem;
}
footer {
  font-size: 0.37333333rem;
  font-size: 0.37333333;
  color: #999999;
  margin: 0.82666667rem 0rem 0.82666667rem 0rem;
}
.article p {
    line-height: 0 !important;
}
