* {
  margin: 0;
  padding: 0;
  font-size: 0;
  box-sizing: border-box;
  user-select: none; }

html, body {
  font-family: 'PingFangSC-Regular','PingFang SC', 'Microsoft YaHei';
  color: #000;
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 1085px; }

ul, li {
  list-style: none; }

a {
  text-decoration: none;
  outline: none;
  color: #000; }

img {
  border: none; }

input {
  outline: none;
  background: none;
  border: none; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1;
  /*IE/7/6*/ }

.spContainer {
  width: 100%;
  min-height: 100%; }
  .spContainer .pr76 {
    padding-right: 80px; }
  .spContainer .tabBar {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #CECECE; }
    .spContainer .tabBar .backBtn {
      width: 70px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      background: #FFB600;
      border-radius: 3px;
      font-size: 14px;
      color: #FFFFFF;
      cursor: pointer;
      margin: 9px 0 0 24px; }
  .spContainer .showContent {
    width: 100%;
    padding: 8px 0; }
    .spContainer .showContent .choiceBoxAll {
      width: 100%; }
      .spContainer .showContent .choiceBoxAll .leftCB {
        width: 100%;
        padding-right: 80px;
        margin-right: -70px; }
        .spContainer .showContent .choiceBoxAll .leftCB .leftTop {
          width: 100%;
          height: 30px;
          margin-bottom: 5px;
          border-bottom: 1px solid #E5E5E5; }
          .spContainer .showContent .choiceBoxAll .leftCB .leftTop .perChoice {
            width: 11%;
            position: relative;
            display: inline-block;
            vertical-align: middle;
            position: relative; }
            .spContainer .showContent .choiceBoxAll .leftCB .leftTop .perChoice.dnc {
              display: none; }
            .spContainer .showContent .choiceBoxAll .leftCB .leftTop .perChoice .chooseBox, .spContainer .showContent .choiceBoxAll .leftCB .leftTop .perChoice .timeLabel {
              padding: 0 13px;
              display: inline-block;
              padding-right: 14px;
              font-size: 13px;
              color: #585858;
              background: url("../images/downarr.png") no-repeat right center;
              background-size: 11px auto;
              cursor: pointer;
              line-height: 29px;
              border-bottom: 1px solid #FF9400; }
            .spContainer .showContent .choiceBoxAll .leftCB .leftTop .perChoice .choiceBox {
              min-width: 100%;
              position: absolute;
              top: 100%;
              left: 50%;
              display: none;
              background-color: #fff;
              padding: 8px 13px;
              border: 1px solid #ccc;
              z-index: 3;
              max-height: 200px;
              overflow-y: auto;
              transform: translateX(-50%); }
              .spContainer .showContent .choiceBoxAll .leftCB .leftTop .perChoice .choiceBox .perchoice {
                font-size: 13px;
                color: #585858;
                line-height: 24px;
                cursor: pointer;
                white-space: nowrap; }
              .spContainer .showContent .choiceBoxAll .leftCB .leftTop .perChoice .choiceBox .perchoice.active, .spContainer .showContent .choiceBoxAll .leftCB .leftTop .perChoice .choiceBox .perchoice:hover {
                color: #333333;
                border-bottom: 3px solid #FFB600; }
              .spContainer .showContent .choiceBoxAll .leftCB .leftTop .perChoice .choiceBox .perchoice.hidec {
                display: none; }
            .spContainer .showContent .choiceBoxAll .leftCB .leftTop .perChoice #ddTime {
              opacity: 0;
              position: absolute;
              top: 0;
              left: 0; }
        .spContainer .showContent .choiceBoxAll .leftCB .leftBottom {
          margin-bottom: 12px;
          border-bottom: 1px solid #E5E5E5; }
          .spContainer .showContent .choiceBoxAll .leftCB .leftBottom .perResult {
            width: 11%;
            padding: 12px 13px;
            color: #000000;
            font-size: 13px;
            line-height: 30px;
            display: inline-block;
            vertical-align: middle;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
            .spContainer .showContent .choiceBoxAll .leftCB .leftBottom .perResult.dnc {
              display: none; }
      .spContainer .showContent .choiceBoxAll .conrimChooseBtn {
        width: 70px;
        height: 30px;
        background: #FFB600;
        border-radius: 3px;
        display: inline-block;
        cursor: pointer;
        font-size: 14px;
        color: #fff;
        text-align: center;
        line-height: 30px; }
      .spContainer .showContent .choiceBoxAll .leftCB, .spContainer .showContent .choiceBoxAll .conrimChooseBtn {
        display: inline-block;
        vertical-align: top; }
    .spContainer .showContent .searchAndBtn {
      width: 100%; }
      .spContainer .showContent .searchAndBtn .sabWrap {
        width: 100%; }
        .spContainer .showContent .searchAndBtn .sabWrap .searchBox {
          float: right;
          width: 298px;
          height: 30px;
          line-height: 30px;
          background: #F4F4F4;
          padding-left: 36px;
          padding-right: 60px;
          background: #F4F4F4 url("../images/search.png") no-repeat 15px center;
          background-size: 15px auto;
          position: relative; }
          .spContainer .showContent .searchAndBtn .sabWrap .searchBox input {
            width: 100%;
            height: 100%;
            font-size: 14px;
            color: #6C6C6C; }
          .spContainer .showContent .searchAndBtn .sabWrap .searchBox #searchBtn {
            width: 60px;
            text-align: center;
            height: 30px;
            background: #FFF2E0;
            border-radius: 3px;
            font-size: 14px;
            color: #232323;
            position: absolute;
            right: 0;
            top: 0;
            cursor: pointer;
            display: none; }
    .spContainer .showContent .maincontent {
      background: #FBFBFB;
      padding: 25px 50px; }
      .spContainer .showContent .maincontent .tableDiv {
        width: 100%; }
        .spContainer .showContent .maincontent .tableDiv .table {
          width: 100%;
          border-collapse: separate;
          border-spacing: 0 5px;
          color: #000;
          text-align: center; }
          .spContainer .showContent .maincontent .tableDiv .table thead tr th, .spContainer .showContent .maincontent .tableDiv .table thead span {
            font-size: 14px; }
          .spContainer .showContent .maincontent .tableDiv .table thead span, .spContainer .showContent .maincontent .tableDiv .table thead img {
            display: inline-block;
            vertical-align: middle; }
          .spContainer .showContent .maincontent .tableDiv .table thead th {
            position: relative;
            height: 30px;
            border-top: 1px solid #E5E5E5;
            border-bottom: 1px solid #E5E5E5;
            padding: 15px 0; }
          .spContainer .showContent .maincontent .tableDiv .table thead th img {
            width: 10px;
            height: auto;
            cursor: pointer; }
          .spContainer .showContent .maincontent .tableDiv .table thead th.dnc {
            display: none; }
          .spContainer .showContent .maincontent .tableDiv .table tbody tr td {
            height: 30px;
            font-size: 14px;
            border-bottom: 1px solid #E5E5E5; }
          .spContainer .showContent .maincontent .tableDiv .table tbody tr .dospan {
            font-size: 14px;
            color: #FF7F00;
            padding: 0 4px;
            display: inline-block;
            vertical-align: middle;
            cursor: pointer; }
          .spContainer .showContent .maincontent .tableDiv .table tbody tr .dospan:nth-child(2), .spContainer .showContent .maincontent .tableDiv .table tbody tr .dospan:nth-child(3) {
            border-left: 1px solid #BDBDBD; }
          .spContainer .showContent .maincontent .tableDiv .table tbody tr .will {
            color: red; }
          .spContainer .showContent .maincontent .tableDiv .table .theck {
            margin-left: 5px; }

.laydate_box * {
  font-size: 14px; }

#laydate_today {
  display: none !important; }

.paginationDiv {
  margin-top: 10px; }
  .paginationDiv .totalCountdiv, .paginationDiv .goDiv {
    vertical-align: top; }

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