
.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;
}

.common-status-type-style[data-v-6b96e5b7] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1.06667rem;
      -ms-flex: 0 0 1.06667rem;
          flex: 0 0 1.06667rem;
}
.content[data-v-6b96e5b7] {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.top[data-v-6b96e5b7] {
  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-6b96e5b7] {
  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-6b96e5b7] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  background: #f5f5f5;
  border-radius: 0.45333rem;
  padding-left: 0.8rem;
}
.count[data-v-6b96e5b7] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1.46667rem;
      -ms-flex: 0 0 1.46667rem;
          flex: 0 0 1.46667rem;
  width: 100%;
  padding-bottom: 0.26667rem;
  background: #fff;
}
.count p[data-v-6b96e5b7] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  text-align: center;
  font-size: 0.42667rem;
  letter-spacing: 0.05333rem;
  font-weight: 600;
}
.count p span[data-v-6b96e5b7]:nth-child(1) {
  padding-bottom: 0.13333rem;
}
.content-inner[data-v-6b96e5b7] {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.content-inner .ul-title[data-v-6b96e5b7] {
  height: 1.06667rem;
  width: 100%;
  background: #d8c5b6;
  color: #7d6a4b;
  font-size: 0.37333rem;
  text-align: center;
  line-height: 1.06667rem;
}
.content-inner .ul-title li[data-v-6b96e5b7] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
.content-inner .record-box[data-v-6b96e5b7] {
  position: relative;
  width: 100%;
  height: calc(100% - 1.06667rem);
}
.content-inner .record-box .recordUl[data-v-6b96e5b7] {
  width: 100%;
}
.content-inner .record-box .recordUl li[data-v-6b96e5b7] {
  width: 100%;
  height: 1.06667rem;
  line-height: 1.06667rem;
  text-align: center;
}
.content-inner .record-box .recordUl li span[data-v-6b96e5b7] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
.content-inner .record-box .recordUl li[data-v-6b96e5b7]:nth-child(odd) {
  background: #fff;
}

