header {
  width: 100%;
  position: sticky;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  header {
    display: none;
  }
}
header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 80px;
  max-width: 1400px;
  background-color: #fff;
  margin: 0 auto;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: content-box;
}
header .wrapper .logo-sec {
  margin-left: 12px;
  font-weight: 500;
  letter-spacing: 0;
}
header .wrapper .logo-sec .logo {
  width: 160px;
}
header .wrapper .logo-sec .searchtitle {
  font-size: 24px;
  font-weight: 500;
}
header .wrapper .logo-sec .phone {
  position: relative;
  left: 0;
  top: 6px;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  display: flex;
  align-items: center;
  height: 21px;
  line-height: 14px;
}
header .wrapper .logo-sec .phone .phoneicon {
  width: 14px;
  height: 14px;
  fill: #ee2d2d;
  margin-right: 4px;
}
header .wrapper .logo-sec .phone-top {
  left: -140px;
  opacity: 0;
  height: 0;
}
header .wrapper .m-nav {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  background-color: #ffffff;
  width: 40%;
  bottom: 0;
  left: 0;
  height: 66px;
  height: calc(60px + constant(safe-area-inset-bottom));
  height: calc(60px + env(safe-area-inset-bottom));
  z-index: 20;
}
@media screen and (max-width: 768px) {
  header .wrapper .m-nav {
    align-items: flex-start;
    position: fixed;
    width: 100%;
    padding-top: 6px;
  }
}
header .wrapper .m-nav .base {
  position: relative;
  height: 100%;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  header .wrapper .m-nav .base {
    font-size: 12px;
    margin-top: 4px;
  }
}
header .wrapper .m-nav .base .baseicon {
  width: 22px;
  height: 22px;
  margin: 0 auto;
  fill: #000000;
  display: none;
}
@media screen and (max-width: 768px) {
  header .wrapper .m-nav .base .baseicon {
    display: block;
  }
}
header .wrapper .m-nav .contect {
  position: relative;
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  height: 48px;
  border-radius: 99px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  header .wrapper .m-nav .contect {
    width: 60%;
  }
}
header .wrapper .m-nav .contect:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-75deg, #000000, #979797, #000000);
  animation: shinning 5s linear infinite;
  z-index: 0;
}
@keyframes shinning {
  0% {
    transform: translateX(-100%);
  }
  90% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
header .wrapper .m-nav .contect .text {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #ffcb00;
  z-index: 1;
}
header .wrapper .m-nav .contect .text .lineicon {
  width: 28px;
  height: 28px;
  fill: #ffcb00;
  margin-right: 8px;
}
header .wrapper-top {
  height: 60px;
  /* border-bottom: transparent; */
}
.infobody {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  justify-content: space-evenly;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .infobody {
    flex-direction: column;
    gap: 0;
    margin-top: 0;
  }
}
.infobody .pic {
  position: relative;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .infobody .pic {
    max-width: 480px;
  }
}
.infobody .pic .back {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 14px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .infobody .pic .back {
    display: none;
  }
}
.infobody .pic .back .backicon {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
}
.infobody .pic .spec-list {
  display: flex;
  gap: 8px;
  padding: 0 12px;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .infobody .pic .spec-list {
    position: absolute;
    bottom: 40px;
    left: 0;
    gap: 8px;
    padding: 0 24px;
  }
}
.infobody .pic .spec-list img {
  width: 100%;
}
.infobody .pic .spec-list .list-pic {
  width: 100px;
  border: 1px 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: 100px;
  border: 1px 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 video {
  width: 100%;
}
.infobody .info {
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  width: 100%;
  padding: 24px;
  flex: 1;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .infobody .info {
    position: relative;
    left: 0;
    top: -30px;
    padding: 16px 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: 768px) {
  .infobody .info .namebox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
  }
}
.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: 28px;
  }
}
.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 .location {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  display: flex;
  align-items: center;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .infobody .info .location {
    padding: 0 16px;
  }
}
.infobody .info .location .locaicon {
  position: relative;
  bottom: 2px;
  width: 18px;
  height: 18px;
  fill: #999;
  margin-right: 2px;
}
.infobody .info .codebox {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #cccccc;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .infobody .info .codebox {
    padding: 0 16px;
  }
}
.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 #eeeeee;
  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 .pricebox {
  margin-top: 12px;
  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;
}
.infobody .info .pricebox .title-box .title {
  font-size: 18px;
  font-weight: 700;
  margin: 12px 0 8px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .infobody .info .pricebox .title-box .title {
    font-size: 24px;
    margin: 24px 0 16px;
  }
}
.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 .pricelist .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 300;
  margin: 8px 0;
  color: #000000;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .infobody .info .pricebox .pricelist .item {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .infobody .info .pricebox .pricelist .item {
    padding: 0 12px;
  }
}
.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 .price {
  font-size: 16px;
  font-weight: 700;
  color: #ff0000;
}
@media screen and (min-width: 768px) {
  .infobody .info .pricebox .pricelist .item .price {
    font-size: 20px;
  }
}
.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: 24px;
    margin: 24px 0 16px;
  }
}
.infobody .info .coopbox .cooplist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  font-size: 14px;
  font-weight: 300;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .infobody .info .coopbox .cooplist {
    grid-template-columns: repeat(5, 1fr);
  }
}
.infobody .info .coopbox .cooplist .coopitem {
  display: flex;
  align-items: center;
}
.infobody .info .coopbox .cooplist .coopicon {
  width: 14px;
  display: inline-block;
  margin-right: 6px;
}
.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: 24px;
    margin: 24px 0 16px;
  }
}
.infobody .info .addbox .addlist {
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
.infobody .info .addbox .addlist .additem {
  display: inline-flex;
  border: 1px solid #ffea98;
  border-radius: 99px;
  padding: 4px 8px;
  margin: 3px;
  align-items: center;
}
.infobody .info .addbox .addlist .coopicon {
  width: 14px;
  display: inline-block;
  margin-right: 6px;
}
.infobody .info .addbox .addlist .contect {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff2c3;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  margin: 10px auto 20px;
}
.infobody .info .addbox .addlist .contect .text {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  z-index: 1;
}
.infobody .info .addbox .addlist .contect .lineicon {
  width: 24px;
  height: 24px;
  fill: #000000;
  margin-right: 8px;
}
.infobody .info .timebox {
  margin-top: 12px;
  border-top: 1px solid #eee;
}
@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;
  margin: 12px 0 8px;
}
@media screen and (min-width: 768px) {
  .infobody .info .timebox .title {
    font-size: 24px;
    margin: 24px 0 16px;
  }
}
.infobody .info .timebox .timeline {
  display: flex;
  align-items: center;
}
.infobody .info .timebox .timeline .timeitem {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  padding: 10px;
  background-color: #fff2c3;
  margin-right: 10px;
  border-radius: 8px;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .infobody .info .timebox .timeline .timeitem {
    width: 30%;
  }
}
.infobody .info .timebox .timeline .timeitem .time {
  font-size: 14px;
  font-weight: 300;
}
.infobody .info .timebox .timeline .othertime {
  font-size: 12px;
  font-weight: 500;
  color: #999;
  white-space: nowrap;
}
.infobody .info .reviewbox {
  margin-top: 12px;
  border-top: 1px solid #eee;
}
@media screen and (min-width: 768px) {
  .infobody .info .reviewbox {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .infobody .info .reviewbox {
    padding-left: 16px;
  }
}
.infobody .info .reviewbox .title {
  font-size: 18px;
  font-weight: 700;
  margin: 12px 0 8px;
}
@media screen and (min-width: 768px) {
  .infobody .info .reviewbox .title {
    font-size: 24px;
    margin: 24px 0 16px;
  }
}
.infobody .info .reviewbox .review {
  overflow-x: auto;
}
.infobody .info .reviewbox .review .reviewlist {
  display: inline-flex;
  align-items: center;
  -webkit-overflow-scrolling: touch;
}
.infobody .info .reviewbox .review .reviewlist .reviewitem {
  width: 240px;
  height: auto;
  margin-right: 20px;
}
.infobody .info .reviewbox .review .reviewlist .reviewitem img {
  width: 100%;
}
.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: 24px;
    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: 16px;
  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;
}
.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;
}
.guessbox {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .guessbox {
    margin-top: 24px;
    max-width: 1400px;
    margin: 0 auto;
  }
}
.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 {
  width: 100%;
  margin-top: 20px;
  /*display: grid;
        gap: 50px;
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));*/
}
@media screen and (max-width: 768px) {
  .guessbox .goods-section {
    display: flex;
    padding: 0;
    /*padding: 0 12px;*/
    /*gap: 12px;*/
    gap: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.guessbox .goods-section .goods {
  position: relative;
  width: calc(25% - 40px);
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .guessbox .goods-section .goods {
    width: calc(50% - 6px);
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .guessbox .goods-section .goods:nth-child(n+5) {
    display: none;
  }
}
.guessbox .goods-section .goods.hide {
  display: none;
}
.guessbox .goods-section .goods::after {
  content: "";
  position: absolute;
  top: 9%;
  left: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  transform: scale(0.8);
  -webkit-filter: blur(14px);
  background-color: #ccc;
}
.guessbox .goods-section .goods::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 10px;
  background-color: #818181;
  top: 14px;
  left: -4px;
  border-radius: 0 0 0 4px;
}
@media screen and (min-width: 768px) {
  .guessbox .goods-section .goods::before {
    top: 24px;
  }
}
.guessbox .goods-section .goods .label {
  width: fit-content;
  font-size: 13px;
  color: #ffcb00;
  padding: 2px 11px;
  border-radius: 12px 2px 12px 0;
  background-image: linear-gradient(45deg, black, #4d4d4d);
  font-weight: 500;
  margin-bottom: 3px;
  position: absolute;
  z-index: 1;
  top: -4px;
  left: -4px;
}
@media screen and (min-width: 768px) {
  .guessbox .goods-section .goods .label {
    font-size: 18px;
    padding: 2px 16px;
  }
}
.guessbox .goods-section .goods .cover {
  position: relative;
  width: 100%;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.guessbox .goods-section .goods .cover .serve {
  position: absolute;
  top: 24px;
  left: 4px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .guessbox .goods-section .goods .cover .serve {
    top: 32px;
  }
}
.guessbox .goods-section .goods .cover .serve .item {
  width: fit-content;
  font-size: 12px;
  color: #ffffff;
  /* border: 1px solid #ffffff; */
  padding: 0 6px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: 500;
  margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .guessbox .goods-section .goods .cover .serve .item {
    font-size: 18px;
  }
}
.guessbox .goods-section .goods .cover .flag {
  position: absolute;
  top: 8px;
  right: 8px;
  border-radius: 2px;
  width: 21px;
  height: 14px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .guessbox .goods-section .goods .cover .flag {
    width: 33px;
    height: 22px;
  }
}
.guessbox .goods-section .goods .cover .flag img {
  width: 100%;
}
.guessbox .goods-section .goods .cover .wh {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  padding: 6px;
  border-radius: 6px;
  bottom: 4px;
  right: 4px;
}
@media screen and (min-width: 768px) {
  .guessbox .goods-section .goods .cover .wh {
    font-size: 16px;
    bottom: 12px;
    right: 12px;
  }
}
.guessbox .goods-section .goods .cover .wh .cup {
  background-color: #ee2d2e;
  padding: 2px 6px;
  border-radius: 6px;
  font-weight: 700;
  color: #ffffff;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .guessbox .goods-section .goods .cover .wh .cup {
    font-size: 18px;
  }
}
.guessbox .goods-section .goods .cover img {
  width: 100%;
}
.guessbox .goods-section .goods .message {
  padding: 8px;
  background-color: #FFF;
  border-radius: 0 0 12px 12px;
}
@media screen and (min-width: 768px) {
  .guessbox .goods-section .goods .message {
    padding: 14px;
  }
}
.guessbox .goods-section .goods .message .namebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.guessbox .goods-section .goods .message .namebox .goodname {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .guessbox .goods-section .goods .message .namebox .goodname {
    font-size: 24px;
  }
}
.guessbox .goods-section .goods .message .namebox .age {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin-left: 4px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .guessbox .goods-section .goods .message .namebox .age {
    font-size: 20px;
    margin-left: 6px;
  }
}
.guessbox .goods-section .goods .message .namebox .mode {
  display: flex;
}
.guessbox .goods-section .goods .message .namebox .mode .type {
  font-size: 12px;
  color: #ee2d2e;
  border: 1px solid #ee2d2e;
  padding: 0 4px;
  border-radius: 4px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .guessbox .goods-section .goods .message .namebox .mode .type {
    font-size: 16px;
  }
}
.guessbox .goods-section .goods .message .namebox .mode .type:last-child {
  margin-left: 4px;
}
.guessbox .goods-section .goods .message .pricebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.guessbox .goods-section .goods .message .pricebox .price {
  font-size: 14px;
  color: #ee2d2e;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .guessbox .goods-section .goods .message .pricebox .price {
    font-size: 16px;
  }
}
.guessbox .goods-section .goods .message .pricebox .price .up {
  font-size: 12px;
}
.info-nav {
  position: fixed;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  text-align: center;
  background-color: #ffffff;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 66px;
  height: calc(60px + constant(safe-area-inset-bottom));
  height: calc(60px + env(safe-area-inset-bottom));
  z-index: 20;
  padding: 10px 12px 0;
}
@media screen and (min-width: 768px) {
  .info-nav {
    display: none;
  }
}
.info-nav .base {
  position: relative;
  height: 100%;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  flex: 1;
  height: auto;
}
@media screen and (max-width: 768px) {
  .info-nav .base {
    font-size: 12px;
  }
}
.info-nav .base .baseicon {
  width: 22px;
  height: 22px;
  margin: 0 auto;
  fill: #000000;
  display: none;
}
@media screen and (max-width: 768px) {
  .info-nav .base .baseicon {
    display: block;
  }
}
.info-nav .contect {
  position: relative;
  flex: 3;
  width: 40%;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  height: 48px;
  border-radius: 99px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.75, -1.62, 0.47, 2.27);
}
@media screen and (max-width: 768px) {
  .info-nav .contect {
    width: 60%;
    animation: bigger 5s 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 (min-width: 768px) {
  .info-nav .contect:hover {
    height: 48px;
    transform: scale(1.1);
  }
}
.info-nav .contect:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-75deg, #000000, #979797, #000000);
  animation: shinning 5s linear infinite;
  z-index: 0;
}
@keyframes shinning {
  0% {
    transform: translateX(-100%);
  }
  75% {
    transform: translateX(-100%);
  }
  90% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.info-nav .contect .text {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #ffcb00;
  z-index: 1;
}
.info-nav .contect .text .lineicon {
  width: 28px;
  height: 28px;
  fill: #ffcb00;
  margin-right: 8px;
}
/* .m-nav{
    padding: 0 12px;
    .base{
        flex: 1;
        height: auto;
    }
    .contect{
        flex: 3;
    }


} */
