* {
  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;
}
.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: rgba(255, 255, 255, 0.7);
  -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.active .music-bar {
  background-color: #80a7ff;
}
.music-btn .music-bar:nth-child(5) {
  transform: scaleY(2);
  -webkit-transform: scaleY(2);
}
.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: 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: #80a7ff;
}
.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;
}
.res01 {
  width: 2.8125vw;
  height: 2.4vw;
  position: absolute;
  top: 7.552vw;
  right: 2.708vw;
}
.res01_m {
  position: absolute;
  right: 4.267vw;
  top: 3.08rem;
}
.res02 {
  width: 1.25vw;
  height: 1.927vw;
  position: absolute;
  top: 8.23vw;
  left: 2.708vw;
}
.res03 {
  width: 19.53125vw;
  height: 1.5625vw;
  position: absolute;
  bottom: 2.083vw;
  right: 2.708vw;
}
.res04 {
  width: 3.177vw;
  height: 3.49vw;
  position: absolute;
  right: 2.08vw;
  bottom: 5vw;
}
.res05 {
  width: 7.65625vw;
  height: 2.552vw;
  position: absolute;
  left: 2.708vw;
  bottom: 2.083vw;
}
.bgPart img {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.4;
}
.swiper-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
#bigSwiper > .swiper-wrapper,
#bigSwiper-m > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .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;
  /* 分页控件样式 */
}
.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 .left {
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: left top;
}
.pc.showing .header .left .logo {
  padding-left: 71px;
  padding-top: 11px;
  cursor: pointer;
}
.pc.showing .header .left .logo img {
  width: 233px;
  height: 109px;
  display: block;
}
.pc.showing .header .right {
  height: 100px;
  padding-top: 10px;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: right top;
  display: flex;
  align-items: center;
}
.pc.showing .header .right .nav {
  display: flex;
  align-items: center;
}
.pc.showing .header .right .nav .tabItem {
  color: #ffffff;
  padding: 10px 3.125vw;
  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);
}
.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;
  opacity: 0.7;
}
.pc.showing .pcFooter {
  width: 100%;
  height: max-content;
  background-color: #1e1e1e;
  padding-top: 1.852vh;
  padding-bottom: 2.407vh;
  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: 1.852vh;
  font-size: max(12px, 1.04vw);
  font-family: 'MiSans-Regular';
  line-height: 2.8;
}
.pc.showing .pcFooter .tips,
.pc.showing .pcFooter .com {
  font-size: 1.3vh;
  font-size: max(12px, 0.73vw);
  line-height: 2.143;
}
.pc.showing .downNext {
  width: 2.76vw;
  height: 1.927vw;
  position: absolute;
  left: calc(50% - 1.38vw);
  bottom: 5.0926vh;
  cursor: pointer;
  z-index: 9;
  animation: audio-wave2 2s 0.5s infinite ease-in-out;
}
.pc.showing .downNext img {
  width: 100%;
  height: 100%;
}
.pc.showing .newsList .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 24px;
  margin-bottom: 8.333vh;
}
.pc.showing .pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 40px;
  font-size: 1.85vh;
  font-size: max(12px, 1.04vw);
  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 {
  transform: scale(0.9, 1.5);
}
.pc.showing .pagination-item:hover:not(.active):not(.disabled) {
  color: #80a7ff;
}
.pc.showing .pagination-item.active {
  color: #80a7ff;
  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%;
  margin-top: 0.1302vw;
  transform: translateY(-50%);
}
.pc.showing .bigTitleBox .back {
  position: relative;
  display: flex;
  width: max-content;
  height: 7.8702vh;
  max-width: 11.98vw;
  max-height: 4.427vw;
  left: 6.8vw;
  top: 0;
  cursor: pointer;
}
.pc.showing .bigTitleBox .back .left {
  margin-right: 1.09375vw;
}
.pc.showing .bigTitleBox .back .left img {
  width: 5.5556vh;
  max-width: 3.125vw;
  height: 100%;
}
.pc.showing .bigTitleBox .back .right {
  position: relative;
}
.pc.showing .bigTitleBox .back .right .top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  height: 0.935vw;
  bottom: 100%;
}
.pc.showing .bigTitleBox .back .right .top span {
  font-size: 0.935vw;
  font-family: 'MiSans-Bold';
  font-weight: 800;
  color: #929292;
}
.pc.showing .bigTitleBox .back .right .bottom {
  font-size: 1.5vw;
  font-family: 'MiSans-Bold';
  font-weight: 800;
  color: #fff;
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  line-height: 1.2;
  width: max-content;
}
@media (max-width: 1000px) {
  .pc.showing .newsList .pagination {
    margin-bottom: 4.333vh;
  }
}
@media (max-width: 1280px) {
  .pc.showing .bigTitleBox .back .right .top span {
    transform: scale(0.8);
    transform-origin: 100% 50%;
  }
}
@media (max-width: 900px) {
  .pc.showing .bigTitleBox .back .right .top span {
    transform: scale(0.6);
  }
}
.mobile.showing {
  font-family: 'MiSans-Medium';
  overflow: auto;
  height: 100%;
  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: 28px;
  padding-top: 6px;
  transform-origin: left top;
}
.mobile.showing .header .left img {
  width: 155.5px;
  height: 68px;
}
.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: 7px;
}
.mobile.showing .header .right .share {
  width: 36px;
  height: 36px;
  padding: 20px;
  box-sizing: content-box;
}
.mobile.showing .header .right .menu {
  padding: 20px;
  box-sizing: content-box;
}
.mobile.showing .header .right .menu .menuLine {
  width: 30px;
  height: 3px;
  background-color: #ffffff;
}
.mobile.showing .header .right .menu .menuLine:nth-child(2) {
  margin: 6px 0;
}
.mobile.showing .header .right .menu.active .menuLine {
  background-color: #80a7ff;
}
.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;
  margin: 0 auto;
  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: 89px;
  border-bottom: 1px solid #535559;
  color: rgba(255, 255, 255, 0.4);
  font-size: 24px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 26px;
}
.mobile.showing .menuPopup .menuContent .menuItem .tag {
  margin-left: 29px;
  font-size: 12px;
  line-height: 16px;
  color: #cccccc;
  transform: scale(0.75);
  transform-origin: left center;
}
.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: #80a7ff;
}
.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="kb"] {
  transform: scale(0.85);
}
.mobile.showing .codeDialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 888;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
}
.mobile.showing .codeDialog .card {
  width: 8rem;
  height: 11rem;
  background-color: #fff;
  position: relative;
  padding: 0.5rem 0.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile.showing .codeDialog .card .top {
  width: 100%;
  align-items: center;
  display: flex;
  margin-bottom: 0.1rem;
  padding: 0 0.2rem;
}
.mobile.showing .codeDialog .card .top .avatar {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
}
.mobile.showing .codeDialog .card .top .avatar img {
  width: 100%;
  height: 100%;
}
.mobile.showing .codeDialog .card .top .title {
  font-size: 0.8rem;
  color: #000;
  font-weight: 700;
}
.mobile.showing .codeDialog .card .bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile.showing .codeDialog .card .bottom .douyin,
.mobile.showing .codeDialog .card .bottom .weixin {
  width: 7.2rem;
  height: 7.2rem;
  margin-bottom: 0.3rem;
}
.mobile.showing .codeDialog .card .bottom .desc {
  font-size: 0.48rem;
}
.mobile.showing .codeDialog .card .code-close {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.72rem;
  height: 0.72rem;
}
.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;
}
.mobile.showing .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.mobile.showing .pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.8rem;
  height: 0.8rem;
  font-size: 1.777vh;
  font-size: max(12px, 1vw);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  background-color: transparent;
  color: #f4e9e7;
}
.mobile.showing .pagination-item .prev {
  width: 0.52rem;
  height: 0.52rem;
}
.mobile.showing .pagination-item .next {
  width: 0.52rem;
  height: 0.52rem;
  transform: rotate(180deg);
}
.mobile.showing .pagination-item:hover:not(.active):not(.disabled) {
  color: #80a7ff;
}
.mobile.showing .pagination-item.active {
  color: #80a7ff;
  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: 2.5vw;
  line-height: 2.5vw;
  position: fixed;
  z-index: 88888;
  font-size: 16px;
  color: #fff;
  top: 15vh;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 1vw;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 1.25vw;
}
.mobileToast {
  font-size: 12px;
  padding: 0 0.5rem;
  height: 1.2rem;
  line-height: 1.2rem;
  border-radius: 0.6rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
}
.showVideo {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
}
.showVideo:not(.none) .maskImg {
  background-image: url(../assets/images/index/videoBg.png);
}
.showVideo .videoBox {
  position: relative;
  padding-top: 1vh;
  width: 100%;
  /* 使用CSS变量 */
  height: 100vh;
  height: calc(100 * var(--vh));
}
.showVideo .videoBox .relativeBox {
  width: 136.66vh;
  height: 82.22vh;
  max-width: 76.875vw;
  max-height: 46.25vw;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 3;
  padding-left: 0.3vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}
