/* 我的简历 */

.person-center .my-resume .resume-status {
  height: 90px;
  background: #fff;
  border-top: 4px solid #4A88F7;
  padding: 30px 40px;
}

.person-center .my-resume .resume-status .resume-finish {
  width: 185px;
  height: 30px;
  background: #EEEEEE;
  text-align: center;
  line-height: 30px;
  display: inline-block;
}

.person-center .my-resume .resume-status .preview-img {
  margin-left: 40px;
}

.person-center .my-resume .resume-status .preview-text {
  color: #4A88F7;
  font-size: 14px;
  margin-left: 9px;
}

.hidden {
  display: none;
}

/* 右侧 */

.person-center .my-resume .resume-status .header-right {
  float: right;
  line-height: 30px;
}

.person-center .my-resume .resume-status .status-setting {
  display: inline-block;
  margin-left: 25px;
}

.person-center .my-resume .resume-status .status-setting span {
  margin-left: 5px;
  color: #4A88F7;
  font-size: 14px;
}

.person-center .my-resume .checkbox-custom {
  color: #333333;
  font-weight: 400;
  margin-left: 14px;
}

.person-center .my-resume .checkbox-custom::before {
  content: '';
  display: inline-block;
  border: 1px solid #DCDCDC;
  border-radius: 50%;
  text-align: center;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  font-weight: lighter;
  position: relative;
  top: 4px;
  margin-right: 5px;
}

.person-center .my-resume input[type="checkbox"]:checked+.checkbox-custom::before {
  content: '';
  background-color: #97BBFC;
  border: 3px solid #DCDCDC;
}

/* 我的简历-基本信息 */

.person-center .my-resume .global-header {
  padding: 20px 20px 30px 20px;
}

.person-center .my-resume .global-header .header {
  padding-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
}

.person-center .my-resume .global-header .header .title {
  font-size: 18px;
  color: #333;
  border-left: 8px solid #4A88F7;
  padding-left: 20px;
  display: inline-block;
}

.person-center .my-resume .global-header .content {
  padding: 40px 100px 36px 70px;
  text-align: center;
}

.person-center .my-resume .global-header .edit-btn {
  float: right;
  cursor: pointer;
}

.person-center .my-resume .base-info .base-info-form input,
.person-center .my-resume .base-info .base-info-form select {
  width: 250px;
  height: 40px;
  background: #fff;
  border: 1px solid #DDDDDD;
}

.person-center .my-resume .delete-margin {
  margin: 0;
}

.person-center .my-resume .base-info .the-input:not(:first-child) {
  margin-top: 20px;
}

.person-center .my-resume .base-info .sex {
  display: none;
}

.person-center .my-resume .base-info .sex-label {
  width: 125px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  border: 1px solid #DDDDDD;
}

.person-center .my-resume .base-info input.sex[type=radio]:checked+label {
  background: #4A88F7;
  color: #fff;
  border: 1px solid #4A88F7;
}

/* 头像设置 */

.person-center .my-resume .base-info .job-intent .avatar .avatar-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.person-center .my-resume .base-info .job-intent .avatar .avatar-edit {
  font-size: 14px;
  font-family: PingFangSC-Light;
  color: rgba(74, 136, 247, 1);
  margin-left: 8px;
  margin-top: 8px;
}

.person-center .my-resume .base-info .job-intent .infos-item {
  margin-bottom: 20px;
}

.person-center .my-resume .base-info .job-intent .infos-title {
  font-weight: bold;
}

.person-center button {
  box-shadow: 0;
  border: 0;
}

.person-center .my-resume .save-btn {
  width: 130px;
  height: 40px;
  background: #4A88F7;
  color: #FFFFFF;
  font-size: 16px;
}

.person-center .my-resume .cancel-btn {
  width: 130px;
  height: 40px;
  background: #FFFFFF;
  color: #333;
  font-size: 16px;
}

/* 求职意向 */

.person-center .my-resume .job-intent {
  padding: 20px 83px 16px 51px;
}

.person-center .my-resume .job-intent select,
.person-center .my-resume .job-intent input {
  width: 720px;
  height: 40px;
  border: 1px solid #DDDDDD;
  padding-left: 16px;
  margin-bottom: 20px;
}

.person-center .my-resume .job-intent .col-lg-12 {
  padding-left: 0;
}

.person-center .my-resume .job-intent .work-list,
.person-center .my-resume .job-intent .edu-list,
.person-center .my-resume .job-intent .projects-list,
.person-center .my-resume .job-intent .trains-list {
  border-bottom: 1px dashed;
  padding-top: 20px;
}

.person-center .my-resume .job-intent .model-input {
  width: 720px;
  height: 40px;
  display: inline-block;
  border: 1px solid #DDDDDD;
  margin-bottom: 20px;
  line-height: 40px;
  padding-left: 16px;
  cursor: pointer;
}

.person-center .my-resume .job-intent .model-input::after {
  content: '\27F0';
  float: right;
  margin-right: 20px;
  font-size: 20px;
}

.info-modal .modal-content {
  border: 3px solid #4A88F7;
}

.info-modal .modal-title {
  border-left: 4px solid #4A88F7;
  padding-left: 20px;
}

