@charset "UTF-8";
body {
  font-size: 30px;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
  background-color: black;
  height: 100vh;
  overflow: hidden; }

ul {
  padding: 0;
  list-style: none; }

body > section {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden; }

#frmViewPort {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  border: none;
  background-image: url(green.jpg);
  background-size: 100% 100%; }

div.center {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

#sIntro {
  background-image: url(bkg.jpg);
  background-size: 100% 100%; }
  #sIntro h1 {
    -webkit-text-stroke: white 1px;
    font-family: STZhongsong;
    font-size: 2.5em;
    font-weight: 900;
    color: #d00;
    text-shadow: 1px 1px 20px #94070A;
    margin: 0.5em; }
  #sIntro h2 {
    -webkit-text-stroke: white 1px;
    font-family: 'Microsoft YaHei';
    background: -webkit-linear-gradient(#ddd, darkorange);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2em;
    font-weight: 900;
    margin: 0.3em; }
  #sIntro h3 {
    -webkit-text-stroke: black 1px;
    font-family: 'Microsoft YaHei';
    -webkit-background-clip: text;
    -webkit-text-fill-color: white;
    font-size: 1.5em;
    font-weight: 900;
    text-shadow: 1px 1px 10px black;
    margin: 0.2em; }
  #sIntro div.intro {
    padding: 20px 0 50px;
    background: -webkit-linear-gradient(right, transparent, rgba(240, 240, 240, 0.5), transparent); }
  #sIntro div.rules {
    padding: 20px 0 50px;
    position: relative; }
    #sIntro div.rules figure.bkg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(230, 230, 230, 0.5); }
  #sIntro ul {
    font-family: SimHei;
    color: white;
    font-weight: 700;
    font-size: 1.4em;
    margin: 10px; }
    #sIntro ul li {
      -webkit-text-stroke: black 2px;
      background: -webkit-linear-gradient(blue, darkblue);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-shadow: 1px 1px 25px whitesmoke; }

ul.players {
  position: relative;
  margin-top: 3em; }

figure.player {
  border: 3px solid;
  -moz-border-image: -webkit-linear-gradient(75deg, transparent, #f0f0f0, transparent) 1;
  -o-border-image: -webkit-linear-gradient(75deg, transparent, #f0f0f0, transparent) 1;
  -webkit-border-image: -webkit-linear-gradient(75deg, transparent, #f0f0f0, transparent) 1;
  border-image: -webkit-linear-gradient(75deg, transparent, #f0f0f0, transparent) 1;
  background: -webkit-linear-gradient(right, rgba(240, 240, 240, 0.2), rgba(240, 240, 240, 0.4), rgba(240, 240, 240, 0.2));
  width: 23vw;
  padding: 0.1em 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 0.1em 0 0;
  text-wrap: none;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative; }
  figure.player.active {
    background: -webkit-linear-gradient(right, rgba(240, 240, 240, 0.7), #f0f0f0, rgba(240, 240, 240, 0.7)); }
  figure.player span.name {
    -webkit-text-stroke: black 1px;
    text-shadow: 2px 2px 10px black;
    font-size: 1em;
    font-weight: 900;
    color: white;
    font-family: SimHei; }
  figure.player span.score {
    display: none; }
  figure.player.winner {
    /*background: -webkit-linear-gradient(left, rgba(205, 92, 92, 0.2), rgba(205, 92, 92, 0.6));*/
    background: #d896a1;
    box-shadow: 1px 1px 45px #94070A inset; }
  figure.player.loser {
    background: -webkit-linear-gradient(left, rgba(240, 240, 240, 0.2), rgba(24, 24, 24, 0.6));
    box-shadow: 1px 1px 10px black inset; }

#sPlayersStatus {
  background-image: url(blue.jpg);
  background-size: 100% 100%; }
  #sPlayersStatus:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.3); }
  #sPlayersStatus h2 {
    font-family: 'Microsoft YaHei';
    background: -webkit-linear-gradient(yellow, orange);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2em;
    font-weight: 600;
    position: absolute;
    top: 0.8em;
    left: 0;
    right: 0; }

#sMatchView span.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: auto;
  background: linear-gradient(to top, #4490d5, #88c1f5);
  border-radius: 0 0.7em 0 0;
  padding: 0.4em 0.7em;
  box-shadow: 0 0 10px blue;
  font-family: 'Microsoft YaHei'; }

#sMatchView span.round {
  font-weight: 900;
  color: white;
  text-shadow: 0 0 10px black; }

#sPlayersStatus ul.players li.group {
  z-index: -100;
  opacity: 0;
  -moz-transition: opacity linear 0.5s;
  -o-transition: opacity linear 0.5s;
  -webkit-transition: opacity linear 0.5s;
  transition: opacity linear 0.5s; }
  #sPlayersStatus ul.players li.group:before {
    position: absolute;
    top: -5px;
    bottom: -5px;
    right: 100%;
    width: 2.4em;
    padding: 0.2em 0.2em 0.2em 1em;
    text-orientation: sideways;
    font-family: 'Microsoft YaHei'; }
  #sPlayersStatus ul.players li.group.winner:before {
    color: white;
    background: linear-gradient(to left, darkred, transparent);
    content: "胜者组";
    text-shadow: 0 0 10px darkred; }
  #sPlayersStatus ul.players li.group.loser:before {
    color: white;
    background: linear-gradient(to left, darkgreen, transparent);
    content: "败者组";
    text-shadow: 0 0 10px darkgreen; }

