.joinUs {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.why-join {
  min-width: 1340px;
  width: 100%;
  height: 60vh;
  min-height: 472px;
  background: url(../../images/power/xuanzewomen.png) no-repeat center center;
  background-size: cover;
}



.join-hlk {
  width: 100%;
  min-width: 1340px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.join-hlk h1 {
  margin: 2vw 0 0 2vw;

}

.line {
  width: 6vw;
  height: 1px;
  background-color: var(--myBlue);
  margin-bottom: 6vh;
}

.join-hlk img {
  width: 142px;
  border: 1px solid var(--line);
  padding: 12px 34px;
}

.layui-btn {
  width: 168px;
}