.fe-fetch-container {
  height: 100%;
  overflow: hidden;
  position: relative;
  user-select: none;
}
.fe-fetch-container:after {
  display: block;
  content: "\0020";
  position: absolute;
  top: -1px;
  /*no*/
  left: 0;
  right: 0;
  /*no*/
  z-index: 11111;
  height: 1px;
  /*no*/
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.2);
  /*no*/
}
.fe-fetch-container-inner {
  height: 100%;
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.fe-fetch__animation {
  transition: all ease 0.3s;
}
.fe-fetch-tip-area {
  color: #aaa;
  text-align: center;
  font-size: 0.8em;
  line-height: 2;
}
.fe-fetch-tip-area.fe-fetch__top {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  overflow: hidden;
  padding-bottom: 10px;
}
.fe-fetch-tip-area.fe-fetch__bottom {
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fe-fetch-loading-wrap > .fe-loading {
  display: inline-block;
}
