.mainbox {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 126px;
  padding-top: 30px;
  box-sizing: border-box;
}
.h1, .h2, .h3, h1, h2, h3{
  margin: 0!important;
  /*font-weight:bold!important;*/
}

.mainbox .bread {
  margin-left: 20px;
  color: #666666;
  font-size: 16px;
}
.mainbox .bread a{
  color: #666666;
  font-size: 16px;
  text-decoration: none;
}
.mainbox  .secondarytabBar {
  display: flex;
  width: 1200px;
  height: 40px;
  margin-top: 39px;
  box-sizing: border-box;
}

.mainbox  .secondarytabBar li {
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: url("/site/image/tabBar.png");
  border-radius: 4px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  cursor: pointer;
  box-sizing: border-box;
  margin-right: 30px;
}
.mainbox  .secondarytabBar li a{
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  text-decoration: none;

}
.mainbox .secondarytabBar .current{
  background: url("/site/image/tabBar_active.png");
  color: #fff;
}
.mainbox .secondarytabBar .current a{
  color: #fff;
}

.mainbox .box {
  width: 100%;
  margin-top: 22px;
  margin-bottom: 59px;
}

.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-bottom: 0!important;
}


.mainbox .box .form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /*height: 201px;*/
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #D9DADC;
  border-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 39px;
}

/*.mainbox .box .form .status {*/
  /*display: flex;*/
  /*width: 100%;*/
  /*font-size: 14px;*/
  /*font-family: Source Han Sans CN;*/
  /*font-weight: 500;*/
  /*color: #333333;*/
/*}*/

/*.mainbox .box .form .status li {*/
   /*margin: 0 10px;*/
  /*padding: 2px 10px;*/
  /*cursor: pointer;*/
  /*background-color:#EDEEFA ;*/
 /*}*/
/*.mainbox .box .form .status .current {*/
  /*color: #FFFFFF;*/
  /*background-color: #1976D2;*/
  /*border-radius: 5px;*/
/*}*/

.mainbox .box .form .status li:first-child {
  margin: 0;
}

.mainbox .box .form .item {
  display: flex;
  align-items: center;
  height: 40px;
  width: 300px;
  margin-right: 85px;
  margin-top: 10px;
}
.mainbox .box .form .item:first-child span{
  width: 110px;
  text-align: right;
}

.mainbox .box .form .item:nth-child(4){
  margin-right: 43px;
}
.mainbox .box .form .item:nth-child(4) span{
  text-align: right;
  width: 94px;
}
.mainbox .box .form .item:nth-child(5){
  /*margin-left: 125px;*/
  width: 460px;
  margin-right: 0px;
}
.mainbox .box .form .item:nth-child(5) span{
  width: 110px;
}
.mainbox .box .form .item:last-child{
  /*margin-left: 755px;*/
  width: 200px;
  margin-right: 0px!important;
  margin-left: 42px;
}

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

.mainbox .box .form .item select {
  width: 190px;
  height: 100%;
  padding-left: 10px;
  margin-left: 5px;
  outline: none;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  box-sizing: border-box;
  border: 1px solid #DDDDDF;
  border-radius: 4px;
}

.mainbox .box .form .item input {
  width: 190px;
  height: 100%;
  padding-left: 10px;
  margin-left: 15px;
  outline: none;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  border: 1px solid #DDDDDF;
  border-radius: 4px;
  box-sizing: border-box;
}
.mainbox .box .form .item select {
  width: 190px;
  height: 100%;
  padding-left: 10px;
  margin-left: 15px;
  outline: none;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  border: 1px solid #DDDDDF;
  border-radius: 4px;
  box-sizing: border-box;
}

.mainbox .box .form .item button {
  width: 90px;
  height: 100%;
  border-radius: 4px;
  font-size: 14px;
}

.mainbox .box .form .item button:first-child {
  /*background-color: #C1DEF5;*/

  /*margin-left: 90px;*/
  /*border: 1px solid rgba(25, 118, 210, 0.43);*/
  outline: none;
  font-size: 14px;
    background-color: #1976D2;
    border: 1px solid #1976D2;
    color: #fff;

}

.mainbox .box .form .item button:last-child {
  margin-left: 10px;
    color: #1976D2;
    background: #C1DEF5;
    border: 1px solid rgba(25, 118, 210, 0.43);;
    outline: none;
    font-size: 14px;

}

