*:before,
*:after {
  box-sizing: border-box;
}
body {
  font-family: "PingFangSC-Medium, PingFang SC", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.15;
  background-color: #fff;
  color: #333;
  font-style: inherit;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a:focus,
a:hover {
  text-decoration: none;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
p {
  padding: 0;
  margin: 0;
}
.ct {
  text-align: center;
}
.main {
  width: 1200px;
  margin: 0 auto;
}
.one-space {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.three-space {
  display: -webkit-box;
  /*弹性伸缩盒子*/
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}


.share {
  width: 100%;
  min-height: 100vh;
  background: #000;
  overflow: hidden;

}
.share .share-m {
  margin: 0 23px;
}
.share .abstract {
  padding-bottom: 25px;
  border-bottom: 1px solid #444;
}
.share .abstract .imgs {

width: 202px;
height: 273px;
background-size: contain;
background-repeat: no-repeat;
box-shadow: 0px 5px 10px 0px rgba(23,22,22,0.19);
border-radius: 21px;
margin: 22px auto;
}
.share .abstract h1 {
  font-size: 21px;
font-family: SFProText-Bold, SFProText;
font-weight: bold;
color: #FFFFFF;
line-height: 28px;
text-align: center;
}
.share .abstract h4 {
  margin-top: 6px;
  font-size: 13px;
font-family: SFProText-Medium, SFProText;
font-weight: 500;
color: #ADADAD;
line-height: 22px;
text-align: center;

} 