* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  display: block;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit--moz-box-pack: center;
  box-pack: center;
}
.flex.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.col-top {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  box-align: flex-start;
  -moz-box-align: flex-start;
  -webkit-box-align: flex-start;
}
.row-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit--moz-box-pack: space-between;
  box-pack: space-between;
}
.row-left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -moz-box-pack: flex-start;
  -webkit--moz-box-pack: flex-start;
  box-pack: flex-start;
}
.share-content-hidden {
  width: 100%;
  max-width: 750px;
  position: fixed;
  top: 0;
  left: -99999px;
}
.share-content {
  width: 100%;
  max-width: 750px;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
}
#qrcode {
  position: fixed;
  top: 0;
  left: -999999px;
}
.share-img img {
  width: 100%;
}
.share-detail {
  width: 100%;
  padding: 15px;
}
.share-goods-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-size: 17px;
  color: #333333;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 15px;
}
.share-goods-info {
  width: 100%;
}
.share-goods-tags {
  width: 100%;
  width: calc(100% - 107px);
  margin-right: 10px;
  margin-left: -4px;
  margin-top: -4px;
}
.share-goods-tag {
  background: #f2f2f2;
  border-radius: 13px;
  padding: 6px 8px;
  max-width: 100%;
  margin: 4px;
}
.share-goods-tag img {
  width: 10px;
}
.share-goods-tag b {
  font-size: 14px;
  color: #666666;
  line-height: 1;
  font-weight: normal;
  margin-left: 5px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.share-qrcode {
  padding: 6px;
  background: #f2f2f2;
  border-radius: 4px;
  text-align: center;
}
.share-qrcode img {
  width: 85px;
  margin-bottom: 6px;
}
.share-qrcode span {
  font-size: 12px;
  color: #999999;
  display: block;
}
.share-popup {
  width: 100vw;
  max-width: 750px;
  height: 100vh;
}
.share-popup-img {
  width: 82%;
  margin: 0 auto;
}
.copy-button {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: #3179ff;
  padding: 8px 14px;
  border-radius: 30px;
  margin: 20px auto;
}
.copy-button:active {
  opacity: 0.8;
}
.share-popup .close {
  padding: 6px;
  border-radius: 6px;
}
.share-popup .close:active {
  opacity: 0.8;
}
