.passport {
  position: relative;
  background: #fff;
}
.passport .goback,
.passport .gohome {
  display: none;
}
.passport .passportbg {
  width: 100%;
  height: calc(100vh - 80px);
  background: url(../img/passport/passportbg6.png) bottom no-repeat;
  background-size: cover;
  padding: 30.28vh 12.5% 0 12.5%;
  margin-top: 80px;
}
.passport .passportbg > * {
  display: block;
}
.passport .passportbg > div:nth-child(1) {
  font-family: "FZFengYaSongS";
  font-size: 55px;
  color: #c5a86f;
  line-height: 55px;
  letter-spacing: 6px;
  text-align: left;
}
.passport .passportbg > div:nth-child(2) {
  font-family: "PingFangSC-Regular";
  font-size: 24px;
  color: #1d2943;
  letter-spacing: 1px;
  padding: 20px 0 83px 0;
}
.passport .passportbg > div:nth-child(3) {
  width: 435px;
  height: 44px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  background: url(../img/passport/passportsearch2.png) bottom no-repeat;
  background-size: 100% 100%;
  border-radius: 70px 70px 70px 70px;
  display: flex;
  align-items: center;
  padding: 13px 14px;
  font-family: "PingFangSC-Regular";
  font-size: 16px;
  color: rgba(29, 41, 67, 0.5);
}
.passport .passportbg > div:nth-child(3) img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: invert(0.6);
}
.passport .passportbg > div:nth-child(3) .search {
  width: 46px;
  height: 26px;
  font-family: "PingFangSC-Regular";
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  letter-spacing: 2px;
  text-align: center;
  margin-left: 10px;
  background: url(../img/passport/passportsearch5.png) bottom no-repeat;
  background-size: 100% 100%;
}
.passport
  .passportbg
  > div:nth-child(3)
  .select2-container--default
  .select2-selection--single
  .select2-selection__placeholder:focus {
  color: #1d2943;
}
.passport > .search {
  padding: 40px 12.5% 0 12.5%;
  height: auto;
  width: 100%;
  position: relative;
  z-index: 1;
}

.passport .search .searchbox {
  width: 100%;
  height: 100%;
}
.passport .search .searchbox .top > div:nth-child(1) {
  font-family: "PingFangSC-Medium";
  font-size: 24px;
  color: #c5a86f;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}
.passport .search .searchbox .top > div:nth-child(1) > img {
  display: block;
  width: 22px;
  height: 24px;
  margin-right: 10px;
}
.passport .search .searchbox .top > div:nth-child(2) {
  font-family: "PingFangSC-Regular";
  font-size: 18px;
  color: rgba(29, 41, 67, 0.8);
  line-height: 25px;
  letter-spacing: 1px;
  text-align: left;
  padding-top: 20px;
}
.passport .search .searchbox .top > div:nth-child(3),
.passport .search .searchbox .top > div:nth-child(4),
.passport .search .searchbox .top > div:nth-child(5) {
  display: none;
}

.passport .passportshow {
  padding: 0px 12.5% 80px 12.5%;
  width: 100%;
  position: relative;
  z-index: 1;
}
.passport .passportshow .showbox {
  width: 100%;
}
.passport .passportshow .showbox .title:first-of-type {
  display: none;
}
.passport .passportshow .showbox .title {
  font-family: "FZFengYaSongS";
  font-size: 24px;
  color: #263b58;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  position: relative;
}
.passport .passportshow .showbox .title > img:first-of-type {
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-left: 5px;
}
.passport .passportshow .showbox .title > img:last-of-type {
  width: 217px;
  height: 24px;
  position: absolute;
  top: -12px;
  left: 0;
  object-fit: contain;
}
.passport .passportshow .showbox .passportlist {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.passport .passportshow .showbox .passportlist .prev img,
.passport .passportshow .showbox .passportlist .next img {
  width: 38px;
  height: 24px;
  object-fit: cover;
}
.passport .passportshow .showbox .passportlist .prev {
  padding-right: 60px;
  display: none;
}
.passport .passportshow .showbox .passportlist .next {
  padding-left: 60px;
  display: none;
}
.passport .passportshow .showbox .passportlist > div.list {
  width: 100%;
  padding-top: 9px;
}
.passport .passportshow .showbox .passportlist .list a .country {
  width: 8.44vw;
  height: 23.11vh;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #999999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px;
}
.passport .passportshow .showbox .passportlist .list .country:hover {
  background: rgba(197, 168, 111, 0.2);
  transform: all 0.5s;
}
.passport .passportshow .showbox .passportlist .list .country img {
  width: 100%;
  height: 88%;
  object-fit: cover;
  object-position: center;
  border-radius: 0px 5px 5px 0px;
}
.passport .passportshow .showbox .passportlist .list .country > div {
  font-family: "PingFangSC-Regular";
  font-size: 14px;
  color: #263b58;
  line-height: 14px;
  letter-spacing: 1px;
  padding-top: 10px;
}
/* 轮播 */
.carousel-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
}
.carousel-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}
.carousel-page {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-auto-rows: auto;
  gap: 10px;
  width: 100%;
  flex: 0 0 100%;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 20px 0 0 0;
  border-top: 1px dashed rgba(38, 59, 88, 0.5);
}
/* 滚动条轨道 */
.scrollbar-track {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background: rgba(197, 168, 111, 0.2);
  cursor: pointer;
  pointer-events: auto;
  border-radius: 100px 100px 100px 100px;
}

