/*分享*/
.share .sharePrint {
  font-size: 0;
  line-height: 0;
  float: left;
  margin-right: 15px;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid #e2e2e2;
}

@media (min-width:750px) {
  .share .sharePrint:hover {
    background: #c7000b;
  }

  .share .sharePrint:hover a span {
    color: #fff;
  }

  .share .sharePrint:hover a .iconfont {
    color: #fff;
  }
}

.share .sharePrint a {
  position: relative;
  display: inline-block;
  height: 32px;
  margin-top: 0;
  padding-right: 15px;
}

.share .sharePrint a span {
  font-size: 16px;
  line-height: 32px;
  padding-left: 37px;
  -webkit-transition: .4s;
  transition: .4s;
  color: #999;
}

.share .sharePrint a .iconfont {
  position: absolute;
  top: 16px;
  left: 15px;
  -webkit-transition: .4s;
  transition: .4s;
  color: #999;
}

.share .shareOther {
  font-size: 0;
  line-height: 0;
  float: left;
  border: 1px solid #e2e2e2;
  overflow: hidden;
}

.LANG-cn .share .shareOther {
  overflow: visible;
}

.LANG-sa .share .shareOther {
  float: right;
}

.LANG-sa .overview .share .shareOther {
  float: none;
}

.share .shareOther a {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 32px;
  margin-top: 0;
  margin-right: -2px;
}

@media (min-width:750px) {
  .share .shareOther a:hover .iconfont {
    color: #c7000b;
  }
}

.share .shareOther .social-share-icon:before {
  position: absolute;
  top: 8px;
  right: 0;
  width: 1px;
  height: 15px;
  content: '';
  border: 1px dashed #e2e2e2;
}
.LANG-sa .share .shareOther .social-share-icon:before {
  right: auto;
  left: 0;
}

.share .shareOther .social-share-icon.icon-google:before {
  display: none;
}

.share .shareOther .social-share-icon.icon-wechat:before {
  display: none;
}

.share .shareOther a .iconfont {
  position: absolute;
  color: #999;
}

.share .shareOther a .icon-share-email {
  font-size: 16px;
  top: 17px;
  left: 17px;
}

.share .shareOther a .icon-share-facebook {
  font-size: 20px;
  top: 16px;
  left: 15px;
}

.share .shareOther a .icon-share-twitter {
  font-size: 22px;
  top: 17px;
  left: 15px;
}

.share .shareOther a .icon-share-linkedin {
  font-size: 22px;
  top: 16px;
  left: 15px;
}

.share .shareOther a .icon-share-google {
  font-size: 24px;
  top: 17px;
  left: 13px;
}

.share .shareOther a .icon-share-weibo {
  font-size: 23px;
  top: 17px;
  left: 14px;
}

.share .shareOther a .icon-share-wechat {
  font-size: 16px;
  top: 17px;
  left: 17px;
}

.share .icon-wechat .wechat-qrcode {
  font-size: 12px;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: 0;
  display: none;
  width: 200px;
  height: 192px;
  -moz-transition: all 350ms;
  transition: all 200ms;
  text-align: center;
  color: #666;
  border: 1px solid #eee;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  -webkit-tansition: all 350ms;
}

.share .icon-wechat .wechat-qrcode h4,
.share .icon-wechat .wechat-qrcode .storageDetailsProduct-share-h4 {
  font-size: 12px;
  font-weight: normal;
  line-height: 26px;
  height: 26px;
  margin: 0;
  padding: 0;
  color: #777;
  background-color: #f3f3f3;
}

.share .icon-wechat .wechat-qrcode .qrcode {
  width: 138px;
  margin: 10px auto;
}

.social-share .icon-wechat .wechat-qrcode .help p {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  margin: 0;
  padding: 0;
}

@media (min-width:750px) {
  .share .icon-wechat:hover .wechat-qrcode {
    display: block;
  }
}

.share .social-share .icon-wechat .wechat-qrcode {
  z-index: 100;
  top: -200px;
  height: 190px;
}

.share .icon-wechat .wechat-qrcode .qrcode>img {
  display: block
}

@media (max-width:1200px) {
  .share .sharePrint {
    display: none;
  }
}

@media (max-width:920px) {
  .share .sharePrint {
    margin-bottom: 15px;
  }
}

@media (max-width:750px) {
  .share .icon-wechat .wechat-qrcode {
    left: -150px;
  }
}

.icon-share-favorite:before {
  content: "\e636";
}

