@charset "utf-8";
@import "../lib/layui/css/layui.css";

:root {
  --border-radius: 3px;
  --sm-size: 29px;
  --input-size: 32px;
}

* {
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
}
html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  width: 100%;
  /* min-height: 100%; */
  color: var(--content-color) !important;
  background-color: var(--page-background) !important;
}

.flex {
  display: flex;
}

.flex .flex1 {
  flex: 1;
}

.flex .flex2 {
  flex: 2;
}

/* @media(max-width: 768px) {
  html {
    width: 1280px !important;
    overflow-x: auto !important;
  }

  .layui-form-item .layui-inline {
    display: inline-block !important;
  }
} */
.fr {
  float: right;
}
.font16 {
  font-size: 16px;
}
.rightMenu {
  position: absolute;
  width: 120px;
  line-height: 24px;
  z-index: 999;
  background: #FFF;
  border: 1px solid #F2F2F2;
  border-bottom: none;
  border-radius: 3px;
  display: none;
}
.rightMenu li {
  display: block;
  padding: 4px 10px;
  color: #CCC;
  border-bottom: 1px solid #F2F2F2;
}
.rightMenu li:hover {
  background: #EEE;
  color: #666;
}
/**treeselect*/
.layui-form-select .layui-tree {
  display: none;
  position: absolute;
  left: 0;
  top: 42px;
  padding: 5px 0;
  z-index: 999;
  min-width: 100%;
  border: 1px solid #d2d2d2;
  max-height: 300px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}
.layui-form-selected .layui-tree {
  display: block;
}
.weadmin-trailer {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 300;
  color: #ccc;
}
.login-bg {
  /*background: #eeeeee 0 0 no-repeat;*/
  /*background: url(../images/bg.png) no-repeat center;*/
  background-size: cover;
  overflow: hidden;
}
/* 修改 */
.login {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* min-height: 370px; */
  /* max-width: 420px; */
  /* padding: 30px 50px 20px 50px; */
  /* border-radius: 4px; */
  /* box-sizing: border-box; */
  /* background-color: rgba(0,0,0,0.7) !important; */
}
.login-back {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: url(../image/login-bgi.png) no-repeat scroll 50% 0 transparent;
  background-size: 100% 100%;
}
/* 修改 */
.forpassword{
 display: flex;
 justify-content: space-between;
 text-align: center;
 font-size: 14px;
}
/* 修改 */
.forpassword a{
  color: #fff;
}
/* 修改 */
.layui-form-checkbox i:hover{
  border: 1px solid var(--menu-background) !important;
}
/* 修改 */
.forpassword .layui-form-checked i{
  /* border-color:var(--menu-background) !important; */
  /* background:var(--menu-background) !important; */
}
/* 修改 */
.layui-form-checkbox span{
  /* color: #fff !important; */
}
/* 修改 */
.login-title{
  display: flex;
  /* justify-content: space-between; */
  /* padding: 0 40px; */
  align-items: center;
  /* font-weight: 700; */
  letter-spacing:1px;
  /* margin-bottom: 30px; */
}
.login-begin{
  color: #fff;
  padding: 10px 20px;
  text-align: center;
}
/*//*/
.login a.logo {
  display: block;
  height: 58px;
  width: 167px;
  margin: 0 auto 30px auto;
  background-size: 167px 42px;
 
 
}
/* 登录修改 */
/* .login .layui-form .login-input {
  height: 45px;
  font-size: 16px;
  color: var(--content-color);
  background-color: var(--content-background);
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
} */
.login #darkbannerwrap {
  background: url(../images/aiwrap.png);
  width: 18px;
  height: 10px;
  margin: 0 0 20px -58px;
  position: relative;
}
/* 修改 */
.login input[type=text],
.login input[type=file],
.login input[type=password],
.login input[type=email],
.login select {
  border: 1px solid #DCDEE0;
  vertical-align: middle;
  border-radius: 3px;
  /* height: 50px; */
  height: 40px;
  padding: 0px 16px;
  font-size: 14px;
  color: #555555;
  border: 0;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  /* margin-bottom: 20px; */
}
.login input[type=text]:focus,
.login input[type=file]:focus,
.login input[type=password]:focus,
.login input[type=email]:focus,
.login select:focus {
  border: 1px solid var(--menu-background);
}
/* 改 */
.login input[type=submit],
.login input[type=button] {
  display: inline-block;
  padding: 12px 24px;
  margin: 0px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  color: #ffffff;
  background: var(--menu-background);
  border-radius: 3px;
  border: none;
  -webkit-appearance: none;
  outline: none;
  width: 100%;
}
/* .login hr {
  background: #fff 0 0 no-repeat;
} */
/* 修改 */
.login .hr15 {
  height: 30px;
  line-height: 30px;
  border: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  color: #F5222D;
  background-color: transparent;
  font-size: 14px;
}


