@charset "UTF-8";
/**
 * @file grade.scss
 * @public
 * 成绩相关公用样式
 */
/**
 * @file _variable.scss
 * @private
 * @overview
 * colors
 */
#doc-main > .main {
  padding: 0; }

.score-wrap {
  z-index: 2;
  padding: 37px;
  min-height: 740px;
  box-sizing: border-box;
  overflow: visible;
  background-color: #fff;
  background-image: url("/res/default/img/event_grade_bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover; }
  .score-wrap .u-title {
    padding-bottom: 26px;
    text-align: center; }
  .score-wrap .search-wrap {
    width: 600px;
    font-size: 15px;
    margin: 0 auto; }
    .score-wrap .search-wrap .form-line {
      margin-bottom: 20px; }
    .score-wrap .search-wrap label {
      font-weight: bold;
      display: inline-block;
      width: 120px;
      text-align: right; }
    .score-wrap .search-wrap input {
      width: 390px;
      height: 36px;
      border: 1px solid #e6e6e6;
      padding-left: 10px;
      margin-left: 20px;
      font-size: 14px;
      border-radius: 2px; }
    .score-wrap .search-wrap .submit {
      display: block;
      width: 120px;
      height: 36px;
      font-size: 16px;
      color: #fff;
      margin-left: 144px;
      border: none;
      border-radius: 2px; }
  .score-wrap .split-line {
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    margin-bottom: 46px; }

/*# sourceMappingURL=grade-query.css.map */
