* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  font-family: "Microsoft YaHei", "微软雅黑" !important;
}
body {
  perspective: 100px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
ul li {
  list-style: none;
}
html {
  width: 100%;
  height: 100%;
  overflow: hidden;
  user-select: none;
  /* Firefox专有属性 */
  scrollbar-width: none;
  /*ie11*/
  -ms-overflow-style: none;
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
}
html::-webkit-scrollbar {
  display: none;
}
.pc,
.mobile {
  display: none;
}
.pc.showing,
.mobile.showing {
  display: block;
}
/* 定义滚动条整体样式 */
::-webkit-scrollbar {
  width: 10px;
  /* 滚动条宽度 */
}
/* 定义滚动条滑块 */
::-webkit-scrollbar-thumb {
  background: #888;
  /* 滑块背景颜色 */
  border-radius: 5px;
  /* 滑块圆角 */
}
/* 定义滚动条滑块悬停时的样式 */
::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* 悬停时滑块背景颜色 */
}
video::-webkit-media-controls {
  position: static !important;
}
video::-webkit-media-controls-panel {
  position: static !important;
  transform: none !important;
}
textarea {
  position: absolute;
  width: 0;
  height: 0;
}
.none {
  display: none !important;
}
.music-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  width: 66px;
}
.music-btn .music-bar {
  height: 3.5px;
  width: 3px;
  margin: 0 2px;
  background-color: #ffffff;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.music-btn .music-bar:nth-child(1) {
  transform: scaleY(2);
  -webkit-transform: scaleY(2);
}
.music-btn .music-bar:nth-child(2) {
  transform: scaleY(4.858);
  -webkit-transform: scaleY(4.858);
}
.music-btn .music-bar:nth-child(3) {
  transform: scaleY(7.715);
  -webkit-transform: scaleY(7.715);
}
.music-btn .music-bar:nth-child(4) {
  transform: scaleY(4.858);
  -webkit-transform: scaleY(4.858);
}
.music-btn .music-bar:nth-child(5) {
  transform: scaleY(2);
  -webkit-transform: scaleY(2);
}
.music-btn.active .music-bar {
  background-color: #537ef0;
}
.music-btn.active .music-bar:nth-child(1) {
  -webkit-animation-name: audio-wave2;
  animation-name: audio-wave2;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.music-btn.active .music-bar:nth-child(2) {
  -webkit-animation-name: audio-wave2;
  animation-name: audio-wave2;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.music-btn.active .music-bar:nth-child(3) {
  -webkit-animation-name: audio-wave2;
  animation-name: audio-wave2;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.music-btn.active .music-bar:nth-child(4) {
  -webkit-animation-name: audio-wave2;
  animation-name: audio-wave2;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.music-btn.active .music-bar:nth-child(5) {
  -webkit-animation-name: audio-wave2;
  animation-name: audio-wave2;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.music-m-btn {
  padding: 34px 20px;
  display: flex;
  z-index: 888;
  box-sizing: content-box;
}
.music-m-btn .music-m-bar {
  width: 3.5px;
  height: 16px;
  margin: 0 2px;
  background-color: #ffffff;
  animation-duration: 0.75s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  float: left;
}
.music-m-btn .music-m-bar:nth-child(1) {
  transform: scaleY(0.5);
  -webkit-transform: scaleY(0.5);
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.music-m-btn .music-m-bar:nth-child(2) {
  transform: scaleY(1.185);
  -webkit-transform: scaleY(1.185);
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.music-m-btn .music-m-bar:nth-child(3) {
  transform: scaleY(1.875);
  -webkit-transform: scaleY(1.875);
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.music-m-btn .music-m-bar:nth-child(4) {
  transform: scaleY(1.185);
  -webkit-transform: scaleY(1.185);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.music-m-btn .music-m-bar:nth-child(5) {
  transform: scaleY(0.5);
  -webkit-transform: scaleY(0.5);
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.music-m-btn.active .music-m-bar {
  background-color: #537ef0;
}
.music-m-btn.active .music-m-bar:nth-child(1) {
  animation-name: audio-wave3;
  animation-delay: 0.3s;
}
.music-m-btn.active .music-m-bar:nth-child(2) {
  animation-name: audio-wave3;
  animation-delay: 0.5s;
}
.music-m-btn.active .music-m-bar:nth-child(3) {
  animation-name: audio-wave3;
  animation-delay: 0.7s;
}
.music-m-btn.active .music-m-bar:nth-child(4) {
  animation-name: audio-wave3;
  animation-delay: 0.9s;
}
.music-m-btn.active .music-m-bar:nth-child(5) {
  animation-name: audio-wave3;
  animation-delay: 1.2s;
}
.swiper-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
#bigSwiper {
  width: 100%;
  height: 100vh;
  height: calc(100 * var(--vh));
  background-image: url(../assets/images/common/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
#bigSwiper-m {
  width: 100vw;
  height: 100vh;
  height: calc(100 * var(--vh));
}
#bigSwiper > .swiper-wrapper,
#bigSwiper-m > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}
#bigSwiper .swiper-slide-active,
#bigSwiper-m .swiper-slide-active {
  z-index: 2;
}
/* 所有幻灯片默认隐藏 */
#bigSwiper-m.swiper-slide,
#bigSwiper.swiper-slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, visibility 1s ease;
}
/* 活动幻灯片显示 */
#bigSwiper-m.swiper-slide,
#bigSwiper-m.swiper-slide-duplicate-active,
#bigSwiper.swiper-slide-active,
#bigSwiper.swiper-slide-duplicate-active {
  opacity: 1;
  visibility: visible;
}
.pc.showing {
  font-family: 'MiSans-Medium';
  overflow: hidden;
  /*swiper 兼容ie11*/
  /* 分页控件样式 */
}
.pc.showing .header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  height: 0;
}
.pc.showing .header .navBg {
  width: 100%;
  height: 232px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.pc.showing .header .userNavBg {
  width: 100%;
  height: 130px;
  background-color: #414141;
  position: absolute;
  top: 0;
}
.pc.showing .header .left {
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: left top;
  z-index: 1;
}
.pc.showing .header .left .logo {
  padding-left: 60px;
  padding-top: 6px;
  cursor: pointer;
}
.pc.showing .header .left .logo img {
  width: 233px;
  height: 109px;
  display: block;
}
.pc.showing .header .right {
  height: 100px;
  padding-top: 30px;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: right top;
  display: flex;
  align-items: center;
  width: 1920px;
  justify-content: flex-end;
}
.pc.showing .header .right .nav {
  display: flex;
  align-items: center;
}
.pc.showing .header .right .nav .tabItem {
  color: #ffffff;
  padding: 10px 70px;
  cursor: pointer;
  height: 60px;
  box-sizing: border-box;
  position: relative;
}
.pc.showing .header .right .nav .tabItem.liActive::before {
  width: 299px;
  height: 49px;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  background-image: url(../assets/images/index/arrow_bg.png);
  pointer-events: none;
}
.pc.showing .header .right .nav .tabItem.liActive::after {
  width: 12px;
  height: 9px;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-image: url(../assets/images/index/arrow.png);
  -webkit-animation-name: tabAni;
  animation-name: tabAni;
  animation-duration: 0.75s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
.pc.showing .header .right .nav .tabItem .name {
  font-size: 20px;
  line-height: 40px;
}
.pc.showing .header .right .share {
  width: 90px;
  height: 100%;
  cursor: pointer;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc.showing .pcFooter {
  width: 100%;
  height: max-content;
  background-color: #1e1e1e;
  padding-top: 3.7vh;
  padding-bottom: 2.22vh;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #848484;
  font-family: 'MiSans-Light';
}
.pc.showing .pcFooter .title {
  font-size: 20px;
  font-family: 'MiSans-Regular';
  line-height: 1;
  margin-bottom: 20px;
}
.pc.showing .pcFooter .tips,
.pc.showing .pcFooter .com {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.pc.showing .pcFooter .ib {
  display: inline-block;
}
.pc.showing .pcFooter .sp {
  margin-bottom: 0.24rem;
}
.pc.showing .pcFooter .btn {
  cursor: pointer;
}
.pc.showing .newsList .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 24px;
  margin-bottom: 90px;
}
.pc.showing .pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 40px;
  font-size: 20px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  background-color: transparent;
  color: #f4e9e7;
  font-family: 'MiSans-Regular';
}
.pc.showing .pagination-item:first-child,
.pc.showing .pagination-item:last-child {
  margin-top: -2px;
  transform: scale(0.9, 1.5);
}
.pc.showing .pagination-item:hover:not(.active):not(.disabled) {
  color: #537ef0;
}
.pc.showing .pagination-item.active {
  color: #537ef0;
  transform: scale(1.05);
}
.pc.showing .pagination-item.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  border-color: #f3f4f6;
}
.pc.showing .pagination-ellipsis {
  color: #9ca3af;
  padding: 0 8px;
  cursor: default;
}
.pc.showing .bigTitleBox {
  width: 100%;
  position: absolute;
  z-index: 1;
}
.pc.showing .bigTitleBox .backBtnBox {
  position: absolute;
  padding-left: 129px;
  padding-top: 69px;
  transform-origin: left top;
  z-index: 1;
}
.pc.showing .bigTitleBox .backBtn {
  display: flex;
  cursor: pointer;
}
.pc.showing .bigTitleBox .backBtn .left {
  margin-right: 27px;
  width: 60px;
  height: 85px;
}
.pc.showing .bigTitleBox .backBtn .left img {
  width: 100%;
  height: 100%;
}
.pc.showing .bigTitleBox .backBtn .right {
  position: relative;
  display: flex;
  align-items: center;
}
.pc.showing .bigTitleBox .backBtn .right .top {
  position: absolute;
  width: 100%;
  text-align: right;
  top: 7px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 800;
  color: #929292;
}
.pc.showing .bigTitleBox .backBtn .right .bottom {
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  line-height: 40px;
}
.pc.showing .bigTitleBox .titleBox {
  width: 1920px;
  height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.pc.showing .bigTitleBox .titleBox .title {
  padding-top: 80px;
  transform-origin: top center;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 40px;
  line-height: 60px;
}
.mobile.showing {
  font-family: 'MiSans-Medium';
  overflow: hidden;
  background-color: #1d202c;
  /* 分页控件样式 */
}
.mobile.showing .header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.mobile.showing .header .left {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 6px;
  padding-top: 10px;
  transform-origin: left top;
}
.mobile.showing .header .left .menu {
  padding: 20px;
  box-sizing: content-box;
}
.mobile.showing .header .left .menu .menuLine {
  width: 30px;
  height: 3px;
  background-color: #ffffff;
}
.mobile.showing .header .left .menu .menuLine:nth-child(2) {
  margin: 6px 0;
}
.mobile.showing .header .left .menu.active .menuLine {
  background-color: #537ef0;
}
.mobile.showing .header .right {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform-origin: right top;
  padding-right: 11px;
}
.mobile.showing .header .right .user {
  display: flex;
  padding: 27px 16px;
}
.mobile.showing .header .right .user .number {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin-right: 6px;
  display: none;
}
.mobile.showing .header .right .user .icon {
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
}
.mobile.showing .header .right .user[type="1"] .icon {
  width: 34px;
  height: 34px;
  margin: -2px;
  background-image: url(../assets/images/recharge/mobile/login.png);
}
.mobile.showing .header .right .user[type="2"] .number {
  display: block;
}
.mobile.showing .header .right .user[type="2"] .icon {
  background-image: url(../assets/images/recharge/mobile/switch_01.png);
}
.mobile.showing .menuPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(100 * var(--vh));
  background-color: rgba(8, 8, 13, 0.9);
  z-index: 99;
  overflow: hidden;
}
.mobile.showing .menuPopup .menuContent {
  width: 563px;
  display: flex;
  flex-direction: column;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.mobile.showing .menuPopup .menuContent .resetSize_m {
  width: 100%;
  padding: 82px 48px 0;
  transform-origin: top center;
}
.mobile.showing .menuPopup .menuContent .menuItem {
  width: 100%;
  height: 84px;
  border-bottom: 1px solid #535559;
  color: rgba(255, 255, 255, 0.4);
  font-size: 24px;
  line-height: 30px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 26px;
}
.mobile.showing .menuPopup .menuContent .menuItem .select {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.mobile.showing .menuPopup .menuContent .menuItem .select .select1 {
  height: 1px;
  width: 5px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #c2c2c4;
}
.mobile.showing .menuPopup .menuContent .menuItem .select .select2 {
  height: 2px;
  width: 30px;
  position: absolute;
  right: 0;
  bottom: -1.5px;
  background: #537ef0;
}
.mobile.showing .menuPopup .menuContent .menuItemActive {
  color: #fff;
  font-family: 'MiSans-Medium';
}
.mobile.showing .menuPopup .contactGroup {
  width: 563px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.mobile.showing .menuPopup .contactGroup .resetSize_m {
  width: 100%;
  padding: 0 48px 33px;
  transform-origin: bottom center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile.showing .menuPopup .contactGroup img {
  width: 48px;
}
.mobile.showing .menuPopup .contactGroup img[data-id="share"] {
  padding: 5px;
}
.mobile.showing .menuPopup .contactGroup img[data-id="kb"] {
  transform: scale(0.85);
}
.mobile.showing #codeDialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(100 * var(--vh));
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 888;
}
.mobile.showing #codeDialog .card {
  width: 307px;
  height: 406px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mobile.showing #codeDialog .card .resetSize_m {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
}
.mobile.showing #codeDialog .card .top {
  width: 100%;
  align-items: center;
  display: flex;
  padding-left: 27px;
  padding-top: 19px;
}
.mobile.showing #codeDialog .card .top .avatar {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}
.mobile.showing #codeDialog .card .top .avatar img {
  width: 100%;
  height: 100%;
}
.mobile.showing #codeDialog .card .top .title {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  line-height: 40px;
}
.mobile.showing #codeDialog .card .bottom {
  width: 100%;
}
.mobile.showing #codeDialog .card .bottom .code {
  width: 276px;
  height: 276px;
  display: block;
  margin: 5px auto;
}
.mobile.showing #codeDialog .card .bottom .desc {
  text-align: center;
  font-size: 20px;
}
.mobile.showing #codeDialog .card .code-close {
  position: absolute;
  bottom: -85px;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 42px;
}
.mobile.showing .more {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.mobile.showing .more .resetSize_m {
  box-sizing: content-box;
  padding-bottom: 15px;
  transform-origin: center bottom;
}
.mobile.showing .more img {
  width: 42px;
  height: 25px;
  opacity: 0;
  animation: scroll-wheel 2s 0.5s infinite ease-in-out;
}
.mobile.showing .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 25px;
}
.mobile.showing .pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  background-color: transparent;
  color: #f4e9e7;
  padding: 20px;
}
.mobile.showing .pagination-item .prev {
  width: 5px;
  height: 10px;
  margin-top: 2px;
}
.mobile.showing .pagination-item .next {
  width: 5px;
  height: 10px;
  transform: rotate(180deg);
  margin-top: 2px;
}
.mobile.showing .pagination-item:hover:not(.active):not(.disabled) {
  color: #537ef0;
}
.mobile.showing .pagination-item.active {
  color: #537ef0;
  transform: scale(1.05);
}
.mobile.showing .pagination-item.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  border-color: #f3f4f6;
}
.mobile.showing .pagination-ellipsis {
  color: #9ca3af;
  padding: 0 8px;
  cursor: default;
}
.toast {
  display: none;
  height: 36px;
  line-height: 36px;
  position: fixed;
  z-index: 88888;
  font-size: 22px;
  color: #fff;
  top: 15vh;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 30px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 18px;
  white-space: nowrap;
}
.showVideo {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
}
.showVideo .videoBox {
  position: relative;
  padding-top: 1vh;
  width: 100%;
  /* 使用CSS变量 */
  height: 100vh;
  height: calc(100 * var(--vh));
}
.showVideo .videoBox .relativeBox {
  width: 108.333vh;
  height: 60.937vh;
  max-width: 60.9375vw;
  max-height: 34.277vw;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}
