.resumeguide {
  padding: 20px 0 0;
  *padding: 30px 0 20px;
  background-color: #f7f7f7;
  *z-index: 2;
}

.globalfooter,.resumeguide {
  *position: relative;
}

.globalfooter.bgwhite {
  background-color: #f7f7f7;
  color: #444;
  *z-index: 1;
  *padding: 0 0 10px;
}
.globalfooter.bgwhite .gf-share .icon {
  background-color: #aaa;
  color: #fff;
}

.globalfooter.bgwhite .guide-nav-item {
  border-left-color: #d3d3d3;
}

.gf-logo {
  width: 70px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  padding-top: 20px;
}
.gf-logo .icon {
  font-size: 4em;
  vertical-align: top;
}

.guide-info {
  position: relative;
  display: inline-block;
  top: 25px;
  *top: 30px;
  left: 1em;
  height: 50px;
  line-height: 25px;
  vertical-align: top;
}
.guide-info a {
  color: #444;
}
.guide-info a:hover {
  color: #666;
  text-decoration: underline;
}
.gf-nav {
  word-spacing: -5px;
}
.guide-nav-item {
  display: inline-block;
  padding: 0 8px;
  *padding: 0 8px 3px;
  border-left: 1px solid #fff;
  line-height: 1;
}

.guide-nav-item:hover {
  color: #666;
  
}

.guide-nav-item:first-child {
  margin-left: -.5em;
  border-left: none;
}

.gf-share {
  position: absolute;
  right: 0;
  top: 45%;
  word-spacing: .7em;
}

.gf-share .icon {
  background-color: #fff;
  padding: .2em;
  border-radius: 50%;
  color: #f5694b;
  font-size: 1.3em;
  transform: rotate(0);
}

.gf-share .icon:hover {
  background-color: #f5694b;
  color: #fff;
  transform: rotate(360deg);
  transition: all .5s ease-in-out;
  text-decoration: none;
}

/* 选择器 */ 
.selector-wrapper{
    width: 264px;
    height: 36px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *float: left;
    background: #fff;
 }
 .selector-button, .selector-text {
    width: 262px;
    height: 36px;
    display: inline-block;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    padding: 0 20px 0 10px;
    *padding: 0 26px 0 10px;
    overflow: hidden;
    text-align: left;
    outline: none;
    white-space: nowrap;
    -o-text-overflow: ellipsis; 
    text-overflow: ellipsis;
 }
 .selector-text {
    width: 230px;
    height: 20px;
    padding: 7px 20px 7px 10px;
 }
 .selector-button:focus, .selector-text:focus {
    border: 1px solid #61b988;
 }
 .selector-down{
    font-size: 22px;
    position: absolute;
    top: 0;
    top: 3px\9;
    right: 7px;
    line-height: 36px;
  } 

/* 微信图片 */
.guide-wximg {
  width: 1200px;
  margin: 0  auto;
  max-width: none;
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition: all .3s ease;
  position: relative;
  z-index: 999;
}
.guide-wximg>img {
  float: right;
  box-shadow: 0 0 20px rgba(0,0,0,.3);
  position: absolute;
  z-index: 999;
  bottom: 90px;
  *bottom: 50px;
  left:94%;
}

.guide-wximg.active {
  opacity: 1;
  transform: translateY(0);
  display: block;
}

html {
  background-color: #f7f7f7;
}
.basic-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1200px;
}
/* 面包削导航条 */
.rg-nav {
  margin-bottom: 50px;
}

