/*
 * $Description: 動畫延伸，來自animate.css
 * $Author: Betway
 * $LastEditors: BetWay
 * $Date: 2020年01月03日 15:25:34 +0800
 * $LastEditTime: 2020年01月19日 16:11:24 +0800
 * $FilePath: /src/assets/animate/animate.css
 */
@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
}
40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
}
70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
}
90% {
    transform: translate3d(0, -4px, 0);
}
}
@keyframes bounce {
from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
}
40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
}
70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
}
90% {
    transform: translate3d(0, -4px, 0);
}
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
from,
  50%,
  to {
    opacity: 1;
}
25%,
  75% {
    opacity: 0;
}
}
@keyframes flash {
from,
  50%,
  to {
    opacity: 1;
}
25%,
  75% {
    opacity: 0;
}
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
from {
    transform: scale3d(1, 1, 1);
}
50% {
    transform: scale3d(1.05, 1.05, 1.05);
}
to {
    transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
    transform: scale3d(1, 1, 1);
}
50% {
    transform: scale3d(1.05, 1.05, 1.05);
}
to {
    transform: scale3d(1, 1, 1);
}
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
    transform: scale3d(1, 1, 1);
}
30% {
    transform: scale3d(1.25, 0.75, 1);
}
40% {
    transform: scale3d(0.75, 1.25, 1);
}
50% {
    transform: scale3d(1.15, 0.85, 1);
}
65% {
    transform: scale3d(0.95, 1.05, 1);
}
75% {
    transform: scale3d(1.05, 0.95, 1);
}
to {
    transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
    transform: scale3d(1, 1, 1);
}
30% {
    transform: scale3d(1.25, 0.75, 1);
}
40% {
    transform: scale3d(0.75, 1.25, 1);
}
50% {
    transform: scale3d(1.15, 0.85, 1);
}
65% {
    transform: scale3d(0.95, 1.05, 1);
}
75% {
    transform: scale3d(1.05, 0.95, 1);
}
to {
    transform: scale3d(1, 1, 1);
}
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
from,
  to {
    transform: translate3d(0, 0, 0);
}
10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
}
20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from,
  to {
    transform: translate3d(0, 0, 0);
}
10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
}
20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
}
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
0% {
    transform: translateX(0);
}
6.5% {
    transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
    transform: translateX(5px) rotateY(7deg);
}
31.5% {
    transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
    transform: translateX(2px) rotateY(3deg);
}
50% {
    transform: translateX(0);
}
}
@keyframes headShake {
0% {
    transform: translateX(0);
}
6.5% {
    transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
    transform: translateX(5px) rotateY(7deg);
}
31.5% {
    transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
    transform: translateX(2px) rotateY(3deg);
}
50% {
    transform: translateX(0);
}
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
20% {
    transform: rotate3d(0, 0, 1, 15deg);
}
40% {
    transform: rotate3d(0, 0, 1, -10deg);
}
60% {
    transform: rotate3d(0, 0, 1, 5deg);
}
80% {
    transform: rotate3d(0, 0, 1, -5deg);
}
to {
    transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
    transform: rotate3d(0, 0, 1, 15deg);
}
40% {
    transform: rotate3d(0, 0, 1, -10deg);
}
60% {
    transform: rotate3d(0, 0, 1, 5deg);
}
80% {
    transform: rotate3d(0, 0, 1, -5deg);
}
to {
    transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
from {
    transform: scale3d(1, 1, 1);
}
10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
    transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
    transform: scale3d(1, 1, 1);
}
10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
    transform: scale3d(1, 1, 1);
}
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
from {
    transform: translate3d(0, 0, 0);
}
15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
    transform: translate3d(0, 0, 0);
}
}
@keyframes wobble {
from {
    transform: translate3d(0, 0, 0);
}
15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
    transform: translate3d(0, 0, 0);
}
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
}
22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
}
22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
0% {
    transform: scale(1);
}
14% {
    transform: scale(1.3);
}
28% {
    transform: scale(1);
}
42% {
    transform: scale(1.3);
}
70% {
    transform: scale(1);
}
}
@keyframes heartBeat {
0% {
    transform: scale(1);
}
14% {
    transform: scale(1.3);
}
28% {
    transform: scale(1);
}
42% {
    transform: scale(1.3);
}
70% {
    transform: scale(1);
}
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
}
20% {
    transform: scale3d(1.1, 1.1, 1.1);
}
40% {
    transform: scale3d(0.9, 0.9, 0.9);
}
60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
}
80% {
    transform: scale3d(0.97, 0.97, 0.97);
}
to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
}
20% {
    transform: scale3d(1.1, 1.1, 1.1);
}
40% {
    transform: scale3d(0.9, 0.9, 0.9);
}
60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
}
80% {
    transform: scale3d(0.97, 0.97, 0.97);
}
to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
}
60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
}
75% {
    transform: translate3d(0, -10px, 0);
}
90% {
    transform: translate3d(0, 5px, 0);
}
to {
    transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInDown {
from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
}
60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
}
75% {
    transform: translate3d(0, -10px, 0);
}
90% {
    transform: translate3d(0, 5px, 0);
}
to {
    transform: translate3d(0, 0, 0);
}
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
}
60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
}
75% {
    transform: translate3d(-10px, 0, 0);
}
90% {
    transform: translate3d(5px, 0, 0);
}
to {
    transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInLeft {
from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
}
60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
}
75% {
    transform: translate3d(-10px, 0, 0);
}
90% {
    transform: translate3d(5px, 0, 0);
}
to {
    transform: translate3d(0, 0, 0);
}
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
}
60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
}
75% {
    transform: translate3d(10px, 0, 0);
}
90% {
    transform: translate3d(-5px, 0, 0);
}
to {
    transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInRight {
from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
}
60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
}
75% {
    transform: translate3d(10px, 0, 0);
}
90% {
    transform: translate3d(-5px, 0, 0);
}
to {
    transform: translate3d(0, 0, 0);
}
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
}
60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
}
75% {
    transform: translate3d(0, 10px, 0);
}
90% {
    transform: translate3d(0, -5px, 0);
}
to {
    transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
}
60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
}
75% {
    transform: translate3d(0, 10px, 0);
}
90% {
    transform: translate3d(0, -5px, 0);
}
to {
    transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
    transform: scale3d(0.9, 0.9, 0.9);
}
50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
}
to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
}
}
@keyframes bounceOut {
20% {
    transform: scale3d(0.9, 0.9, 0.9);
}
50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
}
to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
}
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
    transform: translate3d(0, 10px, 0);
}
40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
}
to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
    transform: translate3d(0, 10px, 0);
}
40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
}
to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
}
to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
}
to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
}
to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
}
to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
    transform: translate3d(0, -10px, 0);
}
40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
}
to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
    transform: translate3d(0, -10px, 0);
}
40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
}
to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes fadeIn {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDown {
from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDownBig {
from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeft {
from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeftBig {
from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInRight {
from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInRightBig {
from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUp {
from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUpBig {
from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@keyframes fadeOut {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
}
40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
}
80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
    transform: perspective(400px);
}
}
@keyframes flipInX {
from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
}
40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
}
80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
    transform: perspective(400px);
}
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
}
40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
}
80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
    transform: perspective(400px);
}
}
@keyframes flipInY {
from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
}
40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
}
80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
    transform: perspective(400px);
}
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
    transform: perspective(400px);
}
30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
}
to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
}
}
@keyframes flipOutX {
from {
    transform: perspective(400px);
}
30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
}
to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
}
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
    transform: perspective(400px);
}
30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
}
to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
}
}
@keyframes flipOutY {
from {
    transform: perspective(400px);
}
30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
}
to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
}
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
}
60% {
    transform: skewX(20deg);
    opacity: 1;
}
80% {
    transform: skewX(-5deg);
}
to {
    transform: translate3d(0, 0, 0);
}
}
@keyframes lightSpeedIn {
from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
}
60% {
    transform: skewX(20deg);
    opacity: 1;
}
80% {
    transform: skewX(-5deg);
}
to {
    transform: translate3d(0, 0, 0);
}
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
    opacity: 1;
}
to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
    opacity: 1;
}
to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
}
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
}
to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}
@keyframes rotateIn {
from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
}
to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
}
to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
}
to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
    transform-origin: center;
    opacity: 1;
}
to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
}
}
@keyframes rotateOut {
from {
    transform-origin: center;
    opacity: 1;
}
to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
}
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
    transform-origin: left bottom;
    opacity: 1;
}
to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
    transform-origin: left bottom;
    opacity: 1;
}
to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
    transform-origin: right bottom;
    opacity: 1;
}
to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
    transform-origin: right bottom;
    opacity: 1;
}
to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
    transform-origin: left bottom;
    opacity: 1;
}
to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
    transform-origin: left bottom;
    opacity: 1;
}
to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
    transform-origin: right bottom;
    opacity: 1;
}
to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
    transform-origin: right bottom;
    opacity: 1;
}
to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
}
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
}
to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
}
}
@keyframes hinge {
0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
}
to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
}
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
}
50% {
    transform: rotate(-10deg);
}
70% {
    transform: rotate(3deg);
}
to {
    opacity: 1;
    transform: scale(1);
}
}
@keyframes jackInTheBox {
from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
}
50% {
    transform: rotate(-10deg);
}
70% {
    transform: rotate(3deg);
}
to {
    opacity: 1;
    transform: scale(1);
}
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
@keyframes rollIn {
from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
}
50% {
    opacity: 1;
}
}
@keyframes zoomIn {
from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
}
50% {
    opacity: 1;
}
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInDown {
from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInLeft {
from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInRight {
from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInUp {
from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
    opacity: 1;
}
50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
}
to {
    opacity: 0;
}
}
@keyframes zoomOut {
from {
    opacity: 1;
}
50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
}
to {
    opacity: 0;
}
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutDown {
40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
}
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
}
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutUp {
40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}
to {
    transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}