#sPlayersStatus.round1 ul.players li.group.winner {
  opacity: 1;
  background-color: rgba(234, 95, 95, 0.49);
  border: 5px dashed darkred;
  width: 82vw;
  height: 8.3em;
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%); }

#sPlayersStatus.round1 ul.players li.group.loser {
  opacity: 1;
  background-color: rgba(37, 67, 53, 0.49);
  border: 5px dashed darkgreen;
  width: 82vw;
  height: 8.3em;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

#sPlayersStatus.round2 ul.players li.group.winner {
  opacity: 1;
  background-color: rgba(234, 95, 95, 0.49);
  border: 5px dashed darkred;
  width: 82vw;
  height: 4.2em;
  line-height: 1.2em;
  -moz-transform: translate(-50%, -200%);
  -ms-transform: translate(-50%, -200%);
  -o-transform: translate(-50%, -200%);
  -webkit-transform: translate(-50%, -200%);
  transform: translate(-50%, -200%); }

#sPlayersStatus.round2 ul.players li.group.loser {
  opacity: 1;
  background-color: rgba(37, 67, 53, 0.49);
  border: 5px dashed darkgreen;
  width: 82vw;
  height: 8.3em;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

#lstPlayers {
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden; }
  #lstPlayers li {
    margin: auto; }
  #lstPlayers.nocut {
    overflow: visible; }
    #lstPlayers.nocut figure.player {
      width: 46vw; }
  #lstPlayers.enlarged {
    overflow: visible; }
    #lstPlayers.enlarged li {
      display: inline-block;
      margin: 1em 0.2em;
      position: relative; }
    #lstPlayers.enlarged figure.player {
      font-size: 1.5em;
      width: 46vw; }
      #lstPlayers.enlarged figure.player span.score {
        display: block;
        text-align: right;
        margin: -0.75em 0.3em 0 0;
        color: black;
        font-size: 0.75em;
        font-weight: bold; }
        #lstPlayers.enlarged figure.player span.score:after {
          content: "分"; }

#lstFinalPlayers figure.player {
  border: 2px solid gray;
  box-shadow: 0 0 20px gray;
  height: 3.5em;
  padding: 0.5em 0;
  width: 70vw; }
  #lstFinalPlayers figure.player span.name {
    font-size: 1.5em; }
  #lstFinalPlayers figure.player:before {
    position: absolute;
    left: -3em;
    top: 0.5em;
    display: block;
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    color: white;
    font-weight: 900;
    padding: 0.2em 4em;
    font-family: SimHei;
    font-size: 0.6em; }

#sFinal {
  background-image: url(final.jpg);
  background-size: 100% 100%; }
  #sFinal:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.5); }
  #sFinal h2 {
    font-family: 'Microsoft YaHei';
    color: orange;
    text-shadow: 0 -5px 30px red;
    -webkit-text-stroke: darkred 1px;
    font-size: 2em;
    font-weight: 600;
    position: absolute;
    top: 0.8em;
    left: 0;
    right: 0; }

