#sidebar2,
#sidebar3 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(240px);
  padding: 20px 30px;
}
#copyLink,
.close-sidebar,
.copy,
.copySuccessed,
.foot {
  text-align: center;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2147483646;
  display: none;
}
@keyframes menudrop {
  0% {
    transform: translateX(-65vw);
  }
  100% {
    transform: translateX(0);
  }
}
.close-sidebar {
  margin-bottom: 20px;
}
.close-sidebar span {
  font-weight: 200;
  font-size: 20px;
}
#sidebar1 ul li {
  padding: 12px 0;
}
#sidebar1 ul li a {
  color: #212121;
  font-size: 16px;
  font-weight: 500;
}
#sidebar2 {
  background-color: #fff;
  max-width: 240px;
  animation: 0.3s linear forwards sharedrop1;
}
@keyframes sharedrop1 {
  0% {
    transform: translateX(240px);
  }
  100% {
    transform: translateX(0);
  }
}
#sidebar2 ul li {
  padding: 5px 0;
}
.copy,
.foot {
  font-size: 12px;
  color: #999;
  line-height: 13px;
  margin-left: 4px;
}
.foot img,
.foot span {
  vertical-align: middle;
}
.copy {
  padding: 5px 0 100px;
}
#toggleMask {
  background-color: rgba(255, 255, 255, 0.2);
}
#sidebar3 {
  background-color: #000;
  min-height: 100vh;
  animation: 0.3s linear forwards sharedrop3;
}
.hide #sidebar2 {
  animation: 1s linear reverse forwards sharedrop3;
}
@keyframes sharedrop3 {
  0% {
    transform: translateX(240px);
  }
  100% {
    transform: translateX(0);
  }
}
.leftBtn.iconfont {
  font-size: 20px !important;
}
#copyLink {
  cursor: pointer;
}
#copyLink .iconfont {
  font-size: 43px;
  color: #5b96fb;
}
.copySuccessed {
  display: inline-block;
  width: calc(100% - 40px);
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 14px;
  position: fixed;
  z-index: 99999;
  border-radius: 5px;
  padding: 15px 0;
  bottom: 100px;
  left: 20px;
  transform: translateY(170px);
}
@keyframes copyAnimateIn {
  from {
    transform: translateY(170px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes copyAnimateOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(170px);
  }
}
.grecaptcha-badge {
  display: none !important;
}
