#app {
  display: flex;
  justify-content: center;
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  width: 100% !important;
  font-size: 0.15rem;
  background: #f2f2f2;
  box-sizing: border-box;
  text-align: center;
  height: auto;
}
@charset "utf-8";

/*！--CSS重置和样式初始化(参考Normalize.css) ~ v1.0--*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

html {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
}

body {
  font-style: normal;
  font-family: "\5FAE\8F6F\96C5\9ED1", Helvetica, sans-serif;
}

h4,
h5,
h6 {
  font-size: 100%;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  background-color: transparent;
}

a:hover,
a:active {
  outline-width: 0;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: 0;
  height: 0.01rem;
}

img {
  border-style: none;
}

img:not([src]) {
  display: none;
}

svg:not(:root) {
  overflow: hidden;
}

input,
textarea,
button,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: none;
  border: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

textarea {
  overflow: auto;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 0.01rem dotted ButtonText;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.clear:after {
  display: block;
  height: 0;
  content: "";
  clear: both;
}

a,
a:active,
a:visited,
a:hover,
a:target {
  display: block;
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden;
}

input.checkbox {
  -webkit-appearance: checkbox;
}

::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

div>img {
  vertical-align: middle;
}

input,
textarea {
  -webkit-user-select: text!important;
  user-select: text !important;
  cursor: pointer;
}
html,
body,
#app {
  width: 100%;
  height: auto;
  font-size: 0.16rem;
  /* background-color: #fff;   */
  color: black;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

body {
  margin: auto !important;
  width: 100%;
}