.showVideo .videoBox .relativeBox .videoContent {
  width: 125.1vh;
  height: 70.55vh;
  max-width: 70.36875vw;
  max-height: 39.684375vw;
  position: absolute;
  left: 4.25%;
  top: 7.08%;
}
.showVideo .videoBox .relativeBox .videoBg {
  background-color: #000;
  clip-path: polygon(2.82% 0.64%, 99.7% 0.64%, 99.7% 19.35%, 97.99% 21.97%, 97.99% 71.45%, 99.96% 74.5%, 99.96% 96.6%, 98.25% 99.6%, 0.8% 99.5%, 0.8% 4.2%);
}
.showVideo .videoBox .relativeBox .videoShadow {
  box-shadow: 0 0 30px 3px rgba(129, 171, 239, 0.7);
}
.showVideo .videoBox .relativeBox video {
  clip-path: polygon(2.82% 0.64%, 99.7% 0.64%, 99.7% 19.35%, 97.99% 21.97%, 97.99% 71.45%, 99.96% 74.5%, 99.96% 96.6%, 98.25% 99.6%, 0.8% 99.5%, 0.8% 4.2%);
}
.showVideo .videoBox .relativeBox .close {
  position: absolute;
  width: 3.518vh;
  height: 3.518vh;
  top: 7.2%;
  right: 0%;
  max-width: 1.98vw;
  max-height: 1.98vw;
  cursor: pointer;
  z-index: 2;
  pointer-events: auto;
}
.showVideo .videoBox .relativeBox .close img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.showVideo .videoBox .relativeBox .maskImg {
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  pointer-events: none;
  background-size: 100% 100%;
}
.showVideo .videoBox .relativeBox .stop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 124.63vh;
  height: 70vh;
  max-width: 70.1vw;
  max-height: 39.375vw;
  clip-path: polygon(2.82% 0.64%, 99.7% 0.64%, 99.7% 19.35%, 97.99% 21.97%, 97.99% 71.45%, 99.96% 74.5%, 99.96% 96.6%, 98.25% 99.6%, 0.8% 99.5%, 0.8% 4.2%);
  background-color: rgba(0, 0, 0, 0.5);
  padding-left: 0.3vw;
  z-index: 1;
}
.showVideo .videoBox .relativeBox .stop .stopLogo {
  width: 15.182vh;
  height: 18.4888vh;
  max-width: 8.54vw;
  max-height: 10.4vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.showVideo .videoBox .relativeBox .stop .stopLogo img {
  width: 100%;
  height: 100%;
}
.showVideo .videoBox .relativeBox .stop .stopLogo::before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 19.55vh;
  height: 21.33vh;
  max-width: 11vw;
  max-height: 12vw;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  filter: blur(120px);
  z-index: -1;
}
.showVideo .videoBox .relativeBox .stop .stopBorder {
  width: 54.631vh;
  height: 8.16vh;
  max-width: 30.73vw;
  max-height: 4.59vw;
}
.showVideo .videoBox .relativeBox .stop .stopBorder img {
  width: 100%;
  height: 100%;
}
.showVideo .videoBox .relativeBox .stop .left {
  position: absolute;
  top: 50%;
  left: 0.3vw;
  transform: translateY(-50%);
}
.showVideo .videoBox .relativeBox .stop .right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.showVideo .videoBox .mobileVideo {
  background: none;
  width: 91.4667%;
  max-width: none;
  max-height: none;
  height: 51.45vw;
  border: 1px solid #ffffff;
  box-shadow: 0 0 40px 0px rgba(105, 131, 205, 0.5);
}
.showVideo .videoBox .mobileVideo .videoContent {
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  clip-path: none !important;
  max-width: none;
  max-height: none;
  left: 0;
  top: 0;
}
.showVideo .videoBox .mobileVideo .close {
  width: 0.56rem;
  height: 0.56rem;
  max-width: none;
  max-height: none;
  padding: 20px;
  box-sizing: content-box;
  position: absolute;
  top: auto;
  bottom: 100%;
  transform: translate(21px, 10px);
  opacity: 0.6;
}
.showVideo .videoBox .mobileVideo .maskImg {
  display: none !important;
}
.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;
  clip-path: none !important;
}
.showVideo.pop-video .relativeBox .maskImg {
  display: 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:not(.none) {
  width: 90%;
  height: 90%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.showWallpaperPic:not(.none)[data-id="1"] {
  background-image: url(../assets/images/art/default/1.jpg);
}
.showWallpaperPic:not(.none)[data-id="2"] {
  background-image: url(../assets/images/art/default/2.jpg);
}
.showWallpaperPic:not(.none)[data-id="3"] {
  background-image: url(../assets/images/art/default/3.jpg);
}
.showWallpaperPic:not(.none)[data-id="4"] {
  background-image: url(../assets/images/art/default/4.jpg);
}
.showWallpaperPic:not(.none)[data-id="5"] {
  background-image: url(../assets/images/art/default/5.jpg);
}
@supports (clip-path: polygon(2.52% 0.58%, 2.8% 1.1%, 7.9% 1.1%)) {
  .showVideo .videoBox .relativeBox .maskImg {
    display: block;
  }
  .showVideo .videoBox .relativeBox .videoShadow {
    display: none;
  }
}
@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;
  }
}
