.gameBox {
    padding-bottom: 12px
  }
  .marquercontainer {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
  }
  .marqueewrapper {
    width: 32%;

    left: 0px;
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
  }
  .marquee1 {
    animation: marquee 20s linear infinite;
  }

  .marquee1a {
    animation: marquee2 20s linear infinite;
    animation-delay: 10s;
  }
  .marquee2 {
    animation: marquee3 18s linear infinite;
  }

  .marquee2a {
    animation: marquee4 18s linear infinite;
    animation-delay: 9s;
  }
  @keyframes marquee {
    from {
      transform: translateY(-100%);
    }

    to {
      transform: translateY(100%);
    }
  }

  @keyframes marquee2 {
    from {
      transform: translateY(-200%);
    }

    to {
      transform: translateY(0);
    }
  }

  @keyframes marquee3 {
    from {
      transform: translateY(-100%);
    }

    to {
      transform: translateY(100%);
    }
  }

  @keyframes marquee4 {
    from {
      transform: translateY(-200%);
    }

    to {
      transform: translateY(0);
    }
  }
  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-container {
    width: 100%;
    height: 100%;
    box-sizing: border-box;

  }
  .swiper-container.mySwiper02 {
    width: 94.6%;
    height: 100%;
    box-sizing: border-box;
  }

  .mySwiper02.swiper {
    box-sizing: border-box;
  }

  .mySwiper02 .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 2.24rem;
    height: auto;
    cursor: pointer;
  }

  .mySwiper02 .swiper-slide img {
    display: block;
    width: 100%;
  }

  .swiper-wrapper {
    transition-timing-function: linear;
  }

  .swiper-wrapper01 {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear !important;

  }

  .gameout {
    width: 100%;
    height: 70vh;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 28% 28% 28%;
    justify-content: space-evenly;
    overflow: hidden;
  }

  .swiper-container {
    overflow: hidden;
    transition: .2s;
  }

  .swiper {
    padding-top: .1rem;
    overflow: hidden;
  }

  .gameBox {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }

  .gameBox img,
  .gameBox .text {
    display: inline-block;
    vertical-align: middle;


  }

  .gameBox a {
    margin: .04rem 0 0 0;
  }

  .gameBox p {
    font-size: .15rem;/ line-height: .12rem;
  }

  .gameBox span {
    font-size: .12rem;
  }

  .gameBox a {
    font-size: .12rem;
    padding: 0 .05rem;
  }

  .mySwiper001,
  .mySwiper002,
  .mySwiper003 {
    width: 100%;
  }

  .gameBox img {
    margin: 0 auto;
    width: 92%;
  }



  .gameBox p {
    margin: 0 0 5px;
    color: #333333;
    font-size: .18rem;
  }

  .gameBox span {
    color: #666666;
    font-size: .18rem
  }

  .gameBox a {
    display: inline-block;
    color: #fff;
    background: #b38b34;
    border-radius: .5rem;
    text-align: center;
    padding: .04rem .24rem;
    font-size: .16rem;

  }

  .titleimg {
    position: absolute;
    top: -1.5%;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .swiper-container-autoheight,
  .swiper-container-autoheight .swiper-slide {
    height: auto !important;
    padding: 5px 0px;
  }

  .htbn {
    margin: 32px 20px 10px 20px;
  }

  @media screen and (max-width: 550px) {
    .htbn {
      margin: 20px 0px 10px 0px;
    }

    .gameout {
      height: 55vh;
      grid-template-columns: 33% 33% 33%;
    }
  }