* {
  font-family: 'HYZhongJianHeiJ';
  box-sizing: border-box;
}

#app {
  width: 90%;
  margin: 285px auto 0;
}

.loading {
  font-size: 2vw;
  text-align: center;
  padding-top: 4vw;
}

.loader {
  display: inline-block;
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: spin 1s infinite linear;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.prev {
  position: absolute;
  bottom: 40px;
  left: 25px;
  width: 35px;
  cursor: pointer;
  opacity: 0.2;
  z-index: 11;
}

.next {
  position: absolute;
  bottom: 40px;
  right: 25px;
  width: 35px;
  cursor: pointer;
  z-index: 11;
}

.car_title {
  position: fixed;
  top: 0;
  left: 0;
  padding: 90px 5% 0;
  width: 100%;
  text-align: center;
  overflow: hidden;
  z-index: 11;
  font-size: 20px;
  font-family: 'HYCuJianHeiJ';
  transition: all 0.5s ease 0s;
}

.car_toggle {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 125px 0 25px;
  z-index: 11;
  display: flex;
  font-size: 16px;
  transition: all 0.5s ease 0s;
}

.car_toggle>div {
  cursor: pointer;
  width: 150px;
  text-align: center;
  border: 1px solid #000;
  margin-right: 22px;
  padding: 4px 0;
  border-radius: 13px;
}

.car_toggle>div:last-child {
  margin-right: 0;
}

.car_toggle .toggle_on {
  background-color: #000;
  color: #fff;
}

.seleCar_on {
  display: block !important;
}

.item_head {
  position: fixed;
  top: 0;
  left: 0;
  padding: 170px 5% 25px;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  display: flex;
  overflow: hidden;
  z-index: 10;
  transition: all 0.5s ease 0s;
}

.item_head>div {
  display: flex;
  overflow: hidden;
}

.lable {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.lable div {
  margin-left: 5px;
  user-select: none;
}

.increase {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 100;
  display: none;
}

.increase_main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 50vw;
  height: 35vh;
  min-width: 500px;
  min-height: 400px;
  padding: 5vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.increase .sele_title {
  font-size: 24px;
  margin-bottom: 3vw;
  font-family: 'HYCuJianHeiJ';
  text-align: center;
}

.increase .opt_all {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.increase .sele_mod,
.increase .sele_name {
  cursor: pointer;
  margin: auto auto;
  font-size: 16px;
  padding: 0 1vw;
  width: 50%;
  height: 35px;
  background: #ededed;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.increase .sele_mod img,
.increase .sele_name img {
  width: 20px;
}

.increase .sele_add {
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  position: absolute;
  right: 7%;
  bottom: 8%;
  background: #ecf4fa;
  width: 100px;
  height: 25px;
  line-height: 25px;
  border-radius: 20px;
}

.increase .sele_opt,
.increase .sele_car {
  display: none;
  width: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 0 5px 0 rgb(0, 0, 0, 0.2);
  text-align: left;
  font-size: 14px;
  cursor: pointer;

}

.increase .sele_car {
  max-height: 15vh;
  overflow-y: auto;
}

.increase .sele_car>div {
  display: none;
}

.increase .sele_opt div,
.increase .sele_car div div {
  padding: 1vw 0 1vw 1vw;
}

.increase .sele_opt div:hover,
.increase .sele_car div div:hover {
  background-color: #ededed;
}

.increase .clihide {
  cursor: pointer;
  width: 25px;
  position: absolute;
  top: 3%;
  right: 2%;
}

.item_head .opt {
  font-size: 16px;
  width: 13vw;
  min-width: 13vw;
  height: 65px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  border-image: linear-gradient(to top, #f2f2f3 10%, #999898 30%, #f2f2f3) 1;
  border-right: 1px solid #000;
  background-color: #fff;
  z-index: 5;
}

.item_head .opt label {
  cursor: pointer;
}

.item_head .carmodule {
  display: flex;
  flex: 1;
  transition: all 0.3s linear;
  align-items: center;
}

.item_head .carmodule div:last-child {
  cursor: pointer;
}

.item_head .carmodule div {
  position: relative;
}

.item_head .carmodule .defultcar {
  font-size: 14px;
  text-align: center;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19vw;
  height: 65px;
  border-image: linear-gradient(to top, #f2f2f3 10%, #999898 30%, #f2f2f3) 1;
  border-right: 1px solid #000;
  position: relative;
  font-family: 'HYCuJianHeiJ';
  line-height: 25px;
}

.item_head .carmodule .defultcar span {
  font-family: 'HYCuJianHeiJ';
}

.item_head .carmodule div:last-child>.defultcar {
  border: none;
}

.item_head .carmodule .carmoduleLast {
  width: 19vw;
  overflow: hidden;
}

.item_head .carmodule .addcar {
  width: 100px;
  height: 25px;
  line-height: 25px;
  border-radius: 12.5px;
  text-align: center;
  font-family: 'HYCuJianHeiJ';
  letter-spacing: 2px;
  cursor: pointer;
  font-size: 12px;
  background: #000;
  color: #fff;
  margin: 0 auto;
}

.item_head .carmodule .clo {
  position: absolute;
  top: 0;
  right: 8%;
  width: 20px;
  transform: rotate(45deg);
  cursor: pointer;
}


.item2 {
  display: flex;
  overflow: hidden;
}

.item .item_title {
  text-align: left;
  font-size: 16px;
  font-family: 'HYCuJianHeiJ';
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 20px 0;
  user-select: none;
}

.item .item_title .img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  margin-right: 10px;
  background-image: url('https://www.arcfox.com.cn/static/web/img2022/public/minus-circle.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.item1_all {
  overflow: hidden;
  height: 0px;
}

.item_all .item1_all {
  height: 100%;
}

.xuan_item {
  overflow: hidden;
  height: 100%;
}


.item1 .item1_title {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.item2 .item2_title {
  font-size: 12px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 13vw;
  padding: 8px;
  min-width: 13vw;
  background: #ecf4fa;
  z-index: 5;
  position: relative;
}

.item2 .item2_title::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 110%;
  box-shadow: -5px 10px 10px 3px rgba(0, 0, 0, 0.2);
}

.item2_all {
  overflow-x: hidden;
  display: block;
  margin-bottom: 30px;
}

.item2_all .item2:last-child>.item3_all .item3 {
  border-bottom: 1px solid rgba(191, 191, 191, 0.2);
}

.item2_all .uncord:last-child>.item3_all {
  border-bottom: 1px solid rgba(191, 191, 191, 0.2);
}

.item3_all {
  display: flex;
  flex: 1;
  transition: all 0.3s linear;
}

.item3 .item3_title {
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19vw;
  height: 100%;
  text-align: center;
  padding: 5px;
}

.item2_title,
.item3_title {
  border-top: 1px solid rgba(191, 191, 191, 0.2);
  border-right: 1px solid rgba(191, 191, 191, 0.2);
}

.hilight {
  background: #ecf4fa;
}

.tip {
  margin: 5vw 0;
}

.beizhu {
  width: 85%;
  font-family: 'HYZhongJianHeiJ';
  font-size: 12px;
  margin: 12px auto;
}

.choose {
  display: flex;
  padding: 0 3vw;
  justify-content: space-between;
  border: 1px solid rgba(191, 191, 191, 0.2);
  ;
}

.choose_item {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 0px;
  margin-right: 10px;
}

.choose_item>div {
  font-family: 'HYZhongJianHeiJ';
  font-size: 12px;
  line-height: 3;
}

.last_item {
  border: 1px solid rgba(191, 191, 191, 0.2);
  border-top: none;
  padding: 0 5vw;
}