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

button,
input {
  font-family: inherit;
}

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

img {
  display: block;
  border: 0;
}

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

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

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

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

.hotspot-hero {
  top: 312px;
  left: 46px;
  width: 190px;
  height: 78px;
  border-radius: 39px;
}

.hotspot-gift {
  top: 6386px;
  left: 176px;
  width: 280px;
  height: 108px;
  border-radius: 54px;
}

.form-panel {
  position: absolute;
  top: 1022px;
  left: 97px;
  width: 811px;
  height: 650px;
  box-sizing: border-box;
}

.contact_info_group {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.input_list_1 {
  display: flex;
  align-items: center;
  width: 380px;
  height: 60px;
  margin: 0 0 21px;
  box-sizing: border-box;
  border: #007ec6 solid 1px;
  border-radius: 10px;
  background: #fff;
}

.input_list_1.width100 {
  width: 100%;
}

.input_list_1 img {
  width: 37px;
  height: 37px;
  margin: 11px 11px 12px 11px;
  flex: 0 0 auto;
}

.input_list_1 strong {
  flex: 0 0 auto;
  color: #007ec6;
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
  white-space: nowrap;
}

.input_list_1 input {
  min-width: 0;
  height: 58px;
  padding: 0 12px 0 8px;
  flex: 1 1 auto;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  background: transparent;
  color: #007ec6;
  font-size: 20px;
  font-weight: bold;
  line-height: 58px;
}

.input_list_1 input::placeholder {
  color: #6fb3d6;
  font-weight: normal;
}

.product-field {
  border: 0;
  background: transparent;
  padding-left: 0;
}

.product-field strong {
  width: 220px;
}

.product-field input {
  height: 60px;
  border: #007ec6 solid 1px;
  border-radius: 10px;
  background: #fff;
}

.radio1_nr_custom {
  width: 100%;
  margin-top: 0;
}

.radio1_bt {
  color: #007ec6;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
}

.options_container {
  display: flex;
  width: 100%;
  margin-top: 22px;
  justify-content: space-between;
}

.radio1_1 {
  min-height: 36px;
  padding-left: 31px;
  background: url("../images/details_07.png") no-repeat left center;
  background-size: 20px 20px;
  color: #575757;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  white-space: nowrap;
}

.radio1_1.hover {
  background-image: url("../images/details_06.png");
  color: #007ec6;
}

.radio3_nr {
  display: flex;
  margin-top: 112px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
}

.agreement-check {
  height: 30px;
  padding-left: 28px;
  background: url("../images/details_09.png") no-repeat left center;
  background-size: 18px 18px;
  color: #1e72c8;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
}

.agreement-check.hover {
  background-image: url("../images/details_08.png");
}

.agreement-link {
  height: 30px;
  color: #ff7e00;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  text-decoration: underline;
}

.button1 {
  width: 235px;
  height: 84px;
  margin: 5px auto 0;
}

.button1 button {
  width: 235px;
  height: 84px;
  outline: 0;
  background: url("../images/details_12.png") no-repeat center center;
  background-size: 235px 84px;
  color: transparent;
  font-size: 0;
}

.popup_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}

.popup1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 900px;
  height: 580px;
  border-radius: 20px;
  background: #fff;
  transform: translate(-50%, -50%);
}

.popup1_t {
  position: relative;
  width: 100%;
  height: 70px;
  color: #1e72c8;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 70px;
}

.popup1_tr {
  position: absolute;
  top: 18px;
  right: 24px;
  width: 34px;
  height: 34px;
}

.popup1_tr img {
  width: 24px;
  height: 24px;
  margin: 5px;
}

.popup1_c {
  overflow-y: auto;
  width: 100%;
  height: 400px;
  padding: 0 50px;
  box-sizing: border-box;
  color: #323232;
  font-size: 16px;
  line-height: 30px;
}

.popup1_c h2 {
  margin: 0 0 18px;
  color: #1e72c8;
  text-align: center;
}

.popup1_c p {
  margin: 0 0 14px;
}

.popup1_b {
  width: 300px;
  height: 53px;
  margin: 22px auto 0;
}

.popup1_b button {
  width: 300px;
  height: 53px;
  background: url("../images/details_15.png") no-repeat center center;
  background-size: 300px 53px;
  color: transparent;
  font-size: 0;
}

.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 {
  width: 110px;
  height: 42px;
}
