.toast[data-v-49a7a4b8] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 199;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.toast .mask[data-v-49a7a4b8] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.toast .box[data-v-49a7a4b8] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 4.7rem;
  padding: 0.4rem;
  color: #fff;
  font-size: 0.3rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 0.14rem;
  -webkit-animation: appear-49a7a4b8 0.5s cubic-bezier(0.68, -0.55, 0.265, 1);
  animation: appear-49a7a4b8 0.5s cubic-bezier(0.68, -0.55, 0.265, 1);
}

@-webkit-keyframes appear-49a7a4b8 {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }

  30% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes rotate-49a7a4b8 {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }

  30% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.toast .toast-img[data-v-49a7a4b8] {
  width: 0.6rem;
  height: 0.6rem;
  margin-bottom: 0.3rem;
}

.toast .toast-img.loading[data-v-49a7a4b8] {
  width: 0.6rem;
  height: 0.6rem;
  margin: auto auto;
  -webkit-animation: rotate-49a7a4b8 1s linear infinite;
  animation: rotate-49a7a4b8 1s linear infinite;
}

@-webkit-keyframes rotate-49a7a4b8 {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes rotate-49a7a4b8 {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

.toast .toast-text[data-v-49a7a4b8] {
  /*margin-top: .3rem;*/
  line-height: 0.42rem;
  text-align: center;
}

.toast[data-v-8a7ebf32] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 199;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.toast .mask[data-v-8a7ebf32] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.toast .box[data-v-8a7ebf32] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 300px;
  padding: 30px;
  text-align: center;
  /*min-height: 142px;*/
  background: #000000;
  border-radius: 10px;
  opacity: 0.6;
}

.toast .box--small[data-v-8a7ebf32] {
  min-height: 62px;
  padding: 20px 40px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}

.toast .toast-img[data-v-8a7ebf32] {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  opacity: 1;
}

.toast .toast-img.loading[data-v-8a7ebf32] {
  margin: auto auto 10px auto;
  -webkit-animation: rotate-8a7ebf32 1s linear infinite;
  animation: rotate-8a7ebf32 1s linear infinite;
}

@-webkit-keyframes rotate-8a7ebf32 {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes rotate-8a7ebf32 {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

.toast .toast-text[data-v-8a7ebf32] {
  height: 22px;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  line-height: 22px;
  text-align: center;
  opacity: 1;
}

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
button {
  margin: 0;
  padding: 0;
  font-weight: normal;
  vertical-align: baseline;
  border: 0;
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

body {
  font-size: 12px;
  font-family: Arial, "PingFang SC", "Microsoft YaHei", SimSun, sans-serif;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

i {
  font-style: normal;
}

input {
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

#kc-loading-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
}

#kc-loading-box .loading-img-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #6d6d6d;
  font-size: 0.28rem;
  line-height: 0.34rem;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#kc-loading-box .loading-img {
  display: block;
  width: 3rem;
  height: 3rem;
  margin: 0 auto 0.1rem;
}

#app {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  color: #13131f;
  font-size: 14px;
  line-height: 25px;
}

#app h2,
#app h3,
#app p,
#app li {
  color: #13131f;
  font-size: 14px;
  line-height: 25px;
}

.title {
  width: 100%;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
}

h3,
.secondary {
  /* text-indent: 2em; */
}

.ol1 li {
  padding-left: 20px;
}

.obvious li, .obvious ol, .obvious ol li,.obvious{
  color: #f00000 !important;
  font-weight: bold;
}

#app h2 {
  font-weight: bold;
}

.appM h3,
.appM h2,
.appM ol,
.appM li {
  line-height: 1.8 !important;
}
