* {
  margin: 0;
  padding: 0;
}
/* html,
body {
  font-size: 100px;
} */

.social-share {
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  bottom: 0;
  height: 100%;
  width: 100%;
  max-width: 100vw;
}
.social-share * {
  font-family: "socialshare" !important;
}

.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  /* border: 1px solid #666; */
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}
.social-share .social-share-iconhover {
  background: #666;
  color: #fff;
}
.social-share .icon-weibo {
  color: #ff763b;
  border-color: #ff763b;
}
.social-share .icon-weibo:hover {
  background: #ff763b;
}
.social-share .icon-tencent {
  color: #56b6e7;
  border-color: #56b6e7;
}
.social-share .icon-tencent:hover {
  background: #56b6e7;
}
.social-share .icon-qq {
  color: #56b6e7;
  border-color: #56b6e7;
}
.social-share .icon-qq:hover {
  background: #56b6e7;
}
.social-share .icon-qzone {
  color: #fdbe3d;
  border-color: #fdbe3d;
}
.social-share .icon-qzone:hover {
  background: #fdbe3d;
}
.social-share .icon-douban {
  color: #33b045;
  border-color: #33b045;
}
.social-share .icon-douban:hover {
  background: #33b045;
}
.social-share .icon-linkedin {
  color: #0077b5;
  border-color: #0077b5;
}
.social-share .icon-linkedin:hover {
  background: #0077b5;
}
.social-share .icon-facebook {
  color: #44619d;
  border-color: #44619d;
}
.social-share .icon-facebook:hover {
  background: #44619d;
}
.social-share .icon-google {
  color: #db4437;
  border-color: #db4437;
}
.social-share .icon-google:hover {
  background: #db4437;
}
.social-share .icon-twitter {
  color: #55acee;
  border-color: #55acee;
}
.social-share .icon-twitter:hover {
  background: #55acee;
}
.social-share .icon-diandian {
  color: #307dca;
  border-color: #307dca;
}
.social-share .icon-diandian:hover {
  background: #307dca;
}
.social-share .icon-wechat {
  position: relative;
  color: #7bc549;
  border-color: #7bc549;
}
.social-share .icon-wechat:hover {
  background: #7bc549;
}
.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -84px;
  width: 200px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}
.social-share .content {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.social-share .share-img {
  width: 90%;
  margin-top: auto;
  margin-bottom: auto;
  align-self: center;
}
.social-share .share {
  background: #ffffff;
  border-radius: 0.16rem 0.16rem 0rem 0rem;
  padding: 0.16rem;
}
.social-share .share .title {
  font-size: 0.14rem;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #85899c;
  line-height: 0.2rem;
  margin-bottom: 0.08rem;
}
.social-share .share .url-icon {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.16rem;
  border-bottom: 1px solid rgba(133, 137, 156, 0.1);
}
.social-share .share .url-icon .url {
  font-size: 0.14rem;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #000000;
  line-height: 0.2rem;
  width: calc(100% - 0.32rem);
  word-break: break-all;

  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.social-share .share .url-icon .icon {
  width: 0.16rem;
  height: 0.16rem;
}
.social-share .share .url-icon .icon-box {
  display: flex;
  justify-content: space-around;
}
.social-share .share .icon-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 0.24rem;
}
.social-share .share .icon-box .social-share-icon {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 0.24rem;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #3c579f; */
}
.social-share .share .shareCancleBtn {
  height: 0.44rem;
  background: #ffffff;
  border-radius: 0.04rem;
  border: 0.01rem solid rgba(133, 137, 156, 0.1);
  font-size: 0.16rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #85899c;
  line-height: 0.44rem;
  text-align: center;
  margin-top: 0.24rem;
}
.social-share .shareFastTip {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0);
  display: none;
  align-items: center;
  justify-content: center;
}
.social-share .shareFastTip .divc {
  padding: 0px 0.3rem;
  position: relative;
  height: 0.6rem;
  width: 100%;
  border-radius: 0.06rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0px 0.2rem;
  background: rgba(0, 0, 0, 0.6);
}
.social-share .shareFastTip .divc .tips {
  font-size: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fefefc;
}
.share-text {
  font-size: 0.1rem;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #89898e;
  line-height: 0.18rem;
  text-align: center;
}
.icon-telegram {
  background: #2ba0de;
}
.icon-twitter {
  background: #269bf3;
}
.icon-facebook {
  background: #3c579f;
}
.icon-download {
  background: rgba(133, 137, 156, 0.1);
}
