.rank {
  background: #fff;
  position: relative;
  padding: 160px 12.5% 80px 12.5%;
}
.rank .detailbox {
  width: 100%;
  padding: 10px;
  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
}
.rank .detailbox1 {
  height: 447px;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.rank .detailbox .ranking {
  display: flex;
}
.rank .detailbox .ranking > img {
  width: 345px;
  height: 499px;
}
.rank .detailbox .ranking > .text {
  padding: 0 0 0 60px;
  width: 100%;
}
.rank .detailbox .ranking > .text .country {
  display: flex;
  padding-bottom: 20px;
}
.rank .detailbox .ranking > .text .country .countrynum {
  padding-left: 200px;
}
.rank .detailbox .ranking > .text .country .countrynum span:first-of-type {
  font-family: "PingFangSC-Regular";
  font-size: 18px;
  color: rgba(29, 41, 67, 0.8);
  line-height: 18px;
  letter-spacing: 3px;
  text-align: left;
  padding-right: 10px;
}
.rank .detailbox .ranking > .text .country .name {
  display: flex;
  align-items: center;
}
.rank .detailbox .ranking > .text .country .name img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  object-fit: cover;
  border-radius: 50%;
}
.rank .detailbox .ranking > .text .country .name span,
.rank .detailbox .ranking > .text .country .countrynum span:last-of-type {
  font-family: "PingFangSC-Medium";
  font-size: 32px;
  color: #1d2943;
  line-height: 32px;
}
.rank .table1 > div:first-of-type {
  border-top: 1px dashed rgba(29, 41, 67, 0.5);
}
.rank .table1 > div {
  display: flex;
  justify-content: space-between;
  /* border-bottom: 1px solid rgba(92, 93, 94, 0.8); */
  padding: 10px 20px;
  font-family: "PingFangSC-Regular";
  font-size: 16px;
  color: #1d2943;
  letter-spacing: 1px;
  text-align: left;
}
.rank .table1 > div > div:first-of-type {
  letter-spacing: 1px;
}
.rank .table1 > div:nth-child(odd) {
  background: none;
}
.rank .table1 > div:nth-child(even) {
  background: #f7efdf;
}
.rank .vs1 {
  display: flex;
  align-items: center;
  padding-top: 50px;
}
.rank .vs,
.rank .table {
  display: none;
}
.rank .vs1 > div {
  width: 270px;
  height: 61px;
  font-family: "PingFangSC-Medium";
  font-size: 18px;
  color: #684500;
  line-height: 61px;
  letter-spacing: 3px;
  text-align: center;
  background: url(../img/passport/passportsearch6.png) center no-repeat;
  background-size: contain;
}
.rank .vs1 > div:first-of-type {
  /* width: 304px;
  height: 49px; */
  margin-right: 200px;
}
/* .rank .vs1 > div:last-of-type {
  width: 179px;
  height: 49px;
} */
/* .rank .detailbox .view {
  margin-top: 150px;
  padding-top: 242px;
  border-top: 2px dashed #1d2943;
  position: relative;
}
.rank .detailbox .view > img {
  width: 120%;
  height: auto;
  object-fit: contain;
  position: absolute;
  z-index: 0;
  top: 100px;
  left: -10%;
}
.rank .detailbox .view > div:nth-child(2) {
  font-family: "FZLanTingHeiS-EB-GB";
  font-size: 40px;
  color: #1d2943;
  line-height: 47px;
  letter-spacing: 6px;
  padding-bottom: 10px;
}
.rank .detailbox .view > div:nth-child(3) {
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 32px;
  color: #1d2943;
  line-height: 38px;
  letter-spacing: 6px;
}
.rank .detailbox .view .route {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
}
.rank .detailbox .view .route > img {
  width: 1017px;
  height: 255px;
}
.rank .detailbox .view .route .inputsearch {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 47px 0 100px 0;
}
.rank .detailbox .view .route .inputsearch > div {
  width: 339px;
  font-family: "FZLanTingHeiS-EB-GB";
  font-size: 28px;
  color: #1d2943;
  line-height: 33px;
  letter-spacing: 6px;
  text-align: left;
}
.rank .detailbox .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;
}
.rank .detailbox .view .route .check {
  width: 258px;
  height: 49px;
  background: #c5a870;
  border-radius: 4px 4px 4px 4px;
  font-family: "FZLanTingHeiS-EB-GB";
  font-size: 24px;
  color: #1d2943;
  line-height: 49px;
  letter-spacing: 10px;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
} */
.rank .bottomimg {
  display: none;
}
/* .rank .overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.8);
  z-index: 101;
  display: none;
}
.rank .overlay.show {
  display: block !important;
}
.rank .overlay > img:first-of-type {
  display: none;
}
.rank .overlay > img:last-of-type {
  width: 1440px;
  height: 385px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.rank .overlay .card {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 540px;
  height: 365px;
  background: url(../img/passport/passportbg7.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rank .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;
}
.rank .overlay .card div:nth-child(2) {
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
  background: #1d2943;
  border-radius: 59px 59px 59px 59px;
  margin: 0 99px;
  white-space: nowrap;
  padding: 12px 60px;
}
.rank .overlay .card a {
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 18px;
  color: #1d2943;
  line-height: 41px;
  letter-spacing: 1px;
  width: 212px;
  height: 41px;
  background: #c5a86f;
  border-radius: 59px 59px 59px 59px;
  margin: 80px 164px 0 164px;
}
.rank .overlay .card > .img {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 10px;
  right: 10px;
  z-index: 102;
}
.rank .overlay .card > .img img {
  width: 100%;
  height: 100%;
} */
@media only screen and (max-width: 1024px) {
  .rank {
    background: url(../img/passport/passportbg1.png) no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
    padding: 54px 15px 23px 15px;
  }
  .rank .detailbox {
    width: 100%;
    height: 691px;
    background: url(../img/passport/passportbg2.png) no-repeat;
    background-size: 100% 100%;
    padding: 20px 10px;
  }
  .rank .detailbox1 {
    display: none;
  }
  .rank .detailbox .ranking {
    display: flex;
  }
  .rank .detailbox .ranking > img {
    width: 72px;
    height: 104px;
    border-radius: 4px 4px 4px 4px;
  }
  .rank .detailbox .ranking > .text {
    padding: 18px 0 18px 15px;
    width: 100%;
  }
  .rank .detailbox .ranking > .text .country .countrynum span:first-of-type {
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 16px;
    color: #1d2943;
    line-height: 19px;
    letter-spacing: 1px;
    padding-right: 20px;
  }
  .rank .detailbox .ranking > .text .country .name {
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 1px solid rgba(29, 41, 67, 0.6);
  }
  .rank .detailbox .ranking > .text .country .name > img {
    display: none;
  }
  .rank .detailbox .ranking > .text .country .name span,
  .rank .detailbox .ranking > .text .country .countrynum span:last-of-type {
    font-family: "FZLanTingHeiS-EB-GB";
    font-size: 20px;
    color: #1d2943;
    line-height: 23px;
  }
  .rank .table .detailbox1 {
    display: none;
  }
  .rank .table {
    padding: 7px 0 30px 0;
    display: block;
  }
  .rank .table > div:first-of-type {
    border-top: 1px solid rgba(92, 93, 94, 0.8);
  }
  .rank .table > div {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(92, 93, 94, 0.8);
    padding: 8px;
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 12px;
    color: #1d2943;
    line-height: 14px;
  }
  .rank .table > div > div:first-of-type {
    letter-spacing: 1px;
  }
  .rank .table > div:nth-child(odd) {
    background: rgba(197, 168, 112, 0.6);
  }
  .rank .table > div:nth-child(even) {
    background: none;
  }
  .rank .vs {
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
  }
  .rank .vs > div {
    width: 138px;
    height: 26px;
    border-radius: 66px 66px 66px 66px;
    font-family: "FZLanTingHeiS-EB-GB";
    font-size: 12px;
    color: #1d2943;
    line-height: 27px;
    text-align: center;
    background: #c5a870;
  }
  /* .rank .detailbox .view {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
    display: none;
  } */
  /* .rank .detailbox .view > div:nth-child(2) {
    font-family: "FZLanTingHeiS-EB-GB";
    font-size: 18px;
    color: #1d2943;
    line-height: 21px;
    letter-spacing: 1px;
    padding-bottom: 4px;
  }
  .rank .detailbox .view > div:nth-child(3) {
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 12px;
    color: #1d2943;
    line-height: 14px;
    letter-spacing: 1px;
  }
  .rank .detailbox .view .route {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0px;
  }
  .rank .detailbox .view .route > img {
    width: 235px;
    height: 54px;
  }
  .rank .detailbox .view .route .inputsearch {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 6px 0 15px 0;
  }
  .rank .detailbox .view .route .inputsearch > div {
    text-align: center;
    width: 150px;
    font-family: "FZLanTingHeiS-EB-GB";
    font-size: 12px;
    color: #1d2943;
    line-height: 14px;
    letter-spacing: 1px;
  }
  .rank .detailbox .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;
  }
  .rank .detailbox .view .route .check {
    width: 116px;
    height: 26px;
    background: #c5a870;
    border-radius: 50px 50px 50px 50px;
    font-family: "FZLanTingHeiS-EB-GB";
    font-size: 12px;
    color: #1d2943;
    line-height: 27px;
    letter-spacing: 2px;
    text-align: center;
  } */
  .rank .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.8);
    z-index: 101;
    display: none;
  }
  .rank .overlay.show {
    display: block !important;
  }
  .rank .overlay > img:first-of-type {
    width: 375px;
    height: 191px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
  }
  .rank .overlay > img:last-of-type {
    display: none;
  }
  .rank .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;
  }
  .rank .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;
  }
  .rank .overlay .card div:nth-child(2) {
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 14px;
    color: #fff;
    /* line-height: 28px; */
    letter-spacing: 1px;
    background: #1d2943;
    /* width: 215px; */
    /* height: 28px; */
    border-radius: 51px 51px 51px 51px;
    margin: 0 56px;
    white-space: nowrap;
    padding: 6px;
  }
  .rank .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;
  }
  .rank .overlay .card > .img {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 10px;
    right: 10px;
    z-index: 102;
  }
  .rank .overlay .card > .img img {
    width: 100%;
    height: 100%;
  }

  .rank .vs1,
  .rank .table1 {
    display: none;
  }
  .rank .detailbox .ranking > .text .country div:last-of-type {
    padding-left: 0px;
  }
  /* .rank .detailbox .view > img {
    display: none;
  } */
  .rank .detailbox .ranking > .text .country {
    display: block;
    padding-bottom: 0px;
  }
  .rank .bottomimg {
    width: 100%;
    height: 201px;
    background: url(../img/passport/passportbg8.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 20px;
    display: block;
  }
}
