.share-modal[data-v-5b6b1951] .ant-modal {
  width: 31.3rem !important;
  height: 33.1rem !important;
}
.share-modal[data-v-5b6b1951] .ant-modal .ant-modal-content {
  border-radius: 0.6rem;
  background-color: #f9f9f9;
}
.share-modal[data-v-5b6b1951] .ant-modal .ant-modal-header {
  border-radius: 0.6rem 0.6rem 0 0;
  background-color: #f9f9f9;
}
.share-modal .content[data-v-5b6b1951] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.share-modal .content .box[data-v-5b6b1951] {
  padding: 1rem;
  background: #ffffff;
  border: 0.1rem solid #e3e5e9;
  border-radius: 0.5rem;
}
.share-modal .content .tip[data-v-5b6b1951] {
  margin: 1.3rem 0 3.1rem 0;
  font-size: 0.9rem;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #222222;
}
.share-modal .content .tip img[data-v-5b6b1951] {
  width: 1.1rem;
  height: 1.1rem;
  margin-right: 0.3rem;
}
.share-modal .content .footer[data-v-5b6b1951] {
  display: flex;
}
.share-modal .content .footer .opt[data-v-5b6b1951] {
  width: 7.9rem;
  height: 2.3rem;
  cursor: pointer;
  border: 0.1rem solid #8f99a3;
  border-radius: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.share-modal .content .footer .opt span[data-v-5b6b1951] {
  font-size: 0.9rem;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
}
.share-modal .content .footer .opt .svg-icon[data-v-5b6b1951] {
  width: 1.1rem;
  height: 1.1rem;
}
.share-modal .content .footer .opt[data-v-5b6b1951]:hover {
  color: #f03947;
  border: 0.1rem solid #f03947;
}
.share-modal .content .footer .copy-link[data-v-5b6b1951] {
  margin-right: 0.8rem;
}
