.car-params {
  width: 87%;
  padding: 0 .3rem;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.car-params .fixed-title {
  top: .9rem;
  z-index: 10;
  background-color: #ffffff;
}
.car-params .navin {
  position: fixed;
  display: none;
  top: .9rem;
  z-index: 20;
}
.car-params .title-lg {
  padding: .4rem 0;
  font-size: .4rem;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  max-width: 6.9rem;
  position: relative;
}
.car-params .title-lg p {
  position: absolute;
  top: .5rem;
  left: 0;
  font-size: .3rem;
}
.car-params .title-lg p i {
  position: relative;
  display: inline-block;
  width: .13rem;
  height: .21rem;
  margin-right: .1rem;
  background-image: ;
  background-size: 100% 100%;
}
.car-params .myhide {
  visibility: hidden;
}
.car-params .xscroll.def {
  overflow: auto;
  max-width: 6.9rem;
}
.car-params .xscroll.fixed-param {
  position: absolute;
  z-index: 1;
}
.car-params .xscroll.fixed-param .subtitle {
  visibility: visible;
}
.car-params .xscroll.fixed-param .table {
  width: 1.9rem;
}
.car-params .xscroll.fixed-param-zindex {
  z-index: 2;
}
.car-params .xscroll .subtitle {
  padding: .4rem 0;
  font-size: .3rem;
  color: #000000;
  text-align: left;
  font-weight: bold;
  visibility: hidden;
}
.car-params .xscroll .subtitle.absolute {
  position: absolute;
  white-space: nowrap;
  width: auto;
}
.car-params .xscroll .table {
  overflow: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.car-params .xscroll .table .tr {
  display: flex;
  align-items: stretch;
  background-color: #f3f3f3;
}
.car-params .xscroll .table .tr   .tr {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.car-params .xscroll .table .tr .th {
  width: 1.9rem;
  font-size: .3rem;
  text-align: center;
  background-color: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding: .3rem .1rem;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.car-params .xscroll .table .tr .th > div {
  max-width: 1.25rem;
  white-space: normal;
  word-break: break-all;
}
.car-params .xscroll .table .tr .th > div.text-l {
  text-align: left;
}
.car-params .xscroll .table .tr .td {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  width: 2.5rem;
  font-size: .3rem;
  padding: .2rem;
  flex-shrink: 0;
  justify-content: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.car-params .xscroll .table .tr .td > div {
  max-width: 2.1rem;
  white-space: normal;
  word-break: break-all;
}
.car-params .xscroll .table .tr .td > div.fill {
  height: .2rem;
  width: .2rem;
  border-radius: 50%;
  background-color: #d3b078;
}
.car-params .null-block {
  height: 0.4rem;
}
.car-params .suoming_box {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.4rem;
}
.car-params .suoming_box .suoming_fl {
  margin-right: 0.05rem;
  width: 0.3rem;
  height: 0.35rem;
  position: relative;
}
.car-params .suoming_box .suoming_fl img {
  width: 0.24rem;
  height: 0.25rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.125rem;
  margin-left: -0.125rem;
}
.car-params .suoming_box .suoming_fr {
  font-size: 0.22rem;
  color: #ababab;
  line-height: 0.35rem;
}
