.mainbox {
  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 {
  text-decoration: none;
  color: #666666;
  font-size: 16px;
}

.mainbox h2 {
  margin-top: 14px;
  text-align: center;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
}

.mainbox .searchBox {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 40px;
  margin-top: 50px;
}

.mainbox .searchBox span {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
}

.mainbox .searchBox input {
  width: 230px;
  height: 40px;
  padding-left: 10px;
  outline: none;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  border: 1px solid #DDDDDF;
  border-radius: 4px;
  box-sizing: border-box;
}

.mainbox .searchBox button {
  width: 160px;
  height: 40px;
  color: white;
  background: #1976D2;
  border-radius: 4px;
  border: 0;
  margin-left: 30px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}

.mainbox table {
  table-layout: fixed;
  width: 100%;
  /*height: 281px;*/
  margin-top: 16px;
  border-top: 1px solid #FFD9DADC;
  border-left: 1px solid #FFD9DADC;
  box-sizing: border-box;
  border-collapse:collapse;
}
.mainbox table tr th {
  border:1px solid #d9dadc!important;
  background-color: #f5f7f9;
  box-sizing: border-box;
  height: 55px;
  vertical-align: middle;
  font-size: 14px;
}



.mainbox table tr td {
  border-right: 1px solid #d9dadc;
  border-bottom: 1px solid #d9dadc;
  box-sizing: border-box;
  height: 55px!important;
}

.mainbox table tr td:first-child {
  text-align: center;
}

.mainbox table tr td:nth-child(2) {
  padding: 0 16px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #1976D2;
  line-height: 19px;
}
.mainbox table tr td:nth-child(2) a {
  text-decoration: none;
}
.mainbox table tr td:nth-child(2) a:hover {
  color: #337AB7;
}

.mainbox table tr td:nth-child(3) {
  padding-left: 9px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
}

.mainbox table tr td:nth-child(4) {
  padding-left: 14px;
  padding-right: 9px;
}

/*.mainbox table tr td:nth-child(5) {*/
  /*padding-left: 24px;*/
/*}*/

.mainbox table tr td:last-child {
  padding-left: 15px;
}
.fixed-table-pagination{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  /*background-color: red;*/
}
.input-group{
  width: 150px;
}

.fixed-table-loading{
  display: none
;
}
.pagination{
  display: flex;
  /*flex-direction: row;*/
  margin: 0!important;
  padding-top: 20px;
}
.pagination li{
  float: left;
  /*margin-top: -25px;*/
  /*border: 1px solid #999999;*/
  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;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
}
