.basic-info {
  background: url(/static/images/m/join-bg.jpg) no-repeat center center/cover;
  height: 740px;
  background-attachment: fixed;
  padding-top: 160px;
  box-sizing: border-box;
}

.content .title {
  padding-top: 40px;
  font-size: 30px;
  text-align: center;
  color: #fff;
}

.content .desc {
  font-size: 16px;
  color: #fff;
  padding-top: 60px;
  line-height: 24px;
}

.content .join {
  padding-top: 100px;
  font-size: 30px;
  text-align: center;
  color: #fff;
  padding-bottom: 30px;
}

.content .mail {
  vertical-align: middle;
  width: 462px;
  color: #fff;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0px auto;
  border: solid 2px rgba(255, 255, 255, 0.3);
}
.content .mail a {
  color: #fff;
}
.content .mail i {
  padding-left: 10px;
  font-size: 20px;
  vertical-align: middle;
  color: #fff;
}

.jobs {
  padding-top: 100px;
  padding-bottom: 70px;
  font-size: 30px;
  text-align: center;
  background: #f6f6f6;
}

.jobs .title {
  font-size: 30px;
  text-align: center;
  color: #333333;
}

.jobs .desc {
  font-size: 16px;
  text-align: center;
  color: #666;
}

.jobs .job-detail {
  font-size: 30px;
  text-align: center;
  color: #fff;
}

.jobs .job-detail h3 {
  height: 60px;
  line-height: 60px;
  padding-left: 40px;
  background: #666666;
  cursor: pointer;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 18px;
  text-align: left;
}
.jobs .job-detail h3 em {
  float: right;
  display: block;
  width: 74px;
  height: 60px;
  background: url(/static/images/jj1.png) center center no-repeat;
  cursor: pointer;
}
.jobs .job-detail h3.on {
  background: #1088d5;
}
.jobs .job-detail h3.on em {
  background: url(/static/images/jj2.png) center center no-repeat;
}
.jobs .job-detail .job-desc {
  padding: 40px;
  color: #999;
  display: none;
  background-color: #fff;
  text-align: left;
}
.jobs .job-detail .position {
  padding-bottom: 20px;
  border-bottom: solid 1px #ddd;
  font-size: 18px;
  color: #333;
  font-family: 'Raleway-Bold';
  line-height: 200%;
  font-weight: normal;
}
.jobs .job-detail .position span {
  font-size: 16px;
  color: #666;
  font-family: 'Raleway-Regular';
  font-weight: normal;
}
.jobs .job-detail .detail {
  padding-bottom: 20px;
  border-bottom: solid 1px #ddd;
}
.jobs .job-detail .title {
  font-size: 18px;
  color: #333;
  line-height: 200%;
  padding-top: 15px;
  font-weight: normal;
  text-align: left;
}
.jobs .job-detail .subtitle {
  padding: 0px;
  margin: 0px 0px 0.6em;
  outline: 0px;
  box-sizing: border-box;
  font-size: 18px;
  color: rgb(21, 54, 96);
  letter-spacing: 0.224px;
  white-space: normal;
  background-color: rgb(255, 255, 255);
}
.jobs .job-detail .content {
  position: relative;
  font-size: 16px;
  color: #666;
  line-height: 200%;
  padding-left: 20px;
}
.jobs .job-detail .content:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #1088d5;
  position: absolute;
  top: 10px;
  left: 0;
}
.jobs .job-detail .join .title {
  font-size: 18px;
  color: #333;
  line-height: 200%;
  padding-top: 15px;
  font-weight: normal;
}
.jobs .job-detail .join a {
  width: 552px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #1088d5;
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  display: inline-block;
}
.jobs .job-detail .join a i {
  font-size: 20px;
  vertical-align: middle;
  margin-left: 10px;
}
