.join {
  position: relative;
  width: 100%;
  /* height: 69.5625rem; */
  min-height: 30.0625rem;
  background: linear-gradient(180deg, #8D8D9F 0%, #484955 100%);
  padding: 50px 0 94px 0;
}
.join-container {
  width: var(--maxWidth);
  min-width: 850px;
  height: auto;
  padding: 0 10rem;
}
.join-desc {
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 40px;
  padding: 0 90px;
}
.join-search-content {
  position: relative;
  width: 100%;
  height: 50px;
  
}
.join-input {
  width: 100%;
  height: 50px;
  background: #D8D8DD;
  border-radius: 30px 30px 30px 30px;
  border: none;
  outline: none;
  color: #404252;
  padding: 0 50px 0 30px;
  margin-bottom: 15px;
}
.join-search {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  filter: brightness(0.5);
}
.join-pd {
  margin: 50px 0;
}
.join-list {
  position: relative;
  margin-top: 30px;
  color: #fff;
  font-size: 24px;
}
.join-item {
  padding: 20px 30px;
  border-top: 1px solid #919191;
  cursor: pointer;
  line-height: 32px;
}
.join-item:hover {
  background: #606270;
}
.join-item:last-child {
  border-bottom: 1px solid #919191;
  margin-bottom: 3.125rem;
}
.join-item img {
  width: 26px;
  height: 26px;
}
.join-item-company {
  font-size: 16px;
}
.join-item-address {
  color: #B8B8B8;
  font-size: 16px;
  padding-left: 10px;
  margin-left: 8px;
  border-left: 1px solid;
}
.join-empty {
  text-align: center;
  margin: 50px 0;
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 32px;
}
.join-tips {
  font-weight: 400;
  font-size: 16px;
}

.loading {
  position: relative;
  width: 100%;
  height: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.circle-loading {
  position: relative;
  width: 100px;
  height: 100px;
  border: 2px solid #fff;
  border-top-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  animation: circle infinite 1s linear;
}

@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.join-link {
  text-align: right;
  margin-bottom: 10px;
}
.go-join {
  color: rgba(255, 255, 255, .8);
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  
  .join {
    min-height: 25rem;
    padding: 30px 0 70px 0;
  }
  .join-item img {
    width: 22px;
    height: 22px;
  }
  .join-container {
    min-width: 100%;
    padding: 0 20px;
  }
  .join-desc {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 28px;
    padding: 0 30px;
  }
  .join-search {
    filter: brightness(0.1);
    font-size: 20px;
  }
  .join-empty {
    margin: 30px 0;
  }
  .join-list {
    font-size: 20px;
  }
  .join-item {
    padding: 10px;
    line-height: 28px;
  }
  .min-join-item {
    display: flex;
    flex-direction: column;
  }
  .join-item-company {
    font-size: 14px;
  }
  .join-item-address {
    border: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
  }
  .pagination-item-li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px 0px 10px 0px;
  }
  .mrl26 {
    margin: 0 18px;
  }
  p {
    margin: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  
}

@media screen and (min-width: 960px) and (max-width: 1399px) {

}

@media screen and (min-width: 1400px) and (max-width: 1900px) {

}

@media screen and (min-width: 1901px) and (max-width: 5000px) {

}
