@charset "utf-8";
html,
body {
  width: 100%;
  height: 100%;
  background: #fff;
}
#app {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.content {
  background: #fff;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  transition: all .45s;
  backface-visibility: hidden;
  flex: 1;
  overflow-y: scroll;
  padding-bottom: 0.4rem;
}
.van-tabs .van-tab .van-tab__text {
  font-size: 0.3rem;
}
.van-list {
  padding: 0.4rem 0.3rem;
}
.van-list .list-wrap {
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  border-bottom: 1px solid  #f1f1f1;
}
.van-list .list-wrap .h3 {
  display: block;
  color: #333;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  word-break: break-all;
  margin-bottom: 5px;
}
.van-list .list-wrap p {
  color: #999;
}
.img-item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.img-item img {
  display: block;
  width: 2.6rem;
  height: 1.8rem;
  border-radius: 4px;
}
.img-item p {
  flex: 1;
  margin-left: 0.2rem;
  font-size: 0.28rem;
  line-height: 0.42rem;
  color: #333;
  word-break: break-all;
}
.img-item:last-child {
  margin-bottom: 0;
}