to {
    transform: translate3d(0, 0, 0);
}
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
}
to {
    transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
}
to {
    transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
}
to {
    transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
}
to {
    transform: translate3d(0, 0, 0);
}
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
}
to {
    transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
}
to {
    transform: translate3d(0, 0, 0);
}
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (print), (prefers-reduced-motion: reduce) {
.animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
}
}
/*
 * @message: 
 * @Author: Betway<848032671@qq.com>
 * @Github: github
 * @Date: 2020-06-30 16:42:23
 * @FilePath: \mrc-ess-fronted\src\assets\common\common.css
 * @最后编辑: Betway
 * @最后修改时间: 2022-06-09 10:04:57
 */
:root {
  --font-color: #383838;
  --main-color: #0f46c1;
  --main-bg-color: #eeeef0;
  --main-nav-color: rgba(255, 255, 255, 0.74);
  --table-header-bg-color: #f5f5f5;
  --table-header-font-color: rgba(0, 0, 0, 0.38);
  --table-footer-bg-color: #f5f5f5;
  --main-border-color: rgba(0, 0, 0, 0.12);
  --main-hover-color: rgba(0, 0, 0, 0.05);
  --table-tools-btn-color: #dadada;
  --table-tools-btn-disable-color: #dadada0f;
  --steper-nav-color: #eeeef0;
  --taber-nav-color: #eeeef0;
  --main-scroll-bg-color: #e0e0e0; /* #b1b9bf */
  --main-font-family: "Noto Sans TC", "Noto Sans HK", "Noto Sans SC",
    "Microsoft YaHei", "Roboto", "Noto Sans JP", sans-serif;
  --main-animated-delay-base: 8000; /* 0.1毫秒 */
  --colors-reset-grey: rgba(0, 0, 0, 1);
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  /*  FireFox 隐藏滚动条*/
  scrollbar-color: transparent transparent;
  scrollbar-width: none;
  scrollbar-track-color: transparent;
  -ms-scrollbar-track-color: transparent;
}
/* 关闭Safari弹性 */
html {
  overflow: hidden;
}
body {
  overflow: auto;
}
/* 关闭Safari弹性 */
html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  outline: none;
  /* filter: grayscale(100%) !important; */ /* 灰色 */
}
/* 加载进度条 */
#nprogress .bar {
    width: 100%;
    height: 3.5px;
    background: var(--v-primary-base) !important;
}

