.showView {
  margin: -10px auto 10px;
  width: 720px;
  height: 38px;
  border: 1px solid #ccc;
  border-radius: 10px 20px 20px 10px; }

.surplus {
  display: none;
  float: left;
  padding-left: 10px;
  width: 200px;
  height: 40px;
  font-size: 24px;
  line-height: 40px; }

.score {
  margin: 0 auto;
  padding-left: 120px;
  width: 240px;
  height: 40px;
  font-size: 24px;
  line-height: 40px; }

.pause {
  float: right;
  display: none;
  margin-top: -40px;
  width: 110px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  font-size: 22px;
  line-height: 40px;
  color: #fff;
  background-color: #567;
  cursor: pointer; }

.mainView {
  position: relative;
  margin: 0 auto;
  width: 722px; }
  .mainView .box {
    position: relative;
    margin: 0 auto;
    padding: 10px;
    width: 700px;
    height: 520px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer; }
    .mainView .box div {
      width: 700px;
      height: 65px; }
      .mainView .box div span {
        display: inline-block;
        margin: 1px;
        width: 48px;
        height: 63px;
        border-radius: 8px;
        vertical-align: top;
        line-height: 63px;
        text-align: center;
        font-size: 24px; }
        .mainView .box div span.choose {
          border: 2px solid #f00;
          margin: -1px; }
        .mainView .box div span.success {
          border: 2px solid #3a2;
          margin: -1px; }
        .mainView .box div span.type1 {
          background-color: #fc9; }
        .mainView .box div span.type2 {
          background-color: #ff9; }
        .mainView .box div span.type3 {
          background-color: #9c9; }
        .mainView .box div span.type4 {
          background-color: #096; }
        .mainView .box div span.type5 {
          background-color: #fc0; }
        .mainView .box div span.type6 {
          background-color: #09c; }
        .mainView .box div span.type7 {
          background-color: #369; }
        .mainView .box div span.type8 {
          background-color: #c60; }
        .mainView .box div span.type9 {
          background-color: #cc3; }
        .mainView .box div span.type10 {
          background-color: #9cf; }

#lineRoute {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 720px;
  height: 540px;
  pointer-events: none; }
  #lineRoute polyline {
    stroke-width: 4;
    stroke: #f20;
    fill: none; }

.cellMask {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 720px;
  height: 540px;
  border-radius: 10px;
  background-color: rgba(17, 34, 51, 0.6);
  text-align: center; }

.starButton {
  margin: 192px auto 0;
  width: 180px;
  height: 80px;
  border-radius: 40px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  font-size: 32px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 3px 5px #000;
  background-color: #fc0;
  cursor: pointer; }

.final {
  display: none;
  margin-top: 20px;
  font-size: 36px;
  line-height: 60px;
  color: #fff; }

@media only screen and (max-width: 800px) {
  .mainView {
    width: 582px; }
    .mainView .box {
      width: 560px;
      height: 480px;
      border-radius: 10px; }
      .mainView .box div {
        width: 560px;
        height: 60px; }
        .mainView .box div span {
          width: 38px;
          height: 58px;
          border-radius: 4px;
          line-height: 60px;
          font-size: 20px; }
    .mainView .cellMask {
      width: 580px;
      height: 500px; }
      .mainView .cellMask .starButton {
        margin: 210px auto 0;
        width: 180px;
        height: 80px;
        border-radius: 40px;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
        font-size: 32px;
        line-height: 80px; }
      .mainView .cellMask .final {
        margin-top: 20px;
        font-size: 36px;
        line-height: 60px; }

  #lineRoute {
    width: 580px;
    height: 500px; }

  .showView {
    margin: 20px auto 20px;
    width: 580px;
    height: 60px; }
    .showView .surplus {
      padding-left: 10px;
      width: 200px;
      height: 60px;
      font-size: 20px;
      line-height: 60px; }
    .showView .score {
      padding-left: 20px;
      height: 60px;
      font-size: 20px;
      line-height: 60px; }
    .showView .pause {
      width: 100px;
      margin-top: -60px;
      height: 60px;
      border-radius: 20px;
      font-size: 20px;
      line-height: 60px; } }
@media only screen and (max-width: 440px) {
  .mainView {
    width: 274px; }
    .mainView .box {
      width: 252px;
      height: 184px;
      border-radius: 10px; }
      .mainView .box div {
        width: 252px;
        height: 23px; }
        .mainView .box div span {
          width: 16px;
          height: 21px;
          border-radius: 2px;
          line-height: 23px;
          font-size: 10px; }
    .mainView .cellMask {
      width: 272px;
      height: 204px; }
      .mainView .cellMask .starButton {
        margin: 80.5px auto 0;
        width: 90px;
        height: 40px;
        border-radius: 20px;
        font-size: 16px;
        line-height: 40px; }
      .mainView .cellMask .final {
        margin-top: 10px;
        font-size: 18px;
        line-height: 30px; }

  #lineRoute {
    width: 272px;
    height: 204px; }

  .showView {
    margin: 20px auto 20px;
    width: 272px;
    height: 23px; }
    .showView .surplus {
      padding-left: 5px;
      width: 120px;
      height: 23px;
      font-size: 12px;
      line-height: 23px; }
    .showView .score {
      padding-left: 0px;
      height: 23px;
      font-size: 12px;
      line-height: 23px; }
    .showView .pause {
      width: 45px;
      margin-top: -23px;
      height: 23px;
      border-radius: 20px;
      font-size: 12px;
      line-height: 23px; } }

/*# sourceMappingURL=linkUp.css.map */
