.details-header {
  background-color: #282f35;
  min-width: 980px;
  z-index: 1030;
}

.details-header .nav-main {
  float: left;
}

.details-header .nav-main .nav-home {
  color: #fff;
  -webkit-transition: background-color 0.3s ease-in -0.1s;
  transition: background-color 0.3s ease-in -0.1s;
}

.details-header .nav-main .nav-home:hover {
  -webkit-transition: background-color 0.3s ease-out 0.1s;
  transition: background-color 0.3s ease-out 0.1s;
  color: #0a7de3;
}

.details-header .nav-main .nav-home .nav-top-ion {
  width: 18px;
  line-height: 45px;
  font-size: 19px;
  display: inline-block;
  vertical-align: top;
}

.details-header .nav-main .menu {
  float: left;
  cursor: pointer;
  position: relative;
  height: 50px;
  -webkit-transition: background-color 0.3s ease-in -0.1s;
  transition: background-color 0.3s ease-in -0.1s;
}

.details-header .nav-main .menu.active {
  background-color: #0a7de3;
  -webkit-transition: background-color 0.3s ease-out 0.1s;
  transition: background-color 0.3s ease-out 0.1s;
}

.details-header .nav-main .menu.active:hover .menu-hd-link {
  color: #fff;
}

.details-header .nav-main .menu.active:after {
  content: "";
  border: 15px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -15px;
}

.details-header .nav-main .menu:hover {
  -webkit-transition: background-color 0.3s ease-out 0.1s;
  transition: background-color 0.3s ease-out 0.1s;
}

.details-header .nav-main .menu:hover .menu-hd-link {
  color: #0a7de3;
}

.details-header .nav-main .menu.unavailable:hover {
  cursor: default;
}

.details-header .nav-main .menu.unavailable:hover .menu-hd-link {
  color: #fff;
}

.details-header .nav-main .menu-hd {
  position: relative;
  padding: 0 45px;
  padding: 0 26px \9;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  vertical-align: middle;
}

