.joinTop {
  position: relative;
}

.joinTop div {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #ffffff;
}

.joinTop div h1 {
  text-align: center;
  font-size: 48px;
  letter-spacing: 3px;
  margin-bottom: 2.44rem;
  font-weight: 400;
}

.joinTop div p {
  text-align: center;
  font-size: 1.5rem;

  letter-spacing: 3px;
}

.jointitle {
  display: flex;
  margin: 5.88rem 0 1rem 0;
}

.jointitle img {
  width: 2.4rem;
  height: 2.4rem;
}

.jointitle p {
  margin-left: 1rem;
}

.jointitle p span {
  font-size: 28px;
  color: #4DA3D4;
}

.jointitle p span:last-child {
  display: inline-block;
  margin-top: 0.4rem;
  font-size: 12px;
  color: #BFBFBF;
  margin-bottom: 3.31rem;
}

.back {
  background: #fafafa;
  height: 100%;
  width: 100%;
  padding-bottom: 1.5rem;
}

.positionItem {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.positionItem .position {
  position: relative;
  max-width: 49%;
  min-width: 49%;
  background: #FFFFFF;
  margin-bottom: 1.5rem;
  padding: 38px 15px 20px 15px;
  overflow-y: auto;
  box-sizing: border-box;
  line-height: 35px;
  font-size: 14px;
}

.positionItem .position .div1 {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 0.94rem;
  font-size: 1.13rem;
}

.positionItem .position .positionItem .position div p:last-child {
  margin-bottom: 6px;
}

.positionItem .position .info {
  position: absolute;
  bottom: 0;
}

.positionItem .position .info span {
  margin-right: 1.56rem;
  overflow: hidden;
}

.positionItem .position div p:last-child {
  margin-bottom: 18px;
}

.position::-webkit-scrollbar {
  display: none;
}

.btn {
  padding-top: 1rem;
  display: block;
  margin: 6.5rem auto;
  text-align: center;
  width: 20rem;
  height: 4rem;
  border: 1px solid #404040;
  font-size: 1.5rem;
  color: #404040;
}

@media (max-width: 996px) {
  .joinTop div h1 {
    text-align: center;
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 2.44rem;
    font-weight: 400;
  }

  .joinTop div p {
    display: none;
  }
   .jointitle{
    margin: 10px 0 24px 10px;
   }
  .jointitle img {
    width: 8.5rem;
    height: 8.5rem;
  }

  .jointitle p span {
    font-size: 14px;
    font-weight: bold;
    color: #4DA3D4;
  }

  .positionItem .position {
    max-width: 100%;
    min-width: 100%;
    background: #FFFFFF;
    margin-bottom: 7.5rem;
    padding: 20px 15px 20px 15px;
    font-size: 12px;
    overflow-y: auto;
    box-sizing: border-box;
  }

  .btn {
    font-size: 12px;
    text-align: center;
    width: 35rem;
    height: 10rem;
    border: 1px solid #404040;
    margin: 6.5rem 36%;
    line-height: 8rem;
  }

  .positionItem {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 10px;
  }

  .positionItem .position .div1 {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 0.94rem;
    font-size: 12px;
  }
}