@charset "UTF-8";
.w800 {
  width: 800px;
  margin: 0 auto;
}

.join {
  margin: 80px auto;
}

.joinTop .joinSearch {
  width: 600px;
  margin: 20px auto;
  position: relative;
}

.joinTop .joinSearch input {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 14px;
  border: 1px solid #EA2F39;
  padding: 0 30px 0 15px;
}

.joinTop .joinSearch input::placeholder {
  color: #000;
}

.joinTop .joinSearch .jobBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  border: 0;
  background: transparent;
}
.joinTop .joinSearch .icon-sousuo {
  font-size: 20px;

}

.joinTop .searchType .item {
  display: flex;
}

.joinTop .searchType .item .itemTitle {
  flex-shrink: 0;
  font-size: 16px;
  font-weight: bold;
  margin-right: 30px;
}

.joinTop .searchType .item .itemContent {
  display: flex;
  flex-wrap: wrap;
}

.joinTop .searchType .item .itemContent .contentItem {
  font-size: 16px;
}

.joinTop .searchType .item .itemContent .contentItem:not(:last-child) {
  margin-right: 20px;
}

.joinTop .searchType .item .itemContent .contentItem:hover {
  color: #EA2F39;
}

.joinTop .searchType .item .itemContent .contentItem.active {
  color: #EA2F39;
}

.joinTop .searchType .item:not(:last-child) {
  margin-bottom: 20px;
}

.joinListTop {
  margin-top: 40px;
  display: flex;
}

.joinListTop li {
  background: #EA2F39;
  padding: 10px;
  height: 70px;
  width: 16%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
}

.joinListTop li:nth-child(1) {
  width: 52%;
  font-weight: bold;
  justify-content: flex-start;
}

.joinList li a {
  display: flex;
  width: 100%;
}

.joinList li a div {
  padding: 10px;
  height: 70px;
  width: 16%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.joinList li a div:nth-child(1) {
  width: 52%;
  font-weight: bold;
  justify-content: flex-start;
}

.joinList li:nth-child(even) a {
  background: #f5f5f5;
}

.joinXq {
  margin: 80px 0;
}

.joinXq .xqTitle {
  text-align: center;
}

.joinXqType {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.joinXqType .item {
  width: 33%;
  margin-bottom: 20px;
}

.joinXqType .item p {
  font-size: 14px;
}

.joinXqType .item p span {
  font-weight: bold;
  margin-right: 5px;
}

.joinXqBox {
  margin-top: 40px;
}

.joinXqBox .item .itemTitle {
  font-weight: bold;
  background: #f5f5f5;
  padding: 10px;
}

.joinXqBox .item .content {
  padding: 10px;
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
}

.joinXqBox .item:nth-child(2) {
  margin-top: 10px;
}

.btnBox {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.btnBox .joinBtn {
  border: 1px solid #EA2F39;
  font-size: 16px;
  border-radius: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  cursor: pointer;
}

.btnBox .joinBtn:hover {
  background: #EA2F39;
  color: #fff !important;
}

.btnBox .joinBtn:not(:last-child) {
  margin-right: 50px;
}

.handleBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  display: none;
}

.handleBox .form-box {
  max-width: 930px;
  border-radius: 1.875rem;
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.08);
  z-index: 20;
  width: 58.125rem;
  box-sizing: border-box;
}

.handleBox .form-box .modal-conetnt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.handleBox .form-box .bi {
  cursor: pointer;
}

.handleBox .form-box .item {
  margin-bottom: 1.875rem;
  width: 48%;
  position: relative;
}

.handleBox .form-box .item p {
  padding: 0 10px;
}

.handleBox .form-box .modal-heade {
  margin-top: 3.125rem;
}

.handleBox .form-box .modal-heade .title {
  color: #EA2F39;
}

.handleBox .form-box .modal-conetnt {
  margin: 2.375rem 0 1.25rem;
  padding: 0 3.75rem;
  display: flex;
  flex-wrap: wrap;
}

.handleBox .form-box .modal-conetnt label {
  width: 100%;
  border-radius: 1.25rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 10px;
  border: 1px solid #cbcdcf;
  margin: 5px 0 0;
}

.handleBox .form-box input {
  width: 100%;
  margin: 5px 0 0;
  outline: 0;
  border: 0;
  border: 1px solid #cbcdcf;
  flex-grow: 2;
  border-radius: 1.25rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 10px;
}

.handleBox .form-box input:focus {
  border: 1px solid #EA2F39;
  outline: 0;
}

.handleBox .form-box input::placeholder {
  color: #999;
}

.handleBox .form-box input[name="file"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.handleBox .form-box .btn {
  display: block;
  padding: 0;
  width: 10.625rem;
  height: 3.125rem;
  line-height: 3.125rem;
  background: #EA2F39;
  border-radius: 1.4375rem;
  color: #fff;
  margin: 0 auto 3.75rem;
  text-align: center;
  cursor: pointer;
}

.handleBox .form-box .btn:hover {
  background: #EA2F39;
  color: #fff;
}

.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.text-overflow-1 {
  display: -webkit-box;
  /* 使用旧版WebKit内核布局盒模型 */
  -webkit-line-clamp: 1;
  /* 限制文本显示的行数为2行 */
  -webkit-box-orient: vertical;
  /* 设置盒模型布局方向为垂直 */
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
  /* 使用省略号表示被截断的部分 */
}

.font-30 {
  font-size: 30px;
}

@media only screen and (max-width: 992px) {
  .handleBox .form-box {
    width: 90%;
  }
  .handleBox .form-box .modal-heade {
    margin-top: 20px;
  }
  .handleBox .form-box .btn {
    margin: 0 auto 20px;
  }
  .handleBox .form-box .modal-conetnt {
    padding: 0 10px;
    margin: 20px 0;
  }
  .handleBox .form-box .modal-conetnt .item {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .joinTop .searchType .item .itemTitle {
    font-size: 14px;
    margin-right: 10px;
  }
  .joinTop .searchType .item .itemContent .contentItem {
    font-size: 14px;
  }
  .joinTop .searchType .item .itemContent .contentItem:not(:last-child) {
    margin-right: 10px;
  }
  .joinList li a div,
  .joinListTop li {
    font-size: 12px;
  }
  .joinList li a div {
    padding: 0 1px;
  }
  .joinList li a div:nth-child(1),
  .joinListTop li:nth-child(1) {
    width: 34%;
  }
  .joinList li a div,
  .joinListTop li {
    width: 22%;
    text-align: center;
  }
  .joinXqType .item {
    width: 50%;
  }
}
