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

.content[data-v-6535913b] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 96%;
  margin-top: 0.26667rem;
}
.content .ul-title[data-v-6535913b] {
  height: 1.06667rem;
  width: 100%;
  background: #d8c5b6;
  color: #7d6a4b;
  font-size: 0.37333rem;
  text-align: center;
  line-height: 1.06667rem;
}
.content .ul-title li[data-v-6535913b] {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
  height: 100%;
}
.content .ul-title li[data-v-6535913b]:nth-child(1) {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.content .ul-title li[data-v-6535913b]:nth-child(4) {
  -webkit-box-flex: 5;
  -webkit-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
.content .record-box[data-v-6535913b] {
  position: relative;
  width: 100%;
  height: calc(100% - 1.06667rem);
}
.content .record-box .recordUl[data-v-6535913b] {
  width: 100%;
}
.content .record-box .recordUl li[data-v-6535913b] {
  width: 100%;
  height: 1.06667rem;
  line-height: 1.06667rem;
  text-align: center;
  background: #f1f2f3;
}
.content .record-box .recordUl li span[data-v-6535913b] {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
  height: 100%;
}
.content .record-box .recordUl li span[data-v-6535913b]:nth-child(1) {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.content .record-box .recordUl li span[data-v-6535913b]:nth-child(4) {
  -webkit-box-flex: 5;
  -webkit-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
.content .record-box .recordUl li[data-v-6535913b]:nth-child(odd) {
  background: #fff;
}

