@media (max-width: 1400px) and (min-width: 1235px) {
  .address .text,
  .call .text {
    line-height: 20px;
  }
  .address .title,
  .call .title {
    font-size: 26px;
  }
  .address,
  .call {
    margin-bottom: 10px;
  }
}

@media (max-width: 1023px) {
  main {
    background: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .contact-box {
    padding: 40px 0 56px 0;
    flex-direction: row;
    flex-wrap: wrap;
    /* display: block; */
  }

  .contact-box .address,
  .contact-box .call {
    padding: 0 25px;
    /* width: 100%; */
    margin-bottom: 40px;
  }
  .address .title,
  .call .title {
    font-size: 15px;
    font-weight: 700;
  }
  .address .line,
  .call .line {
    width: 23px;
    height: 1px;
    margin: 11px 0;
  }
  .address .text,
  .call .text {
    margin-bottom: 0;
    letter-spacing: 0px;
  }

  .md-map {
    display: block;
  }
  .map {
    display: none;
  }
  .job-box .job-title {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .job-box .job-title::after {
    width: 20px;
    height: 1px;
    top: 25px;
  }
  .job-box .job-item .job-item-title {
    font-size: 12px;
  }
  .job-context li p {
    font-size: 12px;
  }
  .job-item .apply-btn {
    font-size: 12px;
    width: 100%;
    height: 33px;
    text-align: center;
    line-height: 33px;
    margin: 0;
  }
  .job-item.showMore {
    overflow: scroll;
  }
  .qr-code {
    padding: 0 25px;
    height: 120px;
    width: auto;
  }
  .contact-container .map-img img {
    width: 100%;
  }

  .contact-con {
    flex-direction: column;
    padding: 0;
  }
  .contact-container .map-img {
    width: 100%;
    min-width: auto;
  }
  .job-box {
    padding: 30px 10px;
  }
}
@media (min-width: 1400px) {
  .address .text,
  .call .text {
    font-size: 16px;
    line-height: 20px;
  }
  .call .text a {
    font-size: 16px;
  }
  .contact-con .qr-code {
    height: 155px;
    width: 155px;
  }
  .address .title,
  .call .title {
    font-size: 26px;
  }
  .address,
  .call {
    margin-bottom: 10px;
  }
}
