@charset "UTF-8";
/*order-option*/
/*order-option*/
body::-webkit-scrollbar {
  display: none;
}

.order-options-content {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-options-content img {
  width: 100%;
}

.order-options-content img.introduce-icon {
  width: 6%;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.order-options-content svg {
  width: 100%;
}

.order-options-content-bg {
  width: calc(100% - 440px);
  max-height: 1080px;
  position: relative;
  height: auto;
}

.order-options-content-bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.order-options-content-bg .order-options-img {
  opacity: 1;
}

.from-content {
  width: 440px;
  padding: 98px 20px 0;
  position: relative;
  height: 100vh;
  overflow-y: scroll;
}

.from-content.hideScroller {
  height: 1200px;
  right: 0;
}

.from-content .car-title {
  font-size: 24px;
  line-height: 1.375;
  font-weight: 600;
  text-align: center;
}

.car-version {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.car-version div {
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  height: 48px !important;
  line-height: 48px !important;
  margin-bottom: 17px;
  text-align: center;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #888888;
  background-color: #fff;
  color: #252728;
}
.car-version .version-active {
  border: 1px solid #4d5151;
  background-color: #252728;
  color: #fff !important;
}

.introduce-dialog {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(45, 45, 45, 0.4);
  z-index: 105;
  display: none;
}
.introduce-dialog .introduce-content {
  width: 66%;
  height: 76%;
  padding: 0px 0 24px 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #fff;
}
.introduce-dialog .introduce-content .intro-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 146px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  position: relative;
  color: var(--font-500, #252728);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.introduce-dialog .introduce-content .intro-title .closeBtn {
  cursor: pointer;
  font-size: 25px;
  z-index: 102;
  position: absolute;
  right: 30px;
  width: 15px;
}
.introduce-dialog .introduce-content .intro-a-link {
  text-decoration: underline;
  color: #4886ff;
}
.introduce-dialog .introduce-content .intro-text-wrap {
  padding: 0 96px 0 72px;
  height: 86%;
  overflow-y: scroll;
  font-family: Montserrat;
  font-style: normal;
}
.introduce-dialog .introduce-content .intro-text-wrap .a-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  text-decoration-line: underline;
}
.introduce-dialog .introduce-content .intro-text-wrap::-webkit-scrollbar {
  width: 4px;
  opacity: 0;
}
.introduce-dialog .introduce-content .intro-text-wrap::-webkit-scrollbar-thumb {
  width: 100%;
  border-radius: 999px;
  background-color: #707070;
}
.introduce-dialog .introduce-content .intro-text-wrap .pureText-content {
  padding: 8px 0;
}
.introduce-dialog .introduce-content .intro-text-wrap .pureText-content .caption {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #7C7D7E;
}
.introduce-dialog .introduce-content .intro-text-wrap .pureText-content .title {
  color: #252728;
  font-size: 16px;
  line-height: 24px;
  margin-top: 4px;
}
.introduce-dialog .introduce-content .intro-text-wrap .pureText-content .title.bold700 {
  font-weight: 700;
}
.introduce-dialog .introduce-content .intro-text-wrap .pureText-content .title.bold500 {
  font-weight: 500;
}
.introduce-dialog .introduce-content .intro-text-wrap .pureText-content .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 4px;
}
.introduce-dialog .introduce-content .intro-text-wrap .table {
  margin: 16px 0;
}
.introduce-dialog .introduce-content .intro-text-wrap .table .table-title {
  padding: 8px 0;
}
.introduce-dialog .introduce-content .intro-text-wrap .table .table-title .caption {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #7C7D7E;
}
.introduce-dialog .introduce-content .intro-text-wrap .table .table-title .title {
  color: #252728;
  font-size: 16px;
  line-height: 24px;
}
.introduce-dialog .introduce-content .intro-text-wrap .table .table-title .title.bold500 {
  font-weight: 500;
}
.introduce-dialog .introduce-content .intro-text-wrap .table .table-content {
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.introduce-dialog .introduce-content .intro-text-wrap .table .table-content.gap32 {
  gap: 32px;
}
.introduce-dialog .introduce-content .intro-text-wrap .table .table-content.gap16 {
  gap: 16px;
}
.introduce-dialog .introduce-content .intro-text-wrap .table .table-content.allGrey {
  background: #F4F5F5;
  padding: 8px;
}
.introduce-dialog .introduce-content .intro-text-wrap .table .table-content .table-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.introduce-dialog .introduce-content .intro-text-wrap .table .table-content .table-item.isolateGrey {
  background: #F4F5F5;
  padding: 8px;
}
.introduce-dialog .introduce-content .intro-text-wrap .table .table-content .table-item .tHead {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  padding: 4px 0;
  color: #7C7D7E;
}
.introduce-dialog .introduce-content .intro-text-wrap .table .table-content .table-item .tBody {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  border-bottom: 1px solid #DCDDDF;
  padding: 4px 0;
  color: #252728;
}

.introduce-dialog.showModal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.car-configure {
  font-size: 24px;
  line-height: 1.375;
  font-weight: 600;
  margin-top: 85px;
  text-align: center;
}

.car-configure-details {
  width: 100%;
  border: 1px solid #4d5151;
  padding: 0 4px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.car-configure-details div {
  cursor: pointer;
  width: 120px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
}
.car-configure-details div:last-child:nth-child(3n+2) {
  margin-right: calc((100% - 120px) / 2 * 1);
}
.car-configure-details .details-avive {
  background-color: #252728;
  color: #fff;
}

.car-configure-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

.car-configure-list .state-name {
  width: 100%;
  text-align: center;
  color: #000;
  margin-bottom: 1vw;
  font-size: 16px;
  line-height: 1.375;
  margin-top: 10px;
}

.car-configure-list .car-configure-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.car-configure-list .car-configure-icon .car-info-list {
  position: relative;
  width: 25%;
  margin-bottom: 1vw;
}
.car-configure-list .car-configure-icon .car-info-list-one {
  position: relative;
  width: 25%;
  margin-bottom: 1vw;
}

.car-configure-list .car-configure-icon-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.car-configure-list .car-configure-icon-one .car-info-list {
  position: relative;
  width: 24%;
  margin-bottom: 1vw;
}
.car-configure-list .car-configure-icon-one .car-info-list-one {
  position: relative;
  width: 25%;
  margin-bottom: 1vw;
}
.car-configure-list > div {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 40px;
  cursor: pointer;
  margin-bottom: 20px;
}
.car-configure-list > div div {
  position: relative;
}

.car-configure-list > div:nth-child(5n) {
  margin-right: 0;
}

.car-configure-list img {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  max-width: 40px;
  border-radius: 50%;
}

.car-configure-list p {
  color: #fff;
  font-size: 12px;
  line-height: 3;
  font-weight: 500;
  width: 100%;
  margin-bottom: 10px;
  left: 50%;
  white-space: nowrap;
  top: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.car-configure-list-active p {
  opacity: 1;
}

.car-configure-list-active > div:before {
  content: "";
  position: absolute;
  border: 2px solid #888888;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  background-color: transparent;
}

.title-top {
  display: none;
  width: 91%;
  border-radius: 5px;
  background-color: #EFEFEF;
  padding: 10px 20px;
  /* 滤镜(投影) */
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
  /* 绝对定位 */
  position: absolute;
  margin-top: -350px;
  z-index: 10;
  right: 20px;
}
.title-top .img-delete {
  text-align: right;
  float: right;
}
.title-top .img-delete:hover {
  cursor: pointer;
}
.title-top > .info {
  clear: both;
  margin-bottom: 20px;
  text-align: left;
  min-height: 200px;
}

.car-operate {
  position: relative;
  bottom: 54px;
  color: #252728;
  width: 322px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 6.944444vw 0px;
}

.car-price {
  display: none;
}
.car-price.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #62686B;
  margin: 10px 0;
  position: relative;
}
.car-price.is-show .price_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.car-price.is-show .price_left span {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .car-price.is-show .price_left span {
    line-height: 20px;
  }
}
.car-price.is-show .price_left img {
  width: 16px;
  cursor: pointer;
}
.car-price.is-show .price-right {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 768px) {
  .car-price.is-show .price-right {
    font-size: 12px;
  }
}
.car-price.is-show.high_bright {
  color: #252728;
}
.car-price.is-show.high_bright .price_left span {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
@media (max-width: 768px) {
  .car-price.is-show.high_bright .price_left span {
    font-size: 14px;
    line-height: 20px;
  }
}
.car-price.is-show.high_bright .price-right {
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
}
@media (max-width: 768px) {
  .car-price.is-show.high_bright .price-right {
    font-size: 16px;
    line-height: 22px;
  }
}
.car-price p {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 500;
}
.car-price h2 {
  font-size: 24px;
  line-height: 1.375;
  font-weight: 500;
  width: 55%;
  text-align: right;
  display: contents;
}
.car-price .tooltip {
  cursor: pointer;
  width: 18px;
  display: inline-block;
}
.car-price .tooltip img {
  margin-left: 6px;
}
.car-price #poper-top:hover {
  cursor: pointer;
}
.car-price .tooltiptext {
  visibility: hidden;
  background: #FFF;
  color: #9B9A9B;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(108, 125, 133, 0.15);
          box-shadow: 0px 4px 24px 0px rgba(108, 125, 133, 0.15);
  text-align: center;
  border-radius: 4px;
  padding: 40px 24px 24px 24px;
  position: absolute;
  z-index: 3;
  left: -26px;
  top: 25px;
  /* 淡入工具提示 - 用 .5 秒从完全不可见变为可见： */
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  word-break: break-all;
  text-align: left;
}
.car-price .tooltiptext .closeTip {
  position: absolute;
  right: 23px;
  top: 19px;
  width: auto;
  cursor: pointer;
}
.car-price .tooltiptext.toolTipTextShow {
  visibility: visible !important;
  opacity: 1 !important;
}
.car-price .tooltiptext.top {
  bottom: 27px;
  top: auto;
}

.car-btns {
  margin-top: 50px;
  text-align: center;
}
.car-btns a {
  display: block;
  width: 100%;
  padding: 14.5px 0;
  border: 1px solid #888888;
  font-size: 16px;
  line-height: 1.375;
  position: relative;
  font-weight: 600;
  stroke: #252728;
}
.car-btns a:hover {
  color: #fff;
  background-color: #252728;
  stroke: #fff;
}
.car-btns a.download:hover {
  color: #fff;
  background-color: #252728 !important;
  stroke: #fff;
}
.car-btns .save {
  margin-top: 16px;
}
.car-btns .download {
  display: none;
}
.car-btns .download.is-show {
  display: inline-block;
}
.car-btns .download svg {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.order-retuen {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 60px;
  left: 60px;
  cursor: pointer;
}

.order-navigation {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 50%;
  width: 90%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
}
.order-navigation .order-navigation-left {
  cursor: pointer;
  border-top: 2px solid #7A8080;
  border-left: 2px solid #7A8080;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.order-navigation .order-navigation-right {
  cursor: pointer;
  border-top: 2px solid #7A8080;
  border-left: 2px solid #7A8080;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media (max-width: 1200px) and (min-width: 992px) {
  .order-retuen {
    width: 32px;
    height: 32px;
  }
  .order-options-content-bg {
    width: calc(100% - 288px);
    height: 577px;
  }
  .order-navigation {
    bottom: 40px;
    width: 216px;
  }
  .order-navigation .order-navigation-left {
    width: 25px;
    height: 25px;
  }
  .order-navigation .order-navigation-right {
    width: 25px;
    height: 25px;
  }
  .from-content {
    width: 288px;
    padding: 42px 30px 0;
  }
  .from-content .car-title {
    font-size: 20px;
    text-align: center;
  }
  .from-content .car-version {
    margin-top: 8px;
  }
  .from-content .car-version div {
    font-size: 12px;
    min-height: 32px;
    margin-top: 10px;
    margin-bottom: 17px;
  }
  .from-content .car-configure {
    font-size: 20px;
    margin-top: 18px;
    text-align: center;
  }
  .car-configure-details {
    margin-top: 18px;
    padding: 0 3px 3px;
  }
  .car-configure-details div {
    width: 63px;
    height: 24px;
    font-size: 12px;
    margin-top: 3px;
  }
  .car-configure-list {
    margin-top: 0;
  }
  .car-configure-list p {
    margin-top: 5px;
  }
  .car-configure-list .car-configure-icon {
    min-height: 20vw;
    padding-bottom: 50px;
  }
  .car-configure-list > div:nth-child(4n) {
    margin-right: 0;
  }
  .car-configure-list > div:nth-child(5n) {
    margin-right: 33px;
  }
  .car-operate {
    bottom: 30px;
    width: 230px;
    position: relative;
    margin: 6.944444vw 0px;
  }
  .car-price {
    padding: 0;
  }
  .car-price p {
    font-size: 14px;
  }
  .car-price h2 {
    font-size: 16px;
  }
  .car-btns {
    margin-top: 18px;
  }
  .car-btns a {
    font-size: 14px;
    stroke: #252728;
  }
  .car-btns a:hover {
    font-size: 14px;
    color: #fff;
    background-color: #252728;
    stroke: #000;
  }
  .car-btns .save {
    margin-top: 12px;
  }
  .car-btns .download svg {
    width: 20px;
    height: 20px;
    right: 24px;
  }
}
@media (min-width: 720px) and (max-width: 991.98px) {
  .car-configure-list .car-configure-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .car-configure-list .car-configure-icon .car-info-list {
    position: relative;
    width: 21% !important;
    margin-bottom: 5vw !important;
    margin-left: 12px;
  }
  .car-configure-list .car-configure-icon-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .car-configure-list .car-configure-icon-one .car-info-list {
    position: relative;
    width: 21% !important;
    margin-bottom: 5vw !important;
    margin-left: 12px;
  }
  .from-content .car-version div {
    font-size: 3.333333vw;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .order-options-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .title-top {
    display: none;
    margin-top: -80.5555555556vw !important;
  }
  .title-top > .info {
    height: 100% !important;
  }
  .order-options-content-bg {
    width: 100%;
    height: auto;
    display: block;
    max-height: 69.4444444444vw;
    height: 100%;
    margin-top: 5.5555555556vw;
    margin-bottom: 8.3333333333vw;
  }
  .order-options-content-bg img {
    width: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .order-options-content-bg .order-retuen {
    display: none;
  }
  .order-options-content-bg .order-navigation {
    bottom: auto;
    width: 93.75vw;
    top: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  .order-options-content-bg .order-navigation .order-navigation-left {
    width: 3.472222vw;
    height: 3.472222vw;
  }
  .order-options-content-bg .order-navigation .order-navigation-right {
    width: 3.472222vw;
    height: 3.472222vw;
  }
  .from-content {
    width: 100%;
    padding: 6.25vw 0 11.111111vw;
  }
  .from-content .car-title {
    padding: 0vw 12.222222vw;
    font-size: 4.444444vw;
    text-align: center;
  }
  .from-content .car-configure-main {
    padding: 0vw 12.222222vw 12.222222vw 12.222222vw;
  }
  .from-content .car-version {
    margin-top: 2.777777777vw;
    padding: 0vw 12.222222vw;
  }
  .from-content .car-version div {
    font-size: 3.333333vw;
    width: 100%;
  }
  .from-content .introduce-dialog .introduce-content {
    width: 100%;
    height: 95%;
    position: fixed;
    bottom: 20px;
  }
  .from-content .introduce-dialog .introduce-content .intro-title {
    padding: 40px 0 32px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .from-content .introduce-dialog .introduce-content .intro-text-wrap {
    height: 87% !important;
    padding: 0 16px 0 0 !important;
  }
  .from-content .introduce-dialog .introduce-content .intro-text-wrap .pureText-content {
    margin: 16px 0;
  }
  .from-content .introduce-dialog .introduce-content .intro-text-wrap .table {
    margin: 16px 0 0 0;
  }
  .from-content .introduce-dialog .introduce-content .intro-text-wrap .table .table-content {
    display: block;
    padding: 16px 0;
  }
  .from-content .introduce-dialog .introduce-content .intro-text-wrap .table .table-content.allGrey {
    padding: 8px;
  }
  .from-content .introduce-dialog .closeBtn {
    top: 46px;
    right: 16px !important;
    color: #fff;
    cursor: pointer;
    width: 12px !important;
  }
  .from-content .car-configure-details {
    padding: 0 0.833333vw 0.833333vw;
    margin-top: 4.777778vw;
  }
  .from-content .car-configure-details div {
    width: 20.138889vw;
    height: 7.222222vw;
    margin-top: 0.833333vw;
    font-size: 3.333333vw;
  }
  .from-content.hideScroller {
    overflow: hidden;
  }
  .car-configure-list {
    margin-top: 2.388889vw;
  }
  .car-configure-list > div {
    width: 7.083333vw;
    margin-bottom: 7vw;
  }
  .car-configure-list > div:nth-child(5n) {
    margin-right: 6.083333vw;
  }
  .car-configure-list > div:nth-child(6n) {
    margin-right: 0;
  }
  .car-configure-list .state-name {
    width: 100%;
    text-align: center;
    margin-bottom: 2vw;
    font-size: 3.333333vw;
    line-height: 1.375;
    margin-top: 10px;
  }
  .car-configure-list .car-configure-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .car-configure-list .car-configure-icon .car-info-list {
    position: relative;
    width: 20%;
    margin-bottom: 3vw;
    margin-left: 12px;
  }
  .car-configure-list .car-configure-icon-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .car-configure-list .car-configure-icon-one .car-info-list {
    position: relative;
    width: 20%;
    margin-bottom: 3vw;
    margin-left: 12px;
  }
  .car-configure-list p {
    font-size: 3.333333vw;
  }
  .car-operate {
    position: relative;
    bottom: 0;
    width: 100%;
    margin: 6.9444444444vw 0px;
  }
  .car-price {
    padding: 0;
  }
  .car-price p {
    font-size: 4.444444vw;
  }
  .car-price h2 {
    font-size: 4.444444vw;
  }
  .car-btns {
    margin-top: 7.638889vw;
  }
  .car-btns a {
    padding: 3.888889vw 0;
    font-size: 4.444444vw;
    stroke: #fff;
  }
  .car-btns a:hover {
    padding: 3.888889vw 0;
    font-size: 4.444444vw;
    color: #fff;
    background-color: #252728;
    stroke: #000;
  }
  .car-btns .save {
    margin-top: 2.083333vw;
  }
  .car-btns .download svg {
    width: 5.972222vw;
    height: 5.972222vw;
    right: 10.944444vw;
  }
  .car-configure {
    font-size: 4.444444vw;
    margin-top: 4.861111vw;
    text-align: center;
  }
}