.tipsCol[data-v-5ff1796a] {
  position: relative;
  color: #fff;
  background: var(--filColor1);
}
.tipsCol[data-v-5ff1796a]::before {
  background: var(--filColor1);
  width: 32%;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
}
.countUl[data-v-5ff1796a] {
  overflow: hidden;
  min-width: 300px;
  margin-bottom: 0;
  padding-left: 0;
}
.countUl li[data-v-5ff1796a] {
  float: left;
  list-style: none;
  padding: 0px 14px;
  cursor: pointer;
}
.counts[data-v-5ff1796a] {
  background: #eb6868;
  color: #fff;
}
.remindSet[data-v-5ff1796a] {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 99;
  text-align: left;
  line-height: 32px;
  padding: 10px 16px;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px var(--filColor1);
          box-shadow: 0 2px 8px var(--filColor1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
[data-v-5ff1796a] .rowClass {
  color: #f00;
}
.anim[data-v-5ff1796a] {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-name: antZoomBigIn;
          animation-name: antZoomBigIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}


.layout .layout-content{
    margin: 0;
    height: auto;
}

