.comparison {
  position: relative;
  width: auto;
  height: auto;
}
.comparison .goback,
.comparison .gohome {
  display: none;
}
.comparison .vstop {
  width: 100%;
  height: 93.15vh;
  background: url(/static/hbwhere/img/passport/passportbg9.png) no-repeat;
  background-size: cover;
  background-position: center;
  /* padding-top: 71.3vh; */
  padding-top: calc(93.15vh - 230px);
  margin-top: 80px;
}
.comparison .vstop .vsbox {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 230px;
  position: relative;
  /* z-index: 1; */
}
.comparison .vstop .vsbox > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.comparison .vstop .vsbox > img.vsboximg1 {
  display: none;
}
.comparison .vstop .vsbox > img.vsboximg2 {
  width: 1083px;
  height: 150px;
}
.comparison .vstop .vsbox select {
  /* background: none; */
  background: rgba(0, 0, 0, 0.1);
  border: none;
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 17px;
  outline: none;
  border-radius: 3px 3px 3px 3px;
}
.comparison .vstop .vsbox select:first-of-type {
  position: absolute;
  top: 30%;
  left: 25%;
}
.comparison .vstop .vsbox select:last-of-type {
  position: absolute;
  right: 12%;
  top: 50%;
}
.comparison .vsbot {
  padding: 36px 12.5%;
  background: #fff;
  width: 100%;
  height: auto;
}
.comparison .vsbot table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 0px;
  /* border-collapse: separate;
  border-spacing: 40px 0; */
  border-radius: 14px 14px 14px 14px;
  border: 1px solid #c5a870;
}
/* td:nth-child(1) {
  margin-right: 40px;
} */
.comparison .vsbot table thead tr th input {
  width: 100%;
  height: 19px;
  background: #fff;
  border: none;
  outline: none;
  border-radius: 52px 52px 52px 52px;
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 10px;
  color: rgba(29, 41, 67, 0.5);
  line-height: 12px;
  letter-spacing: 1px;
  padding: 4px 0;
  text-align: center;
}
.comparison .vsbot table thead tr th input:focus {
  border: none;
  outline: none;
}
.comparison .vsbot table thead tr th:nth-child(1) {
  width: 19.93%;
  vertical-align: bottom;
  padding-right: 40px;
  background: #eeeeee;
  border-radius: 14px 0px 0px 0px;
}
.comparison .vsbot table thead tr th:nth-child(2) {
  background: #d24d46;
  color: #ffffff;
}
.comparison .vsbot table thead tr th:nth-child(3) {
  background: #c5a86f !important;
  color: #1d2943 !important;
}
.comparison .vsbot table thead tr th:nth-child(2),
.comparison .vsbot table thead tr th:nth-child(3) {
  width: 37.22%;
  padding: 40px;
  /* border-radius: 4px 4px 4px 4px; */
  text-align: left;
}
.comparison .vsbot table thead tr th > div {
  font-family: "PingFangSC-Medium";
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 1px;
  text-align: left;
  padding-bottom: 10px;
}
.comparison .vsbot table thead tr th ul li {
  padding-bottom: 10px;
  font-family: "PingFangSC-Regular";
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 1px;
  display: flex;
}
.comparison .vsbot table thead tr th ul li > div {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  margin: 8px 8px 0 0;
}
.comparison .vsbot table thead tr th:nth-child(2) ul li {
  color: #ffffff;
}
.comparison .vsbot table thead tr th:nth-child(3) > div,
.comparison .vsbot table thead tr th:nth-child(3) ul li {
  color: #1d2943;
}
.comparison .vsbot table thead tr th:nth-child(3) ul li > div {
  background: rgba(29, 41, 67, 0.8);
}
.comparison .vsbot table thead tr th ul li:last-of-type {
  padding-bottom: 0px;
}
.comparison .vsbot table tbody tr th {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "PingFangSC-Regular";
  font-size: 16px;
  color: #1d2943;
  letter-spacing: 1px;
  text-align: left;
  background: #eeeeee;
  padding: 10px 20px;
}
.comparison .vsbot table tbody tr td {
  padding: 10px 0;
  font-family: "PingFangSC-Regular";
  font-size: 16px;
  color: #d24d46;
  letter-spacing: 1px;
  text-align: center;
}
.comparison .vsbot table tbody tr:nth-child(odd) td:first-of-type,
.comparison .vsbot table tbody tr:nth-child(even) td:last-of-type {
  background: #f7efdf;
}
.comparison .vsbot table tbody tr:nth-child(even) td:first-of-type,
.comparison .vsbot table tbody tr:nth-child(odd) td:last-of-type {
  background: none;
}
.comparison .vsbot table tbody tr td:first-of-type {
  color: #d24d46;
}
.comparison .vsbot table tbody tr td:last-of-type {
  color: #1d2943;
}
@media only screen and (max-width: 1024px) {
  .comparison {
    position: relative;
    width: auto;
    height: auto;
  }
  .comparison .goback,
  .comparison .gohome {
    display: flex;
  }
  .comparison .vstop {
    width: 100%;
    height: 272px;
    background: url(/static/hbwhere/img/passport/passportbg5.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 185px;
    margin-top: 0px;
  }
  .comparison .vstop .vsbox {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 87px;
    position: relative;
    /* z-index: 1; */
  }
  .comparison .vstop .vsbox > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .comparison .vstop .vsbox > img.vsboximg1 {
    width: 200px;
    height: 60px;
    display: block;
  }
  .comparison .vstop .vsbox > img.vsboximg2 {
    display: none;
  }
  .comparison .vstop .vsbox select {
    /* background: none; */
    background: rgba(0, 0, 0, 0.1);
    border: none;
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 17px;
    outline: none;
    border-radius: 3px 3px 3px 3px;
  }
  .comparison .vstop .vsbox select:first-of-type {
    position: absolute;
    top: 30%;
    left: 25%;
  }
  .comparison .vstop .vsbox select:last-of-type {
    position: absolute;
    right: 12%;
    top: 50%;
  }
  .comparison .vsbot {
    padding: 15px;
    background: #edeef0;
    width: 100%;
    height: auto;
  }
  .comparison .vsbot table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 0px;
    border-radius: 0px 0px 0px 0px;
    border: none;
  }
  .comparison .vsbot table thead tr th input {
    width: 100%;
    height: 19px;
    background: #fff;
    border: none;
    outline: none;
    border-radius: 52px 52px 52px 52px;
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 10px;
    color: rgba(29, 41, 67, 0.5);
    line-height: 12px;
    letter-spacing: 1px;
    padding: 4px 0;
    text-align: center;
  }
  .comparison .vsbot table thead tr th input:focus {
    border: none;
    outline: none;
  }
  .comparison .vsbot table thead tr th:nth-child(1) {
    width: 13.04%;
    vertical-align: bottom;
    padding-right: 6px;
    background: none;
    border-radius: 0px 0px 0px 0px;
  }
  .comparison .vsbot table thead tr th:nth-child(2) {
    background: #d24d46;
    color: #ffffff;
  }
  .comparison .vsbot table thead tr th:nth-child(3) {
    background: #c5a86f;
    color: #1d2943;
  }
  .comparison .vsbot table thead tr th:nth-child(2),
  .comparison .vsbot table thead tr th:nth-child(3) {
    width: 41.45%;
    padding: 8px;
    border-radius: 4px 4px 4px 4px;
    text-align: left;
  }
  .comparison .vsbot table thead tr th > div {
    font-family: "FZLanTingHeiS-EB-GB";
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    padding-bottom: 4px;
  }
  .comparison .vsbot table thead tr th ul li {
    padding-bottom: 4px;
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 10px;
    /* color: #ffffff; */
    line-height: 12px;
  }
  .comparison .vsbot table thead tr th:nth-child(2) ul li {
    color: #ffffff;
  }
  .comparison .vsbot table thead tr th:nth-child(3) ul li {
    color: #1d2943;
  }
  .comparison .vsbot table thead tr th ul li:last-of-type {
    padding-bottom: 0px;
  }
  .comparison .vsbot table tbody tr th {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 10px;
    color: rgba(29, 41, 67, 0.8);
    line-height: 22px;
    text-align: left;
    background: none;
    padding: 0;
  }
  .comparison .vsbot table tbody tr td {
    text-align: center;
    padding: 4px 0;
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 12px;
    line-height: 14px;
  }
  .comparison .vsbot table thead tr th ul li > div {
    width: 2px;
    height: 2px;
    background: #fff;
    border-radius: 50%;
    margin: 5px 4px 0 0;
  }
  .comparison .vsbot table tbody tr:nth-child(odd) td:first-of-type,
  .comparison .vsbot table tbody tr:nth-child(even) td:last-of-type {
    background: rgba(197, 168, 111, 0.4);
  }
  .comparison .vsbot table tbody tr:nth-child(even) td:first-of-type,
  .comparison .vsbot table tbody tr:nth-child(odd) td:last-of-type {
    background: rgb(255, 255, 255);
  }
  .comparison .vsbot table tbody tr td:first-of-type {
    color: #d24d46;
  }
  .comparison .vsbot table tbody tr td:last-of-type {
    color: #1d2943;
  }
}
