body {
  background: #fefefe;
}
.content {
  height: 145.4688vw;
}
.content-header {
  font-size: 2.3958vw;
  font-weight: bold;
  text-align: center;
  line-height: 3.125vw;
  padding-top: 4.0625vw;
}
.content-share {
  height: 4.5833vw;
  width: 87.5vw;
  margin: 0 auto 2.5vw;
  display: flex;
  justify-content: center;
  position: relative;
}
.content-share::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  border-top: 0.2083vw solid #fd7704;
}
.content-share-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
  background: #fefefe;
  position: relative;
  z-index: 2;
}
.content-share-icons span {
  display: block;
  width: 1.6667vw;
  height: 1.6667vw;
  padding: 0 2.6042vw;
}
.content-share-icons span img {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
.content-desc {
  line-height: 2.6042vw;
  width: 61.4583vw;
  margin: 0 auto;
  font-size: 0.9375vw;
}
.content-desc img {
  max-width: 100%;
  display: block;
}