.scrollbar-thumb {
  height: 100%;
  background: #c5a86f;
  width: 0;
  position: relative;
  cursor: grab;
  pointer-events: all;
  transition: left 0.3s ease;
  border-radius: 100px 100px 100px 100px;
}
.passport .search .searchbox .top {
  display: none;
}
.passport .search .searchbox .view {
  display: block;
  position: relative;
  margin: 92px 0;
}
.passport > .search > .searchbox > .view > img.map {
  position: absolute;
  top: 76px;
  left: 0;
  width: 100%;
  /* height: auto; */
  height: 77vh;
  /* object-fit: contain; */
  z-index: -1;
}
.passport > .search > .searchbox > .view > img.en {
  width: 147px;
  height: 24px;
  object-fit: contain;
  position: absolute;
  top: -12px;
  left: 0;
}
.passport .search .searchbox .view > div:nth-child(3) {
  display: none;
}
.passport .search .searchbox .view > div:nth-child(4) {
  display: flex;
  align-items: center;
  font-family: "FZFengYaSongS";
  font-size: 24px;
  color: #263b58;
  letter-spacing: 1px;
}
.passport .search .searchbox .view > div:nth-child(4) > img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-left: 5px;
}
.passport .search .searchbox .view > div:nth-child(5) {
  font-family: "PingFangSC-Regular";
  font-size: 18px;
  color: rgba(29, 41, 67, 0.8);
  letter-spacing: 1px;
  text-align: left;
  padding: 10px 0 2px 0;
  width: 171px;
  border-bottom: 1px solid #c5a86f;
}
.passport .search .searchbox .view > div:nth-child(6) {
  display: block;
  width: 56px;
  height: 3px;
  background: #c5a86f;
  border-radius: 0px 0px 0px 0px;
}
.passport .search .searchbox .view > div:nth-child(7) {
  font-family: "PingFangSC-Medium";
  font-size: 18px;
  color: #c5a86f;
  letter-spacing: 1px;
  text-align: left;
  padding-top: 40px;
}
.passport .search .searchbox .view > div:nth-child(8) {
  font-family: "PingFangSC-Regular";
  font-size: 16px;
  color: rgba(29, 41, 67, 0.8);
  line-height: 22px;
  letter-spacing: 1px;
  text-align: left;
  padding-top: 10px;
}
.passport .search .searchbox .view .route {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding-top: 100px; */
  padding-top: 8.06vh;
}
/* .passport .search .searchbox .view .route > img {
  width: 1007px;
  height: 219px;
} */
.passport .search .searchbox .view .route > img.route3 {
  /* width: 65.63vw; */
  width: 52.29vw;
  height: auto;
  object-fit: contain;
  /* margin-left: 2.5vw; */
}
.passport .search .searchbox .view .route .inputsearch {
  display: flex;
  justify-content: space-between;
  width: 100%;
  /* padding: 9.26vh 0 11.85vh 0; */
  padding: 40px 6.25vw 11.85vh 6.25vw;
}
.passport .search .searchbox .view .route .inputsearch > img {
  display: none;
}
.passport .search .searchbox .view .route .inputsearch > div {
  width: 197px;
  font-family: "PingFangSC-Regular";
  font-size: 18px;
  color: #1d2943;
  letter-spacing: 1px;
  text-align: center;
}
.passport .search .searchbox .view .route .inputsearch > div > div {
  padding-bottom: 10px;
}
.passport .search .searchbox .view .route .inputsearch select {
  background: rgba(197, 168, 112, 0.6);
  border-radius: 3px 3px 3px 3px;
  width: 120px;
  border: none;
  padding: 4px;
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 10px;
  color: rgba(29, 41, 67, 0.6);
  letter-spacing: 1px;
  outline: none;
}
.passport .search .searchbox .view .route .check {
  width: 269px;
  height: 61px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 18px;
  line-height: 61px;
  color: #684500;
  letter-spacing: 3px;
  text-align: center;
  background: url(../img/passport/passportsearch6.png) center no-repeat;
  background-size: contain;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.passport .overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.8);
  z-index: 101;
  display: none;
}
.passport .overlay.show {
  display: block !important;
}
.passport .overlay > img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 102;
}
.passport .overlay > img:first-of-type {
  display: none;
}
.passport .overlay > img:last-of-type {
  width: 1440px;
  height: 366px;
}
.passport .overlay .card {
  position: absolute;
  top: 27%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 110 !important;
  width: 454px;
  height: 327px;
  background: url(../img/passport/passportbg10.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.passport .overlay .card div:nth-child(1) {
  font-family: "FZLanTingHeiS-EB-GB";
  font-size: 32px;
  color: #1d2943;
  line-height: 38px;
  letter-spacing: 1px;
  padding-bottom: 40px;
  display: none;
}
.passport .overlay .card div:nth-child(2) {
  font-family: "PingFangSC-Medium";
  font-size: 18px;
  color: #1d2943;
  letter-spacing: 1px;
  text-align: center;
  display: block;
}
.passport .overlay .card div:nth-child(3) {
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
  background: #1d2943;
  border-radius: 59px 59px 59px 59px;
  margin: 0 100px;
  white-space: nowrap;
  padding: 12px 60px;
  display: none;
}
.passport .overlay .card div:nth-child(4) {
  width: 454px;
  height: 130px;
  font-family: "PingFangSC-Regular";
  font-size: 14px;
  color: rgba(29, 41, 67, 0.8);
  letter-spacing: 1px;
  text-align: center;
  padding: 10px 100px 60px 100px;
}
.passport .overlay .card a {
  font-family: "PingFangSC-Medium";
  font-size: 16px;
  color: #684500;
  line-height: 48px;
  letter-spacing: 2px;
  text-align: center;
  /* width: 212px;
  height: 41px;
  background: #c5a86f;
  border-radius: 59px 59px 59px 59px;
  margin: 80px 164px 0 164px; */
  width: 204px;
  height: 48px;
  background: url(../img/passport/passportsearch7.png) center no-repeat;
  background-size: contain;
  margin: 0 125px;
}
.passport .overlay .card div:nth-child(6) {
  display: block;
  font-family: "PingFangSC-Regular";
  font-size: 10px;
  color: rgba(29, 41, 67, 0.3);
  letter-spacing: 1px;
  text-align: center;
  padding-top: 40px;
}
.passport .overlay .card > .img {
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -80px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 103;
  cursor: pointer;
}
.passport .overlay .card > .img img {
  width: 100%;
  height: 100%;
}
.passport .overlay .card > .img img:first-of-type {
  display: none;
}
.passport .overlay .card > .img img:last-of-type {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .passport {
    position: relative;
    background: #edeef0;
  }
  .passport .goback,
  .passport .gohome {
    display: flex;
  }
  .passport .passportbg {
    width: 100%;
    height: 286px;
    background: url(../img/passport/passportbg.png) top no-repeat;
    background-size: cover;
    padding: 0;
    margin-top: 0px;
  }
  .passport .passportbg > * {
    display: none;
  }
  .passport .passportbg > div:nth-child(3) {
    display: none;
  }
  /* .passport .passportbg > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  } */
  .passport > .search {
    padding: 0 15px;
    /* height: 191px; */
    height: auto;
    width: 100%;
    margin-top: -5px;
    position: relative;
    z-index: 1;
  }
  .passport > .search > img {
    display: none;
  }
  .passport .search .searchbox {
    width: 100%;
    height: 100%;
    padding-bottom: 6px;
    border-radius: 8px 8px 8px 8px;
  }
  .passport .search .searchbox .top {
    background: #c9af7c;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2),
      inset -2px 4px 4px 0px rgba(0, 0, 0, 0.2),
      inset 2px 0px 4px 0px rgba(0, 0, 0, 0.2);
    border-radius: 8px 8px 8px 8px;
    padding: 15px 10px;
    display: block;
  }
  .passport > .search > .searchbox > .view > img.map {
    display: none;
  }
  .passport .search .searchbox .top > div:nth-child(1) {
    font-family: "FZLanTingHeiS-EB-GB";
    font-size: 14px;
    color: #ffffff;
    line-height: 16px;
    letter-spacing: 1px;
  }
  .passport .search .searchbox .top > div:nth-child(1) > img {
    display: none;
  }
  .passport .search .searchbox .top > div:nth-child(2) {
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 12px;
    color: #ffffff;
    line-height: 17px;
    padding: 6px 0 15px 0;
    letter-spacing: 1px;
  }
  .passport .search .searchbox .top > div:nth-child(3),
  .passport .search .searchbox .top > div:nth-child(4),
  .passport .search .searchbox .top > div:nth-child(5) {
    display: block;
  }
  .passport .search .searchbox .top > div:nth-child(3) {
    font-family: "FZLanTingHeiS-EB-GB";
    font-size: 14px;
    color: #1d2943;
    line-height: 16px;
    letter-spacing: 1px;
  }
  .passport .search .searchbox .top > div:nth-child(4) {
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 12px;
    color: #1d2943;
    line-height: 14px;
    letter-spacing: 1px;
    padding: 6px 0 20px 0;
  }
  .passport .search .searchbox .top > div:nth-child(5) {
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
    background: url(../img/passport/passportsearch3.png) center no-repeat;
    background-size: 100% 100%;
    border-radius: 70px 70px 70px 70px;
    padding: 9px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  }
  .passport .search .searchbox .top > div:nth-child(5) > img {
    width: 16px;
    height: 16px;
    object-fit: cover;
    margin: 4px;
  }
  .passport .search .searchbox .view .route > img.route3 {
    display: none;
  }
  .passport .search .searchbox .top > div:nth-child(5) > input {
    border: none;
    background: none;
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 16px;
    width: 78%;
  }
  .passport .search .searchbox .top > div:nth-child(5) > input:focus {
    border: none;
    background: none;
    outline: none;
  }
  .passport .search .searchbox .top > div:nth-child(5) > .search1 {
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 12px;
    color: #182e5c;
    line-height: 22px;
    margin-left: 4%;
    background: #c5a86f;
    height: 22px;
    border-radius: 39px 39px 39px 39px;
    width: 37px;
    text-align: center;
    box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2),
      inset 0px -1px 2px 0px rgba(0, 0, 0, 0.2);
  }
  .passport .passportshow .showbox .title:nth-child(2) {
    display: none;
  }

  /* 护照展示 */
  .passport .passportshow {
    padding: 30px 15px;
  }
  .passport .passportshow .showbox {
    width: 100%;
    height: 233px;
    background: #ffffff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    border-radius: 8px 8px 8px 8px;
    padding: 10px;
  }
  .passport .passportshow .showbox .title:first-of-type {
    display: block;
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 14px;
    color: #1d2943;
    line-height: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d9d9d9;
  }
  .passport .passportshow .showbox .title:last-of-type {
    display: none;
  }
  .passport .passportshow .showbox .passportlist {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: space-between;
  }
  .passport .passportshow .showbox .passportlist .prev img,
  .passport .passportshow .showbox .passportlist .next img {
    width: 16px;
    height: 10px;
    object-fit: cover;
  }
  .passport .passportshow .showbox .passportlist .prev {
    padding-right: 0px;
  }
  .passport .passportshow .showbox .passportlist .next {
    padding-left: 0px;
  }
  .passport .passportshow .showbox .passportlist > div.list {
    width: 100%;
    /* display: flex;
    flex-wrap: wrap; */
    padding-top: 9px;
  }
  .passport .passportshow .showbox .passportlist .list a .country {
    width: 44px;
    height: 78px;
    border-radius: 4px 4px 4px 4px;
    border: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    white-space: nowrap;
  }
  .passport .passportshow .showbox .passportlist .list .country:hover {
    transform: translate3d(0, 0, 0) scale(1.1);
    border: none;
    background: #c5a86f;
  }
  .passport .passportshow .showbox .passportlist .list .country img {
    width: 33px;
    height: 49px;
  }
  .passport .passportshow .showbox .passportlist .list .country > div {
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 10px;
    color: #1d2943;
    line-height: 12px;
    padding-top: 6px;
    letter-spacing: 0;
  }

  /* 轮播 */
  .carousel-container {
    width: 100%;
    overflow: hidden;
    padding-bottom: 0px;
  }
  .carousel-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  .carousel-page {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: auto;
    gap: 10px;
    width: 100%;
    flex: 0 0 100%;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 00px;
    border-top: none;
  }
  .scrollbar-track,
  .scrollbar-thumb {
    display: none;
  }
  .passport .search .searchbox .view {
    margin: 15px 0 0 0;
    padding: 15px 10px;
    border-top: none;
    display: block;
    background: #c9af7c;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2),
      inset -2px 4px 4px 0px rgba(0, 0, 0, 0.2),
      inset 2px 0px 4px 0px rgba(0, 0, 0, 0.2);
    border-radius: 8px 8px 8px 8px;
  }
  .passport .search .searchbox .view > div:nth-child(3) {
    font-family: "FZLanTingHeiS-EB-GB";
    font-size: 14px;
    color: #1d2943;
    letter-spacing: 1px;
    padding-bottom: 6px;
    display: block;
  }
  .passport .search .searchbox .view > div:nth-child(5) {
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 12px;
    color: #1d2943;
    letter-spacing: 1px;
    padding: 0 0 11px 0;
    border: none;
  }
  .passport .search .searchbox .view > div:nth-child(4),
  .passport .search .searchbox .view > div:nth-child(6),
  .passport .search .searchbox .view > div:nth-child(7),
  .passport .search .searchbox .view > div:nth-child(8) {
    display: none;
  }
  .passport .search .searchbox .view .route {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0px;
  }
  .passport .search .searchbox .view .route .inputsearch {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0 30px 0;
  }
  .passport .search .searchbox .view .route .inputsearch > img {
    width: 80px;
    height: 14px;
    object-fit: cover;
    margin-top: 21px;
    display: block;
  }
  .passport .search .searchbox .view .route .inputsearch > div {
    text-align: center;
    width: 130px;
    font-family: "FZLanTingHeiS-EB-GB";
    font-size: 12px;
    color: #1d2943;
    line-height: 14px;
    letter-spacing: 1px;
  }
  .passport .search .searchbox .view .route .inputsearch > div > div {
    padding-bottom: 4px;
  }
  .passport .search .searchbox .view .route .inputsearch select {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 37px 37px 37px 37px;
    width: 120px;
    border: none;
    padding: 4px;
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 10px;
    color: rgba(29, 41, 67, 0.6);
    letter-spacing: 1px;
    outline: none;
  }
  .passport .search .searchbox .view .route .check {
    width: 144px;
    height: 32px;
    background: url(../img/passport/passportcheck.png) center no-repeat;
    background-size: contain;
    border-radius: 50px 50px 50px 50px;
    font-family: "FZLanTingHeiS-EB-GB";
    font-size: 14px;
    color: #1d2943;
    line-height: 32px;
    letter-spacing: 2px;
    text-align: center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  }
  .passport > .search > .searchbox > .view > img.en {
    display: none;
  }

  .passport .overlay .card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 87.2%;
    height: 185px;
    background: url(../img/passport/passportbg3.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .passport .overlay .card div:nth-child(1) {
    font-family: "FZLanTingHeiS-EB-GB";
    font-size: 20px;
    color: #1d2943;
    line-height: 23px;
    letter-spacing: 1px;
    padding-bottom: 15px;
    display: block;
  }
  .passport .overlay .card div:nth-child(2) {
    display: none;
  }
  .passport .overlay .card div:nth-child(3) {
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    background: #1d2943;
    border-radius: 51px 51px 51px 51px;
    margin: 0 56px;
    white-space: nowrap;
    padding: 6px;
    display: block;
  }
  .passport .overlay .card div:nth-child(4) {
    display: none;
  }
  .passport .overlay .card a {
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 14px;
    color: #1d2943;
    line-height: 28px;
    letter-spacing: 1px;
    width: 132px;
    height: 28px;
    background: #c5a86f;
    border-radius: 42px 42px 42px 42px;
    margin: 50px 98px 0 98px;
  }
  .passport .overlay .card div:nth-child(6) {
    display: none;
  }
  .passport .overlay > img:first-of-type {
    display: block;
  }
  .passport .overlay > img:last-of-type {
    display: none;
  }
  .passport .overlay .card > .img {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 10px;
    left: auto;
    bottom: auto;
    right: 10px;
    z-index: 103;
  }
  .passport .overlay .card > .img img {
    width: 100%;
    height: 100%;
  }
  .passport .overlay .card > .img img:first-of-type {
    display: block;
  }
  .passport .overlay .card > .img img:last-of-type {
    display: none;
  }
}
