<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.hide {
  display: none !important;
}
.fadeout {
  opacity: 0 !important;
}
input {
  font-size: 100%;
  font-family: Menlo, Consolas, Courier, monospace;
}
button {
  font-size: 100%;
}
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  font-family: Verdana, sans-serif;
  padding: 1px 1em;
  border: solid 1px;
  border-radius: 4px;
  background: #ddd;
  color: #000;
  -webkit-appearance: none;
}
input::placeholder {
  color: #999;
  opacity: 1;
}
select {
  border: solid 1px;
  border-radius: 4px;
  font-size: 100%;
  padding: 1px;
  background: #ddd;
  color: #000;
}
#gamebody {
  -webkit-text-size-adjust: 100%;
  margin-top: 0;
}
#loaddata {
  display: none;
}
[role="button"] * {
  pointer-events: none;
}
@-moz-keyframes blink {
  100% {
    opacity: 0.7;
  }
}
@-webkit-keyframes blink {
  100% {
    opacity: 0.7;
  }
}
@-o-keyframes blink {
  100% {
    opacity: 0.7;
  }
}
@keyframes blink {
  100% {
    opacity: 0.7;
  }
}
@-moz-keyframes blink-text {
  100% {
    opacity: 0.2;
  }
}
@-webkit-keyframes blink-text {
  100% {
    opacity: 0.2;
  }
}
@-o-keyframes blink-text {
  100% {
    opacity: 0.2;
  }
}
@keyframes blink-text {
  100% {
    opacity: 0.2;
  }
}
#navi {
  font-size: 12px;
  font-family: Verdana, sans-serif;
  padding: 0;
  text-align: right;
}
#navi li + li:before {
  content: ' | ';
}
#navi li {
  display: inline-block;
}
#navi li a {
  color: inherit;
  text-decoration: none;
}
#gamebody.title {
  color: #fff;
  background: #000;
  margin: 0;
}
#gamebody.title #title {
  display: block;
}
#gamebody.title #navi {
  width: 800px;
  margin: 0 auto;
}
#gamebody.title &gt; .version {
  display: none;
}
#title {
  display: none;
  margin: 40px auto;
  width: 640px;
  padding: 4px;
  border-radius: 5px;
  background: #fff;
  color: #000;
  text-align: center;
  font-family: Century, serif;
}
#title h1 {
  margin: 0px;
  height: 150px;
}
#title h1 img {
  width: 600px;
}
#title .version {
  font-family: Georgia, serif;
  font-size: 24px;
}
#title .loading {
  margin: 8px auto;
  color: #666;
  font-family: Verdana, sans-serif;
  font-size: 16px;
  animation: blink-text 2s infinite;
}
#title .start {
  margin: 8px auto;
  font-family: Century, serif;
  width: 120px;
  padding: 4px;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  background: #00f;
  cursor: pointer;
}
#title .start:hover,
#title .start:focus {
  background: #ccc;
  outline: none;
}
#title .login {
  margin: 8px auto;
}
#title .login form {
  margin: 0.5em;
}
#title .login input[type="submit"] {
  cursor: pointer;
}
#title .login form.local input[name="name"] {
  width: 8em;
}
#title .login form.local input[type="submit"] {
  border: none;
  color: #fff;
  background: #00f;
}
#title .login img {
  width: 1.2em;
  vertical-align: middle;
}
#title .login form:not(.local) input[type="submit"] {
  width: 120px;
  border: none;
  background: none;
  text-align: left;
  padding: 0;
}
#gamebody.board {
  color: #fff;
  background: #000;
  margin: 0;
}
#gamebody.board &gt; * {
  width: 800px;
  margin: 0 auto;
}
#gamebody.board #board {
  display: block;
}
#gamebody.board &gt; .version {
  display: block;
  font-size: 16px;
  font-family: Georgia, serif;
  text-align: right;
}
#space {
  display: none;
}
#board {
  display: none;
}
#board &gt; .board {
  position: absolute;
  width: 800px;
  overflow: hidden;
  user-select: none;
  touch-action: manipulation;
  margin: 0 auto;
  background: #154;
}
#board &gt; .board &gt; * {
  position: absolute;
  transform-origin: 0% 0%;
}
#board &gt; .board .score {
  border-radius: 4px;
  background: #111;
  font-family: Georgia, serif;
}
#board &gt; .board .score .juchang {
  float: left;
}
#board &gt; .board .score .juchang .jushu {
  font-family: "HGP行書体", /*"Weibei SC", "YuKyokasho",*/ STKaiti, serif;
  font-size: 32px;
  line-height: 1.2;
}
#board &gt; .board .score .shan {
  float: right;
  text-align: right;
}
#board &gt; .board .score .defen {
  clear: both;
}
#board &gt; .board .score .defen div {
  position: absolute;
}
#board &gt; .board .score .defen div.lunban {
  color: #0ff;
  animation: animation_blinking 1s ease-in-out infinite alternate;
  border-radius: 4px;
}
#board &gt; .board .score .defen div.main {
  text-align: center;
}
#board &gt; .board .score .defen div.xiajia {
  text-align: right;
}
#board &gt; .board .score .defen div.duimian {
  text-align: center;
}
#board &gt; .board .score .defen div.shangjia {
  text-align: left;
}
#board &gt; .board .timer {
  color: #fff;
  font-size: 22px;
  font-family: Georgia, serif;
  text-align: right;
  text-shadow: 2px 2px 4px #000;
}
#board &gt; .board .player-button {
  z-index: 1;
  text-align: right;
  white-space: nowrap;
}
#board &gt; .board .player-button .button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-family: Verdana, sans-serif;
  color: #fff;
  background: #000;
  border-radius: 4px;
  opacity: 0.7;
}
#board &gt; .board .player-button .button:focus {
  opacity: 1;
  outline: none;
}
#board &gt; .board .select-mianzi {
  z-index: 1;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
}
#board &gt; .board .select-mianzi .mianzi {
  background: #000;
  border-radius: 4px;
  cursor: pointer;
  opacity: 0.8;
}
#board &gt; .board .select-mianzi .mianzi:focus {
  outline: none;
  opacity: 1;
}
#board &gt; .board &gt; .player {
  background: #000;
  font-family: Century, serif;
  opacity: 0.9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#board &gt; .board &gt; .player.disconnect {
  opacity: 0.25;
}
#board &gt; .board &gt; .player.selectable {
  cursor: pointer;
}
#board &gt; .board &gt; .player.selectable:hover {
  opacity: 1;
}
#board &gt; .board .say {
  font-family: Century, serif;
  color: #fff;
  text-shadow: 3px 3px 6px #333, -3px 3px 6px #333, -3px -3px 6px #333, 3px -3px 6px #333;
  transition: opacity 0.4s ease-out;
}
#board &gt; .board .say.main {
  text-align: center;
}
#board &gt; .board .say.xiajia {
  text-align: left;
}
#board &gt; .board .say.duimian {
  text-align: center;
}
#board &gt; .board .say.shangjia {
  text-align: right;
}
#board &gt; .board .hule-dialog {
  display: flex;
  overflow: auto;
  align-items: center;
  transition: opacity 0.2s ease-out;
}
#board &gt; .board .hule-dialog:focus {
  outline: none;
}
#board &gt; .board .hule-dialog &gt; div {
  margin: auto 0;
}
#board &gt; .board .hule-dialog &gt; div &gt; div {
  display: table;
  background: rgba(0,0,0,0.8);
  border-radius: 10px;
  margin: auto;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .shan {
  font-family: "HGP行書体", /*"Weibei SC", "YuKyokasho",*/ STKaiti, serif;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .shan img {
  vertical-align: bottom;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .shan.baopai {
  float: left;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .shan.fubaopai {
  float: right;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai {
  clear: both;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .hupai {
  font-family: "HGP行書体", /*"Weibei SC", "YuKyokasho",*/ STKaiti, serif;
  line-height: 1;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .hupai .fanshu {
  text-align: right;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .hupai .defen {
  text-align: right;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .jicun {
  text-align: center;
  font-family: Georgia, serif;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .pingju {
  font-family: "HGP行書体", /*"Weibei SC", "YuKyokasho",*/ STKaiti, serif;
  text-align: center;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .fenpei {
  font-family: Georgia, serif;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .fenpei &gt; * {
  position: absolute;
  transform-origin: 0% 0%;
  display: inline-block;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .fenpei &gt; * .player {
  display: none;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .fenpei &gt; * .defen {
  display: inline-block;
  float: right;
  text-align: right;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .fenpei &gt; * .diff {
  display: inline-block;
  float: right;
  text-align: right;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .fenpei &gt; * .plus {
  color: #0ff;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .fenpei &gt; * .minus {
  color: #f00;
}
#board &gt; .board &gt; .summary {
  z-index: 1;
  display: flex;
  overflow: auto;
  align-items: center;
  transition: opacity 0.2s ease-out;
}
#board &gt; .board &gt; .summary:focus {
  outline: none;
}
#board &gt; .board &gt; .summary &gt; div {
  margin: auto 0;
}
#board &gt; .board &gt; .summary &gt; div &gt; div {
  background: rgba(0,0,0,0.8);
  margin: auto;
}
#board &gt; .board &gt; .summary &gt; div &gt; div table {
  margin: auto;
  font-family: Century, serif;
  border-collapse: collapse;
  line-height: 1.5;
}
#board &gt; .board &gt; .summary &gt; div &gt; div table .r_player {
  border-bottom: solid 2px;
}
#board &gt; .board &gt; .summary &gt; div &gt; div table .r_diff .back {
  text-align: right;
}
#board &gt; .board &gt; .summary &gt; div &gt; div table .r_diff .zhuangjia {
  background: rgba(128,128,128,0.4);
}
#board &gt; .board &gt; .summary &gt; div &gt; div table .r_diff .diff {
  font-family: Georgia, serif;
}
#board &gt; .board &gt; .summary &gt; div &gt; div table .r_diff .lizhi {
  font-family: Georgia, serif;
  display: inline-block;
  width: 1.2em;
  text-align: center;
}
#board &gt; .board &gt; .summary &gt; div &gt; div table .r_defen {
  border-top: solid 2px;
}
#board &gt; .board &gt; .summary &gt; div &gt; div table .r_defen .defen {
  font-family: Georgia, serif;
  text-align: right;
  padding-right: 1.2em;
}
#board &gt; .board &gt; .summary &gt; div &gt; div table .r_point {
  border-top: solid 1px;
}
#board &gt; .board &gt; .summary &gt; div &gt; div table .r_point .point {
  font-family: Georgia, serif;
  text-align: center;
}
#board &gt; .board &gt; .summary &gt; div &gt; div table .baojia,
#board &gt; .board &gt; .summary &gt; div &gt; div table .minus {
  color: #f00;
}
#board &gt; .board &gt; .summary &gt; div &gt; div table .hule,
#board &gt; .board &gt; .summary &gt; div &gt; div table .plus {
  color: #0ff;
}
#board &gt; .board &gt; .summary &gt; div &gt; div table a.download {
  opacity: 0.6;
  font-family: Verdana, sans-serif;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
}
#board &gt; .board &gt; .summary &gt; div &gt; div table a.download::link {
  color: #fff;
}
#board &gt; .board &gt; .summary &gt; div &gt; div table a.download img {
  height: 1em;
  vertical-align: text-bottom;
}
#board &gt; .board &gt; .summary.paipu tbody tr:hover {
  background: rgba(255,255,255,0.4);
  cursor: pointer;
}
#board &gt; .board .kaiju:focus {
  outline: none;
}
#board &gt; .board .kaiju &gt; div {
  z-index: 1;
  margin-top: 120px;
  position: relative;
  width: 580px;
  margin: auto;
  background: #111;
  border: solid 1px #111;
  border-radius: 6px;
}
#board &gt; .board .kaiju &gt; div .title {
  margin: 40px 20px;
  text-align: center;
  font-family: "HGP行書体", /*"Weibei SC", "YuKyokasho",*/ STKaiti, serif;
  font-size: 32px;
  line-height: 1;
}
#board &gt; .board .kaiju &gt; div .player {
  margin: 40px 20px;
  height: 132px;
  text-align: center;
  font-family: Century, serif;
  font-size: 24px;
}
#board &gt; .board .kaiju &gt; div .player &gt; div {
  position: absolute;
  width: 240px;
  height: 38px;
  padding: 0px 10px;
  border-radius: 4px;
  background: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#board &gt; .board .kaiju &gt; div .player &gt; div.selectable {
  cursor: pointer;
}
#board &gt; .board .kaiju &gt; div .player &gt; div.selectable:hover {
  background: #999;
}
#board &gt; .board .kaiju &gt; div .player &gt; div.main {
  transform: translate(140px, 96px);
}
#board &gt; .board .kaiju &gt; div .player &gt; div.xiajia {
  transform: translate(280px, 48px);
}
#board &gt; .board .kaiju &gt; div .player &gt; div.duimian {
  transform: translate(140px, 0px);
}
#board &gt; .board .kaiju &gt; div .player &gt; div.shangjia {
  transform: translate(0px, 48px);
}
#board .controller {
  position: absolute;
}
#board .controller img {
  display: none;
  opacity: 0.8;
  cursor: pointer;
}
#board .controller img.sound {
  display: inline;
}
#board .controller.paipu img {
  display: inline;
}
#board .controller .speed img {
  display: inline;
}
#board .controller .speed span {
  display: inline-block;
  background: #fff;
  opacity: 0.1;
}
#board .controller:hover {
  border-color: #333;
  background: #000;
}
#board .controller:hover img {
  opacity: 0.5;
}
#board .controller:hover img:hover {
  opacity: 1;
}
#board .controller:hover span {
  opacity: 0.2;
}
#board .download {
  position: absolute;
}
#board .download a {
  opacity: 0.7;
  display: inline-block;
  color: #fff;
  background: #000;
  text-decoration: none;
  font-size: 18px;
  font-family: Verdana, sans-serif;
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
}
#board .download a img {
  height: 1.2em;
  margin-right: 0.5em;
  vertical-align: middle;
}
#board .download a:hover {
  opacity: 1;
}
@media screen and (max-height: 680px) {
  #gamebody.board {
    height: 100vh;
  }
  #gamebody.board #space {
    display: block;
    background: #666;
    height: 100px;
  }
  #gamebody.board #navi,
  #gamebody.board &gt; .version {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  #gamebody.board &gt; .version {
    display: none;
  }
}
#board {
  height: 680px;
}
#board &gt; .board {
  height: 680px;
}
#board &gt; .board .score {
  width: 280px;
  height: 160px;
  transform: translate(260px, 260px);
  font-size: 14px;
}
#board &gt; .board .score .juchang {
  height: 72px;
  padding: 6px;
}
#board &gt; .board .score .juchang .jushu {
  font-size: 32px;
}
#board &gt; .board .score .juchang .jicun {
  padding: 0 8px;
}
#board &gt; .board .score .juchang .jicun img.chouma {
  width: 60px;
  height: 8px;
}
#board &gt; .board .score .shan {
  padding: 6px;
}
#board &gt; .board .score .shan .pai {
  display: inline-block;
  height: 42px;
  width: 30px;
}
#board &gt; .board .score .shan .pai:focus {
  transform: translate(0, -6px);
  outline: none;
}
#board &gt; .board .score .shan .pai.blink {
  animation: blink 0.5s infinite;
}
#board &gt; .board .score .shan .pai.deleted {
  transition: width 0.3s ease-out 0.1s;
  opacity: 0;
  width: 0px;
}
#board &gt; .board .score .shan .pai.mopai {
  opacity: 0.8;
}
#board &gt; .board .score .shan .pai.dapai.mopai {
  opacity: 0.6;
}
#board &gt; .board .score .defen div {
  width: 120px;
  height: 24px;
  font-size: 16px;
}
#board &gt; .board .score .defen div.main {
  transform: translate(80px, 48px);
}
#board &gt; .board .score .defen div.xiajia {
  transform: translate(150px, 24px);
}
#board &gt; .board .score .defen div.duimian {
  transform: translate(80px, 0px);
}
#board &gt; .board .score .defen div.shangjia {
  transform: translate(10px, 24px);
}
#board &gt; .board .timer {
  transform: translate(120px, 600px);
}
#board &gt; .board .player-button {
  transform: translate(120px, 580px);
}
#board &gt; .board .player-button .button {
  width: 4em;
  height: 24px;
  margin-left: 2px;
  font-size: 16px;
}
#board &gt; .board .select-mianzi {
  transform: translate(120px, 572px);
  height: 50px;
}
#board &gt; .board .select-mianzi .mianzi {
  padding: 4px;
  margin-left: 4px;
  display: inline-block;
}
#board &gt; .board .select-mianzi .mianzi .pai {
  display: inline-block;
  height: 35px;
  width: 25px;
}
#board &gt; .board .select-mianzi .mianzi .pai:focus {
  transform: translate(0, -5px);
  outline: none;
}
#board &gt; .board .select-mianzi .mianzi .pai.blink {
  animation: blink 0.5s infinite;
}
#board &gt; .board .select-mianzi .mianzi .pai.deleted {
  transition: width 0.3s ease-out 0.1s;
  opacity: 0;
  width: 0px;
}
#board &gt; .board .select-mianzi .mianzi .pai.mopai {
  opacity: 0.8;
}
#board &gt; .board .select-mianzi .mianzi .pai.dapai.mopai {
  opacity: 0.6;
}
#board &gt; .board .select-mianzi .mianzi .rotate {
  display: inline-block;
  white-space: nowrap;
  text-align: left;
  width: 35px;
  transform-origin: 0% 0%;
  transform: rotate(270deg) translate(-35px, 0px);
}
#board &gt; .board &gt; .player {
  font-size: 20px;
  width: 160px;
  height: 30px;
  border-radius: 6px;
  padding: 2px 0.5em;
}
#board &gt; .board &gt; .player.main {
  transform: translate(120px, 580px);
}
#board &gt; .board &gt; .player.xiajia {
  transform: translate(540px, 440px);
}
#board &gt; .board &gt; .player.duimian {
  transform: translate(500px, 60px);
}
#board &gt; .board &gt; .player.shangjia {
  transform: translate(80px, 206px);
}
#board &gt; .board .he {
  width: 300px;
}
#board &gt; .board .he div.lizhi {
  line-height: 0;
  width: 180px;
  height: 12px;
  text-align: center;
}
#board &gt; .board .he div.lizhi .chouma {
  width: 108px;
}
#board &gt; .board .he .dapai {
  line-height: 0;
  height: 126px;
}
#board &gt; .board .he .dapai .pai {
  display: inline-block;
  height: 42px;
  width: 30px;
}
#board &gt; .board .he .dapai .pai:focus {
  transform: translate(0, -6px);
  outline: none;
}
#board &gt; .board .he .dapai .pai.blink {
  animation: blink 0.5s infinite;
}
#board &gt; .board .he .dapai .pai.deleted {
  transition: width 0.3s ease-out 0.1s;
  opacity: 0;
  width: 0px;
}
#board &gt; .board .he .dapai .pai.mopai {
  opacity: 0.8;
}
#board &gt; .board .he .dapai .pai.dapai.mopai {
  opacity: 0.6;
}
#board &gt; .board .he .dapai .pai.dapai {
  transform: translate(4.5px, 2.25px);
}
#board &gt; .board .he .dapai .lizhi {
  width: 42px;
  display: inline-block;
  text-align: left;
  transform: rotate(270deg);
}
#board &gt; .board .he .dapai .lizhi .pai.dapai {
  transform: translate(-2.25px, 4.5px);
}
#board &gt; .board .he .dapai .break {
  display: block;
  width: 3px;
}
#board &gt; .board .he.main {
  transform: translate(310px, 420px);
}
#board &gt; .board .he.xiajia {
  transform: translate(540px, 430px) rotate(270deg);
}
#board &gt; .board .he.duimian {
  transform: translate(490px, 260px) rotate(180deg);
}
#board &gt; .board .he.shangjia {
  transform: translate(260px, 250px) rotate(90deg);
}
#board &gt; .board .shoupai.main {
  display: table;
  width: 680px;
  height: 60px;
  transform: translate(120px, 620px);
}
#board &gt; .board .shoupai.main .bingpai {
  line-height: 1;
  margin-top: 4px;
  float: left;
}
#board &gt; .board .shoupai.main .bingpai .pai {
  display: inline-block;
  height: 56px;
  width: 40px;
}
#board &gt; .board .shoupai.main .bingpai .pai:focus {
  transform: translate(0, -8px);
  outline: none;
}
#board &gt; .board .shoupai.main .bingpai .pai.blink {
  animation: blink 0.5s infinite;
}
#board &gt; .board .shoupai.main .bingpai .pai.deleted {
  transition: width 0.3s ease-out 0.1s;
  opacity: 0;
  width: 0px;
}
#board &gt; .board .shoupai.main .bingpai .pai.mopai {
  opacity: 0.8;
}
#board &gt; .board .shoupai.main .bingpai .pai.dapai.mopai {
  opacity: 0.6;
}
#board &gt; .board .shoupai.main .bingpai .pai[role="button"] {
  cursor: pointer;
}
#board &gt; .board .shoupai.main .bingpai .zimo {
  margin-left: 4px;
}
#board &gt; .board .shoupai.main .fulou {
  line-height: 1;
  margin-top: 18px;
  float: right;
}
#board &gt; .board .shoupai.main .fulou .mianzi {
  margin-left: 4px;
  float: right;
  display: inline-block;
}
#board &gt; .board .shoupai.main .fulou .mianzi .pai {
  display: inline-block;
  height: 42px;
  width: 30px;
}
#board &gt; .board .shoupai.main .fulou .mianzi .pai:focus {
  transform: translate(0, -6px);
  outline: none;
}
#board &gt; .board .shoupai.main .fulou .mianzi .pai.blink {
  animation: blink 0.5s infinite;
}
#board &gt; .board .shoupai.main .fulou .mianzi .pai.deleted {
  transition: width 0.3s ease-out 0.1s;
  opacity: 0;
  width: 0px;
}
#board &gt; .board .shoupai.main .fulou .mianzi .pai.mopai {
  opacity: 0.8;
}
#board &gt; .board .shoupai.main .fulou .mianzi .pai.dapai.mopai {
  opacity: 0.6;
}
#board &gt; .board .shoupai.main .fulou .mianzi .rotate {
  display: inline-block;
  white-space: nowrap;
  text-align: left;
  width: 42px;
  transform-origin: 0% 0%;
  transform: rotate(270deg) translate(-42px, 0px);
}
#board &gt; .board .shoupai.xiajia {
  display: table;
  width: 560px;
  height: 60px;
  transform: translate(740px, 560px) rotate(270deg);
}
#board &gt; .board .shoupai.xiajia .bingpai {
  line-height: 1;
  margin-top: 18px;
  float: left;
}
#board &gt; .board .shoupai.xiajia .bingpai .pai {
  display: inline-block;
  height: 42px;
  width: 30px;
}
#board &gt; .board .shoupai.xiajia .bingpai .pai:focus {
  transform: translate(0, -6px);
  outline: none;
}
#board &gt; .board .shoupai.xiajia .bingpai .pai.blink {
  animation: blink 0.5s infinite;
}
#board &gt; .board .shoupai.xiajia .bingpai .pai.deleted {
  transition: width 0.3s ease-out 0.1s;
  opacity: 0;
  width: 0px;
}
#board &gt; .board .shoupai.xiajia .bingpai .pai.mopai {
  opacity: 0.8;
}
#board &gt; .board .shoupai.xiajia .bingpai .pai.dapai.mopai {
  opacity: 0.6;
}
#board &gt; .board .shoupai.xiajia .bingpai .pai[role="button"] {
  cursor: pointer;
}
#board &gt; .board .shoupai.xiajia .bingpai .zimo {
  margin-left: 3px;
}
#board &gt; .board .shoupai.xiajia .fulou {
  line-height: 1;
  margin-top: 18px;
  float: right;
}
#board &gt; .board .shoupai.xiajia .fulou .mianzi {
  margin-left: 3px;
  float: right;
  display: inline-block;
}
#board &gt; .board .shoupai.xiajia .fulou .mianzi .pai {
  display: inline-block;
  height: 42px;
  width: 30px;
}
#board &gt; .board .shoupai.xiajia .fulou .mianzi .pai:focus {
  transform: translate(0, -6px);
  outline: none;
}
#board &gt; .board .shoupai.xiajia .fulou .mianzi .pai.blink {
  animation: blink 0.5s infinite;
}
#board &gt; .board .shoupai.xiajia .fulou .mianzi .pai.deleted {
  transition: width 0.3s ease-out 0.1s;
  opacity: 0;
  width: 0px;
}
#board &gt; .board .shoupai.xiajia .fulou .mianzi .pai.mopai {
  opacity: 0.8;
}
#board &gt; .board .shoupai.xiajia .fulou .mianzi .pai.dapai.mopai {
  opacity: 0.6;
}
#board &gt; .board .shoupai.xiajia .fulou .mianzi .rotate {
  display: inline-block;
  white-space: nowrap;
  text-align: left;
  width: 42px;
  transform-origin: 0% 0%;
  transform: rotate(270deg) translate(-42px, 0px);
}
#board &gt; .board .shoupai.duimian {
  display: table;
  width: 680px;
  height: 60px;
  transform: translate(680px, 60px) rotate(180deg);
}
#board &gt; .board .shoupai.duimian .bingpai {
  line-height: 1;
  margin-top: 18px;
  float: left;
}
#board &gt; .board .shoupai.duimian .bingpai .pai {
  display: inline-block;
  height: 42px;
  width: 30px;
}
#board &gt; .board .shoupai.duimian .bingpai .pai:focus {
  transform: translate(0, -6px);
  outline: none;
}
#board &gt; .board .shoupai.duimian .bingpai .pai.blink {
  animation: blink 0.5s infinite;
}
#board &gt; .board .shoupai.duimian .bingpai .pai.deleted {
  transition: width 0.3s ease-out 0.1s;
  opacity: 0;
  width: 0px;
}
#board &gt; .board .shoupai.duimian .bingpai .pai.mopai {
  opacity: 0.8;
}
#board &gt; .board .shoupai.duimian .bingpai .pai.dapai.mopai {
  opacity: 0.6;
}
#board &gt; .board .shoupai.duimian .bingpai .pai[role="button"] {
  cursor: pointer;
}
#board &gt; .board .shoupai.duimian .bingpai .zimo {
  margin-left: 3px;
}
#board &gt; .board .shoupai.duimian .fulou {
  line-height: 1;
  margin-top: 18px;
  float: right;
}
#board &gt; .board .shoupai.duimian .fulou .mianzi {
  margin-left: 3px;
  float: right;
  display: inline-block;
}
#board &gt; .board .shoupai.duimian .fulou .mianzi .pai {
  display: inline-block;
  height: 42px;
  width: 30px;
}
#board &gt; .board .shoupai.duimian .fulou .mianzi .pai:focus {
  transform: translate(0, -6px);
  outline: none;
}
#board &gt; .board .shoupai.duimian .fulou .mianzi .pai.blink {
  animation: blink 0.5s infinite;
}
#board &gt; .board .shoupai.duimian .fulou .mianzi .pai.deleted {
  transition: width 0.3s ease-out 0.1s;
  opacity: 0;
  width: 0px;
}
#board &gt; .board .shoupai.duimian .fulou .mianzi .pai.mopai {
  opacity: 0.8;
}
#board &gt; .board .shoupai.duimian .fulou .mianzi .pai.dapai.mopai {
  opacity: 0.6;
}
#board &gt; .board .shoupai.duimian .fulou .mianzi .rotate {
  display: inline-block;
  white-space: nowrap;
  text-align: left;
  width: 42px;
  transform-origin: 0% 0%;
  transform: rotate(270deg) translate(-42px, 0px);
}
#board &gt; .board .shoupai.shangjia {
  display: table;
  width: 560px;
  height: 60px;
  transform: translate(60px, 120px) rotate(90deg);
}
#board &gt; .board .shoupai.shangjia .bingpai {
  line-height: 1;
  margin-top: 18px;
  float: left;
}
#board &gt; .board .shoupai.shangjia .bingpai .pai {
  display: inline-block;
  height: 42px;
  width: 30px;
}
#board &gt; .board .shoupai.shangjia .bingpai .pai:focus {
  transform: translate(0, -6px);
  outline: none;
}
#board &gt; .board .shoupai.shangjia .bingpai .pai.blink {
  animation: blink 0.5s infinite;
}
#board &gt; .board .shoupai.shangjia .bingpai .pai.deleted {
  transition: width 0.3s ease-out 0.1s;
  opacity: 0;
  width: 0px;
}
#board &gt; .board .shoupai.shangjia .bingpai .pai.mopai {
  opacity: 0.8;
}
#board &gt; .board .shoupai.shangjia .bingpai .pai.dapai.mopai {
  opacity: 0.6;
}
#board &gt; .board .shoupai.shangjia .bingpai .pai[role="button"] {
  cursor: pointer;
}
#board &gt; .board .shoupai.shangjia .bingpai .zimo {
  margin-left: 3px;
}
#board &gt; .board .shoupai.shangjia .fulou {
  line-height: 1;
  margin-top: 18px;
  float: right;
}
#board &gt; .board .shoupai.shangjia .fulou .mianzi {
  margin-left: 3px;
  float: right;
  display: inline-block;
}
#board &gt; .board .shoupai.shangjia .fulou .mianzi .pai {
  display: inline-block;
  height: 42px;
  width: 30px;
}
#board &gt; .board .shoupai.shangjia .fulou .mianzi .pai:focus {
  transform: translate(0, -6px);
  outline: none;
}
#board &gt; .board .shoupai.shangjia .fulou .mianzi .pai.blink {
  animation: blink 0.5s infinite;
}
#board &gt; .board .shoupai.shangjia .fulou .mianzi .pai.deleted {
  transition: width 0.3s ease-out 0.1s;
  opacity: 0;
  width: 0px;
}
#board &gt; .board .shoupai.shangjia .fulou .mianzi .pai.mopai {
  opacity: 0.8;
}
#board &gt; .board .shoupai.shangjia .fulou .mianzi .pai.dapai.mopai {
  opacity: 0.6;
}
#board &gt; .board .shoupai.shangjia .fulou .mianzi .rotate {
  display: inline-block;
  white-space: nowrap;
  text-align: left;
  width: 42px;
  transform-origin: 0% 0%;
  transform: rotate(270deg) translate(-42px, 0px);
}
#board &gt; .board .say {
  width: 200px;
  height: 100px;
  font-size: 64px;
}
#board &gt; .board .say.main {
  transform: translate(300px, 520px);
}
#board &gt; .board .say.xiajia {
  transform: translate(600px, 290px);
}
#board &gt; .board .say.duimian {
  transform: translate(300px, 50px);
}
#board &gt; .board .say.shangjia {
  transform: translate(0px, 290px);
}
#board &gt; .board .emotion {
  width: 200px;
  height: 200px;
  font-size: 20px;
  pointer-events: none;
}
#board &gt; .board .emotion.main {
  transform: translate(300px, 520px);
}
#board &gt; .board .emotion.xiajia {
  transform: translate(600px, 290px);
}
#board &gt; .board .emotion.duimian {
  transform: translate(300px, 50px);
}
#board &gt; .board .emotion.shangjia {
  transform: translate(0px, 290px);
}
#board &gt; .board .hule-dialog {
  width: 800px;
  height: 680px;
}
#board &gt; .board .hule-dialog &gt; div {
  width: 800px;
  min-height: 460px;
  padding: 10px 0px;
}
#board &gt; .board .hule-dialog &gt; div &gt; div {
  min-width: 460px;
  padding: 20px;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .shan .pai {
  display: inline-block;
  height: 35px;
  width: 25px;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .shan .pai:focus {
  transform: translate(0, -5px);
  outline: none;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .shan .pai.blink {
  animation: blink 0.5s infinite;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .shan .pai.deleted {
  transition: width 0.3s ease-out 0.1s;
  opacity: 0;
  width: 0px;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .shan .pai.mopai {
  opacity: 0.8;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .shan .pai.dapai.mopai {
  opacity: 0.6;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .shan.baopai {
  margin-left: 40px;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .shan.fubaopai {
  margin-right: 40px;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai {
  display: table;
  width: auto;
  height: 70px;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai .bingpai {
  line-height: 1;
  margin-top: 21px;
  float: left;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai .bingpai .pai {
  display: inline-block;
  height: 49px;
  width: 35px;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai .bingpai .pai:focus {
  transform: translate(0, -7px);
  outline: none;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai .bingpai .pai.blink {
  animation: blink 0.5s infinite;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai .bingpai .pai.deleted {
  transition: width 0.3s ease-out 0.1s;
  opacity: 0;
  width: 0px;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai .bingpai .pai.mopai {
  opacity: 0.8;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai .bingpai .pai.dapai.mopai {
  opacity: 0.6;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai .bingpai .pai[role="button"] {
  cursor: pointer;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai .bingpai .zimo {
  margin-left: 3.5px;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai .fulou {
  line-height: 1;
  margin-top: 21px;
  float: right;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai .fulou .mianzi {
  margin-left: 3.5px;
  float: right;
  display: inline-block;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai .fulou .mianzi .pai {
  display: inline-block;
  height: 49px;
  width: 35px;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai .fulou .mianzi .pai:focus {
  transform: translate(0, -7px);
  outline: none;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai .fulou .mianzi .pai.blink {
  animation: blink 0.5s infinite;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai .fulou .mianzi .pai.deleted {
  transition: width 0.3s ease-out 0.1s;
  opacity: 0;
  width: 0px;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai .fulou .mianzi .pai.mopai {
  opacity: 0.8;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai .fulou .mianzi .pai.dapai.mopai {
  opacity: 0.6;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai .fulou .mianzi .rotate {
  display: inline-block;
  white-space: nowrap;
  text-align: left;
  width: 49px;
  transform-origin: 0% 0%;
  transform: rotate(270deg) translate(-49px, 0px);
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .hupai {
  margin: 10px auto;
  min-width: 280px;
  font-size: 24px;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .jicun {
  font-size: 16px;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .hule .jicun .chouma {
  padding-left: 8px;
  width: 60px;
  height: 8px;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .pingju {
  font-size: 48px;
  margin-top: 50px;
  margin-bottom: 100px;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .fenpei {
  width: 380px;
  height: 80px;
  margin: 15px auto 0px auto;
  font-size: 16px;
  line-height: 16px;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .fenpei &gt; * {
  width: 88px;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .fenpei &gt; *.main {
  transform: translate(146px, 48px);
}
#board &gt; .board .hule-dialog &gt; div &gt; div .fenpei &gt; *.xiajia {
  transform: translate(292px, 24px);
}
#board &gt; .board .hule-dialog &gt; div &gt; div .fenpei &gt; *.duimian {
  transform: translate(146px, 0px);
}
#board &gt; .board .hule-dialog &gt; div &gt; div .fenpei &gt; *.shangjia {
  transform: translate(0px, 24px);
}
#board &gt; .board .hule-dialog &gt; div &gt; div .fenpei &gt; * .defen {
  width: 60px;
}
#board &gt; .board .hule-dialog &gt; div &gt; div .fenpei &gt; * .diff {
  width: 88px;
}
#board &gt; .board &gt; .summary {
  width: 800px;
  height: 680px;
}
#board &gt; .board &gt; .summary &gt; div {
  width: 800px;
  min-height: 560px;
  padding: 10px 0px;
}
#board &gt; .board &gt; .summary &gt; div &gt; div {
  width: 680px;
  padding: 18px 0px;
}
#board &gt; .board &gt; .summary &gt; div &gt; div table {
  width: 640px;
  font-size: 18px;
}
#board &gt; .board &gt; .summary &gt; div &gt; div table .r_player .player {
  width: 114px;
}
#board &gt; .board &gt; .summary &gt; div &gt; div table .r_point .point {
  font-size: 24px;
}
#board &gt; .board .kaiju {
  width: 800px;
  height: 680px;
}
#board &gt; .board .kaiju &gt; div {
  margin-top: 120px;
}
#board .controller {
  transform: translate(80px, 100px);
  padding: 6px;
  padding-bottom: 0;
  border: solid 4px transparent;
  border-radius: 6px;
}
#board .controller img {
  width: 20px;
  height: 20px;
  margin: 2px 4px;
}
#board .controller .speed img {
  width: 16px;
  height: 16px;
}
#board .controller .speed span {
  width: 16px;
  height: 8px;
  margin: 6px 1px;
  border-radius: 4px;
}
#board .download {
  transform: translate(10px, 10px);
}
#gamebody.analyzer #board &gt; .analyzer {
  display: none;
  position: absolute;
  transform: translate(50px, 160px);
  width: 700px;
  height: 400px;
  background: rgba(0,0,0,0.4);
  text-shadow: 2px 2px 4px #000;
}
#gamebody.analyzer #board &gt; .analyzer.active {
  display: block;
}
#gamebody.analyzer #board &gt; .analyzer .selected {
  background: rgba(144,144,144,0.6);
}
#gamebody.analyzer #board &gt; .analyzer img {
  opacity: 0.8;
}
@media screen and (max-width: 800px) {
  #board {
    height: 720px;
  }
  #board .controller {
    transform: translate(0px, 680px);
    width: 800px;
    padding: 6px 0;
    border: none;
    text-align: center;
  }
  #board .controller img {
    opacity: 0.5;
    margin: 2px 12px;
  }
  #board .controller div {
    display: inline-block;
  }
  #board .controller .speed span {
    opacity: 0.2;
  }
}
@media screen and (max-height: 450px) {
  #board {
    height: 450px;
  }
  #board &gt; .board {
    height: 450px;
  }
  #board &gt; .board .score {
    width: 280px;
    height: 100px;
    transform: translate(240px, 165px);
    font-size: 14px;
  }
  #board &gt; .board .score .juchang {
    height: 48px;
    padding: 4px;
  }
  #board &gt; .board .score .juchang .jushu {
    float: left;
    font-size: 30px;
  }
  #board &gt; .board .score .juchang .jicun {
    float: left;
    padding-left: 12px;
  }
  #board &gt; .board .score .juchang .jicun img.chouma {
    width: 30px;
    height: 6px;
  }
  #board &gt; .board .score .shan {
    padding: 4px;
  }
  #board &gt; .board .score .shan .pai {
    display: inline-block;
    height: 28px;
    width: 20px;
  }
  #board &gt; .board .score .shan .pai:focus {
    transform: translate(0, -4px);
    outline: none;
  }
  #board &gt; .board .score .shan .pai.blink {
    animation: blink 0.5s infinite;
  }
  #board &gt; .board .score .shan .pai.deleted {
    transition: width 0.3s ease-out 0.1s;
    opacity: 0;
    width: 0px;
  }
  #board &gt; .board .score .shan .pai.mopai {
    opacity: 0.8;
  }
  #board &gt; .board .score .shan .pai.dapai.mopai {
    opacity: 0.6;
  }
  #board &gt; .board .score .defen div {
    width: 90px;
    height: 20px;
    font-size: 16px;
  }
  #board &gt; .board .score .defen div.main {
    transform: translate(95px, 15px);
  }
  #board &gt; .board .score .defen div.xiajia {
    transform: translate(185px, 0px);
  }
  #board &gt; .board .score .defen div.duimian {
    transform: translate(95px, -15px);
  }
  #board &gt; .board .score .defen div.shangjia {
    transform: translate(5px, 0px);
  }
  #board &gt; .board .timer {
    transform: translate(78px, 380px);
  }
  #board &gt; .board .player-button {
    z-index: 1;
    transform: translate(78px, 364px);
  }
  #board &gt; .board .player-button .button {
    width: 4em;
    height: 24px;
    margin-left: 2px;
    font-size: 16px;
  }
  #board &gt; .board .select-mianzi {
    z-index: 1;
    transform: translate(78px, 356px);
    height: 40px;
  }
  #board &gt; .board .select-mianzi .mianzi {
    padding: 4px;
    margin-left: 4px;
    display: inline-block;
  }
  #board &gt; .board .select-mianzi .mianzi .pai {
    display: inline-block;
    height: 28px;
    width: 20px;
  }
  #board &gt; .board .select-mianzi .mianzi .pai:focus {
    transform: translate(0, -4px);
    outline: none;
  }
  #board &gt; .board .select-mianzi .mianzi .pai.blink {
    animation: blink 0.5s infinite;
  }
  #board &gt; .board .select-mianzi .mianzi .pai.deleted {
    transition: width 0.3s ease-out 0.1s;
    opacity: 0;
    width: 0px;
  }
  #board &gt; .board .select-mianzi .mianzi .pai.mopai {
    opacity: 0.8;
  }
  #board &gt; .board .select-mianzi .mianzi .pai.dapai.mopai {
    opacity: 0.6;
  }
  #board &gt; .board .select-mianzi .mianzi .rotate {
    display: inline-block;
    white-space: nowrap;
    text-align: left;
    width: 28px;
    transform-origin: 0% 0%;
    transform: rotate(270deg) translate(-28px, 0px);
  }
  #board &gt; .board &gt; .player {
    font-size: 16px;
    width: 120px;
    height: 24px;
    border-radius: 4px;
    padding: 2px 0.5em;
  }
  #board &gt; .board &gt; .player.main {
    transform: translate(164px, 352px);
  }
  #board &gt; .board &gt; .player.xiajia {
    transform: translate(499px, 295px);
  }
  #board &gt; .board &gt; .player.duimian {
    transform: translate(460px, 50px);
  }
  #board &gt; .board &gt; .player.shangjia {
    transform: translate(125px, 107px);
  }
  #board &gt; .board .he {
    width: 250px;
  }
  #board &gt; .board .he div.lizhi {
    line-height: 0;
    width: 150px;
    height: 10px;
    text-align: center;
  }
  #board &gt; .board .he div.lizhi .chouma {
    width: 90px;
  }
  #board &gt; .board .he .dapai {
    line-height: 0;
    height: 105px;
  }
  #board &gt; .board .he .dapai .pai {
    display: inline-block;
    height: 35px;
    width: 25px;
  }
  #board &gt; .board .he .dapai .pai:focus {
    transform: translate(0, -5px);
    outline: none;
  }
  #board &gt; .board .he .dapai .pai.blink {
    animation: blink 0.5s infinite;
  }
  #board &gt; .board .he .dapai .pai.deleted {
    transition: width 0.3s ease-out 0.1s;
    opacity: 0;
    width: 0px;
  }
  #board &gt; .board .he .dapai .pai.mopai {
    opacity: 0.8;
  }
  #board &gt; .board .he .dapai .pai.dapai.mopai {
    opacity: 0.6;
  }
  #board &gt; .board .he .dapai .pai.dapai {
    transform: translate(3.75px, 1.875px);
  }
  #board &gt; .board .he .dapai .lizhi {
    width: 35px;
    display: inline-block;
    text-align: left;
    transform: rotate(270deg);
  }
  #board &gt; .board .he .dapai .lizhi .pai.dapai {
    transform: translate(-1.875px, 3.75px);
  }
  #board &gt; .board .he .dapai .break {
    display: block;
    width: 2.5px;
  }
  #board &gt; .board .he.main {
    transform: translate(305px, 265px);
  }
  #board &gt; .board .he.xiajia {
    transform: translate(520px, 290px) rotate(270deg);
  }
  #board &gt; .board .he.duimian {
    transform: translate(455px, 165px) rotate(180deg);
  }
  #board &gt; .board .he.shangjia {
    transform: translate(240px, 140px) rotate(90deg);
  }
  #board &gt; .board .shoupai.main {
    display: table;
    width: 604px;
    height: 60px;
    transform: translate(78px, 388px);
    z-index: 1;
  }
  #board &gt; .board .shoupai.main .bingpai {
    line-height: 1;
    margin-top: 4px;
    float: left;
  }
  #board &gt; .board .shoupai.main .bingpai .pai {
    display: inline-block;
    height: 56px;
    width: 40px;
  }
  #board &gt; .board .shoupai.main .bingpai .pai:focus {
    transform: translate(0, -8px);
    outline: none;
  }
  #board &gt; .board .shoupai.main .bingpai .pai.blink {
    animation: blink 0.5s infinite;
  }
  #board &gt; .board .shoupai.main .bingpai .pai.deleted {
    transition: width 0.3s ease-out 0.1s;
    opacity: 0;
    width: 0px;
  }
  #board &gt; .board .shoupai.main .bingpai .pai.mopai {
    opacity: 0.8;
  }
  #board &gt; .board .shoupai.main .bingpai .pai.dapai.mopai {
    opacity: 0.6;
  }
  #board &gt; .board .shoupai.main .bingpai .pai[role="button"] {
    cursor: pointer;
  }
  #board &gt; .board .shoupai.main .bingpai .zimo {
    margin-left: 4px;
  }
  #board &gt; .board .shoupai.main .fulou {
    line-height: 1;
    margin-top: 18px;
    float: right;
  }
  #board &gt; .board .shoupai.main .fulou .mianzi {
    margin-left: 4px;
    float: right;
    display: inline-block;
  }
  #board &gt; .board .shoupai.main .fulou .mianzi .pai {
    display: inline-block;
    height: 42px;
    width: 30px;
  }
  #board &gt; .board .shoupai.main .fulou .mianzi .pai:focus {
    transform: translate(0, -6px);
    outline: none;
  }
  #board &gt; .board .shoupai.main .fulou .mianzi .pai.blink {
    animation: blink 0.5s infinite;
  }
  #board &gt; .board .shoupai.main .fulou .mianzi .pai.deleted {
    transition: width 0.3s ease-out 0.1s;
    opacity: 0;
    width: 0px;
  }
  #board &gt; .board .shoupai.main .fulou .mianzi .pai.mopai {
    opacity: 0.8;
  }
  #board &gt; .board .shoupai.main .fulou .mianzi .pai.dapai.mopai {
    opacity: 0.6;
  }
  #board &gt; .board .shoupai.main .fulou .mianzi .rotate {
    display: inline-block;
    white-space: nowrap;
    text-align: left;
    width: 42px;
    transform-origin: 0% 0%;
    transform: rotate(270deg) translate(-42px, 0px);
  }
  #board &gt; .board .shoupai.xiajia {
    display: table;
    width: 448px;
    height: 87px;
    transform: translate(652px, 450px) rotate(270deg);
  }
  #board &gt; .board .shoupai.xiajia .bingpai {
    line-height: 1;
    margin-top: 0;
    float: none;
  }
  #board &gt; .board .shoupai.xiajia .bingpai .pai {
    display: inline-block;
    height: 35px;
    width: 25px;
  }
  #board &gt; .board .shoupai.xiajia .bingpai .pai:focus {
    transform: translate(0, -5px);
    outline: none;
  }
  #board &gt; .board .shoupai.xiajia .bingpai .pai.blink {
    animation: blink 0.5s infinite;
  }
  #board &gt; .board .shoupai.xiajia .bingpai .pai.deleted {
    transition: width 0.3s ease-out 0.1s;
    opacity: 0;
    width: 0px;
  }
  #board &gt; .board .shoupai.xiajia .bingpai .pai.mopai {
    opacity: 0.8;
  }
  #board &gt; .board .shoupai.xiajia .bingpai .pai.dapai.mopai {
    opacity: 0.6;
  }
  #board &gt; .board .shoupai.xiajia .bingpai .pai[role="button"] {
    cursor: pointer;
  }
  #board &gt; .board .shoupai.xiajia .bingpai .zimo {
    margin-left: 2.5px;
  }
  #board &gt; .board .shoupai.xiajia .fulou {
    line-height: 1;
    margin-top: 17px;
    float: none;
  }
  #board &gt; .board .shoupai.xiajia .fulou .mianzi {
    margin-left: 2.5px;
    float: right;
    display: inline-block;
  }
  #board &gt; .board .shoupai.xiajia .fulou .mianzi .pai {
    display: inline-block;
    height: 35px;
    width: 25px;
  }
  #board &gt; .board .shoupai.xiajia .fulou .mianzi .pai:focus {
    transform: translate(0, -5px);
    outline: none;
  }
  #board &gt; .board .shoupai.xiajia .fulou .mianzi .pai.blink {
    animation: blink 0.5s infinite;
  }
  #board &gt; .board .shoupai.xiajia .fulou .mianzi .pai.deleted {
    transition: width 0.3s ease-out 0.1s;
    opacity: 0;
    width: 0px;
  }
  #board &gt; .board .shoupai.xiajia .fulou .mianzi .pai.mopai {
    opacity: 0.8;
  }
  #board &gt; .board .shoupai.xiajia .fulou .mianzi .pai.dapai.mopai {
    opacity: 0.6;
  }
  #board &gt; .board .shoupai.xiajia .fulou .mianzi .rotate {
    display: inline-block;
    white-space: nowrap;
    text-align: left;
    width: 35px;
    transform-origin: 0% 0%;
    transform: rotate(270deg) translate(-35px, 0px);
  }
  #board &gt; .board .shoupai.xiajia .bingpai {
    margin-left: 72px;
  }
  #board &gt; .board .shoupai.duimian {
    display: table;
    width: 490px;
    height: 50px;
    transform: translate(625px, 52px) rotate(180deg);
  }
  #board &gt; .board .shoupai.duimian .bingpai {
    line-height: 1;
    margin-top: 15px;
    float: left;
  }
  #board &gt; .board .shoupai.duimian .bingpai .pai {
    display: inline-block;
    height: 35px;
    width: 25px;
  }
  #board &gt; .board .shoupai.duimian .bingpai .pai:focus {
    transform: translate(0, -5px);
    outline: none;
  }
  #board &gt; .board .shoupai.duimian .bingpai .pai.blink {
    animation: blink 0.5s infinite;
  }
  #board &gt; .board .shoupai.duimian .bingpai .pai.deleted {
    transition: width 0.3s ease-out 0.1s;
    opacity: 0;
    width: 0px;
  }
  #board &gt; .board .shoupai.duimian .bingpai .pai.mopai {
    opacity: 0.8;
  }
  #board &gt; .board .shoupai.duimian .bingpai .pai.dapai.mopai {
    opacity: 0.6;
  }
  #board &gt; .board .shoupai.duimian .bingpai .pai[role="button"] {
    cursor: pointer;
  }
  #board &gt; .board .shoupai.duimian .bingpai .zimo {
    margin-left: 2.5px;
  }
  #board &gt; .board .shoupai.duimian .fulou {
    line-height: 1;
    margin-top: 15px;
    float: right;
  }
  #board &gt; .board .shoupai.duimian .fulou .mianzi {
    margin-left: 2.5px;
    float: right;
    display: inline-block;
  }
  #board &gt; .board .shoupai.duimian .fulou .mianzi .pai {
    display: inline-block;
    height: 35px;
    width: 25px;
  }
  #board &gt; .board .shoupai.duimian .fulou .mianzi .pai:focus {
    transform: translate(0, -5px);
    outline: none;
  }
  #board &gt; .board .shoupai.duimian .fulou .mianzi .pai.blink {
    animation: blink 0.5s infinite;
  }
  #board &gt; .board .shoupai.duimian .fulou .mianzi .pai.deleted {
    transition: width 0.3s ease-out 0.1s;
    opacity: 0;
    width: 0px;
  }
  #board &gt; .board .shoupai.duimian .fulou .mianzi .pai.mopai {
    opacity: 0.8;
  }
  #board &gt; .board .shoupai.duimian .fulou .mianzi .pai.dapai.mopai {
    opacity: 0.6;
  }
  #board &gt; .board .shoupai.duimian .fulou .mianzi .rotate {
    display: inline-block;
    white-space: nowrap;
    text-align: left;
    width: 35px;
    transform-origin: 0% 0%;
    transform: rotate(270deg) translate(-35px, 0px);
  }
  #board &gt; .board .shoupai.shangjia {
    display: table;
    width: 448px;
    height: 87px;
    transform: translate(108px, 0px) rotate(90deg);
  }
  #board &gt; .board .shoupai.shangjia .bingpai {
    line-height: 1;
    margin-top: 0;
    float: none;
  }
  #board &gt; .board .shoupai.shangjia .bingpai .pai {
    display: inline-block;
    height: 35px;
    width: 25px;
  }
  #board &gt; .board .shoupai.shangjia .bingpai .pai:focus {
    transform: translate(0, -5px);
    outline: none;
  }
  #board &gt; .board .shoupai.shangjia .bingpai .pai.blink {
    animation: blink 0.5s infinite;
  }
  #board &gt; .board .shoupai.shangjia .bingpai .pai.deleted {
    transition: width 0.3s ease-out 0.1s;
    opacity: 0;
    width: 0px;
  }
  #board &gt; .board .shoupai.shangjia .bingpai .pai.mopai {
    opacity: 0.8;
  }
  #board &gt; .board .shoupai.shangjia .bingpai .pai.dapai.mopai {
    opacity: 0.6;
  }
  #board &gt; .board .shoupai.shangjia .bingpai .pai[role="button"] {
    cursor: pointer;
  }
  #board &gt; .board .shoupai.shangjia .bingpai .zimo {
    margin-left: 2.5px;
  }
  #board &gt; .board .shoupai.shangjia .fulou {
    line-height: 1;
    margin-top: 17px;
    float: none;
  }
  #board &gt; .board .shoupai.shangjia .fulou .mianzi {
    margin-left: 2.5px;
    float: right;
    display: inline-block;
  }
  #board &gt; .board .shoupai.shangjia .fulou .mianzi .pai {
    display: inline-block;
    height: 35px;
    width: 25px;
  }
  #board &gt; .board .shoupai.shangjia .fulou .mianzi .pai:focus {
    transform: translate(0, -5px);
    outline: none;
  }
  #board &gt; .board .shoupai.shangjia .fulou .mianzi .pai.blink {
    animation: blink 0.5s infinite;
  }
  #board &gt; .board .shoupai.shangjia .fulou .mianzi .pai.deleted {
    transition: width 0.3s ease-out 0.1s;
    opacity: 0;
    width: 0px;
  }
  #board &gt; .board .shoupai.shangjia .fulou .mianzi .pai.mopai {
    opacity: 0.8;
  }
  #board &gt; .board .shoupai.shangjia .fulou .mianzi .pai.dapai.mopai {
    opacity: 0.6;
  }
  #board &gt; .board .shoupai.shangjia .fulou .mianzi .rotate {
    display: inline-block;
    white-space: nowrap;
    text-align: left;
    width: 35px;
    transform-origin: 0% 0%;
    transform: rotate(270deg) translate(-35px, 0px);
  }
  #board &gt; .board .shoupai.shangjia .bingpai {
    margin-left: 20px;
  }
  #board &gt; .board .say {
    z-index: 1;
    width: 200px;
    height: 100px;
    font-size: 64px;
  }
  #board &gt; .board .say.main {
    transform: translate(280px, 295px);
  }
  #board &gt; .board .say.xiajia {
    transform: translate(520px, 165px);
  }
  #board &gt; .board .say.duimian {
    transform: translate(280px, 35px);
  }
  #board &gt; .board .say.shangjia {
    transform: translate(40px, 165px);
  }
  #board &gt; .board .emotion {
    z-index: 1;
    width: 200px;
    height: 100px;
    font-size: 20px;
    pointer-events: none;
  }
  #board &gt; .board .emotion.main {
    transform: translate(280px, 295px);
  }
  #board &gt; .board .emotion.xiajia {
    transform: translate(520px, 165px);
  }
  #board &gt; .board .emotion.duimian {
    transform: translate(280px, 35px);
  }
  #board &gt; .board .emotion.shangjia {
    transform: translate(40px, 165px);
  }
  #board &gt; .board .hule-dialog {
    z-index: 1;
    width: 800px;
    height: 450px;
  }
  #board &gt; .board .hule-dialog &gt; div {
    width: 760px;
    min-height: 340px;
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div {
    min-width: 420px;
    padding: 12px;
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .hule .shan .pai {
    display: inline-block;
    height: 28px;
    width: 20px;
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .hule .shan .pai:focus {
    transform: translate(0, -4px);
    outline: none;
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .hule .shan .pai.blink {
    animation: blink 0.5s infinite;
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .hule .shan .pai.deleted {
    transition: width 0.3s ease-out 0.1s;
    opacity: 0;
    width: 0px;
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .hule .shan .pai.mopai {
    opacity: 0.8;
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .hule .shan .pai.dapai.mopai {
    opacity: 0.6;
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .hule .shan.baopai {
    margin-left: 40px;
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .hule .shan.fubaopai {
    margin-right: 40px;
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai {
    display: table;
    width: auto;
    height: 60px;
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai .bingpai {
    line-height: 1;
    margin-top: 18px;
    float: left;
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai .bingpai .pai {
    display: inline-block;
    height: 42px;
    width: 30px;
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai .bingpai .pai:focus {
    transform: translate(0, -6px);
    outline: none;
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai .bingpai .pai.blink {
    animation: blink 0.5s infinite;
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai .bingpai .pai.deleted {
    transition: width 0.3s ease-out 0.1s;
    opacity: 0;
    width: 0px;
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai .bingpai .pai.mopai {
    opacity: 0.8;
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai .bingpai .pai.dapai.mopai {
    opacity: 0.6;
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai .bingpai .pai[role="button"] {
    cursor: pointer;
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai .bingpai .zimo {
    margin-left: 3px;
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai .fulou {
    line-height: 1;
    margin-top: 18px;
    float: right;
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai .fulou .mianzi {
    margin-left: 3px;
    float: right;
    display: inline-block;
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai .fulou .mianzi .pai {
    display: inline-block;
    height: 42px;
    width: 30px;
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai .fulou .mianzi .pai:focus {
    transform: translate(0, -6px);
    outline: none;
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai .fulou .mianzi .pai.blink {
    animation: blink 0.5s infinite;
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai .fulou .mianzi .pai.deleted {
    transition: width 0.3s ease-out 0.1s;
    opacity: 0;
    width: 0px;
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai .fulou .mianzi .pai.mopai {
    opacity: 0.8;
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai .fulou .mianzi .pai.dapai.mopai {
    opacity: 0.6;
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .hule .shoupai .fulou .mianzi .rotate {
    display: inline-block;
    white-space: nowrap;
    text-align: left;
    width: 42px;
    transform-origin: 0% 0%;
    transform: rotate(270deg) translate(-42px, 0px);
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .hule .hupai {
    margin: 10px auto;
    min-width: 240px;
    font-size: 20px;
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .hule .jicun {
    font-size: 14px;
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .hule .jicun .chouma {
    padding-left: 8px;
    width: 60px;
    height: 8px;
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .pingju {
    font-size: 40px;
    margin-top: 40px;
    margin-bottom: 60px;
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .fenpei {
    width: 380px;
    height: 80px;
    margin: 15px auto 0px auto;
    font-size: 16px;
    line-height: 16px;
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .fenpei &gt; * {
    width: 88px;
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .fenpei &gt; *.main {
    transform: translate(146px, 48px);
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .fenpei &gt; *.xiajia {
    transform: translate(292px, 24px);
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .fenpei &gt; *.duimian {
    transform: translate(146px, 0px);
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .fenpei &gt; *.shangjia {
    transform: translate(0px, 24px);
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .fenpei &gt; * .defen {
    width: 60px;
  }
  #board &gt; .board .hule-dialog &gt; div &gt; div .fenpei &gt; * .diff {
    width: 88px;
  }
  #board &gt; .board &gt; .summary {
    z-index: 1;
    width: 800px;
    height: 450px;
  }
  #board &gt; .board &gt; .summary &gt; div {
    width: 800px;
    min-height: 360px;
    padding: 10px 0px;
  }
  #board &gt; .board &gt; .summary &gt; div &gt; div {
    width: 680px;
    padding: 18px 0px;
  }
  #board &gt; .board &gt; .summary &gt; div &gt; div table {
    width: 640px;
    font-size: 16px;
  }
  #board &gt; .board &gt; .summary &gt; div &gt; div table .r_player .player {
    width: 114px;
  }
  #board &gt; .board &gt; .summary &gt; div &gt; div table .r_point .point {
    font-size: 20px;
  }
  #board &gt; .board .kaiju {
    width: 800px;
    height: 450px;
  }
  #board &gt; .board .kaiju &gt; div {
    margin-top: 60px;
  }
  #board .controller {
    z-index: 1;
    width: 40px;
    margin-top: 16px;
    transform: translate(760px, 0px);
    padding: 0;
    border: none;
    background: inherit;
  }
  #board .controller:hover {
    background: inherit;
  }
  #board .controller img {
    opacity: 0.8;
    display: none;
    width: 24px;
    height: 24px;
    margin: 8px auto;
  }
  #board .controller img.sound {
    display: block;
  }
  #board .controller.paipu img {
    display: block;
  }
  #board .controller div {
    display: block;
  }
  #board .controller .speed {
    margin: 10px 0;
  }
  #board .controller .speed img {
    display: block;
    width: 24px;
    height: 24px;
    margin: 4px auto;
  }
  #board .controller .speed span {
    opacity: 0.1;
    display: block;
    width: 24px;
    height: 8px;
    margin: 2px auto;
    border-radius: 4px;
  }
  #board .download {
    z-index: 1;
    transform: translate(10px, 5px);
  }
  #gamebody.analyzer #board &gt; .analyzer {
    display: none;
    z-index: 1;
    transform: translate(10px, 10px);
    width: 740px;
    height: 360px;
    background: rgba(0,0,0,0.4);
  }
  #gamebody.analyzer #board &gt; .analyzer.active {
    display: block;
  }
  #gamebody.analyzer #board &gt; .analyzer .selected {
    background: rgba(192,192,192,0.6);
  }
  #gamebody.analyzer #board &gt; .analyzer img {
    opacity: 0.8;
  }
}
#gamebody.file {
  color: #000;
  background: #fff;
  margin: 0 10px 15px;
}
#gamebody.file #navi {
  margin: 0;
}
#gamebody.file #file {
  display: block;
}
#gamebody.file &gt; .version {
  display: none;
}
#file,
#room {
  display: none;
  font-size: 14px;
  font-family: Verdana, sans-serif;
}
#file h1,
#room h1 {
  font-size: 24px;
  margin-top: 0;
  border-bottom: solid 2px #000;
}
#file h1 img,
#room h1 img {
  height: 36px;
  vertical-align: bottom;
}
#file &gt; .version,
#room &gt; .version {
  margin-top: -2.4em;
  font-size: 16px;
  font-family: Georgia, serif;
  text-align: right;
}
#file .file {
  margin: 10px 0;
}
#file .file .row {
  transition: opacity 0.4s ease-out;
  border: solid 1px #ccc;
  margin: 2px 0px;
  border-radius: 4px;
  padding: 8px;
  display: flex;
  flex-direction: row-reverse;
}
#file .file .row .content {
  flex-grow: 1;
  margin-right: 10px;
}
#file .file .row .content .title {
  font-family: Verdana, sans-serif;
  font-size: 114%;
}
#file .file .row .content .player {
  font-family: Century, serif;
  font-size: 107%;
}
#file .file .row .button {
  display: inline-flex;
  align-items: flex-start;
}
#file .file .row .button a,
#file .file .row .button span {
  margin: 2px;
}
#file .file a,
#file .file label.upload {
  display: inline-block;
  padding: 6px 10px;
  background: #999;
  border-radius: 5px;
  white-space: nowrap;
  cursor: pointer;
  color: #fff;
  line-height: 1em;
  text-decoration: none;
}
#file .file a img,
#file .file label.upload img {
  height: 1em;
  margin-right: 4px;
  vertical-align: bottom;
}
#file .file a input,
#file .file label.upload input {
  display: none;
}
#file .file a.start,
#file .file label.upload.start {
  background: #00f;
}
#file .file a:hover,
#file .file label.upload:hover {
  background: #ccc;
}
#file .file a.delete:hover,
#file .file label.upload.delete:hover {
  background: #f00;
}
#file .file .move {
  display: inline-block;
  padding: 3px 0;
  cursor: move;
}
#file .file .move img {
  height: 1em;
  vertical-align: bottom;
}
#file .file &gt; .button {
  float: right;
}
#file .file form.tenhou {
  float: right;
}
#file .file form.tenhou input[name="url"] {
  width: 270px;
}
#file .file .netplay {
  display: inline-block;
}
#file .file .netplay img {
  width: 2em;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 0.5em;
}
#file .file .netplay .name {
  display: inline-block;
  vertical-align: middle;
  font-size: 120%;
  width: 8em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#file .file .netplay form {
  margin-right: 0.5em;
  display: inline-block;
}
#file .file .netplay form input[name="room_no"] {
  width: 3em;
}
#file .file .error {
  transition: opacity 0.5s;
  margin: 2px 0px;
  border-radius: 5px;
  border: solid 1px #f99;
  color: #f00;
  background: #fdd;
  padding: 4px 1em;
  font-family: Verdana, sans-serif;
}
#gamebody.stat {
  color: #000;
  background: #fff;
  margin: 0 10px 15px;
}
#gamebody.stat #navi {
  margin: 0;
}
#gamebody.stat #stat {
  display: block;
}
#gamebody.stat &gt; .version {
  display: none;
}
#stat {
  display: none;
  font-size: 14px;
  font-family: Verdana, sans-serif;
}
#stat h1 {
  font-size: 24px;
  margin-top: 0;
  border-bottom: solid 2px #000;
}
#stat h1 img {
  height: 36px;
  vertical-align: bottom;
}
#stat &gt; .version {
  margin-top: -2.6em;
  font-family: Georgia, serif;
  text-align: right;
}
#stat .stat {
  margin-top: 20px;
  overflow: auto;
}
#stat .stat &gt; div {
  display: table;
  max-width: 960px;
  width: 100%;
}
#stat .stat .button {
  float: right;
}
#stat .stat .button .cut-off {
  font-size: 12px;
}
#stat .stat .button .cut-off input[name="n_game"] {
  width: 2em;
}
#stat .stat .button a.file {
  display: inline-block;
  margin-left: 1em;
  padding: 6px 10px;
  border-radius: 5px;
  white-space: nowrap;
  line-height: 1em;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  background: #999;
}
#stat .stat .button a.file img {
  height: 1em;
  margin-right: 4px;
  vertical-align: bottom;
}
#stat .stat .button a.file:hover {
  background: #ccc;
}
#stat .stat h2 {
  margin: 0;
  font-family: "HGP行書体", /*"Weibei SC", "YuKyokasho",*/ STKaiti, serif;
  font-size: 24px;
}
#stat .stat h2::after {
  display: block;
  content: '';
  clear: both;
}
#stat .stat table {
  min-width: 780px;
  width: 100%;
  margin-top: 1em;
  border-collapse: collapse;
  font-size: 16px;
  white-space: nowrap;
}
#stat .stat table thead,
#stat .stat table tbody {
  border-bottom: solid 2px #000;
}
#stat .stat table thead tr,
#stat .stat table tbody tr {
  border-bottom: solid 1px #ccc;
}
#stat .stat table th {
  padding: 2px 10px 2px 4px;
  font-family: Verdana, sans-serif;
}
#stat .stat table th.asc {
  background: no-repeat right center url("../img/icon-chevron-up.png");
  background-size: 8px;
}
#stat .stat table th.desc {
  background: no-repeat right center url("../img/icon-chevron-down.png");
  background-size: 8px;
}
#stat .stat table th a {
  cursor: pointer;
}
#stat .stat table td {
  padding: 2px 0.5em;
  font-family: Century, serif;
}
#stat .stat table td.num {
  text-align: right;
}
#board &gt; .analyzer {
  display: none;
  box-sizing: border-box;
  border: solid 1px #fff;
  border-radius: 6px;
  padding: 10px;
  overflow: auto;
  font-family: Verdana, sans-serif;
  font-size: 12px;
}
#board &gt; .analyzer table {
  border-collapse: collapse;
}
#board &gt; .analyzer table .row {
  white-space: nowrap;
  line-height: 1;
}
#board &gt; .analyzer table .row .pai {
  display: inline-block;
  height: 35px;
  width: 25px;
}
#board &gt; .analyzer table .row .pai:focus {
  transform: translate(0, -5px);
  outline: none;
}
#board &gt; .analyzer table .row .pai.blink {
  animation: blink 0.5s infinite;
}
#board &gt; .analyzer table .row .pai.deleted {
  transition: width 0.3s ease-out 0.1s;
  opacity: 0;
  width: 0px;
}
#board &gt; .analyzer table .row .pai.mopai {
  opacity: 0.8;
}
#board &gt; .analyzer table .row .pai.dapai.mopai {
  opacity: 0.6;
}
#board &gt; .analyzer table .row img {
  vertical-align: middle;
}
#board &gt; .analyzer table .row .p span {
  margin-left: 0.5em;
}
#board &gt; .analyzer table .row .xiangting {
  padding: 0 1em;
  text-align: center;
}
#board &gt; .analyzer table .row .eval {
  padding-right: 1em;
  text-align: right;
}
#board &gt; .analyzer table .row .eval.high {
  color: #f00;
}
#board &gt; .analyzer table .row .eval.middle {
  color: #ffa500;
}
#board &gt; .analyzer table .row .eval.low {
  color: #ff0;
}
#board &gt; .analyzer table .row .eval.none {
  color: #808080;
}
#board &gt; .analyzer table .row .tingpai {
  width: 100%;
}
#board &gt; .analyzer table .row .tingpai span {
  margin-left: 0.5em;
}
#board &gt; .analyzer table .row .shoupai {
  display: table;
  width: 380px;
  height: 40px;
}
#board &gt; .analyzer table .row .shoupai .bingpai {
  line-height: 1;
  margin-top: 5px;
  float: left;
}
#board &gt; .analyzer table .row .shoupai .bingpai .pai {
  display: inline-block;
  height: 35px;
  width: 25px;
}
#board &gt; .analyzer table .row .shoupai .bingpai .pai:focus {
  transform: translate(0, -5px);
  outline: none;
}
#board &gt; .analyzer table .row .shoupai .bingpai .pai.blink {
  animation: blink 0.5s infinite;
}
#board &gt; .analyzer table .row .shoupai .bingpai .pai.deleted {
  transition: width 0.3s ease-out 0.1s;
  opacity: 0;
  width: 0px;
}
#board &gt; .analyzer table .row .shoupai .bingpai .pai.mopai {
  opacity: 0.8;
}
#board &gt; .analyzer table .row .shoupai .bingpai .pai.dapai.mopai {
  opacity: 0.6;
}
#board &gt; .analyzer table .row .shoupai .bingpai .pai[role="button"] {
  cursor: pointer;
}
#board &gt; .analyzer table .row .shoupai .bingpai .zimo {
  margin-left: 2.5px;
}
#board &gt; .analyzer table .row .shoupai .fulou {
  line-height: 1;
  margin-top: 12px;
  float: right;
}
#board &gt; .analyzer table .row .shoupai .fulou .mianzi {
  margin-left: 2.5px;
  float: right;
  display: inline-block;
}
#board &gt; .analyzer table .row .shoupai .fulou .mianzi .pai {
  display: inline-block;
  height: 28px;
  width: 20px;
}
#board &gt; .analyzer table .row .shoupai .fulou .mianzi .pai:focus {
  transform: translate(0, -4px);
  outline: none;
}
#board &gt; .analyzer table .row .shoupai .fulou .mianzi .pai.blink {
  animation: blink 0.5s infinite;
}
#board &gt; .analyzer table .row .shoupai .fulou .mianzi .pai.deleted {
  transition: width 0.3s ease-out 0.1s;
  opacity: 0;
  width: 0px;
}
#board &gt; .analyzer table .row .shoupai .fulou .mianzi .pai.mopai {
  opacity: 0.8;
}
#board &gt; .analyzer table .row .shoupai .fulou .mianzi .pai.dapai.mopai {
  opacity: 0.6;
}
#board &gt; .analyzer table .row .shoupai .fulou .mianzi .rotate {
  display: inline-block;
  white-space: nowrap;
  text-align: left;
  width: 28px;
  transform-origin: 0% 0%;
  transform: rotate(270deg) translate(-28px, 0px);
}
#board &gt; .analyzer table .row .action {
  padding: 0.25em 0.5em;
}
@media screen and (min-width: 1240px) {
  #gamebody.analyzer #navi,
  #gamebody.analyzer &gt; .version,
  #gamebody.analyzer #board {
    width: 1200px;
  }
  #gamebody.analyzer #navi &gt; .analyzer,
  #gamebody.analyzer &gt; .version &gt; .analyzer,
  #gamebody.analyzer #board &gt; .analyzer {
    display: block;
    position: absolute;
    right: 0px;
    transform: translate(0px, 0px);
    width: 400px;
    height: 680px;
    text-shadow: none;
  }
  #gamebody.analyzer #navi &gt; .analyzer .selected,
  #gamebody.analyzer &gt; .version &gt; .analyzer .selected,
  #gamebody.analyzer #board &gt; .analyzer .selected {
    background: #999;
  }
  #gamebody.analyzer #navi &gt; .analyzer img,
  #gamebody.analyzer &gt; .version &gt; .analyzer img,
  #gamebody.analyzer #board &gt; .analyzer img {
    opacity: 1;
  }
}
@media screen and (max-width: 1240px) and (min-height: 1000px) {
  #gamebody.analyzer #board &gt; .analyzer {
    display: block;
    position: relative;
    transform: translate(0px, 680px);
    width: 100%;
    height: 300px;
    text-shadow: none;
  }
  #gamebody.analyzer #board &gt; .analyzer .selected {
    background: #999;
  }
  #gamebody.analyzer #board &gt; .analyzer img {
    opacity: 1;
  }
}
#gamebody.room {
  color: #000;
  background: #fff;
  margin: 0 10px 15px;
}
#gamebody.room #navi {
  margin: 0;
}
#gamebody.room #room {
  display: block;
}
#gamebody.room &gt; .version {
  display: none;
}
#room form {
  border: solid 1px #666;
  border-radius: 8px;
  padding: 16px;
  margin: 20px;
}
#room form input[name="room_no"] {
  -webkit-text-fill-color: #000;
  opacity: 0.7;
  width: 3em;
}
#room form select {
  padding: 1px 1em 1px 0.5em;
}
#room form input[name="timer"] {
  width: 5em;
}
#room form .room .user {
  margin: 10px 0;
}
#room form .room .user.offline img,
#room form .room .user.offline .name {
  opacity: 0.3;
}
#room form .room .user img {
  width: 2em;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 0.5em;
}
#room form .room .user .name {
  display: inline-block;
  vertical-align: middle;
  font-size: 120%;
  width: 8em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#gamebody.rule {
  font-size: 16px;
  font-family: Verdana, sans-serif;
  color: #000;
  background: #fff;
  margin: 0 5px 32px;
}
#gamebody.rule &gt; * {
  max-width: 800px;
  margin: 0 auto;
}
#gamebody.rule .version {
  display: block;
  font-family: Georgia, serif;
  text-align: right;
}
#gamebody.rule .message {
  color: #090;
  background: #cfc;
  border: solid 1px #090;
  border-radius: 8px;
  padding: 4px 1em;
  transition: opacity 0.2s ease-out;
}
#gamebody.rule form {
  transition: opacity 0.4s ease-out;
}
#gamebody.rule form dl {
  margin: 8px 0;
  border-bottom: solid 1px #999;
}
#gamebody.rule form dl::after {
  display: block;
  content: "";
  clear: both;
}
#gamebody.rule form dt {
  width: 8.5em;
  margin: 2px 0;
  padding: 1px;
  clear: both;
  float: left;
  font-size: 100%;
  font-weight: bold;
  text-align: right;
}
#gamebody.rule form dd {
  width: calc(100% - 9.5em);
  margin-left: 0;
  margin: 2px 0;
  padding: 1px;
  float: right;
}
#gamebody.rule form dd select {
  padding: 1px 1em 1px 0.5em;
}
#gamebody.rule form dd label {
  margin-right: 0.5em;
}
#gamebody.rule form dd label.wrap {
  display: inline-block;
}
#gamebody.rule form dd img {
  height: 2em;
  vertical-align: middle;
  border: solid 0.3px #666;
  border-radius: 0.3em;
}
#gamebody.rule form dd input {
  padding: 1px 0.5em;
}
#gamebody.rule form dd input[name="配給原点"] {
  width: 4em;
  text-align: right;
}
#gamebody.rule form dd input[name="順位点"] {
  width: 3.5em;
  text-align: right;
}
#gamebody.rule form dd input[name="赤牌"] {
  width: 1em;
  text-align: center;
}
#gamebody.rule form input[type="submit"] {
  display: block;
  margin: 0.5em auto;
}
@media screen and (max-width: 480px) {
  #gamebody.rule form dt {
    width: auto;
    margin-right: 0.5em;
  }
  #gamebody.rule form dd {
    width: calc(100% - 7em);
  }
}
@media screen and (max-width: 360px) {
  #gamebody.rule form dd {
    width: calc(100% - 1em);
  }
}
#gamebody.demo {
  font-size: 12px;
  font-family: Verdana, sans-serif;
  color: #fff;
  background: #036;
  margin: 0 10px 20px;
}
#gamebody.demo &gt; * {
  overflow-x: auto;
}
#gamebody.demo #navi {
  margin: 0 auto;
}
#gamebody.demo .version {
  display: block;
  font-size: 16px;
  font-family: Georgia, serif;
  text-align: right;
}
#gamebody.demo form div {
  margin: 2px 0;
}
#gamebody.demo form span {
  margin-right: 1em;
}
#gamebody.demo form input[name="paistr"] {
  width: 18em;
}
#gamebody.demo form input[name="baopai"],
#gamebody.demo form input[name="fubaopai"] {
  width: 2em;
  text-align: center;
}
#gamebody.demo .shan .pai {
  display: inline-block;
  height: 42px;
  width: 30px;
}
#gamebody.demo .shan .pai:focus {
  transform: translate(0, -6px);
  outline: none;
}
#gamebody.demo .shan .pai.blink {
  animation: blink 0.5s infinite;
}
#gamebody.demo .shan .pai.deleted {
  transition: width 0.3s ease-out 0.1s;
  opacity: 0;
  width: 0px;
}
#gamebody.demo .shan .pai.mopai {
  opacity: 0.8;
}
#gamebody.demo .shan .pai.dapai.mopai {
  opacity: 0.6;
}
#gamebody.demo .shan .baopai {
  float: left;
}
#gamebody.demo .shan .fubaopai {
  float: right;
}
#gamebody.demo .he {
  margin-top: 10px;
  width: auto;
}
#gamebody.demo .he div.lizhi {
  line-height: 0;
  width: 180px;
  height: 12px;
  text-align: left;
}
#gamebody.demo .he div.lizhi .chouma {
  width: 108px;
}
#gamebody.demo .he .dapai {
  line-height: 0;
  height: 42px;
}
#gamebody.demo .he .dapai .pai {
  display: inline-block;
  height: 42px;
  width: 30px;
}
#gamebody.demo .he .dapai .pai:focus {
  transform: translate(0, -6px);
  outline: none;
}
#gamebody.demo .he .dapai .pai.blink {
  animation: blink 0.5s infinite;
}
#gamebody.demo .he .dapai .pai.deleted {
  transition: width 0.3s ease-out 0.1s;
  opacity: 0;
  width: 0px;
}
#gamebody.demo .he .dapai .pai.mopai {
  opacity: 0.8;
}
#gamebody.demo .he .dapai .pai.dapai.mopai {
  opacity: 0.6;
}
#gamebody.demo .he .dapai .pai.dapai {
  transform: translate(1.5px, 0.75px);
}
#gamebody.demo .he .dapai .lizhi {
  width: 42px;
  display: inline-block;
  text-align: left;
  transform: rotate(270deg);
}
#gamebody.demo .he .dapai .lizhi .pai.dapai {
  transform: translate(-0.75px, 1.5px);
}
#gamebody.demo .he .dapai .break {
  display: inline-block;
  width: 3px;
}
#gamebody.demo .shoupai {
  clear: both;
  display: table;
  width: auto;
  height: 80px;
}
#gamebody.demo .shoupai .bingpai {
  line-height: 1;
  margin-top: 24px;
  float: left;
}
#gamebody.demo .shoupai .bingpai .pai {
  display: inline-block;
  height: 56px;
  width: 40px;
}
#gamebody.demo .shoupai .bingpai .pai:focus {
  transform: translate(0, -8px);
  outline: none;
}
#gamebody.demo .shoupai .bingpai .pai.blink {
  animation: blink 0.5s infinite;
}
#gamebody.demo .shoupai .bingpai .pai.deleted {
  transition: width 0.3s ease-out 0.1s;
  opacity: 0;
  width: 0px;
}
#gamebody.demo .shoupai .bingpai .pai.mopai {
  opacity: 0.8;
}
#gamebody.demo .shoupai .bingpai .pai.dapai.mopai {
  opacity: 0.6;
}
#gamebody.demo .shoupai .bingpai .pai[role="button"] {
  cursor: pointer;
}
#gamebody.demo .shoupai .bingpai .zimo {
  margin-left: 4px;
}
#gamebody.demo .shoupai .fulou {
  line-height: 1;
  margin-top: 24px;
  float: right;
}
#gamebody.demo .shoupai .fulou .mianzi {
  margin-left: 4px;
  float: right;
  display: inline-block;
}
#gamebody.demo .shoupai .fulou .mianzi .pai {
  display: inline-block;
  height: 56px;
  width: 40px;
}
#gamebody.demo .shoupai .fulou .mianzi .pai:focus {
  transform: translate(0, -8px);
  outline: none;
}
#gamebody.demo .shoupai .fulou .mianzi .pai.blink {
  animation: blink 0.5s infinite;
}
#gamebody.demo .shoupai .fulou .mianzi .pai.deleted {
  transition: width 0.3s ease-out 0.1s;
  opacity: 0;
  width: 0px;
}
#gamebody.demo .shoupai .fulou .mianzi .pai.mopai {
  opacity: 0.8;
}
#gamebody.demo .shoupai .fulou .mianzi .pai.dapai.mopai {
  opacity: 0.6;
}
#gamebody.demo .shoupai .fulou .mianzi .rotate {
  display: inline-block;
  white-space: nowrap;
  text-align: left;
  width: 56px;
  transform-origin: 0% 0%;
  transform: rotate(270deg) translate(-56px, 0px);
}
#gamebody.demo .status {
  margin: 1em 0;
}
#gamebody.demo .paili {
  white-space: pre;
}
#gamebody.demo .paili .pai {
  display: inline-block;
  height: 35px;
  width: 25px;
}
#gamebody.demo .paili .pai:focus {
  transform: translate(0, -5px);
  outline: none;
}
#gamebody.demo .paili .pai.blink {
  animation: blink 0.5s infinite;
}
#gamebody.demo .paili .pai.deleted {
  transition: width 0.3s ease-out 0.1s;
  opacity: 0;
  width: 0px;
}
#gamebody.demo .paili .pai.mopai {
  opacity: 0.8;
}
#gamebody.demo .paili .pai.dapai.mopai {
  opacity: 0.6;
}
#gamebody.demo .paili img {
  vertical-align: middle;
}
#gamebody.demo .hule-dialog {
  transition: opacity 0.5s;
  display: table;
  font-size: 24px;
  font-family: "HGP行書体", /*"Weibei SC", "YuKyokasho",*/ STKaiti, serif;
  line-height: 1;
}
#gamebody.demo .hule-dialog .hupai {
  margin-top: 10px;
  min-width: 280px;
}
#gamebody.demo .hule-dialog .hupai .fanshu {
  text-align: right;
}
#gamebody.demo .hule-dialog .defen {
  text-align: right;
}
#gamebody.demo .hule-dialog .defen.no_hule {
  text-align: left;
}
#gamebody.demo .drill {
  display: table;
  font-size: 20px;
  font-family: Century, serif;
}
#gamebody.demo .drill button {
  font-size: 16px;
}
#gamebody.demo .drill .stat {
  font-family: Georgia, serif;
}
#gamebody.demo .drill .exam .stat {
  float: right;
  font-size: 16px;
}
#gamebody.demo .drill img.lizhi {
  width: 64px;
  height: 8px;
}
#gamebody.demo .drill .shoupai .bingpai .zimo span {
  font-size: 18px;
  font-family: Century, serif;
  margin: 0 0.5em;
}
#gamebody.demo .drill .shoupai .fulou .mianzi:last-child {
  margin-left: 20px;
}
#gamebody.demo .drill .answer button {
  float: right;
  margin-left: 1em;
}
#gamebody.demo .drill .defen {
  font-family: Georgia, serif;
  font-size: 24px;
}
#gamebody.demo .drill .hupai {
  margin: 0 1em;
}
#gamebody.demo .drill .break {
  width: 800px;
  font-size: 24px;
  text-align: center;
}
#gamebody.demo .drill .break .stat {
  margin: 1em 0;
}
#gamebody.demo .analyzer {
  transition: opacity 0.5s;
  margin: 20px 0;
}
#gamebody.demo .analyzer .pai {
  display: inline-block;
  height: 35px;
  width: 25px;
}
#gamebody.demo .analyzer .pai:focus {
  transform: translate(0, -5px);
  outline: none;
}
#gamebody.demo .analyzer .pai.blink {
  animation: blink 0.5s infinite;
}
#gamebody.demo .analyzer .pai.deleted {
  transition: width 0.3s ease-out 0.1s;
  opacity: 0;
  width: 0px;
}
#gamebody.demo .analyzer .pai.mopai {
  opacity: 0.8;
}
#gamebody.demo .analyzer .pai.dapai.mopai {
  opacity: 0.6;
}
#gamebody.demo .analyzer img {
  vertical-align: middle;
}
#gamebody.demo .analyzer .row .p span {
  margin-left: 0.5em;
}
#gamebody.demo .analyzer .row .xiangting {
  padding: 0 1em;
  text-align: center;
}
#gamebody.demo .analyzer .row .eval {
  padding-right: 1em;
  text-align: right;
}
#gamebody.demo .analyzer .row .eval.high {
  color: #f00;
}
#gamebody.demo .analyzer .row .eval.middle {
  color: #ffa500;
}
#gamebody.demo .analyzer .row .eval.low {
  color: #ff0;
}
#gamebody.demo .analyzer .row .eval.none {
  color: #808080;
}
#gamebody.demo .analyzer .row .tingpai {
  white-space: pre;
}
#gamebody.demo .analyzer .row .tingpai span {
  margin-left: 0.5em;
}
#gamebody.demo textarea,
#gamebody.demo .paiga div {
  box-sizing: border-box;
  width: 100%;
}
#gamebody.demo .paiga div {
  color: #000;
  background: #fff;
}
#gamebody.demo .paiga div p {
  padding: 1em;
}
</pre></body></html>