* {
  box-sizing: border-box;
}
i {
  font-style: normal;
}
p,
h3 {
  margin: 0;
}
ul {
  padding: 0;
}
html {
  height: 100%;
}
a:link,
a:visited {
  text-decoration: none;
}
a:active {
  opacity: 0.7;
}
input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body {
  min-height: 100%;
}
body {
  color: #777;
  font-family: "Microsoft YaHei UI", Helvetica, Arial, sans-serif;
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  display: block;
  overflow-x: hidden;
  font-size: 0.61333333rem;
}
.toast {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.toast .text {
  margin: 0 auto;
  padding: 0.53333333rem 0.8rem;
  font-size: 0.8rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0.21333333rem;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
.ajaxWrap {
  position: absolute;
  left: 50%;
  top: 48%;
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0.26666667rem;
}
.ajaxWrap .ajax-gif {
  width: 1.6rem;
  height: 1.6rem;
  margin: 1rem;
}
