/*滚动条样式*/

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #555;
}

.layui-form-pane .layui-form-label {
  width: 90px;
  padding: 8px 0px;
  height: 38px;
  line-height: 20px;
}

.btn-floatR {
  float: right;
}

.layui-btn-group {
  margin-bottom: 5px;
  line-height: 38px;
}

th {
  text-align: center;
}

input[readonly],
textarea[disabled],
input[disabled] {
  background-color: #fbfbfb;
}


.bgyl {
  height: 450px;
}

.layui-form-item {
  margin-bottom: 5px !important;
  clear: both;
}

textarea {
  resize: none;
}

/*适配小分辨率笔记本屏幕*/
@media screen and (max-width: 1600px) {
  .layui-btn {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 12px;
    border: none;
    border-radius: 2px;
    cursor: pointer
  }

  .layui-btn-xs {
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    font-size: 12px;
    display: inline-block;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    border: none;
    border-radius: 2px;
    cursor: pointer;
  }

  .bgyl {
    height: 300px;
  }
}

#toolbar {
  margin: 10px !important;
}

.bootstrap-table {
  margin: 0 10px !important;
}

.ztree * {
  font-size: 14px;
}