
.yo-scroll {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}
.yo-scroll .inner {
  position: absolute;
  top: -2rem;
  width: 100%;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.yo-scroll .pull-refresh {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.yo-scroll.touch .inner {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
}
.yo-scroll.down .down-tip {
    display: block;
}
.yo-scroll.up .up-tip {
    display: block;
}
.yo-scroll.refresh .refresh-tip {
    display: block;
}
.yo-scroll .down-tip,
  .yo-scroll .refresh-tip,
  .yo-scroll .up-tip {
    display: none;
}
.yo-scroll .load-more {
    height: 0.8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*align-items: center;*/
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    clear: both;
    padding: 0.26667rem 0;
}

.top[data-v-4460adfb] {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1.46667rem;
      -ms-flex: 0 0 1.46667rem;
          flex: 0 0 1.46667rem;
  padding: 0.26667rem;
  height: 1.46667rem;
  font-size: 0.4rem;
  background: #fff;
}
.top .seach-btn[data-v-4460adfb] {
  margin-left: 0.26667rem;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1.86667rem;
      -ms-flex: 0 0 1.86667rem;
          flex: 0 0 1.86667rem;
  background: #f5f5f5;
  border: none;
  outline: none;
  background-color: #8c582f;
  color: #fff;
  border-radius: 0.45333rem;
}
.top .seach-input[data-v-4460adfb] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  background: #f5f5f5;
  border-radius: 0.45333rem;
  padding-left: 0.8rem;
}
.content[data-v-4460adfb] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.content .record-box[data-v-4460adfb] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content .record-box .recordUl[data-v-4460adfb] {
  width: 100%;
  overflow: auto;
}
.content .record-box .recordUl li[data-v-4460adfb] {
  width: 100%;
  height: 1.06667rem;
  line-height: 1.06667rem;
  text-align: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.content .record-box .recordUl li span[data-v-4460adfb] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1.70667rem;
      -ms-flex: 0 0 1.70667rem;
          flex: 0 0 1.70667rem;
  height: 100%;
}
.content .record-box .recordUl li.ul-title span[data-v-4460adfb] {
  background: #d8c5b6 !important;
  font-size: 0.37333rem;
  color: #7d6a4b;
}
.content .record-box .recordUl li .detail i[data-v-4460adfb] {
  padding: 0.08rem 0.21333rem;
  font-size: 0.26667rem;
  color: #fff;
  background-color: #8c582f;
  border-radius: 0.26667rem;
}
.content .record-box .recordUl li .date[data-v-4460adfb] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 2.4rem;
      -ms-flex: 0 0 2.4rem;
          flex: 0 0 2.4rem;
}
.content .record-box .recordUl li:nth-child(odd) span[data-v-4460adfb] {
  background: #fff;
}

