.selectBox {
  padding: .4rem 0 .79rem;
}

.selectTab {
  display: flex;
  align-items: center;
  margin-bottom: .38rem;
}

.selectTab a {
  width: 1.6rem;
  height: 0.6rem;
  background: #E9E9E9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  margin-right: .18rem;
}

.selectTab a.active {
  background: #0A2F60;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
}

.selectSwiper {
  width: 100%;
  height: 9.02rem;
  padding-bottom: .4rem !important;
}

.selectPrev,
.selectNext {
  width: .4rem !important;
  height: .4rem !important;
}

.selectPrev::after,
.selectNext::after {
  display: none;
}

.selectPagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0 !important;
}

.selectPagination .swiper-pagination-bullet {
  width: 0.1rem !important;
  height: 0.1rem !important;
  background: #CCCCCC !important;
  margin: 0 .12rem !important;
  opacity: 1 !important;
}

.selectPagination .swiper-pagination-bullet-active {
  background: #385A7F !important;
}

.resultBox {
  padding: .37rem 0 .31rem;
}

.selectItem {
  display: flex;
  align-items: center;
  margin-bottom: .29rem;
}

.selectTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  margin-right: .16rem;
}

.selectItem label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  width: 0.8rem;
  height: 0.34rem;
  cursor: pointer;
  margin-right: .2rem;
}

.selectItem label.active {
  background: #0A2F60;
  color: #FFFFFF;
}

.selectItem label input {
  display: none;
}

.selectUp {
  width: 3rem;
  height: 0.46rem;
  background: #FFFFFF;
  border-radius: 0rem 0rem 0rem 0rem;
  border: 0.01rem solid #CCCCCC;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0 .15rem;
  cursor: pointer;
  margin-right: .2rem;
  position: relative;
}

.selectUp input {
  width: 100%;
  height: 100%;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  cursor: pointer;
}

.selectUp img {
  width: .16rem;
  cursor: pointer;
}

.optionList {
  position: absolute;
  left: 0;
  top: calc(100% + .02rem);
  width: 100%;
  max-height: 1.8rem;
  overflow-y: scroll;
  background: #FFFFFF;
  box-shadow: 0 .02rem .12rem 0 rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 100;
}

.optionList::-webkit-scrollbar {
  width: .05rem;
  background: transparent;
}

.optionList::-webkit-scrollbar-thumb {
  width: .05rem;
  background: #0A2F60;
}

.optionList p {
  height: .45rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  cursor: pointer;
  padding: 0 .15rem;
  line-height: .45rem;
}

.optionList p:hover {
  background: #0A2F60;
  color: #FFFFFF;
}

.tableTit {
  width: 100%;
  height: 0.6rem;
  background: #0A2F60;
  position: relative;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.18rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tableTit a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
  position: absolute;
  right: .32rem;
  top: 50%;
  transform: translateY(-50%);
}

.tableBox table {
  border-collapse: collapse;
}

.tableBox tr {
  height: .6rem;
}

.tableBox th {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.16rem;
  color: #0A2F60;
  background: rgb(29, 91, 173, .07);
  border: 0.01rem solid #E0E0E0;
}

.tableBox td {
  border: 0.01rem solid #E0E0E0;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  text-align: center;
  line-height: .6rem;
  display: table-cell;
  /* 使 td 像表格单元格一样显示 */
  vertical-align: middle;
  /* 设置单元格内容垂直居中 */
  text-align: center;
  /* 设置单元格内容水平居中 */
}

.tableBox td img {
  display: inline-block;
  vertical-align: middle;
}

.tableBox th:nth-child(1) {
  width: .72rem;
}

.tableBox th:nth-child(2) {
  width: 1.31rem;
}

.tableBox th:nth-child(3) {
  width: 1.24rem;
}

.tableBox th:nth-child(4) {
  width: 3.52rem;
}

.tableBox th:nth-child(5) {
  width: .93rem;
}

.tableBox th:nth-child(6) {
  width: 2.44rem;
}

.tableBox th:nth-child(7) {
  width: 2.06rem;
}

.tableBox th:nth-child(8) {
  width: 1.25rem;
}

.tableBox th:nth-child(9) {
  width: 1.26rem;
}

.tableBox th:nth-child(10) {
  width: 1.27rem;
}
.tableBox th:nth-child(11) {
  width: 1.27rem;
}

.carLogo {
  width: .3rem;
  margin-right: .05rem;
}

.resultIcon {
  width: .44rem;
  height: .44rem;
}