.info-modal .info-tags .info-tag {
  display: inline-block;
  font-size: 14px;
  font-family: PingFangSC-Light;
  color: rgba(74, 136, 247, 1);
  border: 1px solid rgba(74, 136, 247, 1);
  height: 30px;
  padding: 12px;
  background: rgba(255, 255, 255, 1);
  border-radius: 5px;
  line-height: 5px;
  margin-right: 10px;
}

.info-modal .info-btn {
  float: right;
  width: 100px;
  height: 40px;
  margin-right: 10px;
}

.info-modal .info-true {
  background: #4A88F7;
}

.info-modal .info-false {
  background: #DDDDDD;
}

.info-modal .modal-body {
  border-bottom: 1px solid #DDDDDD;
}

.info-modal .modal-checkbox {
  padding: 20px 30px;
  height: 100%;
}

.info-modal .info-checkbox {
  margin-right: 20px;
}

.info-modal .info-checkbox input[type='checkbox'] {
  position: unset;
}

/* 工作经历 */

.person-center .my-resume .base-info .icon-plus {
  font-size: 18px;
  float: right;
  margin-top: 5px;
  cursor: pointer;
}

.person-center .my-resume .base-info .work-time-edit {
  width: 296px;
  height: 40px;
}

.person-center .my-resume .base-info .work-time {
  width: 327px;
  height: 40px;
}

.person-center .my-resume .base-info .job-intent .work-info {
  width: 168px;
}

.person-center .my-resume .base-info .job-intent .work-content {
  width: 720px;
  height: 200px;
  border: 1px solid #DDDDDD;
}

.person-center .my-resume .base-info .job-intent .your-work #how-write {
  font-size: 12px;
  color: #999999;
  float: right;
  margin-bottom: 28px;
  margin-right: 20px;
}

.person-center .my-resume .base-info .job-intent .your-work #how-write a {
  color: #4A88F7;
}

.person-center .my-resume .base-info .job-intent .works-header {
  padding-left: 0;
  border-top: 1px solid #DDDDDD;
  margin-bottom: 20px;
}

.person-center .my-resume .base-info .job-intent .works-info .title {
  color: #333333;
  font-size: 14px;
  border-right: 1px solid #000;
  padding-right: 20px;
  font-weight: bold;
}

.person-center .my-resume .base-info .job-intent .works-info .work-main-content {
  color: #333333;
  font-size: 14px;
  padding-right: 20px;
  font-weight: bold;
}

.person-center .my-resume .base-info .job-intent .works-info .date {
  color: #999999;
  font-size: 14px;
}

.person-center .my-resume .base-info .job-intent .method-btn {
  margin-right: 39px;
  cursor: pointer;
}

.person-center .my-resume .works-edit-block input[name="company"],
.person-center .my-resume .works-edit-block .work-content {
  width: 668px;
}

.person-center .my-resume .works-edit-block .work-time {
  width: 301px;
}

.person-center .my-resume .works-edit-block .work-btn-group {
  margin-left: 60px;
  padding: 20px;
}

/* 没数据时的显示 */

.person-center .my-resume .base-info .no-active {
  padding: 39px 105px 46px 70px;
}

.person-center .my-resume .base-info .no-active button {
  padding: 10px 300px;
  width: 785px;
  height: 80px;
  color: #4A88F7;
  font-size: 16px;
  background: #F4F3F3;
  border: 2px dashed #BFBFBF;
}

/* 个人技能与描述 */

.person-center .my-resume .skills-form .add {
  width: 90px;
  height: 40px;
  background: #4A88F7;
  color: #fff;
}

.person-center .my-resume .skills-form input {
  width: auto;
  height: 40px;
  border: none;
  padding-left: 0;
  margin-bottom: 0;
}

.person-center .my-resume .skills-form .skills-tag {
  margin-bottom: 20px;
}

.person-center .my-resume .skills-form .bootstrap-tagsinput {
  width: 720px;
}

.person-center .my-resume .skills-form .bootstrap-tagsinput .tag {
  background: #fff;
  border-radius: 5px;
  color: #4A88F7;
  border: 1px solid #4A88F7;
  font-size: 14px;
  line-height: 35px;
}

.person-center .my-resume .skills-form .bootstrap-tagsinput::after {
  content: '添加';
  color: #fff;
  background: #4A88F7;
  cursor: pointer;
  height: 20px;
  padding: 5px 50px;
}

.person-center .my-resume .skills-form .work-content {
  margin-bottom: 40px;
  padding: 13px 26px;
}

.person-center .my-resume .skills .tag-group {
  margin-bottom: 18px;
}

.person-center .my-resume .skills .tag-group .tag {
  height: 30px;
  padding: 8px 19px;
  display: inline-block;
  line-height: 12px;
  background: rgba(255, 255, 255, 1);
  color: #4A88F7;
  border: 1px solid #4A88F7;
  border-radius: 5px;
  font-size: 14px;
}

.person-center .my-resume .skills .work-main-content {
  color: #333;
  font-size: 14px;
}

/* 必填符号 */

.person-center .my-resume .base-info .job-intent .require {
  color: #E60012;
}