/* 必填 样式控制*/
.mrc_text_require {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mrc_text_require::after {
  content: "*";
  font-size: inherit !important;
}

/* 去除输入框自动填充背景色 */
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px transparent inset !important;
}
/* 背景色，用于处理steper ,taber等内容区域修改不了默认颜色*/
/* 强制设置为背景色 */
.mrc-grey {
  background: var(--main-bg-color) !important;
  background-color: var(--main-bg-color) !important;
  border-color: var(--main-bg-color) !important;
}
/* 用于添加边框，实现和虚线 */
.mrc-border-solid {
  border-color: var(--main-border-color) !important;
  border-width: 1px;
  border-style: solid;
}
.mrc-border-dashed {
  border-color: var(--main-border-color) !important;
  border-width: 1px;
  border-style: dashed;
}
.mrc-border-solid-x {
  border-color: var(--main-border-color) !important;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-style: solid;
  box-sizing: border-box;
}
.mrc-border-solid-y {
  border-color: var(--main-border-color) !important;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-style: solid;
  box-sizing: border-box;
}
.mrc-border-solid-l {
  border-color: var(--main-border-color) !important;
  border-left-width: 1px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  box-sizing: border-box;
  border-style: solid;
}
.mrc-border-solid-r {
  border-color: var(--main-border-color) !important;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 1px;
  box-sizing: border-box;
  border-style: solid;
}
.mrc-border-solid-t {
  border-color: var(--main-border-color) !important;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 1px;
  border-bottom-width: 0px;
  box-sizing: border-box;
  border-style: solid;
}
.mrc-border-solid-b {
  border-color: var(--main-border-color) !important;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  box-sizing: border-box;
  border-style: solid;
}
/* 隐藏滚动条 */
*::-webkit-scrollbar {
  display: none;
}
/* 滚动条 */
.scroll_content {
  /* 横向和纵向都可滚动 */
  overflow: scroll;
}
.scroll_content_no {
  /* 横向和纵向都不可滚动 */
  overflow: hidden;
}
.scroll_content_y {
  /* 纵向滚动 */
  overflow-y: scroll;
}
.scroll_content_x {
  /* 横向滚动 */
  overflow-x: scroll;
}
.scroll_content_y_no {
  /* 纵向滚动 */
  overflow-y: hidden;
}
.scroll_content_x_no {
  /* 横向滚动 */
  overflow-x: hidden;
}
.scroll_content_y_rtl {
  /* 设置滚动条在左边 */
  direction: rtl !important;
}
.scroll_content_no::-webkit-scrollbar {
  /* 不显示滚动条 */
  display: none !important;
}
.no_scroll::-webkit-scrollbar {
  /* 不显示滚动条 */
  display: none !important;
}
.scroll_content::-webkit-scrollbar {
  display: inline-block !important;
  height: 5px;
  width: 5px;
}
.scroll_content_x::-webkit-scrollbar {
  display: inline-block !important;
  height: 5px;
}
.scroll_content_y::-webkit-scrollbar {
  display: inline-block;
  height: 5px;
  width: 5px;
}
/*滚动条滑块*/
*::-webkit-scrollbar-thumb {
  border-radius: 5000px;
  background: var(--main-scroll-bg-color);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  /* background-image: linear-gradient(to top, #a8edea 0%, #fed6e3 100%); */
  /* background-image: linear-gradient(135deg, #fff886 10%, #f072b6 100%); */
}
/*滚动条轨道*/
*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 5000px;
  height: 5px;
  width: 5px;
  background: transparent;
}
/* 兼容FireFox */
.scroll_content_no {
  scrollbar-color: transparent transparent;
  scrollbar-width: none;
}
.scroll_content,
.scroll,
.scroll_content_y,
.scroll_content_x {
  scrollbar-color: var(--main-scroll-bg-color) transparent;
  scrollbar-width: auto;
}
.v-data-table__wrapper::-webkit-scrollbar {
  display: inline-block !important;
  width: 5px;
  height: 5px;
}
.scroll::-webkit-scrollbar {
  /* 强制显示滚动条 */
  display: inline-block !important;
  width: 5px;
  height: 5px;
}
/* 兼容FireFox */

/* 用于强制修改某些组件的宽度 */
.max-width {
  width: 100%;
}
/* 用于强制修改透明颜色*/
.text-ellipsis-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.text-ellipsis-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
/* google 地图 隐藏 条款*/
.gmnoprint a,
.gmnoprint span {
  display: none !important;
}
.gmnoprint div {
  background: white !important;
  border-radius: 5px;
}
.gm-style-cc {
  display: none !important;
}
/* google 地图 隐藏 条款 */
/* 字体图标大小 */
.material-icons-round.md-12 {
  font-size: 12px !important;
  width: 12px !important;
  height: 12px !important;
}
.material-icons-round.md-14 {
  font-size: 14px !important;
  width: 14px !important;
  height: 14px !important;
}
.material-icons-round.md-16 {
  font-size: 16px !important;
  width: 16px !important;
  height: 16px !important;
}
.material-icons-round.md-18 {
  font-size: 18px !important;
  width: 18px !important;
  height: 18px !important;
}
.material-icons-round.md-20 {
  font-size: 20px !important;
  width: 20px !important;
  height: 20px !important;
}
.material-icons-round.md-24 {
  font-size: 24px !important;
  width: 24px !important;
  height: 24px !important;
}
.material-icons-round.md-36 {
  font-size: 36px !important;
  width: 36px !important;
  height: 36px !important;
}
.material-icons-round.md-48 {
  font-size: 48px !important;
  width: 48px !important;
  height: 48px !important;
}
.material-icons-round.md-72 {
  font-size: 72px !important;
  width: 72px !important;
  height: 72px !important;
}
.material-icons-round.md-96 {
  font-size: 96px !important;
  width: 96px !important;
  height: 916px !important;
}
/* 宽度限制 */
.max-1000 {
  /* max-width: 1000px !important;
  overflow-x: hidden !important; */
}
.max-1200 {
  max-width: 1200px !important;
  overflow-x: hidden !important;
}
.max-1400 {
  max-width: 1400px !important;
  overflow-x: hidden !important;
}
.max-1600 {
  max-width: 1600px !important;
  overflow-x: scroll !important;
}
.min-1600 {
  min-width: 1600px !important;
  overflow-x: hidden !important;
}
.min-1200 {
  min-width: 1200px !important;
  overflow-x: hidden !important;
}
.min-1000 {
  min-width: 1000px !important;
  overflow-x: hidden !important;
}
.max-600 {
  max-width: 600px !important;
  overflow-x: hidden !important;
}
.max-500 {
  max-width: 500px !important;
  overflow-x: hidden !important;
}
.min-500 {
  min-width: 500px !important;
  overflow-x: hidden !important;
}

