.gameButtons {
  position: fixed;
  z-index: 1002;
  left: 40px;
  top: 50px;
}
.gameButtons img {
  width: 50px;
  height: 50px;
}
.gameMenu {
  position: fixed;
  z-index: 1002;
  left: 20px;
  top: 110px;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #fff;
}
.gameMenu img {
  width: 50px;
  height: 50px;
}
.play {
  padding: 10px 100px;
  width: 800px;
  color: #fff;
}
.play iframe {
  width: 800px;
  height: 600px;
}
.play .midCont {
  margin: 18px 0;
}
.play h1 {
  font-size: 26px;
}
.play h2,
.play .num {
  font-size: 16px;
}
.play .button {
  font-size: 14px;
  margin: 18px 0 30px 0;
  display: flex;
  align-items: center;
}
.play .button .oneBut {
  margin-right: 14px;
  background-color: #7385D7;
  padding: 10px 20px;
  border-radius: 20px;
}
.play .button .oneBut img{
	width: 30px;
	margin-right:10px
}
.play .button .oneBut:hover {
  cursor: pointer;
  color: #333;
}
.play .description {
  font-size: 16px;
}
.play .description .content {
  line-height: 30px;
}
.play .instructions {
  margin: 50px 0;
}
.newButton {
  background-color: #7385D7;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.phoneCount {
  display: none;
}
.twoCount {
  padding: 50px 100px;
}
.twoCount .content {
  flex-wrap: wrap;
}
.twoCount .content div {
  width: 130px;
  height: 130px;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin: 10px 10px 0 0;
}
.twoCount .content div:hover {
  cursor: pointer;
}