.mainbox .box table {
  width: 100%;
  table-layout: fixed;
  box-sizing: border-box;
  border-collapse:collapse;
  border: 1px solid #d9dadc;

}

.mainbox .box table tr {
  box-sizing: border-box;
}

.mainbox .box table tr:first-child {
  height: 56px;
}

.mainbox .box table tr th {
  background-color: #f5f7f9;
  box-sizing: border-box;
  /*border: 1px solid #d9dadc;*/
  border-top: 1px solid #d9dadc!important;
  border-bottom: 1px solid #d9dadc!important;
  font-size: 14px;
  text-align: center;
}

.mainbox .box table tr th:first-child {
  width: 61px;

}

.mainbox .box table tr th:nth-child(2) {
  width: 174px;
}

.mainbox .box table tr th:nth-child(3) {
  width: 238px;
}

.mainbox .box table tr th:nth-child(4) {
  width: 257px;
}

.mainbox .box table tr th:nth-child(5) {
  /*width: 178px;*/
}

.mainbox .box table tr th:nth-child(6) {
  /*width: 171px;*/
}

.mainbox .box table tr th:last-child {
  /*width: 119px;*/
}

.mainbox .box table tbody tr td {
  height: 55px;
  border-top: 1px solid #d9dadc;
  border-bottom: 1px solid #d9dadc;
  box-sizing: border-box;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
}
.mainbox .box table tr td a{
  color: #1976D2;
  text-decoration: none;
}

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

.mainbox .box table tr td:nth-child(2) {
  text-align: center;
}


.mainbox .box table tr td:nth-child(3) {
  /*padding-left: 8px;*/
  color: #1976D2;
  text-align: center;

}
.mainbox .box table tr td:nth-child(3) a{
  width: 100%;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 这里是超出几行省略 */
  overflow: hidden;

}


.mainbox .box table tr td:nth-child(4) {
  /*padding-left: 8px;*/
  text-align: center;

}

.mainbox .box table tr td:nth-child(5) {
  text-align: center;
}

.mainbox .box table tr td:nth-child(6) {
  text-align: center;
}

.mainbox .box table tr td:last-child {
  /*padding-left: 46px;*/
  text-align: center;

}

.fixed-table-pagination{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  /*background-color: red;*/
}
.fixed-table-loading{
  display: none
;
}
.fixed-table-pagination>.pagination .page-jump-to{
  /*margin: 20px 0;*/
}
.pagination{
  display: flex;
  flex-direction: row;
}
.pagination li{
  float: left;
  /*border: 1px solid #999999;*/
  color: #999999;
  text-align: center;
  line-height: 30px;
  margin-right: 15px;
  border-radius: 4px;
  cursor: pointer;
  /*padding: 0 10px 0 10px;*/
}
.pagination li a{
  color: #999999;
  overflow: hidden;
  width: 100%;
  display: block;
}
/*.pagination-info{*/
  /*display: none;*/
/*}*/
/*.pull-left{*/
  /*display: none;*/
/*}*/
.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;
}
.modal table{
   width: 100%;
   table-layout: fixed;
   box-sizing: border-box;
   border-collapse:collapse;
   border: 1px solid #d9dadc;
 }
.modal table tbody tr td{
  height: 35px;
  border: 1px solid #d9dadc;
}
.modal table tbody tr td:nth-child(odd){
  width: 100px;
  text-align: right;
  background: #EDEEFA;
}
.modal table tbody tr td:nth-child(even){
  text-align: left;
  padding-left: 10px;
}
.modal .levelHead{
  width: 100%;
}
.modal .levelHead h2{
  width: 100%;
  text-align: center;
  font-size: 24px;
  border: 0;
}
.modal .levelHead p{
  text-indent: 28px;
}
.modal #tableBox3{
  width: 100%;
}
.modal #tableBox3 thead th{
  height: 35px;
  border: 1px solid #d9dadc;
  text-align: center;
  background: #f8f8f8;
}
.modal #tableBox3 tbody td{
  border: 1px solid #d9dadc;
  text-align: center;
  background-color: #FFFFFF;
}
.modal-open {
  overflow-y: auto !important;
  padding-right: 0 !important;
}
