@charset "UTF-8";
@-webkit-keyframes ani-ellipsis-data-v-b0abf98c {
from {
    width: 2px;
}
to {
    width: 20px;
}
}
@keyframes ani-ellipsis-data-v-b0abf98c {
from {
    width: 2px;
}
to {
    width: 20px;
}
}

/* 绝对定位垂直居中 */
/* 绝对定位水平居中 */
/* 绝对定位水平垂直居中 */
/* 三角形 */
.trans-slide-enter[data-v-b0abf98c], .trans-slide-leave-to[data-v-b0abf98c] {
  opacity: 0;
  transform: translateX(-30px);
}
.trans-slide-leave-active[data-v-b0abf98c] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-enter-active[data-v-b0abf98c] {
  transition: all .3s linear;
}
.trans-slide-right-enter[data-v-b0abf98c], .trans-slide-right-leave-to[data-v-b0abf98c] {
  opacity: 0;
  transform: translateX(30px);
}
.trans-slide-right-leave-active[data-v-b0abf98c] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-right-enter-active[data-v-b0abf98c] {
  transition: all .3s linear;
}
.trans-slide-y-enter[data-v-b0abf98c], .trans-slide-y-leave-to[data-v-b0abf98c] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-leave-active[data-v-b0abf98c] {
  transition: all 100ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-enter-active[data-v-b0abf98c] {
  transition: all 100ms linear;
}
.trans-slide-y-300-enter[data-v-b0abf98c], .trans-slide-y-300-leave-to[data-v-b0abf98c] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-300-leave-active[data-v-b0abf98c] {
  transition: all 300ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-300-enter-active[data-v-b0abf98c] {
  transition: all 300ms linear;
}
.trans-fade-enter[data-v-b0abf98c], .trans-fade-leave-to[data-v-b0abf98c] {
  opacity: 0;
}
.trans-fade-leave-active[data-v-b0abf98c] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-enter-active[data-v-b0abf98c] {
  transition: all .3s linear;
}
.trans-fade-fast-enter[data-v-b0abf98c], .trans-fade-fast-leave-to[data-v-b0abf98c] {
  opacity: 0;
}
.trans-fade-fast-leave-active[data-v-b0abf98c] {
  transition: all 0.1s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-fast-enter-active[data-v-b0abf98c] {
  transition: all .1s linear;
}
.trans-bounce-enter[data-v-b0abf98c], .trans-bounce-leave-to[data-v-b0abf98c] {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.trans-bounce-leave-active[data-v-b0abf98c] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-bounce-enter-active[data-v-b0abf98c] {
  transition: all .3s linear;
}
.slogan[data-v-b0abf98c] {
  display: flex;
  align-items: center;
  padding: .24rem;
}
.slogan__logo[data-v-b0abf98c] {
    width: .84rem;
    height: .84rem;
}
.slogan__text[data-v-b0abf98c] {
    font-size: .36rem;
    font-weight: bold;
    padding: 0 0 0 .24rem;
}
.slogan__tip[data-v-b0abf98c] {
    margin: 0 0 0 0;
    font-size: .24rem;
    padding: 0 0 0 .24rem;
}
.iframe[data-v-b0abf98c] {
  width: 100%;
  height: calc(100vh - 2rem);
}
.loading-con[data-v-b0abf98c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0 0;
}
.loading-con__text[data-v-b0abf98c] {
    margin: 30px 0 0 0;
    font-size: .30rem;
    text-align: center;
}
.loader[data-v-b0abf98c] {
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#ld4[data-v-b0abf98c] {
  position: relative;
  display: flex;
  width: 25%;
  justify-content: space-between;
}
#ld4 div[data-v-b0abf98c] {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #D91E36;
}
#ld4 div[data-v-b0abf98c]:nth-child(1) {
  -webkit-animation: ld4-data-v-b0abf98c 3s linear infinite 0s;
          animation: ld4-data-v-b0abf98c 3s linear infinite 0s;
}
#ld4 div[data-v-b0abf98c]:nth-child(2) {
  -webkit-animation: ld4-data-v-b0abf98c 3s linear infinite 0.15s;
          animation: ld4-data-v-b0abf98c 3s linear infinite 0.15s;
}
#ld4 div[data-v-b0abf98c]:nth-child(3) {
  -webkit-animation: ld4-data-v-b0abf98c 3s linear infinite 0.3s;
          animation: ld4-data-v-b0abf98c 3s linear infinite 0.3s;
}
#ld4 div[data-v-b0abf98c]:nth-child(4) {
  -webkit-animation: ld4-data-v-b0abf98c 3s linear infinite 0.45s;
          animation: ld4-data-v-b0abf98c 3s linear infinite 0.45s;
}
@-webkit-keyframes ld4-data-v-b0abf98c {
0% {
    opacity: 0;
    transform: scale(0.3);
    background: #59CD90;
}
25% {
    opacity: 1;
    transform: scale(1.8);
    background: #0072BB;
}
50% {
    opacity: 0;
    transform: scale(0.3);
    background: #FE4A49;
}
75% {
    opacity: 1;
    transform: scale(1.8);
    background: #FED766;
}
100% {
    opacity: 0;
}
}
@keyframes ld4-data-v-b0abf98c {
0% {
    opacity: 0;
    transform: scale(0.3);
    background: #59CD90;
}
25% {
    opacity: 1;
    transform: scale(1.8);
    background: #0072BB;
}
50% {
    opacity: 0;
    transform: scale(0.3);
    background: #FE4A49;
}
75% {
    opacity: 1;
    transform: scale(1.8);
    background: #FED766;
}
100% {
    opacity: 0;
}
}