* {
  box-sizing: border-box;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  clear: both;
  content: '';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c1 {
  color: #40a9ff !important;
}

.c5 {
  color: #555555 !important;
}

.c8 {
  color: #888 !important;
}

::-webkit-input-placeholder {
  color: #878d99;
}

:-moz-placeholder {
  color: #878d99;
}

::-moz-placeholder {
  color: #878d99;
}

:-ms-input-placeholder {
  color: #878d99;
}

.mainPage {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* 剩余滚动条样式 */

::-webkit-scrollbar-track-piece {
  width: 0.02rem;
  background-color: rgba(255, 255, 255, 1) !important;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(36, 38, 44, 0.6);
  z-index: 10000;
}

.b-border {
  position: relative;
}

.b-border:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.01rem;
  background: #d9d9d9;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.t-border {
  position: relative;
}

.t-border:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.01rem;
  background-image: linear-gradient(0deg, transparent 50%, #d9d9d9 50%);
}

.r-border {
  position: relative;
}

.r-border:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.01rem;
  height: 100%;
  background-image: linear-gradient(0deg, transparent 50%, #d9d9d9 50%);
}

.l-border {
  position: relative;
}

.l-border:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.01rem;
  height: 100%;
  /* background-image: linear-gradient(0deg, transparent 50%, #d9d9d9 50%); */
  background: #d9d9d9;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.svg-icon[data-v-031579d7] {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.dialog-mask[data-v-6fdb108b] {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.dialog-box[data-v-6fdb108b] {
  position: fixed;
  background-color: #ffffff;
  width: 3.15rem;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 0.16rem;
  border-radius: 0.02rem;
  padding-top: 0.3rem;
}
.dialog-box .header[data-v-6fdb108b] {
  color: #000000;
  font-size: 0.22rem;
  line-height: 0.3rem;
  text-align: center;
  margin-bottom: 0.16rem;
}
.dialog-box .body[data-v-6fdb108b] {
  padding: 0 0.15rem 0.15rem;
  color: #555555;
  font-size: 0.16rem;
  line-height: 0.26rem;
  text-align: center;
}
.dialog-box .pt-15[data-v-6fdb108b] {
  padding-top: 0.15rem !important;
}
.dialog-box .edit-block[data-v-6fdb108b] {
  padding: 0 0.15rem 0.25rem 0.15rem;
}
.dialog-box .edit-block .edit-el[data-v-6fdb108b] {
  border-radius: 0.05rem;
  padding: 0.08rem 0.1rem;
  width: 100%;
  color: #555555;
  font-size: 0.16rem;
}
.dialog-box .edit-block .edit-el[data-v-6fdb108b]::placeholder {
  color: #888888;
  font-size: 0.16rem;
  line-height: 0.2rem;
}
.dialog-box .footer[data-v-6fdb108b] {
  border-top: 0.01rem solid #eeeeee;
  white-space: nowrap;
  font-size: 0;
  text-align: center;
}
.dialog-box .footer .my-cancel-btn[data-v-6fdb108b] {
  padding: 0.11rem 0;
  font-size: 0.16rem;
  line-height: 0.28rem;
  width: 50%;
  color: #313437;
  border-radius: 0 0 0 0.08rem;
  border-right: 0.01rem solid #eeeeee;
}
.dialog-box .footer .confirm-btn[data-v-6fdb108b] {
  padding: 0.11rem 0;
  font-size: 0.16rem;
  line-height: 0.28rem;
  width: 50%;
  color: #222222;
  border-radius: 0 0 0.08rem 0.08rem;
  color: #418bfb;
}
textarea[data-v-6fdb108b] {
  background-color: #f5f5f5;
}
.list[data-v-6fdb108b] {
  padding: 0 0.15rem;
  margin-bottom: 0.1rem;
  max-height: 1.5rem;
  overflow: auto;
}
.list .listItem[data-v-6fdb108b] {
  text-align: center;
  padding-bottom: 0.1rem;
  color: #555555;
}
.tl[data-v-6fdb108b] {
  text-align: left !important;
}
.mask[data-v-0f8ce9f2] {
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.little-tip[data-v-0f8ce9f2] {
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0.15rem 0.13rem;
  border-radius: 0.08rem;
  text-align: center;
  font-size: 0.16rem;
}
.little-tip img[data-v-0f8ce9f2] {
  width: 0.36rem;
}
.little-tip span[data-v-0f8ce9f2] {
  text-align: center;
  display: block;
  color: #ffffff;
  font-size: 0.16rem;
  line-height: 0.22rem;
  margin-top: 0.05rem;
}
.little-tip.fade-enter-active[data-v-0f8ce9f2],
.little-tip.fade-leave-active[data-v-0f8ce9f2] {
  transition: all 0.5s;
}
.little-tip.fade-enter[data-v-0f8ce9f2],
.little-tip.fade-leave-to[data-v-0f8ce9f2] {
  opacity: 0;
}
.loading[data-v-0f8ce9f2] {
  transition: 0.5s;
  animation: rotate-0f8ce9f2 1s linear infinite;
}
@keyframes rotate-0f8ce9f2 {
0% {
    transform: rotate(0);
}
50% {
    transform: rotate(200deg);
}
100% {
    transform: rotate(360deg);
}
}
.little-tip[data-v-747a69fc] {
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0.11rem 0.13rem;
  border-radius: 0.04rem;
  text-align: center;
  font-size: 0.16rem;
  word-break: keep-all;
  word-wrap: break-word;
  z-index: 9999;
}
.little-tip img[data-v-747a69fc] {
  width: 0.36rem;
  margin-top: 0.03rem;
  margin-bottom: 0.03rem;
}
.little-tip span[data-v-747a69fc] {
  text-align: center;
  display: block;
  color: #ffffff;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.little-tip.fade-enter-active[data-v-747a69fc],
.little-tip.fade-leave-active[data-v-747a69fc] {
  transition: all 0.5s;
}
.little-tip.fade-enter[data-v-747a69fc],
.little-tip.fade-leave-to[data-v-747a69fc] {
  opacity: 0;
}
.loading[data-v-747a69fc] {
  transition: 0.5s;
  animation: rotate-747a69fc 1s linear infinite;
}
@keyframes rotate-747a69fc {
0% {
    transform: rotate(0);
}
50% {
    transform: rotate(200deg);
}
100% {
    transform: rotate(360deg);
}
}
