html body {
  _background-attachment: fixed;
}
body,
textarea,
input,
select,
button {
  font-size: 12px;
  font-family: Helvetica, Arial;
}
/*(1)清除默认样式*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img,
input {
  margin: 0;
  padding: 0;
}
fieldset,
img,
input,
button {
  border: 0 none;
  padding: 0;
  margin: 0;
  outline-style: none;
}
/*去掉input等聚焦时的蓝色边框*/
ul,
li,
ol {
  list-style: none;
}
select,
input {
  vertical-align: middle;
}
textarea {
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a:hover,
a:link,
a:visited {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
dl,
dd,
dt,
h1 {
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
li {
  list-style: none;
}
form {
  margin: 0;
  padding: 0;
}
input {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #333;
  overflow-x: hidden;
  font-family: Helvetica, Arial, PingFang SC, Microsoft YaHei, sans-serif;
  font-size: 16px;
}
/* 提示框 */
#loadtip {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 2000;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#loadtip > div {
  display: none;
}
#loadtip span {
  line-height: 2.4rem;
  position: relative;
  display: block;
  width: min-content;
  margin: 0 auto;
  top: 50%;
  border-radius: 0.3rem;
  background: #f3f4f7;
  color: black;
  font-size: 0.6rem;
  text-align: center;
  padding: 0.1rem 8%;
  white-space: nowrap;
  max-width: 76%;
}
#loadtip.loading {
  background: transparent;
}
#loadtip.loading > div {
  background: rgba(198, 2, 5, 0.8);
  border-radius: 10px;
  display: block;
  width: 1rem;
  height: 1rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
#loadtip.loading > div > .la-line-spin-clockwise-fade {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0.1rem auto;
}
#loadtip.loading > div > .la-line-spin-clockwise-fade > div {
  width: 0.04rem;
  height: 0.2rem;
  margin-top: -0.1rem;
  margin-left: -0.02rem;
}
#loadtip.loading > span {
  display: none;
}
#loadtip.loadingtxt > div {
  height: 1.4rem;
  width: auto;
}
#loadtip.loadingtxt > div p {
  line-height: 0.4rem;
  text-align: center;
  height: 0.4rem;
  width: 100%;
  color: #FFF;
  padding: 0 0.2rem;
}
/*# sourceMappingURL=./css.css.map */