.block-leads-form form input[type=tel]::placeholder,
.block-leads-form form .input[type=text]::placeholder {
  color: #0d1c34 !important;
}
.block-leads-form form > div.footer input[type="checkbox"] {
  display: none;
}
.block-leads-form form > div.footer input[type="checkbox"]:checked + label:before {
  border: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 15px;
  background-image: url(../../../images/duigou.png);
  margin: 2px 0 0 0;
  vertical-align: middle;
  background-size: cover;
}
.block-leads-form form > div.footer label {
  display: block;
  padding: 20px 0 0 25px;
  text-align: left;
  position: relative;
  line-height: 1.5;
}
.block-leads-form form > div.footer label:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  content: '';
  position: absolute;
  top: 25px;
  left: 0;
  background-color: #f0f0f0;
  opacity: 1;
}
.block-leads-form .lead-shade {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
}
.block-leads-form #dialog .over {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
}
.block-leads-form #dialog > div:last-child {
  max-width: 800px;
  padding: 60px 0 75px;
  letter-spacing: 0.2rem;
  z-index: 101;
}
.block-leads-form #dialog > div:last-child 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;
}
.block-leads-form #dialog > div:last-child p {
  font-size: 0.9rem;
}
.block-leads-form #dialog > div:last-child .closepop {
  position: absolute;
  top: -50px;
  right: 0;
  height: 50px;
  width: 50px;
  border: none;
  background: none;
  color: #fff;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.block-leads-form #dialog > div:last-child .closepop:before {
  transition: all 0.5s;
  transform: translate3d(0, 0, 0) rotate(-45deg);
  content: '';
  position: absolute;
  width: 24px;
  height: 2px;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -1px;
  background-color: #fff;
}
.block-leads-form #dialog > div:last-child .closepop:after {
  transition: all 0.5s;
  transform: translate3d(0, 0, 0) rotate(45deg);
  content: '';
  position: absolute;
  width: 24px;
  height: 2px;
  left: 50%;
  bottom: 50%;
  margin-left: -12px;
  margin-bottom: -1px;
  background-color: #fff;
}
@media (max-width: 720px) {
  .block-leads-form #dialog .over {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100;
  }
  .block-leads-form #dialog > div:last-child {
    max-width: 800px;
    padding: 20px 0;
    letter-spacing: 0.2rem;
    z-index: 101;
  }
  .block-leads-form #dialog > div:last-child 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;
  }
  .block-leads-form #dialog > div:last-child p {
    font-size: 0.9rem;
  }
  .block-leads-form #dialog > div:last-child .closepop {
    position: absolute;
    top: -50px;
    right: 0;
    height: 50px;
    width: 50px;
    border: none;
    background: none;
    color: #fff;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
  }
  .block-leads-form #dialog > div:last-child .closepop:before {
    transition: all 0.5s;
    transform: translate3d(0, 0, 0) rotate(-45deg);
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -1px;
    background-color: #fff;
  }
  .block-leads-form #dialog > div:last-child .closepop:after {
    transition: all 0.5s;
    transform: translate3d(0, 0, 0) rotate(45deg);
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    left: 50%;
    bottom: 50%;
    margin-left: -12px;
    margin-bottom: -1px;
    background-color: #fff;
  }
}
/*# sourceMappingURL=leads-form.css.map */