/* common  */

header {
  width: 100%;
  height: 60px;
  /* background: #156BBC; */
}

@media (min-width: 1024px) {
  header {
    width: 100%;
    height: 40px;
  }
}

/* personnel-list */

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

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

@media only screen and (max-width: 1023px) {
  .main-width > .br-230-100 {
    border: none;
  }
}


.letter-search li {
  position: relative;
  width: 24px;
  text-align: center;
}

.letter-search li::after {
  display: block;
  content: '';
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 14px;
  background-color: rgba(51, 51, 51, 1);
}

.letter-search li:last-child::before {
  display: block;
  content: '';
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 14px;
  background-color: rgba(51, 51, 51, 1);
}

.letter-search li.choosed {
  background-color: #49B8EF;
  color: rgb(255, 255, 255);
  z-index: 1;
}

.letter-search li.choosed::before {
  display: none;
}
.letter-search li.choosed::after {
  display: none;
}

.title-control img {
  width: 26px;
}

/* .personnel-list > li > ul {
  display: none;
} */

.personnel-list > li.choosed > ul > ul {
  display: grid;
}

.personnel-list > li.choosed > p > span {
  color: #49B8EF;
}

.personnel-list > li > p > .icon-shouqi {
  color: #49B8EF;
}
.personnel-list > li > p > .icon-zhankai {
  color: #000;
}

.personnel-list > li.holder .program-table {
  display: block;
}

.program-table {
  display: none;
}

.personnel-detail p {
  background-image: linear-gradient(#49B8EF,#49B8EF);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size .3s;
}

.underline-151-100 {
  text-decoration:underline;
  text-decoration-color: rgba(151, 151, 151, 1);
}

.avatar-radius-box {
  border-radius: 50% 50%;
  overflow: hidden;
  border: 0.5px solid rgba(181,181,181,0.29);
  background-color: #49b8ef;
}

.avatar-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px; 
  color: rgba(255, 255, 255, 1);
}

.cover-mask {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,.8);
  z-index: 10;
  cursor: pointer;
}
.cover-mask img {
  position: fixed;
  padding: 46px 8px;
  top: 50%;
  left: 50%;
  height: 100vh;
  transform: translate(-50%, -50%);
}

.introduction {
  background: #F6F6F6;
  border-radius: 2px;
  font-size: 14px;
  font-weight: normal;
  color: #595959;
}

.p-26-50 {
  padding: 14px 26px;
}

@media (min-width: 1024px) {
  .p-26-50 {
    padding: 26px 50px;
  }
}

.statement-wrapper {
  padding: 2.158% 4.317%; 
  background: #F6F6F6;
  border-radius: 2px;
  margin-bottom: 2.158%;
  /* margin-right: 4.317%; */
  margin-right: 1.25rem;
}

@media (max-width: 1024px) {
  .statement-wrapper {
    padding: 24px;
    margin-right: 0;
    word-break: break-all;
    margin-bottom: 16px;
  }
}