* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
html {
  font-size: 14px;
  font-size: 3.9vw;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
  -webkit-font-smoothing: antialiased;
}
input,
textarea {
  -webkit-appearance: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.weui-icon_toast {
  margin: 0.3416rem 0 0 !important;
}
html,
body {
  width: 100%;
  height: 100%;
}
#main {
  width: 100%;
  height: 100%;
}
#header {
  height: 25.62rem;
  width: 100%;
  background: #fff;
  position: relative;
}
#header h3 {
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: 2.86944rem;
  left: 50%;
  z-index: 3;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#header h3 img {
  width: 2.25456rem;
  margin-right: 2.28872rem;
  vertical-align: middle;
}
#header h3 span {
  color: #fff;
  font-size: 1.43472rem;
  font-weight: 400;
  position: relative;
  left: -1.0248rem;
}
#header .float-layer {
  background: #fff;
  border-radius: 0.3416rem;
  position: absolute;
  top: 7.78848rem;
  left: 50%;
  z-index: 3;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0.5124rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 17.48992rem;
  height: 20.53016rem;
  box-shadow: 0 8px 51px rgba(51, 51, 51, 0.08);
}
#header .float-layer img {
  width: 14.10808rem;
  height: 14.10808rem;
}
#header .float-layer p {
  margin-top: 0.6832rem;
  font-size: 1.0248rem;
  color: #5f5f5f;
}
.content {
  color: #5f5f5f;
  margin-top: 5.2948rem;
  font-size: 0.95648rem;
  padding: 0 1.3664rem;
  letter-spacing: 0.06832rem;
  line-height: 1.57136rem;
}
#bg {
  position: absolute;
  top: -1.708rem;
  left: 0;
  width: 100%;
  object-fit: cover;
  z-index: 1;
}
