.ifam-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 12;
}

@media (max-width: 1000px) {
  .game-box {
    width: 95%;
    height: auto;
    margin: 55px auto 0px;
  }

  .game-inner {
    width: 100%;
    margin: auto;
  }

  .gn-left {
    width: 100%;
    height: 550px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 17px -5px #000;
    border-radius: 7px;
  }

  .gl-banner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    filter: blur(20px);
    border-radius: 7px;
    z-index: 9;
  }

  .gl-mb {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .play {
    width: 180px;
    height: 180px;
    margin: 30% auto 0;
    position: relative;
    border: 2px solid #fff;
    border-radius: 100%;
  }

  .play img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
  }

  .play-btn {
    position: absolute;
    bottom: -70px;
    width: 100%;
    box-shadow: 0px 0px 17px -5px #000;
    transition: all 0.2s;
    line-height: 50px;
    border-radius: 8px;
    text-align: center;
    font-size: 23px;
    text-shadow: 1px 1px #505050;
    color: #fff;
    text-transform: uppercase;
    left: 0;
    right: 0;
    margin: auto;
    border: 3px solid #fff;
    overflow: hidden;
    background: #7f7fd5;
    background: #acb6e5;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #86fde8, #acb6e5);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #86fde8, #acb6e5);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }

  .play-btn::after {
    content: "";
    position: absolute;
    height: 33px;
    width: 25px;
    background-image: url(/wp-content/image/right.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 10px;
    right: -21px;
  }

  .play-btn:hover {
    padding-right: 30px;
  }

  .play-btn:hover::after {
    right: 25px;
  }

  .g-title {
    width: 100%;
    background: linear-gradient(
      90deg,
      rgba(30, 87, 153, 0) 0,
      rgba(0, 0, 0, 0.3) 50%,
      rgba(125, 185, 232, 0)
    );
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 120px;
    padding: 15px 0;
    text-align: center;
    text-shadow: 1px 1px #505050;
  }

  .g-about {
    width: 100%;
    margin: auto;
    border-radius: 0px;
    min-height: 200px;
    box-shadow: 0px 0px 17px -5px #000;
    background-color: #ffffff;
    color: #fff;
    margin-top: 20px;
    border-radius: 10px;
  }

  .gb-title {
    font-size: 20px;
    text-indent: 1em;
    line-height: 2;
    color: #f2893f;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .g-about p {
    width: 95%;
    margin: 10px auto;
    font-size: 15px;
    line-height: 1.5;
    padding-bottom: 10px;
    color: #000;
  }

  .m-title {
    justify-content: flex-start;
  }

  .mt-left {
    font-size: 20px;
  }

  .list1 {
    width: 95%;
    margin: auto;
  }
}

@media (min-width: 1000px) {
  .content {
    width: 70%;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
  }

  .game-box {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }

  .game-inner {
    width: 100%;
    margin: auto;
    background-color: #434343;
    border-radius: 8px;
    box-shadow: 0px 0px 17px -5px #000;
  }

  .gn-left {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .gl-banner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    filter: blur(20px);
    border-radius: 8px;
    z-index: 9;
  }

  .gl-mb {
    position: relative;
    width: 80%;
    height: 80%;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  }

  .play {
    width: 200px;
    height: 200px;
    margin: 10% auto 0;
    position: relative;
    border-radius: 8px;
    border-radius: 100%;
    /* overflow: hidden; */
    box-shadow: 0px 0px 17px -5px #000;
  }

  .gl-mb:hover {
    box-shadow: -2px -2px 10px 1px #ffffff, 10px 20px 21px rgba(0, 0, 0, 0.4);
  }

  .play img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    transition: all linear 0.2s;
    /* border-radius: 8px; */
  }

  .play img:hover {
    transform: scale(1.1);
    box-shadow: -2px -2px 10px 1px #ffffff, 10px 20px 21px rgba(0, 0, 0, 0.4);
  }

  .play-btn {
    position: absolute;
    bottom: -80px;
    width: 90%;
    transition: all 0.2s;
    line-height: 50px;
    border-radius: 20px;
    text-align: center;
    font-size: 20px;
    text-shadow: 1px 1px #505050;
    color: #fff;
    text-transform: uppercase;
    left: 0;
    right: 0;
    margin: auto;
    text-indent: 1.5em;
    /* border: 3px solid #fff; */
    overflow: hidden;
    background: #7f7fd5;
    box-shadow: 0px 0px 17px -5px #000;
    background: #acb6e5;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #86fde8, #acb6e5);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #86fde8, #acb6e5);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    transition: all linear 0.3s;
  }

  .play-btn::after {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    background-image: url(../image/left.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 18px;
    left: 10%;
  }

  .play-btn:hover {
    transform: scale(1.2);
  }

  .play-btn:hover::after {
    animation: wgKnock 0.3s infinite;
  }

  @keyframes wgKnock {
    0% {
      left: 13%;
    }

    100% {
      left: 8%;
    }
  }

  .g-title {
    width: 100%;
    background: linear-gradient(
      90deg,
      rgba(30, 87, 153, 0) 0,
      rgba(0, 0, 0, 0.3) 50%,
      rgba(125, 185, 232, 0)
    );
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 116px;
    padding: 15px 0;
    text-align: center;
    text-shadow: 1px 1px #505050;
  }

  .g-about {
    width: 100%;
    margin: auto;
    border-radius: 0px;
    min-height: 200px;
    box-shadow: 0px 0px 17px -5px #000;
    background-color: #ffffff;
    color: #fff;
    margin-top: 20px;
    border-radius: 10px;
  }

  .gb-title {
    font-size: 24px;
    text-indent: 1em;
    color: #f2893f;
    line-height: 2;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .g-about p {
    width: 98%;
    margin: 10px auto;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
  }

  .main {
    width: 70%;
    margin: 0 auto 20px;
  }

  .m-title {
    justify-content: flex-start;
  }

  .mt-left {
    font-size: 25px;
  }
}
