.leftOpen {
  display: none;
  position: fixed;
  left: 0;
  top: 1rem;
  z-index: 1010;
}
.leftOpen img {
  width: 3rem;
  height: 3rem;
}
.leftIcon {
  padding-top: 0.2rem;
  position: fixed;
  top: 4.2rem;
  left: 0;
  z-index: 1010;
  background-color: rgba(65, 255, 255, 0.8);
  border-radius: 1rem;
  width: 5rem;
  text-align: center;
  height: 2.5rem;
  display: none;
}
.leftIcon img {
  width: 2rem;
  height: 2rem;
}
.play_box1 {
  padding: 0 10px;
  display: flex;
  gap: 15px;
  color: #333;
  margin-top: 20px;
  justify-content: center;
  /* SVG */
  /* SVG animations */
  /* Button animations */
}
.play_box1 img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
}
.play_box1 .d_content_game {
  font-size: 14px;
  line-height: 20px;
  /* 超出三行换行 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.play_box1 h5,
.play_box1 h4 {
  font-size: 18px;
  margin: 15px 0;
}
.play_box1 .btn-conteiner {
  display: flex;
  justify-content: center;
  --color-text: #ffffff;
  --color-background: #00D0FC;
  --color-outline: #00D0FC;
  --color-shadow: #04ccf4cd;
}
.play_box1 .btn-content {
  display: flex;
  align-items: center;
  padding: 2px 40px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: var(--color-text);
  background: var(--color-background);
  transition: 1s;
  border-radius: 100px;
  box-shadow: 0 0 0.2em 0 var(--color-background);
  transition: 0.5s;
  -webkit-animation: btn-content 1s;
  animation: btn-content 1s;
  outline: 0.1em solid transparent;
  outline-offset: 0.2em;
  box-shadow: 0 0 0.4em 0 var(--color-background);
}
.play_box1 .btn-content .icon-arrow {
  transition: 0.5s;
  margin-right: 0px;
  transform: scale(0.6);
}
.play_box1 .icon-arrow {
  transition: 0.5s;
  margin-right: 25px;
}
.play_box1 .icon-arrow {
  width: 20px;
  margin-left: 15px;
  position: relative;
  top: 6%;
}
.play_box1 #arrow-icon-one {
  transition: 0.4s;
  transform: translateX(-60%);
}
.play_box1 #arrow-icon-two {
  transition: 0.5s;
  transform: translateX(-30%);
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}
.play_box1 #arrow-icon-three {
  animation: color_anim 1s infinite 0.2s;
}
.play_box1 #arrow-icon-one {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.6s;
}
@keyframes color_anim {
  0% {
    fill: white;
  }
  50% {
    fill: var(--color-background);
  }
  100% {
    fill: white;
  }
}
@-webkit-keyframes btn-content {
  0% {
    outline: 0.2em solid var(--color-background);
    outline-offset: 0;
  }
}
@keyframes btn-content {
  0% {
    outline: 0.2em solid var(--color-background);
    outline-offset: 0;
  }
}
@keyframes scaleDraw {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.pcContent {
  background: none;
}
@media (max-width: 768px) {
  .bigtitle {
    font-size: 20px;
    font-family: "comic sans ms";
    padding: 0px 20px 0px;
  }
  .pcPlay .iframe {
    padding: 20px;
  }
  .pcPlay .iframe iframe {
    width: 100%;
    background-color: #fff;
    height: 300px;
  }
  .pcPlay .gamesPic {
    text-align: center;
    margin: 20px 0;
  }
  .pcPlay .gamesPic img {
    border-radius: 20px;
    width: 100px;
    height: 100px;
  }
  .pcPlay .content .contentes {
    padding: 20px;
    font-size: 20px;
  }
  .pcPlay .content .titlese {
    margin-bottom: 20px;
    font-size: 20px;
    padding: 0 20px;
    font-family: 'comic sans ms';
  }
  .pcPlay .playbutton {
    font-size: 22px;
    text-align: center;
    background-color: #22c7c3;
    border-radius: 10px;
    margin: 20px 20px 0;
    padding: 10px 20px;
    color: #fff;
  }
  .pcContent .bottomContent {
    border-radius: 10px;
    margin-top: 0;
  }
  .pcContent .bottomContent .titles {
    padding: 10px;
    font-size: 18px;
    background-color: #fff;
  }
  .pcContent .bottomContent .titles .goButton {
    border-radius: 6px;
    padding: 4px;
    font-size: 13px;
    background-color: #00D0FC;
  }
  .pcContent .bottomContent .titles .goButton a {
    color: #fff;
  }
  .pcContent .bottomContent ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .pcContent .bottomContent ul li {
    margin: 0px 6px;
    width: 29.8%;
    margin-top: 20px;
    border-radius: 6px;
    overflow: hidden;
    background-color: #fff;
    padding: 4px;
  }
  .pcContent .bottomContent ul li .gameName,
  .pcContent .bottomContent ul li .type {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    padding: 4px;
    font-size: 14px;
    font-weight: 700;
  }
  .pcContent .bottomContent ul li .gameName {
    border-bottom: 1px solid #c1c1c1;
  }
  .pcContent .bottomContent ul li .type {
    color: #c1c1c1;
    font-weight: 300;
    font-size: 12px;
  }
  .pcContent .bottomContent ul li a {
    color: #333;
  }
  .pcContent .bottomContent ul li img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .bigtitle {
    font-size: 20px;
    font-family: "comic sans ms";
    padding: 20px 20px 0;
  }
  .pcPlay .iframe {
    padding: 20px;
  }
  .pcPlay .iframe iframe {
    width: 100%;
    background-color: #fff;
    height: 300px;
  }
  .pcPlay .gamesPic {
    text-align: center;
    margin: 20px 0;
  }
  .pcPlay .gamesPic img {
    border-radius: 20px;
    width: 200px;
    height: 200px;
  }
  .pcPlay .content {
    padding: 0 20px;
  }
  .pcPlay .content div {
    margin-bottom: 20px;
    font-size: 20px;
    font-family: 'comic sans ms';
  }
  .pcPlay .playbutton {
    font-size: 22px;
    text-align: center;
    background-color: #22c7c3;
    border-radius: 10px;
    margin: 20px 20px 0;
    padding: 10px 20px;
    color: #fff;
  }
  .pcPlay .playbutton div {
    animation: scaleDraw 2s ease-in-out infinite;
  }
  .pcContent .bottomContent {
    border-radius: 10px;
  }
  .pcContent .bottomContent .titles {
    padding: 10px;
    font-size: 18px;
    background-color: #fff;
  }
  .pcContent .bottomContent .titles .goButton {
    border-radius: 6px;
    padding: 4px;
    font-size: 13px;
    background-color: #00D0FC;
  }
  .pcContent .bottomContent .titles .goButton a {
    color: #fff;
  }
  .pcContent .bottomContent ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .pcContent .bottomContent ul li {
    margin: 0px 6px;
    width: 31.8%;
    margin-top: 20px;
    border-radius: 6px;
    overflow: hidden;
    background-color: #fff;
    padding: 4px;
  }
  .pcContent .bottomContent ul li .gameName,
  .pcContent .bottomContent ul li .type {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    padding: 4px;
    font-size: 14px;
    font-weight: 700;
  }
  .pcContent .bottomContent ul li .gameName {
    border-bottom: 1px solid #c1c1c1;
  }
  .pcContent .bottomContent ul li .type {
    color: #c1c1c1;
    font-weight: 300;
    font-size: 12px;
  }
  .pcContent .bottomContent ul li a {
    color: #333;
  }
  .pcContent .bottomContent ul li img {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .bigtitle {
    font-size: 20px;
    margin-bottom: 22px;
    font-family: "comic sans ms";
    color: #fff;
  }
  .pcContent .bottomContent {
    background-color: #C7EFFF;
    padding: 10px 0;
    border-radius: 10px;
  }
  .pcContent .bottomContent .titles {
    padding: 10px;
    font-size: 18px;
    background-color: #fff;
  }
  .pcContent .bottomContent .titles .goButton {
    border-radius: 6px;
    padding: 4px;
    font-size: 16px;
    background-color: #00D0FC;
  }
  .pcContent .bottomContent .titles .goButton a {
    color: #fff;
  }
  .pcContent .bottomContent ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .pcContent .bottomContent ul li {
    margin: 0px 10px;
    width: 15%;
    margin-top: 20px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    padding: 4px;
    border-bottom: 4px solid #FE69E7;
  }
  .pcContent .bottomContent ul li:hover {
    transform: translateY(-6px);
    transition: all 1.2s;
  }
  .pcContent .bottomContent ul li .gameName,
  .pcContent .bottomContent ul li .type {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 700;
  }
  .pcContent .bottomContent ul li .gameName {
    border-bottom: 1px solid #c1c1c1;
  }
  .pcContent .bottomContent ul li .type {
    color: #c1c1c1;
    font-weight: 300;
    font-size: 12px;
  }
  .pcContent .bottomContent ul li a {
    color: #333;
  }
  .pcContent .bottomContent ul li img {
    width: 100%;
    border-radius: 4px;
  }
  .title {
    font-size: 26px;
    margin-bottom: 22px;
    font-family: "comic sans ms";
    color: #fff;
  }
  .pcPlay .iframe {
    padding: 20px;
    text-align: center;
  }
  .pcPlay .iframe iframe {
    width: 100%;
    background-color: #fff;
    height: 500px;
  }
  .pcPlay .gamesPic {
    text-align: center;
    margin: 20px 0;
  }
  .pcPlay .gamesPic img {
    border-radius: 20px;
    width: 200px;
    height: 200px;
  }
  .pcPlay .content {
    padding: 0 20px;
    text-align: center;
  }
  .pcPlay .content div {
    margin-bottom: 20px;
    font-size: 20px;
    font-family: 'comic sans ms';
  }
  .pcPlay .playbutton {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pcPlay .playbutton a,
  .pcPlay .playbutton div {
    display: block;
    width: 200px;
    font-size: 22px;
    text-align: center;
    background-color: #22c7c3;
    border-radius: 50px;
    color: #fff;
    margin: 20px;
    padding: 10px 20px;
    animation: scaleDraw 2s ease-in-out infinite;
  }
  .pcPlay .playbutton a:hover,
  .pcPlay .playbutton div:hover {
    cursor: pointer;
    color: #999;
  }
}
