@charset "UTF-8";
html, body {
  background: #fbfbfb;
  font-family: 微软雅黑; }
  html .warper, body .warper {
    min-height: 100%; }
    html .warper .pageBody .selectBox, body .warper .pageBody .selectBox {
      position: relative;
      z-index: 9999;
      margin: 0; }
      html .warper .pageBody .selectBox select, body .warper .pageBody .selectBox select {
        height: 50px;
        width: 238px;
        background: #f4f4f4;
        border: none;
        font-size: 15px;
        padding-left: 10px;
        font-weight: bold;
        color: #42b0d3; }
        html .warper .pageBody .selectBox select:focus, body .warper .pageBody .selectBox select:focus {
          outline: none; }
        html .warper .pageBody .selectBox select option, body .warper .pageBody .selectBox select option {
          height: 50px;
          line-height: 50px;
          color: #565656; }
    html .warper .pageBody .mainPanel, body .warper .pageBody .mainPanel {
      min-height: 100%;
      margin-left: 251px;
      position: relative;
      top: 101px;
      padding-bottom: 30px; }
      html .warper .pageBody .mainPanel .contentBox, body .warper .pageBody .mainPanel .contentBox {
        overflow-x: auto; }
        html .warper .pageBody .mainPanel .contentBox .score, body .warper .pageBody .mainPanel .contentBox .score {
          width: 100%;
          box-shadow: 0 0 5px #eee; }
          html .warper .pageBody .mainPanel .contentBox .score td:first-child, html .warper .pageBody .mainPanel .contentBox .score th:first-child, body .warper .pageBody .mainPanel .contentBox .score td:first-child, body .warper .pageBody .mainPanel .contentBox .score th:first-child {
            width: 100px; }
          html .warper .pageBody .mainPanel .contentBox .score thead tr th, body .warper .pageBody .mainPanel .contentBox .score thead tr th {
            white-space: nowrap;
            background: #f4f4f4;
            font-weight: bold;
            font-size: 15px;
            vertical-align: middle; }
          html .warper .pageBody .mainPanel .contentBox .score thead tr .borderR, body .warper .pageBody .mainPanel .contentBox .score thead tr .borderR {
            border-right: 1px solid #dfdfdf; }
          html .warper .pageBody .mainPanel .contentBox .score thead tr:nth-child(2) th:nth-child(even), body .warper .pageBody .mainPanel .contentBox .score thead tr:nth-child(2) th:nth-child(even) {
            border-right: 1px solid #dfdfdf; }
          html .warper .pageBody .mainPanel .contentBox .score td, body .warper .pageBody .mainPanel .contentBox .score td {
            border-right: 1px solid #dfdfdf;
            white-space: nowrap;
            vertical-align: middle; }
            html .warper .pageBody .mainPanel .contentBox .score td:nth-child(1), body .warper .pageBody .mainPanel .contentBox .score td:nth-child(1) {
              font-weight: bold; }
            html .warper .pageBody .mainPanel .contentBox .score td label, body .warper .pageBody .mainPanel .contentBox .score td label {
              vertical-align: middle;
              margin: 0 1px;
              padding: 0 5px; }
              html .warper .pageBody .mainPanel .contentBox .score td label input[type='radio'], body .warper .pageBody .mainPanel .contentBox .score td label input[type='radio'] {
                display: none; }
              html .warper .pageBody .mainPanel .contentBox .score td label:hover, body .warper .pageBody .mainPanel .contentBox .score td label:hover {
                cursor: Pointer; }
            html .warper .pageBody .mainPanel .contentBox .score td .select, body .warper .pageBody .mainPanel .contentBox .score td .select {
              background: #0b97c3;
              border-radius: 4px;
              color: #fff; }
    html .warper .pageBody .btnBox, body .warper .pageBody .btnBox {
      width: 98%;
      margin: 30px auto;
      /*
      border-top: 1px solid #ccc;
      */
      text-align: center;
      padding: 15px; }

a:hover, a:visited, a:focus {
  text-decoration: none;
  outline: 0; }

/*# sourceMappingURL=index.css.map */
