@charset "UTF-8";
/**
 * 商品详情
 * date: 2025-5-14
 * author: qyt
 */
.mt20 {
  margin-top: 20px;
}

.mb36 {
  margin-bottom: 36px;
}

/* 产品图片 */
.product-view {
  width: 420px;
  margin-right: 20px;
}
.product-view .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-view .swiper-slide img {
  display: block;
  height: 100%;
  width: 100%;
}
.product-view .gallery-top {
  height: 420px;
  border: 1px solid #E2E2E2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-view .gallery-thumbs {
  position: relative;
  height: 60px;
  padding: 0 36px;
  margin-top: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.product-view .gallery-thumbs .swiper-container {
  height: 100%;
}
.product-view .gallery-thumbs .swiper-slide {
  border: 1px solid #EDEDED;
  cursor: pointer;
}
.product-view .gallery-thumbs .swiper-slide.thumb-active {
  border-color: #DE0029;
}
.product-view .gallery-thumbs .swiper-button-next,
.product-view .gallery-thumbs .swiper-button-prev {
  width: 24px;
  height: 60px;
  margin-top: -30px;
  background: #fff url(../images/goods_detail/swiper_arrow.png) no-repeat center;
}
.product-view .gallery-thumbs .swiper-button-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.product-view .gallery-thumbs .swiper-button-next {
  right: 0;
}

/* 产品信息 */
.product-inf {
  width: 460px;
  color: #8B949E;
}
.product-inf h2 {
  min-height: 52px;
  line-height: 26px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.product-inf .gray-content {
  margin-top: 12px;
  min-height: 60px;
  background: #F4F6F8;
  padding: 16px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-inf .gray-content .sales-count {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-inf .gray-content .price {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 24px;
}
.product-inf .gray-content .price .value {
  font-family: "D-DIN-Bold";
  color: #DE0029;
  font-size: 18px;
}
.product-inf .gray-content .price .value > i {
  font-style: normal;
  font-size: 28px;
}
.product-inf .name {
  margin-right: 10px;
}
.product-inf-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  line-height: 32px;
}
.product-inf-row:first-child {
  margin-top: 30px;
}
.product-inf-row .name {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-inf .loc {
  display: inline-block;
  width: 240px;
}
.product-inf .loc .public-select-address-con {
  min-width: 407px;
}
.product-inf .err {
  padding-left: 22px;
  margin-left: 10px;
  background: url(../images/goods_detail/err.png) left center no-repeat;
}
.product-inf .tag-list {
  margin: -5px 0 0 -10px;
}
.product-inf .tag-item {
  display: inline-block;
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
  border: 1px solid #d6d6d6;
  margin: 5px 0 0 10px;
  cursor: pointer;
}
.product-inf .tag-item.active, .product-inf .tag-item:not(.disabled):hover {
  border-color: #DE0029;
  color: #DE0029;
}
.product-inf .tag-item.disabled {
  border-color: #DDDFE7;
  background: #F4F5F7;
  cursor: not-allowed;
}
.product-inf .count-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.product-inf .count-con {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.product-inf .count-con span {
  width: 22px;
  height: 32px;
  line-height: 30px;
  font-size: 20px;
  color: #27313D;
  background: #F5F6F7;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.product-inf .count-con span.disabled {
  color: #C7D0D8;
  cursor: not-allowed;
}
.product-inf .count-con input {
  display: inline-block;
  width: 34px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #F5F6F7;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-inf .count .remind {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
.product-inf .count .remind .red {
  color: #DE0029;
  margin-right: 10px;
}

.confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.confirm .btn {
  width: 160px;
  height: 40px;
  line-height: 38px;
  color: #fff;
  border: 1px solid #DE0029;
  background: #DE0029;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
.confirm .btn-icon {
  display: inline-block;
  vertical-align: middle;
  max-height: 20px;
  margin: -3px 5px 0 0;
}
.confirm .btn.add-cart {
  background: #fff;
  color: #DE0029;
}
.confirm .pk-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* 收藏 */
.collect {
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  padding-top: 18px;
  line-height: 18px;
  color: #27313D;
  background: url(../images/goods_detail/star.png) center top/auto 16px no-repeat;
  text-align: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.collect.active {
  background-image: url(../images/goods_detail/star_h.png);
}

/* 供应商 */
.product-right {
  width: 260px;
}

.supplier {
  position: relative;
  height: 93px;
  padding: 16px;
  color: #fff;
  background: url(../images/goods_detail/supplier_bg.jpg) center center/100% 100% no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.supplier:hover .score,
.supplier:hover .ai-trigger {
  display: block;
}
.supplier .ai-trigger {
  display: none;
  position: absolute;
  left: 100%;
  top: -10px;
}
.supplier-name {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.supplier-triggr:hover .certificate-box {
  display: block;
}
.supplier-triggr-text {
  margin-top: 8px;
  line-height: 30px;
  font-size: 12px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  text-align: center;
  cursor: pointer;
}
.supplier-triggr-text > img {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
}

.certificate-box {
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  padding: 10px;
  margin-right: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  z-index: 99;
}
.certificate-box > img {
  display: block;
  margin: 0 auto;
  max-width: 500px;
}

.score {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 16px 20px;
  background: #FFF;
  color: #27313D;
  -webkit-box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.05);
  z-index: 2;
  height:200px;
}
.score-title {
  color: #5F646E;
  line-height: 18px;
}
.score-grade {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
.score-grade-num {
  margin-right: 16px;
  font-size: 34px;
  line-height: 1;
}
.score-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}
.score-text {
  color: #8B949E;
  line-height: 18px;
}
.score-num {
  margin-top: 6px;
  font-size: 16px;
  line-height: 18px;
  font-family: "D-DIN-Bold";
}
.score-sale {
  margin-top: 16px;
  padding-top: 16px;
  line-height: 18px;
  border-top: 1px dashed #EDEDED;
}
.score-sale-label {
  color: #8B949E;
  margin-right: 16px;
}

/* 市场参考价 */
.market {
  position: relative;
  min-height: 300px;
  padding: 36px 12px 12px;
  margin-top: 12px;
  background: #E8ECF0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.market:hover .ai-trigger {
  display: block;
}
.market .ai-trigger {
  display: none;
  position: absolute;
  left: 100%;
  top: -10px;
}
.market-title {
  line-height: 27px;
  color: #27313D;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
}
.market-content {
  margin-top: 8px;
  color: #5F646E;
  font-size: 16px;
  font-family: "D-DIN-Bold";
}
.market-content .value {
  font-family: "D-DIN-Bold";
  color: #DE0029;
  font-size: 23px;
}
.market-content .value > i {
  font-style: normal;
  font-size: 22px;
}
.market-content .unit {
  color: #8B949E;
  font-size: 18px;
}
.market-content#market-price-trigger:hover {
  cursor: pointer;
  text-decoration-line: underline;
  text-decoration-color: #DE0029;
}
.market .evaluation {
  margin-top: 10px;
}

.evaluation {
  height: 67px;
  background: #fff;
  border-radius: 4px;
  padding: 10px 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.evaluation.low .tt > span {
  color: #FFA152;
}
.evaluation.low .bar-rect {
  left: 12px;
  -webkit-transform: translate(0, -45%);
          transform: translate(0, -45%);
  background-image: url("../images/goods_detail/evaluation_rect_warn.png");
}
.evaluation.high .tt > span {
  color: #FFA152;
}
.evaluation.high .bar-rect {
  left: auto;
  right: 12px;
  -webkit-transform: translate(0, -45%);
          transform: translate(0, -45%);
  background-image: url("../images/goods_detail/evaluation_rect_warn.png");
}
.evaluation .ai-trigger {
  display: none;
  position: absolute;
  left: 100%;
  top: -10px;
}
.evaluation .tt {
  line-height: 15px;
  font-size: 12px;
  font-weight: bold;
  font-family: "Alimama_ShuHeiTi_Bold";
}
.evaluation .tt > span {
  color: #84B868;
}
/*.evaluation .bar {*/
/*  position: relative;*/
/*  height: 8px;*/
/*  margin-top: 8px;*/
/*  background: url("../images/goods_detail/evaluation_bar.png") center center/100% 100% no-repeat;*/
/*}*/
.evaluation .bar-rect {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  width: 16px;
  height: 20px;
  background: url("../images/goods_detail/evaluation_rect.png") center center/100% 100% no-repeat;
}
.evaluation .price-range {
  position: relative;
  font-size: 10px;
  line-height: 12px;
  font-family: "D-DIN-Bold";
  margin-top: 8px;
}
.evaluation .price-range .low {
  position: absolute;
  left: 20px;
  top: 0;
}
.evaluation .price-range .high {
  position: absolute;
  right: 20px;
  top: 0;
}
.evaluation .price-range .value {
  font-size: 12px;
}

/* pk */
.pk-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  max-height: 225px;
  overflow: auto;
}
.pk-list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.pk-list::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #ccc;
}
.pk-list.col1 .pk-item {
  margin-bottom: 12px;
  width: 100%;
}
.pk-list.col1 .pk-item:last-child {
  margin-bottom: 0;
}
.pk-list.col2 .pk-item {
  margin: 12px 0 0 12px;
  width: calc((100% - 12px) / 2.0001);
}
.pk-list.col2 .pk-item:nth-child(-n+2) {
  margin-top: 0;
}
.pk-list.col2 .pk-item:nth-child(2n+1) {
  margin-left: 0;
}
.pk-list.col3 .pk-item {
  margin: 12px 0 0 12px;
  width: calc((100% - 24px) / 3.0001);
}
.pk-list.col3 .pk-item:nth-child(-n+3) {
  margin-top: 0;
}
.pk-list.col3 .pk-item:nth-child(3n+1) {
  margin-left: 0;
}
.pk-list.with-border {
  border: 1px solid #EDEDED;
  border-bottom: none;
}
.pk-list.with-btn .pk-item .pk-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pk-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 86px;
  border: 1px solid #F4F5F7;
  background-color: #F4F5F7;
}
.pk-item:hover {
  border-color: #C7D0D8;
}
.pk-item:hover .pk-del {
  display: block;
}
.pk-item.first::before {
  content: "当前商品";
  position: absolute;
  top: -6px;
  left: -8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 13px;
  width: 75px;
  height: 32px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  background: url("./productdetail/images/goods_detail/pk_label_bg.png") no-repeat center;
}
.pk-item.first .pk-del {
  display: none;
}
.pk-item.empty {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pk-item .pk-btn {
  display: none;
  margin: 0 8px 0 16px;
}
.pk-del {
  position: absolute;
  top: -7px;
  right: -7px;
  display: none;
  width: 14px;
  height: 14px;
  background: url("./productdetail/images/goods_detail/pk_del_icon.png") no-repeat center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pk-img {
  width: 84px;
  height: 100%;
}
.pk-con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px;
  width: 0;
}
.pk-name {
  display: -webkit-box;
  height: 40px;
  color: #27313D;
  line-height: 20px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.pk-price {
  margin-top: 10px;
  color: #DE0029;
  font-family: "D-DIN-Bold";
  font-size: 16px;
  line-height: 20px;
}
.pk-btn {
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 68px;
  height: 40px;
  color: #C7D0D8;
  font-weight: bold;
  border: 1px solid #C7D0D8;
  background: #fff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pk-btn.active {
  color: #DE0029;
  border-color: #DE0029;
}
.pk-btn.active::before {
  background-image: url("../../images/checkbox_h.png");
}
.pk-btn::before {
  content: "";
  margin-right: 6px;
  width: 16px;
  height: 16px;
  background: url("../../images/checkbox.png") no-repeat center;
}
.pk-empty-text {
  margin-top: 6px;
  color: #8B949E;
  text-align: center;
  line-height: 20px;
}
.pk-pop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  overflow: hidden;
  pointer-events: none;
}
.pk-pop.show {
  pointer-events: all;
}
.pk-pop.show .pk-pop-cover {
  opacity: 1;
}
.pk-pop.show .pk-pop-inner {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.pk-pop-cover {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.pk-pop-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.pk-pop-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 4px;
  height: 40px;
}
.pk-pop-title-text {
  color: #27313D;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
.pk-pop-title-icon {
  width: 20px;
  height: 20px;
  background: url("../../productdetail/images/goods_detail/pk_close_icon.png") no-repeat center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pk-pop-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 526px;
  height: 0;
}
.pk-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px;
  height: 0;
}
.pk-tab .pk-list {
  padding-top: 0;
  max-height: none;
}
.pk-tab .pk-item .pk-del {
  display: none;
}
.pk-tab-hd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px 0 32px;
}
.pk-tab-hd::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 4px;
  height: 15px;
  background-color: #DE0029;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pk-tab-hd-item {
  color: #8B949E;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pk-tab-hd-item.active {
  color: #27313D;
}
.pk-tab-hd-item + .pk-tab-hd-item {
  margin-left: 16px;
}
.pk-tab-bd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 12px;
  height: 0;
}
.pk-tab-bd-item {
  height: 100%;
  overflow: auto;
}
.pk-tab-bd-item::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.pk-tab-bd-item::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #ccc;
}

/* ai比质比价 */
.ai-compare {
  border: 1px solid #EDEDED;
  margin-top : 36px;
}
.ai-compare-tt {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 16px;
}
.ai-compare-tt .count {
  color: #DE0029;
  font-weight: bold;
  margin: 0 5px;
}
.ai-compare-tt .more {
  color: #646464;
  font-size: 14px;
  padding-right: 22px;
  background: url(../../productdetail/images/goods_detail/more_arrow.png) right center no-repeat;
}
.ai-compare-tt .more:hover {
  color: #DE0029;
}
.ai-compare-step-item {
  opacity: 1;
}
.ai-compare-bd {
  padding: 20px;
}
.ai-compare-simple {
  display: none;
  min-height: 56px;
  padding: 13px 16px;
  margin-top: 12px;
  color: #fff;
  background: #27313D url(../../productdetail/images/goods_detail/ai_compare_simple_bg.jpg) center center/100% 100%
  no-repeat;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ai-compare-simple .ai-compare-banner-btn {
  margin-top: 0;
}
.ai-compare-simple-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: bold;
  font-size: 20px;
}
.ai-compare-more {
  min-width: 88px;
  line-height: 30px;
  padding: 0 10px;
  color: #fff;
  background: #EC6C00;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ai-compare-more.disabled {
  cursor: default;
}
.ai-compare-more.red {
  background: #DE0029;
}
.ai-compare-step-item {
  opacity: 1;
}

.same-list {
  margin: -12px 0 0 -12px;
}
.same-item {
  width: calc(33.33% - 12px);
  margin: 12px 0 0 12px;
}
.same-link {
  position: relative;
  height: 74px;
  padding: 12px;
  background: #F4F5F7;
  color: #27313D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.same-link.loading {
  background: -webkit-gradient(linear, left top, right top, from(#E8ECF0), to(#FFFFFF));
  background: linear-gradient(90deg, #E8ECF0 0%, #FFFFFF 100%);
}
.same-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  height: 50px;
}
.same-name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 12px;
  max-height: 40px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.same-name .honor-icon {
  display: inline-block;
  vertical-align: middle;
  margin: -5px 0 0 3px;
}
.same-value {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  color: #ea2a2a;
  font-family: "D-DIN-Bold";
}

.similar-list {
  margin: -12px 0 0 -12px;
}
.similar-item {
  width: calc(20% - 12px);
  margin: 12px 0 0 12px;
}
.similar-link {
  display: block;
  position: relative;
  height: 182px;
  background: #F4F5F7;
  border: 1px solid #EDEDED;
  color: #27313D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.similar-link.loading {
  background: -webkit-gradient(linear, left top, right top, from(#E8ECF0), to(#FFFFFF));
  background: linear-gradient(90deg, #E8ECF0 0%, #FFFFFF 100%);
  border-color: transparent;
}
.similar-img {
  display: block;
  width: 100%;
  height: 124px;
}
.similar-infos {
  padding: 8px 8px 0;
}
.similar-name {
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.similar-value {
  line-height: 20px;
  font-size: 16px;
  color: #ea2a2a;
  font-family: "D-DIN-Bold";
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mark {
  position: absolute;
  top: -5px;
  left: 0;
  padding: 0 7px;
  line-height: 24px;
  color: #fff;
  background: #EC6C00;
  font-size: 12px;
  font-weight: bold;
  z-index: 2;
}
.mark::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 7px;
  height: 32px;
  margin-right: -1px;
  background: url(../../productdetail/images/goods_detail/orange_mark_l.png) center center/100% 100% no-repeat;
}
.mark::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 6px;
  height: 100%;
  margin-left: -1px;
  background: url(../../productdetail/images/goods_detail/orange_mark_r.png) center center/100% 100% no-repeat;
}
.mark.red {
  background: #DE0029;
}
.mark.red::before {
  background-image: url(../../productdetail/images/goods_detail/red_mark_l.png);
}
.mark.red::after {
  background-image: url(../../productdetail/images/goods_detail/red_mark_r.png);
}

/* 详情 */
.product-detail {
  margin-top: 20px;
  color: #5F646E;
}

.aside {
  width: 800px;
  border: 1px solid #EDEDED;
}
.aside-title {
  height: 42px;
  background: #F2F2F2;
  border-bottom: 1px solid #EDEDED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aside-title.fixed {
  position: fixed;
  top: 125px;
  z-index: 5;
  width: 802px;
  margin: 20px 0 0 0;
}
.aside-title.fixed::before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 100%;
  height: 20px;
  border-bottom: 1px solid #EDEDED;
  background: #fff;
}
.aside-title-item {
  min-width: 164px;
  height: 42px;
  line-height: 40px;
  border-bottom: 2px solid transparent;
  font-size: 16px;
  padding: 0 10px;
  color: #27313D;
  text-align: center;
  cursor: pointer;
}
.aside-title-item.active {
  color: #DE0029;
  border-bottom: 2px solid #DE0029;
  background: #fff;
}
.aside-bd {
  padding: 25px 20px;
}
.aside-bd-item {
  margin-bottom: 30px;
}
.aside-bd-item:last-child {
  margin-bottom: 0;
}
.aside-bd-item h2 {
  position: relative;
  padding-left: 12px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #27313D;
  font-weight: bold;
}
.aside-bd-item h2:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 12px;
  background: #DE0029;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.aside .introduce-content {
  line-height: 1.5;
}
.aside .introduce-content img {
  display: block;
  max-width: 100%;
  margin: 15px auto;
}
.aside .parameter table {
  table-layout: fixed;
  width: 100%;
}
.aside .parameter td {
  height: 50px;
  padding: 0 12px;
  border: 1px solid #DFE6EC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.aside .parameter td.label {
  color: #8B949E;
  font-weight: bold;
  background: #F5F6F7;
}
.aside .evaluate-content .good-rate {
  height: 21px;
  line-height: 21px;
  border-radius: 10px;
  background: #fff;
  padding: 0 10px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aside .evaluate-content .good-rate .name {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #5F646E;
  font-size: 12px;
}
.aside .evaluate-content .good-rate .count {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #E1251B;
  font-weight: bold;
}
.aside .evaluate-content .good-rate .progress {
  width: 100px;
  height: 8px;
  border-radius: 4px;
  margin: 0 5px;
  background: #E8ECF0;
}
.aside .evaluate-content .good-rate .progress-percent {
  display: block;
  width: 0;
  height: 8px;
  border-radius: 4px;
  background: #DE0029;
  background: -webkit-gradient(linear, left top, right top, from(#DE0029), to(#EC6C00));
  background: linear-gradient(90deg, #DE0029, #EC6C00);
}
.aside .evaluate-toolbar {
  min-height: 34px;
  line-height: 34px;
  color: #fff;
  background: #A9B2BB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aside .evaluate-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.aside .evaluate-type-item {
  min-width: 100px;
  padding: 0 5px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  text-align: center;
}
.aside .evaluate-type-item.active, .aside .evaluate-type-item:hover {
  background: #DE0029;
}

/* 评价列表 */
.evaluate-item {
  padding: 16px 0;
  color: #27313D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #eee;
}
.evaluate-user {
  width: 106px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.evaluate-user-info {
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.evaluate-user-info img {
  float: left;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 5px;
}
.evaluate-user .stars {
  margin-top: 10px;
  display: block;
}
.evaluate-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.evaluate-txt {
  line-height: 22px;
}
.evaluate-inofs {
  color: #8B949E;
  margin-top: 8px;
}
.evaluate-inofs > span {
  margin-right: 30px;
}
.evaluate-inofs > span:last-child {
  margin-right: 0;
}

.stars {
  display: inline-block;
  vertical-align: middle;
}
.stars li {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url(../images/star1-active.png) no-repeat center;
}
.stars li.empty {
  background: url(../images/star1-empty.png) no-repeat center;
}

/* 纠错 */
#recovery {
  cursor: pointer;
  color: #DE0029;
}

.recovery-layer {
  padding: 20px 40px 0;
}
.recovery-layer p {
  color: #666;
  line-height: 24px;
}
.recovery-layer .text-content {
  height: 204px;
  position: relative;
  margin-top: 12px;
}
.recovery-layer .text-content textarea {
  width: 100%;
  height: 100%;
  border: 1px solid #D6D6D6;
  border-radius: 2px;
  padding: 10px;
  resize: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.recovery-layer .text-content .text-count {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #999;
}
.recovery-layer .submit-recovery {
  display: block;
  width: 116px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  background: #DE0029;
  color: #fff;
  margin: 20px auto 0;
}

/* 无数据 */
.null {
  padding-top: 115px;
  line-height: 20px;
  font-size: 12px;
  color: #8B949E;
  background: url(../../productdetail/images/goods_detail/null.png) center 10px/auto 100px no-repeat;
  text-align: center;
}

/* 滚动一定距离后固定右侧 */
.fixed .product-inf {
  position: fixed;
  right: calc(50% - 600px);
  margin-top: 68px;
  height: 430px;
  width: 376px;
  padding: 16px;
  background: #fff;
  border: 1px solid #EDEDED;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 19;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fixed .product-inf .product-condition {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow-y: auto;
}
.fixed .product-inf h2 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: auto;
  max-height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.fixed .product-inf .gray-content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.fixed .product-inf-row {
  margin-top: 18px;
}
.fixed .product-inf .delivery-loc {
  position: relative;
}
.fixed .product-inf .loc {
  width: 280px;
}
.fixed .product-inf .loc .public-select-address-box {
  height: 135px;
}
.fixed .product-inf .loc .public-select-address-con {
  min-width: auto;
  padding-top: 0;
}
.fixed .product-inf .loc .public-select-address-level {
  height: 26px;
  line-height: 25px;
}
.fixed .product-inf .loc .public-select-address-list .item {
  height: 20px;
  line-height: 20px;
  margin-top: 5px;
  margin-left: 5px;
}
.fixed .product-inf .err {
  position: absolute;
  top: 100%;
  margin-left: 50px;
  line-height: 18px;
}
.fixed .confirm {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 12px;
}
.fixed .confirm .btn {
  width: 140px;
}
.fixed .product-right {
  position: fixed;
  right: calc(50% - 600px);
  width: 376px;
  background: #fff;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fixed .ai-compare-simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed .supplier {
  height: 56px;
  padding: 16px 48px 16px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fixed .supplier-name {
  line-height: 24px;
  text-align: left;
}
.fixed .supplier-triggr-text {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
  line-height: 1;
  margin-top: 0;
  background: transparent;
}
.fixed .market {
  position: relative;
  margin-top: 454px;
  min-height: 75px;
  padding: 10px 100px 4px 7px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#E8ECF0));
  background: linear-gradient(0deg, #FFFFFF 0%, #E8ECF0 100%);
}
.fixed .market-newest-row {
  display: none;
}
.fixed .market .mt20 {
  margin-top: 0;
}
.fixed .market-content {
  margin-top: 0;
}
.fixed .market-content .value > i {
  font-size: 24px;
}
.fixed .market .evaluation {
  margin-top: 0;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 88px;
  height: 60px;
}
.fixed .market .evaluation:not(.high, .low) {
  background: #fff url(../../productdetail/images/goods_detail/evaluation_ok.png) right bottom no-repeat;
}
/*.fixed .market .evaluation .bar,*/
.fixed .market .evaluation .price-range {
  display: none;
}
.fixed .market .evaluation .tt {
  line-height: 20px;
  font-size: 16px;
}
.fixed .market .evaluation .tt > span {
  display: block;
}


.evaluation .bar {
    position: relative;
    height: 20px;
    background: url("../../index/images/product_price_bar.png") no-repeat center;
    background-size: 100% auto;
}

.evaluation .bar-con {
    position: absolute;
    top: 0;
    left: 38px;
    right: 38px;
    height: 100%;
}
.evaluation .bar-icon {
    position: absolute;
    top: 1px;
    left: 0;
    width: 16px;
    height: 20px;
    background: url("../../index/images/product_price_bar_icon.png") no-repeat center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}





.product-config {
    margin-top: 20px;
}
.product-config-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}
.product-config-label {
    margin-top: 4px;
/*    width: 42px;*/
    color: #999;
    line-height: 22px;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
}
.product-config-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 10px;
    width: 0;
    min-height: 30px;
}
.product-config-districtpicker {
    width: 260px;
    height: 30px;
    border-radius: 0;
}
.product-config-districtpicker.mini-buttonedit-focus .mini-buttonedit-border, .product-config-districtpicker.mini-buttonedit-popup .mini-buttonedit-border {
    border-color: #206af2;
}
.product-config-districtpicker .mini-buttonedit-border {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    line-height: 28px;
    border-color: #d6d6d6;
    border-radius: 0;
}
.product-config-districtpicker .mini-buttonedit-input {
    height: 100%;
    vertical-align: top;
}
.product-config-districtpicker .mini-buttonedit-close:hover {
    color: #206af2;
}
.product-config-districtpicker .mini-buttonedit-button-hover,
.product-config-districtpicker .mini-buttonedit-button-pressed,
.product-config-districtpicker .mini-buttonedit-button:hover,
.product-config-districtpicker .mini-buttonedit-popup .mini-buttonedit-trigger {
    color: #206af2;
}
.product-config-districtpicker .mini-buttonedit-trigger .mini-buttonedit-icon::before {
    content: "\e603";
}
.product-config-tips {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 20px;
    padding-left: 25px;
    color: #666;
    font-size: 13px;
    line-height: 20px;
    background: url("../images/blue/detail_config_tips_icon.png") no-repeat left center;
}
.product-config-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin: 0 -10px -10px 0;
}
.product-config-tag {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 10px 10px 0;
    padding: 0 10px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #d6d6d6;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.product-config-tag:hover, .product-config-tag.active {
    color: #206af2;
    border-color: #206af2;
}
.product-config-tag.disabled {
    color: #999;
    background-color: #f9f9f9;
    cursor: not-allowed;
}
.product-config-otherecurlstag {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 10px 10px 0;
    padding: 0 10px;
    height: 30px;
    line-height: 28px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.product-config-otherecurlstag:hover, .product-config-otherecurlstag.active {
    color: #206af2;
}
.product-config-otherecurlstag.disabled {
    color: #999;
    background-color: #f9f9f9;
    cursor: not-allowed;
}
.product-config-spinner {
    position: relative;
    width: 78px;
    height: 22px;
    border-radius: 0;
}
.product-config-spinner .mini-buttonedit-border,
.product-config-spinner .mini-buttonedit-buttons,
.product-config-spinner .mini-buttonedit-button {
    position: static;
}
.product-config-spinner .mini-buttonedit-border {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 22px;
    padding: 0 !important;
    height: 100%;
    border-color: #e5e5e5;
    border-radius: 0;
}
.product-config-spinner .mini-buttonedit-input {
    padding: 0;
    height: 100%;
    text-align: center;
    vertical-align: top;
}
.product-config-spinner .mini-buttonedit-up,
.product-config-spinner .mini-buttonedit-down {
    position: absolute;
    top: 0;
    width: 22px;
    height: 100%;
    color: #333;
    background-color: #e5e5e5;
}
.product-config-spinner .mini-buttonedit-up:hover,
.product-config-spinner .mini-buttonedit-down:hover {
    color: #206af2;
}
.product-config-spinner .mini-buttonedit-up .mini-icon,
.product-config-spinner .mini-buttonedit-down .mini-icon {
    -webkit-transform: none !important;
    transform: none !important;
}
.product-config-spinner .mini-buttonedit-up .mini-icon::before,
.product-config-spinner .mini-buttonedit-down .mini-icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.product-config-spinner .mini-buttonedit-up {
    right: 0;
}
.product-config-spinner .mini-buttonedit-up .mini-icon::before {
    content: "\e6de";
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.product-config-spinner .mini-buttonedit-down {
    left: 0;
}
.product-config-spinner .mini-buttonedit-down .mini-icon::before {
    content: "\e702";
}
.product-config-limit {
    color: #999;
    line-height: 22px;
}
.product-config-limit-num {
    color: #206af2;
}
.product-config-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-config-btn-item {
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    min-width: 132px;
    height: 42px;
    border: 1px solid #206af2;
    border-radius: 2px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.product-config-btn-item.primary-btn {
    background-color: #206af2;
}
.product-config-btn-item.primary-btn .product-config-btn-text {
    color: #fff;
}
.product-config-btn-item:hover {
    opacity: 0.8;
}
.product-config-btn-item + .product-config-btn-item {
    margin-left: 14px;
}
.product-config-btn-icon {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: url("../images/blue/detail_cart_icon.png") no-repeat center;
}
.product-config-btn-text {
    color: #206af2;
    line-height: 18px;
}

/* 比质比价表格 */
.compare-tab-hd {
  line-height: 34px;
  background: #F5F6F7;
  margin-bottom: 16px;
}
.compare-tab-hdl {
  min-width: 160px;
  padding: 0 20px;
  font-weight: bold;
  color: #fff;
  background: #A9B2BB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
.compare-tab-hdl.active, .compare-tab-hdl:hover {
  background: #DE0029;
}
.compare-infor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  word-break: break-all;
}
.compare-infor-con {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
}
.compare-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 62px;
  height: 58px;
  margin-right: 12px;
  border: 1px solid #C7D0D8;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.compare-img > img {
  display: block;
  width: 100%;
  height: 100%;
}
.compare-name {
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.compare-name:only-child {
  max-height: 48px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.compare-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8B949E;
}
.compare-price-num {
  color: #DE0029;
  font-weight: bold;
  font-size: 22px;
  margin-right: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.compare-price-unit {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.compare-detail {
  line-height: 21px;
  font-size: 14px;
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.compare-detail p {
  margin-left: 12px;
  line-height: 21px;
  color: #8B949E;
  max-width: 33.33%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.compare-detail p:first-child {
  margin-left: 0;
}
.compare-actions {
  margin-top: 16px;
  text-align: center;
}
.compare-btn {
  display: inline-block;
  vertical-align: top;
  min-width: 120px;
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
  color: #fff;
  background: #DE0029;
  border: 1px solid #DE0029;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.compare-btn:hover {
  color: #fff;
}

.common-table {
  table-layout: fixed;
  width: 100%;
}
.common-table-hd {
  background: #F5F6F7;
}
.common-table-bd {
  position: relative;
  max-height: 400px;
  overflow-y: auto;
}
.common-table-bd.loading {
  height: 400px;
}
.common-table-bd.loading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff url("../../ai_compare/images/ai_compare/table_loading.png") center center/100% 100% no-repeat;
}
.common-table th,
.common-table td {
  padding: 8px 12px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}
.common-table th.align-c,
.common-table td.align-c {
  text-align: center;
}
.common-table th {
  height: 40px;
  color: #27313D;
  background: #F5F6F7;
}
.common-table td {
  height: 80px;
}
.common-table td.action-td > * {
  margin-right: 5px;
}
.common-table td.action-td > *:last-child {
  margin-right: 0;
}
.common-table td.null {
  padding-top: 115px;
  text-align: center;
}
.common-table td .evaluation {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 52px;
  padding: 0;
  background: transparent;
}
.common-table td .evaluation.low .bar-rect {
  left: 4.5%;
}
.common-table td .evaluation.high .bar-rect {
  right: 4.5%;
}
.common-table td .evaluation .price-range .low {
  left: 10%;
}
.common-table td .evaluation .price-range .high {
  right: 10%;
}
.common-table tr:nth-child(even) {
  background: #F5F6F7;
}
.common-table-btn {
  display: inline-block;
  min-width: 66px;
  height: 30px;
  line-height: 28px;
  padding: 0 12px;
  color: #8B949E;
  border: 1px solid #ADB3BB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.common-table-btn:hover {
  color: #27313D;
  border-color: #27313D;
}
.common-table-btn.shop {
  min-width: 138px;
  color: #fff;
  background: #A9B2BB;
}
.common-table-btn.shop:hover {
  background: #27313D;
  border-color: #27313D;
}

.check-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../../images/checkbox.png") center center no-repeat;
  cursor: pointer;
  position: relative;
  top: 3px;
}
.check-icon.checked {
  background-image: url("../../images/checkbox_h.png");
}

.check-icon.disabled {
  background-image: url("../../images/checkbox_h.png");
}

.sort {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 12px;
  background: url("../../sunshine_witness/images/normal_sort.png") no-repeat;
  cursor: pointer;
}
.sort[data-type=asc] {
  background-image: url("../../sunshine_witness/images/asc_sort.png");
}
.sort[data-type=desc] {
  background-image: url("../../sunshine_witness/images/desc_sort.png");
}

.tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.tag-box {
  overflow: hidden;
}
.tag-box > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tag-node {
  padding: 0 5px;
  height: 30px;
  line-height: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  white-space: nowrap;
}
.tag-node:nth-child(n+2) {
  margin-left: 6px;
}
.tag-node.state1 {
  border: 1px solid #F8C6CF;
  background: #FCEAED;
  color: #E73254;
}
.tag-node.state2 {
  border: 1px solid #FCDACB;
  background: #FEF7F4;
  color: #F36428;
}
.tag-node.state3 {
  border: 1px solid #C7E4F9;
  background: #F3F9FE;
  color: #1992E6;
}
.tag-node.state4 {
  border: 1px solid #DDEED9;
  background: #F8FBF7;
  color: #74BA5D;
}
.tag-node.tag-more {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: none;
  cursor: pointer;
  color: #8B949E;
  border: 1px solid #E3E5E8;
  background: #F9F9FA;
}
.tag-show {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  width: 280px;
  top: 30px;
  left: 50%;
  padding-top: 8px;
  z-index: 10;
}
.tag-show ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -6px 0 0 -6px;
}
.tag-show .tag-node {
  margin: 6px 0 0 6px;
}
.tag-content {
  padding: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}