.login hr.hr20 {
  height: 20px;
  border: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.weadmin-body {
  margin: 5px 0px 10px 0px;
}

.box-bgc {
  background-color: var(--content-background) !important;
}

.page-search-grap {
  padding: 5px 5px 1px;
  margin-bottom: 5px;
  background-color: var(--content-background) !important;
}

.page-table-grap {
  margin-left: 5px;
  background-color: var(--content-background) !important;
}

.weadmin-nav {
  padding: 0 20px;
  position: relative;
  z-index: 99;
  border-bottom: 1px solid #e5e5e5;
  line-height: 39px;
  height: 39px;
  overflow: hidden;
}
.weadmin-block {
  display: block;
  margin-bottom: 10px;
  padding: 5px;
  line-height: 22px;
  /* border-left: 5px solid #009688; */
  border-radius: 0 2px 2px 0;
  background-color: #f2f2f2;
}
.we-search {
  margin-bottom: 20px;
  font-size: 16px;
}
.we-search input.layui-input {
  width: 190px;
}
.we-red {
  color: red;
}
.page {
  margin-top: 20px;
  text-align: center;
}
.page a {
  display: inline-block;
  background: #fff 0 0 no-repeat;
  color: #888;
  padding: 10px;
  min-width: 15px;
  border: 1px solid #E2E2E2;
}
.page span {
  display: inline-block;
  padding: 10px;
  min-width: 15px;
  border: 1px solid #E2E2E2;
}
.page span.current {
  display: inline-block;
  background: #009688 0 0 no-repeat;
  color: #fff;
  padding: 10px;
  min-width: 15px;
  border: 1px solid #009688;
}
.page .pagination li {
  display: inline-block;
  margin-right: 5px;
  text-align: center;
}
.page .pagination li.active span {
  background: #009688 0 0 no-repeat;
  color: #fff;
  border: 1px solid #009688;
}
/*登录样式*/
/*头部*/
.container {
  width: 100%;
  height: 45px;
  box-shadow: 0 1px 4px rgba(0,21,41,.08);
  color: #000;
  /* background-color: #222; */
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}
/* 顶部标题修改 */
.container .logo {
  float: left;
  font-size: 18px;
/* padding: 0 10px; */
  line-height: 45px;
  width: 220px;
  background-color: var(--logo-text-color);
}
.container .logo a span{
  color: var(--menu-color);
}
.container .logo a img{
  margin:0 10px;
}
.container .right {
  background-color: rgba(0, 0, 0, 0);
  float: right;
}
.container .left_open {
  height: 45px;
  float: left;
}
.container .left_open i {
  display: block;
  background: var(--primary-color) 0 0 no-repeat;
  color: var(--menu-color);
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 3px;
  text-align: center;
  margin-top: 7px;
  /* 修改 */
  margin-left: 10px;
  cursor: pointer;
}
.container .left_open i:hover {
  /* background: rgba(255, 255, 255, 0.3) 0 0 no-repeat; */
}
.container .left {
  background-color: rgba(0, 0, 0, 0);
  float: left;
}
.container .layui-nav-item {
  line-height: 45px;
}
.container .layui-nav-child {
  top: 50px;
}
.container .layui-nav-child i {
  margin-right: 10px;
}
.layui-nav .layui-nav-item a {
  color: var(--content-color);
}

.layui-nav .layui-nav-item a:hover {
  color: var(--black-color);
}

.layui-nav .layui-nav-child a {
  color: #333;
}
/* 侧边栏改 核心样式 S */
.left-nav {
  position: absolute;
  top: 45px;
  bottom: 0px;
  left: 0;
  z-index: 2;
  background-color: var(--menu-background);
  /* width: 50px; */
  max-width: 220px;
  /* overflow: hidden; */
  overflow-x: hidden;
}

.left-nav a {
  color: var(--menu-color);
}

::-webkit-scrollbar {
  width: 8px;
  height: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-color);
  transition: background-color .3s;
  border-radius: 10px
}

