@charset "UTF-8";
.menu-wrap {
    display: block!important;
  position: fixed;
  z-index: 9;
  width: 80%;
  top: 45px;
  bottom: 0;
    left: 80%;
  background: #c51b28;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.menu-wrap.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  overflow-y: auto;
}
.menu-wrap.in + .app-content {
  border-top: 1px solid #f3f3f3;
  position: absolute;
  overflow-x: hidden;
  top: 45px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.menu-wrap.in + .app-content .off-screen-toggle {
  overflow-x: hidden !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block !important;
  background-color: rgba(255, 255, 255, 0.9);
}
.menu-wrap li{
    width: 100%;
}
.menu-wrap li:nth-child(3){ display: none}
.menu-wrap li a{     border-bottom: 1px solid #be1825!important; padding:5px 10px!important;}
.lists {
  border: 1px solid #ebe9e9;
}
.list-mid {
  /*列表操作*/
  /*列表主体*/
}
.list-mid .list-msg {
  background: #FFF;
  font-size: 16px;
  color: #282828;
  height: 42px;
  line-height: 40px;
  padding: 0 20px;
}
.list-mid .list-msg span {
  margin: 0 5px;
}
.list-mid .list-msg span.yellow {
  color: #fd9639;
}
.list-mid .list-msg span.blue {
  color: #067daf;
}
.list-mid .list-msg a {
  font-size: 18px;
}
.list-mid .list-msg .list-msg-check {
  /*  display: inline-block;*/
}
.list-mid .list-msg .list-msg-check label {
  font-size: 14px;
  color: #555;
  font-weight: lighter;
}
.list-mid .list-msg .list-msg-check label input[type="checkbox"] {
  margin-right: 5px;
}
.list-mid .list-msg .list-msg-check a {
  font-size: 12px;
  color: #555;
 /* border-color: #e8e8e8;*/
}
.list-mid .list-msg-h-none {
  line-height: inherit;
}
.list-mid .list-main {
  border-bottom: 1px solid #ededed;
}
.list-mid .list-main li {
  border-top: 1px solid #ededed;
  padding: 20px 25px;
  background-color: #f9f9f9;
  /*内容*/
  /*按钮*/
}
.list-mid .list-main li.list-two {
  background-color: #fff;
}
.list-mid .list-main li:hover {
  background-color: #f8fdff;
}
.list-mid .list-main li.no-hover:hover {
  background-color: #f9f9f9;
}
.list-mid .list-main li:nth-of-type(even) {
  background-color: #fff;
}
.list-mid .list-main li .list-main-ctn {
  /*提示*/
  /*正文*/
  /*查看更多内容*/
}
.list-mid .list-main li .list-main-ctn .msg {
  background-color: #dd413b;
  line-height: 23px;
  padding: 2px 8px;
  color: #fff;
  font-size: 14px;
}
.list-mid .list-main li .list-main-ctn h5 {
  font-size: 16px;
  color: #282828;
}
.list-mid .list-main li .list-main-ctn .p-info {
  font-size: 14px;
  color: #717171;
}
.list-mid .list-main li .list-main-ctn p,
.list-mid .list-main li .list-main-ctn p a,
.list-mid .list-main li .list-main-ctn .text,.list-mid .list-main li .list-main-ctn .text pre{
  color: #717171;
}
.list-mid .list-main li .list-main-ctn .text pre{padding: 10px;line-height: 26px; font-size: 15px;}
.list-mid .list-main li .list-main-ctn p .cut,
.list-mid .list-main li .list-main-ctn p a .cut,
.list-mid .list-main li .list-main-ctn .text .cut {
  margin: 0 10px;
}
.list-mid .list-main li .list-main-ctn .red {
  color: #dd413b;
}
.list-mid .list-main li .operate-btns a {
  padding-left: 20px;
  padding-right: 20px;
}
.table_bg_odd tr:nth-of-type(even) {
  background: #f9f9f9;
}
.job_search li:nth-of-type(odd) {
  background: #f9f9f9;
}
.job_search li:nth-of-type(even) {
  background: #fff;
}
.table_bg_tr_even_grey {
  background: #f9f9f9;
}
.table_bg_tr_even_white {
  background: #fff!important;
}
.all_select {
  display: inline-block;
  width: 58px;
}
.plus_label {
  display: inline-block;
  width: 25px;
}
.plus_label img {
  float: left;
}
.plus {
  position: relative;
}
.plus a:hover {
  text-decoration: none;
}
.plus .pop {
  display: none;
  width: 140px;
  position: absolute;
  top: -40px;
  left: 40px;
  background: #fff;
  border: 1px solid #e8e8e8;
  z-index: 999;
}
.plus .pop h5 {
  padding: 0 8px;
  line-height: 30px;
  font-weight: 600;
  background: #fdf9e3;
  text-align: left;
}
.plus .pop a {
  line-height: 30px;
  display: block;
  text-align: left;
  padding: 0 8px;
}
.plus .pop a img {
  margin-right: 5px;
}
.plus .pop a:hover {
  background: #f9f9f9;
  text-decoration: none;
}
.plus .pop a.remove {
  margin-top: 4px;
  border-top: 1px solid #ECECED;
}
.plus .pop a.remove i {
  float: left;
  margin-top: 6px!important;
  display: inline-block;
  font-size: 18px;
}
.plus .pop a.remove:hover {
  background: none;
  color: #d9534f;
}
.plus .pop a.remove .danger {
  color: #d9534f;
  margin: 0 5px 0 0;
}
.pop_plus a {
  display: block;
  line-height: 26px;
}
.pop_plus a:hover {
  text-decoration: none;
}
.btn-gd {
  width: 28px;
  height: 28px;
  display: inline-block;
  border: 2px solid #cacaca;
  color: #cacaca;
  text-align: center;
  line-height: 24px!important;
  border-radius: 50%;
  background-color: #fff;
}
.btn-gd:hover {
  background-color: #fafafa;
  border-color: #aaa;
  color: #aaa;
  text-decoration: none;
}
/*辅助线*/
.fzx {
  border-bottom: 1px solid #ededed;
}
.dashed {
  border-bottom: 1px dashed #ededed;
}
/*开关*/
.switch {
  height: 22px;
  line-height: 20px;
  background: #468fcd url("../images/icon_switch01.png") left center no-repeat;
  border-radius: 12px;
  padding: 0 11px;
  color: #fff!important;
  display: inline-block;
  border: 1px solid #468fcd;
  text-decoration: none!important;
}
.switch.on {
  padding-left: 24px;
}
.switch.off {
  padding-right: 24px;
  background-position: right center;
  background-color: #8b9aa3;
  border-color: #8b9aa3;
}
.list-mid-table tr {
  line-height: 160%;
  color: #717171;
  font-size: 14px;
}
.list-mid-table tr th,
.list-mid-table tr td {
  padding: 10px 5px;
}
.list-mid-table tr th {
  background-color: #f3f2f2;
}
.list-mid-table tr.list-mid-open td {
  background-color: #fdf9e3;
}
.list-mid-table.list-mid-border {
  border-top: 1px solid #e1e1e1;
}
.list-mid-table.list-mid-border td,
.list-mid-table.list-mid-border th {
  border-bottom: 1px solid #e1e1e1;
}
.list-mid-table.list-mid-two tr.l-m-t-bg td {
  background-color: #f9f9f9;
}
.list-mid-table.list-mid-hover tr:hover td {
  background-color: #f8fdff;
}
.list-mid-table.list-mid-hover tr:hover th {
  background-color: #f3f2f2;
}
.list-mid-table .blue,.blue{
  color: #0b87bb;
}
.list-mid-table .red {
  color: #fd5920;
}
.list-table-border tr td,.list-table-border table{ border: 1px solid #e1e1e1;}
.list-table-border table{border-top: none;}
.member{border-bottom: 2px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;}

.ordinary_bg{ background: #fffdef; font-weight: bold;}
.senior_bg{ background: #f7f1e8; font-weight: bold;}
.vip_bg{ background: #f9ede9; font-weight: bold;}
.tab_th_b_no th{
  border-bottom: none!important;
}
.vitae-mid {
  min-height: 665px;
  position: relative;
  z-index: 0;
  /*左侧导航*/
  /*右侧内容*/
}
.vitae-mid .vitae-left {
  z-index: 6;
  border: 1px solid #ebe9e9;
  width: 254px;
  position: absolute;
  top: 0px;
  overflow-y: auto;
}
.vitae-mid .vitae-left .vitae-l-main .v-m-btn {
  float: right;
  font-size: 14px;
}
.vitae-mid .vitae-left .vitae-l-main .v-m-btn a {
  text-decoration: none;
  color: #ff9b49;
}
.vitae-mid .vitae-left .vitae-l-main .v-l-m-input span {
  float: left;
}
.vitae-mid .vitae-left .vitae-l-main .v-l-m-input input[type="text"],
.vitae-mid .vitae-left .vitae-l-main .v-l-m-input select {
  margin-top: -4px;
  width: 145px;
  font-size: 12px;
  line-height: 28px;
  border: 1px solid #ddd;
  height: 28px;
  text-indent: .4em;
  /*color: #666;*/
  outline: none;
}
.vitae-mid .vitae-left .vitae-l-main .v-l-m-input label {
  font-weight: inherit;
}
.vitae-mid .vitae-left h4 {
  background: #F97E62;
  color: #fff;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 15px;
}
.vitae-mid .vitae-left ul {
  padding-top: 5px;
  margin-bottom: 10px;
}
.vitae-mid .vitae-left ul li {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.vitae-mid .vitae-left ul li a {
  font-size: 15px;
  height: 36px;
  line-height: 36px;
  color: #6c6c6c;
  text-decoration: none;
  display: block;
}
.vitae-mid .vitae-left ul li a i {
  margin-left: 30px;
}
.vitae-mid .vitae-left ul li a i.reward-remove {
  margin-left: 60px;
}
.vitae-mid .vitae-left ul li a i.icon-ok {
  color: #ff7a0c;
}
.vitae-mid .vitae-left ul li a:before {
  z-index: -1;
  height: 36px;
  line-height: 36px;
  background-color: #F8F8F8;
  border-right: 3px solid #F97E62;
  /* border-top: 1px solid #F97E62;
            border-bottom: 1px solid #F97E62;*/
  position: absolute;
  left: -100%;
  content: '';
  width: 100%;
  opacity: 0;
}
.vitae-mid .vitae-left ul li a:focus::before,
.vitae-mid .vitae-left ul li a:hover::before {
  left: 0;
  opacity: 1;
  -webkit-animation: myfirst 2s;
  animation-fill-mode: forwards;
}
.vitae-mid .vitae-left ul li.open {
  background-color: #f8f8f8;
}
.vitae-mid .vitae-left ul li.open a {
  color: #ff7a0c;
}
.vitae-mid .vitae-left .vitae-l-btn {
  border-top: 1px solid #e4e4e4;
}
.vitae-mid .vitae-left .vitae-l-btn .vitae-yl {
  line-height: 31px;
  color: #ff7a0c;
  display: inline-block;
}
.vitae-mid .vitae-left .vitae-l-btn .vitae-yl i {
  color: #8c8c8c;
  text-decoration: none;
  float: left;
  font-size: 30px;
}
.vitae-mid .vitae-right {
  margin-left: 274px;
}
.vitae-mid .vitae-right .vitae-r-main {
  border: 1px solid #ebe9e9;
  background-color: #fff;
  margin-bottom: 20px;
}
.vitae-mid .vitae-right .vitae-r-main .vitae-r-m-tit {
  height: 53px;
  line-height: 53px;
  border-bottom: 1px solid #ebe9e9;
}
.vitae-mid .vitae-right .vitae-r-main .vitae-r-m-tit span {
  border-bottom: 2px solid #2e71c3;
  display: inline-block;
  padding: 0 10px;
  height: 100%;
  margin-left: 5px;
  font-size: 20px;
}
.vitae-mid .vitae-right .vitae-r-main .vitae-r-m-tit .tit_add,
.vitae-mid .vitae-right .vitae-r-main .vitae-r-m-tit .tit_unadd {
  float: right;
  color: #337ab7;
  text-decoration: none;
  margin-right: 20px;
}
.vitae-mid .vitae-right .vitae-r-main .vitae-r-m-tit .tit_add i,
.vitae-mid .vitae-right .vitae-r-main .vitae-r-m-tit .tit_unadd i {
  margin-right: 5px;
}
.vitae-mid .vitae-right .vitae-r-main .vitae-r-m-tit .tit_unadd {
  color: #bbb;
  cursor: default;
}
.vitae-mid .vitae-right .vitae-r-main.fixOn .vitae-r-m-tit {
  position: fixed;
  top: 0;
  z-index: 999;
  margin-left: -1px;
  width: 866px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 0 none;
  box-shadow: 2px 3px 5px #f5f5f5;
}
/*动画*/
@-webkit-keyframes myfirst {
  from {
    left: -100%;
  }
  to {
    left: 0px;
  }
}
.move-animate {
  position: absolute;
  -webkit-animation: myfirst 2s;
  animation-fill-mode: forwards;
}
.vitae-r-table tr td {
  padding: 5px 0 6px 5px;
}
.vitae-r-table tr td > span {
  font-size: 14px;
  color: #666;
}
.vitae-r-table tr td > span b {
  margin-left: 5px;
  color: #dd413b;
}
.vitae-r-table tr td small {
  color: #aaa;
}
.vitae-r-table tr td .vitae-r-t-xg {
  color: #ff9b49;
}
.vitae-r-table tr td > div span {
  word-break: break-all;
  /*只对英文起作用，以字母作为换行依据*/
  color: #333;
  line-height: 22px;
}
.vitae-r-table .head {
  position: relative;
  min-height: 108px;
  color: #333;
  padding: 10px 0px 15px 115px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.vitae-r-table .head .email,
.vitae-r-table .head .tel {
  width: 180px;
  height: 20px;
  line-height: 20px;
  margin-right: 76px;
}
.vitae-r-table .head .email i,
.vitae-r-table .head .tel i {
  color: #ff7a0c;
  font-size: 18px;
  margin-right: 10px;
  margin-top: 2px;
}
.vitae-r-table .face {
  position: absolute;
  width: 85px;
  color: #c3c3c3;
  text-align: center;
  top: 10px;
  left: 15px;
}
.vitae-r-table .face img {
  background-color: #fafafa;
}
.vitae-r-table .face .esp {
  padding: 0 5px;
}
.vitae-r-table .face .esp,
.vitae-r-table .face .eft {
  font-size: 12px;
  color: #ff9b49;
  padding-left: 5px;
  cursor: pointer;
}
.vitae-r-table .face .clb {
  color: #bbb !important;
}
.vitae-r-table .name {
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  margin-bottom: 18px;
}
.vitae-r-table .tab {
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
}
.vitae-r-table_edit tr td {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 32px;
}
.vitae-r-t-input input[type="text"],
.vitae-r-t-select select,
.vitae-r-t-radio input[type="radio"],
.vitae-r-t-checkbox input[type="checkbox"],
.vitae-r-t-date input,
.vitae-r-t-textarea textarea {
  height: 32px;
  line-height: 24px;
  border: 1px solid #d9d9d9;
  min-width: 190px;
  outline: none;
  text-indent: .6em;
}
.vitae-r-t-select select {
  text-indent: 0em!important;
  padding-left: 5px!important;
}
.vitae-r-t-textarea {
  line-height: 18px;
}
.vitae-r-t-textarea textarea {
  line-height: 160%;
  padding: 4px;
}
.vitae-r-t-input .input_file {
  width: 75px;
  position: absolute;
  cursor: pointer;
  left: 2px;
  top: 4px;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  opacity: 0.01;
}
.vitae-r-t-input .input_file_container {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #4cae4c;
  white-space: nowrap;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #5cb85c;
  text-decoration: none;
}
.vitae-r-t-input .input_file_other {
  width: 78px;
  display: block;
  margin: 0 auto;
}
.vitae-r-t-radio label {
  font-size: 14px;
  color: #6c6c6c;
  margin-right: 20px;
}
.vitae-r-t-radio input[type="radio"] {
  min-width: inherit;
  height: inherit;
  margin-right: 10px;
}
.vitae-r-t-textarea textarea {
  height: inherit;
  resize: none;
}
.max-w > * {
  width: 100%;
}

.vitae-r-table-line .vitae-r-table {
  margin: 10px 0;
  padding: 0 10px 0 10px;
  border-bottom: 1px dashed #ccc;
  position: relative;
}

.vitae-r-table-line .vitae-r-table:last-child { border-bottom:none!important;}
.vitae-r-list .vitae-r-table.border-bottom-no {
  border-bottom-color: transparent;
}
.vitae-r-list .vitae-r-table .v-m-btn {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 5px;
  display: none;
}
.vitae-r-list .vitae-r-table .v-m-btn a {
  text-decoration: none;
  color: #ff9b49;
  font-size: 18px;
}
.vitae-r-list .vitae-r-table form {
  border: 1px solid #fff;
  background-color: #fff;
  position: relative;
  padding: 10px 20px 10px;
  margin-bottom: 10px;
}
.vitae-r-list .vitae-r-table.open .v-m-btn,
.vitae-r-list .vitae-r-table:hover .v-m-btn {
  display: block;
}
.vitae-r-list .vitae-r-table.open form,
.vitae-r-list .vitae-r-table:hover form {
  border: 1px solid #ffdab6;
  background-color: #fff9f3;
}

.no_date {
  display: inline-block;
  padding: 20px;
}
.no_date span {
  color: #bbb;
  line-height: 30px;
}
.no_date i {
  float: left;
  width: 30px;
  height: 30px;
  background: url("../images/icon_gth.png");
  display: inline-block;
  margin-right: 10px;
}
.no_date_resume {
  font-size: 18px;
  padding: 130px 20px;
}
.vitae-r-t-msg {
  color: #dd413b !important;
  font-size: 20px;
}
.info-mid {
  overflow: hidden;
  position: relative;
  padding: 0;
  background: #fafafa;
  /* > div {
      width: 50%;
      float: left;
    }*/
}
.info-mid .info-m-l-img {
  text-align: center;
  width: 110px;
  float: left;
}
.info-mid .info-m-l-img div {
  width: 110px;
  height: 110px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #d3d3d3;
  margin-bottom: 15px;
}
.info-mid .info-m-l-img div img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
}
.info-mid .info-mid-btn {
  display: block;
  width: 46px;
  height: 61px;
  background-color: #5aa8e9;
  position: absolute;
  top: 0;
  right: 50px;
  text-align: center;
  line-height: 70px;
  color: #fff;
  font-size: 24px;
  border-radius: 0 0 23px 23px;
  text-decoration: none;
}
.info-mid .info-mid-left {
  margin-right: 580px;
}
.info-mid .info-mid-left .info-m-l-main {
  padding: 25px 0 0 58px;
  font-size: 16px;
}
.info-mid .info-mid-left .info-m-l-main .msg_m_b {
  margin-bottom: 13px;
}
.info-mid .info-mid-left .info-m-l-main .info-m-l-img {
  display: none;
}
.info-mid .info-mid-left .info-m-msg-icon {
  margin-left: -50px;
}
.info-mid .info-mid-left .info-m-l-msg {
  margin-bottom: 20px;
}
.info-mid .info-mid-left .info-m-l-msg .edit_msg {
  color: #007bab;
  text-decoration: none;
  font-size: 21px;
  float: right;
  margin: 10px 38px 0 0;
}
.info-mid .info-mid-left .info-m-l-msg h3 {
  font-size: 24px;
  display: inline-block;
}
.info-mid .info-mid-left .info-m-l-msg > span {
  font-size: 16px;
  color: #717171;
}
.info-mid .info-mid-left .info-m-l-msg > p {
  font-size: 16px;
  color: #333;
}
.info-mid .info-m-msg-icon {
  padding-top: 20px;
}
.info-mid .info-m-msg-icon ul {
  text-align: center;
}
.info-mid .info-m-msg-icon li {
  padding: 0 30px;
  display: inline-block;
  text-align: center;
}
.info-mid .info-m-msg-icon li span {
  width: 32px;
  height: 32px;
  display: inline-block;
  color: #333;
  font-size: 24px;
  position: relative;
}
.info-mid .info-m-msg-icon li span.icon01,
.info-mid .info-m-msg-icon li span.icon02,
.info-mid .info-m-msg-icon li span.icon03,
.info-mid .info-m-msg-icon li span.icon04,
.info-mid .info-m-msg-icon li span.icon05,
.info-mid .info-m-msg-icon li span.icon06,
.info-mid .info-m-msg-icon li span.icon07 {
  background: url("../images/icon_all01.png");
}
.info-mid .info-m-msg-icon li span.icon01 {
  background-position: -7px -84px;
}
.info-mid .info-m-msg-icon li span.icon02 {
  background-position: -45px -84px;
}
.info-mid .info-m-msg-icon li span.icon03 {
  background-position: -83px -84px;
}
.info-mid .info-m-msg-icon li span.icon04 {
  background-position: -10px -5px;
}
.info-mid .info-m-msg-icon li span.icon05 {
  background-position: -68px -5px;
}
.info-mid .info-m-msg-icon li span.icon06 {
  background-position: -126px -5px;
}
.info-mid .info-m-msg-icon li span.icon07 {
  background-position: -180px -5px;
}
.info-mid .info-m-msg-icon li p {
  color: #717171;
  font-size: 16px;
}
.info-mid .info-m-msg-icon li a {
  text-decoration: none;
  line-height: 20px;
}
.info-mid .info-m-msg-icon li a:hover span,
.info-mid .info-m-msg-icon li a:hover p {
  color: #337ab7;
}
.info-mid .info-mid-right {
  position: relative;
  background: #fff;
  float: right;
  width: 580px;
}
.info-mid .info-mid-right .resume_shadow {
  position: absolute;
  top: 0;
  left: -3px;
  width: 3px;
  height: 100%;
  background: url("../images/resume_shadow.gif") repeat-y;
}
.info-mid .info-mid-right .info-mid-rcon {
  padding: 32px 20px 32px 32px;
  position: relative;
  height: 310px;
}
.info-mid .info-mid-right .info-mid-rcon .resume_btn {
  width: 46px;
  display: inline-block;
  height: 61px;
  position: absolute;
  top: 0;
  right: 13px;
  background: url("../images/icon_all01.png") -279px 0px;
}
.info-mid .info-mid-right .info-mid-rcon .resume_btn.on {
  background-position: -325px 0px;
}
.info-mid .info-mid-right .create_resume_btn {
  padding: 5px 10px;
  bottom: 0;
  position: absolute;
  right: 0;
  text-decoration: none;
  border-radius: 2px 0 0 0;
}
.info-mid .info-mid-right .create_resume_btn i {
  margin-right: 5px;
}
.info-mid .info-mid-right .info-mid-rcon-t{ height: 160px}
.info-mid .info-mid-right .info-mid-rcon-t .info-mid-rcon-t-r {
  margin-left: 130px;
  text-align: left;
}
.info-mid .info-mid-right .info-mid-rcon-t .info-mid-rcon-t-r h1 {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  padding-top: 12px;
}
.info-mid .info-mid-right .info-mid-rcon-t .info-mid-rcon-t-r h2 {
  font-size: 16px;
  color: #f97e37;
  margin-top: 15px;
}
.info-mid .info-mid-right .info-mid-rcon-t .info-mid-rcon-t-r .info-m-l-schedule {
  margin-top: 18px;
  display: inline-block;
}
.info-mid .info-mid-right .info-mid-rcon-t .info-mid-rcon-t-r .info-m-l-schedule div {
  background-color: #e4e4e4;
  border-radius: 3px;
  height: 6px;
  width: 230px;
  display: inline-block;
  margin-top: 6px;
  float: left;
}
.info-mid .info-mid-right .info-mid-rcon-t .info-mid-rcon-t-r .info-m-l-schedule div p {
  display: inline-block;
  background-color: #a7d285;
  width: 10%;
  height: 100%;
  border-radius: 3px;
  float: left;
}
.info-mid .info-mid-right .info-mid-rcon-t .info-mid-rcon-t-r .info-m-l-schedule span {
  color: #a7d285;
  font-size: 16px;
  line-height: 16px;
}
.info-mid .info-mid-right .info-mid-rcon-t .info-mid-rcon-t-r .resume_gkjl {
  margin-top: 10px;
  float: right;
  position: relative;
  /*  a:hover {
              background-color: #feb01a;
            }*/
}
.info-mid .info-mid-right .info-mid-rcon-t .info-mid-rcon-t-r .resume_gkjl a {
  z-index: 1;
  position: relative;
  display: inline-block;
  height: 29px;
  font-size: 14px;
  line-height: 29px;
  padding: 0 15px;
  border-radius: 3px;
  color: #333;
  text-decoration: none;
}
.info-mid .info-mid-right .info-mid-rcon-t .info-mid-rcon-t-r .resume_gkjl ul {
  position: absolute;
  top: -3px;
  border: 1px solid #eee;
  width: 105px;
  z-index: 1;
  padding: 35px 0 0px;
  /*box-shadow: 1px 1px 7px #ccc;
              -moz-box-shadow: 1px 1px 7px #ccc;
              -webkit-box-shadow: 1px 1px 7px #ccc;*/
  border-radius: 3px;
  display: none;
  z-index: 0;
}
.info-mid .info-mid-right .info-mid-rcon-t .info-mid-rcon-t-r .resume_gkjl ul li.resume_line {
  border-top: 1px solid #eee;
  padding-top: 0px;
}
.info-mid .info-mid-right .info-mid-rcon-t .info-mid-rcon-t-r .resume_gkjl ul li a {
  display: block;
  border-radius: 0px;
  font-size: 12px;
  line-height: 30px;
  height: 30px;
}
.info-mid .info-mid-right .info-mid-rcon-t .info-mid-rcon-t-r .resume_gkjl ul li a:hover {
  background: #f9f9f9;
}
.info-mid .info-mid-right .info-mid-rcon-b {
  border-top: 1px solid #fafafa;
  margin: 0px 28px 0 0;
  padding-top: 0px;
}
.info-mid .info-mid-right h3 {
  font-size: 24px;
  color: #717171;
  font-weight: lighter;
}
.info-mid .info-mid-right h3 b {
  font-size: 40px;
  color: #5aa8e9;
  font-weight: lighter;
  margin: 0 10px;
}
.table-checkbox {
  font-size: 14px;
  color: #555;
  font-weight: lighter;
}
.table-checkbox input[type="checkbox"] {
  margin-right: 5px;
}
.job_sq_result {
  position: relative;
  /*background: @gray_bg_light;*/
  padding: 20px;
  margin: 0 20px 20px;
}
.job_sq_result h1 {
  color: #282828;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}
.job_sq_result h2 {
  color: #717171;
  font-size: 14px;
}
.job_sq_result p {
  position: absolute;
  top: 30px;
  right: 20px;
  color: #717171;
}
.job_sq_result p span {
  color: #282828;
}
.form_number {
  width: 99%;
  text-align: right;
  color: #999999;
}
.form_number span {
  color: #bb4442 !important;
}
.form_number .form_number-msg {
  display: none;
  color: #ff7a0c !important;
}
.skills{
  margin: 15px 10px;
  border: 1px solid transparent;
  border-bottom: 1px dashed #ccc;
}
.skills_con {
  line-height: 20px;
  overflow: hidden;
  color: #666;
  padding: 15px 0;
}
.skills_con .cell {
  position: relative;
}
.skills_con .cell strong {
  line-height: 20px;
  float: left;
  width: 180px;
  margin: 0 15px;
}
.skills_con .cell span,
.skills_con .cell i {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #fff;
  left: 11px;
  background-color: #ddd;
  border-radius: 20px;
}
.skills_con .cell span i,
.skills_con .cell i i {
  position: absolute;
  font-style: normal;
  text-align: right;
  top: 0;
  left: 0;
  padding-right: 10px;
  background-color: #ff9f20;
  z-index: 3;
}
.skills_con .cell em {
  color: #bbb;
  margin-left: 15px; float:right;     line-height: 1.2;
}
.skills_con .skill1 i {
  width: 25%!important;
}
.skills_con .skill2 i {
  width: 50%!important;
}
.skills_con .skill3 i {
  width: 75%!important;
}
.skills .skills_edit {
  position: relative;
}
.skills .skills_edit .ed_icon {
  position: absolute;
  display: none ;
  width: 60px;
  height: 20px;
  top: 16px;
  right: 0px;
}
.skills .skills_edit .ed_icon a {
  text-decoration: none;
  color: #ff9b49;
  font-size: 18px;
}
.skills .skills_edit:hover .ed_icon {
  display: block ;
}
.skills:hover {
  border: 1px solid #ffdab6;
  background-color: #fff9f3;
}
.face_photo {
  width: 85px;
}
.margin_auto {
  margin: 0 auto;
}
.badge_num {
  /* background: #c54425;*/
  display: inline-block;
  background: url(../images/icon_badge.png) no-repeat bottom right;
  /*border-radius: 13px;*/
  font-size: 12px;
  color: #fff;
  height: 24px;
  padding-right: 10px;
  display: block;
  position: absolute;
  top: -10px;
  right: 0px;
  line-height: 20px;
  text-align: center;
  /* border:2px solid #fff;*/
}
.badge_num div {
  line-height: 24px;
  background: url(../images/icon_badge.png) no-repeat top left;
  padding-left: 10px;
}
.post_tab{
  height: 47px;
  padding: 5px 20px 0;
  border-bottom: 1px solid #e3e3e3;
}
.post_tab a{
  position: relative;
  color: #717171;
  padding: 0px 20px;
  float: left;
  height: 42px;
  line-height: 40px;
  border-width: 2px 1px 0 1px;
}
.post_tab span.resume {
  cursor: pointer;
  color: #717171;
  margin: 0px 20px;
  height: 42px;
  line-height: 40px;
}
.post_tab span.resume:hover {
  text-decoration: underline;
}
.post_tab a.on {
  border-top: 2px solid #c54425;
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  margin-bottom: -1px;
  background: #fff;
  line-height: 36px;
  text-decoration: none;

}

.post_tab a.on .badge_num {
  top: -12px;
  right: -15px;
}
.post_tab a.on.grey {
  background: #F5F6F7;
}
.post_tab_md {
  height: 52px;
}
.screen_resume_r {
  position: absolute;
  right: 0;
  z-index: 99;
  background: transparent;
  display: none;
  text-align: right;
  width: 95px;
  padding: 7px 0px;
  color: #fd5920;
  border: 1px solid transparent;
}
.screen_resume_r .screen_resume_r_title {
  cursor: pointer;
  padding-right: 10px;
}
.screen_resume_r .screen_resume_r_title * {
  cursor: pointer;
}
.screen_resume_r .screen_resume_r_title label {
  font-weight: normal;
}
.screen_resume_r .screen_resume_r_title i {
  margin-left: 5px;
}
.screen_resume_r .screen_resume_r_con {
  margin-top: 3px;
  display: none;
}
.screen_resume_r .screen_resume_r_con span {
  display: block;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  margin: 0px;
  color: #333;
  line-height: 24px;
}
.screen_resume_r .screen_resume_r_con span:hover {
  background: #f9f9f9;
}
.screen_resume_r.on {
  border: 1px solid #e8e8e8;
  background: #fff;
}
.screen_resume_r.on .screen_resume_r_con {
  display: block;
}
.post_tab_w {
  width: 1060px;
  margin: 0 auto;
}
.badge_num_other {
  top: -11px;
  right: -20px;
}
.post_tab_bounced {
  width: auto !important;
}
.tab_box .tab_con {
  display: none;
}
.tab_box .tab_con.on {
  display: block;
}
.icon_photo,
.icon_photo_man,
.icon_phone,
.icon_email {
  width: 20px;
  height: 20px;
  background: url("../images/icon_photo.png") 0 -3px no-repeat;
  display: inline-block;
}
.icon_phone {
  background: url("../images/icon_all.png") -5px -10px;
}
.icon_email {
  background: url("../images/icon_all.png") -34px -10px;
}
.icon_photo_man {
  background: url("../images/icon_photo_man.png") 0 -3px no-repeat;
}
.post_list_open {
  background: #fcf8e3!important;
}
.post_list_open .post_list_open_con {
  padding: 10px;
}
.post_list_open .post_list_open_con .post_list_open_l {
  width: 90px;
  float: left;
}
.post_list_open .post_list_open_con .post_list_open_l img{ width: 100%; cursor: pointer; height: inherit!important;}
.post_list_open .post_list_open_con .post_list_open_r {
  margin-left: 100px;
}
.post_list_open .post_list_open_con .post_list_open_r p{ white-space: pre-wrap;}
.list_cha {
  display: inline-block;
  font-size: 12px;
  margin-right: 25px;
  color: #aaaaaa;
}
.list_cha a {
  width: 17px;
  height: 17px;
  margin: 11px 3px 0;
  display: inline-block;
  float: right;
}
.list_cha .icon_list1 {
  background: url("../images/icon_list1.gif");
}
.list_cha .icon_list1.on {
  background: url("../images/icon_list1on.gif");
}
.list_cha .icon_list {
  background: url("../images/icon_list.gif");
}
.list_cha .icon_list.on {
  background: url("../images/icon_liston.gif");
}
.job_view {
  height: 32px;
  line-height: 16px;
  margin-top: -4px;
}
.detail {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin_t25 {
  margin-top: 25px;
}
.height_30 {
  line-height: 30px;
}
.search_btn_arrow {
  text-decoration: none;
  position: absolute;
  width: 150px;
  border: 1px solid #d6d6d6;
  border-bottom: none;
  background: #fff;
  text-align: center;
  left: 50%;
  margin-left: -75px;
  line-height: 0;
  bottom: -1px;
  border-radius: 2px 2px 0 0;
}
.search_btn_arrow i {
  text-decoration: none;
  font-size: 12px;
  color: #337ab7;
  padding-top: 2px;
  display: inline-block;
}
.search_btn_box {
  position: absolute;
  right: 25px;
  bottom: 10px;
}
.search_label_con {
  padding: 20px 30px;
}
.search_label_con li {
  width: 33%;
  float: left;
}
.search_label_con li label {
  font-weight: normal;
}
.search_label_con input[type="checkbox"] {
  float: left;
  margin-right: 5px;
  margin-top: 3px;
  margin-bottom: 10px;
}
.fit {
  padding: 0px 13px;
}
.fit .vitae-r-t-radio {
  width: 376px;
  margin: 0 auto;
  margin-bottom: 5px;
}
.inter_win{margin:0 30px;}
.inter_win .fit .vitae-r-t-radio{
  width: 50%;
}
.fit .vitae-r-t-radio label {
  margin-top: 10px;
}
.fit .reason {
  padding-left: 5px;
  font-size: 13px;
  color: #51a9f3;
  line-height: 30px;
}
.fit .info_fit {
  padding: 10px 0px;
  border-bottom: 1px solid #ccc;
}
.fit .info_fit p {
  line-height: 20px;
}
.fit .info_fit p.more_letter {
  text-indent: 2em;
}
.fit .remark {
  font-weight: normal;
}
.fit .remark label {
  padding-right: 10px;
  display: inline-block;
  margin-top: 5px;
  font-weight: normal;
}
.fit .remark input[type="checkbox"] {
 /* float: left;*/
  margin: 4px 4px 0;
}
.border_b {
  border-bottom: 1px solid #cccccc;
}
.icon_bqadd {
  background: #ccc;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.resume_see {
  display: block;
  margin-top: 29px;
}
.resume_see i {
  font-size: 20px;
  float: left;
  margin-right: 10px;
}
.form_none {
  display: none;
}
.fb_company_list li {
  line-height: 26px;
  font-size: 14px;
  position: relative;
  list-style: none;
  border-bottom: 1px solid #dfdfdf;
}
.fb_company_list .Pad20 {
  padding: 24px 0px 0 0px;
}
.fb_company_list li h2 {
  font-size: 18px;
  margin-bottom: 5px;
}
.fb_company_list li h2 a {
  font-size: 16px;
  display: inline-block;
  width: 600px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearfix {
  zoom: 1;
  display: block;
}
.jab_main {
  width: 70%;
  height: 48px;
  padding: 0 18px;
}
.fb_company_list_left {
  font-size: 14px;
  line-height: 22px;
}
.fb_company_list_left .add_span {
  font-size: 14px;
  display: block;
  height: 22px;
}
.fb_company_list_left span {
  margin-right: 14px;
  display: inline-block;
}
.fb_company_list_left span a.ellipsis {
  max-width: 357px;
  display: inline-block;
  color: #333;
}
.color01 {
  color: #555555;
}
.color04 {
  color: #ff6600;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.add_div {
  height: 40px;
  background: url(../images/dashed.jpg) repeat-x;
  margin-top: 12px;
  padding-left: 18px;
}
.add_div p {
  margin-top: 6px;
  display: inline-block;
}
.add_div a {
  display: block;
  float: left;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  color: #333;
  padding-left: 24px;
  margin-right: 24px;
}
.add_a01 {
  background: url(../images/add_icon01.jpg) no-repeat 0 center;
}
.add_a02 {
  background: url(../images/add_icon02.jpg) no-repeat 0 center;
}
.add_btn {
  min-width: 174px;
  height: 32px;
  float: right;
  padding-top: 6px;
  position: relative;
  padding-right: 60px;
}
.fedback_time {
  float: left;
  color: #ccc;
  font-size: 14px;
  margin-right: 8px;
  margin-left: 3px;
  font-size: 12px;
  font-size: 13px;
}
.fedback_gz72 {
  color: #ff9901;
  font-size: 14px;
  display: inline-block;
  float: left;
}
.fb_list_interview,
.fb_list_interview72 {
  padding: 0 0 10px 0 !important;
}
.fb_list_interview {
  border-top: 1px solid #dfdfdf;
  position: relative;
  background-color: #f5f5f5;
  padding: 15px 10px 18px 40px;
}
.fb_time_line {
  height: 120px;
  padding-left: 74px;
  padding-top: 28px;
}
.fb_time_line_cole {
  width: 68px;
  height: 68px;
  float: left;
  position: relative;
  margin-right: 44px;
}
.bright i {
  background: url(../images/time_bright.png) no-repeat 14px 0;
}
.fb_time_line_cole i {
  display: block;
  width: 68px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.fb_time_line_cole span {
  font-size: 16px;
  color: #333;
  position: absolute;
  top: 44px;
  left: 0;
  display: inline-block;
  width: 68px;
  text-align: center;
}
.bright small {
  background: url(../images/time_line02.jpg) no-repeat;
}
.fb_time_line_cole small {
  display: block;
  width: 79px;
  height: 1px;
  position: absolute;
  top: 17px;
  left: -65px;
  z-index: 0;
}
.fb_time_msg {
  padding-left: 78px;
  position: relative;
}
.fb_time_msg_con p.firstP {
  position: relative;
  background: url(../images/point_bright.jpg) no-repeat 0 9px;
  color: #4caf50;
  overflow: hidden;
}
.fb_time_msg_con p {
  min-height: 30px;
  background: url(../images/point_gray.jpg) no-repeat 0 8px;
  padding-left: 15px;
  color: #bbb;
  font-size: 14px;
}
.fb_time_msg_con p.firstP span {
  display: inline-block;
  float: left;
}
.fb_time_msg_con p span {
  display: inline-block;
  margin-right: 10px;
  width: 122px;
}
.fb_time_msg_con p.firstP em {
  display: inline-block;
  float: left;
  max-width: 730px;
  word-wrap: break-word;
  font-style: normal;
}
em,
i {
  font-style: normal;
}
.msg_wrap {
  padding-left: 150px;
  margin-bottom: 4px;
  overflow: hidden;
}
.msg_wrap.firstP .time_msg01 {
  color: #ff8a46;
}
.msg_wrap.firstP .time_width {
  width: 100%;
}
.msg_wrap.firstP .time_msg02 h6 {
  color: #4caf50;
}
.msg_wrap.firstP .time_msg02 small {
  color: #333;
}
.time_msg01 {
  width: 784px;
  border-bottom: 1px solid #dcdcdc;
  line-height: 18px;
  color: #bbb;
  padding-bottom: 8px;
}
.time_msg01_other {
  width: 395px!important;
}
.time_msg02 {
  font-size: 12px;
  color: #bbb;
  height: 25px;
  margin-bottom: 1px;
}
.fb_time_msg_con h6 {
  font-weight: normal;
  font-size: 14px;
  color: #bbb;
  font-family: "黑体";
  display: inline-block;
  float: left;
}
.time_msg02 h6 {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  float: left;
  font-family: "微软雅黑";
  line-height: 25px;
}
.time_msg02 small {
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: normal;
  word-break: break-all;
}
.user_wrap {
  height: 48px;
  padding-left: 150px;
}
.user_wrap a {
  display: block;
  float: left;
  width: 120px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
  border-radius: 3px;
}
.user_wrap a.btn_interview_no {
  background: #bbb;
  width: 190px!important;
}
.remind_btn_interview {
  background: #4caf50;
}
.fb_time_msg_con {
  position: relative;
}
.fb_time_msg_con .fb_time_msg_line {
  position: absolute;
  top: 9px;
  left: 4px;
  bottom: 14px;
  width: 1px;
  z-index: 0;
  background: #bbbbbb;
}
.fb_time_msg_con p {
  min-height: 30px;
  background: url(../images/point_gray.jpg) no-repeat 0 8px;
  padding-left: 15px;
  color: #bbb;
  font-size: 14px;
}
.fb_time_msg_con p span {
  display: inline-block;
  margin-right: 10px;
  width: 122px;
}
.row_box {   display: none;
  width: 192px;
  height: 48px;
  margin-right: 40px;
  float: right;
  position: relative;
}
.row_box span {
  display: block;
  float: left;
  width: 96px;
  height: 38px;
  text-align: right;
  font-size: 38px;
  color: #ff8946;
  line-height: 34px;
  margin-right: 2px;
}
.row_box p {
  display: block;
  float: left;
  width: 78px;
  height: 42px;
  font-size: 14px;
  color: #333;
  line-height: 16px;
}
.row_box i {
  display: block;
  float: left;
  width: 15px;
  height: 17px;
  margin-top: 6px;
  background: url(../images/refresh01.jpg);
  cursor: pointer;
}
.add_arrow {
  position: absolute;
  top: 9px;
  right: 38px;
  margin-left: 5px;
}
.gray small {
  background: url(../images/time_line01.jpg) no-repeat;
}
.gray i {
  background: url(../images/time_gray.png) no-repeat 14px 0;
}
.cross i {
  background: url(../images/time_red.png) no-repeat 14px 0;
}
.zwfk {
  text-align: center;
  padding: 109px 0;
  background-color: #fff;
}
.zwfk p {
  text-align: center;
  padding-top: 20px;
  color: #999999;
  font-size: 24px;
}
.zwfk a {
  font-size: 15px;
  color: #999999;
  display: inline-block;
  margin-top: 15px;
}
.tabone_con {
  padding: 0 74px 0 187px;
  background: #f5f6f7;
}
.left_line {
  padding: 35px 0 35px 30px;
  border-left: 1px solid #dbdbdb;
}
.viewspec_list {
  padding: 18px 36px 20px 48px;
  background: #fff;
  border: 1px solid #e8e9ea;
  position: relative;
  margin-bottom: 35px;
}
.btnBlueMiddle {
  height: 32px;
  font: 14px/32px "微软雅黑";
  color: #fff;
  background: #3ba8f0;
  border: 1px solid #319ddf;
  padding: 0 16px;
  display: inline-block;
  border-radius: 2px;
  cursor: pointer;
}
.btnBlueMiddle:hover,
.delivery_resume:hover {
  color: #fff;
  background: #1F9EF2;
  border-color: #1F9EF2;
  text-decoration: none;
}
.posiimg {
  position: absolute;
  left: -44px;
  top: -16px;
}
.ltopimg {
  position: absolute;
  left: -10px;
  top: -1px;
}
.iconWarn {
  background-position: -212px -9px;
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
}
.view_text {
  font-size: 14px;
  color: #ff7e00;
  margin: 0 11px 0 8px;
}
.triangle {
  display: inline-block;
  height: 0px;
  width: 0px;
  border: 7px solid transparent;
  border-left: 7px solid #d2d2d2;
  position: relative;
  top: 2px;
}
.viewspecr {
  margin-top: 8px;
}
.viewspecr:hover {
  text-decoration: none;
}
.tabno {
  padding: 111px 74px 0 0px;
  background: #f5f6f7;
  height: 308px;
  text-align: center;
}
.none_tips {
  font-size: 16px;
  color: #333;
  margin-bottom: 33px;
}
.delivery_resume {
  display: inline-block;
  width: 213px;
  height: 40px;
  line-height: 40px;
  background: #3ba8f0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-left: 48px;
}
.pop_tip {
  padding: 25px 10px 0 20px;
  text-align: center;
}
.pop_tip .pop_tip_con {
  display: inline-block;
}
.pop_tip .pop_tip_con .pop_tip_icon {
  font-size: 30px;
  margin-right: 15px;
  float: left;
}
.pop_tip .pop_tip_con .pop_tip_text {
  font-size: 16px;
  float: left;
  margin-top: 8px;
}
.pop_tip .pop_tip_a {
  display: block;
  margin-top: 10px;
}
.slide_none {
  display: none;
}
.slide_none.on {
  display: block;
}
.view_list {
  padding: 25px 36px 20px 48px;
  background: #fff;
  border: 1px solid #e8e9ea;
  position: relative;
  margin-bottom: 35px;
}
.viewtop {
  padding-bottom: 20px;
  border-bottom: 1px dotted #e8e9ea;
}
.viewtop a {
  max-width: 282px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #333;
}
.viewmid {
  padding: 30px 0 20px 0;
}
.common_blue span {
  font-size: 20px;
  color: #3ba8f0;
}
.common_black {
  position: relative;
  top: 4px;
}
.common_black span,
.view_address span {
  font-size: 14px;
  color: #333;
}
.view_address {
  margin: 15px 0 18px 0;
}
.iconAddress,
.iconRemark {
  margin-right: 5px;
  position: relative;
  top: 2px;
  font-size: 18px!important;
  right: -4px;
  color: #d2d2d2!important;
}
.iconAddress {
  width: 14px;
  height: 16px;
  margin-left: 2px;
}
.left_txtspec {
  position: absolute;
  left: -124px;
  top: -4px;
  font-size: 12px;
  color: #333;
}
.space {
  margin: 0 56px 0 15px;
}
.refuse_con_blank {
  width: 520px;
  background: #fff;
  padding: 10px 20px 18px 20px;
}
.refuse_con_blank .refuse_con_check {
  padding-bottom: 20px;
}
.refuse_con_blank .refuse_con_check .refuse_con_title {
  padding: 8px 0 10px 0;
}
.refuse_con_blank .refuse_con_check .refuse_con_a a {
  display: inline-block;
  width: 141px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #dcdcdc;
  background: #fff;
  color: #555555;
  font-size: 14px;
  text-align: center;
  margin-right: 16px;
  border-radius: 2px;
  margin-bottom: 10px;
  text-decoration: none!important;
}
.refuse_con_blank .refuse_con_check .refuse_con_a a:hover {
  background: #d9edff;
  border: 1px solid #c0dffc;
}
.refuse_con_blank .refuse_con_check .refuse_con_a a.on {
  background: #5aa8e9 !important;
  color: #fff !important;
  border-color: #52a0e2;
}
.refuse_con_blank .refuse_con_textarea p {
  margin-bottom: 5px;
}
.refuse_con_blank .refuse_con_textarea textarea {
  width: 100%;
  border: 1px solid #d9d9d9;
  min-width: 190px;
  outline: none;
}
/*list-page start*/
.list-page .laypage_main a {
  margin: 0 3px 0px!important;
}
.laypage_total {
  width: 170px;
  text-align: left;
}
/*list-page end*/
.m-t-xxs {
  margin-top: 1px;
}
.release_h {
  line-height: 32px;
}
.new_list ul {
  padding-top: 10px;
}
.new_list ul li {
  background-color: #fff;
}
.new_list ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 12px 30px 12px 45px;
  border-bottom: 1px dashed #ededed;
  color: #282828;
}
.new_list ul li a:hover {
  background-color: #f8fdff;
}
.new_list ul li a span,
.new_list ul li a b {
  position: absolute;
}
.new_list ul li a span {
  top: 12px ;
  right: 50px;
  color: #aaaaaa;
}
.new_list ul li a i{
  position: absolute;
  left: -30px;
  top: 8px;
  border-radius: 50%;
}
.new_list_tab {
  height: 68px;
  padding-top: 8px;
  background: #f5f5f5;
  /* border-bottom: 1px solid #e1dfdf;*/
  text-align: center;
}
.new_list_tab ul {
  display: inline-block;
  /* border-left: 1px solid #e1dfdf;*/
}
.new_list_tab li {
  float: left;
  display: inline-block;
  text-shadow: 0 0 1px #fff;
  /* border-right: 1px solid #e1dfdf;*/
}
.new_list_tab li a {
  padding: 0 20px 0 20px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
}
.new_list_tab li a span {
  width: 25px ;
  height: 25px;
  float: left;
  margin-top: 19px;
  margin-right: 10px;
}
.new_list_tab li a span img {
  max-width: 100%;
  float: left;
}
.new_list_tab li a.on {
  line-height: 56px;
}
.new_list_tab li a.on span {
  margin-top: 17px;
}
.job_select_state {
  clear: both;
  padding: 0;
  max-width: 740px;
  margin-left: -5px;
  display: none;
}
.job_select_state.on {
  display: block;
}
#job_select_radio b {
  font-size: 14px;
  font-weight: normal;
}

/*会员申请*/
.vip_select_con{    width: 966px;
  overflow: hidden;
  margin: 25px auto 15px;
}
.vip-con{
  width: 187px;
  height: 175px;
  border: 1px solid #e5e5e5;
  float: left;
  margin-right: 38px; padding-top:10px;
  text-align: center;
  position: relative;
}
.vip-con-success{
  float: inherit;
  margin: 0px auto;
}
.vip-con-p1 {
  margin-top: 5px;
  font-size: 16px; color:#666;
}
.vip-con-p1 b {
  color: #F34D37;
  font-size: 25px; margin: 0 2px;
}.vip-con-p2 {
   font-size: 15px;
   color: #666666;
   font-weight: 700;
}
 .vip_detail_con{ margin:0 60px 30px;
   -webkit-box-shadow: 0 5px 20px 7px #ececec;
   -moz-box-shadow: 0 5px 20px 7px #ececec;
   box-shadow: 0 5px 20px 7px #ececec;
   overflow: hidden;
   padding: 35px 20px;
   border: 1px solid #ececec;
   position: relative;
  }
.vip_detail_con_success{
  padding: 100px;
}
.vip_detail_con_success .vip_detail dt{    font-size: 26px;}
.vip_detail_con_success .vip_detail  dd a{    color:#F34D37; text-decoration: underline}
.vip_detail_con_01{
  -webkit-box-shadow: 0 5px 20px 7px #fbf9e7;
  -moz-box-shadow: 0 5px 20px 7px #fbf9e7;
  box-shadow: 0 5px 20px 7px #fbf9e7;
  border: 1px solid #fbf9e7;
}
.vip_detail_con_02{
  -webkit-box-shadow: 0 5px 20px 7px #fdf8ef;
  -moz-box-shadow: 0 5px 20px 7px #fdf8ef;
  box-shadow: 0 5px 20px 7px #fdf8ef;
  border: 1px solid #fdf8ef;
}
 .vip_detail_con_03{
   -webkit-box-shadow: 0 5px 20px 7px #fdf2ee;
   -moz-box-shadow: 0 5px 20px 7px #fdf2ee;
   box-shadow: 0 5px 20px 7px #fdf2ee;
   border: 1px solid #fdf2ee;
 }
.vip_photo01,.vip_photo02,.vip_photo03{ width:83px; height:92px; margin: 0 auto}
.vip_photo01{ background: url("../images/user-member-05.png") no-repeat;  }
.vip_photo02{ background: url("../images/user-member-03.png") no-repeat; }
.vip_photo03{ background: url("../images/user-member-04.png") no-repeat; }

.vip_select{ position: absolute; bottom:0; right:0; width: 28px; height: 28px; }
.vip_on01 .vip_photo01{ background: url("../images/user-member-05on.png"); }
.vip_on02 .vip_photo02{ background: url("../images/user-member-03on.png"); }
.vip_on03 .vip_photo03{ background: url("../images/user-member-04on.png"); }
.vip_on01 .vip_select{
  background: url("../images/vip-icon.png") 0 -291px;
}
.vip_on02 .vip_select{
  background: url("../images/vip-icon.png") 68px -291px;
}
.vip_on03 .vip_select{
  background: url("../images/vip-icon.png") 38px -291px;
}
.vip_detail_con:after {
  position: absolute;
  height: 96px;
  width: 98px;
  content: " ";
  top: -1px;
  left: -1px;
}
.vip_detail_con_01:after {
  background: url(../images/vip-icon.png) no-repeat 0 0;
}
.vip_detail_con_02:after {
  background: url(../images/vip-icon.png) no-repeat 0 -96px;
}
.vip_detail_con_03:after {
  background: url(../images/vip-icon.png) no-repeat 0 -192px;
}
.vip_detail_con .vip-con{ border:none; width: 200px}
.vip_detail{margin-left:80px;}
.vip_detail dt{    font-size: 22px; margin-bottom: 15px;
  font-weight: 700;
  color: #666666;}
.vip_detail dd{
  margin-top:10px;
  padding-left: 28px;
  font-size: 14px;
  color: #888888;
  position: relative;
}
.vip_detail dd:after {
  position: absolute;
  width: 14px;
  height: 12px;
  top: 4px;
  left: 0;
  content: " ";
  background: url(../images/vip-icon.png) no-repeat  -6px -324px;

}
.vip-btn{
  background-color: #f0ad4e;
  border:1px solid  #eea236; padding:10px 35px; color:#fff;   font-size: 18px;
  margin:0 0 40px 0; border-radius: 2px;
}
.vip-btn:hover{background-color:#ec971f;border-color:#d58512;color:#fff}
.vip-con.vip_on01{
  background:#eed705; border: 1px solid #eed705;
}
.vip-con.vip_on02{
  background:#f39f17; border: 1px solid #f39f17;
}
.vip-con.vip_on03{
  background:#ff470a; border: 1px solid #ff470a;
}
.vip-con.vip_on01 *,.vip-con.vip_on02 *,.vip-con.vip_on03 *{ color:#fff}

.table-con{
  width: 800px;
  margin: 0 auto;
}
.table-con h2{
  text-align:center;
}
.table-con .member_num{
  margin-bottom: 10px;
  font-weight: bold;
}
.member_num span{
  border-bottom: 1px solid #000;
  min-width: 70px;
  display: inline-block;
  margin: 0px 5px;
  font-weight: normal;
  padding: 0px 5px;
}
.table {
  border: 2px solid #000;
  border-collapse: collapse;
}
.table td {
  border: 1px solid #000;
  border-collapse: collapse;
  line-height: 140%;
  padding:0px 10px;
}

.table_no, .table_no td {
  border: none;
  border-collapse: collapse;
  padding: 10px;
}


.choose div{
  float:left;
  margin: 0px 10px;
  text-align: center;
}
.choose_check{
  position:relative;
  background: #fff;
  border: 1px solid #000;
  width: 18px;
  height: 18px;
  display: inline-block;
  float: left;
  margin-top: 2px;
  margin-right: 5px;
}
.choose_check .choose_true{
  position: absolute;
  font-size: 25px;
  margin-left: -8px;
  top: -13px;
}
/*个人中心*/
.center-mid .info-mid-right,.center-mid .info-mid-right .flexslider{width:360px;}
.center-mid .info-mid-left{margin-right: 360px;}
.btnicon a{width: 100%; height: 116px; display: block; background: #fff; text-align: center;
  font-size: 30px; line-height:2; padding: 22px 0; color: #007cad; text-decoration:none;border-bottom: 2px solid #ebe9e9}
.btnicon a i{ display: inline-block;  width: 70px; height: 70px; margin: 0 auto; line-height: 2; border-radius: 50%;  margin-right: 15px;
  font-size: 35px;  color: #007cad; vertical-align: top; border: 1px solid #eee; background: #f1f1f1; }
.btnicon a:hover{  background: #fafafa;}
.btnicon a:hover i{
  background: #007cad;
  color: #fff;
  animation: turn 0.3S linear 1;
  -webkit-animation: turn 0.3S linear 1;
  -moz-animation: turn 0.3S linear 1;
  -ms-animation: turn 0.3S linear 1;
  -o-animation: turn 0.3S linear 1;
}
.inform-title{margin:20px;padding-bottom: 20px; border-bottom:solid 1px #e9e9e9}
.layui-layer-btn a{line-height:26px!important;}
.layui-layer-btn .layui-layer-btn0{
    background-color: #0c87ba!important;
}
.layui-layer-iframe .layui-layer-btn{border-top: 1px solid #e8e8e8;}
.talents-nav{ margin-top: 20px;}
.file-list dt{ line-height: 32px;}
.file-list dd{ padding-left: 30px;}
.text-warning{ color: #edc942;}
.resume_personal_info{overflow: hidden;     width: 100%;}
.resume_personal_info .info_title{ margin-top:1px;}
.resume_personal_info.resume_personal_info_edit .info_title{ margin-top:5px;}
.resume_personal_info_edit .vitae-r-t-xg {  color: #ff9b49;     line-height: 1.6;}
.resume_personal_info_edit02 li .info_title{ width:80px!important}
.resume_personal_info_edit02 li .resume_personal_info_r{     margin-left: 80px!important;}
.resume_personal_info_edit02 li .info_title02{ width:105px!important}
.resume_personal_info_edit02 li .resume_personal_info_r02{     margin-left: 105px!important;}
.resume_personal_info_edit02 .label_info{ margin-top: 2px;
  margin-right: 10px;
  display: inline-block;
  font-size: 16px;}
.resume_personal_info .info_title{
  font-size: 14px;
  color: #666;  float:left;
  width: 130px;
}
.resume_personal_info01 li .info_title{ width:60px!important}
.resume_personal_info01 li .resume_personal_info_r{     margin-left: 60px!important;}
.resume_personal_info .info_title b{margin-left: 5px;
  color: #dd413b;}
.resume_personal_info li{ width: 50%;  float:left; line-height: 1.4;     margin: 5px 0;}
.resume_personal_info_r{ margin-left:130px;     /*line-height: 1.4;*/}
.resume_personal_info_w100{    width: 100%!important;}
.resume_personal_info_clear{ clear:both;  width: 100%!important;     margin: 0!important;}
.vitae-r-table .tab em{    margin-right: 5px }
.resume_personal_info_edit .vitae-r-t-input input[type="text"],
.resume_personal_info_edit .vitae-r-t-select select{ width: 85%; min-width: inherit}
.resume_personal_info_edit02 .vitae-r-t-input input[type="text"],
.resume_personal_info_edit02 .vitae-r-t-select select{ width: 75%; min-width: inherit}
.resume_personal_info_edit .inCard_input{ width: 200px!important;}
.resume_personal_info02 .info_title{    width: 90px;}
.resume_personal_info02 .resume_personal_info_r{margin-left: 90px;}
.resume_personal_info03 .vitae-r-t-input input[type="text"],
.resume_personal_info03 .vitae-r-t-select select {
  width: 98%!important;}
.vitae_status{ display: none}
.resume_personal_info .resume_job_info{ margin-left:50px; display: inline-block}
.zyjn_info02 span{margin-top:2px; display: inline-block}
.skills_line .skills:last-child{
  border-bottom: none;
}
.skills_process{width: 400px;   display: inline-block;}
.skills_process em{

}
.skills_process_con{ margin-right: 70px}
.form-control-feedback_select01 .form-control-feedback{ right: 12px}
.form-control-feedback_select02 .form-control-feedback{ right: 70px}
.fixOn .vitae-r-list{margin-top:50px }
.satisfaction_box{    margin: 30px 40px;
  line-height: 1.6;}
.satisfaction_con p{text-indent: 2em; margin-bottom: 10px;}
.satisfaction_con p input{width: 100px;
  margin: 0 5px;
  border: 1px solid #adadad;
  padding: 3px;}
.satisfaction_dotted{ position: relative; margin-bottom: 5px!important;}
.satisfaction_dotted:before{    position: absolute;
  content: "";
  top: 10px;
  left: 17px;
  width: 5px;
  height: 5px;
  border-radius: 30px;
  background: #067dae;}
.menuBack{
  float: right;
  margin-right: 10px;
  border: 1px solid #ccc;
  line-height: 2;
  padding: 0px 10px;
  margin-top: 10px; cursor: pointer;
  border-radius: 2px; display: none}
@media (max-width:1200px) {
  .resume_personal_info_edit02 .vitae-r-t-input input[type="text"],
  .resume_personal_info_edit02 .vitae-r-t-select select{ width: 90%; min-width: inherit}
  .vitae-mid .vitae-right .vitae-r-main.fixOn .vitae-r-m-tit { width: 666px}
}
@media (max-width:991px) {
  .fixOn .vitae-r-list{padding-top:1px }
  .fixOn .vitae-r-m-tit-posi .m-l-md{
    position: absolute;
    top: 8px;
    left: 22px;
    font-size: 12px;
  }
  .fixOn  .menuBack{ display: block;
    z-index: 5;
    position: relative;}
  .fixOn .vitae-r-m-tit-posi{position: relative}
  .fixOn .vitae-r-m-tit-posi span{
    position: absolute;
    top: 0;
    line-height: 1.6;
  }
  .vitae_status{ display: inline-block}
  .vitae-mid .vitae-left{
    position: fixed!important;
    top: 49px!important;
    height: inherit;
    left: 50%!important;
    bottom: 0!important;
    width: 718px!important;
    margin-left: -359px;
    z-index: 8;
    height: inherit!important;
  }
  .vitae-mid .vitae-right {
    margin-left: 0;
  }
  .vitae-mid .vitae-right .vitae-r-main.fixOn .vitae-r-m-tit {   width: 720px;  }
  .vitae-mid .vitae-right .vitae-r-main.fixOn .m-l-md{margin-left: 5px;}
  .vitae-mid .vitae-right .vitae-r-main .vitae-r-m-tit span {     margin-left: 5px;      font-size: 18px; padding: 0 6px;}
  .vitae-mid .vitae-right .vitae-r-main .vitae-r-m-tit .vitae_status{color: #ff7a0c; margin-left: 10px; display: inline-block}
  .vitae-mid .vitae-right .vitae-r-main.fixOn .vitae-r-m-tit .vitae_status{margin-left: 65px;}
  .vitae-mid .vitae-right .vitae-r-main .vitae-r-m-tit .vitae_status.icon-ok{color:green;}
  .vitae-mid .vitae-right .vitae-r-main .vitae-r-m-tit .vitae_status.icon-remove{color:#dd413b;}
  .vitae-r-list .vitae-r-table{    padding:0;}

  .vitae-r-list{ padding:0;}
  .vitae-r-table .head{ padding-bottom: 30px; padding-left: 98px;}
  .vitae-r-table .head .email,  .vitae-r-table .head  .tel{       margin-bottom: 5px;
    width: 100%;
    display: block;}
  .vitae-r-table .name{    margin-bottom: 6px;}
  .vitae-r-table .head .t-ell {
    display: block; line-height: 1.4;
    white-space: inherit;}
  .vitae-r-table .face{    left: 0;}
  .vitae-r-list .vitae-r-table .v-m-btn{display: block;}

  .vitae-mid .vitae-right .vitae-r-main.fixOn .vitae-r-main{    width: 720px;}


}
@media (max-width:768px) {
  .vitae-mid .vitae-left{
    left: 0!important;
    right: 0;
    margin-left: 0!important;
    width: 100%!important; z-index: 8;
  }
  .vitae-mid .vitae-right .vitae-r-main.fixOn .vitae-r-m-tit{    width:100%;}
  .list-mid .list-msg a{font-size: 14px;
    padding: 4px 12px;}
  .fb_time_line{
    padding-left:0px; text-align: center;
  }
  .fb_time_line_cole{    float: inherit; display: inline-block;  margin:0 20px;}
  .fb_time_msg {    padding-left: 20px;}
  .fb_time_msg_con p span {    width: 82px;  }
  .jab_main{width: inherit;     padding: 0 15px;     height: inherit;}
  .fb_company_list li h2 a{width: inherit; }
  .jab_main .ellipsis,.jab_main .ellipsis a {    overflow: inherit; text-overflow: inherit;    white-space: inherit;}
  .fb_company_list .Pad20{    padding: 12px 0px 0 0px;}
  .fb_company_list .add_arrow{right: 10px;}
  .fb_company_list .add_btn{padding-right: 30px;     margin-top: 10px;}
  .fb_company_list .add_div{height: 58px;}
  .fb_company_list .add_div.add_div_small{height: 38px;}
  .fb_company_list .add_div.add_div_small .color04{ margin-top: 0; }
  .fb_company_list .color04{    display: block;  margin-left: 0;  margin-top: -4px;}
  .fb_company_list li h2{line-height: 1.4;}
  .resume_personal_info li{width: 100%;   }

  .vitae-r-table .tab,
  .vitae-r-table .head .t-ell {     font-size: 13px; }
  .resume_personal_info .info_title{  margin-right: 10px;    width: auto;}
  .resume_personal_info .resume_personal_info_r {    margin-left: 0;}
  .resume_personal_info_edit .vitae-r-t-input input[type="text"],
  .resume_personal_info_edit .vitae-r-t-select select {  width: 100%; }
  .resume_personal_info_edit .resume_personal_info_r{
      margin-left: 0;
      padding-top: 5px;
      clear: both;
  }
 .vitae-r-table_edit  .head{   padding-left: 0;    padding-top: 0px}
 .vitae-r-table_edit  .face{left:inherit; right:0; }
  .resume_personal_info_edit02 li .resume_personal_info_r {
    margin-left: 0!important;
  }
  .resume_personal_info_edit .radio_table input[type="radio"]{     margin-right: 20px!important;     float: left;}

  .resume_personal_info01 li .resume_personal_info_r{       padding-top: 5px;  margin-left:0px!important; clear:both}
  .resume_personal_info01 li .resume_personal_info_r.vitae-r-t-select select{ width: 100%}
  .fb_time_line_cole {margin: 0 10px;}
  .fb_time_line_cole span {    font-size: 14px;}
  .screen_resume_r{top:-60px}
  .resume_personal_info_edit .name_input{ width: 60%!important;}
  .resume_personal_info_edit .vitae-r-t-date .datainp{ width: 120px; min-width:inherit}
  .resume_personal_info02 .resume_personal_info_r {
    clear: both;
  }
  .resume_personal_info02 .resume_job_info{    margin-left: 0; padding-left:0!important;
    width: 100%;
    margin-right: 0;}
  .resume_personal_info .resume_job_info {
    margin-left: 0;
    display: inline-block;
    width: 100%; margin-top: 5px;
  }
  .zyjn_info01{ width: 84%!important;}
  .zyjn_info02{ width: 16%!important;}
  .zyjn_info02 span {
    margin-top: 35px;}
  .skills_con .cell strong{ width: 100%;     margin-bottom: 8px;}
  .skills_con .cell strong b{ display: block;     }
  .skills_con .cell strong b:first-child{margin-bottom: 2px; margin-right: 80px;}
  .skills_line .skills{     margin: 15px 0px; }
  .skills_process{ width: 95%;}
  .skills .skills_edit .ed_icon{ display: block}
  .vitae-mid .vitae-right .vitae-r-main .vitae-r-m-tit .tit_add,
  .vitae-mid .vitae-right .vitae-r-main .vitae-r-m-tit .tit_unadd{
    margin-right: 10px;
  }
  .vitae-r-list .vitae-r-table .v-m-btn a{    font-size: 30px;}
  .vitae-r-list .vitae-r-table:hover form {
    border: 1px solid transparent;
    background-color: transparent;
  }
  .v-m-btn .font18{
    font-size: 30px;
  }
}
@media (max-width: 320px){


  .resume_personal_info_edit .inCard_input {
    width: 100%!important;
    margin-left: 0;
    margin-top: 5px;
  }
}