body {
  background: #e9e9e9;
}

.layui-card-header {
  background-color: #f9f9f9;
  font-weight: bold;
}

.gFlex {
  display: flex;
  align-items: center;
}

.gMl10 {
  margin-left: 10px;
}

.gMr10 {
  margin-right: 10px;
}

.gMt10 {
  margin-top: 10px !important;
}

.gBox {
  margin: 20px;
}

.gForm {
  margin-right: 220px;
}

.gSearch .layui-form-label {
  padding: 9px 0;
}
.gSearch .layui-inline {
  margin-bottom: 10px;
}
.gSearch .layui-input-inline {
  width: 220px;
}

.gQuote {
  margin-top: 10px;
  white-space: pre-wrap;
  padding: 5px;
}

.gEll {
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gmSearch .layui-form-label {
  padding: 9px 0;
  width: 4em;
}
.gmSearch .layui-input-block {
  margin-left: 4em;
}

.msgImgMax {
  max-width: 100%;
  max-height: 200px;
}

.msgVideo {
  max-width: 100%;
  max-height: 300px;
}

.msgCover {
  width: 5em;
  height: 5em;
  margin-right: 0.5em;
}

.pTab {
  margin-right: 10px;
}
.pTab.pActive {
  color: #1890ff;
  border-bottom: 1px solid #1890ff;
}

.treeSelect {
  height: 300px;
  overflow-y: auto;
  width: 380px;
  border: 1px solid #eee;
  padding: 5px 0 5px 10px;
  box-sizing: border-box;
}

.gAlert {
  border: 1px solid #ffdda6;
  background: #fff2db;
  padding: 10px;
}
.gAlert a {
  color: #1890ff;
}

.layui-btn {
  background-color: #1890ff;
}

.layui-btn-primary {
  background-color: transparent;
}

.layui-btn-danger {
  background-color: #FF5722;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #1890ff;
}

.gUpload {
  display: flex;
}
.gUpload ._list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: -5px;
}
.gUpload ._list ._item {
  display: flex;
  align-items: center;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  margin-bottom: 5px;
  border: 1px solid #e6e6e6;
}
.gUpload ._list ._item ._img {
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: cover;
}
.gUpload ._list ._item ._name {
  line-height: 36px;
  padding: 0 10px;
}
.gUpload ._list ._item ._remove {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background-color: red;
  border-radius: 50%;
  color: #fff;
}
.gUpload ._list ._item ._icon {
  padding-left: 10px;
  text-align: center;
  line-height: 36px;
  font-size: 28px;
}
.gUpload ._btn {
  flex-shrink: 0;
}

.select2-container .select2-selection--multiple {
  min-height: 38px;
}

/*# sourceMappingURL=admin-page.css.map */