.details-header .nav-main .menu-hd-link {
  font-size: 14px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.details-header .user-opt {
  float: right;
  position: relative;
  font-size: 12px;
}

.details-header .user-opt .nav-top-ion {
  width: 24px;
  line-height: 47px;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  vertical-align: top;
}

.details-header .user-opt .menu {
  float: left;
  cursor: pointer;
}

.details-header .user-opt .menu:hover a {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.details-header .user-opt .u-split {
  display: inline-block;
  height: 49px;
  line-height: 49px;
  color: #9d9d9d;
  float: left;
}

.details-header .user-opt .menu-hd {
  position: relative;
  padding: 0 28px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  vertical-align: middle;
}

.details-header .user-opt .menu-hd, .details-header .user-opt .menu-hd a {
  color: #ffffff;
}

.details-header .user-opt .menu-hd a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.details-header .user-opt .menu-hd-last {
  padding-right: 0;
}

.details-header .user-opt .menu-shares-txt {
  display: none;
}

.details-header .user-opt .user-login {
  float: left;
  margin-right: 10px;
}

.details-header .user-opt .user-login .menu {
  cursor: pointer;
}

.details-header .user-opt .user-login .menu:hover a {
  color: #0a7de3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.details-header .user-opt .user-login .menu-hd {
  padding: 0 5px;
}

.details-header .menu-bd {
  display: none;
  z-index: 9999;
  position: relative;
}

.details-header .hovered:hover {
  cursor: default;
  background-color: #0a7de3;
}

.details-header .hovered:hover .menu-hd:after {
  content: "";
  border: 15px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -15px;
}

.details-header .hovered:hover .menu-bd {
  position: absolute;
  left: -1px;
  *top: 33px;
  display: block;
  padding: 8px;
  border: 1px solid #f0f0f0;
  border-top-width: 0;
  background-color: #fff;
}

.details-header .hovered:hover .z-pos-right {
  right: -1px;
  left: auto;
}

.details-header .hovered-nobg:hover {
  background-color: #0a7de3;
}

.details-header .menu-bd-panel .mini-cart {
  color: #313131;
}

.details-header .menu-bd-panel .mini-cart a {
  color: #313131;
}

.details-header .menu-bd-panel .mini-cart-bd {
  padding: 0 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.details-header .menu-bd-panel .mini-cart-bd li {
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
}

.details-header .menu-bd-panel .mini-cart-bd li:hover a {
  color: #313131;
}

.details-header .menu-bd-panel .mini-cart-img {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
}

.details-header .menu-bd-panel .mini-cart-img img {
  width: 100%;
}

.details-header .menu-bd-panel .mini-cart-count {
  float: right;
  color: #313131;
}

.details-header .menu-bd-panel .mini-cart-price {
  margin-left: 5px;
}

.details-header .menu-bd-panel .mini-cart-price {
  color: #fb4d1d;
}

.details-header .menu-bd-panel .mini-cart-title a {
  color: #313131;
}

.details-header .menu-bd-panel .mini-cart-title,
.details-header .menu-bd-panel .mini-cart-info {
  display: -webkit-box;
  height: 1.6em;
  width: 14em;
  font-size: 12px;
  line-height: 1.6;
  margin-left: 50px;
  margin-right: 70px;
  word-break: break-all;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.details-header .menu-bd-panel .mini-cart-number {
  text-align: right;
}

.details-header .menu-bd-panel .mini-cart-info {
  color: #9d9d9d;
}

.details-header .menu-bd-panel .mini-cart-footer {
  padding: 5px 10px;
  overflow: hidden;
}

.details-header .menu-bd-panel .mini-cart-footer-item {
  float: left;
  width: 50%;
}

.details-header .menu-bd-panel .mini-cart-footer-count {
  color: #313131;
  margin-top: 9px;
}

.details-header .menu-bd-panel .mini-cart-footer-pricew {
  color: #fb4d1d;
}

.details-header .menu-bd-panel .mini-cart-footer-price {
  font-size: 18px;
  line-height: 1.3;
}

.details-header .menu-bd-panel .mini-cart-go {
  float: right;
  font-size: 14px;
  padding-left: 18px;
  padding-right: 18px;
}

.details-header .menu-bd-txt {
  margin-top: 6px;
  font-size: 14px;
  text-align: center;
  word-break: keep-all;
}

.flexslider .flex-direction-nav a {
  width: 45px;
  height: 80px;
  line-height: 80px;
  margin-top: -40px;
}

.flexslider .flex-direction-nav a:before {
  font-size: 80px;
  color: #626262 \9;
  color: rgba(120, 120, 120, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: -18px;
}

.flexslider .flex-direction-nav a:hover:before {
  color: #f0f0f0 \9;
  color: rgba(255, 255, 255, 0.8);
}

.flexslider .flex-control-paging li a.flex-active {
  background-color: #fb6137;
  background-color: rgba(250, 58, 4, 0.8);
  cursor: default;
}

@media screen and (max-width: 1680px) {
  .details-header .nav-main .menu-hd {
    padding: 0 42px;
  }
  .details-header .user-opt .menu-hd {
    padding: 0 26px;
  }
  .details-header .user-opt .menu-hd-last {
    padding-right: 0;
  }
}

@media screen and (max-width: 1440px) {
  .details-header .nav-main .menu-hd {
    padding: 0 36px;
  }
  .details-header .user-opt .menu-hd {
    padding: 0 22px;
  }
  .details-header .user-opt .menu-hd-last {
    padding-right: 0;
  }
}

@media screen and (max-width: 1366px) {
  .details-header .nav-main .menu-hd {
    padding: 0 32px;
  }
  .details-header .user-opt .menu-hd {
    padding: 0 18px;
  }
  .details-header .user-opt .menu-hd-last {
    padding-right: 0;
  }
}

@media screen and (max-width: 1280px) {
  .details-header .nav-main .menu-hd {
    padding: 0 26px;
  }
  .details-header .user-opt .menu-hd {
    padding: 0 14px;
  }
  .details-header .user-opt .menu-hd-last {
    padding-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .details-header .nav-main .menu-hd {
    padding: 0 20px;
  }
  .details-header .user-opt .menu-hd {
    padding: 0 10px;
  }
  .details-header .user-opt .menu-hd-last {
    padding-right: 0;
  }
}

@media screen and (max-width: 980px) {
  .details-header .nav-main .menu-hd {
    padding: 0 15px;
  }
  .details-header .user-opt .menu-hd-last {
    padding-right: 0;
  }
}
@charset "UTF-8";
.sprite-add, .sprite-del, .sprite-erweima, .sprite-flag, .sprite-flow, .sprite-last, .sprite-next {
  background-image: url("img/_sprite.png?ver=2022060920330");
}

.sprite-add {
  background-position: 0px -184px;
  width: 34px;
  height: 40px;
}

.sprite-del {
  background-position: -42px -184px;
  width: 34px;
  height: 40px;
}

.sprite-erweima {
  background-position: -195px -140px;
  width: 14px;
  height: 14px;
}

.sprite-flag {
  background-position: 0px -140px;
  width: 137px;
  height: 36px;
}

.sprite-flow {
  background-position: 0px 0px;
  width: 949px;
  height: 132px;
}

.sprite-last {
  background-position: -145px -140px;
  width: 17px;
  height: 33px;
}

.sprite-next {
  background-position: -170px -140px;
  width: 17px;
  height: 33px;
}

/*购买配件页面 顶部商品展示*/
#car .parts-exhibition {
  width: 100%;
  padding-top: 60px;
}

/*左侧商品图片*/
#car {
  /*缩略图上下的按钮*/
}

#car .parts-show {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

#car .choose-img {
  position: relative;
  margin-top: 20px;
  padding-right: 40px;
}

#car .choose-img-little {
  width: 70px;
  height: 46px;
  margin-left: 10px;
  border: 1px solid #e0e0e0;
  display: inline-block;
}

#car .choose-img-little img {
  width: 100%;
  height: auto;
}

#car .choose-img-little img:hover {
  cursor: pointer;
}