.left-nav #nav .current {
  background-color: rgba(0, 0, 0, 0.3);
}

/* 侧边栏二级菜单样式 */
.left-nav #nav li> ul {
  background-color: var(--menu2-background);
}
/* 侧边栏三级菜单样式 */
.left-nav #nav li> ul >li>ul {
  background-color: var(--menu3-background);
}

/* 侧边栏菜单经过样式 */
.left-nav #nav li> a:hover  {
  color: #fff;
  background-color: var(--menu-hover);
}

/* 侧边栏改 核心样式 E */


/* 修改 */
.left-nav #nav li a {
  /* width: 185px; */
  height: 20px;
  font-size: 14px;
  padding: 10px 15px 10px 20px;
  display: block;
  cursor: pointer;
}
/* 修改 */
.texter2{
  color: #fff;
}
/* 修改 */
.boxsed{
width: 170px;
display: block;
align-items: center;
justify-content: space-between;
padding:0 10px 0 0;
}
.boxse2{
width: 100px;
padding: 10px 10px 10px 0;
position: fixed;
left: 52px;
color: #fff;
background-color: rgb(131, 139, 139);
}
.sub-menu2{
  /* width: 120px; */
  padding: 0 !important;
  position: fixed;
  left: 52px;
  color: #fff !important;
  background-color: rgb(131, 139, 139);
  }
  .sub-menu2 li {
    border-bottom: 0 !important;
    }
  .sub-menu2 li a{
    padding: 5px 12px 5px 10px !important;
    border-top: 1px solid #fff;
    border-bottom: 0 !important;
    }
/* 修改 */
.left-nav #nav li a {
display: flex;
align-items: center;
/* justify-content: space-around; */
}
/* 侧边栏改 */
.left-nav #nav li a cite {
  font-size: 14px;
  margin-left: 20px;
  /* padding-right: 40px; */
  /* display:block; */
}
.left-nav #nav li .opened {
  display: block;
}
.left-nav #nav li .opened:hover {
  /*background: #fff 0 0 no-repeat;*/
}
.left-nav #nav li .sub-menu {
  display: none;
}
.left-nav #nav li .sub-menu li:hover {
  /*color: blue;*/
  /*background: #fff 0 0 no-repeat;*/
}
.left-nav #nav li .sub-menu li a {
  padding: 12px 15px 12px 30px;
  font-size: 14px;
  cursor: pointer;
}
.left-nav #nav li .sub-menu li a i {
  font-size: 12px;
}
.left-nav #nav li .sub-menu li a:hover {
  /* color: #148cf1; */
}
.left-nav #nav li .sub-menu li .sub-menu li a {
  padding-left: 45px;
}
/* 侧边栏改 */
.left-nav #nav li .nav_right {
  float: right;
  font-size: 16px;
  /* display: none; */
  /*transform: rotate(180deg);*/
}
/* 修改 */
.left-nav #nav li a i {
  /* padding-right: 20px; */
  line-height: 14px;
}
.x-slide_left {
  width: 17px;
  height: 61px;
  background: url(../images/icon.png) 0 0 no-repeat;
  position: absolute;
  top: 200px;
  left: 221px;
  cursor: pointer;
  z-index: 3;
}
.page-content {
  position: absolute;
  top: 46px;
  right: 0;
  bottom: 0px;
  left: 221px;
  overflow: hidden;
  z-index: 1;
}
.page-content-bg {
  position: absolute;
  top: 46px;
  right: 0;
  bottom: 0px;
  left: 221px;
  background: rgba(0, 0, 0, 0.5) 0 0 no-repeat;
  overflow: hidden;
  z-index: 100;
  display: none;
}

