/* common  */

header {
  width: 100%;
  height: 40px;
}

/* personnel-detail */

.main-width {
  max-width: 1280px;
  margin: 0 auto;
}

@media only screen and (max-width: 1280px) {
  .main-width {
    width: auto;
    margin: 0;
  }
}

.zw-change{
  width: 76%;
}

@media (max-width:1024px) {
  .zw-change{
    width: 100%;
  }
}

.email {
  /* color: #8420B4; */
  text-decoration: underline;
  font-style: italic;
}

.email:hover{
  color: #8420B4;
}

.changeHTML p{
  padding-bottom: 8px;
  padding-left: 13px;
  word-wrap: break-word;
}

.changeHTML>p:last-child{
  padding-bottom: 8px;
}

@media (min-width:1024px) {
  .flex-min-height{
    min-height: 187px;
  }
}

.resume-title {
  background-color: #8420B4;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding-left: 21px;
  height: 35px;
  line-height: 35px;
}

.resume-content {
  padding: 8px;
}

.wm-editor {
  word-wrap: break-word;
  zoom: 1;
  letter-spacing: 0;
  line-height: 2.3;

  font-size: 16px !important;
  font-weight: 400 !important;
  color: #222222 !important;
  /* line-height: 34px !important; */
  width: 100% !important;
}

.to-hidden{
  display:none
}

.changeHTML ul,
.changeHTML ol {
  padding: 8px 45px 8px 45px !important;
}

@media (max-width:1024px) {

  .changeHTML ul,
  .changeHTML ol {
    padding: 0 !important;
    padding-left: 28px !important;
  }
}

.personnel-introduction {
  background-color: #FAFAFA;
}

.personnel-introduction .main-width {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 56px;
  display: flex;
}

.avatar-box {
  flex: 1;
  border-radius: 100%;
  max-width: 306px;
}

.avatar-box img {
  width: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.intro-detail {
  flex: 3;
  margin-left: 48px;
}

.intro-detail .name-position-box {
  display: flex;
  align-items: baseline;
}

.intro-detail .name-position-box .name {
  font-weight: bold;
  font-size: 38px;
  color: rgba(0,0,0,0.85);
  line-height: 53px;
}

.intro-detail .name-position-box .position {
  margin-left: 12px;
  font-size: 16px;
  color: rgba(0,0,0,0.65);
  line-height: 22px;
}

.other-intro {
  padding-bottom: 20px;
  border-bottom: 1px solid #E4E4E4;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  flex-wrap: wrap;
}

.other-intro .colon,
.other-intro .label {
  color: rgba(0,0,0,0.65);
  margin-top: 10px;
  display: inline-block;
}

.intro-biography {
  margin-top: 12px;
  font-size: 16px;
  color: rgba(0,0,0,0.65);
  line-height: 30px;
  font-style: italic;
}

.resume-detail {
  margin: 48px auto;
  margin-bottom: 100px;
}

.person-top {
  bottom: 240px !important;
}

@media (max-width: 1024px) {
  .resume-detail {
    padding: 0 16px;
    margin: 40px auto;
  }
  .personnel-introduction .main-width {
    flex-direction: column;
    padding: 24px 16px 32px;
  }
  .intro-detail {
    margin-left: 0;
  }
  .other-intro {
    flex-direction: column;
    padding-top: 6px;
    padding-bottom: 24px;
    font-size: 16px;
    line-height: 22px;
  }
  .other-intro .content {
    display: block;
  }
  .avatar-box {
    width: 160px;
    margin: 0 auto;
  }
  .intro-detail .name-position-box {
    align-items: center;
    flex-direction: column;
    margin-top: 12px;
  }
  .intro-detail .name-position-box .name {
    font-size: 22px;
    color: #111;
    line-height: 27px;
  }
  .intro-detail .name-position-box .position {
    margin-left: 0;
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px;
  }
  .other-intro > div {
    width: 100%;
  }
  .other-intro > div .content {
    margin-top: 4px;
    font-weight: bold;
  }
  .other-intro .colon {
    display: none;
  }
}

