.resume-detail-page .resume-head-layout {
  padding-bottom: 0;
}
.resume-head-layout {
  padding: 28px 0;
  position: relative;
  color: #333;
}
.resume-head-layout::before,
.resume-head-layout::after {
  content: "\20";
  display: table;
  clear: both;
}
.resume-head-layout .resume-head {
  margin: 0 40px;
}
.resume-head-layout .spr {
  margin: 0 10px;
  color: #c0c4ca;
}
.resume-head-layout .user-photo {
  float: left;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  overflow: hidden;
}
.resume-head-layout .user-photo img {
  max-width: 100%;
  max-height: 100%;
}
.resume-head-layout .general-info {
  margin-left: 160px;
}
.resume-head-layout .usr {
  line-height: 40px;
  font-size: 28px;
  margin-right: 340px;
}
.resume-head-layout .usr .name {
  vertical-align: middle;
}
.resume-head-layout .usr .male,
.resume-head-layout .usr .female {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-left: 18px;
}
.resume-head-layout .usr .male svg,
.resume-head-layout .usr .female svg {
  vertical-align: top;
  fill: #18bbf4;
}
.resume-head-layout .usr .male {
  background-position: 0 -18px;
}
.resume-head-layout .contact-usr {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  font-weight: 400;
}
.resume-head-layout .contact-usr .spr {
  margin: 0 10px;
}
.resume-head-layout .contact-usr i {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: middle;
  color: #666;
}
.resume-detail-page {
  min-height: 100vh;
  margin-top: 30px;
}
.resume-detail-page .resume-context {
  width: 960px;
  margin: 0 auto;
  background: #fff;
  padding-top: 1px;
}
.resume-detail-page .svg-file-icon {
  fill: #18bbf4;
}
.resume-detail-page .spr {
  margin: 0 10px;
  color: #ccc;
}
.resume-detail-page .spr:first-child,
.resume-detail-page .spr:last-child,
.resume-detail-page .spr + .spr {
  display: none;
}
.resume-detail-page .spr:last-child ~ .spr {
  display: none;
}
.u-file-row {
  padding: 2px 0;
  font-weight: 400;
  font-size: 14px;
}
.u-file-row a {
  margin-left: 30px;
  color: #18bbf4;
}
.u-file-row a:hover {
  color: #39cafd;
}
.u-file-row .last_ {
  margin-left: 0;
}
.u-file-row .spr {
  margin: 0 10px;
}
.u-part-layout {
  margin-bottom: 10px;
}
.u-label-content {
  padding-top: 2px;
  padding-bottom: 2px;
  box-sizing: border-box;
}
.u-label-content .u-label {
  display: inline-flex;
  text-align: right;
}
.u-label-content .u-content {
  display: inline;
  word-break: break-all;
}
.u-label-content .u-content .u-content-tag {
  font-size: 12px;
  line-height: 22px;
  color: #909399;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  white-space: nowrap;
  display: inline-block;
  padding: 0 8px;
  box-sizing: border-box;
  border-color: transparent;
  margin-right: 8px;
  background-color: #f0f2f5;
}
.u-label-content.u-label-content-textarea {
  display: flex;
  flex-direction: row;
}
.u-label-content.u-label-content-textarea-read .u-content {
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.u-label-content.u-label-content-textarea .u-label strong{
  max-width: 15em;
  text-align: left;
}
.u-legend {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  color: #161616;
  margin: 30px 40px;
}
.u-legend .u-title {
  display: inline-block;
  line-height: 40px;
  float: left;
  font-weight: bold;
  font-size: 20px;
  color: #161616;
  text-decoration: none;
  position: relative;
}
.u-legend .u-title::before {
  content: "\20";
  position: absolute;
  width: 26px;
  border-bottom: 4px solid #18bbf4;
  left: 0;
  bottom: 0;
}
.u-legend::before,
.u-legend::after {
  content: "\20";
  display: table;
  clear: both;
}
.u-sec-detail {
  margin: -6px 40px 0;
  line-height: 24px;
  color: #333;
}
.u-sec-detail .u-label-content:last-child,
.u-sec-detail .u-file-row:last-child {
  margin-bottom: 23px;
}
.u-sec-detail:last-child {
  margin-bottom: -7px;
}
.u-sec-detail:last-child .u-sec-hgroup:last-child .u-sec-head:last-child {
  margin-bottom: 1px;
}
.u-sec-detail:last-child .u-sec-hgroup:last-child .u-sec-sub-head {
  margin-bottom: 0;
}
.u-sec-detail:last-child .u-label-content:last-child,
.u-sec-detail:last-child .u-file-row:last-child {
  margin-bottom: 0;
}
.u-sec-detail::before,
.u-sec-detail::after {
  content: "\20";
  display: table;
  clear: both;
}
.u-label-content {
  display: block;
}
.u-label {
  display: inline-flex;
  min-height: 1px;
  align-items: flex-start;
  justify-content: flex-end;
}
.u-label strong {
  font-weight: 400;
  width: max-content;
}
.u-label i {
  font-style: normal;
}
.u-sec-hgroup:last-child .u-sec-head:last-child {
  margin-bottom: 8px;
}
.u-sec-hgroup:last-child .u-sec-sub-head {
  margin-bottom: 23px;
}
.u-sec-hgroup span.spr {
  margin: 0 10px;
}
.u-sec-hgroup a {
  color: #18bbf4;
}
.u-sec-hgroup a:hover {
  color: #39cafd;
}
.u-sec-head {
  font-size: 15px;
  line-height: 28px;
  font-weight: 700;
}
.u-sec-head span:nth-child(n+2) {
  margin-left: 30px;
}
.u-sec-head span.spr {
  margin: 0 10px;
}
.u-sec-head strong,
.u-sec-head .strong {
  font-weight: bold;
}
.u-sec-sub-head {
  font-size: 14px;
  padding: 2px 0;
}
.u-sec-sub-head:empty {
  display: none;
}
.u-sec-sub-head strong,
.u-sec-sub-head .strong {
  font-size: 15px;
  font-weight: bold;
}
.resume-detail-foot,
.resume-edit-foot {
  margin-top: 30px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.resume-detail-foot .context,
.resume-edit-foot .context {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
  width: 100%;
  background: #fff;
  padding: 10px 0;
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 0;
}
.u-halfwidth-context .u-label-content {
  float: left;
  width: 50%;
  padding-right: 20px;
}
.u-halfwidth-context:after {
  display: block;
  content: "";
  clear: both;
}
.u-file-row svg {
  margin-right: 10px;
  vertical-align: -2px;
}
.u-file-row .file-icon {
  width: 14px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  margin-top: -4px;
}
.u-file-row a {
  margin-left: 30px;
}
.resume-context {
  padding-bottom: 23px;
}
.resume-detail-page.resume-detail-fail {
  width: 100vw;
  height: 100vh;
  padding: 30px 0;
  box-sizing: border-box;
  margin-top: 0;
}
.resume-detail-page.resume-detail-fail .resume-context {
  height: 100%;
  min-height: auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #333;
}
.resume-detail-page.resume-detail-fail .resume-context button {
  height: 40px;
}
