.p-l-form {
      display: block;
      width: 100%;
      overflow: hidden;
      margin: 0 auto 30px;
      border: 1px solid #ddd;
      height: 200px;
      overflow-y: auto;
  }
.layui-table td, .layui-table th{
   border-left: none;
   border-top:none;
}
.layui-table{
    margin-top:0;
}
.lefttd{
   background: #0673b6;
   color: #fff;
   width: 10%;
   text-align: center;
}
.paramdiv{
  display: block;
  width: 100%;
}
.paramdiv li{
  display: inline-block;
  width: 120px;
}
.alldata td{
  text-align: center;
  border-left: 1px solid #eee;
  border-top:1px solid #eee;
 /* min-width: 60px;*/
}
.alldata .title td{
  background: linear-gradient(#0793ef 10%,#0075c2) no-repeat;
  color:#fff;
}
.alldata .title{
  background: linear-gradient(#0793ef 10%,#0075c2) no-repeat;
  color:#fff;
}
.alldata .title:hover{
  color:#fff;
}

.alldata img{
  width: 15px;
  cursor: pointer;
}
.alldata a{
   font-weight: bold;
   color:#0673b6;
}

.alldata a:hover{
  text-decoration: underline;
}
#seadata{
  display: block;
  width: 100%;
}
.min120{
  min-width: 120px!important;
}