#car .show-active {
  border: 1px solid #fb4d1b;
}

#car .parts-exhibition .last,
#car .parts-exhibition .next {
  height: 70px;
  width: 40px;
  display: inline-block;
  vertical-align: bottom;
}

#car .parts-exhibition .last:hover,
#car .parts-exhibition .next:hover {
  background-color: #000000;
  opacity: 0.1;
  cursor: pointer;
}

#car .parts-exhibition .last .img,
#car .parts-exhibition .next .img {
  margin-top: 17px;
  margin-left: 12px;
}

#car .parts-exhibition .last {
  visibility: hidden;
}

#car .parts-exhibition .next {
  margin-left: 10px;
}

/*图片轮播*/
#car .carousel {
  height: 70px;
  width: 400px;
  overflow: hidden;
  display: inline-block;
  font-size: 0;
}

#car .carousel-content {
  white-space: nowrap;
  font-size: 0;
}

#car .detail-img {
  display: inline-block;
  /*padding-left: 80px;*/
  padding-right: 20px;
  vertical-align: top;
  padding-top: 5px;
  margin: 0 auto;
  width: 100%;
}

#car .detail-img-content {
  margin: 0 auto;
  max-width: 600px;
  max-height: 600px;
  overflow: hidden;
}

#car .detail-img img {
  width: 100%;
  height: auto;
}

/*右侧商品价格及选择*/
#car .parts-price {
  display: inline-block;
}

#car .the-shop {
  margin-bottom: 15px;
  display: inline-block;
}

#car .the-shop:hover {
  color: #0a7de3;
  text-decoration: underline;
}

#car .shop-logo {
  display: inline-block;
  width: 20px;
  height: 20px;
}

#car .shop-name {
  display: inline-block;
  font-size: 16px;
  margin-left: 5px;
}

