.mainbox {
  flex: 1;
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 150px !important;
  padding-top: 30px;
  box-sizing: border-box;
}

.mainbox .bread {
  margin-left: 20px;
  color: #666666;
  font-size: 16px;
}

.mainbox .bread a {
  color: #666666;
  text-decoration: none;
}

.mainbox .box {
  width: 100%;
  margin-top: 22px;
}

.mainbox .box h2 {
  height: 52px;
  line-height: 52px;
  padding-left: 39px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  border: 1px solid #D9DADC;
  border-bottom: 0;
  margin: 0 !important;
}

.mainbox .box .form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #D9DADC;
  border-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 30px;
}

.mainbox .box .form .item {
  display: flex;
  align-items: center;
  height: 40px;
  margin-top: 10px;
  margin-right: 30px;
}

.mainbox .box .form .item span {
  width: 99px;
  padding-right: 10px;
  text-align: right;
  white-space: nowrap;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
}

.mainbox .box .form .item input {
  width: 280px;
  height: 100%;
  padding-left: 10px;
  outline: none;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  border: 1px solid #DDDDDF;
  border-radius: 4px;
  box-sizing: border-box;
}

.mainbox .box .form .item button {
  width: 90px !important;
  height: 100%;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
}

.mainbox .box .form .item button:first-child {
  background-color: #1976D2;
  border: 1px solid #1976D2;
  color: #fff;
}

.mainbox .box .form .item button:last-child {
  margin-left: 10px;
  background: #C1DEF5;
  color: #1976D2;
  border: 1px solid rgba(25, 118, 210, 0.43);
}

.mainbox .box table {
  width: 100%;
  table-layout: fixed;
  box-sizing: border-box;
  border: 1px solid #d9dadc;
  border-collapse: collapse;
}

.mainbox .box .table > thead > tr > th,
.mainbox .box .table > tbody > tr > th,
.mainbox .box .table > tbody > tr > td,
.mainbox .box table tr th,
.mainbox .box table tr td {
  height: 55px;
  padding: 0 8px !important;
  box-sizing: border-box;
  vertical-align: middle !important;
  text-align: center !important;
  font-size: 14px;
  line-height: 1.4;
}

.mainbox .box .table > thead > tr > th,
.mainbox .box table tr th {
  border-top: 1px solid #d9dadc;
  border-bottom: 1px solid #d9dadc;
  background-color: #F5F7F9;
  font-weight: bold;
  color: #333333;
}

.mainbox .box .table > tbody > tr > td,
.mainbox .box table tr td {
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  border-top: 1px solid #d9dadc;
  border-bottom: 1px solid #d9dadc;
}

.mainbox .box .table > tbody > tr > td.dynamic-check-corp-name,
.mainbox .box table tbody tr td.dynamic-check-corp-name {
  text-align: left !important;
  padding-left: 16px !important;
}

.mainbox .box table tr td a,
.mainbox .box table tr td a:hover,
.mainbox .box table tr td a:focus,
.mainbox .box table tr td a:active {
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none;
}

.dynamic-check-corp-link,
.dynamic-check-corp-link:hover,
.dynamic-check-corp-link:focus,
.dynamic-check-corp-link:active {
  color: #f00 !important;
  font-weight: bold;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  text-decoration: none !important;
}

.fixed-table-pagination {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}

.fixed-table-loading {
  display: none;
}

.fixed-table-toolbar {
  display: none;
}

.pagination {
  display: flex;
  flex-direction: row;
}

.pagination li {
  float: left;
  margin-top: -25px;
  color: #999999;
  text-align: center;
  line-height: 30px;
  margin-right: 15px;
  border-radius: 4px;
  cursor: pointer;
  padding: 0;
}

.pagination li a {
  color: #999999;
  overflow: hidden;
  width: 100%;
  display: block;
}

.page-list {
  display: none !important;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin: 0 !important;
}

input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
}

.dynamic-check-detail-button {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 12px;
  border: 1px solid #1976D2;
  border-radius: 4px;
  background: #fff;
  color: #1976D2;
  cursor: pointer;
  line-height: 1.2;
}

.dynamic-check-detail-button:hover {
  background: #1976D2;
  color: #fff;
}

.dynamic-check-mask {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.45);
  align-items: center;
  justify-content: center;
}

.dynamic-check-mask.show {
  display: flex;
}

.dynamic-check-dialog {
  position: relative;
  width: 720px;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 80px);
  overflow: auto;
  padding: 28px 36px 32px;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
}

.dynamic-check-dialog h3 {
  margin-bottom: 20px !important;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.dynamic-check-dialog-close {
  position: absolute;
  top: 12px;
  right: 16px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  color: #999;
  cursor: pointer;
}

.dynamic-check-dialog dl {
  margin: 0;
}

.dynamic-check-detail-row {
  display: flex;
  border: 1px solid #D9DADC;
  border-bottom: 0;
}

.dynamic-check-detail-row:last-child {
  border-bottom: 1px solid #D9DADC;
}

.dynamic-check-detail-row dt {
  width: 160px;
  flex-shrink: 0;
  margin: 0;
  padding: 12px 16px;
  background: #F5F7F9;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  box-sizing: border-box;
}

.dynamic-check-detail-row dd {
  flex: 1;
  margin: 0;
  padding: 12px 16px;
  font-size: 14px;
  color: #333;
  word-break: break-all;
  box-sizing: border-box;
}
