/* 表单弹窗 */
#fullscreenPopup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(50, 59, 84, 0.8);
  height: 100%;
  z-index: 999;
}

.form-father-box {
  z-index: 100000;
  width: 1000px;
  background: #eff6ff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
  box-sizing: border-box;
  height: 620px;
}

.form-flex {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 40px 40px 40px 60px;
  box-sizing: border-box;
}

.bg-img-top {
  position: absolute;
  top: 0;
  right: -20px;
  z-index: 1;
  width: 226px;
}

.bg-img-bottom {
  position: absolute;
  bottom: 0;
  right: 40%;
  z-index: 1;
  width: 340px;
}

.form-lf {
  width: 44%;
  position: relative;
  z-index: 2;
}

.form-lf ul li {
  margin-top: 24px;
}

.form-lf ul li:first-child {
  margin-top: 0;
}

.form-lf ul li div {
  display: flex;
  align-items: center;
}

.form-lf ul li div img {
  width: 20px;
  margin: 3px 10px 0 0;
}

.form-lf ul li div h2 {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  vertical-align: bottom;
}

.form-lf ul li div h2 strong {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #333333;
  vertical-align: bottom;
}

.form-lf ul li p {
  color: #495973;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 8px;
}

.form-rt {
  position: relative;
  z-index: 2;
  width: 56%;
  background-color: #fff;
  padding: 28px 28px;
  box-sizing: border-box;
  border-radius: 10px;
}
.rt-wrap-tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.rt-wrap-tit h2 {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.rt-wrap-tit img {
  width: 32px;
  cursor: pointer;
  margin: 0;
}

.form-line-wrap {
  display: flex;
  justify-content: space-between;
}

.form-line-each {
  width: 48%;
}

.overlay {
  background-color: rgba(50, 59, 84, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

a {
  cursor: pointer;
}

#reset_btn {
  display: none;
}

#state {
  width: 100%;
  height: 40px !important;
  border: 1.2px solid #dcdfe6;
  border-radius: 6px;
  box-sizing: border-box;
}

.submitClass {
  border: none;
  width: 100%;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: #2964fe;
  border-radius: 6px;
  color: #fff;
  margin-top: 30px;
  cursor: pointer;
}

.agree-wrap {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.agree-wrap > input {
  width: 14px;
  height: 14px;
  margin: 0;
  flex-shrink: 0;
  padding: 0;
}

.agree-wrap p em {
  font-style: normal;
  color: #2f65fa;
  cursor: pointer;
}

input,
#state {
  width: 100%;
  height: 40px !important;
  border: 1.2px solid #dcdfe6;
  border-radius: 6px;
  margin: 5px 0 15px 0;
  outline: 0;
  padding: 0px 15px;
  box-sizing: border-box;
}

input:focus {
  border: 1.2px solid #2f65fa;
}

#state:focus {
  border: 1.2px solid #2f65fa;
}

#selectInput:focus {
  border: 1.2px solid #2f65fa;
}

#selectInput {
  height: 40px !important;
  border: 1.2px solid #dcdfe6;
  border-radius: 6px;
  margin: 5px 0 15px 0;
  outline: 0;
  padding: 0px 15px;
}

input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(102, 102, 102, 0.3) !important;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(102, 102, 102, 0.3) !important;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(102, 102, 102, 0.3) !important;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(102, 102, 102, 0.3) !important;
}

.el-autocomplete {
  width: 100%;
}

.close-wrap {
  position: absolute;
  top: -30px;
  right: -40px;
}

.close-wrap i {
  font-size: 28px;
  color: #666;
  cursor: pointer;
}

.el-button--primary {
  color: #fff;
  background-color: #409eff !important;
  border-color: #409eff;
}

.el-button--primary.is-disabled,
.el-button--primary.is-disabled:active,
.el-button--primary.is-disabled:focus,
.el-button--primary.is-disabled:hover {
  color: #fff;
  background-color: #a0cfff !important;
  border-color: #a0cfff !important;
}
@media (max-width: 1025px) {
  /* 表单弹窗 */
  #fullscreenPopup {
    top: 0px !important;
    background-color: none !important;
  }

  .form-father-box {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    transform: translate(0) !important;
    border-radius: 0 !important;
    padding: 0;
  }
  .form-flex {
    display: block;
    overflow-y: scroll;
    padding: 40px 16px;
    width: 100%;
    box-sizing: border-box;
  }
  .form-lf {
    display: none;
  }

  .form-rt {
    width: 100% !important;
    padding: 24px 16px;
  }

  .form-line-wrap {
    flex-direction: column;
  }

  .form-line-each {
    width: 100% !important;
  }
}
