@charset "utf-8";
html,
body {
  width: 100%;
  height: 100%;
  background: #fff;
}
#app {
  height: 100%;
}
.inform-wrap {
  padding: 0.4rem 0.3rem;
}
.inform-header {
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #f2f1f1;
}
.inform-header h1 {
  font-size: 0.44rem;
  color: #333;
  font-weight: 500;
  margin-bottom: 0.3rem;
  word-break: break-all;
}
.inform-header .van-row {
  margin-bottom: 0.1rem;
}
.inform-header .van-row:last-child {
  margin-bottom: 0;
}
.inform-header .van-col {
  font-size: 0.28rem;
  color: #666;
  line-height: 0.34rem;
}
.inform-detail {
  padding-top: 0.4rem;
  font-size: 0.28rem;
  color: #555;
}
.inform-detail div {
  font-size: 0.28rem;
  color: #555;
  line-height: 0.42rem;
}
.inform-detail p {
  font-size: 0.36rem;
  color: #555;
  margin-bottom: 0.4rem;
  line-height: 0.6rem;
  word-break: break-all;
}
.inform-detail img {
  max-width: 100%;
  margin-bottom: 0.4rem;
}
.inform-detail img + img {
  margin-bottom: 0.4rem;
}
.inform-detail img:last-child {
  margin-bottom: 0;
}