#lstFinalPlayers figure.player.gold {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fefac8), color-stop(1, #d1a300));
  background: -webkit-linear-gradient(#fefac8, #d1a300);
  background: -moz-linear-gradient(#fefac8, #d1a300);
  background: -o-linear-gradient(#fefac8, #d1a300);
  background: linear-gradient(#fefac8, #d1a300);
  border-top: 3px solid;
  border-bottom: 3px solid;
  -moz-border-image: -webkit-linear-gradient(75deg, transparent, #f0f0f0, transparent) 1;
  -o-border-image: -webkit-linear-gradient(75deg, transparent, #f0f0f0, transparent) 1;
  -webkit-border-image: -webkit-linear-gradient(75deg, transparent, #f0f0f0, transparent) 1;
  border-image: -webkit-linear-gradient(75deg, transparent, #f0f0f0, transparent) 1; }

figure.player.gold:before {
  background-color: gold;
  border: 2px solid #6a5c0e;
  content: "冠军";
  color: black; }

#lstFinalPlayers figure.player.silver {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #969696));
  background: -webkit-linear-gradient(#fff, #969696);
  background: -moz-linear-gradient(#fff, #969696);
  background: -o-linear-gradient(#fff, #969696);
  background: linear-gradient(#fff, #969696);
  border-top: 3px solid;
  border-bottom: 3px solid;
  -moz-border-image: -webkit-linear-gradient(75deg, transparent, #f0f0f0, transparent) 1;
  -o-border-image: -webkit-linear-gradient(75deg, transparent, #f0f0f0, transparent) 1;
  -webkit-border-image: -webkit-linear-gradient(75deg, transparent, #f0f0f0, transparent) 1;
  border-image: -webkit-linear-gradient(75deg, transparent, #f0f0f0, transparent) 1; }

figure.player.silver:before {
  background-color: silver;
  border: 2px solid #636363;
  content: "亚军";
  color: black; }

#lstFinalPlayers figure.player.bronze {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c86706), color-stop(1, #CD7F32));
  background: -webkit-linear-gradient(#c86706, #CD7F32);
  background: -moz-linear-gradient(#c86706, #CD7F32);
  background: -o-linear-gradient(#c86706, #CD7F32);
  background: -ms-linear-gradient(#c86706, #CD7F32);
  background: linear-gradient(#c86706, #CD7F32);
  border-top: 3px solid;
  border-bottom: 3px solid;
  -moz-border-image: -webkit-linear-gradient(75deg, transparent, #f0f0f0, transparent) 1;
  -o-border-image: -webkit-linear-gradient(75deg, transparent, #f0f0f0, transparent) 1;
  -webkit-border-image: -webkit-linear-gradient(75deg, transparent, #f0f0f0, transparent) 1;
  border-image: -webkit-linear-gradient(75deg, transparent, #f0f0f0, transparent) 1; }

figure.player.bronze:before {
  background-color: sandybrown;
  border: 2px solid #955825;
  content: "季军";
  color: black; }

#dIntroGame:before {
  content: "";
  position: absolute;
  z-index: -99;
  top: -2em;
  left: 0;
  right: 0;
  bottom: -2em;
  background-image: url(tank.png);
  opacity: 0.5;
  background-position: right center;
  background-repeat: no-repeat no-repeat;
  background-size: contain; }

#dIntroPreRules:before {
  content: "";
  position: absolute;
  z-index: -99;
  top: -2em;
  left: 0;
  right: 0;
  bottom: -2em;
  background-image: url(ranklist.png);
  opacity: 0.5;
  background-position: 80% 20%;
  background-repeat: no-repeat no-repeat;
  background-size: 40%;
  -moz-transform: rotateY(-30deg) rotateX(15deg) rotateZ(5deg);
  -ms-transform: rotateY(-30deg) rotateX(15deg) rotateZ(5deg);
  -o-transform: rotateY(-30deg) rotateX(15deg) rotateZ(5deg);
  -webkit-transform: rotateY(-30deg) rotateX(15deg) rotateZ(5deg);
  transform: rotateY(-30deg) rotateX(15deg) rotateZ(5deg); }

#imgContestRule {
  max-height: 100vh;
  max-width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  border-radius: 1em;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
