main {
  margin-top: 30px;
}
.dm-col-left {
  width: 156px;
  margin-right: 12px;
}
.dm-col-right {
}
.upload-btn {
  height: 34px;
  line-height: 34px;
  display: block;
  background-color: #1989fa;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 17px;
  width: 100px;
  margin: 0 auto;
}
.left-block {
  border-bottom: 1px solid #ebedf0;
}
.category > span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #323232;
  padding-bottom: 12px;
}
.category {
}
.category {
  padding-left: 20px;
  padding-top: 12px;
}
.category-list li {
  padding-bottom: 8px;
}
.category-list li a {
  color: #646566;
  font-size: 15px;
}
.left-block:first-child {
  padding: 12px 0;
}
.category-list2 li {
  width: 50%;
}
.bar {
}
.bar a {
}
.bar a {
  font-size: 12px;
  color: #646566;
  margin-left: 10px;
  line-height: 16px;
}
.bar a i {
  margin-left: 4px;
}
.position {
  font-size: 14px;
  line-height: 16px;
}
.pdTB22 {
  padding: 22px 20px;
}

.product-list {
  margin-left: -6px;
  margin-right: -6px;
}
.product-covers {
  display: block;
  width: 176px;
  height: 176px;
  text-align: center;
  margin-top: 10px;
  margin-left: 10px;
  position: relative;
}
.product-covers > img {
  /*width: 176px;*/
  height: 176px;
  border-radius: 4px;
}
.product-item .group-tag {
  position: absolute;
  right: 6px;
  top: 0;
  padding: 0 10px;
  height: 16px;
  line-height: 16px;
  border-radius: 5px;
  font-size: 12px;
  background-color: #1989fa;
  color: white;
  transform: rotate(45deg) translateY(-16px);
  transform-origin: left bottom;
}
.product-item {
  width: 20%;
  padding: 0 6px;
  float: left;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0 0 3px rgba(240, 240, 240, 1);
}
.product-item  > div {
  overflow: hidden;
  border-radius: 6px;
}
.product-title {
  display: block;
  font-size: 13px;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
  color: #323233;
  padding: 0 10px;
  margin: 10px 0 4px;
}
.purchase {
  line-height: 16px;
  font-size: 14px;
  padding: 2px 6px 6px;
}
.purchase span a {
  color: #1989fa;
}
.purchase ._price{
  color: #ef1000;
  font-weight: bold;
}
.pd12 {
  padding: 12px;
}
.pd20 {
  padding: 20px;
}
.fa-qrcode {
  font-size: 30px;
  margin-right: 4px;
  margin-top: 3px;
  color: #999;
}
.HS {
  margin-top: 5px;
}
.fa-qrcode:hover {
  color: #1989fa;
  cursor: pointer;
}
.qr-code-txt {
  font-size: 12px;
  line-height: 1.2;
}
.product-qrcode {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.85);
  font-size: 12px;
  color: #666666;
  font-weight: bold;
  opacity: 0;
  pointer-events: none;
  transition: all .25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.product-qrcode.show {
  opacity: 1;
}
.product-qrcode .product-qrcode__inner{
  width: 144px;
  height: 144px;
  margin: 0 auto;
}

/* 商品详情 Start */

/* 商品详情 End */
