/* reset */
body,
div,
p,
ul,
li,
table,
tbody,
tr,
td,
textarea,
form,
input,
h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd,
img,
iframe,
header,
nav,
section,
article,
footer,
figure,
figcaption,
menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

[v-cloak] {
  display: none;
}

body {
  -webkit-text-size-adjust: none;
  font-size: 0.24rem;
  overscroll-behavior: none;
}

header,
nav,
section,
article,
footer,
figure,
figcaption {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

a,
li,
ul,
[onclick] {
  -webkit-tap-highlight-color: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

em,
strong {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img[src=""],
img:not([src]) {
  opacity: 0;
}

input:focus {
  outline: none;
}

input {
  -webkit-appearance: none;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

.header {
  box-sizing: border-box;
  width: 7.5rem;
  margin: 0 auto 0;
  padding: 1.2rem 0.3rem 0;
}

body {
  background: url(../image/bg.jpg) no-repeat center top;
  background-size: 100%;
  background-color: #fff;
}
body.scroll-no {
  overflow: hidden;
}

.dialog {
  outline: none;
  border: none;
  position: relative;
  display: none;
  width: 4.9rem;
  background-color: #fff;
  border-radius: 0.1rem;
  box-sizing: border-box;
  padding-bottom: 0.3rem;
  background-color: #fff;
}
.dialog .dia-title {
  font-size: 0.28rem;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  border-bottom: 0.01rem solid #ededed;
}

.dia-public-tips .dia-con {
  padding: 0 0.3rem;
  text-align: center;
}
.dia-public-tips p {
  font-size: 0.22rem;
  color: #333333;
  margin-top: 0.3rem;
}
.dia-public-tips .btn-true {
  width: 4.3rem;
  height: 0.66rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffeed0;
  color: #955d22;
  margin: 0.3rem auto 0;
  border-radius: 0.04rem;
  font-size: 0.24rem;
}

.load-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.load-box img {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto 0;
}
.load-box span {
  font-size: 0.2rem;
  color: #333333;
  margin-top: 0.1rem;
}

.no-data-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.no-data-box img {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 0;
}
.no-data-box span {
  font-size: 0.2rem;
  color: #333333;
  margin-top: 0.1rem;
}

.toastBox {
  position: fixed;
  display: none;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 9999;
}
.toastBox .toastmsg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  padding: 0.24rem;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 0.16rem;
  text-align: center;
  line-height: 0.22rem;
  font-size: 0.22rem;
}

/*# sourceMappingURL=comm.css.map */