.rg-nav-item {
  position: relative;
  float: left;
  width: 240px;
  text-align: center;
  line-height: 44px;
  background: url(//static.jjoobb.cn/images/personal/resume/resume-bg.png) no-repeat left -108px;
}
.rg-nav a {
  color: #333;
}
.rg-nav-item.cur {
  color: #fff;
  background: url(//static.jjoobb.cn/images/personal/resume/resume-bg.png) no-repeat left -162px;
}

.rg-nav-item:first-child {
  background: url(//static.jjoobb.cn/images/personal/resume/resume-bg.png) no-repeat left 0;
}

.rg-nav-item:first-child.cur {
  background: url(//static.jjoobb.cn/images/personal/resume/resume-bg.png) no-repeat left -54px;
}

.rg-nav-item.last {
  background: url(//static.jjoobb.cn/images/personal/resume/resume-bg.png) no-repeat left -216px;
}

.rg-nav-item.last.cur {
  background: url(//static.jjoobb.cn/images/personal/resume/resume-bg.png) no-repeat left -270px;
}

.rg-nav-item .num {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  font-size: 16px;
  color: #ccc;
  text-align: center;
  background: #f1f1f1;
  border-radius: 50%;
  margin-right: 15px;
}

.rg-nav-item.cur .num {
  color: #999;
  background: #555;
  box-shadow: 0 1px 1px #777;
}

.rg-block {
  position: relative;
  padding: 35px 0 35px 40px;
  background-color: #fff;
  border: 1px solid #d3d4d5;
  border-top-width: 3px;
  z-index: 12;
}

.rg-step {
  position: absolute;
  top: -45px;
  left: 0;
  width: 100%;
  height: 45px;
}

.rg-step .text {
  position: absolute;
  top: 0;
  color: #fff;
  padding: 0 1em;
  border-radius: 3px;
  line-height: 36px;
  background-color: #66be8c;
}

.rg-step .stress {
  color: #fffc21;
}

.rg-step .arrow {
  position: absolute;
  bottom: -8px;
  border: 10px solid transparent;
  border-top-color: #66be8c;
  margin-left: -10px;
}

.rg-step .line {
  position: absolute;
  width: 0;
  height: 3px;
  background-color: #66be8c;
  bottom: 0;
}

.rg-step.s1of9 .text { left: 0; }
.rg-step.s1of9 .arrow { left: 30px; }
.rg-step.s1of9 .line { width: 30px; }

.rg-step.s2of9 .text { left: 240px; }
.rg-step.s2of9 .arrow { left: 260px; }
.rg-step.s2of9 .line { width: 260px; }

.rg-step.s3of9 .text { left: 480px; }
.rg-step.s3of9 .arrow { left: 500px; }
.rg-step.s3of9 .line { width: 500px; }

.rg-step.s4of9 .text { left: 720px; }
.rg-step.s4of9 .arrow { left: 740px; }
.rg-step.s4of9 .line { width: 740px; }

.rg-step.s5of9 .text { right: 0; }
.rg-step.s5of9 .arrow { right: 20px; }
.rg-step.s5of9 .line { width: 1200px; }


.rg-form {
  padding-left: 2em;
}

.rg-title {
  margin-bottom: 1.5em;
  color: #363636;
}

.rg-form .col-1 {
  padding-right: 1em;
}

.form-label-radio {
  display: inline-block;
  margin-right: 10px;
  padding: 0 10px;
  line-height: 34px;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  cursor: pointer;
}

.form-label-radio.checked {
  padding: 0 9px;
  line-height: 32px;
  border: 2px solid #66be8c;
  background: url(//static.jjoobb.cn/images/global/caco-bg.png) right -40px no-repeat;
}

.form-control.short,
.area-select,
.date-select {
  float: left;
  margin-left: 20px;
  *margin-left: 10px;
  width: 100px;
}

.form-control.short:first-child,
.area-select:first-child,
.date-select:first-child {
  margin-left: 0;
}

.contact {
  position: relative;
}

.contact .icon {
  position: absolute;
  font-size: 20px;
  color: #ccc;
  top: 7px;
  left: 10px;
}

.contact input {
  padding-left: 35px;
  width: 215px;
}

.rg-optional-title {
  cursor: pointer;
}

.rg-optional-title.cur {
  color: #66be8c;
}

.rg-optional-title.cur .icon {
  margin-top: -3px;
}

.rg-optional {
  word-spacing: 13px;
}

.rg-optional-item {
  display: inline-block;
  width: 120px;
  line-height: 34px;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  color: #999;
}

.rg-optional-item .icon {
  margin-left: 5px;
  color: #ccc;
}

.rg-optional-item:hover,
.rg-optional-item.cur {
  color: #66be8c;
  border-color: #66be8c;
  background-color: #ecf8f6;
}

.rg-optional-item:hover .icon,
.rg-optional-item.cur .icon {
  color: #66be8c;
}

.sns-list {
  position: absolute;
  top: 44px;
  left: 0;
  padding: 12px 0 0 20px;
  width: 276px;
  background-color: #fff;
  z-index: 2;
  border: 1px solid #e7e7e7;
  box-shadow: 2px 2px 4px #efefe4;
  border-radius: 3px;
}

.sns-list li {
  float: left;
  width: 42px;
  height: 42px;
  margin: 0 4px 10px 0;
  background: url(//static.jjoobb.cn/images/personal/resume/sns_bg.png) -2px 3px no-repeat;
  cursor: pointer;
}


.works-del {
  font-size: 1em;
  vertical-align: middle;
  cursor: pointer;
}

.sns-arrow {
  position: absolute;
  top: -16px;
  border: 8px solid #e7e7e7;
  border-color: transparent transparent #e7e7e7;
}

em.sns-arrow {
  border-color: transparent transparent #fff;
  top: -15px;
}

/* 基本信息右侧上传头像 */
.header-face-layer {
  width: 182px;
  height: 182px;
  position: absolute;
  background: rgba(0,0,0,.3);
  left: 8px;
  top: 8px;
  z-index: 9;
  display: none;
}
.header-face-layer>.icon {
  margin: 0 auto;
  color: rgba(255,255,255,.8);
  font-size: 50px;
  line-height: 182px;
}
.rg-header-face {
  display: inline-block;
  margin-bottom: 1em;
  width: 198px;
  height: 198px;
  line-height: 198px;
  border: 1px solid #e3e3e3;
  position: relative;
}
.rg-upload-btn {
  display: inline-block;
  margin-bottom: .7em;
  padding-left: 37px;
  width: 120px;
  height: 39px;
  line-height: 38px;
  color: #fff;
  text-align: center;
}

.rg-upload-btn.local {
  background: url(//static.jjoobb.cn/images/personal/resume/resume-bg.png) no-repeat left -324px;
}

.rg-upload-btn.qrcode {
  background: url(//static.jjoobb.cn/images/personal/resume/resume-bg.png) no-repeat left -373px;
}

.rg-upload-btn.jigsaw {
  width: 96px;
  background: url(//static.jjoobb.cn/images/personal/resume/resume-bg.png) no-repeat left -420px;
}

.rg-upload-btn.doc {
  width: 96px;
  background: url(//static.jjoobb.cn/images/personal/resume/resume-bg.png) no-repeat left -465px;
}

.rg-header-face-info {
  display: inline-block;
  width: 60%;
}

.form-item.submit {
  margin-top: 40px;
  word-spacing: 1.3em;
}
.form-item.submit span {
	display: inline-block;
	height: 42px;
	line-height: 42px;
	color: #999;
	margin-left: 10px;
}
.jump-over {
  display: inline-block;
  padding: 10px 0 10px 20px;
  *padding: 10px 0 10px 10px;
  color: #333;
  cursor: pointer;
  vertical-align: top;
  *vertical-align: middle;
  *margin-top: 3px;
}
.jump-over:hover {
  color: #f5694b;
}
/* 简历引导右侧文字 */
.rg-right-tip .icon {
  display: block;
  margin-top: 70px;
  margin-bottom: 20px;
  font-size: 50px;
  text-align: center;
}

.rg-right-tip .text {
  padding: 0 30px;
  line-height: 2;
}

/* 教育经历 */

.edu-list li {
  margin-top: 1.5em;
  padding-left: 1.6em;
  border-left: 2px solid #66be8c;
}

.edu-list li:first-child {
  margin-top: 0;
}

.edu-list span {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.edu-list a {
  margin-left: 1em;
  color: #f5694b;
}

.edu-time-width {
	width: 130px;
}
.edu-school-edi {
	width: 200px;
}
.edu-profess-edi {
	width: 180px;
}
.edu-school-edi a {
  color: #333;
  *margin-left: 0;
}
.edu-school-edi a:hover {
  color: #f5694b;
}
.edu-degree-width {
	width: 50px;
}


/*求职意向*/
.job-target-title {
	width: 110px;
	float: left;
}
/*输入薪资时用到的样式-开始*/
.money-space {
  margin: 0 5px;
}
.money-k {
  padding: 0 0 0 10px;
  width: 100px;
  height: 34px;
  line-height: normal;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  margin-right: 5px;
  box-sizing: content-box;
}
.money-k:focus {
  border: 1px solid #66be8c;
}
.money-k-work {
  width: 250px;
}
/*输入薪资时用到的样式-结束*/
/* 输入后预测学校列表预测 */
.gra-sch {
  z-index: 866;
}
.gra-spec {
  z-index: 832;
}
.suggest {
  position: absolute;
  left: 0;
  right: 10px;
  top: 100%;
  display: none;
  overflow: hidden;
  background-color: #fff;
  width: 260px;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.suggest-list {
  height:34px;
  line-height: 32px;
  padding: 0 4px 0 10px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sug-list {
  height:40px;
  line-height: 20px;
  padding: 4px 4px 4px 10px;
  cursor: pointer;
}
.suggest-list:first-child,
.sug-list:first-child {
  border-top: none;
}
.suggest-list:hover,
.suggest .cur,
.sug-list:hover,
.sug-list .cur {
  color: #fff;
  background-color: #66be8c;
}
.fl-company, .sug-list .fr-area {
	display: block;
	overflow: hidden;
	word-break: keep-all;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 20px;
	width: 246px;
}
.fr-area {
	font-size: 12px;
	color: #999;
}
.sug-list:hover .fr-area {
  color: #0e6d37;
}

/* 工作经历列表 ▼ */
.job-statistics {
	padding-left: 30px;
	line-height: 30px;
	color: #66be8c;
	font-size: 14px;
}
.job-statistics .number {
	margin: 0 5px;
}
.rg-list-block {
  margin-left: -2em;
  margin-left: -2rem;
  margin-bottom: 1.5em;
  padding: 2em;
  background-color: #f9f9f9;
  border: 1px solid #e9e9e9;
  font-size: 14px;
}

.rg-list-block .right-action {
  color: #f5694b;
  margin-left: 1em;
}

.je-list-time {
	float: left;
	margin-right: 10px;
}
.je-list-job {
	display: table-cell;
	padding-left: 20px;
	width: 2000px;
	border-left: 4px solid #ccc;
}
.je-list-title {
	position: relative;
}
.je-list-title {
	height: 24px;
	line-height: 24px;
}
.je-list-title b {
	width: 540px;
}
.je-list-title b, .je-list-title .work-name, .je-list-title .work-name span, .je-list-title .department, .work-company, .units-property {
	display:inline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
	float: left;
}
.je-list-title .work-name {
	width: 280px;
	margin-right: 10px;
	font-weight: bold;
	float: left;
}
.je-list-title .work-name span {
	display: inline-block;
	max-width: 200px;
}
.je-list-title .work-name .icon {
	margin-left: 10px;
	font-size: 16px;
	color: #f5694b;
	float: left;
}
.je-list-title .department, .units-property {
	width: 136px;
	margin-right: 10px;
}
.je-list-title .payroll, .je-list-company .units-number {
	width: 94px;
	float: left;
}
.work-company {
	width: 280px;
	margin-right: 10px;
}
.je-list-title:before {
	content: '';
	position: absolute;
	top: 3px;
	left: -30px;
	padding: 4px;
	border: 4px solid #ccc;
	border-radius: 50%;
	background-color: #fff;
	z-index: 66;
}
.je-list-company {
	padding: 10px 0;
	height: auto;
	overflow: hidden;
	line-height: 24px;
}
.je-list-content {
	margin-left: 16px;
	padding-bottom: 35px;
	line-height: 30px;
	color: #666;
	width: 700px;
	word-wrap:break-word;
}
/* 工作经历列表 ▲ */
/* 项目经验 */
.project-experience-list .je-list-content {
  margin-left: 0;
}
/* 个人技能 ▼ */
.skilleditor-form-width {
  width: 280px;
  margin-right: 12px;
  display: inline;
  float: left;
  position: relative;
}
.re-edi a {
  margin-left: 15px;
  color: #999;
}
.re-edi .icon {
  font-size: 18px;
}
.re-edi a:hover, .honor-pic-explain li a:hover {
  color: #f5694b;
}
.skill-list {
  width: 222px;
  height: 60px;
  padding: 10px;
  float: left;
  display: inline;
  margin: 0 15px 15px 0;
  background: #f9f9f9;
  border: 1px #e6e6e6 solid;
  position: relative;
}
.skill-edi-pt { padding-top: 10px;}
.skill-left {
  width: 60px;
  height: 60px;
  float: left;
  display: inline;
  margin-right: 10px;
}
.skill-left img {
  width: 60px;
  height: 60px;
}
.skill-right {
  width: 150px;
  height: 60px;
  line-height: 27px;
  float: right;
}
.skill-name {
  color: #66be8c;
  font-weight: bold;
  margin-bottom: 5px;
  overflow: hidden;
  word-break: keep-all;
  text-overflow: ellipsis;
  height: 27px;
}
.skill-name a { color: #66be8c;}
.skill-name a:hover { color: #58b781;}
.score-challenge {
  height: 28px;
  line-height: 28px;
}
.skill-score {
  color: #f5694b;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}
.skill-test, .skill-delete { display: none;}
.skill-delete {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f5694b;
  text-align: center;
  line-height: 100%;
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer;
}
.skill-delete .icon {
  font-size: 10px;
  color: #fff;
  line-height: 20px;
}
.skill-list:hover {
  background: #fff7f8;
  border: 1px #f09784 solid;
}
.skill-list:hover .skill-test, .skill-list:hover .skill-delete {
  display: inline-block;
}
.skill-list:hover .skill-delete {
  display: block;
}
.skill-list:hover .challenge {
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  padding: 0 10px;
  background: #f5694b;
}
.skill-list:hover .challenge:hover {
  background: #ec5738;
}
/*个人技能tab样式*/
.skill-editor-main {
  width: 810px;
  height: auto;
  padding-top: 5px;
}
ul.skilltabs {
  width: 809px;
  height: 46px;
  border-left: 1px #e3e3e3 solid;
  margin-bottom: 20px;
}
ul.skilltabs li {
  height: 46px;
  overflow: hidden;
  background: #f9f9f9;
  float: left;
}
ul.skilltabs li a {
  width: 268px;
  height: 44px;
  line-height: 44px;
  text-decoration: none;
  color: #666;
  display: block;
  text-align: center;
  border: 1px #e3e3e3 solid;
  border-left: none;
  font-weight: bold;
}
ul.skilltabs li a span {
  margin-left: 8px;
}
ul.skilltabs li a:hover {
  color: #666;
  background: #f1f1f1;
}
ul.skilltabs li.active a {
  height: 43px;
  color: #66be8c;
  border-bottom: 2px #66be8c solid;
  background: #fff;
}
.skilltab-container, .skilltab-content {
  width: 810px;
  height: auto;
}
.skillrg-list-block {
  margin-bottom: 15px;
  padding: 20px;
  width: 766px;
  background-color: #f9f9f9;
  border: 1px solid #e9e9e9;
  font-size: 14px;
  word-wrap:break-word;
  overflow:hidden;
}
.editor-language li {
  margin-top: 25px;
  padding-left: 20px;
  border-left: 2px solid #66be8c;
}
.editor-language li:first-child {
  margin-top: 0;
}
.editor-language span {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  color: #666;
  *float: left;
  *display: inline;
}
.editor-language a {
  margin-left: 1em;
  color: #999;
}
.editor-language .language {
  width: 86px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.editor-language .level { width: 90px;}
.editor-language .mastery { width: 134px;}
.editor-language .mastery em {
  color: #999;
  margin-right: 6px;
}
.language-z-index {
  z-index: 66;
}

/*个人技能-技能标签css样式*/
.add-skill-tag {
  float: left;
  width: 80px;
  display: inline;
  margin-left: 20px;
}
.add-skill-btn {
  height: 36px;
  line-height: 36px;
  width: 80px;
  background: #66be8c;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  border: none;
}
.add-skill-btn .icon {
  line-height: 10px;
  font-size: .9em;
  vertical-align: middle;
  margin-right: 8px;
}
.add-skill-btn:hover {
  background: #58b781;
}
.also-add-tag {
  height: 24px;
  line-height: 24px;
  margin-top: 5px;
  color: #666;
}
.also-add-tag em {
  margin: 0 5px;
  font-weight: bold;
  color: #f5694b;
}

.tag {
  padding: 10px 10px 10px 20px;
  border: 1px solid #e3e3e3;
}
.tag li {
  display: inline;
  margin: 10px 15px 10px 0;
  position: relative;
  height: 29px;
  line-height: 29px;
  float:left;
}
.tag li em {
  display: block;
    height: 29px;
  width: 18px;
    right: -2px;
    position: absolute;
    top: 0;
  font-size: 10px;
  line-height: 28px;
  *line-height: 30px;
}
.tag-item {
  height: 29px;
  margin: 0 23px 0 20px;
  display: inline-block;
  word-break: keep-all;
}
.my-tag {
  padding: 10px 10px 10px 20px;
}
.my-tag li {
  margin: 10px 20px 10px 0;
}
.my-tag li em {
  display: block;
    height: 29px;
  width: 10px;
    right: -2px;
    position: absolute;
    top: 0;
  font-size: 10px;
  line-height: 28px;
  *line-height: 30px;
}
.mytag-item {
  height: 29px;
  margin: 0 10px 0 20px;
  display: inline-block;
  word-break: keep-all;
}
.custom-add {
  overflow: visible;
  width: 190px;
}
.add-deter {
  width: 60px;
  height: 29px;
  line-height: 29px;
  background: #66be8c;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  margin-left: 10px;
  position:absolute;
  right: 0;
  top: 1px;
}
.tag-custom-ipt {
  padding: 4px;
  width: 110px;
  border: 1px dashed #ccc;
  display: inline-block;
}
.already-tag {
  background: url(http://static.jjoobb.cn/images/personal/resume/resume-bg.png) no-repeat left -555px;
  color:#777;
}
.already-tag em {
  background: url(http://static.jjoobb.cn/images/personal/resume/resume-bg.png) no-repeat right -555px;
}
.already-tag em a {
  color: #66be8c;
}
.already-tag em a:hover, .interest-tag em a:hover {
  color: #f5694b;
}
.interest-tag {
  background: url(http://static.jjoobb.cn/images/personal/resume/resume-bg.png) no-repeat left -514px;
  color: #9e8245;
}
.interest-tag em {
  background: url(http://static.jjoobb.cn/images/personal/resume/resume-bg.png) no-repeat right -514px;
}
.interest-tag em a {
  color: #9e8245;
  font-size: 12px;
}
.tag-item.cur em {
  display: block;
}
/*个人技能-技能标签css样式over*/
/*个人技能-技能认可样式 ▼*/
.preview-skill-list {
  width: 780px;
  margin: 10px 0 0 30px;
  padding-top: 10px;
}
.preview-skill-list.load {
  height: 30px;
  background: url(//static.jjoobb.cn/images/global/loading.gif) no-repeat center;
}

.skill-item {
  overflow: hidden;
  margin-bottom: 8px;
  position: relative;
  z-index: 0;
}

.skill-item .line {
  border-top: 1px solid #f4f4f4;
  margin: 12px 0 0 10px;
  height: 12px;
  width: 100%;
  position: absolute;
  z-index: -1;
}

.skill-tag-wrap {
  padding-right: 5px;
  background: #fff;
}
.skill-tag {
  background: #f5f5f5;
  box-shadow: 0 1px 2px #ddd;
  border-radius: 3px;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  margin-right: 5px;
  display: block;
}
.skill-tag .count {
  color: #fff;
  float: left;
  width: 24px;
  text-align: center;
  background: #66BE8C;
  transition: all .3s ease-in-out;
}
.skill-item.no-accept .count {
  width: 0;
  visibility: hidden;
}
.skill-tag .text {
  float: left;
  padding: 0 12px;
}

.skill-accept, .skill-tag {
  z-index: 10;
}
.skill-accept {
  position: relative;
}
.skill-accept img {
  width: 24px;
  height: 24px;
  border: 1px solid #eee;
}
.skill-accept .self {
  border-bottom: 2px solid #66BE8C;
}

.skill-accept .faces {
  float: right;
  background: #fff;
  padding-left: 10px;
  height: 28px;
}
.skill-accept .faces li {
  float: left;
  margin-left: 5px;
}

.skill-more .arrow {
  display: block;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 7px solid #ddd;
  margin: 6px 0 0 6px;
}
.skill-more .arrow:hover {
  border-left-color: #66BE8C;
}

.skill-btn {
  background: #fff;
  padding-right: 10px;
  line-height: 26px;
  color: #ddd;
}
.skill-btn:hover, .skill-btn.cancel {
  color: #35A766;
}
.skill-btn.del:hover .del{
  display: inline;
}
.skill-btn .text {
  display: none;
}

.skill-btn .icon {
  font-weight: bold;
  font-size: 90%;
  vertical-align: middle;
}

.skill-person-lay {
  border: 1px solid #ddd;
  width: 300px;
  height: 100px;
  background: #fff;
  box-shadow: 0 5px 10px #ddd;
  position: absolute;
  z-index: 9999;
  display: none;
}
.skill-person-lay dt {
  float: left;
  margin-right: 15px;
  border-right: 1px solid #ddd;
}
.skill-person-lay dd {
  float: right;
  width: 180px;
  line-height: 26px;
}
.skill-person-lay .face img {
  width: 100px;
  height: 100px;
}
.skill-person-lay .name {
  color: #000;
  font-weight: bold;
  font-size: 18px;
}
.skill-person-lay .follow {
  padding: 2px 10px;
  background: #f8f8f8;
  color: #444;
  margin-right: 5px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px #bbb;
}
.skill-person-lay .follow .icon {
  vertical-align: top;
  font-size: 90%;
  margin-right: .2em;
  *margin-right: 0;
}
.skill-person-lay .arrow {
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 15px solid #ddd;
  position: absolute;
  bottom: -31px;
  left: 120px;
}
.skill-person-lay .arrow.lit {
  bottom: -13px;
  left: -15px;
  border-top-color: #fff;
}

.skill-person-dal {
  width: 550px;
  border: 5px solid #66BE8C;
  border-top: none;
  background: #fff;
  box-shadow: 0 5px 15px #999;
  position: fixed;
  left: 50%;
  top: 200px;
  margin-left: -275px;
  z-index: 9999;
  display: none;
}
.skill-person-dal img {
  width: 60px;
  height: 60px;
}
.skill-person-dal .header {
  padding: 0 10px 0 20px;
  line-height: 36px;
  background: #66BE8C;
  overflow: hidden;
}
.skill-person-dal .header .title, .skill-person-dal .close {
  color: #fff;
}
.skill-person-dal .close {
  font-size: 80%;
}
.skill-person-dal .sub-title {
  background: #eee;
  font-size: 16px;
  line-height: 60px;
  padding: 0 20px;
}
.skill-person-dal .list {
  padding: 5px 20px 20px;
  overflow-y: auto;
  max-height: 300px;
}
.skill-person-dal .list li {
  border-bottom: 1px solid #eee;
  padding: 10px;
  overflow: hidden;
}
.skill-person-dal .list li:hover {
  background: #f4f4f4;
}
.skill-person-dal .list li:last-child {
  border: none;
}
.skill-person-dal .cont {
  width: 395px;
  margin-left: 15px;
  line-height: 30px;
}
.skill-person-dal .cont .name {
  color: #000;
  font-weight: bold;
}
.skill-person-dal .cont .name:hover {
  color: #F5694B;
}

.icon.woman,.icon.man {
  font-size: 120%;
}
.icon.man {
  color: #30aef6
}
.icon.woman {
  color: #f22de2
}
/*个人技能-技能认可样式结束 ▲*/
/*.tag {
	padding: 10px 10px 10px 20px;
	border: 1px solid #e3e3e3;
}
.tag li, .my-tag li {
	display: inline;
	margin: 10px 15px 10px 0;
	position: relative;
	height: 29px;
	line-height: 29px;
	float:left;
}
.tag li em {
	display: block;
    height: 29px;
	width: 18px;
    right: -2px;
    position: absolute;
    top: 0;
	font-size: 10px;
	line-height: 28px;
	*line-height: 30px;
}
.tag-item {
	height: 29px;
	margin: 0 23px 0 20px;
	display: inline-block;
	word-break: keep-all;
}
.my-tag {
	padding: 10px 10px 10px 20px;
}
.my-tag li {
	margin: 10px 20px 10px 0;
}
.my-tag li em {
	display: block;
    height: 29px;
	width: 10px;
    right: -2px;
    position: absolute;
    top: 0;
	font-size: 10px;
	line-height: 28px;
	*line-height: 30px;
}
.mytag-item {
	height: 29px;
	margin: 0 10px 0 20px;
	display: inline-block;
	word-break: keep-all;
}
.custom-add {
	overflow: visible;
	width: 190px;
}
.add-deter {
	width: 60px;
	height: 29px;
	line-height: 29px;
	background: #66be8c;
	color: #fff;
	display: inline-block;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
	margin-left: 10px;
	position:absolute;
	right: 0;
	top: 1px;
}
.tag-custom-ipt {
	padding: 4px;
	width: 110px;
	border: 1px dashed #ccc;
	display: inline-block;
}
.already-tag {
	background: url(http://static.jjoobb.cn/images/personal/resume/tag-bg.png) no-repeat 0 0;
	color:#9e8245;
}
.already-tag em {
	background: url(http://static.jjoobb.cn/images/personal/resume/tag-bg.png) no-repeat right 0;
}
.already-tag em a {
	color: #9e8245;
}
.already-tag em a:hover, .interest-tag em a:hover {
	color: #f5694b;
}
.interest-tag {
	background: url(http://static.jjoobb.cn/images/personal/resume/tag-bg.png) no-repeat 0 -41px;
	color: #777;
}
.interest-tag em {
	background: url(http://static.jjoobb.cn/images/personal/resume/tag-bg.png) no-repeat right -41px;
}
.interest-tag em a {
	color: #66be8c;
}
.tag-item.cur em {
	display: block;
}*/
/* 个人技能 ▲ */

/* 附加信息 ▼ */
.img-list .justify-item {
	margin-top: 20px;
	width: 166px;
}
.img-list-img {
	position: relative;
	display: block;
	border: 1px solid #d3d3d3;
	overflow: hidden;
}
.img-list-name {
	display: block;
	margin: 10px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.img-list-intro {
	position: relative;
	padding-right: 3em;
	height: 1.5em;
	line-height: 1.5em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #999;
}
.img-list-more {
	position: absolute;
	right: 0;
	color: #f5694b;
	cursor: pointer;
}
.img-list-intro.more {
	height: auto;
	padding-right: 0;
	white-space: normal;
}
.img-list-intro.more .img-list-more {
	position: relative;
}
.img-list-img .delete, .img-list-img .edit {
	position: absolute;
	right: 0;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background-color: #999;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
}
.img-list .delete {
	top: 0;
}
.img-list .edit {
	bottom: 0;
}
.img-list-img.cur .delete, .img-list-img.cur .edit {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
/* 附加信息 ▲ */
/* 范例 */
.job-des-example {
  position: relative;
  padding-left: 2em;
}

.job-des-example .list {
  font-size: 14px;
  position: absolute;
  margin-top: 5px;
  width: 230px;
  line-height: 2.2em;
  background-color: #f7f7f6;
  padding: 20px 26px 20px 40px;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  list-style: decimal;
  color: #666;
}

.job-des-example .list.notol {
  padding-left: 20px;
}

.rg-photo {
  width: 700px;
  height: 246px;
  position: relative;
}

.rg-photo-con {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.slide-box {
  position: absolute;
  left: 0;
  width: 3000px;
  height: 100%;
}
.slide-item {
  width: 200px;
  margin-right: 48px;
  float: left;
}
.slide-item.add .img-list-img {
  border-style: dashed;
  line-height: 200px;
  text-align: center;
}
.slide-item.add .img-list-img .lhn {
  display: inline-block;
  vertical-align: middle;
  color: #ccc;
}
.slide-item.add .img-list-img .icon {
  display: block;
  font-size: 28px;
}
.slide-item.add .img-list-name {
  display: none;
}
.slide-item.add .img-list-edit-ipt {
  border-style: dashed;
}

.slide-box .img-list-img {
  height: 200px;
}

.img-list-edit-ipt {
  margin-top: 8px;
  width: 100%;
  height: 34px;
  line-height: normal;
  text-align: center;
  border: 1px solid #ccc;
}

.rg-photo .img-list-name {
  line-height: 36px;
}

.rg-photo-left,
.rg-photo-right {
  position: absolute;
  top: 50%;
  margin-top: -1.2em;
  font-size: 2em;
  color: #c9c9c9;
}

.rg-photo-left {
  left: -2em;
}

.rg-photo-right {
  right: -2em;
}


.file-item {
  line-height: 2em;
}

.file-type {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-position: 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.file-name {
  display: inline-block;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.file-type.word {
  background-image: url(//static.jjoobb.cn/images/personal/resume/icon-word.png);
}
.file-type.ppt {
  background-image: url(//static.jjoobb.cn/images/personal/resume/icon-ppt.png);
}

.file-item a {
  color: #f5694b;
  margin-left: 1em;
}

.rg-additional-image {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
}

.rg-additional-image .header {
  padding: 10px 10px 0 10px;
  border-bottom: 1px solid #e3e3e3;
}

.rg-additional-image .con {
  padding: 20px;
}

.rg-additional-image .justify-item {
  margin-bottom: 1em;
  width: 148px;
  border: 1px dashed #d9d9d9;
}

.rg-additional-image input,
.rg-additional-image textarea {
  width: 128px;
  padding: 10px;
  outline: 0 none;
  border: 0 none;
  background-color: transparent;
  resize: none;
}

.rg-additional-image .img {
  position: relative;
  display: block;
  height: 150px;
  overflow: hidden;
}

.rg-additional-image .img img {
  width: 100%;
}

.rg-additional-image .img .close,
.rg-additional-image .img .edit {
  position: absolute;
  right: 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-color: #999;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.rg-additional-image .img .close {
  top: 0;
}

.rg-additional-image .img .edit {
  bottom: 0;
}

.doc-item {
  line-height: 2;
}

/* 使用手机扫描二维码上传提示 */
.qrcode-upload {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -480px;
  margin-top: -201.5px;
  padding: 35px 45px;
  width: 870px;
  height: 333px;
  background-color: #fff;
  z-index: 8888;
}
.qu-close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 20px;
  cursor: pointer;
}
.qu-close:hover {
  color: #f5694b;
}
.qrcode-upload .title {
  margin-bottom: 38px;
  font-size: 18px;
}
.qrcode-upload .left {
  float: left;
  padding-right: 50px;
  padding-bottom: 36px;
  border-right: 1px dashed #ccc;
}
.qrcode-upload .list {
  margin-top: 20px;
}
.qu-list-item {
  float: left;
  width: 126px;
  color: #7d7d7e;
  margin-left: 60px;
}
.qu-list-item:first-child {
  margin-left: 0;
}
.qu-list-item.last {
  margin-left: 90px;
}
.qrcode-upload .right {
  float: left;
  padding-left: 30px;
}
.qu-right-intro {
  margin: 10px 0 20px;
}

.rg-optional-con .form-label {
  padding-right: 10px;
}

