body {
  font-family: "微软雅黑" !important;
  overflow-x: hidden;
  background-color: #ffffff;
}
html {
  overflow-x: hidden;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.line {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.line2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.line3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

html {
  height: 100%;
}
li {
  list-style: none;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.w1200 {
  width: 100%;
  padding: 0 0.5rem;
  background-color: #ffffff;
}
button {
  cursor: pointer;
}

.nodata {
  margin: 0.5rem 0;
  padding: 0.5rem;
  overflow: hidden;
  text-align: center;
  width: 100%;
  color: #ffffff;
  font-size: 0.85rem;
}

.xeaseout {
  -webkit-animation: xeaseoutAnimate 1.5s ease backwards infinite;
  -moz-animation: xeaseoutAnimate 1.5s ease backwards infinite;
  -o-animation: xeaseoutAnimate 1.5s ease backwards infinite;
  -ms-animation: xeaseoutAnimate 1.5s ease backwards infinite;
  animation: xeaseoutAnimate 1.5s ease backwards infinite;
  animation-iteration-count: 1;
}

@-webkit-keyframes xeaseoutAnimate {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: rotateX(90deg);
    opacity: 0;
  }
}

@-moz-keyframes xeaseoutAnimate {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }

  100% {
    -moz-transform: rotateX(90deg);
    opacity: 0;
  }
}

@-o-keyframes xeaseoutAnimate {
  0% {
    -o-transform: rotateX(0deg);
    opacity: 1;
  }

  100% {
    -o-transform: rotateX(90deg);
    opacity: 0;
  }
}

@-ms-keyframes xeaseoutAnimate {
  0% {
    -ms-transform: rotateX(0deg);
    opacity: 1;
  }

  100% {
    -ms-transform: rotateX(90deg);
    opacity: 0;
  }
}

@keyframes xeaseoutAnimate {
  0% {
    transform: rotateX(0deg);
    opacity: 1;
  }

  100% {
    transform: rotateX(90deg);
    opacity: 0;
  }
}
.footer-box {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
}
    .footer-box > .list {
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        border-top: 1px solid #e5e5e5;
        display: flex;
        max-width: 400px;
        margin: 0 auto;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .footer-box > .list > .item {
        width:80px;
        text-align: center;
        padding: 10px;
    }
.footer-box > .list > .item > .text {
  font-size: 12px;
  color: #999999;
}
.footer-box > .list > .curr > .text {
  color: #e92221 !important;
}
.footer-box > .list > .item > .img {
  margin-bottom: 3px;

}
.footer-box > .list > .item > .img > img {
  height: 25px;
}
button:active {
  opacity: 0.9 !important;
}
.surebutton {
  width: 100%;
  outline: none;
  border: 0;
  color: #ffffff;
  font-size: 16px;
  background-color: #d70000;
  border-radius: 10px;
  padding: 10px;
}
.nobutton {
  width: 100%;
  outline: none;
  border: 0;
  color: #d70000;
  border: 1px solid #d70000;
  font-size: 16px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px;
}
.check-text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 0.75rem;
  padding: 0.75rem;
  color: #999999;
}
.check-text > .text {
  width: 90%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}
.check-text > .text > span {
  border: 1px solid #fb8924;
  color: #fb8924;
  padding: 0.2rem;
  font-size: 0.65rem;
  margin-bottom: 0.25rem;
  border-radius: 4px;
  margin-right: 0.35rem;
}
.check-text > .text > span:last-child {
  margin-right: 0;
}
[v-cloak]::before {
  content: "Loading...";
  display: block !important;
  font-size: 18px;
  text-align: center;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #f1f1f1;
  z-index: -1;
  color: #333;
  opacity: 0.8;
}
/* 新 */
#app {
    border: 1px solid #eeeeee;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
