@charset "UTF-8";
.bx_check-head {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  background: #fff;
 margin-top: 10px;
  -webkit-box-shadow: 0 0 14px rgba(67, 90, 142, 0.2);
  box-shadow: 0 0 14px rgba(67, 90, 142, 0.2); }
  .bx_check-head .check-tit {
    font-size: 24px;
    text-align: center;
    color: #e13b3b; }
  .bx_check-head .check-box {
    margin: 30px 0 40px;
    font-size: 0;
    text-align: center; }
    .bx_check-head .check-box > * {
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px; }
    .bx_check-head .check-box .check-ipt {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 600px;
      height: 60px;
      padding: 5px 20px;
      border: 1px solid #dddddd;
      background: #ffffff;
      font-size: 16px;
      color: #999999; }
    .bx_check-head .check-box .check-btn {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 140px;
      height: 60px;
      font-size: 20px;
      color: #ffffff;
      border: none;
      outline: none;
      cursor: pointer; }
      .bx_check-head .check-box .check-btn.check-btn1 {
        background: #e13b3b; }
      .bx_check-head .check-box .check-btn.check-btn2 {
        background: #a112c3; }
  .bx_check-head .check-tips {
   /* font-size: 16px;*/
    line-height: 28px;
    font-weight: bolder;
    color: #e13b3b;
    text-align: center; }

.check-report {
  padding: 15px 0 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center; }

.check-table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-left: 1px solid #e6e6e6;
  text-align: center; }

.check-table tr.coveryellow {
  background: #fff; }

.check-table th,
.check-table td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.check-table th {
  height: 36px;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
  font-size: 14px;
  line-height: 36px;
  font-weight: bold;
  color: #333; }

.check-table td {
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-size: 13px;
  line-height: 36px; }

.check-table .color-warning {
  color: #ff5400; }

.check-table .color-error {
  color: #FF1414; }

.check-result .result-success {
  height: 36px;
  background: #5ebb81;
  line-height: 36px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #ffffff; }
  .check-result .result-success i {
    margin: 0 4px;
    vertical-align: -4px; }

.check-result .result-details img {
  display: block;
  max-width: 100%;
  margin: 10px auto; }

.reportModal {
  display: none; }
  .reportModal .modal-header {
    height: 56px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 56px;
    background: #FAFAFA; }
  .reportModal .modal-content {
    padding: 10px 20px; }
    .reportModal .modal-content .form-group {
      font-size: 0;
      margin: 18px 0; }
      .reportModal .modal-content .form-group label {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        line-height: 36px;
        color: #666666; }
      .reportModal .modal-content .form-group input {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 516px;
        height: 36px;
        padding: 5px 20px;
        border: 1px solid #CCCCCC;
        background: #ffffff;
        font-size: 14px; }
      .reportModal .modal-content .form-group textarea {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 516px;
        height: 110px;
        padding: 5px 20px;
        border: 1px solid #CCCCCC;
        background: #ffffff;
        font-size: 14px;
        resize: none;
        outline: none; }
  .reportModal .modal-footer {
    padding: 20px 0;
    text-align: center; }
    .reportModal .modal-footer .modal-footer-btn {
      width: 118px;
      height: 32px;
      border-radius: 4px;
      background: #458FFF;
      font-size: 14px;
      color: #FFFFFF;
      border: none;
      outline: none;
      cursor: pointer; }
