/* 简历中心###################################################################### */
.clear {
  clear: both;
}
.zwqresume-person:visited .zwq-resume-name {
  color: #999999 !important;
}
.zwq-resume-name:visited {
  color: #999999 !important;
}
.zwqresume-person {
  width: 1110px;
  min-height: 120px;
  border-bottom: 1px dashed #eeeeee;
  padding-left: 11px;
  padding-right: 20px;
  z-index: 1;
}
.zwqresume-mes {
  float: left;
  margin-left: 22px;
  margin-top: 29px;
}
/* .zwqresume-mes>a:visited{

} */
.zwqresume-mes .zwq-resume-name {
  color: #4a88f7;
  font-size: 16px;
  display: inline-block;
  overflow: hidden;
}
.zwqresume-mes .zwq-resume-name:hover {
  color: #ec6334;
}

.zwqresume-mes .is-top {
  padding: 1px 6px 1px 4px;
  color: #FF5A4D;
  background: linear-gradient( 135deg, #FFE8E3 0%, #FFE7F4 100%);
  border-radius: 2px;
  opacity: 0.9;
  font-size: 12px;
  font-weight: 400;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zwqresume-mes .is-auth img {
  width: 14px;
  height: 14px;
}

.zwqresume-mes .is-auth {
  padding: 1px 6px 1px 4px;
  background: linear-gradient(135deg, #fff7e9 0%, #ffedda 100%);
  border-radius: 2px;
  opacity: 0.9;
  font-size: 12px;
  font-weight: 400;
  color: #d39547;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zwqresume-mes .is-auth img {
  width: 14px;
  height: 14px;
}

.zwqresume-mes .zwq-infoCategory {
  color: #333333;
  font-size: 13px;
  margin-left: 10px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 790px;
  margin-right: 5px;
  /* line-height: 24px; */
}
.zwqresume-mes .zwq-myresume {
  color: #666666;
  font-size: 14px;
  display: block;
  /* margin-top: 20px; */
  margin-top: 12px;
  overflow: none;
}
.zwqresume-click {
  float: right;
  font-size: 14px;
  color: #999999;
  text-align: center;
  margin-top: 15px;
}
.zwqresume-click button:hover {
  background-color: #e34711;
}
.zwqresume-click .zwq-collect {
  cursor: pointer;
  z-index: 100;
}
.zwqresume-click .zwq-collect:hover {
  color: #666666;
}
.zwqresume-click button {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 8px;
  border: none;
  width: 100px;
  height: 32px;
  background: #ec6334;
  border-radius: 5px;
  color: #fff;
  outline: none;
  transition: background-color 300ms;
  -moz-transition: background-color 300ms; /* Firefox 4 */
  -webkit-transition: background-color 300ms; /* Safari and Chrome */
  -o-transition: background-color 300ms; /* Opera */
}

.zwqresume-click .zwq-im {
  margin-bottom: 0;
  background: #2ba63c;
  color: white;
}
.zwqresume-click button.zwq-im:hover {
  background-color: rgb(37, 141, 50);
}

.search-job {
  height: auto !important;
  margin-bottom: 0px !important;
}
.search-job .search-category {
  height: auto;
}
.search-job .search-category::after {
  content: '';
  display: block;
  clear: both;
}
.search-job::after {
  content: '';
  display: block;
  clear: both;
}

.search-space,
.search-experience,
.search-photo,
.search-sex,
.search-age,
.search-stud,
.search-now,
.search-plurality,
.search-choose {
  margin-top: 5px;
}
.search-choose .no-choose-now {
  display: inline-block;
  font-size: 14px;
  margin-left: 20px;
}

.resumecenter-mid {
  /* //height: 480px; */
}

.resumecenter-mid > div {
  width: 1060px;
  height: auto;
  margin-left: 30px;
  line-height: 26px;
  font-size: 14px;
}

.resumecenter-mid ul {
  float: right;
  width: 1000px;
  height: auto;
  margin-right: -10px;
  margin-bottom: 0px;
}

.resumecenter-mid ul li {
  padding-left: 11px;
  padding-right: 11px;
  max-width: unset;
  min-width: 50px;
  margin-left: 4px;
  text-align: center;
  height: 26px;
  line-height: 26px;
  float: left;
  cursor: pointer;

  transition: color 300ms;
  -moz-transition: color 300ms; /* Firefox 4 */
  -webkit-transition: color 300ms; /* Safari and Chrome */
  -o-transition: color 300ms; /* Opera */
  transition: background-color 300ms;
  -moz-transition: background-color 300ms; /* Firefox 4 */
  -webkit-transition: background-color 300ms; /* Safari and Chrome */
  -o-transition: background-color 300ms; /* Opera */
}
.resumecenter-mid ul li:hover {
  background-color: #f9f9f9;
  color: #ec6334;
}

.resumecenter-mid .search-classify {
  height: auto;
}
.search-classify::after {
  content: '';
  display: block;
  clear: both;
}

.resumecenter-mid .search-job {
  height: 100px;
}

ul.resume-category {
  height: auto;
}
ul.resume-category::after {
  content: '';
  display: block;
  clear: both;
}

/* 当前选择 */
.resumeCenterBtn {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  color: #4a88f7;
  cursor: pointer;
  padding: 0 10px;
  border: 1px solid #4a88f7;
  border-radius: 2px;
  margin-top: 5px;
}
.resumeCenterBtn > span {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  margin-left: 5px;
}
.resumeCenterBtnReselect {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  color: #999999;
  margin-left: 5px;
  cursor: pointer;
}
.resumeCenterBtnReselect img {
  width: 16px;
  height: 16px;
  vertical-align: -3px;
}
/* 简历展示 */

.resumecenter-resume {
  width: 1112px;
  height: 100%;
  margin: 0px auto;
}
.resumecenter-resume > div {
  transition: background-color 300ms;
  -moz-transition: background-color 300ms; /* Firefox 4 */
  -webkit-transition: background-color 300ms; /* Safari and Chrome */
  -o-transition: background-color 300ms; /* Opera */
}
.resumecenter-resume > div:hover {
  background-color: #f8f8f8;
}

.resumecenter-foot {
  height: 100%;
  margin-bottom: 37px;
}

/* .resumecenter-resume>div {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  height: 140px;
  width: 360px;
  background-color: #eeeeee;
  float: left;
} */
/*
.resumecenter-resume>div img {
  margin-top: 15px;
  margin-left: 20px;
}

.resumecenter-resume>div div {
  float: right;
  width:170px;
  font-size: 14px;
  margin-top: 10px;
  margin-right: 25px;
  line-height: 25px;
}

.resumecenter-resume>div div a {
  font-size: 18px;
  color: #4a88f7;
  line-height: 40px; */

.search-space li.active,
.search-subarea li.active,
.search-category li.active,
.search-substation li.active,
.search-experience li.active,
.search-photo li.active,
.search-classify .search-category li.active,
.search-experience li.active,
.search-sex li.active,
.search-age li.active,
.search-stud li.active,
.search-now li.active,
.search-plurality li.active {
  color: #fff;
  background-color: #4a88f7;
}
/* .search-space li span {
  display: none;
  font-size: 18px;
  padding-left: 6px;
}
.search-space li.active span {
  display: inline-block;
  height: 18px;
  line-height: 18px;
} */
.search-age li span {
  display: none;
  font-size: 18px;
  padding-left: 6px;
}
.search-age li.active span {
  display: inline-block;
}
.search-experience li span {
  display: none;
  font-size: 18px;
  padding-left: 6px;
}
.search-experience li.active span {
  display: inline-block;
  height: 18px;
  line-height: 18px;
}
.search-stud li span {
  display: none;
  font-size: 18px;
  padding-left: 6px;
}
.search-stud li.active span {
  display: inline-block;
}
.search-choose {
  display: flex;
  align-items: center;
}
.search-choose #choose-now {
  display: inline-block;
  max-width: 993px;
  height: auto;
  margin-left: 17px;
  margin-right: -10px;
  margin-bottom: 0px;
}
.search-choose #choose-now .resumeCenterBtn {
  transition: background-color 300ms;
  -moz-transition: background-color 300ms; /* Firefox 4 */
  -webkit-transition: background-color 300ms; /* Safari and Chrome */
  -o-transition: background-color 300ms; /* Opera */
}
.search-choose #choose-now .resumeCenterBtn:hover {
  color: #ffffff;
  background-color: #4a88f7;
}
/* 清楚浮动 */

