.el-dialog__wrapper.half-dialog[data-v-c485464c] {
  z-index: 2000 !important;
  overflow: hidden;
}
.el-dialog__wrapper.half-dialog .half-dialog__wrapper[data-v-c485464c] {
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  min-width: 800px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.el-dialog__wrapper.half-dialog .half-dialog__wrapper .half-dialog__head[data-v-c485464c] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 48px;
  background: #e4e4e4;
  border-bottom: 1px solid #ccc;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.el-dialog__wrapper.half-dialog .half-dialog__wrapper .half-dialog__head .left[data-v-c485464c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.el-dialog__wrapper.half-dialog .half-dialog__wrapper .half-dialog__head .el-icon-close[data-v-c485464c] {
  font-size: 20px;
  margin-right: 8px;
  cursor: pointer;
}
.el-dialog__wrapper.half-dialog .half-dialog__wrapper .half-dialog__head .el-icon-close[data-v-c485464c]:hover {
  color: #409eff;
}
.el-dialog__wrapper.half-dialog .half-dialog__wrapper .half-dialog__head .title[data-v-c485464c] {
  line-height: 26px;
  font-size: 16px;
  margin: 0 16px;
  padding: 0 16px;
  border-left: 1px solid #333;
}
.el-dialog__wrapper.half-dialog .half-dialog__wrapper .half-dialog__body[data-v-c485464c] {
  background: #fff;
  padding: 16px 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
}

.half-dialog__modal {
  z-index: 998 !important;
}

.nav-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f8f8f8;
  padding: 16px 20px;
  margin: 0 0 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav-title .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-title .nav-content {
  background: none;
  padding-left: 8px;
  height: 16px;
  line-height: 16px;
  color: #333333;
  font-weight: bold;
  border-left: 3px solid #333333;
}
.nav-title .tips {
  margin-left: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jw-img-view {
  overflow: auto;
  z-index: 10000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
}
.jw-img-view .my-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  border-radius: 100%;
  background: rgba(128, 128, 128, 0.8);
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
}
.jw-img-view ul {
  text-align: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.jw-img-view .image-viewer-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.jw-img-view .preview-img-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jw-img-view li img {
  max-width: 100%;
  max-height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.jw-img-view .left,
.jw-img-view .right {
  color: #fff;
  position: fixed;
  font-size: 24px;
  top: 50%;
  margin-top: -16px;
  background: rgba(136, 136, 136, 0.8);
  border-radius: 100%;
  padding: 13px;
  cursor: pointer;
  width: initial;
}
.jw-img-view .left {
  left: 50px;
}
.jw-img-view .right {
  right: 50px;
}

.form .red[data-v-e49c8efa] {
  color: #d9001b;
}
.check-single-details[data-v-e49c8efa] {
  display: inline-block;
}
.attr-list dd[data-v-e49c8efa] {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}
.attr-list img[data-v-e49c8efa] {
  width: 60px;
  height: 60px;
}

.red[data-v-ed740a5e] {
  color: #d9001b;
}
[data-v-ed740a5e] .cars-brand .cars-brand-icon {
  display: inline-block;
  height: 40px;
  margin-right: 6px;
}
[data-v-ed740a5e] .cars-brand .cars-brand-icon img {
  display: inline-block;
  height: 40px;
}
[data-v-ed740a5e] .cars-brand .cars-brand-name {
  display: inline-block;
  line-height: 40px;
  vertical-align: top;
}
.filter-form[data-v-ed740a5e] {
  background: #f6f6f6;
  margin-top: 15px;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filter-form .el-form-item[data-v-ed740a5e] {
  width: 32%;
}
.tabs[data-v-ed740a5e] {
  margin-top: 12px;
}