.page-content .tab {
  height: 100%;
  width: 100%;
  background: var(--content-background) 0 0 no-repeat;
  margin: 0px;
}
.page-content .layui-tab-title {
  /*padding-top: 5px;*/
  height: 36px;
  line-height: 36px;
  background-color: var(--content-background);
  position: relative;
  z-index: 100;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.12), 0 0 3px 0 rgba(0,0,0,.04);
}
.page-content .layui-tab-title li {
  padding: 0 8px 0 13px;
  height: 30px;
  line-height: 30px;
  color: #17171A;
  background-color: var(--tab-color);
  border-radius: var(--border-radius);
}

.page-content .layui-tab-title li + li {
  margin-left: 5px;
}
.page-content .layui-tab-title li .layui-tab-close {
  border-radius: 50%;
}
.page-content .layui-tab-title .layui-this:after {
  height: 36px;
}
.page-content .layui-tab-title .layui-this {
  color: #fff;
  background: var(--primary-color) 0 0 no-repeat;
}
.page-content .layui-tab-title .layui-this .layui-tab-close {
  color: #fff;
}
.page-content .layui-tab-bar {
  height: 34px;
  line-height: 35px;
}
.page-content .layui-tab-content {
  position: absolute;
  top: 36px;
  bottom: 0px;
  width: 100%;
  /* background: #fff 0 0 no-repeat; */
  padding: 0px;
  overflow: hidden;
}
.page-content .layui-tab-content .layui-tab-item {
  width: 100%;
  height: 100%;
}
.page-content .layui-tab-content .layui-tab-item iframe {
  width: 100%;
  height: 100%;
}
.welcome-footer {
  padding: 30px 0;
  line-height: 30px;
  text-align: center;
  background-color: #eee;
  color: #666;
  font-weight: 300;
}
body .layui-layout-admin .footer-demo {
  height: auto;
  padding: 15px 0;
  line-height: 26px;
}
.welcome-footer a {
  padding: 0 5px;
}
table th,
table td {
  word-break: break-all;
}
.footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: #222;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 41px;
  color: #fff;
  /*padding-left: 10px;*/
}
.footer .copyright {
  margin-left: 10px;
}
/* LZY修改左侧菜单隐藏宽度限制*/
@media screen and (max-width: 1px) {
  /*@media screen and (max-width: 768px) {*/
  .fast-add {
    display: none;
  }
  .layui-nav .to-index {
    display: none;
  }
  .container .logo a {
    width: 140px;
  }
  .container .left_open {
    /*float: right;*/
  }
  .left-nav {
    left: -221px;
  }
  .page-content {
    left: 0px;
  }
  .page-content .layui-tab-content .layui-tab-item {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  .we-search input.layui-input {
    width: 100%;
    margin: 10px;
  }
}
.we-changelog .layui-timeline-title h3 {
  display: inline-block;
}
.we-changelog .layui-timeline-title .layui-badge-rim {
  top: -2px;
  left: 10px;
}
.weadmin-shortcut {
  height: 185px!important;
  background-color: #fff;
}
.weadmin-shortcut .layui-carousel,
.weadmin-shortcut > [carousel-item] > * {
  background-color: #fff;
}
.weadmin-shortcut .layui-col-space10 {
  margin: 0;
}
.weadmin-shortcut li {
  text-align: center;
}
.weadmin-shortcut li a {
  display: block;
}
.weadmin-shortcut li .layui-icon {
  display: inline-block;
  width: 100%;
  height: 120px;
  line-height: 120px;
  text-align: center;
  border-radius: 2px;
  font-size: 30px;
  background-color: #F8F8F8;
  color: #333;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.weadmin-shortcut li:hover .layui-icon {
  background-color: #f2f2f2;
}
.weadmin-shortcut li cite {
  position: relative;
  top: 2px;
  display: block;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
}
.weadmin-shortcut li p {
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  margin-top: 5px;
}
.weadmin-shortcut li p span {
  text-align: left;
  display: inline-block;
}
.weadmin-shortcut .layui-carousel-ind {
  position: absolute;
  top: -41px;
  text-align: right;
}
.weadmin-shortcut .layui-carousel-ind ul {
  background: 0 0;
}
.weadmin-shortcut .layui-carousel-ind ul li {
  background-color: #e2e2e2;
}
.weadmin-shortcut .layui-carousel-ind ul li:hover {
  background-color: #c2c2c2;
}
.weadmin-shortcut .layui-carousel-ind ul li.layui-this {
  background-color: #999;
}
.weadmin-text p {
  margin-bottom: 10px;
  text-indent: 2em;
}
.layui-card-header.layui-elem-quote {
  line-height: 22px;
  height: 22px;
  padding: 15px;
}
.weadmin-notice {
  height: 60px!important;
}
.weadmin-notice a {
  display: block;
  text-align: center;
  line-height: 60px;
}
.weadmin-notice .layui-carousel-ind {
  position: absolute;
  top: -56px;
  text-align: right;
}
.weadmin-notice .layui-carousel-ind ul {
  background: 0 0;
}
.weadmin-notice .layui-carousel-ind ul li {
  background-color: #e2e2e2;
}
.weadmin-notice .layui-carousel-ind ul li:hover {
  background-color: #c2c2c2;
}
.weadmin-notice .layui-carousel-ind ul li.layui-this {
  background-color: #999;
}
/*# sourceMappingURL=weadmin.css.map */

/* 筛选栏Input大小 */
.layui-form-label {
  padding-top: 6px;
  padding-bottom: 6px;
  color: var(--label-text);
}

.layui-form-label-mini {
  padding-top: 6px;
  padding-bottom: 6px;
  color: var(--label-text);
}

/* input select textarea 高度为32px*/
.layui-form-select .layui-input {
  height: 32px;
}

.layui-input,
.layui-textarea {
  height: 32px;
}

.layui-table-fixed-r .layui-table-body td, .layui-table-fixed-r .layui-table-header th {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* 表单 */
/* 表单必填项 */
.layui-form-label.layui-required:after {
  content: "*";
  color: red;
  position: absolute;
  top: 11px;
  left: 25px;
  font-size: 26px;
}

.layui-form-item .layui-inline {
  margin-right: 0;
  margin-bottom: 0;
}

.layui-form-item {
  margin-bottom: 5px;
}

/* 复选框 */
.layui-form-checked span, .layui-form-checked:hover span {
  background-color: var(--primary-color);
}

/* layui各种组件选中颜色 */
html .layui-laydate .layui-this {
  background-color: var(--primary-color) !important;
}

/* 表格表头 */
th .layui-table-cell {
  display: flex;
  align-items: center;
  justify-content: center;
}

.layui-table-cell {
  padding: 0 6px;
}

th .layui-table-cell .layui-table-sort{
  margin-left: 0px;
  width: 15px;
}

/* 表格选中颜色 */
.color-click {
  background-color: var(--table-check-background) !important;
}

/* 按钮 */
.layui-btn+.layui-btn {
  margin-left: 2px;
}

/* 弹窗 */
.layui-layer {
  background-color: var(--content-background) !important;
}
/* 弹窗标题 */
.layui-layer .layui-layer-title {
  height: 30px;
  line-height: 30px;
}

.layui-layer .layui-layer-btn- {
  padding: 0 !important;
}

.layui-layer .layui-layer-btn- a {
  margin: 0;
}

/* 主题 */
/* .layui-layer */
.layui-layer-iframe {
  background-color: var(--content-background) !important;
}

.layui-layer .layui-layer-title {
  color: var(--label-text) !important;
}

button {
  color: var(--content-color);
}

.layui-layer-content {
  /* color: var(--black-color); */
}

/* 表格工具图标 */
.layui-icon-cols,
.layui-icon-export,
.layui-icon-print {
  font-size: 21px;
}

.layui-laypage .layui-laypage-skip .layui-input {
  color: var(--content-color);
}

.layui-table-init {
  background-color: var(--content-background);
}

.layui-layer-hui {
  background-color: var(--white-color) !important;
}

.layui-layer-hui .layui-layer-content {
  color: var(--black-color) !important;
}

.layui-dropMenu li {
  color: var(--black-color);
}

@font-face {
  font-family: "layui-icon";
  src: url(./layui-icon-extend/iconfont.ttf);
}


/* 筛选 */
.layui-icon-cols:before {
  content: "\e706"
}

/* 导出 */
.layui-icon-export:before {
  content: "\e701";
}

/* 打印 */
.layui-icon-print:before {
  content: "\e70e"
}

/* tree用于菜单树 */
/* 展开 */
/* .dtree .dtree-icon-jia:before {
  content: "\e708";
} */
/* 收缩 */
/* .dtree .dtree-icon-jian:before {
  content: "\e70f";
} */