#car .parts-name {
  color: #333333;
  font-size: 22px;
}

#car .price {
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 8px;
  color: #626262;
  background-color: #f5f5f5;
  min-height: 75px;
  position: relative;
}

#car .price-list {
  display: inline-block;
  width: 100%;
}

#car .price-list div {
  display: inline-block;
  vertical-align: baseline;
}

#car .price-type {
  margin-left: 1em;
  display: inline-block;
  width: 6em;
}

#car .little-word {
  font-size: 14px;
  vertical-align: bottom;
  font-weight: normal;
}

#car .put-price {
  color: #fb4d1b;
  font-size: 25px;
  font-weight: bold;
}

#car .sign {
  color: #fb4d1b;
  font-size: 20px;
  margin-left: -6px;
}

#car .little-red-title {
  color: #fb4d1b;
  margin-top: 5px;
  margin-bottom: 15px;
}

#car .original-price {
  text-decoration: line-through;
  padding-left: 3px;
}

#car .choose {
  padding: 10px 0 0 0;
  color: #626262;
  font-size: 16px;
  display: contents;
  width: 48%;
}

#car .choose-count {
  padding: 35px 0 10px 0;
  color: #757575;
  font-size: 16px;
}

#car .option-type {
  display: inline-block;
  width: 51%;
  margin-left: 1em;
  vertical-align: top;
  margin-top: 22px;
}

#car .all-option {
  display: inline-block;
  width: 40%;
}

#car .option {
  font-size: 14px;
  display: inline-block;
  padding: 6px;
  border: 1px solid #e0e0e0;
  line-height: 20px;
  margin: 15px 5px 0 0;
  min-width: 66px;
  text-align: center;
  color: #313131;
}

#car .option-pic {
  display: inline-block;
  width: 66px;
  /*height: 36px;*/
  text-align: center;
  font-size: 14px;
  margin: 15px 5px 0 0;
  padding: 2px;
  border: 1px solid #e0e0e0;
}

#car .option-pic img {
  width: 60px;
  height: 30px;
  z-index: -1;
  position: relative \9;
}

#car .option.option-active:before,
#car .option-pic.option-active:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  right: 0;
  bottom: 0;
  margin-right: -5px;
  margin-bottom: -5px;
  background: url(../rock/img/z-active-2x.png?ver=2022060920330) center no-repeat;
  background-size: cover;
  background: url(../rock/img/z-active.png?ver=2022060920330) center no-repeat \9;
}

#car .option.disabled,
#car .option-pic.disabled {
  border: 1px dashed #e0e0e0;
  color: #cccccc;
  cursor: not-allowed;
}

#car .option:hover,
#car .option-pic:hover {
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  border-color: #fb4d1d;
}

#car .option-active {
  border: 1px solid #fb4d1b;
  position: relative;
}

#car .option-pic.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  color: black;
  border-style: dashed;
  border-color: #a9a9a9;
}

#car .count-type {
  margin-top: 20px;
  display: inline-block;
  width: 6em;
  margin-left: 1em;
  vertical-align: top;
}

#car .count {
  height: 40px;
  width: 150px;
  border: 1px solid #e0e0e0;
  margin-top: 12px;
  position: relative;
  text-align: center;
  display: inline-block;
}

#car .del {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 100%;
  border: none;
  padding: 0;
}

#car .add {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 100%;
  border: none;
  padding: 0;
}

#car .axiba {
  filter: alpha(opacity=40);
  /* IE */
  -moz-opacity: 0.4;
  /* 老版Mozilla */
  -khtml-opacity: 0.4;
  /* 老版Safari */
  opacity: 0.4;
  /* 支持opacity的浏览器*/
  cursor: default;
}

#car .buy-count {
  display: inline-block;
  width: 80px;
  height: 100%;
  line-height: 40px;
  text-align: center;
  border: 0;
  color: #757575;
}

#car .all-btn {
  margin-top: 10px;
  height: 48px;
  text-align: center;
}

