.shareDialog {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
  display: none;
}

.shareDialog .share1 {
  width: 280px;
  height: 280px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  text-align: center;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  /* border: solid 1px #99999; */
}

.shareDialog .share1 h5 {
  font-size: 18px;
  color: #000;
  margin-top: 16px;
  padding-top: 30px;
}

.shareDialog .share1 p.p1 {
  color: #000000;
  font-size: 18px;
}

.shareDialog .share1 p.p2 {
  color: #a40001;
  font-size: 18px;
  margin: 15px 0px 35px 0px;
}

.shareDialog .share1 a {
  width: 94px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #a40001;
  display: inline-block;
  border-radius: 3px;
  font-size: 14px;
  margin: 0px 4px;
}

.shareDialog .share1 a.a2 {
  color: #000;
  background: #e8e8e8;
}

.close {
  position: absolute;
  right: 13px;
  top: 10px;
  cursor: pointer;
}

.fenxiang a {
  margin-left: 15px;
}

img {
  margin: auto;
}

#qrcode {
  padding-top: 1rem;
}

#qq {
  margin-right: 5px;
}
