.bl-bd {
  background-color: #f5f8fc;
  overflow: hidden;
  min-height: 100vh;
  font-family: 'Inter';
  padding: 100px 0;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.bl-icon {
  display: block;
  margin-bottom: 36px;
}

.bl-icon img {
  max-height: 40px;
}

.bl-bd .col-l {
  width: 55%;
}

.bl-bd .col-r {
  width: 39.8%;
  position: relative;
}

.bl-txt1 {
  color: #1E2128;
}

.bl-txt1 h1 {
  font-size: 62px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 40px;
}

.bl-txt1 .txt h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 22px;
}

.bl-txt_ls1 li {
  font-size: 16px;
  line-height: 1.8;
  padding-left: 24px;
  background: url(../images/0620/dot.png) left 5px no-repeat;
  background-size: 16px;
  margin-bottom: 20px;
}

.bl-txt1 .pic {
  text-align: center;
  font-size: 0;
}

/* 改变placehold样式 */

.bl-form1 .inp::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(30, 33, 40, .3);
}

.bl-form1 .inp:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(30, 33, 40, .3);
}

.bl-form1 .inp::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(30, 33, 40, .3);
}

.bl-form1 .inp:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(30, 33, 40, .3);
}

.bl-form1 {
  background-color: #fff;
  box-shadow: 0px 10px 20px rgba(101, 115, 165, 0.12);
  border-radius: 20px;
  padding-bottom: 40px;
  border: 1px solid #fff;
}

.bl-form1 .form {
  padding: 0 40px;
}

.bl-form1 .tit {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  padding-left: 40px;
  padding-top: 40px;
  margin-bottom: 19px;
}

.bl-form1 .gp {
  margin-bottom: 20px;
}

.bl-form1 .inp {
  display: block;
  width: 100%;
  height: 60px;
  background: #F5F8FC;
  border-radius: 100px;
  font-size: 16px;
  padding: 0 20px;
}

.bl-form1 .sel {
  position: relative;
}

.bl-form1 .sel .inp {
  padding-right: 40px;
}

.bl-form1 .inpbox .arr {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
}

.bl-form1 .inp.area {
  height: 194px;
  padding-top: 20px;
  padding-bottom: 20px;
  resize: none;
  border-radius: 20px;
}

.submit-btn {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #0074FC;
  transition: .4s;
  border-radius: 100px;
  line-height: 60px;
  width: 100%;
  margin-top: 20px;
  text-transform: capitalize;
  cursor: pointer;
}

.submit-btn:hover {
  opacity: .8;
}

/* .bl-form1 .layui-form-select .layui-input{
  height: 60px;
  padding: 0 20px;
  font-size: 16px;

} */

.bl-pop1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 10px 20px rgba(101, 115, 165, 0.12);
  border-radius: 20px;
  background-color: #fff;
  padding: 114px 40px 40px;
  overflow: hidden;
  display: none;
  z-index: 100;
}

