﻿#m-share .share:after {
  content: "";
  display: block;
  clear: both;
}

#m-share .share a {
  float: left;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-left: 13px;
  background: #c9c9c9;
  cursor: pointer;
  display: block;
}

#m-share .share a i {
  display: block;
  width: 26px;
  height: 26px;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  transition: 0.4s all;
}

#m-share .share a:hover i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

#m-share .share #share-icon {
  width: 26px;
  height: 26px;
  float: left;
  display: none;
}

#m-share .share #share-icon img {
  width: 100%;
  height: 100%;
}

#m-share .share .share-wechat {
  position: relative;
}

#m-share .share .share-btn {
  border-radius: 50px;
  overflow: hidden;
}

#m-share .share .share-wechat i {
  background: #1fbc7d
    url(cont_ico_share_20200422.png) -30px center
    no-repeat;
}

#m-share .share .share-weibo i {
  background: #e96157
    url(cont_ico_share_20200422.png) -65px center
    no-repeat;
}
#wx-share-wrap {
  position: absolute;
  left: 50%;
  top: 45%;
  padding: 10px;
  background: #fff;
  border: solid 1px #d8d8d8;
  z-index: 11001;
  font-size: 12px;
  display: none;
}
#wx-share-wrap .wx_share_head {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  line-height: 16px;
  height: 16 px;
  position: relative;
  color: #000;
}
#wx-share-wrap .wx_share_close {
  width: 16 px;
  height: 16 px;
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
  text-decoration: none;
  font-size: 16px;
}
#wx-share-wrap .qrcode {
  margin: 10px auto 0;
}
#wx-share-wrap .tips {
  line-height: 1.5;
  text-align: center;
}