/* 搜索框 */
.new_search_box {
  width: 100%;
  height: 80px;
  background-image: url("https://cdnecs.jiuyeqiao.cn/app/static/web/welcome/img/newbg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.leftsearch {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.new_search_box .new_search_content {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
}

.new_search_box .new_search_content .search-input {
  margin-left: 11px;
  width: 292px;
  height: 42px;
}

.new_search_box .new_search_content .outbox {
  background: #fff;
  width: 483px;
  border-radius: 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search_button {
  background: #ff4743;
  border-radius: 0px 21px 21px 0px;
  height: 42px;
  line-height: 42px;
  width: 86px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search_button img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.search_button span {
  vertical-align: middle;
  margin-left: 3px;
}

.new_search_box .new_search_content .search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 42px;
}

.search-select {
  width: 80px;
  text-align: center;
  border-right: 1px solid #c9c9c9;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  padding: 0 12px 0 9px;
  position: relative;
}

.new_search_box .new_search_content .search .arrow {
  margin-left: 63px;
}

.new_search_box .new_search_content .search .divider {
  width: 2px;
  height: 14px;
  background: #c9c9c9;
}

/* 搜索框结束 */
.header-con .left span {
  margin-right: 0 !important;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

.talk-btn-all {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.talk-btn-all .double-btn {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 22px;
}

.talk-btn-all .double-btn a {
  color: #fff;
  display: flex;
  align-items: center;
}

.talk-btn-all .double-btn a img {
  width: 22px;
  height: 22px;
  margin-right: 4px;
}

/* 切换城市 */
.citychange {
  display: inline-block;
  position: relative;
}

.citychange span:hover {
  cursor: pointer;
}

.area_box {
  background-color: #fff;
  width: 380px;
  position: absolute;
  padding: 15px 10px;
  box-shadow: 0px 2px 8px 0px #e4e4e4;
  border: 1px solid #ebebeb;
  top: 50px;
  left: -150px;
  border-radius: 10px;
  display: none;
  z-index: 11;
}

.sajiao {
  width: 0px;
  height: 0px;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -10px;
  left: 180px;
}

.header .area_box .areas_item {
  color: #666666;
  /* width: 20%; */
  width: 13%;
  text-align: center;
  font-size: 14px;
  margin-right: 0;
  display: inline-block;
  line-height: 34px !important;
  cursor: pointer;
}

.area_box .areas_item:hover {
  color: #ff4743;
}

/* 泛白logo样式 */
.whitelogoimg {
  display: flex;
  margin-top: 4px;
  margin-right: 20px;
  align-items: center;
}

.whitelogoimg img {
  display: block;
  height: 24px;
}

/*单位登录 下拉选择的样式 */
.login-btn-select {
  cursor: pointer;
  width: 150px;
  height: 34px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  line-height: 34px;
  border-radius: 20px;
  margin-left: 10px;
  background: rgba(255, 255, 255, 0.14)
    url(/app/static/web/recruit/img/jiantwhite.svg) no-repeat center right;
  background-position: 126px;
  padding-right: 10px;
}

.login-btn-option {
  right: 2px;
  position: absolute;
  cursor: pointer;
  width: 145px;
  height: 68px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 1px rgb(0 0 0 / 10%);
  border-radius: 5px 5px 5px 5px;
  opacity: 1;
  top: 59px;
  display: none;
}

.login-btn-option li {
  text-align: center;
  align-items: center;
  line-height: 33px;
  height: 34px;
  border-radius: 0px 0px 5px 5px;
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.login-btn-option a:hover {
  color: #fe7252 !important;
  background: #ffefeb !important;
}

.login-btn-option a:hover li {
  color: #fe7252 !important;
  background: #ffefeb !important;
}

.login-btn-option li:first-child:hover {
  border-radius: 5px 5px 0px 0px !important;
}

.login-btn-option li:last-child:hover {
  border-radius: 0px 0px 5px 5px !important;
}

.login-btn-select:hover {
  color: #fe7252;
  background: #ffffff url(/app/static/web/recruit/img/jaintred.svg) no-repeat
    center right;
  background-position: 126px;
}

/* 登录被选中的样式 */
.activelogin {
  background: #ffefeb url(/app/static/web/recruit/img/jaintred.svg) no-repeat
    center right;
  border-radius: 17px 17px 17px 17px;
  background-position: 126px;
  opacity: 1;
  /* border: 1px solid #FFFFFF; */
  color: #fe7252;
}

/* 页头修改的样式 */
.logo_header {
  font-size: 16px !important;
}

.name_header {
  font-size: 14px !important;
}

.header-con_new .login-btn {
  font-size: 14px !important;
}

.schoolInfo {
  display: flex;
  align-items: center;
  font-size: 16px !important;
  color: #fff !important;
}

.schoolInfo p {
  margin-left: 8px;
}

/* 职位信息页头新加的搜索框 */
.login .search {
  width: 320px;
  height: 30px;
  background: #ffffff;
  border-radius: 16px;
  margin-right: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
}

.login .search .search-select {
  width: 80px;
  height: 100%;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  padding: 0 12px 0 9px;
  position: relative;
}

.login .search .arrow {
  top: 13px;
  left: 72px;
}

.login .search .inputLine {
  width: 1px;
  height: 20px;
  background: #ebebeb;
  margin-left: 10px;
}

.login .search .search-input {
  width: 230px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  text-indent: 10px;
}

.login .search .button {
  width: 40px;
  height: 15px;
  padding-right: 10px;
}

.login .search .button img {
  width: 15px;
  height: 15px;
}

.header-con .form_search {
  display: inline-flex;
  width: 280px;
  height: 30px;
  background: #fff;
  border-radius: 16px 16px 16px 16px;
  margin-right: 10px;
}

.header-con .form_search .searchinput {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  margin-left: 20px;
  width: 250px;
  margin-bottom: 1px;
}

.header-con .form_search .search_img {
  width: 15px;
  height: 15px;
  margin-right: 15px;
  margin-top: 8px;
}

/* 城市定位  切换的样式*/
.citychange {
  display: flex;
  align-items: center;
}

.citychangelist {
  cursor: pointer;
  margin-left: 12px;
  height: 25px;
  border-radius: 3px;
  border: 1px solid #ffffff;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  line-height: 21px;
  padding: 0px 9px;
  text-align: center;
  display: block;
}

/* 职位信息改版   最新的头部修改 */
.new_login_submit {
  width: 111px;
  height: 34px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 14px;
  cursor: pointer;
  margin-left: 10px;
}

.newlogin_span {
  margin-right: 6px;
  margin-left: 6px;
  margin-bottom: 1.5px;
}
/* 鼠标 滑过的样式 */
.new_login_submit:hover {
  background: #ffffff;
  color: #ff4743;
}

.job_header_list {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  margin-left: 80px;
}
.job_header_list a {
  margin: 0 18px;
  color: #ffffff;
  padding-bottom: 3px;
}
.job_header_list .headeractive {
  border-bottom: 2px solid #fff;
  padding-bottom: 3px;
}

/* 以上是 职位信息改版   最新的头部修改 */
.logo {
  margin-right: 8px !important;
}

.schlp {
  margin-right: 8px;
}

.schlp a {
  display: inline;
  color: #fff;
}
.hidel {
  display: none !important;
}
/* header拆 */
.logo {
  margin-right: 8px !important;
}

.schlp {
  margin-right: 8px;
}

.schlp a {
  display: inline;
  color: #fff;
}
.hidel{
  display: none !important;
}