@-webkit-keyframes ani {
0% {
    opacity: 0;
}
10% {
    opacity: 0.1;
}
20% {
    opacity: 0.2;
}
30% {
    opacity: 0.3;
}
40% {
    opacity: 0.4;
}
50% {
    opacity: 0.5;
}
60% {
    opacity: 0.6;
}
70% {
    opacity: 0.7;
}
80% {
    opacity: 0.8;
}
90% {
    opacity: 0.9;
}
100% {
    opacity: 1;
}
}
@keyframes ani {
0% {
    opacity: 0;
}
10% {
    opacity: 0.1;
}
20% {
    opacity: 0.2;
}
30% {
    opacity: 0.3;
}
40% {
    opacity: 0.4;
}
50% {
    opacity: 0.5;
}
60% {
    opacity: 0.6;
}
70% {
    opacity: 0.7;
}
80% {
    opacity: 0.8;
}
90% {
    opacity: 0.9;
}
100% {
    opacity: 1;
}
}
.mrc-delay {
  /* animation-duration: 1s; */
  -webkit-animation: ani 1s ease;
          animation: ani 1s ease;
}
.mrc-delay._0s {
  animation-delay: 0s;
  -moz-animation-delay: 0s; /* Firefox 4 */
  -webkit-animation-delay: 0s; /*safari 和 Chrome */
  -o-animation-delay: 0s; /* Opera */
}
.mrc-delay._1s {
  animation-delay: 1s;
  -moz-animation-delay: 1s; /* Firefox 4 */
  -webkit-animation-delay: 1s; /*safari 和 Chrome */
  -o-animation-delay: 1s; /* Opera */
}
.mrc-delay._2s {
  animation-delay: 2s;
  -moz-animation-delay: 2s; /* Firefox 4 */
  -webkit-animation-delay: 2s; /*safari 和 Chrome */
  -o-animation-delay: 2s; /* Opera */
}
.mrc-delay._3s {
  animation-delay: 3s;
  -moz-animation-delay: 3s; /* Firefox 4 */
  -webkit-animation-delay: 3s; /*safari 和 Chrome */
  -o-animation-delay: 3s; /* Opera */
}
.mrc-delay._4s {
  animation-delay: 4s;
  -moz-animation-delay: 4s; /* Firefox 4 */
  -webkit-animation-delay: 4s; /*safari 和 Chrome */
  -o-animation-delay: 4s; /* Opera */
}
.mrc-delay._5s {
  animation-delay: 5s;
  -moz-animation-delay: 5s; /* Firefox 4 */
  -webkit-animation-delay: 5s; /*safari 和 Chrome */
  -o-animation-delay: 5s; /* Opera */
}
.mrc-delay._6s {
  animation-delay: 6s;
  -moz-animation-delay: 6s; /* Firefox 4 */
  -webkit-animation-delay: 6s; /*safari 和 Chrome */
  -o-animation-delay: 6s; /* Opera */
}
.mrc-delay._7s {
  animation-delay: 7s;
  -moz-animation-delay: 7s; /* Firefox 4 */
  -webkit-animation-delay: 7s; /*safari 和 Chrome */
  -o-animation-delay: 7s; /* Opera */
}
.mrc-delay._8s {
  animation-delay: 8s;
  -moz-animation-delay: 8s; /* Firefox 4 */
  -webkit-animation-delay: 8s; /*safari 和 Chrome */
  -o-animation-delay: 8s; /* Opera */
}
.mrc-delay._9s {
  animation-delay: 9s;
  -moz-animation-delay: 9s; /* Firefox 4 */
  -webkit-animation-delay: 9s; /*safari 和 Chrome */
  -o-animation-delay: 9s; /* Opera */
}
.mrc-delay._10s {
  animation-delay: 10s;
  -moz-animation-delay: 10s; /* Firefox 4 */
  -webkit-animation-delay: 10s; /*safari 和 Chrome */
  -o-animation-delay: 10s; /* Opera */
}
.mrc-delay._11s {
  animation-delay: 11s;
  -moz-animation-delay: 11s; /* Firefox 4 */
  -webkit-animation-delay: 11s; /*safari 和 Chrome */
  -o-animation-delay: 11s; /* Opera */
}
.mrc-delay._12s {
  animation-delay: 12s;
  -moz-animation-delay: 12s; /* Firefox 4 */
  -webkit-animation-delay: 12s; /*safari 和 Chrome */
  -o-animation-delay: 12s; /* Opera */
}

/* 強制修改圖標使用 rounded */
.material-icons,
.material-icons-round {
  font-family: "Material Icons Round" !important;
  /* font-weight: normal !important;
  font-style: normal !important; */
  font-size: 24px;
  text-align: center;
  width: 24px;
  height: 24px;
  text-indent: 0;
  /*
  line-height: 1 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  display: inline-block !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
  direction: ltr !important;
  -webkit-font-feature-settings: "liga" !important;
  -webkit-font-smoothing: antialiased !important; */
}
#app,
body,
.v-application {
  width: 100%;
  font-family: var(--main-font-family) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
  font-size: 14px;
  color: #383838;
  background: #eeeef0 !important;
  background-color: #eeeef0 !important;
  border-color: #eeeef0 !important;
  margin-top: 0px;
}
/* Label */
#app .text-label {
  font-family: var(--main-font-family) !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  line-height: 20px !important;
}
/* Tag */
#app .text-tag {
  font-family: var(--main-font-family) !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 16px !important;
}
/* Caption-XS */
#app .text-caption-xs {
  font-family: var(--main-font-family) !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 10px !important;
  line-height: 12px !important;
}

/* table 内容字体样式 */
.table-title {
  font-size: 0.875rem !important;
  font-weight: normal !important;
  line-height: 1.2rem !important;
  letter-spacing: 0.0071428571em !important;
  max-width: 300px !important;
  /* min-width: 100px !important; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default !important;
  font-family: var(--main-font-family) !important;
}
.table-subtitle {
  font-size: 0.75rem !important;
  font-weight: normal !important;
  line-height: 1.2rem !important;
  letter-spacing: 0.0071428571em !important;
  max-width: 300px !important;
  font-family: var(--main-font-family) !important;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default !important;
  white-space: nowrap;
}
/* 强制修改 左侧导航*/
/* 兼容FireFox浏览器 */
/* 解决fire Fox 不支持/deep/选择器 */
/* 注意⚠️：修改时，需要同时修改 */
/* ************** */
/* ************** */

/* 强制修改 左侧导航*/
/*  */
/* 强制修改分页样式start */
#app /deep/ .theme--light.v-pagination .v-pagination__navigation {
  box-shadow: none !important;
}
#app .theme--light.v-pagination .v-pagination__navigation {
  box-shadow: none !important;
}
#app /deep/ .theme--light.v-pagination .v-pagination__item {
  min-width: 32px !important;
  white-space: nowrap;
  box-shadow: none !important;
}
#app .theme--light.v-pagination .v-pagination__item {
  min-width: 32px !important;
  white-space: nowrap;
  box-shadow: none !important;
}
#app .theme--light.v-pagination .v-pagination__item--active {
  color: rgba(0, 0, 0, 0.78) !important;
}
/* 强制修改分页样式end*/
#app .black--text {
  color: rgba(0, 0, 0, 0.78) !important;
  caret-color: rgba(0, 0, 0, 0.78) !important;
}
/* 动态列特殊 ---checkbox label*/
#app .drag .v-input--selection-controls .v-input__slot > .v-label {
  flex: 1 !important;
}
/* 修改vuetify bug，禁止整行label点击 */
/* #app /deep/ .v-input--selection-controls .v-input__slot > .v-label {
  flex: 0 !important;
  min-width: 110px;
}
#app .v-input--selection-controls .v-input__slot > .v-label {
  flex: 0 !important;
  min-width: 250px;
}
#app #loginContainer .v-input--selection-controls .v-input__slot > .v-label {
  flex: 0 !important;
  min-width: 110px;
} */

