.main {
  max-width: 14rem;
  margin: 0 auto;
  /* padding: 0 0.2rem; */
  font-size: 0.16rem;
  height:calc(100vh - 1.11rem - 128px);
  height: 100vh;
}

#title {
  /* margin-top:1.11rem; */
  margin-bottom: 0.24rem;
  font-size: 0.36rem;
  color: #3d3d3d;
}

.icon-standard {
  width: 0.14rem;
  height: 0.14rem;
  display: inline-block;
  background-image: url('/images/config/icon-standard.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
.icon-selection {
  width: 0.14rem;
  height: 0.14rem;
  display: inline-block;
  background-image: url('/images/config/icon-selection.svg');
  background-size: cover;
  background-repeat: no-repeat;
}

.icon-unuse {
  width: 0.14rem;
  height: 0.14rem;
  display: inline-block;
  background-image: url('/images/config/icon-unuse.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
.attention {
  margin-right: 0.12rem;
}

.iconspan {
  margin-left: 0.05rem;
  margin-right: 0.12rem;
}

#car-configs {
  display: flex;
  /* margin-top: 0.55rem; */
}

#sideBar {
  z-index: 8;
  position: sticky;
  top: 2.13rem;
  left: 0;
  height: 3rem;
  margin-right: 0.24rem;
  width: 1.68rem;
  flex-shrink: 0;
  background-color: #ffffff;
}

.sideItem {
  padding: 0.2rem 0.24rem;
  cursor: pointer;
  transition: opacity 0.6s ease-in-out;
}

.sideItem.active {
  border-left: 0.02rem solid #26b7bc;
  color: #26b7bc;
}

#config-content {
  overflow-x: hidden;
  border-left: 0.01rem solid #f1f1f2;
  padding-left: 0.24rem;
  position: relative;
}

#config {
  overflow-x: auto;
  scroll-behavior: smooth; /* 启用平滑滚动 */
  transition: all 1s ease-in-out;
  height: calc(100vh - 360px);
}

@media screen and (max-width: 768px) {
  #config {
    /* height: calc(100vh - 460px); */
    height: 100%;
  }
}

#config::-webkit-scrollbar {
  display: none;
}

#info {
  /* width: 18.42rem; */
  border-collapse: collapse;
}

#prices {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 5;
}

.retail, .retail-new {
  padding: 0.24rem 0.12rem;
  padding-right: 0.24rem;
  position: sticky;
  vertical-align: middle;
  left: 0;
  top: 0;
  z-index: 8;
  background-color: #fff;
}

.retail::after, .retail-new::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0.01rem;
    height: 100%;
    background: #f1f1f2;
  }

.retailPrice, .retailPrice-new {
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  padding: 0.24rem 0.36rem;
  border-left: 0.01rem solid #f1f1f2;
}

.retailPrice:nth-of-type(2), .retailPrice-new:nth-of-type(2) {
    border-left:none;
  }

.leftArrow {
  /* width: 0.2rem;
  height: 0.2rem; */
  width: 0.4rem;
  height: 1rem;
  background-image: url('../images/left_arrow_new.png');
  background-size: cover;
  position: absolute;
  top: 0rem;
  left: 1.43rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 5;
}

@media screen and (max-width: 1023px) {

.leftArrow {
    height: 0.56rem;
    width: 0.37rem;
    background-size: 100% 100%;
    top: 0rem
}
  }

.rightArrow {
  /* width: 0.2rem;
  height: 0.2rem; */
  width: 0.4rem;
  height: 1rem;
  background-image: url('../images/right_arrow_new.png');
  background-size: cover;
  display: flex;
  align-items: center;
  top: 0rem;
  right: -0.02rem;
  position: absolute;
  cursor: pointer;
  z-index: 5;
}

@media screen and (max-width: 1023px) {

.rightArrow {
    height: 0.56rem;
    width: 0.37rem;
    background-size: 100% 100%;
    top: 0rem
}
  }

