@charset "UTF-8";
@font-face {
  font-family: 'iconfont';
  /* Project id 2645146 */
  src: url("//at.alicdn.com/t/font_2645146_56m3teebzl9.woff2?t=1649228639659") format("woff2"), url("//at.alicdn.com/t/font_2645146_56m3teebzl9.woff?t=1649228639659") format("woff"), url("//at.alicdn.com/t/font_2645146_56m3teebzl9.ttf?t=1649228639659") format("truetype");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  height: 100%;
  font-size: 14px;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  height: 100%;
  box-sizing: border-box;
}

a {
  color: #333333;
  text-decoration: none;
}

dl,
dt,
dd,
h1,
h2,
h3,
h4,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

.mm {
  max-width: 1000px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.row {
  flex-direction: row;
}

.column {
  flex-direction: column;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear::after {
  display: block;
  height: 0;
  clear: both;
  width: 100%;
  content: '';
}

.position-xd {
  position: relative;
}

/*横向菜单*/
.location {
  margin-bottom: 20px;
  height: 50px;
  box-sizing: border-box;
  padding: 20px 34px 0;
  border-bottom: 1px solid #ccc;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}

.location a::after {
  content: ' > ';
}

.location a:last-child::after {
  content: '';
}

.container {
  box-sizing: border-box;
  padding: 70px 20px 20px;
}

.actionBtns {
  text-align: right;
}

/*当前地址*/
.layerWin {
  padding: 15px;
  background-color: #ffffff;
  min-height: calc(100vh - 30px);
}

/*分页*/
#pageArea {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 15px 0;
}

#pageArea .pagination ul li {
  display: inline-block;
  margin-left: 10px;
}

#pageArea .pagination ul li.active {
  background-color: #009688;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  min-width: 20px;
  text-align: center;
}

#pageArea .pagination ul li a:hover {
  text-decoration: underline;
  color: #F60;
}

@media screen and (max-width: 768px) {
  #pageArea .page-info-block #total_page {
    display: none;
  }
  #pageArea .pagination ul li {
    display: none;
  }
  #pageArea .pagination ul li.wa {
    display: inline-block;
  }
}

/*权限列表*/
#qxlist h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}

#qxlist ul {
  margin-bottom: 10px;
}

#qxlist ul li {
  display: inline-block;
  vertical-align: middle;
}

#qxlist ul li:first-child {
  min-width: 100px;
  text-align: left;
}

/* 图片上传预览小图*/
.uploadImgs .thumbItem {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: 1px solid #dddddd;
  background-color: #f2f2f2;
  margin: 5px;
  text-align: center;
}

.uploadImgs .thumbItem img {
  max-width: 100%;
  max-height: 100%;
  line-height: 100%;
  margin: auto auto;
}

.uploadImgs .thumbItem p {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: center;
}

.uploadImgs .thumbItem i.layui-icon {
  font-size: 20px;
  color: #fffFFF;
  cursor: pointer;
}

#sxForm .layui-input-inline,
#sxForm .layui-inline {
  margin-bottom: 5px;
}

#sxForm .layui-input-inline .layui-inline {
  margin-bottom: 0;
}

.wjzc-table td,
.wjzc-table th {
  padding: 3px 8px;
}

.wjzc-table .layui-bg-gray {
  width: 120px;
  text-align: right;
}

.curEdit {
  color: #FF5722 !important;
}

.wjzc-must::before {
  content: '*';
  color: red;
  margin-right: 5px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
}

.fixedBmBtn {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  margin-bottom: 0;
  box-shadow: 0 0 5px #333333;
  padding: 8px;
  z-index: 9999;
  text-align: center;
}

.mbt-nav {
  position: fixed;
  height: 1rem;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  margin-bottom: 0;
  z-index: 9999;
  text-align: center;
  justify-content: space-around;
  box-shadow: 0 0 5px #ddd;
  align-items: center;
  line-height: 0.4rem;
}

.mbt-nav a {
  position: relative;
  font-size: 0.28rem;
  color: #5f5f5f;
}

.mbt-nav a i.iconfont {
  font-size: 0.36rem;
}

.mbt-nav a.current {
  color: #4ca0ff;
}

.mbt-nav a:last-child {
  display: none;
}

.mbt-nav a .layui-badge-dot {
  position: absolute;
  left: 0.56rem;
}

.mbt-nav.simple {
  width: 0.8rem;
  height: 0.8rem;
  flex-direction: column;
  left: auto;
  bottom: 0.4rem;
  right: 0.2rem;
  border-radius: 0.4rem;
}

.mbt-nav.simple a {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  border-bottom: 1px solid #ededed;
}

.mbt-nav.simple a span {
  display: none;
}

.mbt-nav.simple a:last-child {
  display: flex;
  border-bottom: 0;
}

.mbt-nav.simple a:not(:last-child) {
  display: none;
}

.layui-table-list td,
.layui-table-list th {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: auto;
  max-width: 50px;
}

.layui-table-list td.escape,
.layui-table-list th.escape {
  overflow: auto;
  white-space: normal;
  max-width: none;
}

.layui-table-list td.ckbox_td,
.layui-table-list th.ckbox_td {
  width: 30px;
}

.layui-table-list .layui-form-switch {
  margin-top: 0;
}

.print_show,
.tfoot {
  display: none;
}

dl#lcjd dt {
  background-color: #eee;
  padding: 8px 10px;
  font-weight: bold;
}

dl#lcjd dt strong {
  color: red;
  margin: 0 5px;
  font-size: 16px;
}

dl#lcjd dd {
  padding: 8px 10px;
  border-bottom: 1px dashed #eee;
  background-color: #fafafa;
  color: #666;
}

dl#lcjd dd span:first-child {
  min-width: 100px;
}

dl#lcjd dd span:nth-child(2) {
  margin-left: 20px;
  flex: auto;
}

dl#lcjd dd span:last-child {
  min-width: 130px;
  align-self: end;
}