#car .btn-lg {
  width: 47%;
  margin-left: 10px;
  display: inline-block;
}

/*#car .buy-now {*/
/*  float: right;*/
/*}*/

#car .buy-now:link, #car #car .buy-now:visited, #car #car .buy-now:hover, #car #car .buy-now:active {
  color: #fff;
}

#car .select-btn {
  cursor: pointer;
}

#car .select {
  display: block;
  margin-top: 15px;
  padding: 10px 30px 6px 10px;
  background: #fff url(../rock/img/icon-arrow/arrow-down.png?ver=20170419093428) 96% center no-repeat;
  background-size: 12px 12px;
  border: 1px solid #e0e0e0;
  height: 36px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  width: 292px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

#chooseDealer .modal-body {
  padding: 20px;
}

#chooseDealer .close-btn {
  font-size: 29px;
  position: absolute;
  right: 11px;
  top: 10px;
  color: #9d9d9d;
  cursor: pointer;
}

#chooseDealer .select {
  display: block;
  margin-top: 15px;
  padding: 10px 30px 6px 10px;
  background: #fff url(../rock/img/icon-arrow/arrow-down.png?ver=20170419093428) 93% center no-repeat;
  background-size: 12px 12px;
  border: 1px solid #e0e0e0;
  height: 36px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}

#chooseDealer #dealer-map,
#chooseDealer .dealer-area {
  display: inline-block;
  height: 550px;
}

#chooseDealer #dealer-map {
  width: 584px;
  margin-right: 10px;
  vertical-align: top;
}

#chooseDealer .dealer-area {
  width: 340px;
}

#chooseDealer .dealer-area .header {
  font-size: 18px;
  color: #1f1f1f;
  line-height: 38px;
}

#chooseDealer .dealer-area .province {
  display: inline-block;
  width: 150px;
  position: relative;
}

#chooseDealer .dealer-area .city {
  display: inline-block;
  width: 180px;
  position: relative;
}

#chooseDealer .dropdown-menu {
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  min-width: 150px;
}

#chooseDealer .dropdown-menu li {
  cursor: pointer;
}

#chooseDealer .dealer {
  height: 400px;
  overflow-y: auto;
  padding: 10px 16px 0 0;
}

#chooseDealer .dealer-detail {
  padding: 4px 0;
  color: #626262;
}

#chooseDealer .dealer-info-indent {
  padding-left: 22px;
}

#chooseDealer .dealer-info {
  position: relative;
  padding: 5px 0 5px 22px;
  cursor: pointer;
}

#chooseDealer .dealer-check {
  position: absolute;
  left: 0;
  top: 2px;
}

#chooseDealer .dealer-name {
  color: #313131;
  font-size: 15px;
  line-height: 19px;
}

#chooseDealer .btn-lg {
  width: 100%;
  margin-top: 10px;
}

#chooseDealer .no-dealer {
  text-align: center;
  margin-top: 55px;
}

#chooseDealer .no-dealer span {
  display: block;
  color: #9d9d9d;
  font-size: 18px;
  margin: 20px 0 0 18px;
}

#infowindow .stars {
  top: -3px;
}

/*限购数量*/
#car .limit-count-content {
  font-size: 12px;
  margin-top: 10px;
  color: #fb4d1b;
  /*display: none;*/
}

#car .limit-count-content .option-type {
  font-size: 15px;
}

/*倒计时*/
#car .count-down-block {
  height: 30px;
  width: 100%;
}

#car .count-down {
  width: 100%;
  height: 26px;
  position: relative;
  text-align: center;
  display: none;
}

#car .count-down-line {
  height: 14px;
  border-bottom: 1px solid #9d9d9d;
}

#car .count-down-content {
  background-color: #FFFFFF;
  padding: 0 5px;
  position: absolute;
  top: 3px;
  left: 20%;
}

#car .count-down-time {
  color: #fb4d1b;
}

