@media screen and (max-width: 1024px) {
  .main-header {
    background-color: transparent;
    border-bottom: none;
  }
  .main-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #FFF;
    z-index: -1;
    transition: all 0.3s;
  }
  .main-header:after {
    content: "";
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 35px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
    z-index: -2;
  }
  .main-header .base .base-box .base-item .base-link {
    color: #FFF;
  }
  .main-header.scroll-down {
    /* background: linear-gradient(to bottom, #FFF 95px, rgba(0, 0, 0, 0.6) 60px, transparent 100%); */
  }
  .main-header.scroll-down:before {
    height: 95px;
    border-bottom: 1px solid #e5e5e5;
  }
  .main-header.scroll-down .base .base-box .base-item .base-link {
    color: #000;
  }
}
.container {
  margin: 62px auto 0;
  flex-direction: column;
}
.infobody {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  justify-content: space-evenly;
  margin-top: 60px;
  gap: 30px;
  position: relative;
  grid-column: 1 / -1;
}
@media screen and (max-width: 768px) {
  .infobody {
    flex-direction: column;
    gap: 8px;
    margin-top: 0;
    padding-bottom: 30px;
    background-color: #fff;
    gap: 0;
  }
}
.infobody .pic {
  position: relative;
  border-radius: 0 0 30px 30px;
  margin-bottom: 8px;
}
@media screen and (min-width: 1025px) {
  .infobody .pic {
    max-width: 480px;
    flex: 1;
    height: fit-content;
    border-radius: 0;
    margin-bottom: 8px;
  }
  .infobody .pic:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 10px;
    background-color: #818181;
    top: 20px;
    left: -4px;
    border-radius: 0 0 0 4px;
  }
}
.infobody .pic .spec-list {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}
@media screen and (max-width: 1024px) {
  .infobody .pic .spec-list {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    flex-direction: column;
    gap: 8px;
    padding: 0;
    margin-top: 0;
  }
}
.infobody .pic .spec-list .list-pic {
  width: 72px;
  border: 1.5px solid #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .infobody .pic .spec-list .list-pic {
    width: 48px;
  }
}
.infobody .pic .spec-list .chosen {
  border: 2px solid #ffcb00 !important;
}
.infobody .pic .spec-list .list-vedio {
  position: relative;
  width: 72px;
  border: 1.5px solid #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .infobody .pic .spec-list .list-vedio {
    width: 48px;
  }
}
.infobody .pic .spec-list .list-vedio .playicon {
  width: 36px;
  height: 36px;
  fill: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .infobody .pic .spec-list .list-vedio .playicon {
    width: 28px;
    height: 28px;
  }
}
.infobody .pic .spec-list .list-vedio .screen::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.infobody .pic .type {
  position: absolute;
  bottom: 38px;
  z-index: 3;
  border-radius: 0 99px 99px 0;
  font-size: 13px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0;
  color: #ffcb00;
  display: flex;
  align-items: center;
  background: linear-gradient(-45deg, black, #4d4d4d);
  padding: 3px 12px 3px 8px;
  gap: 4px;
}
.infobody .pic .type .i-type {
  width: 14px;
  height: 14px;
  color: #ffcb00;
  transform: skewX(-20deg);
}
@media screen and (min-width: 1025px) {
  .infobody .pic .type .i-type {
    width: 16px;
    height: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .infobody .pic .type {
    top: -4px;
    left: -4px;
    bottom: unset;
    font-size: 14px;
    border-radius: 12px 2px 22px 0;
    padding: 3px 16px 3px 12px;
  }
}
.infobody .pic .codebox {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  padding: 40px 0 4px;
}
.infobody .pic .codebox .codetitle {
  display: none;
}
.infobody .pic .codebox .codeitem {
  display: flex;
  align-items: baseline;
  font-size: 11px;
  color: #FFF;
  letter-spacing: 0;
  font-weight: 700;
}
.infobody .pic .codebox .codeitem:last-child:after {
  display: none;
}
.infobody .pic .codebox .codeitem:after {
  content: "";
  display: inline-block;
  height: 14px;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0 4px;
  top: 2px;
  left: 0;
}
.infobody .pic .codebox .codeitem img {
  width: auto;
  height: 14px;
}
.infobody .pic .codebox .codeitem .num {
  font-size: 18px;
  color: #ffcb00;
  font-style: italic;
  margin-right: 4px;
}
.infobody .pic .codebox .name {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  margin-right: 8px;
}
.infobody .pic .codebox .name:after {
  display: none;
}
@media screen and (min-width: 1025px) {
  .infobody .pic .codebox {
    display: none;
  }
}
.infobody .pic .voicebox {
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  bottom: 36px;
  display: flex;
  align-items: center;
  background-color: #fff8dd;
  border-radius: 99px;
  width: fit-content;
  padding: 6px 12px;
  border: 1px solid #ffcb00;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .infobody .pic .voicebox {
    bottom: 110px;
  }
}
.infobody .pic .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;
}
.infobody .pic .voicebox .voice-wavy-line .voiceline {
  width: 2px;
  height: 15px;
  margin: 0 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 4px;
}
.infobody .pic .voicebox .voice-wavy-line .voiceline:first-child,
.infobody .pic .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);
}
.infobody .pic .voicebox .voice-wavy-line .voiceline:nth-child(2),
.infobody .pic .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);
}
.infobody .pic .voicebox .voice-wavy-line .voiceline:nth-child(3),
.infobody .pic .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);
}
.infobody .pic .voicebox .voice-wavy-line .voiceline:nth-child(4),
.infobody .pic .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);
}
.infobody .pic .voicebox .voice-wavy-line .voiceline:nth-child(5),
.infobody .pic .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);
}
.infobody .pic .voicebox .voice-wavy-line .voiceline:nth-child(6),
.infobody .pic .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);
}
.infobody .pic .voicebox .voice-wavy-line .voiceline:nth-child(7),
.infobody .pic .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);
}
.infobody .pic .voicebox .voice-wavy-line .voiceline:nth-child(8),
.infobody .pic .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);
}
.infobody .pic .voicebox .voice-wavy-line .voiceline:nth-child(9),
.infobody .pic .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);
}
.infobody .pic .voicebox .voice-wavy-line .voiceline:nth-child(10),
.infobody .pic .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);
}
.infobody .pic .voicebox .voice-wavy-line .voiceline:nth-child(1) {
  animation-delay: 0s;
  background: #ff7455;
}
.infobody .pic .voicebox .voice-wavy-line .voiceline:nth-child(2) {
  animation-delay: 0.1s;
  background: #ff7751;
}
.infobody .pic .voicebox .voice-wavy-line .voiceline:nth-child(3) {
  animation-delay: 0.2s;
  background: #ff7b4e;
}
.infobody .pic .voicebox .voice-wavy-line .voiceline:nth-child(4) {
  animation-delay: 0.3s;
  background: #ff7f4a;
}
.infobody .pic .voicebox .voice-wavy-line .voiceline:nth-child(5) {
  animation-delay: 0.4s;
  background: #ff8346;
}
.infobody .pic .voicebox .voice-wavy-line .voiceline:nth-child(6) {
  animation-delay: 0.5s;
  background: #ff8742;
}
.infobody .pic .voicebox .voice-wavy-line .voiceline:nth-child(7) {
  animation-delay: 0.6s;
  background: #ff8742;
}
.infobody .pic .voicebox .voice-wavy-line .voiceline:nth-child(8) {
  animation-delay: 0.7s;
  background: #ff8f3a;
}
.infobody .pic .voicebox .voice-wavy-line .voiceline:nth-child(9) {
  animation-delay: 0.8s;
  background: #ff9336;
}
.infobody .pic .voicebox .voice-wavy-line .voiceline:nth-child(10) {
  animation-delay: 0.9s;
  background: #ff9832;
}
.infobody .pic .voicebox .voice-wavy-line .voiceline:nth-child(11) {
  animation-delay: 1s;
  background: #ffa000;
}
.infobody .pic .voicebox .voice-wavy-line .voiceline:nth-child(12) {
  animation-delay: 1.1s;
  background: #ffa02a;
}
.infobody .pic .voicebox .voice-wavy-line .voiceline:nth-child(13) {
  animation-delay: 1.2s;
  background: #ffa426;
}
.infobody .pic .voicebox .voice-wavy-line .voiceline:nth-child(14) {
  animation-delay: 1.3s;
  background: #ffa822;
}
.infobody .pic .voicebox .voice-wavy-line .voiceline:nth-child(15) {
  animation-delay: 1.4s;
  background: #ffad1d;
}
.infobody .pic .voicebox .voice-wavy-line .voiceline:nth-child(16) {
  animation-delay: 1.5s;
  background: #ffb01a;
}
.infobody .pic .voicebox .voice-wavy-line .voiceline:nth-child(17) {
  animation-delay: 1.6s;
  background: #ffb516;
}
.infobody .pic .voicebox .voice-wavy-line .voiceline:nth-child(18) {
  animation-delay: 1.7s;
  background: #ffcb00;
}
.infobody .pic .voicebox .voice-wavy-line .voiceline:nth-child(19) {
  animation-delay: 1.8s;
  background: #ffbb0f;
}
.infobody .pic .voicebox .voice-wavy-line .voiceline:nth-child(20) {
  animation-delay: 1.9s;
  background: #ffbf0c;
}
.infobody .pic .voicebox .voice-wavy-line .voiceiconplay {
  animation: voicewave 1.5s infinite;
}
@keyframes voicewave {
  10% {
    transform: scaleY(1.25);
  }
  60% {
    transform: scaleY(0.25);
  }
}
.infobody .pic .voicebox .timer {
  font-size: 12px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0;
  width: 24px;
  display: flex;
  justify-content: flex-end;
  font-family: sans-serif;
}
.infobody .info {
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  width: 100%;
  padding: 30px;
  flex: 1;
  max-width: 720px;
}
@media screen and (max-width: 1024px) {
  .infobody .info {
    position: relative;
    padding: 0;
  }
}
.infobody .info .namebox {
  /* .voicebox{
                display: flex;
                align-items: center;
                position: relative;
                padding: 0 12px 0 8px;
                background-color: #fff8dd;
                border-radius: 99px;
                width: 180px;
                border: 1px solid #ffcb00;
                @media screen and (min-width: 768px) {
                    margin: 10px 0 20px;
                }
                .playbutton{
                    width: 36px;
                    height: 36px;
                    border: none;
                    background-color: transparent;
                    -webkit-appearance: none;
                    .voiceplay{
                        fill: #000;
                        width: 36px;
                        height: 36px;
                    }
                    .voicestop{
                        fill: #000;
                        width: 26px;
                        height: 36px;
                        margin-left: 10px;
                    }
                }

                .voiceicon{
                    width: 84px;
                    overflow: hidden;
                    background: -webkit-linear-gradient(45deg, #ff6464, #ffcb00) ;
                }
                .voiceiconplay{
                    background: rgb(255, 255, 255) -webkit-linear-gradient(45deg, #ff6464, #ffcb00) no-repeat;
                    animation: fill 15s forwards;
                    background-size: 0% 200%;
                    @keyframes fill {
                        0% {

                            background-size: 0 100%;
                        }
                        100%{

                            background-size: 100% 100%;
                        }
                    }
                }
                .timer{
                    font-size: 12px;
                    font-weight: 700;
                    color: #000000;
                    letter-spacing: 0;
                    margin-left: 8px;
                }
            } */
}
@media screen and (max-width: 1024px) {
  .infobody .info .namebox {
    display: none;
  }
}
.infobody .info .namebox .name {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .infobody .info .namebox .name {
    font-size: 24px;
  }
}
.infobody .info .namebox .flag {
  border-radius: 2px;
  width: 18px;
  height: 12px;
  overflow: hidden;
  box-shadow: 1px 1px 4px #e5e5e5;
  margin-left: 6px;
}
.infobody .info .namebox .flag img {
  width: 100%;
}
.infobody .info .namebox .voicebox {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #fff8dd;
  border-radius: 99px;
  width: 180px;
  border: 1px solid #ffcb00;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .infobody .info .namebox .voicebox {
    margin: 10px 0 20px;
  }
}
.infobody .info .namebox .voicebox .playbutton {
  width: 36px;
  height: 36px;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
}
.infobody .info .namebox .voicebox .playbutton .voiceplay {
  fill: #000;
  width: 36px;
  height: 36px;
}
.infobody .info .namebox .voicebox .playbutton .voicestop {
  fill: #000;
  width: 26px;
  height: 36px;
  margin-left: 10px;
}
.infobody .info .namebox .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;
}
.infobody .info .namebox .voicebox .voice-wavy-line .voiceline {
  width: 2px;
  height: 15px;
  margin: 0 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 4px;
}
.infobody .info .namebox .voicebox .voice-wavy-line .voiceline:first-child,
.infobody .info .namebox .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);
}
.infobody .info .namebox .voicebox .voice-wavy-line .voiceline:nth-child(2),
.infobody .info .namebox .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);
}
.infobody .info .namebox .voicebox .voice-wavy-line .voiceline:nth-child(3),
.infobody .info .namebox .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);
}
.infobody .info .namebox .voicebox .voice-wavy-line .voiceline:nth-child(4),
.infobody .info .namebox .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);
}
.infobody .info .namebox .voicebox .voice-wavy-line .voiceline:nth-child(5),
.infobody .info .namebox .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);
}
.infobody .info .namebox .voicebox .voice-wavy-line .voiceline:nth-child(6),
.infobody .info .namebox .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);
}
.infobody .info .namebox .voicebox .voice-wavy-line .voiceline:nth-child(7),
.infobody .info .namebox .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);
}
.infobody .info .namebox .voicebox .voice-wavy-line .voiceline:nth-child(8),
.infobody .info .namebox .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);
}
.infobody .info .namebox .voicebox .voice-wavy-line .voiceline:nth-child(9),
.infobody .info .namebox .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);
}
.infobody .info .namebox .voicebox .voice-wavy-line .voiceline:nth-child(10),
.infobody .info .namebox .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);
}
.infobody .info .namebox .voicebox .voice-wavy-line .voiceline:nth-child(1) {
  animation-delay: 0s;
  background: #ff7455;
}
.infobody .info .namebox .voicebox .voice-wavy-line .voiceline:nth-child(2) {
  animation-delay: 0.1s;
  background: #ff7751;
}
.infobody .info .namebox .voicebox .voice-wavy-line .voiceline:nth-child(3) {
  animation-delay: 0.2s;
  background: #ff7b4e;
}
.infobody .info .namebox .voicebox .voice-wavy-line .voiceline:nth-child(4) {
  animation-delay: 0.3s;
  background: #ff7f4a;
}
.infobody .info .namebox .voicebox .voice-wavy-line .voiceline:nth-child(5) {
  animation-delay: 0.4s;
  background: #ff8346;
}
.infobody .info .namebox .voicebox .voice-wavy-line .voiceline:nth-child(6) {
  animation-delay: 0.5s;
  background: #ff8742;
}
.infobody .info .namebox .voicebox .voice-wavy-line .voiceline:nth-child(7) {
  animation-delay: 0.6s;
  background: #ff8742;
}
.infobody .info .namebox .voicebox .voice-wavy-line .voiceline:nth-child(8) {
  animation-delay: 0.7s;
  background: #ff8f3a;
}
.infobody .info .namebox .voicebox .voice-wavy-line .voiceline:nth-child(9) {
  animation-delay: 0.8s;
  background: #ff9336;
}
.infobody .info .namebox .voicebox .voice-wavy-line .voiceline:nth-child(10) {
  animation-delay: 0.9s;
  background: #ff9832;
}
.infobody .info .namebox .voicebox .voice-wavy-line .voiceline:nth-child(11) {
  animation-delay: 1s;
  background: #ffa000;
}
.infobody .info .namebox .voicebox .voice-wavy-line .voiceline:nth-child(12) {
  animation-delay: 1.1s;
  background: #ffa02a;
}
.infobody .info .namebox .voicebox .voice-wavy-line .voiceline:nth-child(13) {
  animation-delay: 1.2s;
  background: #ffa426;
}
.infobody .info .namebox .voicebox .voice-wavy-line .voiceline:nth-child(14) {
  animation-delay: 1.3s;
  background: #ffa822;
}
.infobody .info .namebox .voicebox .voice-wavy-line .voiceline:nth-child(15) {
  animation-delay: 1.4s;
  background: #ffad1d;
}
.infobody .info .namebox .voicebox .voice-wavy-line .voiceline:nth-child(16) {
  animation-delay: 1.5s;
  background: #ffb01a;
}
.infobody .info .namebox .voicebox .voice-wavy-line .voiceline:nth-child(17) {
  animation-delay: 1.6s;
  background: #ffb516;
}
.infobody .info .namebox .voicebox .voice-wavy-line .voiceline:nth-child(18) {
  animation-delay: 1.7s;
  background: #ffcb00;
}
.infobody .info .namebox .voicebox .voice-wavy-line .voiceline:nth-child(19) {
  animation-delay: 1.8s;
  background: #ffbb0f;
}
.infobody .info .namebox .voicebox .voice-wavy-line .voiceline:nth-child(20) {
  animation-delay: 1.9s;
  background: #ffbf0c;
}
.infobody .info .namebox .voicebox .voice-wavy-line .voiceiconplay {
  animation: voicewave 1.5s infinite;
}
@keyframes voicewave {
  10% {
    transform: scaleY(1.25);
  }
  60% {
    transform: scaleY(0.25);
  }
}
.infobody .info .namebox .voicebox .timer {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0;
  width: 28px;
  display: flex;
  justify-content: flex-end;
  font-family: sans-serif;
}
.infobody .info .feature-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.infobody .info .feature-box .feature {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
.infobody .info .feature-box .feature .i-feature {
  width: 18px;
  height: 18px;
  color: #ffcb00;
}
.infobody .info .codebox {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 6px;
}
@media screen and (max-width: 1024px) {
  .infobody .info .codebox {
    display: none;
  }
}
.infobody .info .codebox .codeitem {
  display: flex;
  align-items: baseline;
}
.infobody .info .codebox .codeitem:after {
  content: "";
  display: inline-block;
  height: 14px;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.4);
  margin: 0 12px;
  top: 2px;
  left: 0;
}
.infobody .info .codebox .codeitem:last-child:after {
  display: none;
}
.infobody .info .codebox .codeitem .num {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-right: 2px;
}
@media screen and (min-width: 768px) {
  .infobody .info .codebox .codeitem .num {
    font-size: 24px;
  }
}
.infobody .info .desc {
  position: relative;
  padding: 20px 12%;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: justify;
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 20px;
  margin: 20px auto;
  width: 90%;
}
@media screen and (max-width: 1024px) {
  .infobody .info .desc {
    font-size: 12px;
    padding: 16px 12%;
    margin: 0 auto 8px;
  }
}
.infobody .info .desc .i-quota-left,
.infobody .info .desc .i-quota-right {
  position: absolute;
  width: 28px;
  height: 28px;
  color: #ffcb00;
}
@media screen and (max-width: 1024px) {
  .infobody .info .desc .i-quota-left,
  .infobody .info .desc .i-quota-right {
    width: 16px;
    height: 16px;
  }
}
.infobody .info .desc .i-quota-left {
  left: 5%;
  top: 10%;
  transform: rotate(180deg);
}
.infobody .info .desc .i-quota-right {
  right: 5%;
  bottom: 10%;
}
.infobody .info .pricebox {
  margin-top: 0;
  /* border-top: 1px solid #eee; */
}
@media screen and (min-width: 768px) {
  .infobody .info .pricebox {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .infobody .info .pricebox {
    padding: 0 16px;
  }
}
.infobody .info .pricebox .title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.infobody .info .pricebox .title-box .title {
  font-size: 18px;
  font-weight: 700;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}
.infobody .info .pricebox .title-box .title .i-locate {
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 1025px) {
  .infobody .info .pricebox .title-box .title {
    font-size: 20px;
  }
}
.infobody .info .pricebox .title-box img {
  height: 30px;
}
@media screen and (min-width: 768px) {
  .infobody .info .pricebox .title-box img {
    height: 100%;
  }
}
.infobody .info .pricebox .onlycash {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (min-width: 1025px) {
  .infobody .info .pricebox .onlycash {
    gap: 8px;
  }
}
.infobody .info .pricebox .onlycash .i-cash {
  width: 36px;
  height: 36px;
}
@media screen and (min-width: 1025px) {
  .infobody .info .pricebox .onlycash .i-cash {
    width: 48px;
    height: 48px;
  }
}
.infobody .info .pricebox .onlycash .i-cash .money-first {
  transform-origin: 50%;
  animation: cash-float 1s infinite;
}
.infobody .info .pricebox .onlycash .cashtips {
  display: flex;
  flex-direction: column;
  line-height: 1;
  font-style: italic;
  background-color: #fff8dd;
  text-decoration: underline wavy #ffcb00;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  gap: 4px;
}
@media screen and (min-width: 1025px) {
  .infobody .info .pricebox .onlycash .cashtips {
    font-size: 14px;
    gap: 8px;
  }
}
@keyframes cash-float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15%);
  }
  100% {
    transform: translateY(0);
  }
}
.infobody .info .pricebox .pricelist {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
@media screen and (min-width: 1025px) {
  .infobody .info .pricebox .pricelist {
    padding: 0 20px;
  }
}
.infobody .info .pricebox .pricelist .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  white-space: nowrap;
  letter-spacing: 0;
}
@media screen and (min-width: 1025px) {
  .infobody .info .pricebox .pricelist .item {
    font-size: 16px;
    padding: 0 20px;
  }
}
.infobody .info .pricebox .pricelist .item .dashed {
  content: "";
  display: block;
  width: 5%;
  border-width: 0.5px;
  border-style: dashed;
  border-color: #eee;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .infobody .info .pricebox .pricelist .item .dashed {
    width: 100%;
  }
}
.infobody .info .pricebox .pricelist .item .pricetext {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.infobody .info .pricebox .pricelist .item .pricetext .s {
  color: #aaa;
  font-size: 12px;
}
.infobody .info .pricebox .pricelist .item .price {
  font-size: 16px;
  font-weight: 700;
  color: #ff0000;
}
.infobody .info .pricebox .pricelist .item .price .twd {
  font-size: 0.7em;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  .infobody .info .pricebox .pricelist .item .price {
    font-size: 20px;
  }
}
.infobody .info .pricebox .pricelist .item-dashed {
  width: 100%;
}
.infobody .info .pricebox .pricelist .item-dashed:last-child {
  display: none;
}
.infobody .info .pricebox .pricelist .item-dashed:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1.5px dashed rgba(0, 0, 0, 0.1);
}
.infobody .info .index-feature {
  margin: 40px 0 20px;
}
.infobody .info .index-feature .index-feature-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 0 10px;
}
.infobody .info .index-feature .index-feature-box .index-feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.infobody .info .index-feature .index-feature-box .index-feature-item .index-icon {
  width: 32px;
  height: 32px;
  background: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .infobody .info .index-feature .index-feature-box .index-feature-item .index-icon {
    width: 56px;
    height: 56px;
  }
}
.infobody .info .index-feature .index-feature-box .index-feature-item .index-icon .i-index-feature {
  width: 50%;
  height: 50%;
  color: #ffcb00;
}
.infobody .info .index-feature .index-feature-box .index-feature-item .index-feature-name {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 1025px) {
  .infobody .info .index-feature .index-feature-box .index-feature-item .index-feature-name {
    font-size: 16px;
  }
}
.infobody .info .index-feature .index-feature-box .index-feature-item .index-feature-item-content {
  font-size: 11px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  text-wrap: balance;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .infobody .info .index-feature .index-feature-box .index-feature-item .index-feature-item-content {
    font-size: 12px;
  }
}
.infobody .info .coopbox {
  margin-top: 12px;
  /* border-top: 1px solid #eee; */
}
@media screen and (min-width: 768px) {
  .infobody .info .coopbox {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .infobody .info .coopbox {
    padding: 0 16px;
  }
}
.infobody .info .coopbox .title {
  font-size: 18px;
  font-weight: 700;
  margin: 12px 0 8px;
}
@media screen and (min-width: 768px) {
  .infobody .info .coopbox .title {
    font-size: 20px;
    margin: 24px 0 16px;
  }
}
.infobody .info .coopbox .cooplist {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  font-size: 12px;
  font-weight: 500;
  gap: 6px;
}
@media screen and (min-width: 1025px) {
  .infobody .info .coopbox .cooplist {
    grid-template-columns: repeat(5, 1fr);
    font-size: 13px;
  }
}
.infobody .info .coopbox .cooplist .coopitem {
  display: flex;
  align-items: center;
  gap: 2px;
}
.infobody .info .coopbox .cooplist .coopicon {
  width: 14px;
  display: inline-block;
  margin-right: 6px;
}
.infobody .info .coopbox .cooplist .i-tick {
  width: 16px;
  height: 16px;
  color: #2bca2a;
}
@media screen and (min-width: 1025px) {
  .infobody .info .coopbox .cooplist .i-tick {
    width: 18px;
    height: 18px;
  }
}
.infobody .info .addbox {
  margin-top: 12px;
  border-top: 1px solid #eee;
}
@media screen and (min-width: 768px) {
  .infobody .info .addbox {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .infobody .info .addbox {
    padding: 0 16px;
  }
}
.infobody .info .addbox .title {
  font-size: 18px;
  font-weight: 700;
  margin: 12px 0 8px;
}
@media screen and (min-width: 768px) {
  .infobody .info .addbox .title {
    font-size: 20px;
    margin: 24px 0 16px;
  }
}
.infobody .info .addbox .addlist {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 2px;
}
@media screen and (min-width: 1025px) {
  .infobody .info .addbox .addlist {
    gap: 6px;
  }
}
.infobody .info .addbox .addlist .additem {
  display: flex;
  align-items: center;
  gap: 4px;
  border: 1px solid #ffea98;
  background-color: #fff8dd;
  border-radius: 99px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 1025px) {
  .infobody .info .addbox .addlist .additem {
    font-size: 13px;
  }
}
.infobody .info .addbox .addlist .coopicon {
  width: 14px;
}
.infobody .info .addbox .contect {
  max-width: 90%;
  width: fit-content;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background-color: #000;
  color: #ffcb00;
  height: 40px;
  border-radius: 99px;
  overflow: hidden;
  font-size: 15px;
  font-weight: 700;
  margin: 20px auto 6px;
}
.infobody .info .addbox .contect .i-line {
  width: 24px;
  height: 24px;
  z-index: 1;
}
.infobody .info .addbox .add-slogan {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
}
.infobody .info .timebox {
  margin-top: 12px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.infobody .info .timebox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1), transparent);
}
@media screen and (min-width: 768px) {
  .infobody .info .timebox {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .infobody .info .timebox {
    padding: 0 16px;
  }
}
.infobody .info .timebox .title {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .infobody .info .timebox .title {
    font-size: 20px;
  }
}
.infobody .info .timebox .timeline {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.infobody .info .timebox .timeline:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1), transparent);
}
.infobody .info .timebox .timeline .day {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}
.infobody .info .timebox .timeline .day:last-child {
  border-right: none;
}
@media screen and (min-width: 1025px) {
  .infobody .info .timebox .timeline .day {
    padding: 0 40px;
  }
}
.infobody .info .timebox .timeline .day .label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  white-space: nowrap;
}
.infobody .info .timebox .timeline .day .label .monthday {
  font-size: 10px;
}
@media screen and (min-width: 1025px) {
  .infobody .info .timebox .timeline .day .label .monthday {
    font-size: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .infobody .info .timebox .timeline .day .label {
    font-size: 16px;
    width: 52px;
    height: 52px;
  }
}
.infobody .info .timebox .timeline .day .time {
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 1025px) {
  .infobody .info .timebox .timeline .day .time {
    font-size: 14px;
  }
}
.infobody .info .timebox .timeline .day.today .label {
  color: #fff;
  background-color: #ff3e3e;
  animation: 1.5s pulse infinite ease-in-out;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #ff3e3e;
  }
  100% {
    box-shadow: 0 0 0 14px #ff3e3e00;
  }
}
.infobody .info .timebox .timeline .day.tomorrow .label {
  color: #000;
  background-color: rgba(0, 0, 0, 0.06);
}
.infobody .info .reviewbox {
  margin-top: 12px;
  border-top: 1px solid #eee;
}
@media screen and (min-width: 1025px) {
  .infobody .info .reviewbox {
    margin-top: 24px;
  }
}
.infobody .info .reviewbox .title {
  font-size: 18px;
  font-weight: 700;
  margin: 12px 0 8px;
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  .infobody .info .reviewbox .title {
    font-size: 20px;
    margin: 24px 0 16px;
    padding-left: 0;
  }
}
.infobody .info .reviewbox .review {
  display: flex;
  overflow-x: auto;
  gap: 10px;
  mask-image: linear-gradient(to right, transparent 0, black 20px, black calc(100% - 20px), transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0, black 20px, black calc(100% - 20px), transparent 100%);
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.infobody .info .reviewbox .review::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .infobody .info .reviewbox .review {
    padding: 0 16px;
  }
}
.infobody .info .reviewbox .review .reviewitem {
  width: 65%;
  height: auto;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  scroll-snap-align: center;
  scroll-snap-stop: always;
}
@media screen and (min-width: 1025px) {
  .infobody .info .reviewbox .review .reviewitem {
    width: 40%;
  }
}
.infobody .info .qabox {
  margin-top: 12px;
  border-top: 1px solid #eee;
}
@media screen and (min-width: 768px) {
  .infobody .info .qabox {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .infobody .info .qabox {
    padding: 0 16px;
  }
}
.infobody .info .qabox .title {
  font-size: 18px;
  font-weight: 700;
  margin: 12px 0 8px;
}
@media screen and (min-width: 768px) {
  .infobody .info .qabox .title {
    font-size: 20px;
    margin: 24px 0 16px;
  }
}
.infobody .info .qabox .qalist .qaitem {
  width: 100%;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
  transition-duration: 0.3s;
  cursor: pointer;
  background-color: #f7f7f7;
  padding: 16px;
  border-radius: 8px;
}
.infobody .info .qabox .qalist .qaitem .q-title {
  position: relative;
  color: #000;
  font-size: 15px;
  user-select: none;
  display: flex;
}
.infobody .info .qabox .qalist .qaitem .q-title .s1 {
  margin-right: 4px;
  font-weight: 700;
  color: #ffcb00;
}
.infobody .info .qabox .qalist .qaitem .q-title .s2 {
  padding-right: 34px;
  font-weight: 500;
}
.infobody .info .qabox .qalist .qaitem .q-title .q-icon {
  margin-top: 0.1em;
  width: 15px;
  height: 15px;
  fill: #000;
  position: absolute;
  right: 0;
  top: 4px;
  transition: all 0.3s ease;
  transform-origin: center;
}
.infobody .info .qabox .qalist .qaitem .q-title .i-icon-open {
  transform: rotate(90deg);
}
.infobody .info .qabox .qalist .qaitem .q-desc {
  font-size: 15px;
  padding-left: 24px;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.infobody .info .qabox .qalist .qaitem .q-desc span {
  padding-top: 10px;
  display: block;
  padding-right: 34px;
}
.infobody .info .bottom-slogan {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  margin-top: 6px;
}
@media screen and (min-width: 1025px) {
  .infobody .info .bottom-slogan {
    margin-top: 12px;
    position: absolute;
    top: 78px;
    right: 70px;
  }
}
.guessbox {
  margin-top: 12px;
  width: 100%;
  grid-column: 1 / -1;
}
@media screen and (min-width: 1025px) {
  .guessbox {
    margin-top: 24px;
    margin: 0 auto;
    max-width: 1000px;
  }
}
.guessbox .title {
  font-size: 18px;
  font-weight: 700;
  margin: 12px 0 8px;
  padding: 0 12px;
}
@media screen and (min-width: 768px) {
  .guessbox .title {
    font-size: 24px;
    margin: 24px 0 16px;
  }
}
.guessbox .goods-section {
  padding: 0 12px;
}
.bottom-contect {
  width: fit-content;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background-color: #000;
  height: 48px;
  padding: 0 30px;
  border-radius: 99px;
  overflow: hidden;
  color: #ffcb00;
  transition: transform 1s;
  will-change: transform;
  animation: bigger 5s 1s cubic-bezier(0.75, -1.62, 0.47, 2.27) infinite;
}
@keyframes bigger {
  0%,
  100% {
    transform: scale(1);
  }
  70% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.05);
  }
  90% {
    transform: scale(1.05);
  }
  95% {
    transform: scale(1);
  }
}
@media screen and (max-width: 1024px) {
  .bottom-contect {
    position: sticky;
    bottom: 10px;
    transform: translateY(200px);
    box-shadow: 0 0 4px #FFF, 0 0 8px #FFF, 0 0 12px #FFF, 0 0 16px #FFF, 0 0 20px #FFF;
    max-width: 90%;
    height: 40px;
    margin: 0 auto;
  }
  .bottom-contect.bottom-contect-show {
    transform: translateY(0);
  }
}
@media screen and (min-width: 1025px) {
  .bottom-contect {
    position: absolute;
    top: 40px;
    right: 30px;
  }
  .bottom-contect:hover {
    height: 48px;
    transform: scale(1.1);
  }
}
.bottom-contect:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-75deg, #000000, #979797, #000000);
  animation: shinning 5s 1s linear infinite;
  transform: translateX(-100%);
  z-index: 0;
  will-change: transform;
}
@keyframes shinning {
  0% {
    transform: translateX(-100%);
  }
  75% {
    transform: translateX(-100%);
  }
  90% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.bottom-contect .i-line {
  width: 24px;
  height: 24px;
  z-index: 1;
}
.bottom-contect .bottom-contect-text {
  font-size: 15px;
  font-weight: 700;
  z-index: 1;
}
.bottom-contect .bottom-contect-text .line-id {
  text-decoration: underline wavy #FFF;
}
