html,
body {
  height: 100%;
}

body {
  background-color: #F5F5F5;
  overflow: auto;
  margin-bottom: 0;
}

h1 {
  font-size: 0.4267rem;
  line-height: 0.56rem;
}

h2 {
  font-size: 0.4rem;
}

h4 {
  font-size: 0.32rem;
  line-height: 0.48rem;
}

.ellipses {
  display: inline-block;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: justify;
}

.two-line-ellipses {
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  /*!autoprefixer:off*/
  -webkit-box-orient: vertical;
  /*autoprefixer:on*/
}

.no-margin-top {
  margin-top: -0.1333rem !important;
  padding: 0.3333rem 0 1.7rem;
}

.v-echart-container {
  margin: 0.3333rem 0 0.4rem;
}