.bl-pop1::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 160px;
  left: 0px;
  top: 0px;
  background: linear-gradient(180deg, #EFF4FE 0%, #FFFFFF 100%);
}
.bl-pop1 .icon{
  text-align: center;
  font-size: 0;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.bl-pop1 .icon img{
  max-height: 160px;
}
.bl-pop1 .txt{
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  color: #1E2128;
  position: relative;
  z-index: 2;
}
.bl-pop1 .tit{
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 12px;
}
.backBtn,
.bl-pop1 .link{
  display: block;
  text-align: center;
  font-size: 0;
  border: 1px solid #D1DAE8;
  border-radius: 100px;
  line-height: 58px;
  margin-bottom: 20px;
}
.bl-pop1 .link img,
.bl-pop1 .link span{
  display: inline-block;
  vertical-align: middle;
}
.bl-pop1 .link img{
  max-height: 24px;
  margin-right: 8px;
}
.bl-pop1 .link span{
  font-size: 16px;
  color: #1E2128;
}
.bl-pop1 .bot{
  padding-top: 180px;
}
.bl-pop1 .bot .h3{
  font-size: 16px;
  color: #848FA0;
  margin-bottom: 20px;
}
.backBtn{
  color: #fff;
  font-size: 16px;
  background-color: #0074fc;
  transition: .3s;
}
.backBtn:hover{
  opacity: .8;
  color: #fff;
}
.bl-pop_ue{
  display: none;
}
@media screen and (max-width: 1199px) {
  .wrap{
    padding: 0 28px;
  }
  .bl-bd .col-l,
  .bl-bd .col-r{
    float: none;
    width: auto;
  }
  .bl-bd .col-l{
    margin-bottom: 28px;
  }
  .bl-icon{
    margin-bottom: 20px;
  }
  .bl-bd{padding: 40px 0;}
  .bl-txt1 h1{
    font-size: 36px;
    margin-bottom: 20px;
  }
  .bl-txt1 .txt h3{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .bl-txt_ls1 li{
    font-size: 14px;
    margin-bottom: 10px;
    background-position: left 3px;
  }
  .bl-txt1 .pic{
    display: none;
  }
  .bl-form1 .tit{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .bl-form1{
    padding-bottom: 20px;
  }
  .bl-form1 .form{
    padding: 0 20px;
  }
  .submit-btn{
    line-height: 40px;
  }
  .bl-form1 .inp{
    height: 40px;
  }
  .bl-form1 .inp.area{
    height: 160px;
  }





  .bl-pop_ue{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
  }
  .pop-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #000;
    opacity: .6;
  }
  .bl-pop_ue .inner{
    width: 85.33%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .bl-pop_ue .close{
    display: block;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    background: url(../images/0620/close.png) no-repeat center;
    background-size: contain;
    z-index: 2;
  }
  .bl-pop1{
    padding: 60px 20px 80px;
    display: none;
    background-color: #fff;
    border-radius: 8px;
  }
  .bl-pop1 .icon{
    margin-bottom: 0;
  }
  .bl-pop1 .txt{
    font-size: 14px;
    line-height: 1.2;
  }
  .bl-pop_ue .bl-pop1{display: block;position: static;}
  .bl-pop1::after{
    height: 120px;
    border-radius: 8px 8px 0 0;
  }
}

    .phoneInp{
      position: relative;
      display: flex;
      align-items: center;
      z-index: 20;
      background: #F5F8FC;
      border-radius: 100px;
    }
    .phoneInp .inpbox .inp{
      background-color: transparent;
      border: none;
    }
    .phoneInp .prefix{
      display: flex;
      align-items: center;
      color: #282a38;
      font-size: 16px;
      height: 48px;
      min-width: 61px;
      padding-left: 11px;
      cursor: pointer;
      position: relative;
    }
    .phoneInp .prefix::after{
      content: "";
      display: block;
      width: 1px;
      background: rgba(0,0,34,.06);
      height: 16px;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
    }
    .phoneInp .prefix .arr{
      display: block;
      width: 12px;
      height: 12px;
      margin: 0 8px;
      font-size: 0;
    }
    .qh-check svg,
    .phoneInp .prefix .arr svg{
      display: inline-block;
      vertical-align: middle;
    }
    .phoneInp .inpbox{
      flex:1;
    }
    .yh_dropdown{
      position: absolute;
      top: 100%;
      left: 0;
      background-clip: padding-box;
      background-color: #fff;
      border-radius: 2px;
      -webkit-box-shadow: 0 3px 6px -4px rgba(0,0,0,.12), 0 6px 16px 0 rgba(0,0,0,.08), 0 9px 28px 8px rgba(0,0,0,.05);
      box-shadow: 0 3px 6px -4px rgba(0,0,0,.12), 0 6px 16px 0 rgba(0,0,0,.08), 0 9px 28px 8px rgba(0,0,0,.05);
      list-style-type: none;
      margin: 0;
      outline: none;
      padding: 4px 0;
      text-align: left;
      border-radius: 4px;
      max-height: 424px;
      overflow: auto;
      min-width: 180px;
      display: none;
    }
    .yh_dropdown .t {
      clear: both;
      color: #282a38;
      cursor: pointer;
      font-size: 14px;
      font-weight: 400;
      line-height: 32px;
      padding: 4px 12px;
      -webkit-transition: all .3s;
      transition: all .3s;
      white-space: nowrap;
      margin: 0 4px;
      padding: 2px 0 2px 10px;
      align-items: center;
      display: flex;
      justify-content: space-between;
      position: relative;
    }
    .yh_dropdown .t:hover{
      background: rgba(14,62,118,.05);
      border-radius: 4px;
    }
    .qh-check{
      width: 12px;
      height: 12px;
      line-height: 12px;
      margin: 0 8px;
      font-size: 0;
      opacity: 0;
      visibility: hidden;
    }
    .yh_dropdown .on .qh-check{
      opacity: 1;
      visibility: visible;
    }
    .yh_dropdown .on .t{
      background: rgba(14,62,118,.05);
      border-radius: 4px;
    }
    @media screen and (max-width: 750px) {
      .phoneInp .prefix{
        font-size: 3.5vw;
        height: 10.66vw;
      }
    }