.list .index_header {
  width: 100%;
  height: 56px;
  background-color: #f3f7fa; }
  .list .index_header .index_header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 56px; }
    .list .index_header .index_header_wrap .index_header_left {
      display: flex;
      align-items: center; }
      .list .index_header .index_header_wrap .index_header_left img {
        width: 26px; }
      .list .index_header .index_header_wrap .index_header_left span {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        color: #656565;
        margin-left: 5px; }
    .list .index_header .index_header_wrap .index_header_right {
      width: 257px;
      height: 36px;
      background-color: #ffffff;
      border-radius: 8px;
      border: solid 1px #2571b0;
      display: flex; }
      .list .index_header .index_header_wrap .index_header_right input {
        width: 186px;
        background-color: #ffffff;
        height: 34px;
        border-radius: 8px;
        padding: 0 10px; }
      .list .index_header .index_header_wrap .index_header_right .search {
        width: 71px;
        background-color: #2571b0;
        border-radius: 0px 8px 8px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer; }
        .list .index_header .index_header_wrap .index_header_right .search img {
          width: 17px; }
        .list .index_header .index_header_wrap .index_header_right .search span {
          font-size: 14px;
          color: #ffffff;
          margin-left: 5px; }
.list .list_wrap {
  margin: auto;
  margin-top: 40px;
  width: 520px;
  height: 433px;
  background-color: #ffffff;
  border: solid 1px #999999; }
  .list .list_wrap .title {
    width: 520px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-family: MicrosoftYaHei-Bold;
    font-size: 28px;
    color: #ffffff;
    background-color: #2571b0;
    margin-bottom: 40px; }
  .list .list_wrap .item {
    width: 340px;
    margin: auto;
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    .list .list_wrap .item .item_name {
      width: 84px;
      text-align: right; }
    .list .list_wrap .item input {
      width: 250px;
      height: 40px;
      border: solid 1px #999999;
      padding: 0 10px; }
  .list .list_wrap .button {
    width: 100px;
    height: 50px;
    background-color: #144995;
    margin: 40px auto 20px;
    display: block;
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    color: #ffffff; }
  .list .list_wrap .tips {
    font-size: 14px;
    color: #eb0000;
    margin-top: 20px;
    text-align: center; }
.list .alert_wrap {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5); }
  .list .alert_wrap .alert {
    width: 400px;
    height: 300px;
    position: absolute;
    background: #ffffff;
    border-radius: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    text-align: center; }
    .list .alert_wrap .alert img {
      margin: auto;
      margin-top: 30px;
      margin-bottom: 20px; }
    .list .alert_wrap .alert p {
      font-size: 20px;
      color: #333;
      margin-bottom: 10px; }
    .list .alert_wrap .alert .sub_p {
      font-size: 16px;
      color: #666666; }
    .list .alert_wrap .alert button {
      width: 100px;
      height: 36px;
      border-radius: 18px;
      background: #2571b0;
      color: #ffffff;
      font-size: 16px;
      margin-top: 20px; }

/*# sourceMappingURL=check.css.map */
