.detailTo[data-v-79d23262] {
  cursor: pointer;
}
.detail-big-img[data-v-79d23262] {
  position: relative;
  width: 396px;
  height: 264px;
}
.detail-big-img img[data-v-79d23262] {
  width: 100%;
  height: 100%;
}
.detail-big-img .detail-img-num[data-v-79d23262] {
  position: absolute;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  padding: 5px 16px;
  bottom: 9px;
  left: 9px;
  border-radius: 12px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
}
.detail-big-img .detail-img-num img[data-v-79d23262] {
  width: 14px;
  height: 14px;
  margin-left: 6px;
  color: #ffffff;
}
.detail-img-more-name[data-v-79d23262] {
  display: flex;
  height: 82px;
}
.detail-img-more-name .vertical-letter[data-v-79d23262] {
  width: 24px;
  height: 100%;
  font-size: 14px;
  color: #FFFFFF;
  background: #2E2E33;
}
.detail-img-more-name img[data-v-79d23262] {
  flex: 1;
  height: 100%;
}

.imgs-item[data-v-262c77db] {
  display: flex;
  height: 142px;
  margin-top: 18px;
  background: #f8f8f8;
}
.imgs-item .vertical-letter[data-v-262c77db] {
  width: 48px;
  height: 100%;
  font-size: 18px;
  color: #333333;
  background: #f8f8f8;
  flex-shrink: 0;
}
.imgs-item-content[data-v-262c77db] {
  overflow: hidden;
}
.imgs-item-content a[data-v-262c77db] {
  float: left;
  margin-left: 9px;
}
.imgs-item-content a[data-v-262c77db]:first-child {
  margin-left: 0;
}
.imgs-item-content img[data-v-262c77db] {
  width: 213px;
  height: 100%;
  cursor: pointer;
}

.loading-status[data-v-49b527f1] {
  display: block;
  width: 100%;
  margin-top: 40px;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #999999;
}
.loading-status i[data-v-49b527f1] {
  margin-right: 8px;
}

.feeds-content .feeds-link[data-v-31bff4ce] {
  display: flex;
  height: 100px;
  margin-top: 24px;
}
.feeds-content .feeds-link[data-v-31bff4ce]:first-child {
  margin-top: 0;
}
.feeds-content .feeds-link .feeds-link-left[data-v-31bff4ce] {
  position: relative;
  width: 150px;
  cursor: pointer;
  overflow: hidden;
}
.feeds-content .feeds-link .feeds-link-left > img[data-v-31bff4ce] {
  height: 100px;
}
.feeds-content .feeds-link .feeds-link-left .feeds-link-video[data-v-31bff4ce] {
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 7px;
  font-size: 12px;
  line-height: 12px;
  border-radius: 30px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.4);
}
.feeds-content .feeds-link .feeds-link-left .feeds-link-video img[data-v-31bff4ce] {
  margin-right: 4px;
}
.feeds-content .feeds-link .feeds-link-right[data-v-31bff4ce] {
  display: flex;
  margin-left: 24px;
  justify-content: center;
  flex-direction: column;
  max-width: 681px;
  cursor: pointer;
}
.feeds-content .feeds-link .feeds-link-right .feeds-link-title[data-v-31bff4ce] {
  font-size: 20px;
  line-height: 25px;
  color: #333333;
}
.feeds-content .feeds-link .feeds-link-right .feeds-link-medium[data-v-31bff4ce] {
  margin-top: 15px;
  font-size: 14px;
  line-height: 14px;
  color: #999999;
}
.feeds-content .feeds-link .feeds-link-right .feeds-link-medium span[data-v-31bff4ce] {
  margin-right: 18px;
}

