@charset "utf-8";

/*投放简历弹层*/
#tips_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  background: #000;
  opacity: 0.4;
  display: none;
}
#tips_applyLayer {
  width: 95%;
  min-height: 200px;
  z-index: 500;
  position: fixed;
  opacity: 1;
  background-color: #fff;
  box-shadow: 3px 3px 6px #333;
  display: none;
}
#tips_applyLayer h1 {
  line-height: 34px;
  font-size: 14px;
  font-weight: bold;
  background-color: #f1f1f1;
  padding-left: 10px;
}
#tips_applyLayer h1 a.close {
  float: right;
  width: 34px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  font-size: 24px;
  color: #333;
}
#tips_applyLayer h1 a.close:hover {
  color: #fff;
  background: #e30;
}
#tips_applyLayer .createArea {
  font-size: 14px;
  padding: 15px 20px;
  display: none;
}
#tips_applyLayer .createArea p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 8px;
}
#tips_applyLayer .createArea p.p1 {
  font-size: 16px;
  color: rgb(75, 75, 75);
  font-weight: bold;
}
#tips_applyLayer .createArea p.p1 em {
  font-weight: bold;
  color: #e30;
}
#tips_applyLayer .createArea p.p2 {
}
#tips_applyLayer .createArea .btnArea {
}
#tips_applyLayer .createArea .btnArea .btn-createResume {
  text-decoration: none;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  background: rgb(98, 175, 1);
  font-size: 14px;
  color: #fff;
  display: inline-block;
  cursor: pointer;
}
#tips_applyLayer .createArea .btnArea .btn-createResume:hover {
  background: rgb(86, 152, 0);
  color: #fff;
}

#tips_applyLayer .replyArea {
  font-size: 14px;
  padding: 15px 20px;
}
#tips_applyLayer .replyArea p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 8px;
}
#tips_applyLayer .replyArea p i {
  color: #f60;
  font-style: normal;
}
#tips_applyLayer .replyArea .resumelist {
}
#tips_applyLayer .replyArea .resumelist dl {
  overflow: hidden;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
}
#tips_applyLayer .replyArea .resumelist dl dt {
  width: 60%;
  margin-right: 5px;
}
#tips_applyLayer .replyArea .resumelist dl dt label {
  display: flex;
  margin: 0px;
  font-weight: normal;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#tips_applyLayer .replyArea .resumelist dl dt label input[type="radio"] {
  margin-right: 5px;
}

#tips_applyLayer .replyArea .resumelist dl dd {
  margin-right: 5px;
}
#tips_applyLayer .replyArea .resumelist dl dd.date {
  width: 100px;
}
#tips_applyLayer .replyArea .resumelist dl dd.job {
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#tips_applyLayer .replyArea .resumelist dl dd.preview {
}
#tips_applyLayer .replyArea .resumelist dl dd.preview a {
  color: #06c;
  display: inline-block;
  min-width: 50px;
  cursor: pointer;
  padding-left: 10px;
}

#tips_applyLayer .replyArea a.createLink {
  margin: 15px 0px;
  font-size: 14px;
  display: block;
  color: #06c;
}
#tips_applyLayer .replyArea a.createLink:hover {
}
#tips_applyLayer .replyArea .btnArea {
}
#tips_applyLayer .replyArea .btn-applyNow {
  text-decoration: none;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  background: #fd8000;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  cursor: pointer;
}
#tips_applyLayer .replyArea .btn-applyNow:hover {
  background: #fd6000;
  color: #fff;
}
