.header[data-v-6af7b961] {
  margin: 0.4rem 0.4rem 0;
  position: relative;
}
.header-box[data-v-6af7b961] {
    padding: .27rem;
    margin-bottom: .3rem;
    background: #fff;
    border-radius: .27rem;
}
.header-box-title[data-v-6af7b961] {
      height: .55rem;
      width: 1.5rem;
      border-radius: 0 .2rem .2rem 0;
      margin-left: -0.27rem;
      background: #ededed;
}
.header-box-imgbox[data-v-6af7b961] {
      margin-top: 0.27rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
}
.header-box-imgbox--left[data-v-6af7b961] {
        width: 2rem;
        height: 2rem;
        background: #ededed;
        border-radius: 0.11rem;
}
.header-box-imgbox--right[data-v-6af7b961] {
        height: 2rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
}
.header-box-imgbox--right .imgbox-title[data-v-6af7b961] {
          height: .55rem;
          width: 3.5rem;
          background: #ededed;
}
.header-box-imgbox--right .imgbox-text[data-v-6af7b961] {
          margin-top: -.1rem;
          height: .45rem;
          width: 6rem;
          background: #ededed;
}
.header-box-imgbox--right .imgbox-text[data-v-6af7b961]:nth-child(2) {
          width: 5rem;
}
.header-image[data-v-6af7b961] {
    position: absolute;
    right: -0.1rem;
    top: -0.2rem;
    height: 1.7rem;
    width: 1.7rem;
    border-radius: 50%;
    background-color: #ededed;
}
.container[data-v-6af7b961] {
  margin-bottom: .27rem;
}
.container-box[data-v-6af7b961] {
    padding: 0.4rem;
    background-color: #fff;
}
.container-box-block[data-v-6af7b961] {
      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;
      margin-bottom: .37rem;
}
.container-box-block[data-v-6af7b961]:nth-last-child(1) {
      margin-bottom: 0;
}
.container-box-block:nth-child(2n-1) .block-value[data-v-6af7b961] {
  width: 6rem;
}
.container-box-block:nth-child(2n) .block-value[data-v-6af7b961] {
  width: 4.5rem;
}
.block-key[data-v-6af7b961] {
  margin-right: .4rem;
  width: 1.9rem;
  height: .55rem;
  background: #ededed;
}
.block-value[data-v-6af7b961] {
  width: 6rem;
  height: .55rem;
  background-color: #ededed;
}
.bling[data-v-6af7b961]::after {
  content: "";
  position: fixed;
  -webkit-animation: bling-6af7b961 1.5s ease 0s infinite;
          animation: bling-6af7b961 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-6af7b961 {
0% {
    left: -100%;
}
100% {
    left: 120%;
}
}
@keyframes bling-6af7b961 {
0% {
    left: -100%;
}
100% {
    left: 120%;
}
}