/* 强制修改tab内容背景 */
/* #app /deep/ .v-tabs-items {
  background: transparent !important;
  background-color: transparent !important;
}
#app .v-tabs-items {
  background: transparent !important;
  background-color: transparent !important;
} */
/* 解决输入框显示字体不全 */
/* #app /deep/ .v-text-field input {
  line-height: inherit !important;
}
#app .v-text-field input {
  line-height: inherit !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.theme--light.v-select .v-select__selection--disabled {
  overflow: inherit !important;
} */

/* 强制修改选择框默认高度 */
#app
  /deep/
  .v-text-field.v-text-field--solo.v-input--dense
  > .v-input__control {
  min-height: 32px !important;
}
.v-text-field.v-text-field--solo.v-input--dense > .v-input__control {
  min-height: 32px !important;
}
/* 强制修改禁用状态下的chip样式 */
#app /deep/ .v-chip--disabled {
  opacity: 1 !important;
}
.v-chip--disabled {
  opacity: 1 !important;
}
.theme--light.v-select .v-select__selection--disabled {
  color: rgba(0, 0, 0, 0.87) !important;
}
[role="button"] {
  cursor: pointer !important;
}
/* 强制修改tooltip样式 */
#app /deep/ .v-tooltip__content {
  background: rgba(0, 0, 0, 0.78) !important;
}
.v-tooltip__content {
  background: rgba(0, 0, 0, 0.78) !important;
}
/* #app /deep/ .ant-table-tbody > tr:hover,#app  .ant-table-tbody > tr:hover{
  background: #f5f5f5 !important;
} 
#app .ant-table-row:hover ,#app  .ant-table-row:hover {
  background: #f5f5f5 !important;
} */
.slideLeft_container
  .v-list-group
  .v-list-group__header
  .v-list-item__icon.v-list-group__header__append-icon
  .v-icon {
  font-size: 16px !important;
  color: rgba(0, 0, 0, 0.54) !important;
  width: 16px;
  height: 16px;
}
.v-input .v-label {
  line-height: 1 !important;
}
.theme--light.v-list-item .v-list-item__action-text,
.theme--light.v-list-item .v-list-item__subtitle {
  color: rgba(0, 0, 0, 0.38) !important;
}
.v-list-item .v-list-item__subtitle,
.v-list-item .v-list-item__title {
  line-height: inherit !important;
}
.mrc_mainnav_container .v-toolbar__content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#app .rounded-xl {
  border-radius: 16px !important;
}
#app .special_input_text .v-input__control > .v-input__slot {
  background: transparent !important;
}

/* 设置input[type=number]不显示箭头 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
/* 设置input[type=number]不显示箭头 */
.v-select__selection--comma {
  /* min-height: 20px; */
  margin: 0 !important;
  overflow-x: hidden;
  overflow-y: initial;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.v-list-item__content > :not(:last-child) {
  margin-bottom: 0px !important;
}
/* 地图infowindows 底部箭头 */
.gm-style .gm-style-iw-t::after {
  display: block !important;
  background: var(--main-color) !important;
  box-shadow: none;
  content: "";
  height: 70px;
  left: 0;
  position: absolute;
  top: 35px;
  transform: translate(-50%, -50%) rotate(-0deg);
  width: 1px;
}
/* 小屏幕导航栏 */
#app .mobile-container > .v-toolbar__content,
#app .mobile-container > .v-toolbar__extension {
  padding: 0px !important;
}
/* 下拉选择placeholder显示不全 */
#app .v-autocomplete:not(.v-input--is-focused).v-select--chips input {
  max-height: none !important;
}
#app .v-select .v-select__selections .v-chip:not(.v-chip--active) {
  background: rgba(155, 153, 153, 0.3);
}
#app .v-select__slot {
  overflow: hidden !important;
}
#app .v-select__selections {
  padding: 2px 0px !important;
}
#app .v-text-field.v-text-field--enclosed .v-text-field__details {
  margin-bottom: 0px !important;
}
.ant-table-tbody
  > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)
  > td {
  background: #e5eeff;
}
#app .v-simple-checkbox {
  width: 24px !important;
  height: 24px !important;
}
#app /deep/ .v-simple-checkbox {
  width: 24px !important;
  height: 24px !important;
}
.v-avatar {
  overflow: inherit !important;
}
#app /deep/ .v-avatar {
  overflow: inherit !important;
}
.vue-map-container {
  position: inherit !important;
}


/* 导入动画 */ /* 导入公共样式 */ /* 导入公共样式 */ /* 导入公共样式 */


.panel_left[data-v-daee7da6] {
  position: absolute;
  z-index: 2;
}
.panel_btn[data-v-daee7da6] {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -30px;
}
.panel_right[data-v-daee7da6] {
  position: absolute;
  right: 20px;
  margin-top: 20px;
  z-index: 2;
}
.mrc_map[data-v-daee7da6] {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}


.special-action[data-v-64106d5c] {
  position: absolute;
  width: 20px;
  height: 20px;
  /* border-top-left-radius: 40px; */
  background: transparent;
  bottom: 0;
  box-sizing: border-box;
  right: 0;
  border-bottom-right-radius: 5px;
  border: 10px solid;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right: 10px solid;
  border-bottom: 10px solid;
}
.special-action > .material-icons-round[data-v-64106d5c] {
  color: white;
  font-size: 16px;
  position: absolute;
  z-index: 3;
  margin-top: -5px;
  margin-left: -5px;
}
.active-class[data-v-64106d5c] {
  border-width: 2px !important;
  box-sizing: border-box;
  border-style: solid !important;
  border-color: var(--main-color) !important;
}


.curcircle[data-v-f3fb62aa] {
  width: 50px;
  height: 50px;
  border: 2px solid var(--main-color);
  border-radius: 50px;
  position: absolute;
  margin-left: calc(50% - 25px);
  margin-top: 4px;
}


.selectCycle[data-v-5834f11a] {
  width:90px;
  height: 35px;
}


.swrap-bg[data-v-a9b64676] {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  background-image: repeating-linear-gradient(
    -45deg,
    hsla(0, 0%, 100%, 0.3),
    hsla(0, 0%, 100%, 0.3) 7.5px,
    transparent 0,
    transparent 15px
  );
  transform: scale(1.04);
  opacity: 0.6;
  z-index: 2;
}
.card-active[data-v-a9b64676] {
  border: 2px solid var(--main-color);
  box-sizing: border-box;
}


