/* default */
@keyframes Scaleto {
  0% {
    transform:  scale(0.8);
  }

  100% {
    transform:  scale(1.1);
  }
}
.scale-change{
  -webkit-animation: Scaleto 1s linear infinite alternate;
  animation: Scaleto 1s linear infinite alternate;
}
.nav-tips {
  padding: 0 8px;
  height: 15px;
  line-height: 15px;
  background: linear-gradient(71.81deg, #FF5500 9.32%, #FFA825 90.18%);
  top: 8px;
  left: 4px;
  border-radius: 16px;
}
.nav-tips::after {
  content: "";
  width: 7px;
  height: 4px;
  background: url(https://4ddig.tenorshare.com/images/images/tip-triangle.svg) no-repeat;
  background-size: cover;
  position: absolute;
  left: 10px;
  bottom: -4px;
}
.bt-times li {
  width: 64px;
  height: 64px;
  background: url(https://4ddig.tenorshare.com/images/activity/spring/time.png?w=134&h=134)
    no-repeat;
  background-size: 100% 100%;
  margin: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
.bt-times li span {
  line-height: 26px;
  color: #5153ff;
  font-size: 34px;
  filter: drop-shadow(1px 0 0 #000) drop-shadow(-1px 0 0 #000)
    drop-shadow(0 1px 0 #000) drop-shadow(0 -1px 0 #000);
  font-weight: 700;
  padding-top: 4px;
}
#share-list {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index:10;
}
#share-list ul li {
  transition: .4s all;
}
#share-list ul li:hover {
  transform: scale(1.1);
  z-index: 100;
}
/* 2024 halloween */
@keyframes floatchange {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.float-change{
		-webkit-animation: floatchange 2s linear infinite 1s;
    animation: floatchange 2s linear infinite 1s;
}
[data-toggle="seasonal-banner-new"].right {
  width: 180px !important;
}
[data-toggle="seasonal-banner-new"].right button {
  right: 6px !important;
}