.businessHead .title {
  width: 128px;
  height: 45px;
  font-size: 32px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  line-height: 45px;
  margin-top: 48px;
}

.businessHead .sub_title {
  height: 17px;
  font-size: 12px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 17px;
  margin-bottom: 48px;
}

.detailText {
  width: 100%;
  height: 400px;
  /*background: #333;
  margin-top: 48px;*/
}

.detailText img {
  width: 100%;
}

.jobsContent {
  margin-top: 53px;
}

.jobs-recrut-item {
  overflow: hidden;
  width: 100%;
}

.jobs-recrut-item-head {
  float: left;
  width: 200px;
}

.businessSearch {
  margin-top: 50px;
}

.jobs-specical {
  font-size: 14px;
  color: #3F3F3F;
}

.jobs_box_xhr {
  float: right;
  width: calc(100% - 100px);
  height: 1px;
  background: #D6D6D6;
  margin-bottom: 24px;
}

.recrut-poste {
  width: 200px;
  height: 33px;
  font-size: 24px;
  font-weight: 600;
  color: rgba(75, 75, 75, 1);
  line-height: 33px;
  margin-bottom: 8px;
}

.recrut-city {
  width: 200px;
  height: 17px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 17px;
}
.recrut-city span{
	border-bottom: 1px solid #333;
}

.jobs_item {
  float: right;
  width: 65%;
  border-bottom: 1px solid #dedede;
  margin-bottom: 48px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 20px;
}

.jobs-recrut-title {
  font-size: 12px;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
  line-height: 17px;
}

.jobs-recrut-content {
  font-size: 14px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 30px;
}

.jobs_box {
  overflow: hidden;
  margin-bottom: 48px;
}

.jobs-recrut-title {
  float: left;
  margin-top: 8px;
  width: 100px;
}

.jobs-recrut-content {
  float: left;
  width: 60%;
}

.jobs-recrut-desc {
  /*padding-bottom: 48px;*/
}

.jobs-recrut-content-item .jobs-inner {
  width: 490px;
}

.jobs_box .email {
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
}

#productTemplate {
  display: none;
}

#descTemplate {
  display: none;
}

#requestTemplate {
  display: none;
}

.email .emailBox a{
  color: #4A90E2;
}

.email .emailBox a:hover {
  opacity: 0.7;
}

.page-jobs .dropdown-box {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-right: 24px;
  height: 30px;
}
.page-jobs .dropdown-box>span {
  display: inline-block;
  padding-right: 8px;
  position: relative;
  z-index: 999;
}
.page-jobs .dropdown-box>i {
  display: inline-block;
  width: 12px;
  height: 7px;
}
.page-jobs .dropdown-box>i>img {
  width: 100%;
}
.page-jobs .dropdown-box ul {
  top: 22px;
  left: 0px;
  width: 100%;
  border-radius: 0;
  border: 1px solid #ddd;
}
.page-jobs .dropdown-box ul li {
  height: 40px;
  line-height: 40px;
  padding-left: 8px;
}
.page-jobs .dropdown-box ul li:hover {
  background: #eee;
}

.selectBtn {
  display: inline-block;
  font-size: 14px;
  color: #9B9B9B;
  border-bottom: 1px solid #3F3F3F;
  width: 200px;
  padding: 0 0 2px 0;
  cursor: pointer;
}

.selectBtn input {
	color: #333;
}

.selectBtn img {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}

.empty-result{
  display: none;
}
.empty-result h4{
  font-size: 24px;
  margin: 24px 0;
}