.contact-banner,
.join-banner {
  background: linear-gradient(100deg, #0c81d2, #96d8f8);
}

.join-banner {
  background: linear-gradient(100deg, #0f6cab, #f6e2bd);
}

.contact-banner::after,
.join-banner::after {
  content: '';
  position: absolute;
  right: 2rem;
  top: 1.1rem;
  width: 5.6rem;
  height: 2.2rem;
  background: rgba(255, 255, 255, .2);
  clip-path: polygon(0 100%, 8% 18%, 18% 100%, 32% 12%, 46% 100%, 62% 10%, 78% 100%, 92% 20%, 100% 100%);
  z-index: 1;
}

.contact-page {
  background: #F3F7FA;
  padding: .8rem 0 1.5rem;
}

.contact-card {
  height: 2.2rem;
  background: #FFFFFF;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  display: grid;
  grid-template-columns: repeat(4, auto);
  align-items: center;
  gap: .53rem;
  padding: 0 .8rem;
  margin-top: .42rem;
}

.contact-card .item {
  display: flex;
  flex-direction: column;
  gap: .32rem;
}

.contact-card img {
  width: .28rem;
  height: .28rem;
}

.contact-card strong {
  font-weight: bold;
  font-size: 0.28rem;
  color: #004DA1;
}

.contact-card .code {
  display: flex;
  align-items: center;
}

.contact-card .code img {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: .18rem;
}

.contact-card .code p {
  font-size: .17rem;
  line-height: .26rem;
  font-weight: bold;
  color: #0069b8;
}

.message {
  padding-top: .65rem;
}

.message>p {
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  text-align: center;
  margin: .45rem 0 .33rem;
}

.msg-form .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .5rem;
  margin-bottom: .24rem;
}

.msg-form .row div,
.msg-form .textarea {
  background: #fff;
  border: .01rem solid #d0d8df;
  font-size: .16rem;
  color: #333;
  padding: .14rem .16rem;
}

.msg-form .row div {
  height: .48rem;
  display: flex;
  align-items: center;
}

.msg-form .textarea {
  padding-top: .33rem;
}

.msg-form label {
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  flex-shrink: 0;
}

.msg-form label span {
  color: #DA0010;
}

.msg-form input {
  width: 100%;
  /* height: .48rem; */
  padding: 0 .18rem;
}

.msg-form textarea {
  width: 100%;
  height: 1.44rem;
  /* padding: .18rem; */
}

.msg-form button {
  width: 2.4rem;
  height: 0.5rem;
  background: #005BAC;
  border-radius: 0.54rem 0.54rem 0.54rem 0.54rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
  display: block;
  margin: .3rem auto 0;
}

.join-page {
  background: #fff;
  padding: .8rem 0 1.26rem;
}

.join-desc {
  width: 7rem;
  margin: .3rem auto .6rem;
  text-align: center;
  font-size: .17rem;
  line-height: .34rem;
  color: #333;
  text-indent: 2em;
}

.job-search {
  width: 11rem;
  height: .64rem;
  background: #F2F2F2;
  border-radius: .32rem;
  margin: 0 auto .77rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.job-search span {
  width: 1.45rem;
  font-size: .18rem;
  color: #333;
  text-align: center;
  border-right: .01rem solid #d8d8d8;
}

.job-search input {
  flex: 1;
  height: 100%;
  padding: 0 .3rem;
  font-size: .16rem;
}

.job-search button {
  width: 1.6rem;
  height: .62rem;
  background: #0069b8;
  border-radius: .31rem;
  color: #fff;
  font-size: .18rem;
}

.job-layout {
  display: flex;
  gap: .8rem;
}

.job-filter {
  width: 3.5rem;
  border-right: .01rem solid #e5e5e5;
  padding-right: .8rem;
}

.job-filter h3 {
  font-weight: 400;
  font-size: 0.25rem;
  color: #333333;
  margin-bottom: .25rem;
  padding-bottom: .19rem;
  border-bottom: 0.01rem solid #EFEFEF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.job-filter h3 img {
  width: .16rem;
  height: .16rem;
}

.job-filter label {
  display: flex;
  align-items: center;
  gap: .1rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
  margin-bottom: .3rem;
}

.job-phone {
  padding-top: .7rem;
}

.job-phone strong {
  display: block;
  font-weight: bold;
  font-size: 0.24rem;
  color: #005BAC;
  margin-bottom: .16rem;
}

.job-phone p {
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
}

.job-list {
  flex: 1;
}

.job-list>p {
  font-weight: 400;
  font-size: 0.16rem;
  color: #000;
  margin-bottom: .24rem;
}

.job-list>p strong {
  color: #005BAC;
}

.job-row {
  height: .62rem;
  display: grid;
  grid-template-columns: 2.9rem 1.8rem 2.6rem 1.7rem .6rem;
  justify-content: space-between;
  align-items: center;
  padding: 0 .74rem 0 .48rem;
  background: #F9F9F9;
  margin-bottom: .12rem;
}

.job-row span {
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
}

.job-row img {
  width: .2rem;
  height: .14rem;
}

.job-row:hover {
  background: #0069b8;
}

.job-row:hover span {
  color: #fff;
  font-weight: bold;
}

.job-row:hover img {
  filter: brightness(0) invert(1);
}

.job-detail-page {
  background: #FCFCFC;
  padding: .8rem 0 1.26rem;
  box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0, 0, 0, 0.11);
}

.job-detail-card {
  background: #fff;
  box-shadow: 0 .05rem .22rem rgba(0, 0, 0, .08);
  padding: .84rem 1rem;
}

.job-detail-card h1 {
  font-weight: bold;
  font-size: 0.3rem;
  color: #141414;
  margin-bottom: .28rem;
}

.job-detail-card .meta {
  height: .38rem;
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: .4rem;
  margin-bottom: .3rem;
}

.job-detail-card .meta span {
  height: 0.35rem;
  background: #F8F8F8;
  display: flex;
  align-items: center;
  padding: 0 .15rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #686868;
  gap: .1rem;
}

.job-detail-card .meta span img {
  width: .2rem;
  height: .2rem;
}

.job-detail-card hr {
  border: none;
  /* 清除默认立体边框 */
  height: 1px;
  /* 定义线条粗细 */
  background-color: #EFEFEF;
  margin: 0 -1rem;
}

.job-block {
  /* border-top: .01rem solid #eee; */
  padding-top: .4rem;
}

.job-block:last-child{
    padding-top: .3rem;
    margin-top: .4rem;
    border-top: 0.02rem  dotted  #E8E8E8;
}

.job-block article,
.job-block article * {
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.3rem;
}

.job-block h2 {
  margin-bottom: .2rem;
}

@media (max-width: 768px) {
  .contact-banner::after,
  .join-banner::after {
    right: .2rem;
    top: 1.45rem;
    width: 4.8rem;
    height: 1.8rem;
  }

  .contact-page {
    padding: .62rem 0 .9rem;
  }

  .contact-card {
    height: auto;
    grid-template-columns: 1fr;
    gap: .34rem;
    padding: .42rem;
    margin-top: .38rem;
    border-radius: .16rem;
  }

  .contact-card .item {
    gap: .16rem;
  }

  .contact-card img {
    width: .38rem;
    height: .38rem;
  }

  .contact-card strong {
    font-size: .34rem;
    line-height: .44rem;
    word-break: break-word;
  }

  .contact-card .code {
    align-items: flex-start;
  }

  .contact-card .code img {
    width: 1.42rem;
    height: 1.42rem;
  }

  .contact-card .code p {
    font-size: .23rem;
    line-height: .36rem;
  }

  .message {
    padding-top: .56rem;
  }

  .message>p {
    font-size: .22rem;
    line-height: .36rem;
    margin: .32rem auto .28rem;
    max-width: 92%;
  }

  .msg-form .row {
    grid-template-columns: 1fr;
    gap: .18rem;
  }

  .msg-form .row div {
    height: .68rem;
  }

  .msg-form .row div,
  .msg-form .textarea,
  .msg-form label,
  .msg-form input,
  .msg-form textarea {
    font-size: .22rem;
  }

  .msg-form textarea {
    height: 2.2rem;
  }

  .msg-form button {
    width: 2.6rem;
    height: .66rem;
    border-radius: .33rem;
    font-size: .24rem;
  }

  .join-page,
  .job-detail-page {
    padding: .62rem 0 .9rem;
  }

  .join-desc {
    width: 92%;
    margin: .28rem auto .42rem;
    font-size: .23rem;
    line-height: .42rem;
    text-align: left;
  }

  .job-search {
    width: 92%;
    height: auto;
    min-height: .72rem;
    border-radius: .36rem;
    margin-bottom: .52rem;
  }

  .job-search span {
    width: 1.75rem;
    font-size: .22rem;
  }

  .job-search input {
    min-width: 0;
    padding: 0 .18rem;
    font-size: .22rem;
  }

  .job-search button {
    width: 1.36rem;
    height: .72rem;
    border-radius: .36rem;
    font-size: .22rem;
  }

  .job-layout {
    display: block;
  }

  .job-filter {
    width: 100%;
    border-right: 0;
    padding-right: 0;
    margin-bottom: .46rem;
  }

  .job-filter h3 {
    font-size: .28rem;
    margin-bottom: .22rem;
  }

  .cityList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .18rem .24rem;
  }

  .job-filter label {
    font-size: .23rem;
    margin-bottom: 0;
  }

  .job-phone {
    margin-top: .38rem;
  }

  .job-phone strong {
    font-size: .3rem;
  }

  .job-phone p,
  .job-list>p {
    font-size: .22rem;
  }

  .job-row {
    height: auto;
    grid-template-columns: 1fr .34rem;
    gap: .14rem .24rem;
    padding: .26rem .28rem;
    margin-bottom: .16rem;
  }

  .job-row span {
    font-size: .23rem;
    line-height: .36rem;
  }

  .job-row img {
    grid-column: 2;
    grid-row: 1 / span 4;
    align-self: center;
    width: .28rem;
    height: .2rem;
  }

  .job-detail-card {
    padding: .46rem .32rem;
  }

  .job-detail-card h1 {
    font-size: .36rem;
    line-height: .48rem;
  }

  .job-detail-card .meta {
    height: auto;
    grid-template-columns: 1fr;
    gap: .14rem;
  }

  .job-detail-card .meta span {
    height: .56rem;
    font-size: .22rem;
  }

  .job-detail-card hr {
    margin: .28rem -.32rem 0;
  }

  .job-block article,
  .job-block article * {
    font-size: .24rem;
    line-height: .42rem;
  }
}
