.gameButtons {
  position: fixed;
  z-index: 1002;
  left: 10px;
  top: 50px;
}
.gameButtons img {
  width: 50px;
  height: 50px;
}
.gameMenu {
  position: fixed;
  z-index: 1002;
  left: 10px;
  top: 104px;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #fff;
}
.gameMenu img {
  width: 50px;
  height: 50px;
}
.likeItem {
  overflow: hidden;
  width: 47%;
  margin: 4px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #e5e4e9;
}
.likeItem img {
  width: 100%;
  height: 150px;
  border-radius: 10px;
  overflow: hidden;
}
.play iframe {
  width: 100%;
  height: 345px;
}
.play .times {
  padding: 0 20px;
}
.play .midCont {
  padding: 0 20px;
}
.play .midCont h1 {
  margin: 10px 0;
  font-size: 22px;
}
.play .num,
.play h2,
.play .button {
  font-size: 14px;
  padding: 0 20px;
}
.play .description {
  margin: 20px 0;
  padding: 0 20px;
}
.play .description p {
  font-size: 16px;
}
.play .description .title {
  font-size: 16px;
}
.play .button .oneBut,
.play .tags .oneBut {
  background-color: #7385D7;
  padding: 10px 20px;
  border-radius: 10px;
}
.play .button .oneBut {
  margin-top: 14px;
  width: 60%;
}
.play .button .oneBut img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.play .tags {
  font-size: 14px;
  margin-top: 20px;
}
.play .tags .oneBut {
  margin-right: 10px;
}
.twoCount {
  display: none;
}
.phoneCount {
  padding: 20px 20px 0;
  font-size: 18px;
}
.phoneCount .content {
  flex-wrap: wrap;
}
.phoneCount .content div {
  text-align: center;
  width: 50%;
  height: 168px;
  box-sizing: border-box;
  padding: 10px;
}
.phoneCount .content div img {
  width: 100%;
  height: 100%;
}
.phoneCount .newButton {
  width: 50%;
  background-color: #7385D7;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.phoneCount .newButton img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
