.sign {
  display: inline-block;
  vertical-align: middle;
  height: 18px;
  color: #fff;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  line-height: 18px;
}
.sign.trans-product {
  font-size: 12px;
  font-weight: 400;
  color: #5c3407;
  line-height: 18px;
  border-radius: 2px;
  border: 0;
  padding: 0 4px;
  background: linear-gradient(to bottom right, #faf4ed, #e6d4c1);
}
.sign.huawei-product {
  width: 56px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #d71310;
  line-height: 18px;
  background: linear-gradient(to bottom right, #fcf4f5, #fadcde);
  border-radius: 2px;
  border: 0;
}
.sign.autarky {
  margin-top: 0;
  margin-left: 0px;
  padding: 1px 5px 0;
  color: #5c3407;
  font-size: 12px;
  font-weight: 400;
  background: linear-gradient(to bottom right, #fbefe5, #f0d1b1);
}
.sign.self {
  margin-top: 0;
  margin-left: 8px;
  padding: 0 4px;
  background-color: #D71310;
}

/** write less here**/
.store-main-box {
  background: #f7f7f7;
  min-height: 500px;
  padding-bottom: 60px;
}
.store-main-box.pt20 {
  padding-top: 20px;
}
ul {
  list-style: none;
}
.isv-info {
  max-width: 1180px;
  min-height: 140px;
  margin: 0 auto 20px;
}
.isv-info .isv-logo {
  float: left;
  margin: 30px;
  width: 168px;
  height: 70px;
}
.isv-info .isv-name {
  font-weight: 500;
  font-size: 24px;
  color: #252B3A;
  letter-spacing: 0;
  line-height: 30px;
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 10px;
}
.isv-info .isv-details ul {
  display: inline-block;
  margin-bottom: 0;
}
.isv-info .isv-details ul li {
  float: left;
  margin-right: 30px;
  display: inline-block;
}
.isv-info .isv-details ul li span {
  font-size: 14px;
  color: #A0A2A8;
  letter-spacing: 0;
  line-height: 18px;
}
.isv-info .isv-details ul li span + span {
  color: #130000;
}
.isv-info .isv-details ul li .isv-mail {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  color: #1B79C8;
  cursor: pointer;
}
.isv-info .isv-details ul li .isv-mail:hover {
  text-decoration: underline;
}
.isv-info .isv-details div {
  margin-top: -4px;
  color: #a0a2a8;
}
.isv-info .isv-details div .isv-address {
  color: #130000;
}
.huawei_bg {
  background-image: url(//res.hc-cdn.com/cpage-pep-mkp-seller-detail-cn/7112.2.1/images/thumb.png);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.name-logo {
  display: flex;
  align-items: center;
}
.name-logo > img {
  margin-left: 10px;
}
@media (max-width: 1023px) {
  .store-main-box {
    padding-bottom: 0;
  }
  .isv-info {
    width: 100%;
    margin: 20px auto 0;
    min-height: 120px;
  }
  .isv-info .isv-logo {
    margin: 15px 10px 10px 15px;
    width: 22.4%;
    max-width: 168px;
    height: 40px;
  }
  .isv-info .isv-name {
    margin-top: 26px;
    margin-bottom: 11px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
  }
  .isv-info .isv-details ul {
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 5px;
  }
  .isv-info .isv-details ul li {
    float: none;
    display: block;
    margin-left: 15px;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .isv-info .isv-details ul li span {
    font-size: 12px;
  }
  .isv-info .isv-details ul li + li {
    margin-bottom: 0;
  }
  .isv-info .isv-details div {
    margin-left: 15px;
    color: #a0a2a8;
  }
  .isv-info .isv-details div .isv-address {
    color: #130000;
  }
  .huawei_bg {
    background-position: 85%;
  }
}

/** write less here**/
.clear-fix:before {
  content: " ";
  display: table;
  line-height: 0;
}
.clear-fix:after {
  content: " ";
  display: table;
  line-height: 0;
  clear: both;
}
* {
  margin: 0;
  padding: 0;
}
.market-tabs {
  max-width: 1180px;
  height: 50px;
  margin: 0 auto;
  background: #fff;
  padding: 0 30px;
  box-sizing: border-box;
}
.market-tabs li {
  float: left;
  height: 51px;
  width: 76px;
  text-align: center;
  padding: 15px 0;
  margin-right: 30px;
  list-style: none;
  box-sizing: border-box;
  border-bottom: 4px solid transparent;
}
.market-tabs li.active {
  border-bottom-color: #c7000b;
}
.market-tabs li:hover {
  cursor: pointer;
}
.product-filters {
  max-width: 1180px;
  height: 50px;
  background: #fff;
  padding: 13px 0 13px 30px;
  margin: 0 auto;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  box-sizing: border-box;
}
.product-filters.scrollfixed {
  position: fixed;
  z-index: 10;
}
.product-filters .product-filters-ul li {
  float: left;
  cursor: pointer;
  font-size: 14px;
  color: #666A75;
  letter-spacing: 0;
  margin-right: 40px;
  position: relative;
  list-style: none;
}
.product-filters .product-filters-ul li.price p,
.product-filters .product-filters-ul li.publish-time p {
  float: left;
  display: inline-block;
}
.product-filters .product-filters-ul li.price .triangle,
.product-filters .product-filters-ul li.publish-time .triangle {
  width: 8px;
  height: 12px;
  float: left;
  margin: 6px 0 0 5px;
}
.product-filters .product-filters-ul li.price .triangle .triangle-up,
.product-filters .product-filters-ul li.publish-time .triangle .triangle-up {
  width: 8px;
  height: 5px;
  display: list-item;
  margin-bottom: 3px;
  background: url(//res.hc-cdn.com/cpage-pep-mkp-seller-detail-cn/7112.2.1/images/triangle-up.svg) no-repeat center;
}
.product-filters .product-filters-ul li.price .triangle .triangle-up.active,
.product-filters .product-filters-ul li.publish-time .triangle .triangle-up.active {
  background: url(//res.hc-cdn.com/cpage-pep-mkp-seller-detail-cn/7112.2.1/images/triangle-up-active.svg) no-repeat center;
}
.product-filters .product-filters-ul li.price .triangle .triangle-down,
.product-filters .product-filters-ul li.publish-time .triangle .triangle-down {
  width: 8px;
  height: 5px;
  display: list-item;
  background: url(//res.hc-cdn.com/cpage-pep-mkp-seller-detail-cn/7112.2.1/images/triangle-down.svg) no-repeat center;
}
.product-filters .product-filters-ul li.price .triangle .triangle-down.active,
.product-filters .product-filters-ul li.publish-time .triangle .triangle-down.active {
  background: url(//res.hc-cdn.com/cpage-pep-mkp-seller-detail-cn/7112.2.1/images/triangle-down-active.svg) no-repeat center;
}
.product-filters .product-filters-ul li.active {
  color: #c7000b;
}
.product-filters .product-filters-ul li.product-selected .selected-tag {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background: url(//res.hc-cdn.com/cpage-pep-mkp-seller-detail-cn/7112.2.1/images/selected-tag.svg) no-repeat center;
}
.product-filters .product-last-or-next {
  height: 30px;
  position: absolute;
  top: 10px;
  right: 30px;
}
.product-filters .product-last-or-next .product-go-last {
  width: 30px;
  height: 30px;
  margin-right: 4px;
  display: inline-block;
  border: 1px solid #E2E2E2;
  background: #fff url(//res.hc-cdn.com/cpage-pep-mkp-seller-detail-cn/7112.2.1/images/arrow-left.png) center no-repeat;
}
.product-filters .product-last-or-next .product-go-last:hover {
  cursor: pointer;
  background: #c7000b url(//res.hc-cdn.com/cpage-pep-mkp-seller-detail-cn/7112.2.1/images/arrow-left-hover.png) center no-repeat;
}
.product-filters .product-last-or-next .product-go-last.disabled {
  cursor: unset;
}
.product-filters .product-last-or-next .product-go-next {
  width: 30px;
  height: 30px;
  display: inline-block;
  border: 1px solid #E2E2E2;
  background: #fff url(//res.hc-cdn.com/cpage-pep-mkp-seller-detail-cn/7112.2.1/images/arrow-right.png) center no-repeat;
}
.product-filters .product-last-or-next .product-go-next:hover {
  cursor: pointer;
  background: #c7000b url(//res.hc-cdn.com/cpage-pep-mkp-seller-detail-cn/7112.2.1/images/arrow-right-hover.png) center no-repeat;
}
.product-filters .product-last-or-next .product-go-next.disabled {
  cursor: unset;
}
@media (max-width: 1023px) {
  .main-box {
    width: auto;
    margin: unset;
    overflow: unset;
  }
  .market-tabs {
    display: none;
  }
  .product-filters {
    width: 100%;
    height: 44px;
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
    padding: unset;
  }
  .product-filters .product-last-or-next {
    display: none;
  }
  .product-filters .product-filters-ul {
    padding: 10px;
  }
  .product-filters .product-filters-ul li {
    width: 25%;
    margin-right: 0;
    list-style: none;
    display: inline-block;
  }
  .product-filters .product-filters-ul li.price {
    text-align: center;
    position: relative;
  }
  .product-filters .product-filters-ul li.price p {
    float: none;
  }
  .product-filters .product-filters-ul li.price .triangle {
    float: none;
    margin: 5px -26px 0 0;
    position: absolute;
    top: 0;
    right: 50%;
  }
  .product-filters .product-filters-ul li.publish-time {
    text-align: center;
    position: relative;
  }
  .product-filters .product-filters-ul li.publish-time p {
    float: none;
  }
  .product-filters .product-filters-ul li.publish-time .triangle {
    float: none;
    margin: 5px -41px 0 0;
    position: absolute;
    top: 0;
    right: 50%;
  }
}

.store-main-box {
  background-color: #f5f5f5;
}
.isv-info-name-king-common {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 600;
  color: #181818;
}
.isv-info-abstract-common {
  width: 100%;
  margin-top: 10px;
  opacity: 0.7;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #626262;
}
.line2-ellipsis {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.line1-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.line10-ellipsis {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.a-link {
  font-size: 12px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #181818;
  line-height: 18px;
  width: 50px;
}
.isv-info-helper {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.isv-info-helper-action-common {
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #181818;
}
.flex-align {
  display: flex;
  align-items: center;
}
.tab-text-common {
  font-weight: 400;
  line-height: 22px;
  font-family: PingFangSC, PingFangSC-Regular;
  color: #626262;
  cursor: pointer;
}
.tab-wrapper {
  display: none;
  width: 100%;
}
.por-carousel-next,
.por-carousel-prev {
  display: none;
}
.por-carousel-bullet-common {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
}
.por-carousel-bullet.active,
.por-carousel-bullet:hover {
  background-color: #fff;
}
.seller-product-title-common {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.seller-product-title-common > span {
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 600;
  text-align: left;
  color: #181818;
}
.seller-product-title-common > a {
  font-size: 14px;
  lingh-height: 22px;
  color: #626262;
}
.seller-card-common {
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}
.seller-card-title-common {
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 600;
  text-align: left;
  color: #191919;
}
.seller-card-tags-common {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 18px;
  overflow: hidden;
}
.seller-card-tags-common > .sign {
  margin-right: 8px;
}
.seller-card-tags-contend {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #595959;
  line-height: 18px;
  box-sizing: border-box;
  padding: 0 4px;
  margin-right: 8px;
  background: #f5f5f5;
  border-radius: 4px;
}
.seller-card-score {
  height: 16px;
  margin-top: 12px;
}
.seller-card-price-common {
  position: absolute;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #191919;
}
.seller-card-price-flag {
  font-size: 12px;
  line-height: 18px;
  color: #181818;
}
.seller-card-price-unit {
  font-size: 12px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #939393;
  line-height: 18px;
}
.seller-card-buy-common {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #181818;
  color: #FFFFFF;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
}
.seller-case-card-content-title-common {
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 600;
  text-align: left;
  color: #181818;
}
.seller-case-card-content-subtitle-common {
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: justify;
  color: #626262;
}
.seller-store-title-common {
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 600;
  text-align: left;
  color: #181818;
}
.seller-store-subtitle-common {
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #181818;
}
.seller-store-des-common {
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: justify;
  color: #626262;
}
.huawei {
  color: #D71310;
  background: linear-gradient(135deg, #fcf0f0, #ffd9d5 99%);
  border-radius: 4px;
}
.konw-more {
  width: 49px;
  height: 18px;
  font-size: 12px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 600;
  text-align: left;
  color: #181818;
  line-height: 18px;
}
.tab-active-common {
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 600;
  text-align: left;
  color: #0c0c0c;
}
.img-size {
  margin: 0 auto;
  width: 18px;
  height: 18px;
  background-size: 100% 100%;
}
.online-link {
  margin: 0 auto;
  width: 18px;
  height: 18px;
  background-size: 100% 100%;
  background-image: url(//res.hc-cdn.com/cpage-pep-mkp-seller-detail-cn/7112.2.1/images/kefu.png);
}
.tel-link {
  margin: 0 auto;
  width: 18px;
  height: 18px;
  background-size: 100% 100%;
  background-image: url(//res.hc-cdn.com/cpage-pep-mkp-seller-detail-cn/7112.2.1/images/tel.png);
}
.submit-link {
  margin: 0 auto;
  width: 18px;
  height: 18px;
  background-size: 100% 100%;
  background-image: url(//res.hc-cdn.com/cpage-pep-mkp-seller-detail-cn/7112.2.1/images/submit.png);
}
.inMobile .scroll_product-filters {
  position: fixed;
  z-index: 100;
}
.inMobile .scroll_product-filters > .fixed_child {
  position: fixed;
  top: 48px;
  width: 100%;
  box-sizing: border-box;
  background: #fafafa;
}
.inMobile .product-filters {
  position: fixed;
  top: 94px;
  background: #f5f5f5;
  z-index: 100;
}
.header-fixed {
  position: fixed !important;
  top: 0;
  z-index: 100;
  background: #fff;
}
.inMobile_onlyHaveProducts .product-filters {
  position: fixed;
  top: 48px;
  background: #f5f5f5;
  z-index: 100;
}
.por-link-expend {
  display: flex;
  align-items: center;
  font-size: 14px;
  lingh-height: 22px;
  color: #626262;
}
.por-link-expend > i {
  margin-left: 4px;
  transition: transform 0.3s ease;
}
.por-link-expend:hover {
  color: #181818 !important;
}
.por-link-expend:hover > i {
  transform: translate(4px);
}
@media (min-width: 1024px) {
  .auto-center,
  #seller-product {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .seller-header {
    height: 320px;
    box-sizing: border-box;
    padding: 48px;
    background-image: url(//res.hc-cdn.com/cpage-pep-mkp-seller-detail-cn/7112.2.1/images/bg.png);
    background-size: 100% 100%;
    background-position: center;
  }
  .seller-header > .isv-info-wrapper {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 100px;
  }
  .seller-header > .isv-info-wrapper > .isv-info-img {
    margin: 0 auto;
    width: 168px;
    height: 70px;
    box-sizing: border-box;
    padding: 14px 24px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  }
  .seller-header > .isv-info-wrapper > .isv-info-img > img {
    width: 100%;
    height: 100%;
  }
  .seller-header > .isv-info-wrapper > .isv-info-name-king {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 600;
    color: #181818;
    margin-top: 24px;
  }
  .seller-header > .isv-info-wrapper > .isv-info-name-king > .isv-info-name {
    font-size: 24px;
    line-height: 30px;
  }
  .seller-header > .isv-info-wrapper > .isv-info-name-king > .isv-info-king {
    margin-left: 4px;
    width: 40px;
    height: 20px;
    background-image: url(//res.hc-cdn.com/cpage-pep-mkp-seller-detail-cn/7112.2.1/images/king.png);
    background-size: cover;
  }
  .seller-header > .isv-info-wrapper .isv-info-abstract {
    width: 100%;
    margin-top: 10px;
    opacity: 0.7;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #626262;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-height: 22px;
    font-size: 14px;
  }
  .seller-header > .isv-info-wrapper .isv-info-abstract::before {
    content: '';
    float: right;
    width: 0px;
    height: 100%;
    margin-bottom: -22px;
  }
  .seller-header > .isv-info-wrapper > .isv-info-helper {
    margin-top: 24px;
  }
  .seller-header > .isv-info-wrapper .isv-info-helper-wrapper {
    display: flex;
    align-items: center;
  }
  .seller-header > .isv-info-wrapper .isv-info-helper-wrapper > .isv-info-helper-method {
    width: 90px;
    height: 22px;
    font-size: 18px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #181818;
    line-height: 22px;
  }
  .seller-header > .isv-info-wrapper .isv-info-helper-wrapper > img {
    width: 18px;
    height: 18px;
    margin-left: 8px;
  }
  .seller-header > .isv-info-wrapper .isv-info-helper-wrapper > .isv-info-helper-action {
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #181818;
    margin-left: 8px;
    line-height: 22px;
    font-size: 18px;
  }
  .seller-header > .isv-info-wrapper .isv-info-helper-wrapper .tel-link + .isv-info-helper-action {
    text-decoration: none;
  }
  .tab-container {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 32px 0;
  }
  .tab-container > .tab-text {
    font-weight: 400;
    line-height: 22px;
    font-family: PingFangSC, PingFangSC-Regular;
    color: #626262;
    cursor: pointer;
    margin-right: 96px;
    font-size: 18px;
    height: 36px;
    position: relative;
  }
  .tab-container > .tab-text::after {
    position: absolute;
    top: 34px;
    left: 50%;
    display: block;
    content: '';
    height: 2px;
    width: 0;
    -webkit-transform: translateX(-50%);
    background: #181818;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
  }
  .tab-container > .tab-text:hover::after {
    width: 100%;
  }
  .tab-container > .tab-text:hover {
    color: #0c0c0c;
    font-weight: 600;
  }
  .tab-container > .tab-text:hover > div {
    padding: 0 0;
  }
  .tab-container > .tab-text.tab-active {
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 600;
    text-align: left;
    color: #0c0c0c;
    font-size: 18px;
    line-height: 22px;
    border-bottom: 2px solid #0C0C0C;
  }
  .por-carousel {
    height: 320px;
    border-radius: 14px;
    margin-bottom: 64px;
  }
  .por-carousel .seller-por-carousel-slide-link {
    display: block;
    width: 100%;
    height: 100%;
  }
  .por-carousel .seller-por-carousel-slide-link > img {
    width: 100%;
    height: 100%;
  }
  .por-carousel-bullet {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    width: 12px;
    height: 12px;
  }
  .seller-product {
    box-sizing: border-box;
    padding-bottom: 64px;
  }
  .seller-product > .seller-product-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .seller-product > .seller-product-title > span {
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 600;
    text-align: left;
    color: #181818;
  }
  .seller-product > .seller-product-title > a {
    font-size: 14px;
    lingh-height: 22px;
    color: #626262;
  }
  .seller-product > .seller-product-title > span {
    font-size: 24px;
    line-height: 30px;
  }
  .seller-product > .seller-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 32px;
  }
  .seller-product > .seller-card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    position: relative;
    z-index: 10;
  }
  .seller-product > .seller-card > div {
    width: calc(50% - 16px);
    height: 100%;
  }
  .seller-product > .seller-card > .seller-card-right-top-img {
    height: 311px;
    border-radius: 12px;
    overflow: hidden;
  }
  .seller-product > .seller-card > .seller-card-left-bottom-content {
    position: relative;
    height: 311px;
  }
  .seller-product > .seller-card > .seller-card-left-bottom-content > .seller-card-title {
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 600;
    text-align: left;
    color: #191919;
    font-size: 18px;
    line-height: 22px;
  }
  .seller-product > .seller-card > .seller-card-left-bottom-content > .seller-card-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 18px;
    overflow: hidden;
    margin-top: 8px;
  }
  .seller-product > .seller-card > .seller-card-left-bottom-content > .seller-card-tags > .sign {
    margin-right: 8px;
  }
  .seller-product > .seller-card > .seller-card-left-bottom-content > .seller-card-heightlights {
    margin-top: 28px;
  }
  .seller-product > .seller-card > .seller-card-left-bottom-content > .seller-card-heightlights > .seller-card-heightlights-ul {
    display: flex;
    align-items: center;
    margin-top: 4px;
  }
  .seller-product > .seller-card > .seller-card-left-bottom-content > .seller-card-heightlights > .seller-card-heightlights-ul > .seller-card-heightlights-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 12px);
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Light;
    font-weight: 400;
    text-align: left;
    color: #595959;
    line-height: 22px;
  }
  .seller-product > .seller-card > .seller-card-left-bottom-content > .seller-card-heightlights > .seller-card-heightlights-ul > .seller-card-heightlights-dot {
    margin-right: 8px;
    width: 4px;
    height: 4px;
    background: #626262;
    border-radius: 50%;
  }
  .seller-product > .seller-card > .seller-card-left-bottom-content > .seller-card-price {
    position: absolute;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    color: #191919;
    bottom: 20px;
    font-size: 18px;
    line-height: 22px;
  }
  .seller-product > .seller-card > .seller-card-left-bottom-content > .seller-card-buy {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #181818;
    color: #FFFFFF;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    width: 120px;
    height: 40px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 20px;
    bottom: 10px;
    right: 10px;
  }
  .seller-case {
    background: #fcfcfc;
    box-sizing: border-box;
    padding: 64px 0;
  }
  .seller-case > .seller-case-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .seller-case > .seller-case-title > span {
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 600;
    text-align: left;
    color: #181818;
  }
  .seller-case > .seller-case-title > a {
    font-size: 14px;
    lingh-height: 22px;
    color: #626262;
  }
  .seller-case > .seller-case-title > span {
    font-size: 24px;
    line-height: 30px;
  }
  .seller-case > .seller-case-card-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .seller-case > .seller-case-card-wrapper > .seller-case-card {
    box-sizing: border-box;
    border-radius: 16px;
    width: calc(50% - 12px);
    margin-top: 24px;
    overflow: hidden;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
  }
  .seller-case > .seller-case-card-wrapper > .seller-case-card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    position: relative;
    z-index: 10;
  }
  .seller-case > .seller-case-card-wrapper > .seller-case-card > .seller-case-card-img {
    height: 330px;
    overflow: hidden;
  }
  .seller-case > .seller-case-card-wrapper > .seller-case-card > .seller-case-card-img > img {
    width: 100%;
    height: 100%;
  }
  .seller-case > .seller-case-card-wrapper > .seller-case-card > .seller-case-card-content {
    box-sizing: border-box;
    padding: 32px;
    background: #ffffff;
  }
  .seller-case > .seller-case-card-wrapper > .seller-case-card > .seller-case-card-content > .seller-case-card-content-title {
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 600;
    text-align: left;
    color: #181818;
    font-size: 20px;
    line-height: 22px;
  }
  .seller-case > .seller-case-card-wrapper > .seller-case-card > .seller-case-card-content > .seller-case-card-content-subtitle {
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: justify;
    color: #626262;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-top: 8px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 22px;
  }
  .seller-story {
    box-sizing: border-box;
    padding: 64px 0;
  }
  .seller-story .seller-story-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .seller-story .seller-story-title > span {
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 600;
    text-align: left;
    color: #181818;
  }
  .seller-story .seller-story-title > a {
    font-size: 14px;
    lingh-height: 22px;
    color: #626262;
  }
  .seller-story .seller-story-title > span {
    font-size: 24px;
    line-height: 30px;
  }
  .seller-story .seller-store-content {
    margin-top: 24px;
    display: flex;
  }
  .seller-story .seller-store-content > .seller-store-left-top {
    position: relative;
    width: 780px;
    height: 440px;
    border-radius: 16px;
    overflow: hidden;
  }
  .seller-story .seller-store-content > .seller-store-left-top > .seller-brand-picture-url,
  .seller-story .seller-store-content > .seller-store-left-top > .seller-brand-picture-url-pause {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .seller-story .seller-store-content > .seller-store-left-top > .seller-brand-play-btn {
    width: 72px;
    height: 72px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(//res.hc-cdn.com/cpage-pep-mkp-seller-detail-cn/7112.2.1/images/play.png);
    background-size: 100% 100%;
    z-index: 2;
    cursor: pointer;
  }
  .seller-story .seller-store-content > .seller-store-left-top > #seller-brand-video {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
  .seller-story .seller-store-content > .seller-store-right-bottom {
    width: 364px;
    height: 440px;
    margin-left: 56px;
    box-sizing: border-box;
    padding-top: 24px;
    padding-bottom: 32px;
    position: relative;
  }
  .seller-story .seller-store-content > .seller-store-right-bottom > .seller-store-right-bottom-content {
    border: 1px solid transparent;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
  .seller-story .seller-store-content > .seller-store-right-bottom h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 600;
    text-align: left;
    color: #181818;
    line-height: 30px;
    font-size: 24px;
  }
  .seller-story .seller-store-content > .seller-store-right-bottom h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 24px;
    line-height: 22px;
    font-size: 14px;
    color: #181818;
  }
  .seller-story .seller-store-content > .seller-store-right-bottom p {
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: justify;
    color: #626262;
    margin-top: 20px;
    line-height: 22px;
    font-size: 14px;
  }
  .seller-story .seller-store-content > .seller-store-right-bottom a {
    position: absolute;
    bottom: 10px;
    font-size: 14px;
    line-height: 22px;
    color: #626262;
  }
  .seller-case-total {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #000000;
  }
}
@media (max-width: 1023px) {
  .auto-center {
    width: 100%;
    box-sizing: border-box;
    padding: 0 16px;
  }
  .seller-header {
    height: 215px;
    box-sizing: border-box;
    padding-top: 32px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
    background-image: url(//res.hc-cdn.com/cpage-pep-mkp-seller-detail-cn/7112.2.1/images/bgmm.png);
    background-size: 100% 100%;
    background-position: center;
  }
  .seller-header > .auto-ceter {
    width: 100%;
  }
  .seller-header > .isv-info-wrapper {
    width: 100%;
    height: 100%;
  }
  .seller-header > .isv-info-wrapper > .isv-info-img {
    width: 96px;
    height: 40px;
    border-radius: 5px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 8px 14px;
    background-color: #ffffff;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  }
  .seller-header > .isv-info-wrapper > .isv-info-img > img {
    width: 100%;
    height: 100%;
  }
  .seller-header > .isv-info-wrapper > .isv-info-name-king {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 600;
    color: #181818;
    margin-top: 16px;
  }
  .seller-header > .isv-info-wrapper > .isv-info-name-king > .isv-info-name {
    font-size: 18px;
    line-height: 22px;
  }
  .seller-header > .isv-info-wrapper > .isv-info-name-king > .isv-info-king {
    margin-left: 4px;
    width: 40px;
    height: 20px;
    background-image: url(//res.hc-cdn.com/cpage-pep-mkp-seller-detail-cn/7112.2.1/images/king.png);
    background-size: cover;
  }
  .seller-header > .isv-info-wrapper .isv-info-abstract {
    width: 100%;
    margin-top: 10px;
    opacity: 0.7;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #626262;
    line-height: 18px;
    font-size: 12px;
    display: flex;
    align-items: center;
  }
  .seller-header > .isv-info-wrapper .isv-info-abstract > .isv-info-abstract-mm {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    max-width: calc(100% - 62px);
  }
  .seller-header > .isv-info-wrapper .isv-info-abstract > #konw-more1 {
    display: none;
  }
  .seller-header > .isv-info-wrapper > .isv-info-helper {
    margin-top: 16px;
  }
  .seller-header > .isv-info-wrapper .isv-info-helper-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .seller-header > .isv-info-wrapper .isv-info-helper-wrapper > .isv-info-helper-method {
    display: none;
  }
  .seller-header > .isv-info-wrapper .isv-info-helper-wrapper > img {
    width: 18px;
    height: 18px;
    margin-left: 8px;
  }
  .seller-header > .isv-info-wrapper .isv-info-helper-wrapper > .isv-info-helper-action {
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #181818;
    margin-top: 8px;
    line-height: 18px;
    font-size: 12px;
  }
  .seller-header > .isv-info-wrapper .isv-info-helper-wrapper .tel-link + .isv-info-helper-action {
    text-decoration: none;
  }
  .tab-container {
    display: flex;
    align-items: center;
    box-size: border-box;
    padding: 12px 16px;
    background: #fcfcfc;
  }
  .tab-container > .tab-text {
    font-weight: 400;
    line-height: 22px;
    font-family: PingFangSC, PingFangSC-Regular;
    color: #626262;
    cursor: pointer;
    margin-right: 24px;
    font-size: 14px;
  }
  .tab-container > .tab-text.tab-active {
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 600;
    text-align: left;
    color: #0c0c0c;
    font-size: 14px;
    line-height: 22px;
    color: #181818;
  }
  .por-carousel-bullet {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    width: 8px;
    height: 8px;
  }
  .por-carousel {
    height: 150px;
    border-radius: 14px;
    margin: 16px 0;
  }
  .por-carousel .seller-por-carousel-slide-link {
    display: block;
    width: 100%;
    height: 100%;
  }
  .por-carousel .seller-por-carousel-slide-link > img {
    width: 100%;
    height: 100%;
  }
  .seller-product {
    box-sizing: border-box;
    padding: 16px 16px 32px 16px;
  }
  .seller-product > .seller-product-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .seller-product > .seller-product-title > span {
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 600;
    text-align: left;
    color: #181818;
  }
  .seller-product > .seller-product-title > a {
    font-size: 14px;
    lingh-height: 22px;
    color: #626262;
  }
  .seller-product > .seller-product-title > a {
    font-size: 12px;
  }
  .seller-product > .seller-product-title > span {
    font-size: 18px;
    line-height: 22px;
  }
  .seller-product .seller-card {
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    margin-top: 16px;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 24px;
  }
  .seller-product .seller-card > div {
    width: 100%;
  }
  .seller-product .seller-card > .seller-card-right-top-img {
    overflow: hidden;
    height: 175px;
    border-radius: 12px;
  }
  .seller-product .seller-card > .seller-card-left-bottom-content {
    position: relative;
    margin-top: 12px;
    height: 117px;
  }
  .seller-product .seller-card > .seller-card-left-bottom-content > .seller-card-title {
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 600;
    text-align: left;
    color: #191919;
    font-size: 14px;
    line-height: 22px;
  }
  .seller-product .seller-card > .seller-card-left-bottom-content > .seller-card-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 18px;
    overflow: hidden;
    margin-top: 4px;
  }
  .seller-product .seller-card > .seller-card-left-bottom-content > .seller-card-tags > .sign {
    margin-right: 8px;
  }
  .seller-product .seller-card > .seller-card-left-bottom-content > .seller-card-heightlights {
    display: none;
  }
  .seller-product .seller-card > .seller-card-left-bottom-content > .seller-card-price {
    position: absolute;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    color: #191919;
    font-size: 16px;
    line-height: 24px;
    bottom: 4px;
  }
  .seller-product .seller-card > .seller-card-left-bottom-content > .seller-card-buy {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #181818;
    color: #FFFFFF;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    width: 96px;
    height: 32px;
    line-height: 18px;
    border-radius: 16px;
    font-size: 12px;
    bottom: 0px;
    right: 10px;
  }
  .seller-case {
    background: #fcfcfc;
    box-sizing: border-box;
    padding: 32px 0;
  }
  .seller-case > .seller-case-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .seller-case > .seller-case-title > span {
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 600;
    text-align: left;
    color: #181818;
  }
  .seller-case > .seller-case-title > a {
    font-size: 14px;
    lingh-height: 22px;
    color: #626262;
  }
  .seller-case > .seller-case-title > a {
    font-size: 12px;
  }
  .seller-case > .seller-case-title > span {
    font-size: 18px;
    line-height: 22px;
  }
  .seller-case > .seller-case-card-wrapper > .seller-case-card {
    box-sizing: border-box;
    border-radius: 16px;
    margin-top: 16px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
  }
  .seller-case > .seller-case-card-wrapper > .seller-case-card > .seller-case-card-img {
    height: 192px;
    overflow: hidden;
  }
  .seller-case > .seller-case-card-wrapper > .seller-case-card > .seller-case-card-img > img {
    width: 100%;
    height: 100%;
  }
  .seller-case > .seller-case-card-wrapper > .seller-case-card > .seller-case-card-content {
    box-sizing: border-box;
    padding: 16px;
    background: #ffffff;
  }
  .seller-case > .seller-case-card-wrapper > .seller-case-card > .seller-case-card-content > .seller-case-card-content-title {
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 600;
    text-align: left;
    color: #181818;
    font-size: 14px;
  }
  .seller-case > .seller-case-card-wrapper > .seller-case-card > .seller-case-card-content > .seller-case-card-content-subtitle {
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: justify;
    color: #626262;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-top: 2px;
    font-size: 12px;
    line-height: 18px;
  }
  .seller-case > .seller-case-card-wrapper > .seller-case-card > .seller-case-card-content > a {
    display: none;
  }
  .seller-story {
    box-sizing: border-box;
    padding: 32px 0;
    position: relative;
  }
  .seller-story .seller-story-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .seller-story .seller-story-title > span {
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 600;
    text-align: left;
    color: #181818;
  }
  .seller-story .seller-story-title > a {
    font-size: 14px;
    lingh-height: 22px;
    color: #626262;
  }
  .seller-story .seller-story-title > span {
    font-size: 18px;
    line-height: 22px;
  }
  .seller-story .seller-store-content {
    margin-top: 16px;
  }
  .seller-story .seller-store-content > .seller-store-left-top {
    position: relative;
    width: 100%;
    height: 171px;
    border-radius: 16px;
    overflow: hidden;
  }
  .seller-story .seller-store-content > .seller-store-left-top > .seller-brand-picture-url,
  .seller-story .seller-store-content > .seller-store-left-top > .seller-brand-picture-url-pause {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .seller-story .seller-store-content > .seller-store-left-top > .seller-brand-play-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(//res.hc-cdn.com/cpage-pep-mkp-seller-detail-cn/7112.2.1/images/play.png);
    background-size: 100% 100%;
    z-index: 3;
  }
  .seller-story .seller-store-content > .seller-store-left-top > #seller-brand-video {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
  .seller-story .seller-store-content > .seller-store-left-top > .mm-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: calc(100% -50px);
    border-radius: 16px;
    border: 1px solid red;
  }
  .seller-story .seller-store-content > .seller-store-right-bottom {
    width: 100%;
  }
  .seller-story .seller-store-content > .seller-store-right-bottom .seller-store-title {
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 600;
    text-align: left;
    color: #181818;
    margin-top: 12px;
    line-height: 20px;
    font-size: 16px;
  }
  .seller-story .seller-store-content > .seller-store-right-bottom .seller-store-subtitle {
    margin-top: 8px;
    line-height: 18px;
    font-size: 12px;
  }
  .seller-story .seller-store-content > .seller-store-right-bottom .seller-store-des {
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: justify;
    color: #626262;
    margin-top: 8px;
    line-height: 18px;
    font-size: 12px;
  }
  .seller-story .seller-store-content > .seller-store-right-bottom > .seller-store-right-bottom-content {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-top: 12px;
  }
  .seller-story .seller-store-content > .seller-store-right-bottom h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 600;
    text-align: left;
    line-height: 20px;
    font-size: 16px;
    color: #181818;
  }
  .seller-story .seller-store-content > .seller-store-right-bottom h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 8px;
    line-height: 18px;
    font-size: 12px;
    color: #181818;
  }
  .seller-story .seller-store-content > .seller-store-right-bottom p {
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: justify;
    margin-top: 8px;
    line-height: 18px;
    font-size: 12px;
    color: #626262;
  }
  .seller-story .seller-store-content > .seller-store-right-bottom a {
    position: absolute;
    top: 38px;
    right: 16px;
    font-size: 12px;
    line-height: 18px;
    color: #626262;
  }
  .seller-join {
    border: 1px solid red;
    box-sizing: border-box;
    padding: 30px 16px;
    height: 240px;
  }
  .seller-join > .seller-join-title {
    margin: 0 auto;
    font-size: 18px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: center;
    color: #181818;
    line-height: 22px;
  }
  .seller-join > .seller-join-des {
    margin-top: 8px;
    font-size: 12px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #181818;
    line-height: 18px;
  }
  .seller-join > .seller-join-now {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 112px;
    height: 32px;
    background: #181818;
    border-radius: 32px;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: 32px;
  }
  .seller-case-total {
    display: none;
  }
}
/** 过滤**/
.clear-fix:before {
  content: " ";
  display: table;
  line-height: 0;
}
.clear-fix:after {
  content: " ";
  display: table;
  line-height: 0;
  clear: both;
}
* {
  margin: 0;
  padding: 0;
}
.product-filters {
  display: flex;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  height: 72px;
  box-sizing: border-box;
  padding-left: 32px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.product-filters.scrollfixed {
  position: fixed;
  z-index: 10;
}
.product-filters .product-filters-ul li {
  float: left;
  cursor: pointer;
  font-size: 14px;
  color: #666A75;
  letter-spacing: 0;
  margin-right: 40px;
  position: relative;
  list-style: none;
}
.product-filters .product-filters-ul li.price p,
.product-filters .product-filters-ul li.publish-time p {
  float: left;
  display: inline-block;
}
.product-filters .product-filters-ul li.price .triangle,
.product-filters .product-filters-ul li.publish-time .triangle {
  width: 8px;
  height: 12px;
  float: left;
  margin: 6px 0 0 5px;
}
.product-filters .product-filters-ul li.price .triangle .triangle-up,
.product-filters .product-filters-ul li.publish-time .triangle .triangle-up {
  width: 8px;
  height: 5px;
  display: list-item;
  margin-bottom: 3px;
  background: url(https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/marketplace/list-new/upArrow.png) no-repeat center;
}
.product-filters .product-filters-ul li.price .triangle .triangle-up.active,
.product-filters .product-filters-ul li.publish-time .triangle .triangle-up.active {
  background: url(https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/marketplace/list-new/downArrow.png) no-repeat center;
  transform: rotate(180deg);
}
.product-filters .product-filters-ul li.price .triangle .triangle-down,
.product-filters .product-filters-ul li.publish-time .triangle .triangle-down {
  width: 8px;
  height: 5px;
  display: list-item;
  background: url(https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/marketplace/list-new/upArrow.png) no-repeat center;
  transform: rotate(180deg);
}
.product-filters .product-filters-ul li.price .triangle .triangle-down.active,
.product-filters .product-filters-ul li.publish-time .triangle .triangle-down.active {
  background: url(https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/marketplace/list-new/downArrow.png) no-repeat center;
  transform: rotate(0);
}
.product-filters .product-filters-ul li.active {
  color: #181818;
}
.product-filters .product-filters-ul li.product-selected .selected-tag {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background: url(//res.hc-cdn.com/cpage-pep-mkp-seller-detail-cn/7112.2.1/images/selected-tag.svg) no-repeat center;
}
.product-filters .product-last-or-next {
  height: 30px;
  position: absolute;
  top: 10px;
  right: 30px;
}
.product-filters .product-last-or-next .product-go-last {
  width: 30px;
  height: 30px;
  margin-right: 4px;
  display: inline-block;
  border: 1px solid #E2E2E2;
  background: #fff url(//res.hc-cdn.com/cpage-pep-mkp-seller-detail-cn/7112.2.1/images/arrow-left.png) center no-repeat;
}
.product-filters .product-last-or-next .product-go-last:hover {
  cursor: pointer;
  background: #c7000b url(//res.hc-cdn.com/cpage-pep-mkp-seller-detail-cn/7112.2.1/images/arrow-left-hover.png) center no-repeat;
}
.product-filters .product-last-or-next .product-go-last.disabled {
  cursor: unset;
}
.product-filters .product-last-or-next .product-go-next {
  width: 30px;
  height: 30px;
  display: inline-block;
  border: 1px solid #E2E2E2;
  background: #fff url(//res.hc-cdn.com/cpage-pep-mkp-seller-detail-cn/7112.2.1/images/arrow-right.png) center no-repeat;
}
.product-filters .product-last-or-next .product-go-next:hover {
  cursor: pointer;
  background: #c7000b url(//res.hc-cdn.com/cpage-pep-mkp-seller-detail-cn/7112.2.1/images/arrow-right-hover.png) center no-repeat;
}
.product-filters .product-last-or-next .product-go-next.disabled {
  cursor: unset;
}
@media (max-width: 1023px) {
  .main-box {
    width: auto;
    margin: unset;
    overflow: unset;
  }
  .market-tabs {
    display: none;
  }
  .product-filters {
    width: 100%;
    height: 44px;
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
    box-sizing: border-box;
    padding: 0 16px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: none;
  }
  .product-filters .product-last-or-next {
    display: none;
  }
  .product-filters .product-filters-ul {
    width: 100%;
    padding: 0;
  }
  .product-filters .product-filters-ul li {
    width: auto;
    margin-right: 30px;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #626262;
    line-height: 20px;
    list-style: none;
    display: inline-block;
  }
  .product-filters .product-filters-ul li.price {
    text-align: center;
    position: relative;
  }
  .product-filters .product-filters-ul li.price p {
    float: none;
  }
  .product-filters .product-filters-ul li.price .triangle {
    float: none;
    margin: 5px -26px 0 0;
    position: absolute;
    top: 0;
    right: 50%;
  }
  .product-filters .product-filters-ul li.publish-time {
    text-align: center;
    position: relative;
  }
  .product-filters .product-filters-ul li.publish-time p {
    float: none;
  }
  .product-filters .product-filters-ul li.publish-time .triangle {
    float: none;
    margin: 5px -41px 0 0;
    position: absolute;
    top: 0;
    right: 50%;
  }
}
/** 列表**/
body {
  font: 14px/1.75 Roboto-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif !important;
}
.result-list {
  max-width: 1280px;
  margin: 0 auto;
}
.result-list .show-product {
  display: flex;
  margin-top: 24px;
  width: 100%;
  padding: 32px 0 40px 32px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}
.result-list .show-product:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s;
  position: relative;
  z-index: 10;
}
.result-list .show-product .product-img-outer {
  width: 48px;
  height: 48px;
  display: inline-block;
}
.result-list .show-product .product-img-outer .product-img {
  width: 100%;
  height: 100%;
}
.result-list .show-product .product-info {
  width: 720px;
  height: auto;
  margin-left: 32px;
}
.result-list .show-product .product-info .product-title-box {
  display: flex;
  align-items: center;
}
.result-list .show-product .product-info .product-title-box > img {
  margin-left: 5px;
}
.result-list .show-product .product-info .product-title-box .sign {
  margin-right: 8px;
}
.result-list .show-product .product-info .product-title-box .product-title {
  max-width: 650px;
  display: block;
  font-weight: 500;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22px;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #191919;
}
.result-list .show-product .product-info .product-title-box .product-title:hover {
  color: #191919;
  cursor: pointer;
  text-decoration: underline;
}
.result-list .show-product .product-info .product-title-box .selected {
  display: none;
}
.result-list .show-product .product-info .product-desc {
  font-size: 14px;
  color: #666A75;
  letter-spacing: 0;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 12px 0 6px;
}
.result-list .show-product .product-info .product-under-desc-ul {
  display: flex;
}
.result-list .show-product .product-info .product-under-desc-ul li {
  font-size: 12px;
  color: #A0A2A8;
  letter-spacing: 0;
  line-height: 18px;
  margin-right: 30px;
}
.result-list .show-product .product-info .product-under-desc-ul li a {
  color: #1B79C8;
  text-decoration: none;
}
.result-list .show-product .product-info .product-under-desc-ul li a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.result-list .show-product .product-info .product-under-desc-ul li:nth-last-child(1) {
  margin-right: 0;
}
.result-list .show-product .product-price-box {
  float: right;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.result-list .show-product .product-price-box .product-price {
  letter-spacing: 0;
}
.result-list .show-product .product-price-box .product-price .product-price-number {
  font-size: 18px;
  font-weight: 600;
  color: #191919;
  text-align: right;
  line-height: 22px;
}
.result-list .show-product .product-price-box .product-price .product-price-unit {
  font-size: 12px;
  color: #AAAAAA;
  text-align: left;
  line-height: 18px;
}
.result-list .show-product .product-price-box .product-price .product-price-plus {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #666A75;
}
.result-list .show-product .product-price-box .product-price .product-price-ecs {
  font-size: 14px;
  color: #666A75;
  text-align: center;
  line-height: 18px;
}
.result-list .show-product .product-price-box .product-price .search-product {
  font-size: 24px;
  color: #c7000b;
  text-align: right;
  line-height: 20px;
}
.result-list .show-product.selected {
  background: #fdf9f0;
}
.result-list .show-product.selected .product-info .product-title-box {
  display: flex;
  align-items: center;
}
.result-list .show-product.selected .product-info .product-title-box > img {
  margin-left: 5px;
}
.result-list .show-product.selected .product-info .product-title-box .selected {
  width: 34px;
  height: 20px;
  float: left;
  display: block;
  margin-right: 10px;
  background: url(//res.hc-cdn.com/cpage-pep-mkp-seller-detail-cn/7112.2.1/images/selected.svg) center no-repeat;
}
.result-list .show-product.selected .product-info .product-title-box .product-title {
  max-width: 676px;
}
.result-list .show-product.self {
  background: #fdf9f0;
}
.result-list .show-product.self .product-info .product-title-box {
  display: flex;
  align-items: center;
}
.result-list .show-product.self .product-info .product-title-box > img {
  margin-left: 5px;
}
.result-list .show-product.self .product-info .product-title-box .selected {
  width: 58px;
  height: 20px;
  float: left;
  display: block;
  margin-right: 10px;
  background: url(//res.hc-cdn.com/cpage-pep-mkp-seller-detail-cn/7112.2.1/images/self.svg) center no-repeat;
}
.result-list .show-product.self .product-info .product-title-box .product-title {
  max-width: 652px;
}
.result-list .show-product.own .product-info .product-title-box {
  display: flex;
  align-items: center;
}
.result-list .show-product.own .product-info .product-title-box > img {
  margin-left: 5px;
}
.result-list .show-product.own .product-info .product-title-box .selected {
  width: 34px;
  height: 20px;
  float: left;
  display: block;
  margin-right: 10px;
  background: url(//res.hc-cdn.com/cpage-pep-mkp-seller-detail-cn/7112.2.1/images/own.svg) center no-repeat;
}
.huawei-produce {
  width: 56px;
  height: 18px;
  font-size: 12px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  color: #d71310;
  line-height: 18px;
  background: linear-gradient(154deg, #fff3ef 0%, #f3d9d0 100%);
  border-radius: 2px;
  border: 0;
}
.no-data {
  max-width: 1180px;
  height: 154px;
  background: #fff;
  box-shadow: 0 1px 0 0 rgba(232, 232, 232, 0.5);
  text-align: center;
  line-height: 154px;
  font-size: 16px;
  color: #999;
  margin: 0 auto;
  display: none;
}
.no-data.no-data-show {
  display: block;
  max-width: 1200px;
  border-radius: 16px;
  margin-top: 24px;
}
.por-page-btn,
.por-page-to {
  display: none;
}
.por-pagination-container {
  display: flex;
  justify-content: flex-end;
  box-sizing: border-box;
  padding: 24px 72px;
}
.paging-area-container {
  max-width: 1180px;
  height: 68px;
  display: none;
  font-weight: 400;
  background: #FFFFFF;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 23px 210px 23px 0;
}
.paging-area-container #page1 {
  margin-left: 15px;
}
.paging-area-container .all-total {
  font-size: 14px;
  color: #666A75;
  text-align: right;
  line-height: 22px;
  margin-right: 20px;
}
.paging-area-container .last-page {
  width: 30px;
  height: 24px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f8f8;
  cursor: pointer;
}
.paging-area-container .last-page .last-icon {
  width: 16px;
  height: 16px;
  background: url(//res.hc-cdn.com/cpage-pep-mkp-seller-detail-cn/7112.2.1/images/pagination-sprite.png) -32px 0 no-repeat;
  background-size: auto  48px;
  margin: 4px auto;
}
.paging-area-container .last-page:hover {
  background-color: #c7000b;
}
.paging-area-container .last-page:hover .last-icon {
  background-position: -32px -16px;
}
.paging-area-container .last-page.disabled {
  cursor: unset;
  background: #f7f7f7;
}
.paging-area-container .last-page.disabled .last-icon {
  background-position: -32px -32px;
}
.paging-area-container .last-page.disabled:hover {
  background-color: #f7f7f7;
}
.paging-area-container .last-page.disabled:hover .last-icon {
  background-position: -32px -32px;
}
.paging-area-container .right-last-page {
  width: 30px;
  height: 24px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f8f8;
  cursor: pointer;
}
.paging-area-container .right-last-page .next-icon {
  width: 16px;
  height: 16px;
  background: url(//res.hc-cdn.com/cpage-pep-mkp-seller-detail-cn/7112.2.1/images/pagination-sprite.png) -48px 0 no-repeat;
  background-size: auto  48px;
  margin: 4px auto;
}
.paging-area-container .right-last-page:hover {
  background-color: #c7000b;
}
.paging-area-container .right-last-page:hover .next-icon {
  background-position: -48px -16px;
}
.paging-area-container .right-last-page.disabled {
  cursor: unset;
  background: #f7f7f7;
}
.paging-area-container .right-last-page.disabled .next-icon {
  background-position: -48px -32px;
}
.paging-area-container .right-last-page.disabled:hover {
  background-color: #f7f7f7;
}
.paging-area-container .right-last-page.disabled:hover .next-icon {
  background-position: -48px -32px;
}
.paging-area-container .page-number {
  height: 24px;
  background: #F7F8F8;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #666A75;
  line-height: 22px;
  margin-right: 10px;
  cursor: pointer;
  float: left;
  padding: 0 4px;
}
.paging-area-container .page-number.selected {
  background: #F7F8F8;
  color: #c7000b;
}
.paging-area-container .page-number.no-selected {
  background: transparent;
  color: #666A75;
}
.paging-area-container .page-number:hover {
  background: #c7000b;
  color: #fff;
}
.paging-area-container .ellipsis {
  width: 30px;
  height: 24px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #666A75;
  line-height: 16px;
  margin-right: 10px;
  float: left;
  padding: 2px 4px;
  text-align: center;
  background: #ffffff;
}
.paging-area-container .paging-area {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.paging-area-container .go_page {
  position: absolute;
  right: 98px;
  top: 21px;
}
.paging-area-container .go_page .page-num-input {
  width: 40px;
  height: 28px;
  margin: 0 5px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #A0A2A8;
}
.paging-area-container .confirm {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 60px;
  height: 28px;
  padding: 2px 15px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 14px;
  color: #666A75;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  cursor: pointer;
}
.paging-area-container .confirm:hover {
  color: #fff;
  background: #c7000b;
}
.por-page-item.active > .por-page-link {
  border-radius: 50%;
  color: #fff !important;
  background-color: #181818 !important;
}
.por-page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  line-height: 18px;
}
.por-page-link:hover {
  background: #e8e8e8;
  color: #181818;
}
.por-page-item {
  border-radius: 50%;
  overflow: hidden;
}
.isv-desc {
  display: none;
  margin: 1px auto 0;
  min-height: 349px;
  max-width: 1200px;
  padding-top: 32px;
  color: #181818;
  line-height: 30px;
}
.isv-desc img,
.isv-desc table {
  width: 100%;
}
.isv-desc .isv-desc-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}
.isv-desc .isv-desc-content {
  padding: 32px;
  background: #ffffff;
  border-radius: 16px;
}
.isv-desc .isv-desc-show {
  position: relative;
}
.isv-desc .isv-desc-picture img {
  width: 100%;
  border-radius: 8px;
}
.isv-desc .isv-desc-video video {
  display: block;
  width: 100%;
  border-radius: 8px;
}
.isv-desc .isv-desc-video .isv-desc-video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.isv-desc .isv-desc-video .isv-desc-video-cover:before {
  position: absolute;
  top: calc(50% - 36px);
  left: calc(50% - 36px);
  width: 72px;
  height: 72px;
  content: "";
  background: url(//res.hc-cdn.com/cpage-pep-mkp-seller-detail-cn/7112.2.1/images/play.png) no-repeat;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9;
  user-select: none;
}
.isv-desc .isv-desc-video img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  user-select: none;
  cursor: pointer;
}
.isv-desc .isv-desc-intro {
  word-wrap: break-word;
  box-sizing: border-box;
  margin-top: 22px;
}
.isv-desc .isv-desc-intro h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 24px;
}
.isv-desc .isv-desc-intro h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 20px;
}
.isv-desc .isv-desc-intro p {
  font-size: 14px;
  line-height: 22px;
  color: #626262;
  margin-bottom: 20px;
}
.isv-information {
  display: none;
  margin: 1px auto 0;
  min-height: 349px;
  max-width: 1200px;
  padding-top: 32px;
}
.isv-information a:hover {
  cursor: pointer;
}
.isv-information .isv-information-item {
  background: #ffffff;
  margin-bottom: 24px;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  transition: all 0.5s;
}
.isv-information .isv-information-item:hover {
  -webkit-box-shadow: 0 4px 12px 0 rgb(0 0 0, 0.1);
  box-shadow: 0 4px 12px 0 rgb(0 0 0, 0.1);
}
.isv-information .isv-information-desc {
  flex: 1;
  margin: auto 32px auto 0;
}
.isv-information .isv-information-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 16px;
  color: #181818;
}
.isv-information .isv-information-content {
  font-size: 14px;
  line-height: 22px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: pre-wrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all;
  color: #626262;
}
.isv-information .isv-information-img {
  width: 210px;
  height: 118px;
  overflow: hidden;
}
.isv-information .isv-information-img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.load-more-box {
  display: none;
}
.product-info-abstract-2 {
  position: relative;
  display: flex;
  align-items: center;
}
.helper {
  margin-right: 1px;
  margin-left: 3px;
  width: 12px;
  height: 12px;
  position: relative;
  cursor: pointer;
  background-image: url(//res.hc-cdn.com/cpage-pep-mkp-seller-detail-cn/7112.2.1/images/help.svg);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.helper:hover {
  background-image: url(//res.hc-cdn.com/cpage-pep-mkp-seller-detail-cn/7112.2.1/images/help_hover.svg);
}
.helper-tip {
  display: none;
  position: absolute;
  left: 36px;
  bottom: 24px;
  width: 275px;
  height: 60px;
  padding: 10px;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px 2px 2px 2px;
  font-size: 12px;
  color: #666;
  line-height: 20px;
}
.helper-tip::after {
  content: "";
  width: 8.5px;
  height: 8.5px;
  border: 1px solid #eee;
  border-left: none;
  border-top: none;
  position: absolute;
  left: 16px;
  bottom: -4px;
  background: #fff;
  transform: rotate(45deg);
}
@media (max-width: 1023px) {
  #seller-product {
    padding-bottom: 32px;
  }
  .load-more-box {
    display: none !important;
  }
  .por-pagination-container {
    display: none !important;
  }
  .por-pagination-container {
    display: none;
  }
  .paging-area-container {
    display: none !important;
  }
  .result-list {
    margin-top: 8px;
    width: calc(100% - 32px);
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 16px;
    border-radius: 16px;
    background: #fff;
  }
  .result-list .show-product {
    width: 100%;
    background: transparent;
    box-shadow: none;
    margin-top: 0px;
    padding: 16px 0 0 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(220, 220, 220, 0.23);
  }
  .result-list .show-product.selected .product-title {
    max-width: calc(100% - 44px);
  }
  .result-list .show-product.self .product-title {
    max-width: calc(100% - 68px);
  }
  .result-list .show-product .product-img-outer {
    display: block;
    min-width: 48px;
    max-width: 48px;
    width: 48px;
    height: 48px;
  }
  .result-list .show-product .product-img-outer .product-img {
    width: 100%;
    height: 100%;
  }
  .result-list .show-product .product-info {
    width: calc(100% - 64px);
    margin-left: 16px;
  }
  .result-list .show-product .product-info .product-title-box {
    display: flex;
    align-items: center;
  }
  .result-list .show-product .product-info .product-title-box > h1 {
    max-width: calc(100% - 66px);
  }
  .result-list .show-product .product-info .product-title-box .sign {
    margin-right: 8px;
  }
  .result-list .show-product .product-info .product-title-box .product-title {
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 600;
    text-align: left;
    color: #181818;
    line-height: 22px;
  }
  .result-list .show-product .product-info .product-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    margin-top: 2px;
    font-size: 12px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #626262;
    line-height: 18px;
  }
  .result-list .show-product .product-info .product-under-desc-ul {
    display: none;
  }
  .result-list .show-product .product-price-box {
    width: auto;
    margin: 14px 0 15px;
    position: unset;
    float: left;
    transform: none;
  }
  .result-list .show-product .product-price-box .product-price-orig {
    display: none;
  }
  .result-list .show-product .product-price-box .product-price .product-price-number {
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    color: #181818;
    line-height: 24px;
  }
  .result-list .show-product .product-price-box .product-price .product-price-unit {
    font-size: 12px;
    line-height: 18px;
    margin-right: 10px;
  }
  .result-list .show-product .product-price-box .product-price .search-product {
    font-size: 16px;
    letter-spacing: 0;
  }
  .result-list .show-product .product-price-box .product-price .product-price-plus {
    font-size: 12px;
    letter-spacing: 0;
    text-align: left;
    line-height: 18px;
    display: inline-block;
  }
  .result-list .show-product .product-price-box .product-price .product-price-ecs {
    font-size: 12px;
    letter-spacing: 0;
    text-align: left;
    line-height: 18px;
    display: inline-block;
  }
  .isv-desc {
    padding-left: 16px;
    padding-right: 16px;
  }
  .isv-desc .isv-desc-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .isv-desc .isv-desc-content {
    padding: 16px;
  }
  .isv-desc .isv-desc-intro {
    margin-top: 6px;
  }
  .isv-information {
    padding-top: 0px;
  }
  .isv-information .isv-information-list {
    background: #ffffff;
    padding: 0 16px;
  }
  .isv-information .isv-information-item {
    padding: 12px 0;
    margin-bottom: 0px;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 0;
  }
  .isv-information .isv-information-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .isv-information .isv-information-desc {
    margin: auto 16px auto 0;
  }
  .isv-information .isv-information-title {
    display: none;
  }
  .isv-information .isv-information-content {
    -webkit-line-clamp: 3;
    line-height: 20px;
    color: #181818;
  }
  .isv-information .isv-information-img {
    width: 109px;
    height: 62px;
  }
  .isv-information .isv-information-img img {
    border-radius: 4px;
  }
  .load-more-box {
    display: none;
    padding: 15px 0;
    text-align: center;
  }
  .load-more-box .load-more {
    font-size: 14px;
    color: #666A75;
    letter-spacing: 0;
    line-height: 22px;
  }
}

