.wrap{
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.page-inner-body{
  display: flex;
}
.page-left,.pro-category{
  width: 190px;
  overflow: hidden;
}
.page-left{padding-right:15px;}
.pro-category>ul>li>a {
  width: 100%;
}
.page-right{
  flex-grow: 1;
}
.layui-table td, .layui-table th{
  padding: 2px;
  font-size:12px;
}
.layui-form-checkbox[lay-skin=primary] i{
  width: 12px;
  height: 12px;
  line-height: 12px;
}
.select{
	position: relative;
}
.select .select-checked{
	min-width: 80px;
	height: 30px;
	border:1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	cursor: pointer;
}
.select .select-checked img{
	position: absolute;
	width: 13px;
	height: 13px;
	right: 5px;
}
.select .select-option{
	background: #fff;
	border:1px solid #ccc;
	border-top: none;
	margin-top: -1px;
	position: absolute;
	width: 100%;
    max-height:505px;
	box-sizing: border-box;
	z-index: 999999;
	display: none;
    overflow:auto;
}
.select .select-option .option{
	display: flex;
	height: 30px;
	align-items: center;
	padding: 0 5px;
}
.select .layui-form-checkbox[lay-skin=primary]{
	padding: 0;
	margin-right: 5px;
	min-width:14px;
	min-height: 14px;
}


.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: #D90000;
   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(#EF0000 50%,#D90000) no-repeat;
  color:#fff;
}
.alldata .title{
  background: linear-gradient(#EF0000 50%,#D90000) no-repeat;
  color:#fff;
}
.alldata .title:hover{
  color:#fff;
}

.alldata img{
  width: 15px;
  cursor: pointer;
}
.alldata a{
   font-weight: bold;
   color:#D90000;
   text-decoration: none;
}

.alldata a:hover{
  text-decoration: underline;
}
#seadata{
  display: block;
  width: 100%;
}
.min120{
  min-width: 120px!important;
}
