@charset "UTF-8";
html, body, .content {
  font-family: Microsoft Yahei, Arial, Helvetica, sans-serif;
  position: relative;
  min-width: 320px;
  max-width: 750px;
  margin: 0 auto;
  color: #000000; }

.audio_btn {
  position: absolute;
  left: 0.7rem;
  bottom: 0.82rem;
  z-index: 200;
  width: 0.4rem;
  height: 0.4rem;
  background-image: url(../images/pause-btn.png);
  background-size: contain;
  background-repeat: no-repeat; }

.audio_btn-play {
  background-image: url(../images/play-btn.png);
  background-size: contain; }

.waveLine {
  width: 2.9rem;
  height: 0.26rem;
  background: url(../images/waveLine.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 1.4rem;
  bottom: 0.86rem; }

.rotate {
  -webkit-animation: rotating 1.2s linear infinite;
  -moz-animation: rotating 1.2s linear infinite;
  -o-animation: rotating 1.2s linear infinite;
  animation: rotating 1.2s linear infinite; }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.swiper-slide > * {
  display: none; }

.swiper-slide-active > * {
  display: block; }

.JamHsiao-p1 {
  width: 100%;
  height: 11.6rem;
  display: block; }

.JamHsiao-p2 {
  width: 100%;
  height: 5.18rem;
  display: block;
  position: relative;
  background: url("../images/JamHsiao-p2.jpg?v=2025102411420") no-repeat;
  background-size: 100% 5.18rem; }

.JamHsiao-p3 {
  width: 100%;
  height: 2.44rem;
  display: block; }

.JamHsiao-p4 {
  width: 100%;
  height: 3.46rem;
  display: block; }

.JamHsiao-p5 {
  width: 100%;
  height: 4.74rem;
  display: block; }

.JamHsiao-p6 {
  width: 100%;
  height: 4.74rem;
  display: block; }

.JamHsiao-p7 {
  width: 100%;
  height: 4.35rem;
  display: block; }

.JamHsiao-p8 {
  width: 100%;
  height: 8.68rem;
  display: block; }

.JamHsiao-p9 {
  height: 10.92rem;
  background: url(../images/JamHsiao-p9.jpg?v=2025102411420) no-repeat;
  background-size: 100% 100%;
  position: relative; }

ul.platform-list {
  overflow: hidden;
  width: 7.32rem;
  margin: 0 auto;
  font-size: 0;
  letter-spacing: -4px;
  word-spacing: -4px;
  padding: 0.4rem 0 0 0; }
  ul.platform-list li {
    display: inline-block;
    vertical-align: top;
    width: 1.6rem;
    height: 2.5rem;
    margin: 0 0.42rem;
    font-size: 0.24rem;
    letter-spacing: normal;
    word-spacing: normal; }
    ul.platform-list li .p {
      width: 1.6rem;
      height: 1.6rem;
      display: block; }
    ul.platform-list li .name {
      height: 0.66rem;
      line-height: 0.66rem;
      color: #fbea4e;
      font-size: 0.24rem;
      text-align: center; }
      ul.platform-list li .name a {
        color: #fbea4e;
        font-size: 0.24rem; }

.JamHsiao-p10 {
  width: 6rem;
  height: 0.78rem;
  display: block;
  margin: 0 auto;
  padding: 0.2rem 0 0 0; }

.JamHsiao-p11 {
  width: 7.5rem;
  height: 4.62rem;
  display: block; }

.JamHsiao-p12 {
  width: 7.5rem;
  height: 9.3rem;
  background: url(../images/JamHsiao-p12.jpg?v=2025102411420) no-repeat;
  background-size: 100% 100%;
  position: relative; }
  .JamHsiao-p12 .JamHsiao-p13 {
    width: 1.88rem;
    height: 2.1rem;
    position: absolute;
    right: 0;
    bottom: 0; }
  .JamHsiao-p12 ul.sns-list {
    overflow: hidden;
    width: 5.8rem;
    margin: 0.3rem auto 0 auto; }
    .JamHsiao-p12 ul.sns-list li {
      width: 2.7rem;
      height: 2.02rem;
      float: left; }
      .JamHsiao-p12 ul.sns-list li .p {
        width: 2.7rem;
        height: 2.02rem;
        display: block; }

.JamHsiao-p18 {
  width: 5.84rem;
  height: 0.76rem;
  display: block;
  margin: 0 auto; }

/*滚动条整体样式*/
.ans-result::-webkit-scrollbar {
  width: 0.1rem;
  height: 1px; }

/*滚动条滑块*/
.ans-result::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0.04rem rgba(0, 0, 0, 0.2);
  background: #535353; }

/*滚动条轨道*/
.ans-result::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background: #ccc; }

/*# sourceMappingURL=style.css.map */
