.header-img[data-v-4f4c1997] {
  height: 5.33rem;
  width: 100vw;
}
.header-img img[data-v-4f4c1997] {
    width: 100%;
    height: 100%;
}
.header-title[data-v-4f4c1997] {
  background: #fff;
  padding: .4rem;
}
.header-title .header-text[data-v-4f4c1997] {
    background: #ededed;
    width: 5rem;
    height: .55rem;
}
.container[data-v-4f4c1997] {
  margin-top: .3rem;
  background: #fff;
  padding: .4rem;
  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;
}
.container-title[data-v-4f4c1997] {
    width: 2rem;
    height: .55rem;
    margin-bottom: 0.3rem;
    background: #ededed;
}
.container-main[data-v-4f4c1997] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
}
.container-main--left[data-v-4f4c1997], .container-main--right[data-v-4f4c1997] {
      padding: 0.2rem;
}
.container-main--left--top[data-v-4f4c1997], .container-main--left--bottom[data-v-4f4c1997], .container-main--right--top[data-v-4f4c1997], .container-main--right--bottom[data-v-4f4c1997] {
        margin: 0 auto;
}
.container-main--left--top[data-v-4f4c1997], .container-main--right--top[data-v-4f4c1997] {
        width: 3rem;
        height: .55rem;
        margin-bottom: .2rem;
        background: #ededed;
}
.container-main--left--bottom[data-v-4f4c1997], .container-main--right--bottom[data-v-4f4c1997] {
        width: 2rem;
        height: .45rem;
        background: #ededed;
}
.main[data-v-4f4c1997] {
  margin-top: .3rem;
  padding: .4rem;
  background-color: #fff;
}
.main-title[data-v-4f4c1997] {
    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;
}
.main-title--left[data-v-4f4c1997], .main-title--right[data-v-4f4c1997] {
      width: 2rem;
      height: .45rem;
      background: #ededed;
}
.main-text[data-v-4f4c1997] {
    margin-top: 0.3rem;
    height: 0.55rem;
    width: 5rem;
    background: #ededed;
}
.main .main-text[data-v-4f4c1997]:nth-child(2) {
  width: 4rem;
}
.main .main-text[data-v-4f4c1997]:nth-child(3) {
  width: 6rem;
}
.main .main-text[data-v-4f4c1997]:nth-child(4) {
  width: 7rem;
}
.bling[data-v-4f4c1997]::after {
  content: "";
  position: fixed;
  -webkit-animation: bling-4f4c1997 1.5s ease 0s infinite;
          animation: bling-4f4c1997 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-4f4c1997 {
0% {
    left: -100%;
}
100% {
    left: 120%;
}
}
@keyframes bling-4f4c1997 {
0% {
    left: -100%;
}
100% {
    left: 120%;
}
}

