html,
body {
  height: 100%;
  overflow: hidden;
  background: url(../img/background/宇宙.jfif) no-repeat;
}
.hidden {
  display: none;
}
.game-container {
  width: 1000px;
  height: 600px;
  margin: 5% auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.game-container .chess {
  cursor: pointer;
  float: left;
  background-color: #d2ae8c;
}
.game-container .chess-menu {
  width: 200px;
  margin-top: 20%;
  flex-flow: column wrap;
  float: left;
}
.game-container .chess-menu button {
  width: 200px;
  height: 50px;
  cursor: pointer;
  color: #fff;
  border: none;
  background: url(../img/btnIcon/menuBtn.png) no-repeat 0;
  background-size: 200px 100px;
}
.game-container .game-data {
  width: 200px;
  height: 560px;
  float: left;
}
.game-container .game-data img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.game-container .game-data ul {
  width: 100%;
  height: 100%;
}
.game-container .game-data li {
  width: 100%;
  height: 50%;
  color: #fff;
  padding-top: 20px;
  display: flex;
}
.game-container .game-data .player {
  background: url(../img/menuIcon/menu03.jfif) no-repeat -52px -50px;
}
.game-container .game-data .playData,
.game-container .game-data .machineData {
  margin-left: 10px;
  line-height: 26px;
}
.game-container .game-data .machine {
  background: url(../img/menuIcon/menu03.jfif) no-repeat -52px -50px;
}
.menuWrap {
  width: 200px;
  height: 350px;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  background: url(../img/menuIcon/menuBack.webp) no-repeat -11px -2px;
  background-size: 220px 350px;
  box-shadow: 1px 1px 100px rgba(0, 0, 0, 0.3);
}
.menuWrap .title {
  width: 100%;
  height: 45px;
  text-align: center;
}
.menuWrap .title p {
  margin-top: 10px;
  font: 20px "楷体";
  color: #fff;
}
.menuWrap .menu {
  width: 100%;
  height: 305px;
  cursor: pointer;
  display: flex;
  flex-flow: column wrap;
  text-align: center;
}
.menuWrap .menu li {
  height: 50px;
  line-height: 50px;
  color: #fff;
  margin-top: 20px;
  background: url(../img/btnIcon/menuBtn.png) no-repeat 0 -25px;
  background-size: 200px 100px;
}
.popWrapper {
  position: relative;
  background-color: #b8b8b799;
}
.popWrapper .setPop {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #000;
  text-align: center;
  font: 16px "宋体" "微软雅黑" "楷体";
  background-color: #fff;
  box-shadow: 1px 1px 10px rgba(198, 198, 198, 0.5);
}
.popWrapper .setPop h1 {
  position: absolute;
  top: 19px;
  left: 65px;
  font: bold 16px "楷体";
}
.popWrapper .setPop i {
  width: 40px;
  height: 40px;
  font-size: 20px;
  position: absolute;
  top: 80px;
  left: 42%;
  cursor: pointer;
}
.popWrapper .setPop .show {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  right: 10px;
  top: 35px;
}
.popWrapper .setPop .setBtn,
.popWrapper .setPop .openBtn,
.popWrapper .setPop .closeBtn {
  cursor: pointer;
  background-image: linear-gradient(to right, pink, skyblue);
  position: absolute;
  line-height: 2px;
}
.popWrapper .setPop .setBtn {
  width: 30px;
  height: 30px;
  right: 0;
  background-image: none;
  border: none;
  background-color: #fff;
}
.popWrapper .setPop .setBtn:hover {
  background-color: red;
  color: #fff;
}
.popWrapper .setPop .openBtn {
  width: 70px;
  height: 30px;
  bottom: 60px;
  left: 20px;
}
.popWrapper .setPop .closeBtn {
  width: 70px;
  height: 30px;
  bottom: 60px;
  left: 110px;
}
.popWrapper .setPop .sound_wrapper {
  width: 180px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  top: 75px;
  left: 20px;
}
.popWrapper .setPop .sound_wrapper .progress {
  width: 160px;
  height: 6px;
  position: relative;
  top: 10px;
  background-color: #adada6;
}
.popWrapper .setPop .sound_wrapper .progress .sound_inner {
  width: 10px;
  height: 10px;
  position: absolute;
  top: -2px;
  border-radius: 2px;
  background-color: #f50303;
}
.popWrapper .setPop .sound_wrapper .deep {
  height: 6px;
  position: absolute;
  background-color: #0289f7;
}
.popWrapper .guidePop {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #000;
  text-align: center;
  font: 16px "宋体" "微软雅黑" "楷体";
  background-color: #fff;
  box-shadow: 1px 1px 10px rgba(198, 198, 198, 0.5);
}
.popWrapper .guidePop .guideBtn {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: #fff;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 2px;
}
.popWrapper .guidePop .guideBtn:hover {
  background-color: red;
  color: #fff;
}
.popWrapper .guidePop p {
  margin: 40px 0 0 0;
}
.popWrapper .guidePop a {
  text-decoration: none;
}
.popWrapper .guidePop a:hover {
  color: skyblue;
  text-decoration: underline;
}
