.mainbox {
  width: 1200px;
  margin: 0 auto;
  /*margin-bottom: 191px;*/
  padding-top: 30px;
  box-sizing: border-box;
  /*margin-bottom: 100px!important;*/
}
.h1, .h2, .h3, h1, h2, h3{
  margin: 0!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;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  margin-top: 39px;
}

.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: 400;
  color: #333333;
  cursor: pointer;
  box-sizing: border-box;
}
.mainbox .secondarytabBar li{
  color: #333333;
}
.mainbox .secondarytabBar li a{
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
text-decoration: none;
}
.mainbox .secondarytabBar .current {
  background: url("/site/image/tabBar_active.png");
  color: #fff;
}
.mainbox .secondarytabBar .current  a{
  /*background-color: #1976D2;*/
  color: #fff;
}

.mainbox .box {
  width: 100%;
  height: 900px;
  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;
}

.mainbox .box .form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /*height: 192px;*/
  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;
  width: 33%;
  height: 40px;
  margin-top: 10px;
}

.mainbox .box .form .item:nth-child(2) {
  width: 30%;
  margin-left: 20px;
}

.mainbox .box .form .item:nth-child(2) span {
  width: 130px;
}



.mainbox .box .form .item:nth-child(3) {
  margin-left: 20px;
}

.mainbox .box .form .item:nth-child(3) span {
  width: 130px;
}

.mainbox .box .form .item:nth-child(5) {
  width: 30%;
  margin-left: 20px;
}

.mainbox .box .form .item:nth-child(5) span {
  width: 130px;
}

.mainbox .box .form .item:nth-child(6) {
  margin-left: 20px;
}

.mainbox .box .form .item:nth-child(6) span {
  width: 130px;
}

.mainbox .box .form .item span {
  width: 170px;
  padding-right: 10px;
  text-align: right;
  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: 8px;
  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 input {
  width: 190px;
  height: 100%;
  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 .box .form .item button {
  width: 90px !important;
  height: 100%;
  border-radius: 4px;
}

.mainbox .box .form .item button:first-child {
  margin-left: 205px;
  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);
}

.mainbox .box table {
  width: 100%;
  /*height: 570px;*/
  table-layout: fixed;
  box-sizing: border-box;
  border:1px solid #d9dadc!important; ;
  border-collapse:collapse;
}

.mainbox .box table tr {
  box-sizing: border-box;
}

.mainbox .box table tr th {
  border-top:1px solid #d9dadc ;
  border-bottom:1px solid #d9dadc;
  background-color: #f5f7f9;
  box-sizing: border-box;
  height: 55px;
  vertical-align: middle;
  font-size: 14px;
}


.mainbox .box table tr th:first-child {
  width: 98px;
}

.mainbox .box table tr th:nth-child(2) {
  width: 392px;
}

.mainbox .box table tr th:nth-child(3) {
  width: 292px;
}

.mainbox .box table tr th:nth-child(4) {
  width: 211px;
}

.mainbox .box table tr th:last-child {
  width: 204px;
}

.mainbox .box table tr td {
  height: 55px;
  box-sizing: border-box;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  border-top:1px solid #d9dadc ;
  border-bottom:1px solid #d9dadc;
}
.mainbox .box table .no-records-found td{
  text-align: center;
}
.mainbox .box table tr td a{
  color: #1976D2;
  text-decoration: none;
}
.mainbox .box table tr td a:hover{
  color: #1976D2;
}
.layui-layer-shade {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

/*.mainbox .box table tr td:first-child {*/
  /*text-align: center;*/
/*}*/

/*.mainbox .box table tr td:nth-child(2) {*/
  /*padding-left: 52px;*/
  /*color: #1976D2;*/
/*}*/

/*.mainbox .box table tr td:nth-child(3) {*/
  /*text-align: center;*/
/*}*/

/*.mainbox .box table tr td:nth-child(4) {*/
  /*padding-left: 44px;*/
/*}*/

/*.mainbox .box table tr td:last-child {*/
  /*padding-left: 46px;*/
/*}*/


.fixed-table-pagination{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  /*background-color: red;*/
}
/*.fixed-table-pagination>.pagination .page-jump-to{*/
  /*margin: 20px 0;*/
/*}*/
.fixed-table-loading{
  display: none
;
}
.pagination{
  display: flex;
  flex-direction: row;
}
.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;
}
/*.pagination-info{*/
  /*display: none;*/
/*}*/
/*.pull-left{*/
  /*display: none;*/
/*}*/

.page-list{
  display: none!important;
}
.h1, .h2, .h3, h1, h2, h3{
  margin: 0!important;
  /*font-weight: bold!important;*/
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
}