body {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  background: #f8f8f8;
}

button,
input {
  font-family: inherit;
}

button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.page {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.home-page {
  height: 4471px;
  background-image: url("../images/home.jpg");
}

.form-page {
  height: 3175px;
  background-image: url("../images/form1_bg.jpg");
}

.hotspot {
  position: absolute;
  z-index: 10;
  display: block;
  background: transparent;
}

.hotspot-hero-join {
  top: 255px;
  left: 50px;
  width: 148px;
  height: 55px;
}

.hotspot-intro-join {
  top: 748px;
  left: 385px;
  width: 230px;
  height: 86px;
}

.hotspot-gift-join {
  top: 3076px;
  left: 385px;
  width: 230px;
  height: 86px;
}

.lead-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 3175px;
  box-sizing: border-box;
}

.field {
  position: absolute;
  left: 44px;
  width: 912px;
  color: #111;
  font-size: 23px;
  font-weight: bold;
}

.field span {
  display: block;
  height: 35px;
  line-height: 35px;
}

.field input {
  display: block;
  width: 912px;
  height: 67px;
  margin-top: 6px;
  padding: 0 20px;
  box-sizing: border-box;
  border: #d8d8d8 solid 1px;
  border-radius: 7px;
  outline: 0;
  background: #e9e9e9;
  color: #111;
  font-size: 24px;
  line-height: 67px;
}

.field-name {
  top: 653px;
}

.field-phone {
  top: 793px;
}

.field-company {
  top: 933px;
}

.field-email {
  top: 1072px;
}

.field-address {
  top: 1210px;
}

.feature-group,
.purchase-group {
  position: absolute;
  left: 44px;
  width: 912px;
  color: #111;
  font-size: 23px;
  font-weight: bold;
}

.feature-group {
  top: 1348px;
  height: 158px;
}

.purchase-group {
  top: 1508px;
  height: 134px;
}

.feature-title,
.purchase-title {
  height: 32px;
  line-height: 32px;
}

.choice {
  position: absolute;
  height: 30px;
  padding-left: 34px;
  color: #111;
  font-size: 23px;
  font-weight: bold;
  line-height: 30px;
  white-space: nowrap;
}

.choice::before,
.agreement-check::before {
  position: absolute;
  left: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  border: #111 solid 2px;
  border-radius: 50%;
  background: #fff;
  content: "";
}

.choice.is-active::after,
.agreement-check.is-active::after {
  position: absolute;
  left: 6px;
  top: 9px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #111;
  content: "";
}

.feature-1,
.feature-2 {
  top: 61px;
}

.feature-3,
.feature-4 {
  top: 104px;
}

.feature-1,
.feature-3,
.purchase-1,
.purchase-3 {
  left: 57px;
}

.feature-2,
.feature-4,
.purchase-2,
.purchase-4 {
  left: 526px;
}

.purchase-1,
.purchase-2 {
  top: 57px;
}

.purchase-3,
.purchase-4 {
  top: 100px;
}

.agreement-row {
  position: absolute;
  top: 1753px;
  left: 376px;
  width: 310px;
  height: 34px;
}

.agreement-check,
.agreement-link {
  position: absolute;
  height: 34px;
  color: #111;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  white-space: nowrap;
}

.agreement-check {
  left: 0;
  padding-left: 34px;
}

.agreement-link {
  left: 182px;
}

.submit-button,
.home-button {
  position: absolute;
  top: 1812px;
  height: 61px;
}

.submit-button {
  left: 334px;
  width: 131px;
}

.home-button {
  left: 526px;
  width: 136px;
}

.submit-button img,
.home-button img {
  display: block;
  width: 100%;
  height: 100%;
}

.agreement-modal,
.popup-bg {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .45);
}

.popup2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 617px;
  height: 356px;
  border-radius: 10px;
  background: url("../images/details_16.png") no-repeat center center;
  background-size: 617px 356px;
  transform: translate(-50%, -50%);
}

.popup2_tr2,
.popup2_tr3 {
  position: absolute;
  top: 280px;
  z-index: 10;
  width: 110px;
  height: 42px;
}

.popup2_tr2 {
  left: 165px;
}

.popup2_tr3 {
  left: 340px;
}

.popup2_tr2 img,
.popup2_tr3 img {
  display: block;
  width: 110px;
  height: 42px;
}

.agreement-panel {
  position: relative;
  width: 780px;
  max-height: 760px;
  padding: 40px 44px 36px;
  box-sizing: border-box;
  border-radius: 6px;
  background: #fff;
  color: #111;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 18px;
  width: 34px;
  height: 34px;
  color: #333;
  font-size: 34px;
  line-height: 34px;
}

.agreement-title {
  margin-bottom: 20px;
  color: #007cc3;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}

.agreement-content {
  max-height: 520px;
  overflow: auto;
  font-size: 20px;
  line-height: 1.8;
}

.agreement-content p {
  margin: 0 0 12px;
}

.modal-confirm {
  display: block;
  width: 180px;
  height: 50px;
  margin: 24px auto 0;
  border-radius: 8px;
  background: #f79b22;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
