.details {
  /* background: url(../img/passport/passportbg4.png) no-repeat;
  background-size: cover;
  background-position: top; */
  position: relative;
  padding: 180px 12.5% 110px 12.5%;
  width: 100%;
  height: auto;
  background: #fff;
}
.details .goback,
.details .gohome {
  display: none;
}
.details .detailbox {
  width: 100%;
  height: 100%;
  /* background: rgba(255, 255, 255, 0.9);
  border-radius: 8px 8px 8px 8px;
  overflow: auto;
  position: relative;
  padding: 10px; */
}
.details .detailbox > img:first-of-type {
  display: none;
}
.details .detailbox .ranking {
  display: flex;
}
.details .detailbox .ranking > img {
  width: 143px;
  height: 206px;
  margin-right: 40px;
  border-radius: 0px 8px 8px 0px;
}
.details .detailbox .ranking > div {
  width: 100%;
  /* padding: 11px 0; */
}
.details .detailbox .ranking > div 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;
}
.details .detailbox .ranking > div span:last-of-type {
  font-family: "PingFangSC-Regular";
  font-size: 32px;
  color: #1d2943;
  line-height: 32px;
  letter-spacing: 6px;
  text-align: left;
}
.details .detailbox .ranking > div > div:nth-child(2) span:last-of-type {
  font-family: "FZLanTingHeiS-EB-GB";
  font-size: 32px;
  color: #1d2943;
  line-height: 32px;
  letter-spacing: 6px;
}
.details .detailbox .ranking > div > div:first-of-type {
  padding-bottom: 24px;
  /* margin-bottom:0px; */
  width: 100%;
  /* border-bottom: 1px solid rgba(29, 41, 67, 0.6); */
}
.details .detailbox .ranking .serach1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px dashed rgba(29, 41, 67, 0.5);
}
.details .detailbox .ranking .serach1 div:first-of-type {
  font-family: "PingFangSC-Regular";
  font-size: 24px;
  color: #1d2943;
  line-height: 24px;
  letter-spacing: 2px;
  text-align: left;
  /* padding-bottom: 28px; */
}
.details .detailbox .ranking .serach1 div:last-of-type {
  background: #a8a8a8;
  border-radius: 121px 121px 121px 121px;
  width: 22.66vw;
  height: 44px;
  background: url(../img/passport/passportsearch2.png) center no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  padding: 0 9px 0 14px;
}
.details .detailbox .ranking .serach1 div:last-of-type input {
  width: calc(22.66vw - 103px);
  height: 20px;
  font-family: "PingFangSC-Regular";
  font-size: 16px;
  color: rgba(29, 41, 67, 0.5);
  padding-left: 6px;
  border: none;
  border-left: 1px solid rgba(29, 41, 67, 0.2);
  background: none;
  outline: none;
}
.details .detailbox .ranking .serach1 div:last-of-type input:focus {
  color: #1d2943;
}
.details .detailbox .ranking .serach1 div:last-of-type > img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-right: 6px;
}
.details .detailbox .ranking .serach1 div:last-of-type > div {
  width: 56px;
  height: 26px;
  background: url(../img/passport/passportsearch5.png) center no-repeat;
  background-size: contain;
  font-family: "PingFangSC-Regular";
  font-size: 14px;
  color: #ffffff;
  line-height: 26px;
  letter-spacing: 2px;
  text-align: center;
}
/* .details .detailbox .title {
  font-family: "FZLanTingHeiS-EB-GB";
  font-size: 14px;
  color: #1d2943;
  line-height: 16px;
  letter-spacing: 1px;
  padding: 15px 0 4px 0;
}
.details .detailbox .text {
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 12px;
  color: rgba(29, 41, 67, 0.8);
  line-height: 14px;
  letter-spacing: 1px;
} */
.details .detailbox .typelist {
  display: flex;
  /* justify-content: space-between; */
  padding: 80px 0 40px 0;
}
.details .detailbox .typelist .type {
  display: flex;
  padding-right: 80px;
}
.details .detailbox .typelist .type div:first-of-type {
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.details .detailbox .typelist .type div:last-of-type {
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px;
  padding-left: 10px;
}

.details .detailbox .search {
  /* background: rgba(0, 0, 0, 0.2);
  border-radius: 68px 68px 68px 68px;
  width: 100%;
  height: 30px; */
  display: none;
}
/* .details .detailbox .search input {
  width: 100%;
  height: 100%;
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 12px;
  color: #ffffff;
  line-height: 14px;
  letter-spacing: 1px;
  text-align: center;
  padding: 8px;
  border: none;
  background: none;
  outline: none;
} */
/* Chrome, Safari, Opera */
.details .detailbox .search input::-webkit-input-placeholder {
  color: #ffffffd5;
}

/* Firefox 19+ */
.details .detailbox .search input::-moz-placeholder {
  color: #ffffffd5;
}

/* Internet Explorer 10+ */
.details .detailbox .search input:-ms-input-placeholder {
  color: #ffffffd5;
}

/* Firefox 18- */
.details .detailbox .search input:-moz-placeholder {
  color: #ffffffd5;
}
.details .detailbox table {
  width: 100%;
  /* margin: 15px 0 4px 0; */
  border-collapse: collapse;
}
.details .detailbox table thead {
  width: 100%;
  height: 45px;
  background: #c5a870;
  padding: 10px 0;
  color: #1d2943;
}
.details .detailbox table thead tr {
  /* height: 45px; */
}
.details .detailbox table thead tr th:first-of-type {
  width: 35%;
}
.details .detailbox table tbody tr {
  width: 100%;
  height: 55px;

  font-family: "PingFangSC-Regular";
  font-size: 16px;
  letter-spacing: 1px;
}
.details .detailbox table tbody tr:nth-child(odd) {
  background: none;
}
.details .detailbox table tbody tr:nth-child(even) {
  background: #f7efdf;
}
.details .detailbox table tbody tr th {
  text-align: left;
  padding: 10px 20%;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
  font-family: "PingFangSC-Regular";
  font-size: 16px;
  letter-spacing: 1px;
}
.details .detailbox table tbody tr th img {
  width: 50px;
  height: 35px;
  margin-right: 20px;
}
.details .detailbox table tbody tr td {
  text-align: center;
  padding: 8px 0;
  border-left: 1px dashed rgba(0, 0, 0, 0.4);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
}
.details .detailbox table tr {
  font-family: "PingFangSC-Medium";
  font-size: 18px;
  color: #1d2943;
  letter-spacing: 1px;
  text-align: center;
}
.c962E28 {
  color: #962e28 !important;
}
.c488644 {
  color: #488644 !important;
}
.cD19934 {
  color: #d19934 !important;
}
.c3f65ac {
  color: #3f65ac !important;
}
.details .detailbox .typelist .vf div:first-of-type {
  background: #488644;
}
.details .detailbox .typelist .vf div:last-of-type {
  color: #488644;
}
.details .detailbox .typelist .vr div:first-of-type {
  background: #962e28;
}
.details .detailbox .typelist .vr div:last-of-type {
  color: #962e28;
}
.details .detailbox .typelist .eta div:first-of-type {
  background: #d19934;
}
.details .detailbox .typelist .eta div:last-of-type {
  color: #d19934;
}
.details .detailbox .typelist .voa div:first-of-type {
  background: #3f65ac;
}
.details .detailbox .typelist .voa div:last-of-type {
  color: #3f65ac;
}
.details .detailbox .typelist .hide div:first-of-type {
  background: #ccc !important;
}
.details .detailbox .typelist .hide div:last-of-type {
  color: #ccc !important;
}
.hides {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .details {
    background: url(../img/passport/passportbg4.png) no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
    padding: 54px 15px 23px 15px;
    width: 100%;
    height: 100%;
  }
  .details .goback,
  .details .gohome {
    display: flex;
  }
  .details .detailbox {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px 8px 8px 8px;
    overflow: auto;
    position: relative;
    padding: 10px;
  }
  .details .detailbox > img:first-of-type {
    position: absolute;
    width: 202px;
    height: 102px;
    top: 11px;
    right: 20px;
  }
  .details .detailbox .ranking {
    display: flex;
  }
  .details .detailbox .ranking > img {
    width: 72px;
    height: 104px;
    margin-right: 15px;
  }
  .details .detailbox .ranking > div {
    width: 100%;
    padding: 11px 0;
  }
  .details .detailbox .ranking > div span:first-of-type {
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 16px;
    color: #1d2943;
    line-height: 19px;
    letter-spacing: 1px;
    padding-right: 20px;
  }
  .details .detailbox .ranking > div span:last-of-type,
  .details .detailbox .ranking > div > div:nth-child(2) span:last-of-type {
    font-family: "FZLanTingHeiS-EB-GB";
    font-size: 20px;
    color: #1d2943;
    line-height: 23px;
  }
  .details .detailbox .ranking > div > div:first-of-type {
    padding-bottom: 13px;
    margin-bottom: 13px;
    width: 100%;
    border-bottom: 1px solid rgba(29, 41, 67, 0.6);
  }
  .details .detailbox .ranking .serach1 {
    display: none;
  }
  .details .detailbox .title {
    font-family: "FZLanTingHeiS-EB-GB";
    font-size: 14px;
    color: #1d2943;
    line-height: 16px;
    letter-spacing: 1px;
    padding: 15px 0 4px 0;
  }
  .details .detailbox .text {
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 12px;
    color: rgba(29, 41, 67, 0.8);
    line-height: 14px;
    letter-spacing: 1px;
  }
  .details .detailbox .typelist {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
  }
  .details .detailbox .typelist .type {
    display: flex;
    padding-right: 0px;
  }
  .details .detailbox .typelist .type div:first-of-type {
    width: 14px;
    height: 14px;
    border-radius: 50%;
  }
  .details .detailbox .typelist .type div:last-of-type {
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    padding-left: 4px;
  }
  .details .detailbox .search {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 68px 68px 68px 68px;
    width: 100%;
    height: 30px;
    display: block;
  }
  .details .detailbox .search input {
    width: 100%;
    height: 100%;
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 12px;
    color: #ffffff;
    line-height: 14px;
    letter-spacing: 1px;
    text-align: center;
    padding: 8px;
    border: none;
    background: none;
    outline: none;
  }
  /* Chrome, Safari, Opera */
  .details .detailbox .search input::-webkit-input-placeholder {
    color: #ffffffd5;
  }

  /* Firefox 19+ */
  .details .detailbox .search input::-moz-placeholder {
    color: #ffffffd5;
  }

  /* Internet Explorer 10+ */
  .details .detailbox .search input:-ms-input-placeholder {
    color: #ffffffd5;
  }

  /* Firefox 18- */
  .details .detailbox .search input:-moz-placeholder {
    color: #ffffffd5;
  }
  .details .detailbox table {
    width: 100%;
    margin: 15px 0 4px 0;
    border-collapse: collapse;
  }
  .details .detailbox table thead {
    width: 100%;
    height: 28px;
    background: #c5a870;
    padding: 7px 0;
    color: #1d2943;
  }
  .details .detailbox table thead tr {
    height: 28px;
  }
  .details .detailbox table thead tr th:first-of-type {
    width: 50%;
  }
  .details .detailbox table tbody tr {
    width: 100%;
    height: 30px;
  }
  .details .detailbox table tbody tr:nth-child(odd) {
    background: linear-gradient(
      90deg,
      rgba(197, 168, 112, 0.1) 0%,
      rgba(197, 168, 112, 0.5) 100%
    );
  }
  .details .detailbox table tbody tr:nth-child(even) {
    background: none;
  }
  .details .detailbox table tbody tr th {
    text-align: left;
    padding: 7px 8px;
    display: flex;
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 12px;
    /* color: #962e28; */
    letter-spacing: 1px;
    align-items: center;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
  }
  .details .detailbox table tbody tr th img {
    width: 24px;
    height: 16px;
    margin-right: 8px;
  }
  .details .detailbox table tbody tr td {
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 12px;
    /* color: #962e28; */
    letter-spacing: 1px;
    text-align: center;
    padding: 8px 0;
    border-left: 1px dashed rgba(0, 0, 0, 0.4);
    border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
  }
  .details .detailbox table tr {
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
  }
  .c962E28 {
    color: #962e28;
  }
  .c488644 {
    color: #488644;
  }
  .cD19934 {
    color: #d19934;
  }
  .c3f65ac {
    color: #3f65ac;
  }
  .details .detailbox .typelist .vf div:first-of-type {
    background: #488644;
  }
  .details .detailbox .typelist .vf div:last-of-type {
    color: #488644;
  }
  .details .detailbox .typelist .vr div:first-of-type {
    background: #962e28;
  }
  .details .detailbox .typelist .vr div:last-of-type {
    color: #962e28;
  }
  .details .detailbox .typelist .eta div:first-of-type {
    background: #d19934;
  }
  .details .detailbox .typelist .eta div:last-of-type {
    color: #d19934;
  }
  .details .detailbox .typelist .voa div:first-of-type {
    background: #3f65ac;
  }
  .details .detailbox .typelist .voa div:last-of-type {
    color: #3f65ac;
  }
  .details .detailbox .typelist .hide div:first-of-type {
    background: #ccc !important;
  }
  .details .detailbox .typelist .hide div:last-of-type {
    color: #ccc !important;
  }
  .hides {
    display: none;
  }
}
