body {
  background: #fff url(../img/bg-top.png) no-repeat top center;
  background-size: 100%;
  padding: 0.15rem;
  padding-top: 1.8rem;
}
.reglist ul li {
  position: relative;
  margin: 0.1rem 0;
  display: block;
  padding-left: 0.32rem;
}
.reglist ul li b {
  width: 0.3rem;
  height: 0.3rem;
  display: block;
  position: absolute;
  left: 0;
  background: url(../img/icon.png) no-repeat left top;
  background-size: 0.25rem auto;
  top: 50%;
  margin-top: -0.15rem;
}
.reglist ul li:nth-child(2) b {
  background: url(../img/icon.png) no-repeat left -0.56rem;
  background-size: 0.25rem auto;
}
.reglist ul li:nth-child(3) b {
  background: url(../img/icon.png) no-repeat left -1.12rem;
  background-size: 0.25rem auto;
}
.reglist ul li:nth-child(4) b {
  background: url(../img/icon.png) no-repeat left -1.7rem;
  background-size: 0.25rem auto;
}
.reglist ul li:nth-child(5) b {
  background: url(../img/icon.png) no-repeat left -2.3rem;
  background-size: 0.25rem auto;
}
.reglist ul li:nth-child(6) b {
  background: url(../img/icon.png) no-repeat left -2.89rem;
  background-size: 0.25rem auto;
}
.reglist ul li:nth-child(7) b {
  background: url(../img/icon.png) no-repeat left -3.45rem;
  background-size: 0.25rem auto;
}
.reglist ul li:nth-last-child(2) {
  text-align: center;
}

.reglist ul li span {
  color: #999;
}
.reglist {
  margin: 0.2rem 0;
  background: rgba(255, 255, 255, 0.95);
}
.reglist h5 {
  font-size: 0.14rem;
  line-height: 1.25;
  padding: 0.1rem 0;
  color: #313131;
}
.reglist input,
#trigger4,
.reglist select {
  width: 100%;
  border: 0;
  background: #efeff0;
  padding: 0.05rem;
  color: #313131;
  line-height: 0.3rem;
  height: 0.4rem;
  border-radius: 0.05rem;
  -webkit-tap-highlight-color: transparent !important;
}
input::placeholder {
  color: #999;
}
.reglist select {
  appearance: none;
}
.sure {
  line-height: 0.45rem;
  margin: auto;
  padding: 0 0.75rem;
  display: inline-block;
  background: #85a958;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 500;
  text-align: center;
  margin-top: 0.3rem;
  height: 0.45rem;
  border-radius: 0.05rem;
}
.tips {
  color: #999;
  font-size: 0.12rem;
  display: block;
  margin-top: 0.05rem;
  text-align: center;
}
.sure:hover {
  color: #fff;
}
.reglist .disabled {
  background-color: #dddddd;
  color: #999;
  cursor: not-allowed;
  pointer-events: none;
}
.msg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -51%);
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.15rem 0.3rem;
  z-index: 9999;
  text-align: center;
}
.mast {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(3, 3, 3, 0.75);
  width: 100%;
  height: 100%;
}
.msg h5 {
  line-height: 2;
  font-weight: 700;
  font-size: 0.18rem;
  color: #1a788e;
  margin-bottom: 0.1rem;
}
.msg img {
  border: 3px solid #000;
  padding: 0.05rem;
  margin-bottom: 0.15rem;
}
.msg p {
  font-size: 0.12rem;
  line-height: 1.5;
  color: #464646;
}
.boxinfo {
  display: none;
}
.boxinfo2 {
  display: none;
}

.msg i {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  display: inline-block;
  width: 0.25rem;
}
.msg i img {
  border: 0;
  padding: 0;
  width: 0.3rem;
  max-width: 2rem;
}
.reglist em {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 0.05rem 0.05rem 0;
  bottom: 0;
  display: block;
  background: #85a958;
  color: #fff;
  padding: 0 0.2rem;
  line-height: 0.4rem;
  font-weight: normal;
  font-style: normal;
}
.agreebox {
  line-height: 1.75;
  color: #313131;
  padding-top: 0.15rem;
}
.agreebox p {
  margin-bottom: 0.2rem;
}
.agreebox h5 {
  padding: 0.15rem 0;
  font-weight: 700;
  font-size: 0.15rem;
}
.agreebox ul {
  padding-left: 0.1rem;
}
.agreebox .strong {
  font-weight: 700;
}
.tips a {
  color: #1a788e;
}
