.personInfo[data-v-1c1b7b96] {
  background: white;
  width: 800px;
}
.personInfo .person_nav[data-v-1c1b7b96] {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #003e67;
  margin-bottom: 15px;
}
.personInfo .avta_info[data-v-1c1b7b96] {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.personInfo .avta_info .avta[data-v-1c1b7b96] {
  margin-bottom: 10px;
}
.personInfo .avta_info .avta_imgs[data-v-1c1b7b96] {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.personInfo .avta_info .avta_imgs[data-v-1c1b7b96] img {
  width: auto;
  height: auto;
  max-width: 100px;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
