* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  max-width: 1080px;
  font-family: "微软雅黑";
  margin: 0 auto;
  background-color: #326fb5;
  font-size: 0;
}
.content {
  position: relative;
}
.content .tips {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: .58rem;
  font-family: MI-LANTING_GB-OUTSIDE-YS;
  font-size: .24rem;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  word-break: break-all;
  line-height: .58rem;
}
.container .tips p {
  margin: 0;
}
#wrap img {
  display: block;
  width: 10.8rem;
  height: 6.8rem;
  margin: 0 auto 0 auto;
}
.container {
  overflow: hidden;
  margin-top: 0.4rem;
}
.content {
  width: 9.6rem;
  margin: 0 auto;
  background: #5d8dc4;
  padding: 0.5rem 0rem 0.6rem;
  border-radius: 0.15rem;
}
#wrap p {
  display: block;
  width: 8.8rem;
  margin: 0 auto;
  color: #fff;
  font-family: "微软雅黑";
  font-size: 0.45rem;
  line-height: 1.5;
  text-indent: 0.85rem;
  text-align: justify;
  word-break: break-all;
}
#btn {
  display: block;
  margin: 0.6rem auto;
  width: 9.6rem;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  background: #469cff;
  border-radius: 0.15rem;
  color: #fff;
  font-family: "微软雅黑";
  font-size: 0.48rem;
  text-decoration: none;
}
.footerimg {
  display: block;
  width: 10.8rem;
  height: 6.8rem;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
}
.mask {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
}
.hide {
  display: none;
}
.refuse {
  position: relative;
  margin: auto;
  padding: 0.5rem 0.2rem 0.8rem;
  width: 7.3rem;
  min-height: 2.5rem;
  box-sizing: border-box;
  border-radius: 0.2rem;
  background: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  font-size: 0.36rem;
}
.btn-confirm {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #F7F7F7;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.46rem;
  color: #0099FF;
  text-align: center;
}
.loading-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
}
img.load-wait {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -.6rem;
  margin-top: -.6rem;
  animation: load 3s linear 0s infinite;
}
@-webkit-keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}