.tabs_list .el-tabs__item {
  font-size: 18px;
}
.tabs_list .el-tabs__item.is-active {
  color: #38C22E;
}
.tabs_list .el-tabs__active-bar {
  background-color: #38C22E;
}
.tabs_list .el-tabs__item:hover {
  color: #38C22E;
}

.loadbtn[data-v-bc19ea80] {
  padding-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: start;
      align-items: flex-start;
}

.loadbtn[data-v-6cf93c8d] {
  padding-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: start;
      align-items: flex-start;
}

.noimg[data-v-8f41e1a6] {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  width: 100%;
  height: 100%;
  text-align: center;
}
.noimg .bg[data-v-8f41e1a6] {
  width: 700px;
  height: 180px;
  border: 10px solid #fff;
  background: #d6dbdf;
  border-radius: 10px;
}
.noimg img[data-v-8f41e1a6] {
  width: 232px;
  height: 234px;
  margin-top: -170px;
}
.noimg p[data-v-8f41e1a6] {
  font-size: 22px;
  font-weight: bold;
  color: #243340;
  margin: 2px 0 18px;
}
.selfColumn[data-v-8f41e1a6] {
  position: relative;
}
.selfColumn .carType[data-v-8f41e1a6] {
  position: absolute;
  top: 0;
  right: 0;
}
.selfColumn .carType img[data-v-8f41e1a6] {
  width: 60px;
}
.selfColumn .carType2[data-v-8f41e1a6] {
  left: 0;
  right: auto;
}
.selfColumn .carType2 img[data-v-8f41e1a6] {
  width: 50px;
}
.tab[data-v-8f41e1a6] {
  background: #fff;
  margin-bottom: 10px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
}
.tab p[data-v-8f41e1a6] {
  background: linear-gradient(0deg, #FCF3E4 0%, #F8F3E9 100%);
  color: #F3780B;
  border-radius: 15px 15px 0px 0px;
  width: 120px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  margin: 10px 10px 0;
  text-align: center;
  cursor: pointer;
}
.tab .active[data-v-8f41e1a6] {
  background: linear-gradient(0deg, #F2A40C 0%, #F3880A 100%);
  color: #fff;
}