.row {
  border-bottom: 0.01rem solid #f1f1f2;
}

.row.topic .cell-content1 {
  padding-left: 0.12rem;
  position: sticky;
  background: #f6f7f8;
  vertical-align: middle;
  left: 0;
  height: 0.56rem;
  
}

@media screen and (min-width: 1024px) {

.row.topic .cell-content1 {
    height: 0.78rem
  
}
  }

.row.topic .cell-content2 {
  height: 0.56rem;
  background: #f6f7f8;
}

@media screen and (min-width: 1024px) {

.row.topic .cell-content2 {
    height: 0.78rem
}
  }

.configTitle {
  position: sticky;
  left: 0;
  background-color: #fff;
  width: 1.5rem;
  padding: 0.24rem 0.12rem;
}

.configTitle::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0.01rem;
    height: 100%;
    background: #f1f1f2;
  }

.configValue {
  border-left: 0.01rem solid #f1f1f2;
  padding: 0.24rem;
  text-align: center;
  vertical-align: middle;
}

.configValue:nth-of-type(2) {
    border-left:none;
  }

@media screen and (max-width: 1024px) {
  .main {
    padding: 0;
  }
  #title {
    font-size: 0.24rem;
    margin-bottom: 0.16rem;
  }
  .attentions {
    font-size: 0.12rem;
  }
  .icon-standard {
    width: 0.12rem;
    height: 0.12rem;
  }
  .icon-selection {
    width: 0.12rem;
    height: 0.12rem;
  }
  .icon-unuse {
    width: 0.12rem;
    height: 0.12rem;
  }
  ::-webkit-scrollbar {
    height: 0.04rem;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #d8d8d8;
  }
  #car-configs {
    display: block;
  }
    /* margin-top: 0.32rem; */
    #car-configs #config-content {
      padding-left: 0;
    }
    #car-configs #sideBar {
      top: 0.42rem;
      display: flex;
      height: 0.45rem;
      width: 100%;
      border-bottom: 0.01rem solid #f1f1f2;
      white-space: nowrap;
      overflow: scroll;
    }
      #car-configs #sideBar .sideItem {
        padding: 0.06rem 0;
        margin: 0 0.32rem 0 0.22rem;
      }
      #car-configs #sideBar .sideItem.active {
        border-left: 0;
        border-bottom: 0.02rem solid #26b7bc;
        color: #26b7bc;
      }
    #car-configs #info {
      font-size: 0.12rem;
    }
        #car-configs #info #prices .retail {
          padding: 0.13rem 0.2rem;
          line-height: 0.18rem;
        }
        #car-configs #info #prices .retailPrice {
          padding: 0.1rem 0.2rem;
          white-space: nowrap;
        }
      #car-configs #info .row.topic .cell-content1 {
        font-size: 0.16rem;
        padding: 0.16rem 0 0.16rem 0.2rem;
      }
      #car-configs #info .row .configTitle {
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
        vertical-align: middle;
      }
      #car-configs #info .row .configValue {
        padding: 0.22rem;
      }
    #car-configs .leftArrow {
      /* left: 1rem;
      top: 0.2rem; */
    }
    #car-configs .rightArrow {
      /* left: 3.55rem;
      top: 0.2rem; */
    }
    .main-es #title {
      margin-bottom: 0.12rem;
    }
    .main-es .link {
      margin-bottom: 0.24rem;
    }
}

.group .topic {
  position: sticky;
  z-index: 8;
  top: 0.96rem;
}
.group .topic-top {
  top: 1.66rem;
}
@media screen and (max-width: 1024px) {
  .group .topic {
    position: sticky;
    z-index: 8;
    top: 0.5rem;
  }
  .group .topic-top {
    top: 1.3rem;
  }
}
@media screen and (max-width: 414px) and (max-height: 736px) {
  .luxuriousDecoration {
    padding-top: 0.84rem !important;
  }
}
