* {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
html {
  font-size: 13.33333333vw;
}
body {
  font-size: 16px;
}
.form1-close-icon {
  position: absolute;
  width: 0.68rem;
  height: 0.68rem;
  background: url("m_images/icon-close.png") no-repeat top left;
  background-size: cover;
  bottom: -1.1rem;
  left: 50%;
  cursor: pointer;
  transform: translate(-50%, 0);
}
.form1-icon-phone {
  width: 0.26rem;
  height: 0.36rem;
  background: url("images/icon-phone.png") no-repeat top left;
  background-size: cover;
}
.form1-icon-location {
  width: 0.3rem;
  height: 0.34rem;
  background: url("images/icon-location.png") no-repeat top left;
  background-size: cover;
}
.form1-icon-person {
  width: 0.3rem;
  height: 0.36rem;
  background: url("images/icon-person.png") no-repeat top left;
  background-size: cover;
}
.modal-agreement-checkbox {
  display: inline-block;
  width: .32rem;
  height: .32rem;
  margin-right: .12rem;
  margin-top: .06rem;
  border-radius: 50%;
  background: url("images/icon-check-false.png") no-repeat top left;
  background-size: cover;
}
.modal-agreement-checked {
  background: url("images/icon-check-true.png") no-repeat top left;
  background-size: cover;
}
.modal-page-cover {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 8888;
}
#modal-form1 {
  width: 6.28rem;
  height: 6.39rem;
  border-radius: 0.2rem;
}
#modal-form2 {
  width: 6.28rem;
  height: 6.6rem;
  border-radius: 0.2rem;
}
#modal-form3 {
  width: 6.28rem;
  /* height: 7.75rem; */
  border-radius: 0.2rem;
}
.modal-form1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  background: #ffffff;
  background-image: url("m_images/bg.png");
  background-size: 6.28rem 1.46rem;
  background-repeat: no-repeat;
  background-position: top left;
}
.modal-form1-title {
  font-size: 0.36rem;
  font-family: FZLTDHJW-GB1-0, FZLTDHJW-GB1;
  font-weight: bold;
  color: #14192e;
  margin-bottom: 0.14rem;
}
.modal-form1-subtitle {
  height: .33rem;
  font-size: .24rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #75797E;
  margin-bottom: .26rem;
}
.modal-form1-title-margin {
  margin-bottom: 0.5rem;
}
.modal-form1-title-padding {
  padding-top: 0.5rem;
}
.modal-form1-item {
  position: relative;
  box-sizing: border-box;
  width: 5.08rem;
  height: 0.94rem;
  background: #f6f6f6;
  border-radius: 0.04rem;
  display: flex;
  align-items: center;
  padding: 0.2rem;
  margin-bottom: 0.2rem;
}
.modal-form1-item input {
  border: none;
  outline: none;
  font-size: 0.28rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #75797e;
  flex: 1;
}
.form1-input-icon {
  margin-right: .23rem;
}
.modal-submit-btn {
  display: block;
  width: 5.08rem;
  height: .94rem;
  background: #3A85F1;
  border-radius: .04rem;
  line-height: .94rem;
  border: 0;
  font-size: .3rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
}
.modal-agreement-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding-left: 0.64rem;
  padding-top: 0.66rem;
  background: #ffffff;
  background-image: url("m_images/bg1.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 6.28rem 1.46rem;
}
.modal-agreement-title {
  height: 0.36rem;
  font-size: 0.36rem;
  margin-bottom: 0.36rem;
  font-family: FZLTDHJW-GB1-0, FZLTDHJW-GB1;
  font-weight: bold;
  color: #14192e;
  line-height: 0.72rem;
}
#modal-agreement-content {
  width: 6.28rem;
  height: 4.32rem;
  border-radius: 0.2rem;
}
.modal-agreement {
  /* height: 0.96rem; */
  font-size: 0.26rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #75797e;
  line-height: 0.48rem;
  margin-bottom: 0.36rem;
  padding: 0 0.4rem;
  /* display: flex; */
}
.modal-agreement-text {
  flex: 1;
}
.modal-agreement-plus {
  margin-bottom: 0.5rem;
  font-size: 0.3rem;
  display: block;
}
.modal-agreement-btn-wrapper {
  width: 5rem;
  height: 0.94rem;
  display: flex;
  justify-content: space-between;
}
.not-agreement-btn {
  width: 2.4rem;
  height: 0.94rem;
  border-radius: 0.1rem;
  border: 0.01rem solid #d5d5d5;
  font-size: 0.3rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #14192e;
  background: #fff;
  cursor: pointer;
}
.agreement-btn {
  width: 2.4rem;
  height: 0.94rem;
  background: #3a85f1;
  border-radius: 0.1rem;
  cursor: pointer;
  font-size: 0.3rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  border: 0;
}
.modal-link {
  cursor: pointer;
  color: #5fd1f9;
}
.modal-default-city {
  font-size: .28rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #75797e;
}
