
@charset "UTF-8";

.shere-list{
  margin-right: -62px;
}

.shere-list a{
  cursor:pointer;
}

.line-share {
  visibility: hidden;
}


@media screen and (max-width: 1024px) {
  .line-share {
    visibility:visible;
  }
  .shere-list{
    margin-right: 0px;
  }
}