* {
  margin: 0;
  padding: 0;
  font-size: 0.32rem;
}
ul,
ol {
  list-style: none;
}
img {
  border: none;
}
input,
select,
textarea {
  outline: none;
  border: none;
  background: none;
}
textarea {
  resize: none;
}
a {
  text-decoration: none;
}
.fl {
  float: left;
  display: inline;
}
.fr {
  float: right;
  display: inline;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
img {
  width: 100%;
  vertical-align: top;
}
.container {
  overflow: hidden;
  background-color: #ffffff;
  max-width: 7.5rem;
  margin-left: auto;
  margin-right: auto;
}
.list-item{
  border-bottom: 0.04rem solid #ee2222;
}
.descript p{
  margin-bottom: 0.24rem;
  line-height: 1.8;
}
