.loading{
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.loading img{
    width: .5rem;
}

/* .all .list .box .table-box .cell:hover .cell-box{
    background-color: rgba(243,234,230,0.5)
}
.all .list .box .table-box .cell .cell-box:hover{
    color: #793d10;
}
.all .list .box .table-box .cell .cell-box-first:hover{
    color: #434343;
} */



.cookie-pop{
    z-index: 100001
}
.header_nav_box{
    z-index: 1000000000 !important
}
.all {
  max-width: 1920px;
  /* max-width: 100%; */
  margin: 0 auto;
  padding: 0rem 0.5rem 0;
  color: #000;
  position: relative;
  z-index: 2
}

.all .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0rem;
  background-color: #fff;
  z-index: 10000;
  padding: .3rem 0.2rem;
  margin-top: .87rem
}
.all .title-box .left-box {
  font-size:0.4rem;
  font-weight: bold;
  color:#333333;
  display: flex;
  align-items: center
}
.all .title-box .left-box .car-name{
    font-size: .26rem
}
.all .title-box .left-box .car-type{
    display: flex;
    align-items: center;
    margin-left: .4rem;
    position: relative;
    cursor: pointer
}
.all .title-box .left-box .car-type .t{
    font-size: .26rem
}
.all .title-box .left-box .car-type::after{
    width: 2px;
    height: 70%;
    background: #000;
    content: '';
    position: absolute;
    left: -.2rem;
    top: 50%;
    transform: translateY(-50%)
}
.all .title-box .left-box .car-type img{
    width: .42rem;
    margin-left: .1rem
}
.all .title-box .right-box {
  display: flex;
  align-items: center;
}
.all .title-box .right-box .icon-box {
  display: flex;
  align-items: center;
  margin-left: 0.4rem;
  cursor: pointer;
}
.all .title-box .right-box .icon-box .icon {
  width: 0.46rem;
  position: relative;
  height: 0.24rem;
}
.all .title-box .right-box .icon-box .icon .checkbox {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.all .title-box .right-box .icon-box .icon .switch {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #d9d9d9;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.all .title-box .right-box .icon-box .icon .slider {
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15), 0px 3px 1px rgba(0, 0, 0, 0.06);
  transition: all 0.2s ease-out;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.all .title-box .right-box .icon-box .icon .checkbox:checked + .switch {
  background-color: #DFB591;
}
.all .title-box .right-box .icon-box .icon .checkbox:checked + .switch .slider {
  left: calc(100% - 0.2rem - 2px);
}
.all .title-box .right-box .icon-box img {
  width: 0.34rem;
}
.all .title-box .right-box .icon-box .t {
  font-size: 0.16rem;
  margin-left: 0.12rem;
}



.all .config-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.25rem 0.2rem .25rem;
    border-bottom: 1px solid #DFD6D1;
    background: #fff;
    position: sticky;
    top: 0;
    margin-top:  1.2rem;
    z-index: 20000
}
.all .config-header .left-box{
    display: flex;
    align-items: center;
    position: relative
}

.all .config-header .left-box .select-box{
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer
}
.all .config-header .left-box .select-box .name{
    color: #4E2A07;
    font-size: .18rem;
    font-weight: 300
}
.all .config-header .left-box .select-box img{
    width: .12rem;
    margin-left: .15rem
}
.all .title-box .left-box .car-type .select-list{
    position: absolute;
    box-shadow: 0px 3px 16px 1px rgba(75,75,75,0.17);
    background: #fff;
    border-radius: .08rem;
    display: flex;
    flex-direction: column;
    padding: .3rem;
    width: 2.27rem;
    z-index: 12345;
    top: .5rem;
    left: 0;
}
.all .title-box .left-box .car-type .select-list .li{
    color: #000;
    font-size: .18rem;
    font-weight: 400;
    margin-bottom: .45rem;
    cursor: pointer
}
.all .title-box .left-box .car-type .select-list .li:nth-last-of-type(1) {
    margin-bottom: 0
}
.all .config-header .left-box  .price{
    margin-left: .6rem;
    color: #B8A99B;
    font-size: .18rem;
    font-weight: 300;
    position: relative;
}
.all .config-header .left-box  .price::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #4E2A07;
    top: 50%;
    transform: translateY(-50%);
    left: -.3rem;
    opacity: .86
}
.all .config-header .right-box{
    display: flex;
    align-items: center;
}
.all .config-header .right-box .l{
    display: flex;
    align-items: center
}
.all .config-header .right-box .r{
    display: flex;
    align-items: center
}