.resumecenter-resume::after {
  display: block;
  content: '';
  clear: both;
  height: 0;
}

.resumecenter-foot::after {
  display: block;
  content: '';
  clear: both;
  height: 0;
}

.infoCategory {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 170px;
}
#img-resumecenter {
  float: left;
  margin-top: 20px;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
  width: 80px;
  height: 80px;
}
#myimg-resumecenter {
  float: left;
  object-fit: contain;
  object-position: center;
  width: 80px;
  height: 80px;
}

/* 简历下载弹框 */
.resume-dl-model {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.68);
}
.resume-dl-model.invisible {
  display: none;
}
.resume-dl-dialog {
  position: absolute;
  width: 360px;
  height: 260px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 8px;
}
.resume-dl-header {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  padding: 15px;
  border-bottom: 1px solid #e9e9f0;
}
.resume-dl-header > .close {
  float: right;
  opacity: 0.8;
  display: grid;
  width: 20px;
  height: 20px;
}
.resume-dl-wrap {
  display: flex;
  justify-content: space-around;
}
.resume-dl-wrap .item {
  width: 120px;
}
.resume-dl-wrap .item > img {
  width: 55px;
  margin: 50px auto 30px;
  display: block;
}
.resume-dl-wrap .item > button {
  outline: none;
  display: block;
  background-color: #fff;
  border: 1px solid #e9e9f0;
  border-radius: 4px;
  color: #3374e9;
  font-weight: 500;
  width: 100%;
  text-align: center;
  line-height: 36px;
  transition: border-color 0.2s ease;
}
.resume-dl-wrap .item > button:hover {
  border-color: #86b1ff;
}
.resume-dl-wrap .item > button[disabled] {
  border-color: #ddd;
  color: #929292;
  cursor: not-allowed;
}

