/* 可以根据自己的需求进行样式设计 */
.join-us-container {
    /* background-image: url('https://lhcdn.lanhuapp.com/home/img/modal-bg-n.jpg'); */
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 90px;
    position: relative;
  }

  .back {
    position: absolute;
    width: 400px;
    height: 200px;
    top: 5%;
    left: 5%;
  }

  .map-container{
    width: 100%;
    height: 100%;
    padding-top: 90px;
    /* margin-top: 90px; */
    box-sizing: border-box;
    position: relative;
  }

  .map-container .center-desc{
      position: absolute;
      left: 2%;
      top: 40%;
      background: #fff;
      z-index: 100;
      width: 30%;
      padding: 2rem 1rem;
      border-radius: 10px;
      color: #333;
      font-weight: 400;
      font-size: 14px;
  }

  .map-container .center-desc .companyName{
    margin-bottom: 10px;
  }

  .map-container .center-desc .desc{
    margin-bottom: 10px;
    color: #666;
    font-size: 14px;
  }
  

  .join-us-container .bg{
    display: block;
    box-sizing: border-box;
    display: flex;
    height:300px;
    width: 100%;
    flex-direction: column;
    object-fit: cover;
    position: relative;
  }

  .join-us-container .bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
  }


  .join-us-container .bg h2{
    padding-top:1.5rem ;
    font-size: 2rem;
  }

  .join-us-container .content{
    display: block;
    box-sizing: border-box;
    padding-left: 10%;
    padding-right: 10%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }


  
  h1 {
    text-align: center;
  }
  
  label {
    display: block;
    margin-bottom: 5px;
  }
  
  input, select {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
  }
  
  button {
    display: block;
    width: 100%;
    padding: 10px;
    background: transparent;
    color: #3c64f0;
    border: none;
    cursor: pointer;
  }


.contact-box label {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 1rem;
}

.contact-box label .red{
  color: #f56c6c;
}

.code-input {
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.code-input button {
    height: 2rem ;
    width: 40%;
    padding: 0;
    font-size: 1.2rem;
    line-height: 2rem;
    vertical-align: middle;
    margin-bottom: 0;
    margin-left: 0.5rem;
}

.get-code{
  width: 100%;
}

.get-code label {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 1rem;
}

.get-code .phone-code {
  display: flex;
  justify-content: inherit;
}

.get-code .phone-code .code-box {
  flex: 1;
  height: 4rem;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.1);
 }

 .get-code .phone-code .code-box input {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 14px;
  border: none;
  -webkit-appearance: none;
  border-radius: 0px;
 }

 .get-code .red{
  color: #f56c6c;
 }

 .get-code .phone-code   .btn {
  width: 120px;
  height: 4rem;
  text-align: center;
  line-height: 4rem;
  font-size: 14px;
  font-family: PingFang-SC-Regular;
  font-weight: 500;
  color: rgba(10, 133, 243, 1);;
  margin: 0 0 0 12px;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  background: transparent;
  border: none;
 }

.input {
    height: 4rem !important;
    width: 100%;
    font-size: 1.5rem;
    box-sizing: border-box;
}

.input:focus{
  box-shadow: 0 0 5px rgba(10, 133, 243, 1);
}
.phone{
    line-height: 3rem;
    width: 100%;
    height: 3rem;
}

.advice textarea{
    height: 8rem;
    line-height: 4rem;
    min-height: 4rem;
    width: 100%;
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 0.1rem 10px;
}

.commit {
  margin-left: 20%;
  width: 60%;
  height: 4rem;
  margin-top: 6rem;
  margin-bottom: 10rem;
  border:none;
}


.commit button {
    width: 100%;
    height: 6rem;
    line-height: 6rem;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    font-weight: 500;
    vertical-align: middle;
    background: #3c64f0;
    border: none;
}