.all .config-header .right-box .icon-box {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
  cursor: pointer;
}
.all .config-header .right-box .icon-box .icon {
  width: 0.46rem;
  position: relative;
  height: 0.24rem;
}
.all .config-header .right-box .icon-box .icon .checkbox {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.all .config-header .right-box .icon-box .icon .switch {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #4E2A07;
  opacity: .23;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.all .config-header .right-box .icon-box .icon .slider {
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15), 0px 3px 1px rgba(0, 0, 0, 0.06);
  transition: all 0.2s ease-out;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.all .config-header .right-box .icon-box .icon .checkbox:checked + .switch {
  background-color: #4E2A07;
  opacity: 1
}
.all .config-header .right-box .icon-box .icon .checkbox:checked + .switch .slider {
  left: calc(100% - 0.2rem - 2px);
}
.all .config-header .right-box .icon-box img {
  width: 0.21rem;
}
.all .config-header .right-box .icon-box .t {
  font-size: 0.16rem;
  font-weight: 500;
  margin-left: 0.08rem;
  color: #4E2A07
}


.all .config-header .right-box .btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid #4E2A07;
  justify-content: center;
  width: 1.62rem;
  height: 0.5rem;
  position: relative;
  font-size: 0.16rem;
  color: #4E2A07;
  font-weight: 300;
  border-radius: 0;
  padding: 0;
  transition: all .3s;
  margin-left: .58rem
}
.all .config-header .right-box .btn1:hover{
    background: rgba(242,237,234,.3)
}

.all .config-header .right-box .btn2 {
  margin-left: 0.3rem;
  color: #fff;
  border:1px solid #967967;
  background: #967967;
}

.all .config-header .right-box .btn2:hover{
  background: rgba(150, 121, 103,.3);
  border-color: rgba(150, 121, 103,.3);
  color: #5B5B5A
}



.all .lists {
    display: flex;
}
.all .lists .anchors{
    padding-left: 0.2rem;
    padding-top: 0.8rem;
    position: sticky;
    /* top: 2.5rem; */
    top: 1rem;
    /* height: 36vh; */
    height: 7.5rem;
    width: 12%;
}
.all .lists .anchors .anchor{
    color: #999;
    height: 0.3rem;
    margin-bottom: 0.15rem;
    font-size: 0.18rem;
    font-weight: 300;
    cursor: pointer;
    transition: all .3s;
    position: relative
}
.all .lists .anchors .anchor.active{
    color: #000;
    font-weight: 800;
    font-size: .2rem
}
/* .all .lists .anchors .anchor.active::after{
    height: .33rem;
    width: 2px;
    background: #4E2A07;
    position: absolute;
    content: '';
    left: -.16rem;
    top: 50%;
    transform: translateY(-50%)
} */
.all .list {
  width: 85%;
  margin-left: .2rem;
  margin-right: .2rem;
}
.all .list-modal {
    margin-left: 0;
    padding-right: 0;
    width: 100%
}
.all .list .box {
  position: relative;
}

.all .list .box .box-title {
  background: #f7f7f7;
  /* height: 0.76rem; */
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.3rem;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 200;
  pointer-events: none;
  cursor: pointer;
}
.all .list .box .box-title .title {
  display: flex;
  align-items: center;
}
.all .list .box .box-title .title .t {
  font-size: 0.16rem;
  font-weight: 800;
  color: #434343;
}
.all .list .box .box-title .title .ul-icon {
  width: 0.26rem;
  margin-left: 0.05rem;
  display: none;
  transition: all 0.3s;
}
.all .list .box .box-title .notice{
    font-size: 0.14rem;
}
.all .list .box .box-title ul {
  position: absolute;
  left: 0;
  top: 0.76rem;
  width: 4rem;
  background-color: #fff;
  border-radius: 0.02rem;
  box-shadow: 9px 15px 15px -10px rgba(0, 0, 0, 0.1);
  padding: 0.16rem 0.1rem;
  display: none;
  height: 5rem;
  overflow-y: auto;
}
.all .list .box .box-title ul li {
  font-size: 0.14rem;
  padding: 0.1rem 0.14rem;
  transition: all 0.3s;
  color: rgba(0, 0, 0, 0.6);
}
.all .list .box .box-title ul li:hover {
  background-color: #fafafa;
}
.all .list .box .box-title ul li.active {
  color: #000;
  background-color: #fafafa;
  font-weight: bold;
}
.all .list .box .disabled {
  pointer-events: initial;
}
.all .list .box .disabled .title .ul-icon {
  display: block;
}
.all .list .box .table-box {
  background-color: #fff;
  z-index: 100;
  width: 100%;
}
.all .list .box .table-box .cell {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  overflow: hidden;
}

.all .list .box0 .table-box .cell:nth-of-type(1) {
    background: #444;
}
.all .list .box .table-box .cell .change-btn {
  position: absolute;
      width: 85%;
    padding-right: 2%;
  right: 0;
  display: flex;
  align-items: center;
  z-index: 11;
  justify-content: space-between;
    top: 50%;
    transform: translateY(-50%);
}
.all .list .box .table-box .cell .change-btn img {
  width: 0.42rem;
  cursor: pointer;
}
.all .list .box .table-box .cell .change-btn .to-box {
    width: .48rem;
    height: .48rem;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center
}
.all .list .box .table-box .cell .change-btn .toLeft {
  transform: rotate(180deg);
}
.all .list .box .table-box .cell .cell-box {
  font-size: 0.16rem;
  display: flex;
  align-items: normal;
  flex-direction: column;
  flex: none;
  padding: 0.2rem 0.3rem;
  transition: transform 0.5s;
  justify-content: center;
  background: #fffefe;
  font-weight: 400;
  color: #434343;
}
.all .list .box0 .table-box .cell{
        background: #e8e9e9;

}
.all .list .box0 .table-box .cell .cell-box {
    background: #e8e9e9
}
.all .list .box0 .table-box .cell:nth-of-type(1) .cell-box {
    background: #444 !important;
    color: #fff
}
.all .list .box .table-box .cell .cell-box .t-box {
  display: flex;
  flex-direction: column;
  align-items: normal;
}
.all .list .box .table-box .cell .cell-box-first {
  align-items: flex-start;
  justify-content: center;
  width: 24%;
  padding-left: 0.3rem;
  padding-right: .5rem;
  position: relative;
  z-index: 10;
  transform: translateX(0);
  font-size: 0.16rem;
}
.all .list .box:nth-of-type(1) {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 5000 !important;
    padding-top: 0rem

}
.all .list .box:nth-of-type(1) .table-box .cell:nth-of-type(1) .cell-box {
  font-weight: 400;
  font-size: 0.16rem;
  color: #fff;
  transition: none
}
.all .list .box .table-box .cell .unit-title-row {
    width: 100%;
    background: #f4f0ed;
    font-weight: 800;
}
.all .change-car-box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
  z-index: 10000000000;
}
.all .change-car-box .car-box {
  position: absolute;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.06rem;
  padding: 0.34rem 0.4rem 0.4rem;
  width: 5rem;
}
.all .change-car-box .car-box .top-box {
  display: flex;
  justify-content: space-between;
}
.all .change-car-box .car-box .top-box .left .t1 {
  font-size: 0.26rem;
  font-weight: bold;
  color: #333;
}
.all .change-car-box .car-box .top-box .left .t2 {
    font-size: 0.18rem;
  font-weight: 300;
  color: #999999;
  
}
.all .change-car-box .car-box .top-box .right {
  cursor: pointer;
  width: 0.2rem;
}
.all .change-car-box .car-box .top-box .right img {
  width: 100%;
}
.all .change-car-box .car-box .car-name {
  margin-top: 0.3rem;
  font-weight: 600;
  padding-bottom: 0.16rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000;
  font-family: "SiYuanSongTiCN-SemiBold";
  display: flex;
  align-items: center
}
.all .change-car-box .car-box .car-name .name{
    font-size: .2rem
}
.all .change-car-box .car-box .car-name .t {
    font-size: .2rem;
    position: relative;
    margin-left: .2rem
}
.all .change-car-box .car-box .car-name .t::after{
    width: 2px;
    height: 70%;
    background: #000;
    content: '';
    position: absolute;
    left: -.11rem;
    top: 50%;
    transform: translateY(-50%);
}
.all .change-car-box .car-box .list-car .car-list-box {
  margin-top: 0.34rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.all .change-car-box .car-box .list-car .car-list-box .t {
  font-size: 0.18rem;
}
.all .change-car-box .car-box .list-car .car-list-box .t-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.all .change-car-box .car-box .list-car .car-list-box .t-checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 0.09rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.all .change-car-box .car-box .list-car .car-list-box .checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 0.2rem;
  width: 0.2rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.all .change-car-box .car-box .list-car .car-list-box .t-checkbox input:checked ~ .checkmark {
  background-color: #191b20;
  border: 1px solid #191b20;
}
.all .change-car-box .car-box .list-car .car-list-box .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.all .change-car-box .car-box .list-car .car-list-box .t-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.all .change-car-box .car-box .list-car .car-list-box .t-checkbox .checkmark:after {
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 0.04rem;
  height: 0.08rem;
  border: solid white;
  border-width: 0 0.15em 0.15em 0;
}
.all .change-car-box .car-box .car-list-btn {
  height: 0.6rem;
  width: 100%;
  font-size: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
  margin-top: 0.38rem;
  border: 1px solid #191b20;
  color: #fff
}




.all .memo {
  padding: 0.3rem 0.3rem 0.5rem;
  font-size: 0.152rem;
  color: rgba(0, 0, 0, 0.5);
}
.all .memo img{
    max-width: 60%;
    margin-top: .2rem;
}

.all .memo h2{
    font-size: 13px;
    font-weight: 300;
    color: #515151;
}
.all .memo h3{
    font-size: 13px;
    font-weight: 300;
    color: #515151;
}
.all .memo h4{
    font-size: 13px;
    font-weight: 300;
    color: #515151;
}
.all .memo li{
    font-size: 13px;
    color: #515151;
}

.all .config-footer {
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 1rem;
  border-top: 1px solid #e6e6e6;
  z-index: 3000;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.all .config-footer .left {
  font-size: 0.16rem;
  color: #424a52;
  display: flex;
}
.all .config-footer .left img{
    width: 7%;
    height: 6%;
    display: flex;
    margin-top: 0.05rem;
    margin-left: 0.05rem;
}
.all .config-footer .right {
  display: flex;
  align-items: center;
}
.all .config-footer .right .btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid #424a52;
  justify-content: center;
  width: 2.5rem;
  height: 0.62rem;
  position: relative;
  font-size: 0.16rem;
}
.all .config-footer .right .btn img {
  width: 1.3rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
    top: -1.4rem;
    display: none;
}
.all .config-footer .right .btn:hover img{
    display: block
}
.all .config-footer .right .btn2 {
  margin-left: 0.12rem;
}




@media (max-width: 768px) {
.all .title-box .right-box .icon-box .t {
  font-size: 0.24rem;
  margin-left: 0.14rem;
}
.all .title-box .right-box .icon-box .icon{
    width: .62rem;
    height: .32rem
}

.all .title-box .right-box .icon-box .icon .slider{
    width: .25rem;height: .25rem;
}
.all .title-box .right-box .icon-box img{
    width: .4rem;
}
    .all .config-header .left-box .select-box .select-list .li{
        font-size: 0.32rem
    }

    .all .list .box:nth-of-type(1){
        padding-top: 0rem;
    }

    .header_nav_mb{
        z-index: 1000000001 !important
    }
/* .all .list{
        overflow: auto;
    max-height: 6rem;
} */
  .all {
    max-width: 100%;
    width: 100%;
    padding: 0rem 0 0;
  }
  .all .memo img{
    max-width: 100%;
}
.all .list .box .disabled .title .ul-icon{
    display: block
}
.all .config-header{
    flex-direction: column;
    align-items: flex-start;
    padding: .35rem 0.4rem .35rem
}
.all .config-header .left-box .select-box .name{
    font-size: .32rem
}
.all .config-header .left-box .select-box img{
    width: .2rem;
    margin-left: .2rem
}
.all .config-header .right-box{
    margin-top: .68rem;
    justify-content: space-between;
    width: 100%;
}
.all .config-header .right-box .l {
    flex-direction: row-reverse
}
.all .config-header .right-box .icon-box{
    margin-left: 0
}
.all .config-header .right-box .icon-box .t{
    margin-left: 0
}
  .all .config-header .right-box .icon-box {
    margin: 0;
  }
  .all .config-header .right-box .icon-box:nth-of-type(2){
      margin-right: 0.2rem;
  }
  .all .config-header .right-box .icon-box .icon {
    width: 0.61rem;
    height: 0.32rem;
    margin-right: .1rem
  }
  
  .all .config-header .right-box .icon-box .icon .slider {
    width: 0.24rem;
    height: 0.24rem;
  }
  .all .config-header .right-box .icon-box .icon .checkbox:checked + .switch .slider {
    left: calc(100% - 0.24rem - 2px);
  }
  .all .config-header .right-box .icon-box .t {
    font-size: 0.2rem;
    font-weight: 300;
  }
  .all .config-header .right-box .icon-box img {
    width: 0.3rem;
    margin-right: 0.08rem;
  }
  .all .config-header .right-box .btn{
      width: 1.56rem;
      height: .6rem;
      font-size: .2rem
  }
  .all .config-header .right-box .btn2{
      margin-left: .2rem
  }
.all .lists .anchors{
   display: none
}
  .all .title-box {
    flex-direction: column;
    height: auto;
    padding: .36rem .4rem;
    margin-top: 1.07rem;
  }
  .all .title-box .title1{
      font-size: .24rem
  }
  .all .title-box .title2{
      font-size: .36rem
  }
  .all .title-box .title3{
      font-size: .2rem
  }
  .all .list{
      width: 100%;
      padding-right: 0;
      margin-left: 0;
      margin-right: 0
  }
  .all .list .box .box-title .notice{
      font-size: 0.2rem;
      font-weight: 300;
      white-space: nowrap;
  }
  .all .title-box .left-box {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    font-size: 0.36rem;
    letter-spacing: 0.007rem;
    font-weight: bold;
    color: #000;
  }
  .all .title-box .right-box{
      width: 100%;
      margin-top: .65rem
  }
  .all .title-box .right-box .icon-box{
      margin-left: 0;
      margin-right: .4rem
  }


  .all .list .box .box-title {
    height: 1.02rem;
    padding: 0 0.4rem;
    z-index: 200000
  }
  .all .list .box .box-title .title .t {
    font-size: 0.2rem;
    font-weight: 700;
    letter-spacing: 0.007rem;
  }
  .all .list .box .box-title .title .ul-icon {
    width: 0.24rem;
    position: relative;
    z-index: 20;
    margin-left: .2rem;
  }
  .all .list .box .box-title ul {
    width: 100%;
    padding: 0.2rem 0.2rem;
        height: 7rem;
    overflow: auto;
        top: 1rem;
  }
  .all .list .box .box-title ul li {
    font-size: 0.24rem;
    padding: 0.2rem 0.2rem;
    color: #000;
  }
  .all .list .box .table-box .cell {
    padding: 0;
  }
  .all .list .box .table-box .cell .change-btn {
    display: none !important;
  }
  .all .list .box .table-box .cell .cell-box {
    font-size: 0.2rem;
    padding: 0.3rem;
    justify-content: center;
    word-wrap: break-word;
  }
  .all .list .box .table-box .cell .cell-box-first {
    width: 32%;
    position: relative;
    padding-left: .4rem;
    padding-right: .4rem;
    font-size: 0.2rem;
    font-weight: 500;
  }
  .all .list .box .table-box .cell .cell-box-first::after{
      width: 1px;
      height: 300%;
      background: #f2f2f2;
      content: '';
      display: block;
      right: 0;
      position: absolute
  }
  .all .list .box .table-box .cell .cell-box-first-active{
    box-shadow: 2px 0 10px -1px rgba(0,0,0,.15)
  }
  .all .list .box .table-box .cell .cell-box-first-active::after{
      display: none
  }
  .all .list .box .table-box .cell .unit-title-row{
      width: 100%
  }
  .all .list .box .table-box .cell .unit-title-row::after{
      display: none
  }
  .all .list .box0 .table-box .cell:nth-of-type(1) .cell-box-first::after {
      display: none
  }
  .all .list .box:nth-of-type(1) .table-box .cell:nth-of-type(1) .cell-box {
    font-size: 0.2rem;
    letter-spacing: 0.02rem;
    font-weight: 700;
    color: #fff;
            padding: .4rem;
  }
  .all .change-car-box .car-box {
    width: 100%;
    top: auto;
    transform: translateX(-50%);
    bottom: 0;
    border-radius: 0;
    padding: 0.4rem;
  }
  .all .change-car-box .car-box .top-box .left .t1 {
    font-size: 0.3rem;
    font-weight: 500;
    color: #333;
  }
  .all .change-car-box .car-box .top-box .left .t2 {
    font-size: 0.26rem;
    margin-top: 0.1rem;
    font-weight: 300;
  }
  .all .change-car-box .car-box .top-box .right {
    width: 0.28rem;
  }
  .all .change-car-box .car-box .car-name {
    font-size: 0.42rem;
    font-weight: 700;
    padding-bottom: 0.24rem;
    margin-top: 0.48rem;
  }
  .all .change-car-box .car-box .car-name .name{
        font-size: 0.42rem;  
  }
  .all .change-car-box .car-box .car-name .t{
      font-size: .42rem
  }
  .all .change-car-box .car-box .list-car{
      max-height: 6rem;
      overflow: auto
  }
  .all .change-car-box .car-box .list-car .car-list-box {
    margin-top: 0.56rem;
  }
  .all .change-car-box .car-box .list-car .car-list-box .t {
    font-size: 0.3rem;
    font-weight: 300;
  }
  .all .change-car-box .car-box .list-car .car-list-box .t-checkbox .checkmark {
    width: 0.4rem;
    height: 0.4rem;
  }
  .all .change-car-box .car-box .list-car .car-list-box .t-checkbox .checkmark::after {
    width: 0.1rem;
    height: 0.2rem;
  }
  .all .change-car-box .car-box .car-list-btn {
    height: 0.88rem;
    font-size: 0.28rem;
    margin-top: 0.76rem;
  }
  .all .config-footer {
    height: auto;
    padding: 0.4rem;
    z-index: 300;
    position: static;
    display: flex;
    flex-direction: column-reverse;
  }
  .all .config-footer .left {
      color: #424A52;
      font-size: .28rem;
      margin-top: .53rem;
      padding-bottom: .11rem;
      border-bottom: 1px solid #424A52;
  }
  .all .config-footer .left img{
      display: none
  }
  .all .config-footer .right {
        width: 100%;
        display: flex;
        align-items: center;
  }
  .all .config-footer .right .btn {
    width: 100%;
    height: 0.88rem;
    font-size: 0.28rem;
  }
  .all .config-footer .right .btn img {
    width: 0.32rem;
  }
  .all .config-footer .right .btn2 {
    margin-left: .13rem;
  }
  .all .memo h2{
    font-size: 0.2rem;
    margin-top: 20px;
    margin-bottom: 6px;
    color: #515151;
  }
  .all .memo h3{
    font-size: 0.2rem;
    font-weight: 300;
    margin-bottom: 6px;
    color: #515151;
  }
  .all .memo h4{
    font-size: 0.2rem;
    font-weight: 300;
    margin-bottom: 6px;
    color: #515151;
  }
  .all .memo li,.all .memo p{
    font-size: 0.2rem;
    line-height: 1.5;
    color: #515151;
    font-weight: 300;
  }
}
.buttonTitle1 {
    position: relative;
}
.buttonTitle1 span{
    color: #fff;
    position: relative;
    z-index: 2
}

.buttonTitle1::after {
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    display: block;
    left: 0;
    bottom: 0;
    transition: all .5s;
    background-color: #191B20;
}

.buttonTitle1:hover span{
    color: #000
}

.buttonTitle1:hover::after{
    width: 0
}

