#applyNow {
  position: relative;
}
.form-input {
  border: 1px solid #e4e4e4;
  background: #ffffff;
  border-radius: 4px;
  padding-left: 0.65rem;
  width: 24rem;
  height: 2.3rem;
  margin-top: 0.65rem;
}

.form-phone-input {
  border: 1px solid #e4e4e4;
  background: #ffffff;
  border-radius: 0px 0.2rem 0.2rem 0px;
  padding-left: 0.65rem;
  width: 21.7rem;
  height: 2.4rem;
}

.form-phone-prefix {
  font-size: 0.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 2.3rem;
  height: 2.3rem;
  background: #f8f8f8;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-radius: 0.2rem 0px 0px 0.2rem;
}
.submit-form {
  position: absolute;
  right: 11%;
  top: -36.5rem;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  width: 28rem;
  height: 29.5rem;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 0px 4px 4px 4px;
  padding-left: 2rem;
  padding-top: 0.8rem;
  margin-top: 3.8rem;
}
.serviceform-btn {
  width: 10rem;
  height: 2.5rem;
  background: #093a97;
  border-radius: 4px;
  font-size: 0.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  border: unset;
}

.form-star {
  width: 0.4rem;
  height: 0.4rem;
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ff0000;
  margin-top: 0.4rem;
  margin-right: 0.35rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 0.4rem;
}

.form-policy {
  font-size: 0.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 1.2rem;
  margin-left: 0.4rem;
  width: 22.75rem;
}

.form-check-box {
  width: 1.2rem;
  height: 1.2rem;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
}
.closeForm {
  position: absolute;
  top: -1rem;
  right: 1rem;
  font-size: 1.2rem;
  cursor: pointer;
}

.unset {
  align-items: unset;
}
.form-title {
  font-size: 0.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-top: 0.95rem;
}

.submit-form-tel-prefix {
  display: flex;
  align-items: center;
  margin-top: 0.65rem;
}

.submit-form-check {
  margin-top: 0.6rem;
  margin-right: 1.5rem;
  display: flex;
}

.submit-form-privacy {
  color: #093a97;
  cursor: pointer;
}

.submit-form-submit {
  text-align: center;
  margin-top: 1.5rem;
}
.serviceform-btn {
  width: 10rem;
  height: 2.5rem;
  background: #093a97;
  border-radius: 4px;
  font-size: 0.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  border: unset;
}

.layui-layer-btn .layui-layer-btn0 {
  font-size: 0.8rem;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-size: 0.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #cccccc;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #cccccc;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #cccccc;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 0.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #cccccc;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.pointer {
  cursor: pointer;
}
