.endContainer {
	position: relative;
	width: 100%;
    height: 100%;
    overflow: hidden;
}
.endContainer .share {
    width: 60%;
    height: 100px;
    left: 20%;
    bottom: 250px;
    margin: 0 auto;
}
.endContainer .share2 {
    width: 40%;
    height: 100px;
    left: 30%;
    bottom: 150px;
    margin: 0 auto;
}
.endContainer .share > *{
    width: 25%;
    height: 100%;
    float: left;
    pointer-events: auto;
    /*background: rgba(0, 0, 0, .5);*/
}
.pc .endContainer .share{
  display: none;
}
.endContainer .share2 > *{
    width: 33.3%;
    height: 100%;
    float: left;
    pointer-events: auto;
    /*background: rgba(0, 0, 0, .5);*/
}
.endContainer .icons {
  position: absolute;
  top: 35%;
  width: 100%;
  height: 10%;
}
.pc .endContainer .icons {
  position: absolute;
  top: 45%;
  width: 100%;
  height: 10%;
}


@keyframes glow {
    0% {
      opacity: 1;
    }
  
    40% {
      opacity: .3;
    }
  
    80% {
      opacity: 1;
    }
  
    to {
      opacity: 1;
    }
  }
.endContainer .tw {
    background: url('../../../img/end/twitter_logo.png') no-repeat center/ auto 60%;
}
.endContainer .fb {
    background: url('../../../img/end/facebook_logo.png') no-repeat center/ auto 60%;
}
.endContainer .wb {
    background: url('../../../img/end/weibo_logo.png') no-repeat center/ auto 60%;
}
.share-pc{
  display: block;
  width: 80%;
  height: 100px;
  margin: 0 auto;
}
.pc .share-pc{
  display: block;
  width: 35%;
  height: 100px;
  margin: 0 auto;
}
.endContainer .share-pc > *{
  width: 2.2rem;
  height: 2.2rem;
  float: left;
  pointer-events: auto;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 1rem;
}
.endContainer .share-pc .share-text {
  width: auto;
  border: none;
  color: #fff;
  line-height: 2.2rem;
}
@keyframes swing {
    20% {
      -webkit-transform: rotate3d(0, 0, 1, 15deg);
      transform: rotate3d(0, 0, 1, 15deg);
    }
  
    40% {
      -webkit-transform: rotate3d(0, 0, 1, -10deg);
      transform: rotate3d(0, 0, 1, -10deg);
    }
  
    60% {
      -webkit-transform: rotate3d(0, 0, 1, 5deg);
      transform: rotate3d(0, 0, 1, 5deg);
    }
  
    80% {
      -webkit-transform: rotate3d(0, 0, 1, -5deg);
      transform: rotate3d(0, 0, 1, -5deg);
    }
  
    to {
      -webkit-transform: rotate3d(0, 0, 1, 0deg);
      transform: rotate3d(0, 0, 1, 0deg);
    }
  }
.endContainer .animate__swing {
    -webkit-transform-origin: center;
    transform-origin: center;
    animation: swing 1s;
    -webkit-animation-name: swing;
    animation-name: swing;
    animation-delay: 1s;
}

.endContainer .qrcode {
    position: absolute;
    width: 135px;
    height: 135px;
    /*background: rgba(0, 0, 0, .5);*/
    left: calc(50% - 68px);
    top: 190px;
    background: url('../../../img/end/qr.png') no-repeat center/ contain;
    display: none;
    pointer-events: auto;
}
.pc .endContainer .qrcode {
    left: calc(50% + 69px);
    top: 140px;
}

