.notary-div {
  width: 100%;
  margin-top: 4.9rem;
  margin-bottom: 5.9rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.notary {
  width: 33.5rem;
  display: flex;
  flex-direction: column;
}
.notary-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notary-input {
  width: 21.6rem;
  height: 2.5rem;
  padding-left: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  outline: none;
}
.notary-input:focus {
  color: #c13f33;
  border: 1px solid #c13f33;
}
.notary-button {
  width: 8rem;
  height: 3.2rem;
  background: #c13f33;
  border-radius: 0rem 0rem 0rem 0rem;
  opacity: 1;
  font-size: 1.4rem;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notary-person {
  margin-top: 1rem;
  display: none;
  flex-direction: column;
  align-items: center;
  background-color: #cee8f67d;
}
.notary-person-span {
  font-size: 1.5rem;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #006cba;
  line-height: 1.5rem;
}
.notary-person-span-img{
  width: 90%;
  height: auto;
}
.title-span-id {
  font-family: 'anJiXingKaiJianTi-Cu-2';
  font-size: 3rem;
  font-weight: 500;
  line-height: 3rem;
}
