@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: "Noto Sans SC", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  text-decoration: none;
}

.cover {
  width: 100%;
  background-color: black;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 940px) {
  .cover {
    margin: 0;
  }
}
.cover img {
  -o-object-fit: contain;
     object-fit: contain;
}
.cover-logo {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
}
.cover-logo a {
  height: 100%;
}
.cover-logo a img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100px;
  width: 100%;
  height: 100%;
}
.cover-circle {
  width: 200px;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  z-index: 2;
  animation: flutter2 3s ease-in-out infinite;
}
@media (max-width: 1230px) {
  .cover-circle {
    width: 160px;
  }
}
@media (max-width: 1100px) {
  .cover-circle {
    display: none;
  }
}
.cover-image {
  z-index: 1;
}
@media (max-width: 940px) {
  .cover-image {
    display: none;
  }
}
.cover-title {
  position: absolute;
  top: 80%;
  left: 74%;
  max-width: 540px;
  transform: translate(-50%, -50%) rotate(-6deg);
  z-index: 2;
  animation: scaleUp 3s ease-in-out infinite;
}
@media (max-width: 1250px) {
  .cover-title {
    max-width: 520px;
    left: 76%;
  }
}
@media (max-width: 1040px) {
  .cover-title {
    max-width: 440px;
  }
}
@media (max-width: 940px) {
  .cover-title {
    display: none;
  }
}
.cover-button {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -30px;
  left: 45%;
  transform: translateX(-50%);
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  z-index: 3;
}
@media (max-width: 1200px) {
  .cover-button {
    left: 40%;
  }
}
@media (max-width: 1100px) {
  .cover-button {
    left: 35%;
  }
}
@media (max-width: 1000px) {
  .cover-button {
    left: 30%;
  }
}
@media (max-width: 940px) {
  .cover-button {
    width: 100%;
    max-width: 500px;
    left: 21%;
    bottom: -30px;
    transform: translateX(-50%);
  }
}
@media (max-width: 900px) {
  .cover-button {
    left: 20%;
  }
}
@media (max-width: 800px) {
  .cover-button {
    left: 15%;
  }
}
@media (max-width: 700px) {
  .cover-button {
    left: 10%;
  }
}
@media (max-width: 600px) {
  .cover-button {
    left: 5%;
  }
}
@media (max-width: 500px) {
  .cover-button {
    left: 0;
  }
}
.cover-button-image {
  width: 100%;
  content: url("../img/cover/button.png");
  transition: transform 0.3s ease, content 0.3s ease;
  animation: changeImage 3s infinite;
}
.cover-button:hover .cover-button-image {
  transform: translateX(20px);
}
@media (max-width: 940px) {
  .cover-button:hover .cover-button-image {
    transform: translateY(-20px);
  }
}
@media (max-width: 940px) {
  .cover-button-arrow {
    display: none;
  }
}
.cover-love {
  width: 190px;
  position: absolute;
  top: 75px;
  right: 1rem;
  z-index: 2;
  animation: flutter-rot 3s ease-in-out infinite;
}
@media (max-width: 1100px) {
  .cover-love {
    display: none;
  }
}
.cover-bottom {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: -40px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
@media (max-width: 940px) {
  .cover-bottom {
    display: none;
  }
}
.cover-mobile {
  width: 100%;
  background-color: #000;
  display: none;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media (max-width: 940px) {
  .cover-mobile {
    display: flex;
  }
}
.cover-mobile-image {
  width: 100%;
  display: none;
}
@media (max-width: 940px) {
  .cover-mobile-image {
    display: block;
  }
}
.cover-mobile-title {
  width: 100%;
  max-width: 600px;
  padding: 2rem 0rem 2rem 4rem;
  position: relative;
  bottom: 0rem;
  align-self: flex-start;
  animation: scale 3s ease-in-out infinite;
  z-index: 2;
}
@media (max-width: 840px) {
  .cover-mobile-title {
    padding: 2rem;
  }
}
@media (max-width: 800px) {
  .cover-mobile-title {
    width: 70%;
    padding: 2rem 0rem;
  }
}
@media (max-width: 560px) {
  .cover-mobile-title {
    max-width: 400px;
    width: 80%;
  }
}
.cover-mobile-love {
  max-width: 220px;
  opacity: 1;
  position: absolute;
  right: 6%;
  bottom: 0;
  animation: flutter-rot 3s ease-in-out infinite;
  z-index: 1;
}
@media (max-width: 900px) {
  .cover-mobile-love {
    right: 4%;
  }
}
@media (max-width: 740px) {
  .cover-mobile-love {
    width: 40%;
    max-width: 190px;
    right: 3%;
  }
}
@media (max-width: 540px) {
  .cover-mobile-love {
    width: 36%;
  }
}
@keyframes flutter {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes flutter-rot {
  0% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-10px) rotate(1deg);
  }
  100% {
    transform: translateY(0) rotate(-1deg);
  }
}
@keyframes flutter2 {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
@keyframes scaleUp {
  0% {
    transform: translate(-50%, -50%) scale(0.9) rotate(-6deg);
  }
  50% {
    transform: translate(-50%, -50%) scale(0.97) rotate(-6deg);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.9) rotate(-6deg);
  }
}
@keyframes scale {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes changeImage {
  0% {
    content: url("../img/cover/button.png");
  }
  50% {
    content: url("../img/cover/button-hover.png");
  }
  100% {
    content: url("../img/cover/button.png");
  }
}

main {
  max-width: 1180px;
  border: 5px solid #ffcde5;
  padding: 2.5rem 0rem 0rem;
  background-color: black;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
@media (max-width: 940px) {
  main {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin-bottom: unset;
  }
}
main .title {
  width: 100%;
  background: var(--Style, linear-gradient(90deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.25) 100%));
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
main .title p {
  font-size: 35px;
  color: #fff;
  text-shadow: 2px 2px 4px #ff4473;
  font-weight: 700;
  padding-bottom: 15px;
}
@media (max-width: 940px) {
  main .title p {
    font-size: 32px;
    padding-bottom: 5px;
  }
}
main .title p::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: linear-gradient(120deg, rgb(230, 204, 248) 0%, rgb(255, 181, 200) 100%);
  border-radius: 10px;
}
main .game-introduce {
  max-width: 1000px;
  padding: 2rem 2rem 0rem 2rem;
  gap: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 940px) {
  main .game-introduce {
    padding: 1.2rem 1rem 2rem 1rem;
  }
}
main .game-introduce-circle {
  width: 100%;
  max-width: 230px;
  position: absolute;
  top: 50px;
  left: 0;
}
@media (max-width: 739px) {
  main .game-introduce-circle {
    display: none;
  }
}
main .game-introduce-square {
  width: 100%;
  max-width: 230px;
  position: absolute;
  bottom: 50px;
  right: 0;
}
@media (max-width: 739px) {
  main .game-introduce-square {
    display: none;
  }
}
main .game-introduce-image {
  width: 100%;
  max-width: 210px;
  animation: flutter 3s ease-in-out infinite;
  display: flex;
  justify-content: center;
  position: relative;
  left: 2.6%;
}
@media (max-width: 940px) {
  main .game-introduce-image {
    left: 1.2%;
  }
}
@media (max-width: 739px) {
  main .game-introduce-image {
    display: none;
  }
}
main .game-introduce-image-left {
  left: -2.6%;
  top: -30%;
}
main .game-introduce-image img {
  width: 100%;
}
main .game-introduce-text {
  width: 100%;
  padding: 0 2rem;
  text-align: justify;
  line-height: 1.25;
  z-index: 2;
}
@media (max-width: 940px) {
  main .game-introduce-text {
    padding: 0;
  }
}
main .game-introduce-text p {
  text-align: center;
  font-size: 18px;
  color: #fff;
  text-shadow: 0 0 10px rgba(89, 0, 255, 0.7), 0 0 20px rgba(89, 0, 255, 0.5), 0 0 30px rgba(89, 0, 255, 0.3);
}
main .game-introduce-text-labels {
  margin-top: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
main .game-introduce-text-labels-frame {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
main .game-introduce-text-labels-frame-label {
  gap: 5px;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  max-width: 300px;
}
@media (max-width: 940px) {
  main .game-introduce-text-labels-frame-label {
    font-size: 15px;
  }
}
main .game-introduce-text-labels-frame-label-title {
  color: #fff;
  border: 1px solid;
}
main .game-introduce-text-labels-frame-label .game-label {
  border-radius: 5px;
  padding: 1px 6px;
  font-size: 10px;
  display: flex;
  align-items: center;
  min-height: 19px;
  gap: 3px;
}
main .game-introduce-text-labels-frame-label .game-label-title {
  font-size: 12px;
}
main .game-introduce-text-labels-frame-label .game-label img {
  padding: 2px;
}
main .game-introduce-text-labels-frame-label.game-label-yellow {
  color: #827c00;
}
main .game-introduce-text-labels-frame-label.game-label-yellow .game-label-body:nth-child(2) {
  background-color: #fff974;
}
main .game-introduce-text-labels-frame-label.game-label-yellow .game-label-body:nth-child(3) {
  background-color: #fffcb3;
}
main .game-introduce-text-labels-frame-label.game-label-yellow .game-label-body:nth-child(4) {
  background-color: #fffdd0;
}
main .game-introduce-text-labels-frame-label.game-label-yellow .game-label-body:nth-child(5) {
  background-color: #fffeeb;
}
main .game-introduce-text-labels-frame-label.game-label-pink {
  color: #bf0550;
}
main .game-introduce-text-labels-frame-label.game-label-pink .game-label-body:nth-child(2) {
  background-color: #ff92be;
}
main .game-introduce-text-labels-frame-label.game-label-pink .game-label-body:nth-child(3) {
  background-color: #ffa7cb;
}
main .game-introduce-text-labels-frame-label.game-label-pink .game-label-body:nth-child(4) {
  background-color: #ffc2da;
}
main .game-introduce-text-labels-frame-label.game-label-pink .game-label-body:nth-child(5) {
  background-color: #ffd7e7;
}
main .game-introduce-text-labels-frame-label.game-label-pink .game-label-body:nth-child(6) {
  background-color: #fde0ec;
}
main .game-introduce-text-labels-frame-label.game-label-pink .game-label-body:nth-child(7) {
  background-color: #fae5ee;
}
main .game-introduce-text-labels-frame-label.game-label-pink .game-label-body:nth-child(8) {
  background-color: #fff7fa;
}
main .game-introduce-text-labels-frame-label.game-label-blue {
  color: #00378a;
}
main .game-introduce-text-labels-frame-label.game-label-blue .game-label-body:nth-child(2) {
  background-color: #78c6ff;
}
main .game-introduce-text-labels-frame-label.game-label-blue .game-label-body:nth-child(3) {
  background-color: #a5d9ff;
}
main .game-introduce-text-labels-frame-label.game-label-blue .game-label-body:nth-child(4) {
  background-color: #d0ebff;
}
main .game-introduce-text-labels-frame-label.game-label-blue .game-label-body:nth-child(5) {
  background-color: #ecf7ff;
}
main .game-introduce-text-labels-frame-label.game-label-blue .game-label-body:nth-child(6) {
  background-color: #f7fcff;
}
main .game-introduce-text-labels-frame-label.game-label-green {
  color: #0b6a64;
}
main .game-introduce-text-labels-frame-label.game-label-green .game-label-body:nth-child(2) {
  background-color: #70ffa9;
}
main .game-introduce-text-labels-frame-label.game-label-green .game-label-body:nth-child(3) {
  background-color: #abffcd;
}
main .game-introduce-text-labels-frame-label.game-label-green .game-label-body:nth-child(4) {
  background-color: #bafdd5;
}
main .game-introduce-text-labels-frame-label.game-label-green .game-label-body:nth-child(5) {
  background-color: #caffdf;
}
main section.video-introduction {
  width: 100%;
  max-width: 900px;
  max-height: 100vh;
  padding: 2.5rem 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 4%;
}
@media screen and (max-width: 940px) {
  main section.video-introduction {
    padding: 2rem;
  }
}
@media screen and (max-width: 768px) {
  main section.video-introduction {
    padding: 2rem 1rem;
  }
}
main section.video-introduction .swiper-left-area,
main section.video-introduction .swiper-right-area {
  transform: translateY(-100%);
  width: 1.8rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  main section.video-introduction .swiper-left-area,
  main section.video-introduction .swiper-right-area {
    display: none;
  }
}
main section.video-introduction .swiper-left-area button,
main section.video-introduction .swiper-right-area button {
  width: 100%;
  background-color: unset;
  border: unset;
  cursor: pointer;
  transition: opacity 0.2s linear;
}
main section.video-introduction .swiper-left-area button:active,
main section.video-introduction .swiper-right-area button:active {
  opacity: 0.6;
}
main section.video-introduction .swiper-left-area button img,
main section.video-introduction .swiper-right-area button img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
main section.video-introduction .video-area {
  width: 50%;
  height: 100%;
  flex: 1;
}
main section.video-introduction .video-area .big-video,
main section.video-introduction .video-area .big-bg {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 200px);
  width: 100%;
}
main section.video-introduction .video-area .big-video {
  border: 3px solid #ffcde5;
  background-color: #000;
}
main section.video-introduction .video-area .big-bg {
  display: none;
  max-width: 100%;
  border: 3px solid #ffcde5;
  -o-object-fit: contain;
     object-fit: contain;
}
main section.video-introduction .video-area .swiper {
  width: 100%;
}
@media screen and (max-width: 480px) {
  main section.video-introduction .video-area .swiper {
    --swiper-navigation-size: 32px;
  }
}
main section.video-introduction .video-area .swiper.swiper-thumbs .swiper-slide {
  cursor: pointer;
}
main section.video-introduction .video-area .swiper .swiper-wrapper {
  transition: transform 0.5s ease-out;
}
main section.video-introduction .video-area .swiper .swiper-wrapper .swiper-slide {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
main section.video-introduction .video-area .swiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main section.video-introduction .video-area .swiper .swiper-wrapper .swiper-slide.active .image-container::after {
  background-color: rgba(0, 0, 0, 0);
}
main section.video-introduction .video-area .swiper.smallSwiper {
  box-sizing: border-box;
  padding: 1rem 0px;
}
@media screen and (max-width: 768px) {
  main section.video-introduction .video-area .swiper.smallSwiper {
    padding: 0.8rem 0px;
  }
}
@media screen and (max-width: 480px) {
  main section.video-introduction .video-area .swiper.smallSwiper {
    padding: 0.5rem 0px;
  }
}
main section.video-introduction .video-area .swiper.smallSwiper .swiper-slide {
  width: 25%;
  height: 100%;
}
main section.video-introduction .video-area .swiper.smallSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main section.video-introduction .video-area .mask-out-out {
  transition: all 500ms ease 0ms;
}
main section.video-introduction .video-area .mask-out-out .mask-out {
  height: auto;
}
main section.video-introduction .video-area .mask-out-out .mask-out .image-container {
  height: 100%;
  position: relative;
  display: inline-block;
}
main section.video-introduction .video-area .mask-out-out .mask-out .image-container:hover::after {
  background: rgba(0, 0, 0, 0);
}
main section.video-introduction .video-area .mask-out-out .mask-out .image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  /* 黑色遮罩，50% 不透明度 */
}
main section.video-introduction .video-area .mask-out-out .mask-out .image-container .img-control {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main section.price-sticky {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
main section.price-sticky .main-price-container {
  background-color: #0a2a82;
  border: 4px solid white;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: row;
  position: relative;
  margin-bottom: 1rem;
  animation: boxShadow 2s infinite;
}
@keyframes boxShadow {
  0%, 50% {
    box-shadow: 4px 4px 0px rgb(255, 255, 255), 6px 6px 0px rgb(255, 255, 255);
    top: 0;
    left: 0;
  }
  51%, 100% {
    box-shadow: none;
    top: 5px;
    left: 5px;
  }
}
main section.price-sticky .main-price-container .original-price,
main section.price-sticky .main-price-container .discount-price {
  color: white;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  transition: transform 0.2s ease-in-out;
}
main section.price-sticky .main-price-container .icon {
  width: 2.5rem;
  margin-right: 0.4rem;
  background-image: url("../img/game-icon.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
main section.price-sticky .main-price-container .original-price {
  display: none;
}
main section.price-sticky .main-price-container .original-price.discount {
  display: block;
  text-decoration: line-through;
}
main section.price-sticky .main-price-container .discount-price {
  color: white;
  font-size: 2rem;
  letter-spacing: 0.1rem;
}
main h5 {
  color: white;
  font-size: 20px;
  text-align: center;
  margin: 0.5rem 1rem;
}
@media screen and (max-width: 480px) {
  main h5 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 400px) {
  main h5 {
    font-size: 0.9rem;
  }
}
main section.same-game-container {
  padding: 2rem 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 400px) {
  main section.same-game-container {
    padding: 2rem 0.5rem;
  }
}
main section.same-game-container .same-game-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  --swiper-navigation-size: 2rem;
}
@media screen and (max-width: 400px) {
  main section.same-game-container .same-game-area {
    gap: 0.3rem;
  }
}
main section.same-game-container .same-game-area .swiper-button-prev,
main section.same-game-container .same-game-area .swiper-button-next {
  position: unset;
  margin-top: unset;
  margin: 0.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-100%);
}
@media screen and (max-width: 1100px) {
  main section.same-game-container .same-game-area .swiper-button-prev,
  main section.same-game-container .same-game-area .swiper-button-next {
    transform: translateY(-150%);
  }
}
main section.same-game-container .same-game-area .swiper-button-prev {
  background-image: url("../img/left-arrow.svg");
}
main section.same-game-container .same-game-area .swiper-button-prev::after {
  content: "";
}
main section.same-game-container .same-game-area .swiper-button-next {
  background-image: url("../img/right-arrow.svg");
}
main section.same-game-container .same-game-area .swiper-button-next::after {
  content: "";
}
main section.same-game-container .same-game-area .swiper-content {
  width: 60%;
  flex: 1;
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
}
main section.same-game-container .same-game-area .swiper-content .swiper-pagination {
  position: relative;
  padding: 1.2rem 0rem 0rem;
}
main section.same-game-container .same-game-area .swiper-content .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 12px;
  height: 12px;
  box-shadow: 0px 0px 5px 1px rgba(255, 241, 253, 0.7);
  margin: 4px;
}
main section.same-game-container .same-game-area .swiper-content .swiper-pagination .swiper-pagination-bullet-active {
  border-color: white;
  background-color: white;
}
main section.same-game-container .same-game-area .swiper-content .swiper {
  width: 100%;
}
main section.same-game-container .same-game-area .swiper-content .swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  flex-direction: column;
}
main section.same-game-container .same-game-area .swiper-content .swiper .swiper-slide .swiper-title {
  margin-bottom: 1rem;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-shadow: 2px 2px 6px #80006f, -2px -2px 6px #80006f, 2px -2px 6px #80006f, -2px 2px 6px #80006f;
}
main section.same-game-container .same-game-area .swiper-content .swiper .swiper-slide a {
  display: flex;
  justify-content: center;
}
main section.same-game-container .same-game-area .swiper-content .swiper .swiper-slide img {
  box-shadow: 0px 0px 15px 8px rgba(128, 0, 111, 0.7);
  display: block;
  width: 95%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
main section.same-game-container .same-game-area .swiper-content .swiper .swiper-slide .swiper-sale-count {
  color: white;
  font-size: 1.5rem;
  padding: 1rem 0rem 0.5rem;
  font-weight: 700;
  filter: drop-shadow(0px 0px 6px rgba(128, 0, 111, 0.7)) drop-shadow(0px 0px 6px rgba(128, 0, 111, 0.7));
}
main section.same-game-container .same-game-area .swiper-content .swiper .swiper-slide .swiper-sale-count span {
  font-size: 1.8rem;
  color: #ff4057;
  font-weight: 700;
}
main section.same-game-container .same-game-area .swiper-content .swiper .swiper-slide .swiper-stars-area {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 0.2rem;
  font-size: 1.2rem;
  font-weight: 700;
  filter: drop-shadow(0px 0px 6px rgba(128, 0, 60, 0.7)) drop-shadow(0px 0px 6px rgba(128, 0, 60, 0.7));
}
@media screen and (max-width: 1100px) {
  main section.same-game-container .same-game-area .swiper-content .swiper .swiper-slide .swiper-stars-area {
    flex-direction: column;
  }
}
main section.same-game-container .same-game-area .swiper-content .swiper .swiper-slide .swiper-stars-area svg {
  width: 1.1rem;
  height: 1.1rem;
}
@media screen and (max-width: 882px) {
  main section.same-game-container .same-game-area .swiper-content .swiper .swiper-pagination {
    display: block;
  }
}
main section.same-game-container .go-more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1.5rem 0.7rem;
  gap: 0.5rem;
  background-color: #0a2a82;
  border-radius: 6px;
  transition: background-color 0.2s ease-in-out;
  margin-top: 1rem;
}
main section.same-game-container .go-more .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
main section.same-game-container .go-more .icon svg {
  width: 2rem;
  height: 2rem;
  padding-top: 0.3rem;
}
main section.same-game-container .go-more .icon svg path {
  fill: white;
  transition: fill 0.2s ease-in-out;
}
main section.same-game-container .go-more span {
  font-size: 1.5rem;
  color: white;
  transition: color 0.2s ease-in-out;
}

footer {
  background-color: black;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
}
footer h5 {
  color: white;
  font-size: 1.2rem;
}

.fixed-container {
  position: fixed;
  bottom: 2rem;
  right: 0px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100px;
}
.fixed-container-pc {
  display: flex;
}
.fixed-container-phone {
  display: none;
}
@media screen and (max-width: 1360px) {
  .fixed-container-pc {
    display: none;
  }
  .fixed-container-phone {
    display: flex;
    right: 1rem;
  }
}
@media screen and (max-width: 580px) {
  .fixed-container-phone {
    right: 0.5rem;
  }
}
.fixed-container img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.fixed-container .buy-price {
  position: relative;
}
.fixed-container .buy-price .pc-price {
  position: absolute;
  top: 45%;
  left: 50%;
  font-size: 3rem;
  font-style: italic;
  font-weight: bold;
  transform: translateX(calc(-50% - 4px));
  color: #ffdc24;
  animation: color-change 1s steps(1, end) infinite;
}
.fixed-container .buy-price .pc-price.font-size-1000 {
  top: 49%;
  font-size: 2.2rem;
  transform: translateX(calc(-50% - 2px));
}

@keyframes shake {
  0%, 100% {
    transform: rotate(0deg);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: rotate(-10deg);
  }
  20%, 40%, 60%, 80% {
    transform: rotate(10deg);
  }
}
@keyframes color-change {
  0% {
    color: #ffdc24;
  }
  50% {
    color: #ffff99;
  }
  100% {
    color: #ffdc24;
  }
}
.circlebtn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 10;
  font-size: min(18px, 5vw);
  font-weight: 800;
  line-height: 1;
  text-align: center;
  align-self: flex-end;
  border-radius: 9999px;
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  outline: #0a2a82 5px solid;
  background-color: #0a2a82;
  background-size: 25px 25px;
  border: 3px solid white;
  width: 90px;
  height: 90px;
  transition: width 0.3s ease;
}
@media (max-width: 580px) {
  .circlebtn {
    width: 45px;
    height: 45px;
    font-size: 12px;
  }
}
.circlebtn-car {
  position: relative;
}
.circlebtn-car svg {
  width: 44px;
  height: 44px;
}
@media (max-width: 580px) {
  .circlebtn-car svg {
    width: 24px;
    height: 24px;
  }
}
.circlebtn-car svg path {
  fill: white;
}
.circlebtn-car-hover {
  position: absolute;
  width: 100px;
  height: 100px;
  top: -5px;
  right: -5px;
  background-color: #0a2a82;
  border-radius: 50px;
  transition: width 0.3s ease;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 580px) {
  .circlebtn-car-hover {
    width: 50px;
    height: 55px;
    top: -5px;
    right: 0px;
  }
}
.circlebtn-car-hover p {
  position: relative;
  right: 35px;
  font-size: 40px;
  font-weight: 800;
  margin: 0;
  padding: 0;
  color: #fff;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.3s, transform 0.3s;
}
@media (max-width: 580px) {
  .circlebtn-car-hover p {
    font-size: 24px;
    right: 20px;
  }
}
@keyframes showText {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.circlebtn-car:hover ~ .circlebtn-car-hover {
  width: 300px;
}
@media (max-width: 580px) {
  .circlebtn-car:hover ~ .circlebtn-car-hover {
    width: 170px;
  }
}
.circlebtn-car:hover ~ .circlebtn-car-hover p {
  animation: showText 0.3s 0.3s forwards;
}

/* 以下為少掉加速器按鈕時的修改 */
@media screen and (max-width: 440px) {
  .circlebtn {
    margin-right: 0.3rem;
  }
}/*# sourceMappingURL=main.css.map */