body {
  background: #0f0232;
}

.header .right .list p:nth-child(8) {
  color: #fe2a44;
}

.join {
  width: 100%;
  min-height: 100vh;
  background: #0f0232;
  color: #fff;
  font-size: 14px;
}

.join .seach {
  display: flex;
  width: 560px;
  height: 60px;
  margin: 0 auto;
  margin-top: 90px;
  margin-bottom: 50px;
}

.seach .input {
  box-sizing: border-box;
  width: 430px;
  line-height: 60px;
  padding: 10px 20px;
  border: 2px solid #d1144d;
  outline: none;
  font-family: 'SOURCEHANSANSCN';
}

.seach .input:focus {
  border: 2px solid #d1144d;
}

.seach .seach-button {
  width: 130px;
  line-height: 60px;
  background: #d1144d;
  text-align: center;
  cursor: pointer;
}

.address,
.methods,
.category {
  display: flex;
  width: 70%;
  padding: 10px 20px;
  margin: 0 auto;
}

.address div,
.methods div,
.category div {
  cursor: pointer;
  margin: 0 20px;
}

.address .red,
.methods .red,
.category .red {
  color: #d1144d;
}

.join .form {
  width: 70%;
  margin: 0 auto;
}

.join .form .form-header {
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: #d1144d;
  font-size: 24px;
  margin: 40px 0 10px 0px;
}

.join .form .form-item {
  color: #999;
}

.join .form .form-item .job-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  height: 75px;
  line-height: 80px;
  border-bottom: 1px solid #999;
  margin: 0 auto;
}

.join .form .form-item .job-title img {
  display: block;
  width: 18px;
  height: 9px;
  transform: rotate(360deg);
  transition: all 0.5s;
  margin-left: 50px;
}

.join .form .form-item .job-title .open {
  transform: rotate(0deg);
  transition: all 0.5s;
}

.join .form .form-item .job-title .triangle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.join .form .form-item .job-title:hover {
  background: rgba(102, 102, 102, 0.1);
}

.job-introduce {
  display: none;
  box-sizing: border-box;
  width: 95%;
  font-size: 12px;
  line-height: 25px;
  border-bottom: 1px solid #999;
  margin: 0 auto;
  padding: 10px 10px;
}

.job-introduce p {
  font-size: 12px;
  color: #666;
}

.join .form .form-item .hide-info {
  display: none;
}