.other-body .main-body {
  width: 100%;
  margin: 64px auto 100px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 1025px) {
  .other-body .main-body {
    margin: 90px auto 100px;
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 60px;
    align-items: start;
    max-width: 1200px;
    grid-template-areas: "album info" "album forum" "album share" "start start" "faq faq" "more more";
  }
}
@media screen and (max-width: 1280px) {
  .other-body .main-body {
    grid-template-columns: 320px 1fr;
  }
}
@media screen and (max-width: 1024px) {
  .other-body .main-body {
    padding: 0;
  }
}
.other-body .main-body .share {
  margin-top: 40px;
  grid-area: share;
}
.main-header::after {
  transform: translateY(-100%);
  transition: all 0.3s;
}
.main-header.fixed::after {
  transform: translateY(0);
}
.main-header.fixed .nav-sec .contact-box {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s 0.3s;
}
.main-header .nav-sec .contact-box {
  opacity: 0;
  pointer-events: none;
}
.info {
  grid-area: info;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .info {
    padding: 0 15px;
  }
}
.info .name {
  font-size: 44px;
  font-weight: 500;
  font-family: var(--font-family);
}
@media screen and (max-width: 1024px) {
  .info .name {
    font-size: 24px;
  }
}
.info .voicebox {
  display: flex;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 0;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 99px;
  width: fit-content;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
  width: 160px;
}
.info .voicebox:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1024px) {
  .info .voicebox {
    top: 2px;
    right: 15px;
    width: 150px;
  }
}
.info .voicebox .playbutton {
  width: 36px;
  height: 36px;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .info .voicebox .playbutton {
    width: 32px;
    height: 32px;
  }
}
.info .voicebox .playbutton .voiceplay {
  fill: #ffffff;
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 1024px) {
  .info .voicebox .playbutton .voiceplay {
    width: 32px;
    height: 32px;
  }
}
.info .voicebox .playbutton .voicestop {
  fill: #ffffff;
  width: 26px;
  height: 36px;
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  .info .voicebox .playbutton .voicestop {
    height: 32px;
  }
}
.info .voicebox .voice-wavy-line {
  position: relative;
  z-index: 1;
  height: 18px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.info .voicebox .voice-wavy-line .voiceline {
  width: 2px;
  height: 15px;
  margin: 0 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 4px;
}
.info .voicebox .voice-wavy-line .voiceline:first-child,
.info .voicebox .voice-wavy-line .voiceline:nth-child(14) {
  -webkit-transform: scaleY(0.5);
  -moz-transform: scaleY(0.5);
  -ms-transform: scaleY(0.5);
  -o-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.info .voicebox .voice-wavy-line .voiceline:nth-child(2),
.info .voicebox .voice-wavy-line .voiceline:nth-child(13) {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.info .voicebox .voice-wavy-line .voiceline:nth-child(3),
.info .voicebox .voice-wavy-line .voiceline:nth-child(12) {
  -webkit-transform: scaleY(0.75);
  -moz-transform: scaleY(0.75);
  -ms-transform: scaleY(0.75);
  -o-transform: scaleY(0.75);
  transform: scaleY(0.75);
}
.info .voicebox .voice-wavy-line .voiceline:nth-child(4),
.info .voicebox .voice-wavy-line .voiceline:nth-child(11) {
  -webkit-transform: scaleY(0.6);
  -moz-transform: scaleY(0.6);
  -ms-transform: scaleY(0.6);
  -o-transform: scaleY(0.6);
  transform: scaleY(0.6);
}
.info .voicebox .voice-wavy-line .voiceline:nth-child(5),
.info .voicebox .voice-wavy-line .voiceline:nth-child(20) {
  -webkit-transform: scaleY(0.75);
  -moz-transform: scaleY(0.75);
  -ms-transform: scaleY(0.75);
  -o-transform: scaleY(0.75);
  transform: scaleY(0.75);
}
.info .voicebox .voice-wavy-line .voiceline:nth-child(6),
.info .voicebox .voice-wavy-line .voiceline:nth-child(19) {
  -webkit-transform: scaleY(1.25);
  -moz-transform: scaleY(1.25);
  -ms-transform: scaleY(1.25);
  -o-transform: scaleY(1.25);
  transform: scaleY(1.25);
}
.info .voicebox .voice-wavy-line .voiceline:nth-child(7),
.info .voicebox .voice-wavy-line .voiceline:nth-child(18) {
  -webkit-transform: scaleY(0.75);
  -moz-transform: scaleY(0.75);
  -ms-transform: scaleY(0.75);
  -o-transform: scaleY(0.75);
  transform: scaleY(0.75);
}
.info .voicebox .voice-wavy-line .voiceline:nth-child(8),
.info .voicebox .voice-wavy-line .voiceline:nth-child(17) {
  -webkit-transform: scaleY(0.6);
  -moz-transform: scaleY(0.6);
  -ms-transform: scaleY(0.6);
  -o-transform: scaleY(0.6);
  transform: scaleY(0.6);
}
.info .voicebox .voice-wavy-line .voiceline:nth-child(9),
.info .voicebox .voice-wavy-line .voiceline:nth-child(16) {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.info .voicebox .voice-wavy-line .voiceline:nth-child(10),
.info .voicebox .voice-wavy-line .voiceline:nth-child(15) {
  -webkit-transform: scaleY(0.6);
  -moz-transform: scaleY(0.6);
  -ms-transform: scaleY(0.6);
  -o-transform: scaleY(0.6);
  transform: scaleY(0.6);
}
.info .voicebox .voice-wavy-line .voiceline:nth-child(1) {
  animation-delay: 0s;
  background: #8c028d;
}
.info .voicebox .voice-wavy-line .voiceline:nth-child(2) {
  animation-delay: 0.1s;
  background: #8d058c;
}
.info .voicebox .voice-wavy-line .voiceline:nth-child(3) {
  animation-delay: 0.2s;
  background: #8d058c;
}
.info .voicebox .voice-wavy-line .voiceline:nth-child(4) {
  animation-delay: 0.3s;
  background: #920b8b;
}
.info .voicebox .voice-wavy-line .voiceline:nth-child(5) {
  animation-delay: 0.4s;
  background: #950f8a;
}
.info .voicebox .voice-wavy-line .voiceline:nth-child(6) {
  animation-delay: 0.5s;
  background: #991288;
}
.info .voicebox .voice-wavy-line .voiceline:nth-child(7) {
  animation-delay: 0.6s;
  background: #9c1487;
}
.info .voicebox .voice-wavy-line .voiceline:nth-child(8) {
  animation-delay: 0.7s;
  background: #9f1786;
}
.info .voicebox .voice-wavy-line .voiceline:nth-child(9) {
  animation-delay: 0.8s;
  background: #a31985;
}
.info .voicebox .voice-wavy-line .voiceline:nth-child(10) {
  animation-delay: 0.9s;
  background: #a71b84;
}
.info .voicebox .voice-wavy-line .voiceline:nth-child(11) {
  animation-delay: 1s;
  background: #aa1d82;
}
.info .voicebox .voice-wavy-line .voiceline:nth-child(12) {
  animation-delay: 1.1s;
  background: #ae1f81;
}
.info .voicebox .voice-wavy-line .voiceline:nth-child(13) {
  animation-delay: 1.2s;
  background: #b2207f;
}
.info .voicebox .voice-wavy-line .voiceline:nth-child(14) {
  animation-delay: 1.3s;
  background: #b6227e;
}
.info .voicebox .voice-wavy-line .voiceline:nth-child(15) {
  animation-delay: 1.4s;
  background: #b9237d;
}
.info .voicebox .voice-wavy-line .voiceline:nth-child(16) {
  animation-delay: 1.5s;
  background: #bc247b;
}
.info .voicebox .voice-wavy-line .voiceline:nth-child(17) {
  animation-delay: 1.6s;
  background: #bf257a;
}
.info .voicebox .voice-wavy-line .voiceline:nth-child(18) {
  animation-delay: 1.7s;
  background: #c22679;
}
.info .voicebox .voice-wavy-line .voiceline:nth-child(19) {
  animation-delay: 1.8s;
  background: #c42678;
}
.info .voicebox .voice-wavy-line .voiceline:nth-child(20) {
  animation-delay: 1.9s;
  background: #c72777;
}
.info .voicebox .voice-wavy-line .voiceiconplay {
  animation: voicewave 1.5s infinite;
}
@keyframes voicewave {
  10% {
    transform: scaleY(1.25);
  }
  60% {
    transform: scaleY(0.25);
  }
}
.info .voicebox .timer {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0;
  padding: 0 6px;
  display: flex;
  justify-content: flex-end;
  font-family: sans-serif;
}
.info .code {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .info .code {
    margin-bottom: 4px;
  }
}
.info .code .code-title {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .info .code .code-title {
    display: none;
  }
}
.info .code .codebox {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
}
.info .code .codebox .codeitem {
  display: flex;
  align-items: baseline;
}
.info .code .codebox .codeitem:after {
  content: "";
  display: inline-block;
  height: 14px;
  position: relative;
  border-right: 1px solid #eeeeee;
  margin: 0 12px;
  top: 2px;
  left: 0;
}
.info .code .codebox .codeitem:last-child:after {
  display: none;
}
.info .code .codebox .codeitem .num {
  font-size: 18px;
  font-weight: 700;
  color: #ff209c;
  margin-right: 6px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .info .code .codebox .codeitem .num {
    font-size: 24px;
  }
}
.info .team-about {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .info .team-about {
    margin-bottom: 20px;
  }
}
.info .team-about .team {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .info .team-about .team {
    font-size: 12px;
  }
  .info .team-about .team .arrowicon {
    font-size: 12px;
  }
}
.info .sales-label {
  margin-bottom: 10px;
}
.info .sales-label .label {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .info .sales-label .label {
    gap: 4px;
  }
}
.info .sales-label .label .label-item {
  font-size: 14px;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  padding: 2px 8px;
}
@media screen and (max-width: 1024px) {
  .info .sales-label .label .label-item {
    font-size: 11px;
    border-radius: 4px;
    padding: 0px 5px;
  }
}
.info .price-sec {
  display: flex;
  justify-content: space-between;
  padding-left: 14px;
}
@media screen and (max-width: 1024px) {
  .info .price-sec {
    gap: 30px;
    margin-bottom: 20px;
  }
}
.info .price-sec .price-card {
  position: relative;
  display: inline-block;
  transform: rotate(-5deg);
  transform-origin: left bottom;
}
.info .price-sec .price-card .price {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2px;
  z-index: 3;
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
  letter-spacing: 0;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 68px;
  height: 44px;
  border-radius: 4px;
  background-color: #ca1296;
}
@media screen and (max-width: 1024px) {
  .info .price-sec .price-card .price {
    font-size: 14px;
    width: 56px;
    height: 36px;
  }
}
.info .price-sec .price-card .twd {
  font-size: 10px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 1px;
}
.info .price-sec .price-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transform: rotate(-10deg);
  background-color: #9b0e73;
  transform-origin: left bottom;
  border-radius: 4px;
  z-index: 2;
}
.info .price-sec .price-card.red-card .price {
  background-color: #ce0202;
}
.info .price-sec .price-card.red-card:before {
  background-color: #b50202;
}
.info .price-sec .price-card.red-card:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: rotate(-20deg);
  background-color: #9b0202;
  transform-origin: left bottom;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .info .price-sec .price-card.red-card:after {
    width: 40px;
    height: 30px;
  }
}
.info .price-sec .button {
  height: 44px;
  font-size: 16px;
  width: 240px;
}
@media screen and (max-width: 1024px) {
  .info .price-sec .button {
    height: 36px;
    width: 100%;
    font-size: 15px;
  }
}
.info .price-sec .button .lineicon {
  font-size: 22px;
}
.forum {
  grid-area: forum;
}
@media screen and (max-width: 1024px) {
  .forum {
    padding: 0 15px;
  }
}
.forum .forum-title {
  font-size: 20px;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .forum .forum-title {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
.forum .write-forum {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .forum .write-forum {
    margin-bottom: 10px;
  }
}
.forum .write-forum input {
  border: none;
  background-color: rgba(255, 255, 255, 0.15);
  color: #b8babc;
  padding: 8px 16px;
  border-radius: 99px;
  font-size: 13px;
  font-weight: 500;
  width: 100%;
}
.forum .write-forum .sent {
  margin-left: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  font-size: 13px;
  padding: 8px 24px;
  font-weight: 500;
  border: none;
  color: #b8babc;
  border-radius: 99px;
  text-wrap: nowrap;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .forum .write-forum .sent {
    padding: 8px 0px;
    width: 35%;
  }
}
.forum .write-forum .sent:hover {
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.3);
}
.forum .forum-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 20px 0;
}
.forum .forum-item .reply-part {
  display: flex;
  align-items: flex-start;
}
.forum .forum-item .forumavatar {
  font-size: 28px;
  margin-right: 12px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .forum .forum-item .forumavatar {
    margin-right: 8px;
  }
}
.forum .forum-item .forum-content {
  width: 100%;
}
.forum .forum-item .forum-content .forumid {
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 6px;
}
@media screen and (max-width: 1024px) {
  .forum .forum-item .forum-content .forumid {
    font-size: 11px;
  }
}
.forum .forum-item .forum-content .spaid {
  color: #d91682;
}
.forum .forum-item .forum-content .forum-text {
  font-size: 14px;
  font-weight: 500;
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .forum .forum-item .forum-content .forum-text {
    font-size: 13px;
  }
}
.forum .forum-item .reply-sec {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 10px 20px;
  width: calc(100% - 40px);
  margin: 20px 0 20px auto;
}
@media screen and (max-width: 768px) {
  .forum .forum-item .reply-sec {
    width: 100%;
    padding: 10px 20px;
    margin: 20px 0 20px 36px;
    width: calc(100% - 36px);
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.forum .forum-item .reply-sec .reply-box {
  display: flex;
  padding: 16px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
@media screen and (max-width: 768px) {
  .forum .forum-item .reply-sec .reply-box {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.forum .forum-item .reply-sec .reply-box .forum-content .forum-text {
  width: 100%;
}
.forum .forum-item .reply-sec .reply-box img {
  width: 30.5px;
  height: 30.5px;
  border-radius: 50%;
  border: 1.5px solid #393939;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .forum .forum-item .reply-sec .reply-box img {
    margin-right: 6px;
  }
}
.forum .forum-item .reply-sec .reply-box:last-child {
  border-bottom: none;
}
.forum .forum-item .write-reply {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  margin-top: 10px;
}
.forum .forum-item .write-reply.write-show .reply-input {
  height: 34.5px;
  opacity: 1;
  padding: 0 16px;
}
.forum .forum-item .write-reply .reply-input {
  border: none;
  background-color: rgba(255, 255, 255, 0.15);
  color: #b8babc;
  border-radius: 99px;
  font-size: 14px;
  font-weight: 500;
  width: 85%;
  height: 0;
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .forum .forum-item .write-reply .reply-input {
    width: 80%;
  }
}
.forum .forum-item .write-reply .reply {
  font-size: 12px;
  font-weight: 500;
  transition: all 0.3s;
  text-wrap: nowrap;
  cursor: pointer;
}
.forum .forum-item .write-reply .reply:hover {
  color: #FFF;
}
.forum .lord-more {
  width: 200px;
  height: 48px;
  margin: 0 auto;
  font-weight: 500;
  border: none;
  color: #FFF;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 99px;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.forum .lord-more .loading-image {
  display: none;
}
.forum .lord-more.loading {
  background-color: transparent;
}
.forum .lord-more.loading .text {
  display: none;
}
.forum .lord-more.loading .loading-image {
  display: block;
}
.album {
  width: 100%;
  margin: 0 auto;
  grid-area: album;
  height: 100%;
  order: -1;
}
.album .preview {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
}
@media screen and (max-width: 1024px) {
  .album .preview {
    display: flex;
    justify-content: center;
    padding: 0 15px;
  }
}
.album .preview .preview-item {
  width: 100%;
  border-radius: 8px;
  border: 1.5px solid transparent;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
@media screen and (max-width: 1024px) {
  .album .preview .preview-item {
    width: 40px;
    height: 40px;
    margin-right: 1px;
    border-radius: 6px;
    margin-top: 0;
  }
  .album .preview .preview-item:last-child {
    margin-right: 0;
  }
}
.album .preview .preview-item.chosen {
  border: 1.5px solid #d91682;
}
.album .preview .preview-item.line-screen img {
  height: 100%;
}
.album .preview .preview-item.line-screen-begin {
  grid-column-start: 1;
}
.album .preview .preview-video {
  position: relative;
  overflow: hidden;
}
.album .preview .preview-video::after {
  content: "";
  width: 100%;
  display: block;
}
@media screen and (max-width: 1024px) {
  .album .preview .preview-video {
    width: 40px;
  }
}
.album .preview .preview-video .playicon {
  width: 28px;
  height: 28px;
  fill: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .album .preview .preview-video .playicon {
    width: 24px;
    height: 24px;
  }
}
.album .preview .preview-video .screen::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.album .pic {
  position: relative;
  z-index: 0;
  margin-bottom: 10px;
}
.album .pic video {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  object-fit: cover;
}
.album .pic .name {
  position: absolute;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  font-family: var(--font-family);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .album .pic .name {
    font-size: 26px;
  }
}
.album .pic .name.top-left {
  top: 5%;
  left: 5%;
  transform: rotate(-16deg);
}
.album .pic .name.top-right {
  top: 5%;
  right: 5%;
  transform: rotate(16deg);
}
.album .pic .name.middle-left {
  top: 45%;
  left: 5%;
  transform: rotate(-16deg);
}
.album .pic .name.middle-right {
  top: 45%;
  right: 5%;
  transform: rotate(16deg);
}
.album .pic .name.bottom-left {
  bottom: 5%;
  left: 5%;
  transform: rotate(-16deg);
}
.album .pic .name.bottom-right {
  bottom: 5%;
  right: 5%;
  transform: rotate(16deg);
}
.album .pic .name.name-style-1 {
  text-stroke: 6px #000000;
  -webkit-text-stroke: 6px #000000;
}
@media screen and (max-width: 1024px) {
  .album .pic .name.name-style-1 {
    text-stroke: 4px #000000;
    -webkit-text-stroke: 4px #000000;
  }
}
.album .pic .name.name-style-1:after {
  content: "";
  width: calc(100% + 20px);
  height: 50%;
  display: block;
  background-color: #fddb00;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  border-radius: 6px;
}
.album .pic .name.name-style-1:before {
  content: attr(data-name);
  position: absolute;
  -webkit-text-stroke: 0;
  color: #FFF;
}
.album .pic .name.name-style-2 {
  text-stroke: 6px #68beff;
  -webkit-text-stroke: 6px #68beff;
}
@media screen and (max-width: 1024px) {
  .album .pic .name.name-style-2 {
    text-stroke: 4px #68beff;
    -webkit-text-stroke: 4px #68beff;
  }
}
.album .pic .name.name-style-2:before {
  content: attr(data-name);
  position: absolute;
  -webkit-text-stroke: 0;
  color: #FFF;
}
.album .pic .name.name-style-3 {
  text-stroke: 4px #94231a;
  -webkit-text-stroke: 4px #94231a;
  text-shadow: 4px 4px 1px #94231a;
}
@media screen and (max-width: 1024px) {
  .album .pic .name.name-style-3 {
    text-stroke: 4px #94231a;
    -webkit-text-stroke: 4px #94231a;
    text-shadow: 3px 3px 1px #94231a;
  }
}
.album .pic .name.name-style-3:before {
  content: attr(data-name);
  position: absolute;
  -webkit-text-stroke: 0;
  color: #f8e1da;
}
.album .pic .name.name-style-4 {
  text-stroke: 6px #000000;
  -webkit-text-stroke: 6px #000000;
}
@media screen and (max-width: 1024px) {
  .album .pic .name.name-style-4 {
    text-stroke: 4px #000000;
    -webkit-text-stroke: 4px #000000;
  }
}
.album .pic .name.name-style-4::after {
  content: "";
  width: calc(100% + 20px);
  height: 50%;
  display: block;
  background-color: #fd7200;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  border-radius: 6px;
}
.album .pic .name.name-style-4:before {
  content: attr(data-name);
  position: absolute;
  -webkit-text-stroke: 0;
  color: #ffffff;
}
.album .pic .name.name-style-5 {
  text-stroke: 4px #1472ff;
  -webkit-text-stroke: 4px #1472ff;
}
@media screen and (max-width: 1024px) {
  .album .pic .name.name-style-5 {
    text-stroke: 4px #1472ff;
    -webkit-text-stroke: 4px #1472ff;
  }
}
.album .pic .name.name-style-5:before {
  content: attr(data-name);
  position: absolute;
  -webkit-text-stroke: 0;
  color: #ffffff;
  z-index: 1;
}
.album .pic .name.name-style-5:after {
  content: attr(data-name);
  position: absolute;
  z-index: -1;
  text-stroke: 10px #69beff;
  -webkit-text-stroke: 10px #69beff;
  color: #69beff;
  top: 0;
  left: 0;
}
.album .pic .name.name-style-6 {
  text-stroke: 6px #ffffff;
  -webkit-text-stroke: 6px #ffffff;
}
@media screen and (max-width: 1024px) {
  .album .pic .name.name-style-6 {
    text-stroke: 4px #ffffff;
    -webkit-text-stroke: 4px #ffffff;
  }
}
.album .pic .name.name-style-6:before {
  content: attr(data-name);
  position: absolute;
  -webkit-text-stroke: 0;
  color: #3c9d42;
  z-index: 1;
}
.album .pic .body {
  position: absolute;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  font-family: var(--font-family);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .album .pic .body {
    font-size: 24px;
  }
}
.album .pic .body.top-left {
  top: 7%;
  left: 7%;
  transform: rotate(-16deg);
}
.album .pic .body.top-right {
  top: 7%;
  right: 7%;
  transform: rotate(16deg);
}
.album .pic .body.middle-left {
  top: 45%;
  left: 7%;
  transform: rotate(-16deg);
}
.album .pic .body.middle-right {
  top: 45%;
  right: 7%;
  transform: rotate(16deg);
}
.album .pic .body.bottom-left {
  bottom: 7%;
  left: 7%;
  transform: rotate(-16deg);
}
.album .pic .body.bottom-right {
  bottom: 7%;
  right: 7%;
  transform: rotate(16deg);
}
.album .pic .body.body-style-1 {
  text-stroke: 6px #000000;
  -webkit-text-stroke: 6px #000000;
  /* text-shadow: 0 0 15px #ff48a7; */
}
@media screen and (max-width: 1024px) {
  .album .pic .body.body-style-1 {
    text-stroke: 4px #000000;
    -webkit-text-stroke: 4px #000000;
    /* text-shadow: 0 0 4px rgba(217,21,153,0.2); */
  }
}
.album .pic .body.body-style-1:after {
  content: "";
  width: calc(100% + 20px);
  height: 25%;
  display: block;
  background-color: #fddb00;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  border-radius: 6px;
}
.album .pic .body.body-style-1:before {
  content: attr(data-body);
  position: absolute;
  -webkit-text-stroke: 0;
  color: #FFF;
}
.album .pic .body.body-style-2 {
  text-stroke: 6px #68beff;
  -webkit-text-stroke: 6px #68beff;
  /* text-shadow: 0 0 15px #ff48a7; */
  /* &::after{
              content: "";
              width: calc(100% + 20px);
              height: 15px;
              display: block;
              background-color: rgb(253, 219, 0);
              position: absolute;
              bottom: 0;
              left: 50%;
              transform: translateX(-50%);
              z-index: -1;
              border-radius: 6px;
          } */
}
@media screen and (max-width: 1024px) {
  .album .pic .body.body-style-2 {
    text-stroke: 4px #68beff;
    -webkit-text-stroke: 4px #68beff;
    /* text-shadow: 0 0 4px rgba(217,21,153,0.2); */
  }
}
.album .pic .body.body-style-2:before {
  content: attr(data-body);
  position: absolute;
  -webkit-text-stroke: 0;
  color: #FFF;
}
.album .pic .body.body-style-3 {
  text-stroke: 4px #94231a;
  -webkit-text-stroke: 4px #94231a;
  text-shadow: 3px 3px 1px #94231a;
  /* &::after{
              content: "";
              width: calc(100% + 20px);
              height: 25px;
              display: block;
              background-color: rgb(253, 219, 0);
              position: absolute;
              bottom: 0;
              left: 50%;
              transform: translateX(-50%);
              z-index: -1;
              border-radius: 6px;
          } */
}
@media screen and (max-width: 1024px) {
  .album .pic .body.body-style-3 {
    text-stroke: 4px #94231a;
    -webkit-text-stroke: 4px #94231a;
    text-shadow: 2px 2px 1px #94231a;
  }
}
.album .pic .body.body-style-3:before {
  content: attr(data-body);
  position: absolute;
  -webkit-text-stroke: 0;
  color: #f8e1da;
}
.album .pic .body.body-style-4 {
  text-stroke: 6px #000000;
  -webkit-text-stroke: 6px #000000;
  /* text-shadow: 4px 4px 1px #94231a; */
}
@media screen and (max-width: 1024px) {
  .album .pic .body.body-style-4 {
    text-stroke: 4px #000000;
    -webkit-text-stroke: 4px #000000;
    /* text-shadow: 3px 3px 1px #94231a; */
  }
}
.album .pic .body.body-style-4::after {
  content: "";
  width: calc(100% + 20px);
  height: 25%;
  display: block;
  background-color: #fd7200;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  border-radius: 4px;
}
.album .pic .body.body-style-4:before {
  content: attr(data-body);
  position: absolute;
  -webkit-text-stroke: 0;
  color: #ffffff;
}
.album .pic .body.body-style-5 {
  text-stroke: 4px #1472ff;
  -webkit-text-stroke: 4px #1472ff;
  /* text-shadow: 4px 4px 1px #94231a; */
  /* &::after{
              content: "";
              width: calc(100% + 20px);
              height: 25px;
              display: block;
              background-color: rgb(253, 114, 0);
              position: absolute;
              bottom: 0;
              left: 50%;
              transform: translateX(-50%);
              z-index: -1;
              border-radius: 6px;
          } */
}
@media screen and (max-width: 1024px) {
  .album .pic .body.body-style-5 {
    text-stroke: 4px #1472ff;
    -webkit-text-stroke: 4px #1472ff;
    /* text-shadow: 3px 3px 1px #94231a; */
  }
}
.album .pic .body.body-style-5:before {
  content: attr(data-body);
  position: absolute;
  -webkit-text-stroke: 0;
  color: #ffffff;
  z-index: 1;
}
.album .pic .body.body-style-5:after {
  content: attr(data-body);
  position: absolute;
  z-index: -1;
  text-stroke: 10px #69beff;
  -webkit-text-stroke: 10px #69beff;
  color: #69beff;
  top: 0;
  left: 0;
}
.album .pic .body.body-style-6 {
  text-stroke: 6px #ffffff;
  -webkit-text-stroke: 6px #ffffff;
  /* text-shadow: 4px 4px 1px #94231a; */
  /* &::after{
              content: "";
              width: calc(100% + 20px);
              height: 25px;
              display: block;
              background-color: rgb(253, 114, 0);
              position: absolute;
              bottom: 0;
              left: 50%;
              transform: translateX(-50%);
              z-index: -1;
              border-radius: 6px;
          } */
  /* &:after{
              content: attr(data-name);
              position: absolute;
              z-index: -1;
              text-stroke: 10px #69beff;
              -webkit-text-stroke: 10px #69beff;
              color: #69beff;
              top: 0;
              left: 0;
          } */
}
@media screen and (max-width: 1024px) {
  .album .pic .body.body-style-6 {
    text-stroke: 4px #ffffff;
    -webkit-text-stroke: 4px #ffffff;
    /* text-shadow: 3px 3px 1px #94231a; */
  }
}
.album .pic .body.body-style-6:before {
  content: attr(data-body);
  position: absolute;
  -webkit-text-stroke: 0;
  color: #3c9d42;
  z-index: 1;
}
.album .pic .swiper-wrapper .swiper-slide img {
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .album .pic .swiper-wrapper .swiper-slide {
    width: 60% !important;
    margin-left: 4vw;
  }
  .album .pic .swiper-wrapper .swiper-slide:last-child {
    margin-right: 4vw;
  }
}
.album .pic .swiper-wrapper .swiper-slide.locked {
  position: relative;
}
.album .pic .swiper-wrapper .swiper-slide.locked .lock {
  position: absolute;
  font-size: 18px;
  color: #FFF;
  z-index: 1;
  font-weight: 700;
  text-align: center;
  transform: rotate(-10deg) translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-wrap: nowrap;
  background-image: var(--gradient-1);
  border: var(--btn-border);
  border-radius: 10px;
  padding: 2px 16px;
}
@media screen and (max-width: 768px) {
  .album .pic .swiper-wrapper .swiper-slide.locked .lock {
    font-size: 13px;
  }
}
.album .pic .swiper-wrapper .swiper-slide.locked .pic-lock {
  filter: blur(2px);
}
@media screen and (min-width: 1025px) {
  .album-box {
    position: sticky;
    top: 120px;
  }
}
.how {
  grid-area: start;
  margin-top: 200px;
}
@media screen and (max-width: 1024px) {
  .how {
    margin-top: 30px;
    padding: 0 15px;
  }
}
.faq {
  grid-area: faq;
}
.more {
  grid-area: more;
}
.more .product-list {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1280px) {
  .more .product-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .more .product-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
    padding: 0 15px;
  }
}
