@font-face {
  font-family: "sen";
  src: url("../font/Serif.ttf");
}
* {
  font-family: "sen";
}
.fenxiang {
  position: absolute;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fenxiang > img {
  width: 80%;
}
#shareImg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
#shareImg2 {
  position: absolute;
  width: 100%;
  height: 90%;
  top: 10%;
}
.shareI {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.sharebutton {
  width: 50%;
  position: absolute;
  bottom: 6%;
  left: 48%;
  transform: translateX(-50%);
  z-index: 10;
}
.sharebutton2 {
  height: 100%;
  margin-left: 6rem;
}
.sharestr {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-49%);
  width: 11.4375rem;
  height: 6.9375rem;
  background: url("../img/end/c.png") no-repeat center;
  background-size: 100%;
}
.pvVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.pvVideo > video {
  width: 90%;
  background: rgb(0, 0, 0);
}
/* @media (max-width: 800px) {
  .pvVideo > video {
    width: 80vw;
  }
} */
.chongbutton {
  position: absolute;
  bottom: 7%;
  right: 10%;
  transform: translateX(-50%);
  z-index: 10;
  width: 2.8125rem;
}
.chongbutton2 {
  width: 2.8125rem;
  margin-left: 1rem;
  animation: rotateSelf 3s infinite linear;
}
.shareImg-content {
  position: absolute;
  width: 100%;
  bottom: 10%;
  /* background: cadetblue; */
  left: 50%;
  transform: translateX(-50%);
  height: 5.5625rem;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
#endImg {
  max-width: 90vw;
  width: 50rem;
}
#endImgQudao {
  width: 6.5625rem;
}
#shareImg div {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}
#qudaoShare {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.shareto {
  position: absolute;
  bottom: 9.375rem;
  left: 1.25rem;
}
.qudaoShare-con {
  position: absolute;
  background: url("../img/shemei/底.png");
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0;
}
.qudaoShare-i {
  width: 4.5rem;
}
.loadingSelf {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
@keyframes changeRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loadingSelf img {
  width: 7.5rem;
  animation: changeRotate infinite 10s linear;
}
