* {
  -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;
  box-sizing: border-box;
}
.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);
}
.lg .job-search-wrapper.fixed .job-search-box,
.lg .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;
  height: 54px;
  background: #00bebd;
  border-radius: 12px;
  border: 2px solid #00bebd;
}
.lg .job-search-box .job-search-form {
  width: 884px;
}
.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: 180px;
  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 .transparent-sel .el-cascader {
  line-height: 32px;
}
.condition-filter-select .transparent-sel .el-input__inner {
  height: 32px;
  line-height: 32px;
}
.page-job-wrapper .page-job-inner {
  margin-top: 20px;
}
.page-job-wrapper .page-job-content {
  margin: 0 auto;
}
.lg .page-job-wrapper .page-job-content {
  width: 1184px;
}
.lg .page-job-wrapper .job-list-wrapper {
  float: left;
  width: 884px;
}

.job-card-wrapper {
  position: relative;

  background: #fff;
  border-radius: 12px;
  transition: all 0.2s linear;
  cursor: pointer;
}
.lg .job-card-wrapper {
  width: 884px;
}
.job-card-wrapper + .job-card-wrapper {
  margin-top: 16px;
}
.job-card-wrapper:hover {
  box-shadow: 0 16px 40px 0 hsla(0, 0%, 60%, 0.3);
  z-index: 3;
}
.job-card-wrapper .job-card-left {
  padding: 16px 0 16px 24px;
  height: 88px;
  display: block;
}
.lg .job-card-wrapper .job-card-left {
  float: left;
  width: 484px;
}
.job-card-wrapper .job-card-left .job-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  line-height: 22px;
  transition: all 0.2s linear;
  max-width: 460px;
}
.job-card-wrapper .job-card-left:hover .job-title {
  color: #00a6a7;
}
.job-card-wrapper .job-card-left .job-title .job-name {
  float: left;
  max-width: 172px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job-card-wrapper .job-card-left .job-title .job-area-wrapper {
  float: left;
  margin-left: 12px;
  line-height: 22px;
}
.job-card-wrapper .job-card-left .job-title .job-area-wrapper .job-area {
  float: left;
  max-width: 214px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job-card-wrapper .job-card-left .job-title .job-area-wrapper:before {
  content: '[';
  float: left;
  font-size: 16px;
}
.job-card-wrapper .job-card-left .job-title .job-area-wrapper:after {
  content: ']';
  float: left;
  font-size: 16px;
}
.job-card-wrapper .job-card-left .job-info {
  margin-top: 12px;
  height: 22px;
  overflow: hidden;
}
.job-card-wrapper .job-card-left .salary {
  font-size: 16px;
  font-weight: 500;
  color: #fe574a;
  line-height: 22px;
  float: left;
}
.job-card-wrapper .job-card-left .tag-list {
  float: left;
  margin-left: 12px;
  max-width: 172px;
  height: 22px;
  overflow: hidden;
}
.job-card-wrapper .job-card-left .tag-list li {
  padding: 2px 8px;
  float: left;
  background: #f8f8f8;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
  color: #666;
  line-height: 18px;
}
.job-card-wrapper .job-card-left .tag-list li + li {
  margin-left: 8px;
}
.job-card-wrapper .job-card-right {
  display: block;
  padding: 16px 24px 16px 10px;
  overflow: hidden;
}
.lg .job-card-wrapper .job-card-right {
  float: left;
  width: 400px;
}
.job-card-wrapper .job-card-right .company-logo {
  float: left;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #f8f8f8;
}
.job-card-wrapper .job-card-right .company-logo img {
  width: 100%;
  height: 100%;
}
.job-card-wrapper .job-card-right .company-info {
  margin-left: 12px;
  float: left;
}
.job-card-wrapper .job-card-right .company-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  height: 22px;
}
.job-card-wrapper .job-card-right .company-name a {
  display: inline-block;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 196px;
  vertical-align: middle;
  transition: all 0.2s linear;
}
.job-card-wrapper .job-card-right .company-tag-list {
  margin-top: 12px;
  height: 22px;
  overflow: hidden;
  max-width: 298px;
}
.job-card-wrapper .job-card-right .company-tag-list li {
  display: inline-block;
  background: #f8f8f8;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
  color: #666;
  line-height: 18px;
}
.job-card-wrapper .job-card-right .company-tag-list li + li {
  margin-left: 8px;
}
.job-card-wrapper .job-card-footer {
  padding: 15px 24px;
  background: linear-gradient(90deg, #f5fcfc, #fcfbfa);
  border-radius: 0 0 12px 12px;
  cursor: pointer;
}
.job-card-wrapper .job-card-footer .tag-list {
  overflow: hidden;
  height: 18px;
  margin-left: -8px;
}
.lg .job-card-wrapper .job-card-footer .tag-list {
  float: left;
  width: 390px;
  margin-right: 84px;
}
.job-card-wrapper .job-card-footer .tag-list li {
  display: inline-block;
  position: relative;
  padding: 0 8px;
  font-size: 13px;
  font-weight: 400;
  color: #666;
  line-height: 18px;
  white-space: nowrap;
}
.job-card-wrapper .job-card-footer .tag-list li + li:before {
  content: ' ';
  position: absolute;
  top: 4px;
  left: 0;
  width: 1px;
  height: 10px;
  background: #e0e0e0;
  z-index: 1;
}
.job-card-wrapper .job-card-footer .info-desc {
  float: left;
  width: 362px;
  font-size: 13px;
  font-weight: 400;
  color: #666;
  line-height: 18px;
  word-break: break-word;
  -ms-word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-job-wrapper .search-job-result .pagination-area {
  margin-top: 32px;
  text-align: center;
}
.sm .page-job-wrapper .search-job-result .pagination-area {
  margin-bottom: 32px;
}
.page-job-wrapper .job-side-wrapper {
  float: right;
  width: 284px;
}
.history-job-wrapper {
  width: 284px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
}
.history-job-wrapper .history-job-title {
  height: 46px;
  background: linear-gradient(90deg, #f5fcfc, #fcfbfa);
  border-radius: 12px 12px 0 0;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  line-height: 22px;
  padding: 12px 24px;
}
.history-job-wrapper .history-job-list {
  padding: 4px 8px;
  background: #fff;
}
.history-job-wrapper .history-job-list li a {
  padding: 12px 16px;
  display: block;
  border-radius: 8px;
  transition: all 0.2s linear;
}
.history-job-wrapper .history-job-list li a:hover {
  background: #f7f7f7;
}
.history-job-wrapper .history-job-list li .history-job-top {
  overflow: hidden;
  margin-bottom: 4px;
}
.history-job-wrapper .history-job-list li .history-job-top h3 {
  float: left;
  max-width: 120px;
  font-weight: 500;
  color: #333;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s linear;
}
.history-job-wrapper .history-job-list li a:hover .history-job-top h3 {
  color: #00a6a7;
}
.history-job-wrapper .history-job-list li .history-job-top .job-salary {
  float: right;
  color: #fe574a;
  line-height: 20px;
  font-weight: 500;
  white-space: nowrap;
}
.history-job-wrapper .history-job-list li .history-job-bottom {
  overflow: hidden;
}
.history-job-wrapper .history-job-list li .history-job-bottom .company-name {
  float: left;
  max-width: 100px;
  font-size: 12px;
  color: #999;
  line-height: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.history-job-wrapper .history-job-list li .history-job-bottom .company-position {
  float: right;
  max-width: 130px;
  font-size: 12px;
  font-weight: 400;
  color: #999;
  line-height: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