.showVideo .videoBox .relativeBox .videoContent {
  width: 100%;
  height: 100%;
}
.showVideo .videoBox .relativeBox .close {
  position: absolute;
  width: 4.629vh;
  height: 4.629vh;
  top: 0;
  right: -5%;
  max-width: 2.604vw;
  max-height: 2.604vw;
  cursor: pointer;
  z-index: 2;
  pointer-events: auto;
}
.showVideo .videoBox .relativeBox .close img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.showVideo .videoBox .mobileVideo {
  background: none;
  width: 88.88vw;
  height: 49.995vw;
  max-width: 52.08vh;
  max-height: 29.295vh;
}
.showVideo .videoBox .mobileVideo .close {
  width: 25px;
  height: 25px;
  max-width: none;
  max-height: none;
  padding: 20px;
  box-sizing: content-box;
  position: absolute;
  top: -50px;
  right: -20px;
}
.showVideo .videoBox .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  height: calc(100 * var(--vh));
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
.showVideo.pop-video .relativeBox {
  max-width: none!important;
  max-height: none!important;
  transform: none!important;
}
.showVideo.pop-video .relativeBox video {
  max-width: none!important;
  max-height: none!important;
}
.showWallpaper {
  width: 100%;
  height: 100vh;
  height: calc(100 * var(--vh));
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 100% 100%;
}
.showWallpaperPic {
  width: 90%;
  height: 90%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.showWallpaperPic[data-id="1"]:not(.none) {
  background-image: url(../assets/images/art/default/1.jpg);
}
.showWallpaperPic[data-id="2"]:not(.none) {
  background-image: url(../assets/images/art/default/2.jpg);
}
.showWallpaperPic[data-id="3"]:not(.none) {
  background-image: url(../assets/images/art/default/3.jpg);
}
.showWallpaperPic[data-id="4"]:not(.none) {
  background-image: url(../assets/images/art/default/4.jpg);
}
.showWallpaperPic[data-id="5"]:not(.none) {
  background-image: url(../assets/images/art/default/5.jpg);
}
.showWallpaperPic[data-id="9"]:not(.none) {
  background-image: url(../assets/images/art/default/9.png);
}
@keyframes tabAni {
  0% {
    transform: translate(-50%, -2px);
  }
  100% {
    transform: translate(-50%, 2px);
  }
}
@keyframes audio-wave2 {
  100% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
@keyframes audio-wave3 {
  100% {
    transform: scaleY(0.3);
    -webkit-transform: scaleY(0.3);
  }
}
@keyframes audio-wave4 {
  100% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
@keyframes audio-wave5 {
  0% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
  10.5% {
    transform: scaleY(4.5);
    -webkit-transform: scaleY(4.5);
  }
  21% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
@keyframes arrow-wave {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll-wheel {
  0% {
    transform: translateY(-20%);
    opacity: 0.6;
  }
  30% {
    transform: translateY(20%);
    opacity: 1;
  }
  60% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}
