.header[data-v-129f9fdf] {
  background: #fff;
  margin-bottom: 0.13333rem;
  padding: 0.3rem 0.4rem;
}
.header_main[data-v-129f9fdf] {
    width: 100%;
    height: 1.56rem;
}
.header_main--title[data-v-129f9fdf] {
      width: 6rem;
      height: 0.7rem;
      background: #ededed;
      border-radius: 0.13333rem;
      margin-bottom: 0.26667rem;
}
.header_main--titlesix[data-v-129f9fdf] {
      width: 4rem;
      height: 0.56rem;
      background: #ededed;
      border-radius: 0.13333rem;
}
.content[data-v-129f9fdf] {
  background: #fff;
  margin-bottom: .27rem;
  padding: 0 0.3rem 0.4rem;
}
.content_row[data-v-129f9fdf] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.35rem;
}
.content_row--left[data-v-129f9fdf] {
      width: 25%;
      height: .5rem;
      background: #ededed;
      border-radius: 0.08rem;
      margin-right: 0.66667rem;
      margin-left: .2rem;
}
.content_row--right[data-v-129f9fdf] {
      width: 65%;
      height: .5rem;
      background: #ededed;
      border-radius: 0.08rem;
}
.content_row:nth-last-child(1) .content_row--right[data-v-129f9fdf] {
  width: 35%;
}
.content_row:nth-last-child(2) .content_row--right[data-v-129f9fdf] {
  width: 55%;
}
.content_row:nth-last-child(3) .content_row--right[data-v-129f9fdf] {
  width: 40%;
}
.content_row:nth-last-child(4) .content_row--right[data-v-129f9fdf] {
  width: 25%;
}
.content_row:nth-last-child(5) .content_row--right[data-v-129f9fdf] {
  width: 65%;
}
.content_row:nth-last-child(6) .content_row--right[data-v-129f9fdf] {
  width: 35%;
}
.content_row:nth-last-child(7) .content_row--right[data-v-129f9fdf] {
  width: 55%;
}
.content_row:nth-last-child(8) .content_row--right[data-v-129f9fdf] {
  width: 35%;
}
.content_row:nth-last-child(9) .content_row--right[data-v-129f9fdf] {
  width: 55%;
}
.content_row:nth-last-child(10) .content_row--right[data-v-129f9fdf] {
  width: 35%;
}
.content_row:nth-last-child(11) .content_row--right[data-v-129f9fdf] {
  width: 55%;
}
.content_row:nth-last-child(12) .content_row--right[data-v-129f9fdf] {
  width: 35%;
}
.content_row:nth-last-child(13) .content_row--right[data-v-129f9fdf] {
  width: 55%;
}
.content_row:nth-last-child(14) .content_row--right[data-v-129f9fdf] {
  width: 35%;
}
.content_row:nth-last-child(15) .content_row--right[data-v-129f9fdf] {
  width: 55%;
}
.content_row:nth-last-child(16) .content_row--right[data-v-129f9fdf] {
  width: 35%;
}
.tab[data-v-129f9fdf] {
  background: #fff;
  margin-bottom: 0.26667rem;
  padding: 0.3rem 0rem;
}
.tab_header[data-v-129f9fdf] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin-bottom: 0.6rem;
}
.tab_header--son[data-v-129f9fdf] {
      width: 2rem;
      height: 0.76rem;
      background: #ededed;
      border-radius: 0.13333rem;
}
.tab-main[data-v-129f9fdf] {
  padding: .4rem;
  background: #fff;
}
.tab-main_row[data-v-129f9fdf] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.35rem;
}
.tab-main_row--left[data-v-129f9fdf] {
      width: 25%;
      height: 0.5rem;
      background: #ededed;
      border-radius: 0.13333rem;
      margin-right: 0.66667rem;
}
.tab-main_row--right[data-v-129f9fdf] {
      width: 65%;
      height: 0.5rem;
      background: #ededed;
      border-radius: 0.13333rem;
}
.tab-main_row:nth-child(1) .tab-main_row--right[data-v-129f9fdf] {
  width: 40%;
}
.tab-main_row:nth-child(2) .tab-main_row--right[data-v-129f9fdf] {
  width: 30%;
}
.tab-main_row:nth-child(3) .tab-main_row--right[data-v-129f9fdf] {
  width: 35%;
}
.tab-main_row:nth-child(4) .tab-main_row--right[data-v-129f9fdf] {
  width: 55%;
}
.tab-main_row:nth-child(5) .tab-main_row--right[data-v-129f9fdf] {
  width: 20%;
}
.bling[data-v-129f9fdf]::after {
  content: "";
  position: fixed;
  -webkit-animation: bling-129f9fdf 1.5s ease 0s infinite;
          animation: bling-129f9fdf 1.5s ease 0s infinite;
  top: 0;
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-45deg);
      -ms-transform: skewX(-45deg);
          transform: skewX(-45deg);
}
@-webkit-keyframes bling-129f9fdf {
0% {
    left: -100%;
}
100% {
    left: 120%;
}
}
@keyframes bling-129f9fdf {
0% {
    left: -100%;
}
100% {
    left: 120%;
}
}

