.talk {
  display: inline-block;
  width: 23px;
  height: 24px;
  background: url(//img3.job1001.com/job1001/6.0/images/com_1.png) no-repeat center;
  margin-left: 4px;
  position: absolute;
  z-index: 1;
}

.talk .talk_window {
  width: 286px;
  height: 102px;
  padding: 25px 22px;
  background: url(//img3.job1001.com/job1001/6.0/images/com_4.png) no-repeat center;
  position: absolute;
  left: 26px;
  top: 3px;
  display: none;
}

.talk:hover .talk_window {
  display: block;
}

.talk .talk_window .talk_window_left {
  float: left;
}

.talk .talk_window .talk_window_left p {
  font: 14px /30px "微软雅黑";
  color: #666;
}

.talk .talk_window .talk_window_left p i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(//img3.job1001.com/job1001/6.0/images/com_3.png) no-repeat center;
  vertical-align: middle;
}

.talk .talk_window .talk_window_right {
  float: right;
  width: 112px;
  height: 112px;
}

.talk .talk_window .talk_window_right img {
  display: block;
  width: 100%;
}

a.fl.company_name_tit {
  height: 52px;
  line-height: 52px;
}

.company_tag {
  position: relative;
  top: -10px;
}

.select-all {
  margin: 8px 10px 10px 6px;
}

.select-all-w {
  cursor: pointer;
}

.right_jobcount_word {
  right: 160px;
  position: absolute;
  line-height: 17px;
  padding: 13px 0px;
}

.item_r_pic {
  float: right;
  width: 100px;
}

.apply-job-under-pic {
  float: right;
  margin: 10px 18px 0 0;
  padding: 6px 16px;
  background: #fa4144;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
}

.des_choose_item .item_detail a {
  margin-right: 14px;
  padding: 0;
  color: #444;
}

.des_choose_item .item_detail a:hover,
.des_choose_item .item_detail a.active,
.des_choose_wrap .des_choose_item .child-list a:hover {
  background: rgba(255, 255, 255, 0);
  color: #fa4144;
}

.des_choose_wrap .des_choose_item li .spread-icon {
  display: inline-block;
  margin-right: 4px;
  width: 12px;
  height: 12px;
  border: 1px solid;
  color: #fa4144;
  border-radius: 2px;
  text-align: center;
  line-height: 8px;
  font-size: 12px;
  font-style: normal;
  cursor: pointer;
  vertical-align: 8px;
  box-sizing: border-box;
}

.des_choose_wrap .des_choose_item li .no-child {
  margin-left: 20px;
}

.des_choose_wrap .des_choose_item .child-list {
  display: none;
  padding: 8px 0;
  width: 100%;
  background: #ffedee;
  border-radius: 4px;
  box-sizing: border-box;
}

.des_choose_wrap .des_choose_item .child-list .child-item {
  float: left;
  display: block;
  margin-left: 20px;
  height: 32px;
}

.des_choose_wrap .des_choose_item .child-list a {
  height: 32px;
  line-height: 32px;
  background: rgba(255, 255, 255, 0);
  color: #666;
}

.item_m_img>a {
  display: block;
  margin-right: 16px;
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.talk {
  width: 14px;
  height: 14px;
  background-size: 100% 100%;
  margin-left: 4px;
  position: relative;
  z-index: 1;
  vertical-align: text-bottom;
}

.contact-wrap {
  display: inline-block;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 3px 4px;
  font-size: 12px;
}

.hr-info {
  display: inline-block;
  vertical-align: middle;
}

.hr-job::before {
  content: '';
  border-left: 1px solid #cccccc;
  margin-right: 4px;
  margin-left: 2px;
}

.btn-contact {
  display: none;
  width: 67px;
  height: 25px;
  background: url('http://img3.job1001.com/job1001/6.0/images/talk.png') no-repeat center/100%;
  vertical-align: middle;
  cursor: pointer;
}

.post_list .hr-detail {
  display: inline-block;
  min-width: 100px;
}

.item_r_A:hover .contact-wrap {
  display: none;
}

.item_r_A:hover .btn-contact {
  display: inline-block;
}

.item_r_A {
  max-width: 400px;
}

#modal-talk-tips {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

#modal-talk-tips .modal-mask {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-wrap {
  width: 300px;
  background-color: #FFFFFF;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}

.modal-wrap .modal-header {
  padding: 4px 12px;
  border-bottom: 1px solid #d9d9d9;
}

.modal-wrap .modal-content {
  padding: 12px;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.modal-mask {
  position: absolute;
  height: 100%;
  width: 100%;
}

.modal-body {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  width: 400px;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}

.modal-body-pd {
  padding: 12px 24px;
}

.modal-message .modal-body {
  width: 300px;
}

.modal-tips .modal-body {
  width: 300px;
}

.modal-limit .modal-body {
  width: 156px;
}

.modal-title {
  margin: 12px;
  font-size: 16px;
  text-align: center;
}

.modal-content {
  padding: 12px;
  font-size: 14px;
}

.message-list {
  margin-bottom: 12px;
  text-align: left;
}

.modal-footer {
  text-align: center;
}

.modal-tips .modal-footer {
  display: flex;
  border-top: 1px solid #d9d9d9;
}

.modal-tips .modal-footer button {
  flex: 1;
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: 40px;
}

.btn {
  display: inline-block;
  padding: 4px 10px;
  background-color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

.modal-footer .btn {
  width: 70px;
}

.modal-tips .modal-footer .btn-confirm {
  color: #50ba5f;
  border-left: 1px solid #d9d9d9;
}

.btn-cancel {
  border: 1px solid #dcdfe6;
}

.btn-confirm {
  color: #ffffff;
  background-color: #F04646;
}

.message-list label {
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
}

.message-list input {
  -webkit-appearance: auto;
}

.btn-validate {
  text-align: center;
  display: inline-block;
  padding: 4px 10px;
  font-size: 14px;
  color: #FFFFFF;
  background-color: #fa4144;
  border-radius: 4px;
  cursor: pointer;
}

.ad-service img{
  width: 1026px;
}