/*库存*/
#car .inventory {
  display: inline-block;
  font-size: 14px;
  color: #757575;
  padding-left: 5px;
}

#car .inventory-count {
  padding: 0 6px;
}

#car .hide {
  display: none;
}

#car .ml20 {
  margin-left: 20px;
}

#car .mb30 {
  margin-bottom: -15px;
}

#car .mt40 {
  margin-top: 40px;
}

#car .ml40 {
  margin-left: 40px;
}

/*精品评论*/
#car .fine-discuss {
  color: #313131;
  margin-top: 30px;
  font-size: 14px;
  display: none;
}

#car .fine-discuss .all-comment-msg {
  padding: 5px;
  border-bottom: 1px #9d9d9d dashed;
  height: 31px;
}

#car .fine-discuss .star {
  vertical-align: top;
  margin-top: -4px;
}

#car .fine-discuss .satisfaction,
#car .fine-discuss .discuss-count {
  margin-left: 20px;
  margin-bottom: 5px;
  display: inline-block;
}

#car .fine-discuss .comment-num {
  float: right;
}

#car .fine-discuss .comment-num:hover {
  cursor: pointer;
  color: #0a7de3;
}

#car .fine-discuss .one-discuss {
  padding: 15px 10px;
}

#car .fine-discuss .one-discuss-phone {
  float: left;
}

#car .fine-discuss .one-discuss-date {
  float: right;
}

#car .fine-discuss .one-discuss-content {
  width: 100%;
  clear: both;
  margin-top: 25px;
}

#car .fine-discuss .the-top-line {
  border-top: 1px solid #e0e0e0;
}

#car .fine-discuss .img-div img {
  width: 92px;
  cursor: pointer;
}

#car .fine-discuss .img-content {
  margin-top: 10px;
  height: 94px;
  line-height: 92px;
  border: 1px solid #e8e8e8;
  font-size: 0;
  overflow: hidden;
}

@media (max-width: 1100px) {
  #car .fine-discuss .img-content {
    height: 75px;
    line-height: 73px;
  }
}

/*页面的背景颜色*/
#car .content-back-color {
  background-color: #f7f7f7;
}

/*页面中的导航条（商品参数等）*/
#car .content-nav {
  width: 100%;
  height: 60px;
  border-top: 1px solid #e0e0e0;
  margin: 50px 0 0 0;
  text-align: center;
  background-color: #fff;
}

#car .content-nav-fixed {
  width: 100%;
  height: 60px;
  border-top: 1px solid #e0e0e0;
  text-align: center;
  /*margin: 35px 0 0 0;*/
  margin: 0;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 1000;
}

#car .content-nav .con-wrap {
  text-align: center;
}

#car .content-nav-fixed .con-wrap {
  text-align: center;
  white-space: nowrap;
  min-width: 980px;
}

#car .parts-detail,
#car .parts-param,
#car .parts-evaluation {
  display: inline-block;
  vertical-align: middle;
  width: 250px;
  height: 100%;
  font-size: 20px;
  line-height: 58px;
  color: #626262;
}

#car .parts-detail:hover,
#car .parts-param:hover,
#car .parts-evaluation:hover {
  cursor: pointer;
  color: #0a7de3;
}

#car .nav-active {
  color: #0a7de3;
}

#car .content-nav span,
#car .content-nav-fixed span {
  height: 20px;
  width: 1px;
  border-left: 1px solid #e0e0e0;
}

#car .blank {
  height: 110px;
  width: 100%;
  display: none;
}

/*手机购买*/
#car .download {
  display: inline-block;
  /*float: right;*/
  margin-top: 22px;
  position: absolute;
  right: 10px;
}

#car .download .qr-code-icon {
  display: inline-block;
  vertical-align: middle;
}

#car .download i {
  font-size: 12px;
  color: #bdbdbd;
}

#car .download span {
  border: none;
}

#car .download .download-erweima {
  z-index: 10;
  position: absolute;
  right: 0;
  background-color: #ffffff;
  padding: 5px;
  border: 1px solid #e0e0e0;
  display: none;
  width: 135px;
}

