.block-leads-footer .lead-form-footer {
  padding-bottom: calc(constant(safe-area-inset-bottom));
  padding-bottom: calc(env(safe-area-inset-bottom));
  z-index: 100;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.block-leads-footer .lead-form-footer > div {
  padding: 15px 0;
}
.block-leads-footer .lead-form-footer input[type="checkbox"] {
  opacity: 0;
}
.block-leads-footer .lead-form-footer input[type="checkbox"]:checked + label:before {
  border: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  background-image: url(https://blob.vikingcruises.cn/viking-asia/sites/2/2023/03/duigou.png);
  margin: 2px 0 0 0;
  vertical-align: middle;
  background-size: cover;
}
.block-leads-footer .lead-form-footer label {
  display: block;
  padding: 20px 0 0 25px;
  text-align: left;
  position: relative;
  line-height: 1.5;
}
.block-leads-footer .lead-form-footer label:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  background-color: #f0f0f0;
  opacity: 1;
}
.block-leads-footer .lead-shade {
  background-color: rgba(255, 255, 255, 0);
  z-index: 100;
}
.block-leads-footer h2:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: url("../../../images/pc_success.png") no-repeat center;
  background-size: cover;
  margin: auto;
  margin-bottom: 12px;
}
/*# sourceMappingURL=leads-footer.css.map */