/* 简历标签 */
.resume-labels {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: -6px;
  width: 800px;
}
.resume-labels > span {
  position: relative;
  border-radius: 2px;
  padding: 3px 6px;
  margin-left: 6px;
  margin-bottom: 4px;
  font-size: 12px;
  display: inline-block;
  background-color: #f3f3f3;
}

.resume-invite-model,
.invite-select-model {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.68);
}
.resume-invite-model.invisible {
  display: none;
}
.resume-invite-dialog,
.invite-select-dialog {
  position: absolute;
  width: 500px;
  height: 500px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.invite-select-content {
  padding: 20px 30px 30px 30px;
  display: flex;
  flex-direction: column;
  max-height: 400px;
  overflow-y: scroll;
}
.invite-select-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.invite-select-dialog .empty {
  padding: 30px;
}
.invite-select-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(190, 190, 190, 0.229);
  background: #8a8a8a;
}
.invite-select-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(176, 176, 176, 0.3);
  background-color: #f5f5f5;
}
.invite-select-dialog {
  height: auto;
}
.resume-invite-dialog .resume-header,
.invite-select-dialog .resume-header {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  padding: 15px;
  background-color: #f8f9fb;
  border-bottom: 1px solid #e9e9f0;
}
.resume-header .close {
  float: right;
  opacity: 0.8;
  display: grid;
  width: 20px;
  height: 20px;
}
.invite-select-model input {
  clip: auto !important;
}
.resume-invite-dialog .rusume-invite-content {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
}
.resume-invite-dialog .resume-tips {
  width: 100%;
  height: 40px;
  background: #fffbf7;
  border-radius: 2px;
  border: 1px solid #f1e0cf;
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.resume-invite-dialog .resume-tips .tips-text {
  margin-left: 5px;
  font-size: 13px;
  color: #666;
}
.resume-invite-dialog .resume-tips .tips-text .hightlight {
  color: #fe6135;
}
.resume-invite-dialog .invite-form {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.resume-invite-dialog .invite-form .form-item {
  display: flex;
  line-height: 40px;
  align-items: center;
  font-size: 14px;
  color: #606266;
  flex-direction: row;
  margin-bottom: 15px;
}
.resume-invite-dialog .invite-form .form_label {
  position: relative;
  width: 90px;
  text-align: right;
}
.resume-invite-dialog .invite-form .form_label.req::before {
  position: absolute;
  content: '*';
  left: 11px;
  color: #f56c6c;
  font-size: 8px;
  font-weight: bold;
  top: -0.5px;
}
.resume-invite-dialog .invite-form .form_value {
  margin-left: 5px;
}

.resume-invite-dialog .form_picker {
  width: 170px;
}
.resume-invite-dialog .invite-form input {
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  padding: 0 15px;
  height: 36px;
  color: #606266;
  line-height: 36px;
}
.resume-invite-dialog .invite-form input::placeholder {
  color: #acacac;
}
.resume-invite-dialog .invite-form textarea::placeholder {
  color: #acacac;
}
.resume-invite-dialog .invite-form input:focus {
  border-color: #409eff;
  outline: 0;
}
.resume-invite-dialog .invite-form textarea {
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  line-height: 25px;
  padding: 5px 14px;
  width: 344px;
  height: 100px;
  max-width: 344px;
  max-height: 100px;
  color: #606266;
}
.resume-invite-dialog .invite-form textarea:focus {
  border-color: #409eff;
  outline: 0;
}

.form-button .btn {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
}
.form-button .btn-primary {
  color: #fff;
  background-color: #409eff;
  border-color: #409eff;
}
.form-button .btn:not(:last-of-type) {
  margin-right: 10px;
}
.resume-invite-dialog .form-button {
  margin-left: 95px;
  margin-top: 11px;
}
.invite-select-model .form-button {
  padding: 20px 10px 20px 30px;
}
.invite-select-content .radio {
  margin-top: 5px;
}
.invite-form .form-control-placeholder {
  color: #acacac;
}
.black_color {
  color: #333333 !important;
}
.invite-form .gray_color {
  color: #acacac;
}
.invite-form .select {
  position: relative;
  width: 150px;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  margin-left: 18px;
  cursor: pointer;
}
.invite-form .time-select {
  color: #acacac;
}
.invite-form .option {
  height: 30px;
  color: #333;
}
.invite-form .caret {
  position: absolute;
  right: 9px;
  top: 16px;
  color: #585858;
}
.invite-form .option {
  padding: 6px 10px;
  font-size: 14px;
  line-height: 20px;
  color: #606266;
  font-size: 14px;
}
.invite-form .option.disabled {
  color: #e4e7ed;
}
.invite-form .option:hover {
  background-color: #f5f7fa;
  font-weight: 700;
  cursor: pointer;
}
.invite-form .dropdown-menu {
  overflow-y: scroll;
  max-height: 200px;
}
.invite-form .dropdown-menu::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
  background: #fff;
}
.invite-form .dropdown-menu::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset005pxrgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.invite-form .dropdown-menu::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset005pxrgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
/* 标签样式 */
.label-span {
  display: inline-block;
  height: 20px;
  padding: 0 4px;
  border-radius: 2px;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  margin-left: 10px;
  color: #00b389;
  background-color: #e9f9f0;
}