#car .download .download-erweima #code {
  width: 100%;
}

#car .download:hover .download-erweima {
  display: block;
}

/*详情图片区域*/
#car .content-back-color .con-wrap {
  overflow: hidden;
}

#car .detail img {
  width: 100%;
  height: auto;
}

#car .buyCar-flow {
  height: 250px;
  background-color: #ffffff;
  margin-top: 10px;
}

#car .flag {
  padding-top: 20px;
  height: 56px;
  width: 137px;
  margin-bottom: 20px;
  margin-left: -7px;
}

#car .flow {
  text-align: center;
}

#car .flow div {
  height: 132px;
  width: 949px;
  display: inline-block;
}

#car .detail-content {
  background-color: #fff;
  margin-bottom: 20px;
}

#car .detail-content img {
  max-width: 100%;
  height: auto !important;
}

#car table td, #car table th {
  border: 1px solid black;
}

/*参数详情列表*/
#car .param {
  margin: 20px 0;
}

#car .param-title, #car .evaluation-title, #car .tips-title {
  font-size: 24px;
  line-height: 40px;
  color: #1f1f1f;
}

#car .param-content {
  border-top: #626262 2px solid;
  background-color: #fff;
  margin-bottom: 20px;
  padding-top: 20px;
}

#car .param-content div {
  width: 100%;
}

#car .param-content img {
  width: 100%;
}

#car .param-content .title-img {
  padding-right: 17px;
}

#car .param-scroll {
  height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-right: 17px;
}

/*@media screen and (max-width: 1179px) {
    #car .param-scroll{
        img{
            width: 101.8%;
        }
    }
}

@media screen and (min-width: 1179px) {
    #car .param-scroll{
        img{
            width: 101.5%;
        }
    }
}*/
/*产品评论*/
#car .evaluation {
  margin: 20px 0;
}

#car .evaluation-content {
  border-top: #626262 2px solid;
  background-color: #fff;
}

#car .goods-comment-info h3 {
  margin: 0;
  height: 0;
  color: #F7F7F7;
  display: none;
}

#car .goods-pleased {
  margin-left: 70px;
}

#car .goods-pleased .goods-none-score {
  font-size: 28px;
  color: #999999;
  margin-top: 11px;
}

/*退换货流程*/
#car .tips {
  margin: 20px 0;
  display: none;
}

#car .tips-content {
  border-top: #626262 2px solid;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 10px 20px;
}

#car .tips-content .big-title {
  margin-top: 10px;
  font-size: 16px;
  color: #323232;
  line-height: 30px;
  font-weight: 600;
}

#car .tips-content .tip {
  font-size: 14px;
  color: #787878;
  line-height: 18px;
}

/*修改用户评价中的一些部分*/
#car #car-comment .comment {
  background-color: #f7f7f7;
}

#car #car-comment .pop-title {
  display: none;
}

#car #car-comment .row {
  text-align: center;
  padding: 20px 0;
}

#car #car-comment .goods-mark {
  padding: 28px 0 0 60px;
  text-align: left;
}

#car #car-comment .goods-mark p {
  display: inline-block;
  width: 49%;
}

#car #car-comment .score-content {
  border-top: 0;
  background-color: #fff;
  padding: 0;
}

#car #car-comment .comment-list {
  background-color: #fff;
  margin: 12px 0 0 0;
}

#car #car-comment .comment-txt {
  word-wrap: break-word;
  word-break: break-all;
}

#car .recommend {
  margin-bottom: 100px;
}

#car .recommend .brows {
  background-color: #f7f7f7;
}

#car .recommend .recommend-tag {
  float: left;
  font-size: 24px;
  color: #1f1f1f;
}

#car #car-comment .page-centainer {
  background-color: #ffffff;
}

.modal-open #car .content-nav-fixed {
  padding-right: 17px;
}

#car .download-erweima .menu-bd-txt {
  white-space: normal;
}
