.share {
  cursor: pointer;
  z-index: 99;
}
.share .shareList {
  position: fixed;
  z-index: 99;
}
.share .shareList a {
  z-index: 999;
  display: block;
  position: relative;
}
.share .shareList a .icon {
  height: 3rem;
  width: 3rem;
}
.share .shareList a .icon img {
  height: 1.5rem;
  width: 1.5rem;
}
.share .shareOther {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  color: #fff;
  text-align: center;
}
.share .shareOther .otherMain {
  width: 90%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translate(-50%, 0);
  max-width: 640px;
}
.share .shareOther .otherMain .title {
  font-size: 26px;
  font-weight: 200;
  padding-bottom: 16px;
}
.share .shareOther .otherMain .subtitle {
  font-size: 14px;
  font-weight: 200;
  padding-bottom: 16px;
}
.share .shareOther .otherMain .list {
  text-align: center;
}
.share .shareOther .otherMain .list a {
  z-index: 999;
  display: block;
  cursor: pointer;
  width: 24%;
  color: #fff;
  margin: 10px auto;
  text-align: center;
  float: left;
}
.share .shareOther .otherMain .list a .icon {
  display: inline-block;
  text-align: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  padding: 0.75rem;
}
.share .shareOther .otherMain .list a .icon img {
  height: 1.5rem;
  width: 1.5rem;
}
.share .shareOther .otherMain .list .text {
  color: #fff;
  line-height: 3rem;
  display: block;
}
.share .shareOther .bigMask {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #17181a;
  opacity: 0.85;
  left: 0;
  top: 0;
}
.share .shareButton .icon {
  background-color: #ff6550;
}
.share .shareMore .icon {
  background-color: #ff6550;
}
.share .shareFb .icon {
  background-color: #3b5998;
}
.share .shareTwitter .icon {
  background-color: #55acee;
}
.share .shareVk .icon {
  background-color: #6383a8;
}
.share .shareReddit .icon {
  background-color: #ff5700;
}
.share .sharePinterest .icon {
  background-color: #cb2027;
}
.share .shareWhatsapp .icon {
  background-color: #4dc247;
}
.share .shareEmail .icon {
  background-color: #777;
}
.share .shareLine .icon {
  background-color: #00ba00;
}
@media only screen and (max-width: 991px) {
  .shareList {
    bottom: 0;
    right: 0;
  }
  .shareList a {
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .shareList a .icon {
    padding: 0.75rem;
    border-radius: 50%;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.35);
  }
  .shareList a .text {
    background-color: #fff;
    color: #fff;
    font-size: 0.5rem;
    line-height: 1.5rem;
    height: 1.5rem;
    border-radius: 0.5rem;
    color: #666;
    padding: 0 1rem;
    position: absolute;
    right: 4rem;
    top: 1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.35);
  }
  .shareList .smallMask {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #17181a;
    opacity: 0.7;
    left: 0;
    top: 0;
    z-index: 50;
  }
  .shareButton {
    position: fixed;
    display: block;
    bottom: 1rem;
    right: 1rem;
  }
  .shareButton .icon {
    height: 3rem;
    width: 3rem;
    box-shadow: 0.3rem 0.3rem 0.5rem 0 rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    border: none;
  }
  .shareButton .icon img {
    height: 3rem;
    width: 3rem;
    padding: 0.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .shareList {
    display: block !important;
    right: 0;
    top: 20%;
    width: 3rem;
  }
  .shareList a {
    float: right;
    line-height: 0;
  }
  .shareList a .icon {
    padding: 0.75rem;
  }
  .shareList a .icon:hover {
    height: 3rem;
    width: 4rem;
    opacity: 0.9;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .shareList a .text {
    display: none;
  }
  .shareList .smallMask {
    display: none;
  }
  .shareButton {
    display: none;
  }
}