.special-action[data-v-1dcdeb60] {
  position: absolute;
  width: 20px;
  height: 20px;
  /* border-top-left-radius: 40px; */
  background: transparent;
  bottom: 0;
  box-sizing: border-box;
  right: 0;
  border-bottom-right-radius: 5px;
  border: 10px solid;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right: 10px solid;
  border-bottom: 10px solid;
}
.special-action > .material-icons-round[data-v-1dcdeb60] {
  color: white;
  font-size: 16px;
  position: absolute;
  z-index: 3;
  margin-top: -5px;
  margin-left: -5px;
}
.active-class[data-v-1dcdeb60] {
  border-width: 2px !important;
  box-sizing: border-box;
  border-style: solid !important;
  border-color: var(--main-color) !important;
}
.col-md-7[data-v-1dcdeb60] {
  flex: 0 0 58.3333333333% !important;
  max-width: 58.3333333333% !important;
}


.swrap-bg[data-v-8ce33586] {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  background-image: repeating-linear-gradient(
    -45deg,
    hsla(0, 0%, 100%, 0.3),
    hsla(0, 0%, 100%, 0.3) 7.5px,
    transparent 0,
    transparent 15px
  );
  transform: scale(1.04);
  opacity: 0.6;
  z-index: 2;
}
.card-active[data-v-8ce33586] {
  border: 2px solid var(--main-color);
  box-sizing: border-box;
}


.swrap-bg[data-v-3eaf3785] {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  background-image: repeating-linear-gradient(
    -45deg,
    hsla(0, 0%, 100%, 0.3),
    hsla(0, 0%, 100%, 0.3) 7.5px,
    transparent 0,
    transparent 15px
  );
  transform: scale(1.04);
  opacity: 0.6;
  z-index: 2;
}
.card-active[data-v-3eaf3785] {
  border: 2px solid var(--main-color);
  box-sizing: border-box;
}


.curcircle[data-v-d85ecde2] {
  width: 50px;
  height: 50px;
  border: 2px solid var(--main-color);
  border-radius: 50px;
  position: absolute;
  margin-left: calc(50% - 25px);
  margin-top: 1px;
}


.loading_container[data-v-04c28fce] {
  position: absolute;
  width: 100%;
  z-index: 1;
  margin-left: -12px;
  margin-top: -12px;
  background: rgba(0, 0, 0, 0.3);
}


.spe_btn[data-v-2a648927]::before {
  background-color: inherit !important;
}
.text-body-2[data-v-2a648927] {
  color: rgba(0, 0, 0, 0.38) !important;
}


