.content {
  margin: 0 auto;
  width: 700px; }

.mainView {
  float: left;
  width: 560px;
  height: 560px;
  border-radius: 10px 0 0 10px;
  background-color: rgba(85, 102, 119, 0.5); }

.showView {
  float: right;
  width: 140px;
  height: 560px;
  border-radius: 0 10px 10px 0;
  background-color: rgba(17, 34, 51, 0.5); }
  .showView .button {
    text-align: center;
    margin: 20px auto;
    width: 112px;
    height: 52.5px;
    font-size: 24px;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    line-height: 52.5px;
    border-radius: 20px;
    background-color: rgba(51, 68, 85, 0.85);
    -webkit-box-shadow: 2px 2px 2px #000;
    box-shadow: 2px 2px 2px #000;
    cursor: pointer; }
  .showView .startButton {
    margin: 40px auto 20px; }
  .showView .showHistory {
    display: none; }
  .showView .inGame {
    display: none;
    margin: 20px auto;
    padding-right: 3px;
    width: 122.5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    text-align: center; }
    .showView .inGame .showInfo {
      margin-top: 10px;
      font-size: 16px;
      color: #fff; }
    .showView .inGame .disabled {
      color: #ccc;
      text-shadow: 1px 1px 0px rgba(204, 204, 204, 0.5);
      background-color: rgba(160, 170, 180, 0.85); }

.radioFrame {
  position: relative;
  margin: 20px 0 10px 10px;
  width: 122.5px; }
  .radioFrame .radio input {
    vertical-align: middle;
    margin-bottom: 4px;
    width: 25px;
    height: 25px; }
  .radioFrame .radio span {
    margin-left: 5px;
    font-size: 20px;
    line-height: 35px; }
  .radioFrame .radio:last-child {
    margin-top: 20px; }

.radioPVE {
  position: relative;
  margin-top: 10px;
  margin-left: 10px;
  width: 105px;
  height: 35px; }
  .radioPVE input {
    margin: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px; }
  .radioPVE span {
    margin-left: 0;
    vertical-align: top;
    font-size: 16px;
    line-height: 29px; }

@media only screen and (max-width: 800px) {
  .content {
    width: 272px; }
    .content .mainView {
      width: 272px;
      height: 272px;
      border-radius: 15px 15px 0 0; }
    .content .showView {
      width: 272px;
      height: 102px;
      border-radius: 0 0 15px 15px; }
      .content .showView .button {
        text-align: center;
        float: right;
        width: 59.5px;
        height: 30.6px;
        font-size: 11px;
        text-shadow: 2px 2px 2px #000;
        line-height: 30.6px;
        border-radius: 15.3px; }
      .content .showView .startButton {
        margin-top: 18.7px;
        margin-right: 30.6px; }
      .content .showView .inGame {
        float: right;
        margin-top: 15px;
        margin-right: 10px;
        width: 85px;
        border: 2px solid #ccc;
        border-radius: 10px; }
        .content .showView .inGame .showInfo {
          margin-top: 6px;
          font-size: 12px; }
        .content .showView .inGame .button {
          float: right;
          margin: 10px 3.4px 5px;
          width: 34px;
          height: 25.5px;
          font-size: 10px;
          line-height: 25.5px;
          border-radius: 12.75px; }
      .content .showView .mobileStyle {
        float: left;
        margin: 17px 3.4px 0 25.5px;
        width: 59.5px;
        height: 27.2px;
        font-size: 9px;
        line-height: 27.2px;
        border-radius: 13.6px; }
    .content .radioFrame {
      position: relative;
      float: left;
      margin-left: 12px;
      margin-top: 10px;
      width: 68px; }
      .content .radioFrame .radio input {
        margin-bottom: 0;
        width: 12px;
        height: 12px;
        vertical-align: middle; }
      .content .radioFrame .radio span {
        margin-left: 5px;
        font-size: 12px;
        vertical-align: middle;
        line-height: 17px; }
      .content .radioFrame .radio:last-child {
        margin-top: 10px; }
    .content .radioPVE {
      margin-top: 5px;
      margin-left: 5px;
      width: 68px;
      height: 17px; }
      .content .radioPVE input {
        margin: 0;
        width: 8px;
        height: 8px; }
      .content .radioPVE span {
        font-size: 10px;
        margin-left: 5px;
        line-height: 11px;
        vertical-align: middle; } }

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