.cookie-pop{
    z-index: 100001
}
.header_nav_box{
    z-index: 1000000000 !important
}
.loading{
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d2d5d8;
}
.loading img{
    width: .5rem;
}
.all {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0rem 1.1rem 0;
  color: #000;
  position: relative;
  z-index: 2
}
.all .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow-x: auto;
  position: sticky;
  top: 0rem;
  background-color: #fff;
  z-index: 10000;
  height: 1.8rem;
  padding: 0.8rem 0.2rem 0;
}
.all .title-box .left-box {
  font-size:0.4rem;
  font-weight: bold;
  color:#333333;
}
.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: #3daeae;
}
.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 .list {
  width: 100%;
}
.all .list .box {
  position: relative;
}

.all .list .box .box-title {
  background: #fafafa;
  height: 0.76rem;
  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.2rem;
  font-weight: bold;
}
.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.166rem;
}
.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 .box .table-box .cell .change-btn {
  position: absolute;
  width: 90%;
  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;
  background-color: #fff;
  cursor: pointer;
}
.all .list .box .table-box .cell .change-btn .toLeft {
  transform: rotate(180deg);
}
.all .list .box .table-box .cell .cell-box {
  font-size: 0.18rem;
  display: flex;
  align-items: normal;
  flex-direction: column;
  flex: none;
  padding: 0.24rem 0;
  transition: transform 0.5s;
  justify-content: center;
}
.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: 23%;
  background-color: #fff;
  padding-left: 0.3rem;
  padding-right: .5rem;
  position: relative;
  z-index: 10;
  transform: translateX(0);
  font-size: 0.18rem;
}
.all .list .box:nth-of-type(1) {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 5000 !important;
}
.all .list .box:nth-of-type(1) .table-box .cell:nth-of-type(1) .cell-box {
  font-weight: bold;
  font-size: 0.2rem;
  color: #333;
}
.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 {
  font-size: 0.2rem;
  margin-top: 0.3rem;
  font-weight: bold;
  padding-bottom: 0.16rem;
  border-bottom: 1px solid #e6e6e6;
}
.all .change-car-box .car-box .list .car-list-box {
  margin-top: 0.34rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.all .change-car-box .car-box .list .car-list-box .t {
  font-size: 0.18rem;
}
.all .change-car-box .car-box .list .car-list-box .t-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.all .change-car-box .car-box .list .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-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-list-box .t-checkbox input:checked ~ .checkmark {
  background-color: #3daeae;
  border: 1px solid #3daeae;
}
.all .change-car-box .car-box .list .car-list-box .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.all .change-car-box .car-box .list .car-list-box .t-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.all .change-car-box .car-box .list .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;
}
.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.6rem;
    display: none;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
.all .config-footer .right .btn:hover img{
    display: block
}
.all .config-footer .right .btn2 {
  margin-left: 0.12rem;
}
.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: 0.148rem;
    font-weight: 300;
    color: #515151;
}
.all .memo h3{
    font-size: 0.148rem;
    font-weight: 300;
    color: #515151;
}
.all .memo h4{
    font-size: 0.148rem;
    font-weight: 300;
    color: #515151;
}
.all .memo li{
    font-size: 0.148rem;
    font-weight: 300;
    color: #515151;
}


@media (max-width: 768px) {
    .sidebar_fold_box a:hover .sidebar_pop{
        opacity: 0;
        display: none;
    }
    .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 .title-box {
    flex-direction: column;
    height: 3.56rem;
    border-bottom: 1px solid #f2f2f2;
    padding-left: 0.4rem;
    margin-top:0;
    padding-top: 1.5rem;
  }
  .all .list .box .box-title .notice{
      font-size: 0.2rem;
      font-weight: 300;
      white-space: nowrap;
  }
  .all .title-box .left-box {
    width: 100%;
    height: 1.02rem;
    display: flex;
    align-items: center;
    font-size: 0.46rem;
    letter-spacing: 0.007rem;
    font-weight: bold;
    color: #000;
  }
  .all .title-box .right-box {
    width: 100%;
    height: 1.04rem;
    display: flex;
    align-items: center;
    margin-top: -0.2rem;
  }
  .all .title-box .right-box .icon-box {
    margin: 0;
  }
  .all .title-box .right-box .icon-box:nth-of-type(2){
      margin-left: 0.5rem;
  }
  .all .title-box .right-box .icon-box .icon {
    width: 0.61rem;
    height: 0.32rem;
  }
  .all .title-box .right-box .icon-box .icon .slider {
    width: 0.24rem;
    height: 0.24rem;
  }
  .all .title-box .right-box .icon-box .icon .checkbox:checked + .switch .slider {
    left: calc(100% - 0.24rem - 2px);
  }
  .all .title-box .right-box .icon-box .t {
    font-size: 0.24rem;
    margin-left: 0.16rem;
    font-weight: 300;
  }
  .all .title-box .right-box .icon-box img {
    width: 0.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.24rem;
    font-weight: 700;
    letter-spacing: 0.007rem;
  }
  .all .list .box .box-title .title .ul-icon {
    width: 0.44rem;
    position: relative;
    z-index: 20;
  }
  .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.28rem;
    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.22rem;
    padding: 0.22rem 0.4rem 0.22rem 0.2rem;
    justify-content: center;
  }
  .all .list .box .table-box .cell .cell-box-first {
    width: 32%;
    position: relative;
    padding-left: .4rem;
    padding-right: .4rem;
    font-size: 0.22rem;
    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:nth-of-type(1) .table-box .cell:nth-of-type(1) .cell-box {
    font-size: 0.24rem;
    letter-spacing: 0.02rem;
    font-weight: 700;
    color: #000;
    /* padding-bottom: 0.3rem;
    padding-top: 0.3rem; */
  }
  .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 .list{
      max-height: 6rem;
      overflow: auto
  }
  .all .change-car-box .car-box .list .car-list-box {
    margin-top: 0.56rem;
  }
  .all .change-car-box .car-box .list .car-list-box .t {
    font-size: 0.3rem;
    font-weight: 300;
  }
  .all .change-car-box .car-box .list .car-list-box .t-checkbox .checkmark {
    width: 0.4rem;
    height: 0.4rem;
  }
  .all .change-car-box .car-box .list .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 {
  background-color: transparent;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.buttonTitle1::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  transition: height 0.3s ease-out;
}

.button-solid1.inverted1:hover:not(:disabled)::after {
  height: 0;
}

.button-solid1::after {
  background-color: rgb(66, 74, 82);
  top: 0;
  bottom: auto;
  height: 100%;
}

.buttonTitle1:hover {
  color: #000000;
}

.button-outline1.inverted1 {
  box-shadow: inset 0 0 0 1px #000000;
}/*# sourceMappingURL=config.css.map */