.panel_left[data-v-00af8ccc] {
  position: absolute;
  z-index: 2;
}
.panel_btn[data-v-00af8ccc] {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -30px;
}
.panel_right[data-v-00af8ccc] {
  position: absolute;
  right: 20px;
  margin-top: 20px;
  z-index: 2;
}
.mrc_map[data-v-00af8ccc] {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.col-md-7[data-v-00af8ccc] {
  flex: 0 0 58.3333333333% !important;
  max-width: 58.3333333333% !important;
}


.panel_left[data-v-5411b5b8] {
  position: absolute;
  z-index: 999;
}
.panel_btn[data-v-5411b5b8] {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -30px;
}
.panel_right[data-v-5411b5b8] {
  position: absolute;
  right: 20px;
  margin-top: 20px;
  z-index: 9;
}
.mrc_map[data-v-5411b5b8] {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}


.special-action[data-v-65a5d02e] {
  position: absolute;
  width: 20px;
  height: 20px;
  /* border-top-left-radius: 40px; */
  background: transparent;
  bottom: -1px;
  box-sizing: border-box;
  right: -1px;
  border-bottom-right-radius: 5px;
  border: 10px solid;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right: 10px solid;
  border-bottom: 10px solid;
}
.special-action > .material-icons-round[data-v-65a5d02e] {
  color: white;
  font-size: 16px;
  position: absolute;
  z-index: 3;
  margin-top: -5px;
  margin-left: -8px;
}
.active-class[data-v-65a5d02e] {
  border-width: 2px !important;
  box-sizing: border-box;
  border-style: solid !important;
  border-color: var(--main-color) !important;
}


.special-action[data-v-78bbc0fd] {
  position: absolute;
  width: 20px;
  height: 20px;
  /* border-top-left-radius: 40px; */
  background: transparent;
  bottom: 0;
  box-sizing: border-box;
  right: 0;
  border-bottom-right-radius: 5px;
  border: 10px solid;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right: 10px solid;
  border-bottom: 10px solid;
}
.special-action > .material-icons-round[data-v-78bbc0fd] {
  color: white;
  font-size: 16px;
  position: absolute;
  z-index: 3;
  margin-top: -5px;
  margin-left: -5px;
}
.active-class[data-v-78bbc0fd] {
  border-width: 2px !important;
  box-sizing: border-box;
  border-style: solid !important;
  border-color: var(--main-color) !important;
}
.col-md-7[data-v-78bbc0fd] {
  flex: 0 0 58.3333333333% !important;
  max-width: 58.3333333333% !important;
}


.leftYear[data-v-0b502c6a]:hover::-webkit-scrollbar {
  display: inline-block;
  width: 5px;
}


.leftYear[data-v-2606c00a]:hover::-webkit-scrollbar {
  display: inline-block;
  width: 5px;
}


.special-action[data-v-595184e2] {
  position: absolute;
  width: 20px;
  height: 20px;
  /* border-top-left-radius: 40px; */
  background: transparent;
  bottom: -1px;
  box-sizing: border-box;
  right: -1px;
  border-bottom-right-radius: 5px;
  border: 10px solid;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right: 10px solid;
  border-bottom: 10px solid;
}
.special-action > .material-icons-round[data-v-595184e2] {
  color: white;
  font-size: 16px;
  position: absolute;
  z-index: 3;
  margin-top: -5px;
  margin-left: -8px;
}
.active-class[data-v-595184e2] {
  border-width: 2px !important;
  box-sizing: border-box;
  border-style: solid !important;
  border-color: var(--main-color) !important;
}


.special-action[data-v-1e67854f] {
  position: absolute;
  width: 20px;
  height: 20px;
  /* border-top-left-radius: 40px; */
  background: transparent;
  bottom: 0;
  box-sizing: border-box;
  right: 0;
  border-bottom-right-radius: 5px;
  border: 10px solid;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right: 10px solid;
  border-bottom: 10px solid;
}
.special-action > .material-icons-round[data-v-1e67854f] {
  color: white;
  font-size: 16px;
  position: absolute;
  z-index: 3;
  margin-top: -5px;
  margin-left: -5px;
}
.active-class[data-v-1e67854f] {
  border-width: 2px !important;
  box-sizing: border-box;
  border-style: solid !important;
  border-color: var(--main-color) !important;
}


.swrap-bg[data-v-c6117108] {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  background-image: repeating-linear-gradient(
    -45deg,
    hsla(0, 0%, 100%, 0.3),
    hsla(0, 0%, 100%, 0.3) 7.5px,
    transparent 0,
    transparent 15px
  );
  transform: scale(1.04);
  opacity: 0.6;
  z-index: 2;
}
.card-active[data-v-c6117108] {
  border: 2px solid var(--main-color);
  box-sizing: border-box;
}
.card-inactive[data-v-c6117108] {
  border: 2px solid transparent;
  border-bottom: none;
  box-sizing: border-box;
}


.curcircle[data-v-8236aee8] {
  width: 50px;
  height: 50px;
  border: 2px solid var(--main-color);
  border-radius: 50px;
  position: absolute;
  margin-left: calc(50% - 25px);
  margin-top: 1px;
}


.loading_container[data-v-39800e30] {
  position: absolute;
  z-index: 1;
  margin-left: -12px;
  margin-top: -12px;
  background: rgba(0, 0, 0, 0.3);
}


.curcircle[data-v-3d4f50b0] {
  width: 50px;
  height: 50px;
  border: 2px solid var(--main-color);
  border-radius: 50px;
  position: absolute;
  margin-left: calc(50% - 25px);
  margin-top: 1px;
}


.selectCycle[data-v-395ec3d4] {
  width:90px;
  height: 35px;
}


.swrap-bg[data-v-067ae5c2] {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  background-image: repeating-linear-gradient(
    -45deg,
    hsla(0, 0%, 100%, 0.3),
    hsla(0, 0%, 100%, 0.3) 7.5px,
    transparent 0,
    transparent 15px
  );
  transform: scale(1.04);
  opacity: 0.6;
  z-index: 2;
}
.card-active[data-v-067ae5c2] {
  border: 2px solid var(--main-color);
  box-sizing: border-box;
}

























































































































































/* .v-data-table-header {
  background: grey;
  background-color: grey;
} */


































































































































































/* .v-data-table-header {
  background: grey;
  background-color: grey;
} */


.map-container {
  width: 100%;
  height: 400px;
}


.map-container[data-v-69f67eb1] {
  width: 100%;
  height: 400px;
}


.map-container[data-v-7e3cff68] {
  width: 100%;
  height: 400px;
}


.mrc_item_active[data-v-3c7bbbdb] {
  font-weight: 500 !important;
}
.mrc_listitem_container[data-v-3c7bbbdb] {
  height: 56px !important;
}
.v-list-item__title[data-v-3c7bbbdb] {
  font-size: 14px !important;
  line-height: 1.4em !important;
  white-space: normal !important;
}
.dot[data-v-3c7bbbdb] {
  width: 4px !important;
  height: 20px !important;
}
.line-clamp3[data-v-3c7bbbdb] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.dot_active[data-v-3c7bbbdb] {
  position: absolute;
  top: 9px !important;
  right: -20px !important;
}


.mrc_toolbar_title[data-v-18b8ff1a] {
  width: 224px !important;
}
.mrc_mainnav_container[data-v-18b8ff1a] {
  overflow: hidden;
  border-bottom: 1px solid var(--main-border-color) !important;
}
.v-text-field.v-text-field--solo.v-input--dense > .v-input__control[data-v-18b8ff1a] {
  min-height: 32px !important;
}


.mrc_main_conteiner[data-v-33b38af8] {
  padding: 56px 0px 0px 240px !important;
}
.mrc_main_slide_conteiner[data-v-33b38af8] {
  padding: 56px 0px 0px 0px !important;
}
.close_triger[data-v-33b38af8] {
  position: absolute;
  top: 120px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-right: none;
}
.close_triger[data-v-33b38af8]:hover {
  transform: scale(1.05);
}
.close_triger > span[data-v-33b38af8]:hover {
  transform: scale(1.2);
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}


.logo_module[data-v-d03cb3e8] {
  width: 480px;
  height: 480px;
  padding: 0px 48px;
  position: absolute;
  top: 50%;
  z-index: 20;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 375px) {
.logo_module[data-v-d03cb3e8] {
    /* width: 341px; */
    width: 343px;
}
.lang_name[data-v-d03cb3e8] {
    width: 64px;
}
.btn[data-v-d03cb3e8] {
    width: 80px !important;
}
.btntext[data-v-d03cb3e8] {
    max-width: 24px !important;
}
}
.footer-container[data-v-d03cb3e8] {
  position: absolute;
  z-index: 0;
  bottom: 0;
}
.forget-password[data-v-d03cb3e8] {
  width: 100%;
  height: 100%;
  position: relative;
  background: url(../../static/img/BG_Blue.png) no-repeat;
  text-align: center;
  background-color: #0f46c1;
}
.webResetPassword[data-v-d03cb3e8],
.webSendMail[data-v-d03cb3e8] {
  width: 480px;
  height: 265px;
  border-radius: 4px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0 32px;
}
.webSendMail[data-v-d03cb3e8] {
  height: 265px;
}
.webPc .forgot_title[data-v-d03cb3e8] {
  margin-top: 32px;
  text-align: left;
  font-size: 28px;
}
.forget-password[data-v-d03cb3e8] .btnGroup {
  justify-content: flex-end;
  height: 48px;
}
.forget-password[data-v-d03cb3e8] .successBtn {
  width: 170px;
  height: 48px;
  max-height: 48px !important;
  margin-left: 14px;
}
.forget-password[data-v-d03cb3e8] .cencelBtn {
  font-weight: medium;
  margin-right: 0;
}
.phoneH5 .sendMail[data-v-d03cb3e8],
.phoneH5 .resetPassword[data-v-d03cb3e8] {
  height: 240px;
  border-radius: 4px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0 32px;
  width: 343px;
}
.phoneH5 .sendMail[data-v-d03cb3e8],
.phoneH5 .resetPassword[data-v-d03cb3e8] {
  min-width: 300px;
}
.phoneH5 .resetPassword[data-v-d03cb3e8] {
  height: 500px;
}
.phoneH5 .forgot_title[data-v-d03cb3e8] {
  margin-top: 32px;
  text-align: left;
  font-size: 28px;
}
.phoneH5 .phoneSubmitBtn[data-v-d03cb3e8] .successBtn {
  margin: 20px 0;
}
.bottom[data-v-d03cb3e8] {
  width: 100%;
  position: absolute;
  bottom: 5px;
  text-align: center;
  left: 50%;
  z-index: 10;
  color: rgba(255, 255, 255, 0.68);
  transform: translateX(-50%);
  font-family: var(--body-font-family) !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 12px !important;
  line-height: 128.91% !important;
}
.bottom p[data-v-d03cb3e8] {
  letter-spacing: 1px;
  margin: 0;
}
.v-application .grey.lighten-2[data-v-d03cb3e8] {
  background-color: #ffffff !important;
}
.left_bg[data-v-d03cb3e8] {
  position: absolute;
  bottom: 0;
  z-index: 0;
  -webkit-animation: rotate-data-v-d03cb3e8 20s ease-in-out infinite;
  animation: rotate-data-v-d03cb3e8 20s ease-in-out infinite;
}
.right_bg[data-v-d03cb3e8] {
  position: absolute;
  z-index: 0;
  top: 0;
  -webkit-animation: rotate-data-v-d03cb3e8 20s ease-in-out infinite;
  animation: rotate-data-v-d03cb3e8 20s ease-in-out infinite;
}
/* 旋转 */
@-webkit-keyframes rotate-data-v-d03cb3e8 {
0% {
    transform: rotate(0deg) scale(1);
}
50% {
    transform: rotate(180deg) scale(1.5);
}
100% {
    transform: rotate(360deg) scale(1);
}
}
@keyframes rotate-data-v-d03cb3e8 {
0% {
    transform: rotate(0deg) scale(1);
}
50% {
    transform: rotate(180deg) scale(1.5);
}
100% {
    transform: rotate(359deg) scale(1);
}
}


.logo_module[data-v-aebe125c] {
  width: 480px;
  height: 480px;
  padding: 0px 48px;
  position: absolute;
  top: 50%;
  z-index: 20;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 375px) {
.logo_module[data-v-aebe125c] {
    /* width: 341px; */
    width: 343px;
}
.lang_name[data-v-aebe125c] {
    width: 64px;
}
.btn[data-v-aebe125c] {
    width: 80px !important;
}
}
.footer-container[data-v-aebe125c] {
  position: absolute;
  z-index: 0;
  bottom: 0;
}
.left_bg[data-v-aebe125c] {
  position: absolute;
  bottom: 0;
  -webkit-animation: rotate-data-v-aebe125c 20s ease-in-out infinite;
  animation: rotate-data-v-aebe125c 20s ease-in-out infinite;
}
.right_bg[data-v-aebe125c] {
  position: absolute;
  top: 0;
  -webkit-animation: rotate-data-v-aebe125c 20s ease-in-out infinite;
  animation: rotate-data-v-aebe125c 20s ease-in-out infinite;
}
/* 旋转 */
@-webkit-keyframes rotate-data-v-aebe125c {
0% {
    transform: rotate(0deg) scale(1);
}
50% {
    transform: rotate(180deg) scale(1.5);
}
100% {
    transform: rotate(360deg) scale(1);
}
}
@keyframes rotate-data-v-aebe125c {
0% {
    transform: rotate(0deg) scale(1);
}
50% {
    transform: rotate(180deg) scale(1.5);
}
100% {
    transform: rotate(359deg) scale(1);
}
}


.swrap-bg[data-v-0c1f984b] {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  background-image: repeating-linear-gradient(
    -45deg,
    hsla(0, 0%, 100%, 0.3),
    hsla(0, 0%, 100%, 0.3) 7.5px,
    transparent 0,
    transparent 15px
  );
  transform: scale(1.04);
  opacity: 0.6;
  z-index: 2;
}
.card-active[data-v-0c1f984b] {
  border: 2px solid var(--main-color);
  box-sizing: border-box;
}


.curcircle[data-v-361781dd] {
  width: 50px;
  height: 50px;
  border: 2px solid var(--main-color);
  border-radius: 50px;
  position: absolute;
  margin-left: calc(50% - 25px);
  margin-top: -0.5px;
}


.loading_container[data-v-aeaf4202] {
  position: absolute;
  z-index: 9;
  margin-left: -12px;
  margin-top: -12px;
  background: rgba(0, 0, 0, 0.3);
}

































































/* confirm组件不支持外部class样式 */
.btn_style[data-v-58fc8be6] {
  height: 32px;
  color: var(--main-color);
  /* padding-left: 28px; */
  text-transform: capitalize !important;
  /* padding-right: 28px; */
}
.card_style[data-v-58fc8be6] {
  -webkit-animation-duration: 0.3s !important;
          animation-duration: 0.3s !important;
  border-radius: 8px;
  padding: 32px 16px 24px 16px;
}
.text-h4[data-v-58fc8be6] {
  font-family: var(--main-font-family) !important ;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 24px !important;
  line-height: 32px !important;
}
.text-body-1[data-v-58fc8be6] {
  font-family: var(--main-font-family) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px !important;
}


.v-tab.v-tab[data-v-3a129467] {
  color: rgba(0, 0, 0, 0.87) !important;
}


.text-body-2[data-v-67fa20cf] {
  color: rgba(0, 0, 0, 0.38) !important;
}
@-webkit-keyframes loading-data-v-67fa20cf {
0% {
    display: none;
    height: 0px;
}
25% {
    height: 10px;
}
50% {
    height: 20px;
}
75% {
    height: 30px;
}
100% {
    display: block;
    height: auto;
}
}
@keyframes loading-data-v-67fa20cf {
0% {
    display: none;
    height: 0px;
}
25% {
    height: 10px;
}
50% {
    height: 20px;
}
75% {
    height: 30px;
}
100% {
    display: block;
    height: auto;
}
}
.play[data-v-67fa20cf] {
  height: 40px;
  overflow: hidden;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-name: loading-data-v-67fa20cf;
  animation-name: loading-data-v-67fa20cf;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}


.numberInput .v-text-field input {
  text-align: center !important;
  line-height: inherit !important;
}


.text-field-width .v-input__append-inner {
  margin: 0 !important;
  /* margin-top: 3px !important; */
}
.text-field-width
  .v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--single-line
  .v-input__append-inner {
  margin: 0 !important;
  /* padding-top: 3px; */
}


.cloumn-class {
  background: #f5f5f5;
}


.numberInput .v-text-field input {
  text-align: center !important;
  line-height: inherit !important;
}


.numberInput .v-text-field input {
  text-align: center !important;
  line-height: inherit !important;
}


.border_style[data-v-0c006e18] {
  width: 8px;
  height: 8px;
  position: absolute;
  margin-left: 5px;
  border-top: 1px solid var(--main-border-color);
  border-right: 1px solid var(--main-border-color);
  background: white;
  transform: rotate(45deg);
}


.numberInput .v-text-field input {
  text-align: center !important;
  line-height: inherit !important;
}


.numberInput .v-text-field input[type="number"] {
  text-align: center !important;
  line-height: inherit !important;
}
/* .numberInput .v-input--is-readonly input[type="text"] {
  text-align: center !important;
  line-height: inherit !important;
} */


.v-slide-group__wrapper {
  /* 强制修改,使tab filter aslide 显示在app */
  contain: none !important;
}


.v-carousel__controls__item .v-icon {
  font-size: 9px !important;
}
.v-carousel__controls__item.v-btn::before {
  background-color: transparent !important;
}


.svg-icon[data-v-5272c1a2] {
  vertical-align: -0.15em;
  overflow: hidden;
}


/*# sourceMappingURL=app.css.map?_v=2022_11_02_11_01_54*/