* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
#app.lg {
  padding-top: 49px;
}
#app.fixed {
  padding-top: 215px;
}
body {
  font-family: Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei,
    sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #414a60;
}
.input {
  display: inline-block;
  width: 100%;
  height: 34px;
  line-height: 1.5;
  padding: 5px 8px;
  font-size: 14px;
  border: 1px solid #e3e7ed;
  border-radius: 0;
  color: #414a60;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
}
.job-search-wrapper {
  background: #fff;
  border-radius: 12px;
  padding: 24px 24px 16px;
}
.lg .job-search-wrapper {
  width: 1184px;
  margin: 20px auto 0;
}
.job-search-wrapper.fixed {
  position: fixed;
  width: 100%;
  top: 49px;
  z-index: 99;
  margin-top: 0;
  box-shadow: 0 3px 6px rgba(6, 0, 1, 0.05);
}
.job-search-wrapper.fixed .job-search-box,
.job-search-wrapper.fixed .search-condition-wrapper {
  width: 1184px;
}
.job-search-box {
  margin: 0 auto;
}
.job-search-box .job-search-form {
  position: relative;
  float: left;
  width: 884px;
  height: 54px;
  background: #00bebd;
  border-radius: 12px;
  border: 2px solid #00bebd;
}
.job-search-box .job-search-form .transparent-sel {
  position: absolute;
  top: 0;
  left: 0;
  width: 136px;
  z-index: 999;
  opacity: 0;
}
.job-search-box .job-search-form .transparent-sel .el-cascader {
  line-height: 50px;
}
.job-search-box .job-search-form .city-label {
  position: relative;
  float: left;
  background: #fff;
  width: 136px;
  font-size: 16px;
  font-weight: 400;
  color: #222;
  line-height: 22px;
  height: 50px;
  padding: 14px 24px 14px 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 10px 0 0 10px;
  border-right: 1px solid #fff;
  cursor: pointer;
  transition: all 0.2s linear;
}
.job-search-box .job-search-form .city-label:after {
  content: ' ';
  position: absolute;
  top: 21px;
  right: 18px;
  width: 4px;
  height: 7px;
  background: url(./../images/arrow.png) -6px -16px/10px auto no-repeat;
  transform: rotate(90deg);
  z-index: 1;
}
.job-search-box .job-search-form .search-input-box {
  position: relative;
  float: left;
  background: #fff;
  width: 628px;
  border-radius: 0 10px 10px 0;
}
.job-search-box .job-search-form .input-wrap {
  width: 100%;
  color: #222;
}
.input-wrap {
  position: relative;
  display: inline-block;
  min-width: 300px;
  vertical-align: middle;
  line-height: normal;
}
.job-search-box .job-search-form .input-wrap .input {
  height: 50px;
  border: none;
  box-shadow: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 14px 18px;
  border-radius: 0 12px 12px 0;
}
.job-search-box .job-search-form .search-btn {
  float: left;
  display: block;
  font-weight: 500;
  color: #fff;
  line-height: 28px;
  width: 116px;
  font-size: 20px;
  text-align: center;
  padding: 11px 0;
}
.job-search-box .job-search-wrapper-sm {
  height: 54px;
  border-radius: 12px;
  border: 2px solid #00bebd;
}
.job-search-box .job-search-wrapper-sm .input-sm {
  border: none;
  box-shadow: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 14px 18px;
  border-radius: 12px;
}
.job-search-box .search-btn-sm {
  display: block;
  font-weight: 500;
  color: #fff;
  line-height: 28px;
  font-size: 20px;
  text-align: center;
  padding: 11px 0;
  background-color: #00bebd;
  border-radius: 12px;
  margin-top: 20px;
}
.search-condition-wrapper {
  margin: 0 auto;
}
.search-condition-wrapper .clear-search-btn {
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  line-height: 20px;
  margin-top: 26px;
  transition: all 0.2s linear;
}
.search-condition-wrapper .condition-filter-select {
  float: left;
  margin-top: 20px;
  margin-right: 20px;
}
.condition-filter-select {
  display: inline-block;
  position: relative;
  background: #f8f8f8;
  border-radius: 4px;
  overflow: hidden;
}
.condition-filter-select .current-select {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  line-height: 20px;
  padding: 6px 24px 6px 12px;
  cursor: pointer;
  transition: all 0.2s linear;
}
.condition-filter-select .current-select .placeholder-text {
  display: inline-block;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
}
.condition-filter-select .current-select:after {
  content: ' ';
  position: absolute;
  top: 12px;
  right: 12px;
  width: 4px;
  height: 7px;
  background: url(./../images/arrow.png) -6px -16px/10px auto no-repeat;
  transform: rotate(90deg);
  z-index: 1;
}
.condition-filter-select .transparent-sel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  opacity: 0;
}
.condition-filter-select.filterable {
  width: 230px;
  height: 32px;
}
.condition-filter-select.filterable .transparent-sel {
  width: 230px;
  opacity: 1;
}
.condition-filter-select .transparent-sel .el-cascader,
.condition-filter-select .transparent-sel .el-select {
  line-height: 32px;
  display: block;
}
.condition-filter-select .transparent-sel .el-input__inner {
  display: block;
  height: 32px;
  line-height: 32px;
}
.condition-filter-select .transparent-sel .el-input__icon {
  line-height: 32px;
}
.company-search {
  margin-top: 20px;
}
.company-search .company-list {
  margin: 0 auto;
  overflow: hidden;
}
.lg .company-search .company-list {
  width: 1184px;
}
.company-search .company-list ul {
  height: auto;
  overflow: hidden;
}
.lg .company-search .company-list ul {
  width: 110%;
}
.company-search .company-list li {
  border-radius: 12px;
  background: #fff;
  margin-bottom: 20px;
  height: 140px;
}
.lg .company-search .company-list li {
  width: 284px;
  float: left;
  margin: 0 16px 21px 0;
}
.company-search .company-list .sub-li {
  display: block;
  height: 140px;

  background-color: #fff;
  border-radius: 12px;
}
.lg .company-search .company-list .sub-li {
  width: 284px;
}
.company-tab-box li .sub-li:hover {
  box-shadow: 0 16px 40px 0 rgb(138 149 158 / 20%);
  transition: all 0.4s;
}
.company-tab-box li .company-info {
  border-bottom: none;
  height: 77px;
  margin: 0 20px;
  padding-top: 20px;
  box-sizing: content-box;
}
.company-tab-box li a {
  color: #414a60;
  display: block;
}
.company-tab-box li .company-info img {
  width: 54px;
  height: 54px;
  float: left;
  border-radius: 10px;
  border: solid 1px #f2f5fa;
}
.company-tab-box li .company-text {
  text-align: left;
  margin-left: 68px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.company-tab-box li .company-text.m0 {
  margin: 0;
}
.company-tab-box li .sub-li .company-text h4 {
  margin-bottom: 9px;
  color: #222;
  font-weight: 500;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.company-tab-box li .sub-li .company-text span {
  display: inline-block;
  color: #666;
  padding: 0 8px;
  background: #f8f8f8;
  font-size: 13px;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  box-sizing: content-box;
}
.company-tab-box li .sub-li .company-text span + span {
  margin-left: 8px;
}
.company-tab-box li .about-info {
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #666;
  background: linear-gradient(90deg, #f5fcfc 0, #fcfbfa 100%);
  border-radius: 0 0 12px 12px;
}
.home-site .company-tab-box li .about-info {
  color: #8d92a1;
  height: 42px;
  line-height: 42px;
  font-size: 12px;
}

.company-search .sub-li .about-info p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lg .company-search .sub-li .about-info p {
  width: 240px;
  margin: 0 auto;
}
.sm .company-search .sub-li .about-info p {
  margin: 0 20px;
}

.vline {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 1px;
  height: 10px;
  vertical-align: middle;
  background: #e0e0e0;
  margin: 0 4px;
}

.company-search .sub-li .h {
  color: #00a6a7;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  max-width: 145px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 5px;
}
.page {
  text-align: center;
  padding-top: 15px;
}
.sm .page {
  padding-bottom: 32px;
}
