html,
body {
  height: 100%;
  font-family: PingFang SC, "微软雅黑", Arail, Tabhoma;
}
.bbt-common-wrap {
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
.bbt-common-wrap .bbt-common-title {
  padding: 16px 0 12px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #e8ebee;
  line-height: 18px;
}
.bbt-common-wrap .bbt-common-title > span {
  border-left: 4px solid #73b3f6;
  border-color: #0072d2;
  padding-left: 15px;
  font-size: 16px;
  color: #333;
}
.bbt-common-wrap .bbt-common-head {
  height: 50px;
}
.bbt-common-wrap .bbt-common-head .layui-form-label{
  padding:5px 15px;
}
.bbt-common-wrap .bbt-common-head .row {
  padding: 10px 0;
  height: 30px;
}
.bbt-common-wrap .bbt-common-head .layui-input-block {
  margin-left: 0;
}
.bbt-common-wrap .bbt-common-head .layui-form:after{
  content: '';
  height: 0;
  clear:both;
  overflow: hidden;
}
.bbt-common-wrap .bbt-common-head .floatLeft {
  float: left;
}
.bbt-common-wrap .bbt-common-head .floatRight {
  float: right;
}
.bbt-common-wrap .bbt-common-head .layui-input,
.bbt-common-wrap .bbt-common-head .layui-select,
.bbt-common-wrap .bbt-common-head .layui-textarea {
  height: 30px;
  line-height: 30px\9;
}
.bbt-common-wrap .bbt-common-head .layui-btn {
  height: 30px;
  line-height: 30px;
}
.bbt-common-wrap .bbt-common-head .layui-inline {
  vertical-align: top;
}
.bbt-common-wrap .bbt-common-main {
  position: absolute;
  top: 143px;
  left: 20px;
  right: 20px;
  box-sizing: border-box;
  bottom: 20px;
  margin: auto;
}
.bbt-common-wrap .bbt-common-main .layui-table-view {
  height: 100%;
  margin: 0;
}

.layui-input, .layui-textarea{
  transition: none!important;
  -webkit-transition: none!important;
  -webkit-transition: none!important;
  -webkit-transition: none!important;
}

.bbt-common-wrap .bbt-common-head .layui-form-label{
  width:auto;
}
