html,
body {
  color: #212121;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: microsoft yahei, Helvetica, STHeiTi, helvetica neue, 微软雅黑,
    SimSun, sans-serif;
}
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
address {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  font-weight: 400;
}
._container {
  height: .37rem;
  overflow: hidden;
  text-align: left;
}
._container li {
  height: .37rem;
  line-height: .37rem;
  font-size: .18rem;
  overflow: hidden;
}
._container li:first-child {
  margin-top: 0;
  transition: margin-top 0.8s;
}