.selector[data-v-17eb9f2e] {
  position: relative;
  width: 362px;
  background: #FFF;
}
.selector .selector-title[data-v-17eb9f2e] {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #EEEEEE;
  outline: none;
  cursor: pointer;
}
.selector .selector-title span[data-v-17eb9f2e] {
  display: block;
  flex: 1;
}
.selector .selector-title i[data-v-17eb9f2e] {
  transition: transform 0.1s linear;
}
.selector .selector-title i.actived[data-v-17eb9f2e] {
  transform: rotateZ(180deg);
}
.selector .container[data-v-17eb9f2e] {
  position: absolute;
  left: 0;
  top: 54px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
}
.selector .container .content[data-v-17eb9f2e] {
  position: relative;
  width: 362px;
  overflow: hidden;
}
.selector .container .content > div[data-v-17eb9f2e] {
  position: absolute;
  display: flex;
  width: 1086px;
  transition: left 0.2s linear;
}
.selector .container .content-brand[data-v-17eb9f2e] {
  display: flex;
  height: 100%;
  width: 362px;
}
.selector .container .bread-title[data-v-17eb9f2e] {
  display: flex;
  height: 46px;
  align-items: center;
  font-size: 16px;
  padding-left: 8px;
  user-select: none;
}
.selector .container .bread-title .p[data-v-17eb9f2e] {
  color: #333333;
  cursor: pointer;
}
.selector .container .bread-title i[data-v-17eb9f2e] {
  margin: 0 4px;
}
.selector .container .brand-text[data-v-17eb9f2e] {
  position: relative;
  overflow-y: scroll;
  flex: 1;
  height: 100%;
  color: #333333;
  border-left: 1px solid #EEEEEE;
}
.selector .container .brand-text .brand[data-v-17eb9f2e] {
  font-size: 16px;
  padding-left: 16px;
}
.selector .container .brand-text .brand.text[data-v-17eb9f2e] {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.selector .container .brand-text .brand.text img[data-v-17eb9f2e] {
  width: 30px;
  height: 30px;
  margin-right: 22px;
}
.selector .container .brand-text .brand.text[data-v-17eb9f2e]:hover {
  color: #00CECF;
  cursor: pointer;
}
.selector .container .brand-text .brand.text.isActive[data-v-17eb9f2e] {
  font-weight: 800;
  color: #00CECF;
}
.selector .container .brand-text .brand.letter[data-v-17eb9f2e] {
  position: sticky;
  font-size: 12px;
  top: 0;
  background: #f8f8f8;
  cursor: default;
}
.selector .container .brand-series[data-v-17eb9f2e] {
  width: 362px;
  height: 100%;
  overflow: scroll;
}
.selector .container .series[data-v-17eb9f2e] {
  font-size: 16px;
  padding-left: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.selector .container .series.text[data-v-17eb9f2e] {
  height: 38px;
  line-height: 38px;
}
.selector .container .series.text[data-v-17eb9f2e]:hover {
  color: #00CECF;
  cursor: pointer;
}
.selector .container .series.text.isActive[data-v-17eb9f2e] {
  font-weight: 800;
  color: #00CECF;
}
.selector .container .series.text.selected[data-v-17eb9f2e] {
  color: #999999;
  cursor: not-allowed;
}
.selector .container .series.letter[data-v-17eb9f2e] {
  position: sticky;
  font-size: 12px;
  top: 0;
  background: #f8f8f8;
  cursor: default;
}
.selector .container .content-model[data-v-17eb9f2e] {
  width: 362px;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.selector .anchor-scrollbar-hidden[data-v-17eb9f2e] {
  width: 28px;
  height: 100%;
  overflow: hidden;
}
.selector[data-v-17eb9f2e] .anchor {
  position: relative;
  width: 43px;
  height: 100%;
  font-size: 14px;
  font-weight: 500;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: scroll;
}
.selector[data-v-17eb9f2e] .anchor > div {
  width: 28px;
  text-align: center;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
}
.selector[data-v-17eb9f2e] .anchor > div.anchorActive {
  color: #FFFFFF;
  background: #00CECF;
  font-weight: 500;
}
.no-data[data-v-17eb9f2e],
.loading[data-v-17eb9f2e] {
  width: 100%;
  margin-top: 40px;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #999999;
}
.no-data i[data-v-17eb9f2e],
.loading i[data-v-17eb9f2e] {
  margin-right: 8px;
}

.contrast[data-v-8ab5a874] {
  position: relative;
  z-index: 1000;
}
.contrast .fixed-box[data-v-8ab5a874] {
  position: fixed;
  right: 39px;
  top: 23.5%;
  margin-top: -40px;
  border-radius: 3px;
  cursor: pointer;
}
.contrast .fixed-box-c[data-v-8ab5a874] {
  padding: 20px 21px 0;
  width: 80px;
  height: 80px;
  background: #191919;
}
.contrast .fixed-box img[data-v-8ab5a874] {
  display: block;
}
.contrast .fixed-box p[data-v-8ab5a874] {
  margin-top: 7px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
}
.contrast .fixed-box span[data-v-8ab5a874] {
  position: absolute;
  width: 28px;
  height: 28px;
  line-height: 30px;
  top: -14px;
  right: -14px;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  color: #FFFFFF;
  background: #FF5050;
}
.contrast .diff[data-v-8ab5a874] {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  color: #333333;
}
.contrast .diff span[data-v-8ab5a874] {
  position: absolute;
  top: 7px;
  right: 0;
  font-size: 14px;
  justify-self: end;
  font-weight: 400;
  cursor: pointer;
}
.contrast[data-v-8ab5a874] .drawer-content {
  padding: 30px 30px;
  outline: none;
  box-shadow: -6px 0 24px 0 rgba(0, 0, 0, 0.08);
}
.contrast .selected[data-v-8ab5a874] {
  width: 362px;
  max-height: calc(100vh - 240px);
  overflow-y: scroll;
  margin-top: 9px;
}
.contrast .selected-item[data-v-8ab5a874] {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  padding: 16px 0;
  color: #333333;
  border-bottom: 1px solid #EEEEEE;
}
.contrast .selected-item .item-name[data-v-8ab5a874] {
  flex: 1;
}
.contrast .selected-item i[data-v-8ab5a874] {
  display: block;
  width: 16px;
  margin-left: 20px;
  cursor: pointer;
}
.contrast .start-btn[data-v-8ab5a874] {
  width: 234px;
  height: 42px;
  margin: 37px auto 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 44px;
  text-align: center;
  color: #ffffff;
  background: #00CECF;
  border-radius: 3px;
  cursor: pointer;
  user-select: none;
}
.contrast .start-btn.disabled[data-v-8ab5a874] {
  color: #999999;
  background: #E4E4E4;
  cursor: not-allowed;
}

.policy-enter[data-v-89ae1e4a] {
  margin: 15px 0;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 24px;
}
.policy-enter .policy-enter-item:last-child .policy-enter-item-core[data-v-89ae1e4a]::after {
  border-bottom: transparent !important;
}
.policy-enter-item[data-v-89ae1e4a] {
  cursor: pointer;
  display: flex;
  padding: 0 16px;
  background-color: #F8F8F8;
}
.policy-enter-item-core[data-v-89ae1e4a] {
  position: relative;
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.policy-enter-item-core[data-v-89ae1e4a]::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.4);
  transform: scaleY(0.33);
  transform-origin: 0 100%;
}
.policy-enter-item-core-left[data-v-89ae1e4a] {
  position: relative;
  flex: 1;
  height: 50px;
  display: flex;
  align-items: center;
}
.policy-enter-item-core .policy-arrow[data-v-89ae1e4a] {
  display: none;
  width: 16px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(https://youjia.cdn.bcebos.com/car-policy/policy-enter-item-arrow.png);
}
.policy-enter-item-core .policy-enter-item-zc[data-v-89ae1e4a] {
  background-repeat: no-repeat;
  width: 64px;
  height: 50px;
  background-size: contain;
  background-position: center;
  background-image: url(https://youjia.cdn.bcebos.com/car-policy/zcbt.png);
}
.policy-enter-item-core .policy-enter-item-qy[data-v-89ae1e4a] {
  background-repeat: no-repeat;
  width: 64px;
  height: 50px;
  background-size: contain;
  background-position: center;
  background-image: url(https://youjia.cdn.bcebos.com/car-policy/gcqy.png);
}
.policy-enter-item-span[data-v-89ae1e4a] {
  font-size: 400;
  color: #242A34;
  font-size: FZZhengHeiS-B-GB;
}
.policy-enter-item .policy-enter-item-content[data-v-89ae1e4a]:last-child {
  border: 0 !important;
  flex: 1;
}
.policy-enter-item .policy-enter-item-content:last-child .policy-arrow[data-v-89ae1e4a] {
  display: block !important;
}
.policy-enter-item .policy-enter-item-content:last-child .policy-line[data-v-89ae1e4a] {
  display: none;
}
.policy-enter-item-content[data-v-89ae1e4a] {
  height: 50px;
  justify-content: space-between;
  line-height: 1;
  padding-left: 12px;
  display: flex;
  font-weight: 400;
  font-size: 16px;
  color: #242A33;
  align-items: center;
}
.policy-enter-item-content .policy-line[data-v-89ae1e4a] {
  position: relative;
  margin-left: 12px;
  width: 1px;
  height: 18px;
}
.policy-enter-item-content .policy-line[data-v-89ae1e4a]::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50px;
  border-left: 1px solid rgba(153, 153, 153, 0.4);
  transform: scaleY(0.33);
  transform-origin: 0 100%;
}
.policy-enter-item-content .policy-enter-item-text[data-v-89ae1e4a]:last-child {
  flex: 1 !important;
}
.policy-enter-item-text[data-v-89ae1e4a] {
  display: flex;
  align-items: center;
  height: 50px;
}
.policy-enter-item-policy[data-v-89ae1e4a] {
  display: flex;
  align-items: center;
  height: 50px;
}

.all .el-tabs__item {
  font-size: 20px;
  line-height: 20px;
  color: #666666;
  font-weight: normal;
}
.all .is-active {
  font-weight: 500;
  color: #333333;
}
.all .el-tabs__nav-wrap::after {
  height: 1px;
  background: #E6E6E6;
}
.all .el-tabs__active-bar {
  height: 4px;
  background: #00CECF;
}
.all .el-tabs__header {
  margin-bottom: 21px;
}
.el-scrollbar__view {
  padding: 0;
}
.c-tooltips {
  width: 192px;
  height: 42px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #666666 !important;
  border-color: #FFF !important;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15);
}
.c-tooltips[x-placement^='bottom'] .popper__arrow {
  border-bottom-color: #FFF !important;
}
.c-tooltips[x-placement^='top'] .popper__arrow {
  border-top-color: #FFF !important;
}

.page-root[data-v-019b2fc2] {
  width: 1200px;
  min-height: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
}
img[data-v-019b2fc2] {
  display: block;
}
.nav[data-v-019b2fc2] {
  margin-top: 30px;
}
.nav .el-breadcrumb[data-v-019b2fc2] {
  font-size: 16px;
}
.nav[data-v-019b2fc2] .el-breadcrumb__item {
  cursor: pointer;
}
.nav[data-v-019b2fc2] .el-breadcrumb__item .el-breadcrumb__inner {
  color: #333;
}
.nav[data-v-019b2fc2] .el-breadcrumb__item .el-breadcrumb__inner.is-link {
  font-weight: 400;
}
.nav[data-v-019b2fc2] .el-breadcrumb__item .el-breadcrumb__inner:hover {
  color: #333;
}
.nav[data-v-019b2fc2] .el-breadcrumb__item[aria-current="page"] .el-breadcrumb__inner {
  color: #333;
  cursor: default!important;
}
.nav[data-v-019b2fc2] .el-breadcrumb__item[aria-current="page"] .el-breadcrumb__inner:hover {
  color: #333;
}
.nav[data-v-019b2fc2] .el-breadcrumb__separator {
  margin: 0;
}
.name[data-v-019b2fc2] {
  display: flex;
  width: 100%;
  letter-spacing: 0;
  margin-top: 29px;
  height: 50px;
  align-items: flex-end;
}
.name .brand-logo[data-v-019b2fc2] {
  height: 50px;
}
.name a[data-v-019b2fc2] {
  display: inline-block;
  align-items: center;
  overflow: hidden;
}
.name p[data-v-019b2fc2] {
  float: left;
  font-size: 36px;
  color: #333333;
  line-height: 50px;
}
.name img[data-v-019b2fc2] {
  float: left;
  display: inline-block;
  height: 50px;
  margin-right: 6px;
}
[data-v-019b2fc2] .vertical-letter {
  display: flex;
  justify-content: center;
  align-items: center;
}
[data-v-019b2fc2] .vertical-letter span {
  writing-mode: vertical-lr;
  letter-spacing: 6px;
  padding-top: 6px;
}
[data-v-019b2fc2] .vertical-letter.vertical-letter-icon {
  flex-direction: column;
}
[data-v-019b2fc2] .vertical-letter.more {
  color: #999999 !important;
  cursor: pointer;
}
.detail[data-v-019b2fc2] {
  display: flex;
  margin-top: 35px;
  height: 264px;
}
.detail .detail-img[data-v-019b2fc2] {
  display: flex;
}
.detail .detail-img-more[data-v-019b2fc2] {
  display: flex;
  width: 147px;
  margin-left: 9px;
  flex-direction: column;
  justify-content: space-between;
}
.detail .detail-info[data-v-019b2fc2] {
  margin-left: 20px;
}
.detail .detail-info .detail-price[data-v-019b2fc2] {
  margin-left: 16px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 16px;
  color: #666666;
}
.detail .detail-info .detail-price-item[data-v-019b2fc2] {
  margin-right: 22px;
  display: flex;
  align-items: center;
}
.detail .detail-info .detail-price .detail-price-cs[data-v-019b2fc2] {
  margin-top: 6px;
}
.detail .detail-info .detail-price .detail-price-seller-title[data-v-019b2fc2] {
  margin-top: 6px;
}
.detail .detail-info .detail-price .detail-price-seller-content[data-v-019b2fc2] {
  margin-left: 16px;
}
.detail .detail-info .detail-price span.detail-price-seller[data-v-019b2fc2] {
  font-size: 24px;
  line-height: 24px;
  color: #FF4556;
  font-family: 'BaiduNumberPlus_Medium';
}
.detail .detail-info .detail-price .detail-price-fact-title[data-v-019b2fc2] {
  margin-right: 16px;
}
.detail .detail-info .detail-price span.detail-price-fact[data-v-019b2fc2] {
  color: #151515;
}
.detail .detail-info .detail-price[data-v-019b2fc2]:nth-child(2) {
  margin-top: 20px;
}
.detail .detail-info .detail-price span.not-sale[data-v-019b2fc2] {
  color: #151515;
  font-size: 18px;
  line-height: 18px;
}
.detail .detail-info .detail-type[data-v-019b2fc2] {
  display: flex;
  margin-top: 24px;
  font-size: 16px;
  line-height: 16px;
  margin-left: 16px;
  color: #333;
}
.detail .detail-info .detail-type-title[data-v-019b2fc2] {
  color: #666;
  display: inline-flex;
  width: 64px;
  margin-right: 22px;
  justify-content: space-between;
}
.detail .detail-info .detail-type p[data-v-019b2fc2] {
  width: 246px;
}
.detail .detail-btn-group[data-v-019b2fc2] {
  margin-top: 30px;
  font-size: 14px;
  text-align: center;
  line-height: 42px;
  margin-left: 16px;
}
.detail .get-price-big[data-v-019b2fc2] {
  float: left;
  display: block;
  width: 120px;
  height: 42px;
  border-radius: 3px;
  font-size: 14px;
  color: #FFFFFF;
  background: #00CECF;
  font-weight: 500;
  cursor: pointer;
}
.detail .plain-btn[data-v-019b2fc2] {
  float: left;
  display: block;
  width: 120px;
  height: 42px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  margin-right: 12px;
  border: 0.5px solid #00D4D4;
  background: rgba(0, 212, 212, 0.1);
  color: #00D4D4;
}
.detail .free-phone[data-v-019b2fc2] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  background: none;
  border: 1px solid #1a1a1a;
  border-radius: 3px;
  color: #1A1A1A;
}
.detail .free-phone .c-icon[data-v-019b2fc2] {
  font-size: 18px;
  margin-right: 2px;
}
.detail .link-to-param[data-v-019b2fc2] {
  float: left;
  display: block;
  width: 120px;
  height: 42px;
  margin-right: 16px;
  border-radius: 3px;
  color: #1A1A1A;
  border: 1px solid #1A1A1A;
  font-weight: 500;
  cursor: pointer;
}
.all[data-v-019b2fc2] {
  margin-top: 42px;
}
.all .all-content[data-v-019b2fc2] {
  overflow: hidden;
}
.all .all-more[data-v-019b2fc2] {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 16px;
  color: #666666;
  cursor: pointer;
}
.all .all-more > span[data-v-019b2fc2] {
  display: inline-block;
}
.all .all-more i[data-v-019b2fc2] {
  display: inline-block;
  margin-left: 9px;
}
.all .all-more i.isActive[data-v-019b2fc2] {
  transform: rotate(-180deg);
}
[data-v-019b2fc2] .title {
  font-size: 20px;
  line-height: 20px;
  margin: 42px 0 24px;
  color: #333333;
}
.title-h2[data-v-019b2fc2] {
  font-size: 20px;
  line-height: 20px;
  color: #333333;
}
.sellers .sellers-content[data-v-019b2fc2] {
  width: 100%;
  overflow: hidden;
}
.sellers .sellers-content .sellers-item[data-v-019b2fc2] {
  display: flex;
  padding: 23px 0;
  border-top: 1px solid #EEEEEE;
}
.sellers .sellers-content .sellers-item[data-v-019b2fc2]:last-child {
  border-bottom: 1px solid #EEEEEE;
}
.sellers .sellers-content .sellers-info[data-v-019b2fc2] {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
}
.sellers .sellers-content .sellers-info .sellers-name[data-v-019b2fc2] {
  width: 580px;
}
.sellers .sellers-content .sellers-info .sellers-name-n[data-v-019b2fc2] {
  line-height: 18px;
  margin-bottom: 13px;
}
.sellers .sellers-content .sellers-info .sellers-name-n span[data-v-019b2fc2] {
  display: inline-block;
  height: 18px;
  padding: 0 5px;
  margin-right: 12px;
  font-size: 12px;
  text-align: center;
  border: 1px solid #00CECF;
  border-radius: 2px;
  color: #00CECF;
}
.sellers .sellers-content .sellers-info .sellers-addr[data-v-019b2fc2] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999999;
}
.sellers .sellers-content .sellers-info .sellers-price[data-v-019b2fc2] {
  width: 120px;
  font-size: 18px;
  line-height: 18px;
  color: #FF6F61;
  margin-right: 28px;
}
.sellers .sellers-content .sellers-discount[data-v-019b2fc2] {
  font-size: 12px;
  text-align: right;
  line-height: 12px;
  margin-right: 32px;
  width: 100px;
}
.sellers .sellers-content .sellers-discount .discount-num[data-v-019b2fc2] {
  color: #20B52F;
}
.sellers .sellers-content .sellers-discount .discount-origin[data-v-019b2fc2] {
  margin-top: 4px;
  text-decoration: line-through;
  color: #999999;
}
.sellers .sellers-content .sellers-phone[data-v-019b2fc2],
.sellers .sellers-content .list-btn[data-v-019b2fc2] {
  display: inline-block;
  width: 98px;
  font-size: 14px;
  text-align: center;
  height: 28px;
  line-height: 28px;
  border: 1px solid #00CECF;
  border-radius: 3px;
  outline: none;
  color: #00CECF;
  cursor: pointer;
}
.sellers .sellers-content .sellers-phone[data-v-019b2fc2] {
  margin-right: 8px;
  border-color: #333;
  color: #333;
}
.sellers .sellers-content .sellers-phone .c-icon[data-v-019b2fc2] {
  font-size: 13px;
}
.sellers .sellers-content .sellers-phone-none[data-v-019b2fc2] {
  display: inline-block;
  width: 98px;
  margin-right: 8px;
  visibility: hidden;
}
.sellers .all-more[data-v-019b2fc2] {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 16px;
  color: #666666;
  cursor: pointer;
}
.sellers .all-more > span[data-v-019b2fc2] {
  display: inline-block;
}
.sellers .all-more i[data-v-019b2fc2] {
  display: inline-block;
  margin-left: 9px;
}
.sellers .all-more i.isActive[data-v-019b2fc2] {
  transform: rotate(-180deg);
}
.power-dealer[data-v-019b2fc2] {
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  padding: 0 24px;
}
.power-dealer[data-v-019b2fc2] .dealer-single {
  border: none;
}
.select-car-module[data-v-019b2fc2] {
  position: relative;
  margin-left: 12px;
}
.select-car-module .el-select[data-v-019b2fc2] {
  position: absolute;
  width: 100%;
  height: 40px;
}
.select-car-module .el-select[data-v-019b2fc2] .el-input__inner {
  opacity: 0;
  border: none;
  font-size: 20px;
  color: #FFFFFF;
}
.select-car-module .el-select[data-v-019b2fc2] .el-input__icon.el-icon-arrow-up {
  color: #333333;
}
.select-car-module .select-car-display[data-v-019b2fc2] {
  font-size: 20px;
  line-height: 40px;
  min-width: 200px;
  height: 40px;
  padding: 0 35px 0 0;
  color: #333333;
}
.option-type[data-v-019b2fc2] {
  position: sticky;
  top: 0;
  height: 28px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 28px;
  background-color: rgba(241, 241, 241);
  z-index: 1;
}
.el-select-dropdown .el-select-dropdown__item.selected[data-v-019b2fc2] {
  color: #00CECF !important;
}
.el-select-dropdown .el-select-dropdown__item.hover[data-v-019b2fc2],
.el-select-dropdown .el-select-dropdown__item[data-v-019b2fc2]:hover {
  background: rgba(0, 206, 207, 0.05);
}
.offline-list[data-v-019b2fc2] {
  display: flex;
  flex-wrap: wrap;
}
.offline-list .box[data-v-019b2fc2] {
  margin-right: 16px;
  margin-bottom: 24px;
}
.offline-more[data-v-019b2fc2] {
  cursor: pointer;
  text-align: center;
}
.offline-more-up[data-v-019b2fc2] {
  display: inline-block;
  transform: rotate(180deg);
}

