@import url("../lib/layui/css/layui.css");

::-webkit-scrollbar {
  height: 11px;
  width: 8px;
}

::-webkit-scrollbar-button {
  height: 0px;
  width: 0px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: block;
}

::-webkit-scrollbar-button:vertical:start:increment,
::-webkit-scrollbar-button:vertical:end:decrement {
  display: none;
}

::-webkit-scrollbar-track:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-track:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
  border-style: solid;
  border-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0.1);
  min-height: 28px;
  border-radius: 30px;
  transition: background 0.25s ease 0s;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-track:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
  border-width: 0px;
  transition: background 0.25s ease 0s;
}

::-webkit-scrollbar-track:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

::-webkit-scrollbar-track:active {
  background-color: rgba(0, 0, 0, 0.05);
}

* {
  margin: 0px;
  padding: 0px;
  font-family: "microsoft yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none;
}

html {
  width: 100%;
  height: 100%;
  overflow: hidden auto;
}

body {
  width: 100%;
  min-height: 100%;
}

.login-bg {
  background: url("") 0px 0px / cover no-repeat rgb(238, 238, 238);
  overflow: hidden;
}

.form-wrap {
  background: rgb(248, 248, 248);
  margin-top: 15px;
}

.login {
  position: fixed;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 420px;
  padding: 40px;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px 3px;
  background: rgba(255, 255, 255, 0.2);
}

.login a.logo {
  display: block;
  height: 58px;
  width: 167px;
  margin: 0px auto 30px;
  background-size: 167px 42px;
}

.login .message {
  margin: 10px 0px 0px;
  padding: 18px 0px;
  background: rgb(13, 195, 22);
  position: relative;
  color: rgb(255, 255, 255);
  font-size: 16px;
  text-align: center;
}

.login #darkbannerwrap {
  width: 18px;
  height: 10px;
  margin: 0px 0px 20px -58px;
  position: relative;
}

.login input[type="text"],
.login input[type="file"],
.login input[type="password"],
.login input[type="email"],
select {
  border: 1px solid rgb(220, 222, 224);
  vertical-align: middle;
  border-radius: 3px;
  height: 50px;
  padding: 0px 16px;
  font-size: 14px;
  color: rgb(85, 85, 85);
  outline: none;
  width: 100%;
  box-sizing: border-box;
}

.login input[type="text"]:focus,
.login input[type="file"]:focus,
.login input[type="password"]:focus,
.login input[type="email"]:focus,
select:focus {
  border: 1px solid rgb(39, 169, 227);
}

.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: rgb(255, 255, 255);
  background-color: rgb(24, 159, 146);
  border-radius: 3px;
  border: none;
  appearance: none;
  outline: none;
  width: 100%;
}

.login hr {
  background: rgb(149 205 244 / 0%);
}

.login hr.hr15 {
  height: 15px;
  border: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.login hr.hr20 {
  height: 20px;
  border: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.x-body {
  padding: 20px;
}

.x-nav {
  padding: 0px 20px;
  position: relative;
  z-index: 99;
  border-bottom: 1px solid rgb(229, 229, 229);
  line-height: 39px;
  height: 39px;
  overflow: hidden;
}

xblock {
  display: block;
  margin-bottom: 10px;
  padding: 5px 15px 5px 6px;
  line-height: 22px;
  border-radius: 0px 2px 2px 0px;
  background-color: rgb(242, 242, 242);
}

.x-right {
  float: right;
}

.x-so {
  margin-bottom: 20px;
}

.x-so input.layui-input {
  width: 150px;
}

.x-so .layui-form-label {
  display: inline-block;
}

.x-so input.layui-input,
.x-so input.layui-btn {
  display: inline-block;
}

.x-red {
  color: red;
}

.x-a {
  color: rgb(9, 150, 65);
}

.x-a:hover {
  color: rgb(7, 126, 55);
}

.x-sort {
  height: 30px;
}

.x-show {
  cursor: pointer;
}

.layui-form-switch {
  margin-top: 0px;
}

.layui-input:focus,
.layui-textarea:focus {
  outline: 0px;
  box-shadow: rgba(62, 142, 247, 0.25) 0px 0px 0px 0.143rem;
  border-color: rgb(121, 178, 252) !important;
}

.page {
  margin-top: 20px;
  text-align: center;
}

.page a {
  display: inline-block;
  background: rgb(245, 245, 245);
  color: rgb(136, 136, 136);
  padding: 10px 13px;
  min-width: 15px;
  transition: background-color 0.5s ease 0s;
  font-family: "microsoft yahei";
  border-radius: 3px;
}

.page span {
  display: inline-block;
  padding: 10px;
  min-width: 15px;
}

.page span.current {
  display: inline-block;
  background: rgb(21, 193, 66);
  color: rgb(255, 255, 255);
  padding: 10px 13px;
  min-width: 15px;
  border-radius: 3px;
}

.page .pagination li {
  display: inline-block;
  margin-right: 5px;
  text-align: center;
}

.page .pagination li.active span {
  background: rgb(21, 193, 66);
  color: rgb(255, 255, 255);
}

.container {
  width: 100%;
  height: 55px;
  background-color: rgb(0, 140, 203);
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}

.container .logo a {
  float: left;
  color: rgb(255, 255, 255);
  font-size: 18px;
  padding-left: 20px;
  line-height: 50px;
  width: 200px;
  transition: background-color 0.3s ease 0s;
}

.container .right {
  background-color: rgba(0, 0, 0, 0);
  float: right;
  transition: background-color 0.3s ease 0s;
}

.container .left_open {
  height: 55px;
  float: left;
}

.container .left_open i {
  display: block;
  background: rgba(255, 255, 255, 0.1);
  color: rgb(255, 255, 255);
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 3px;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease 0s;
}

.container .left_open i:hover {
  background: rgba(255, 255, 255, 0.3);
}

.container .left {
  background-color: rgba(0, 0, 0, 0);
  float: left;
}

.container .layui-nav-item {
  line-height: 50px;
}

.container .layui-nav-more {
  top: 25px;
}

.container .layui-nav-child {
  top: 50px;
}

.container .layui-nav-child i {
  margin-right: 10px;
}

.layui-nav .layui-nav-item a {
  color: rgb(204, 204, 204);
  cursor: pointer;
}

.layui-nav .layui-nav-item>a:hover {
  color: rgb(255, 255, 255);
  cursor: pointer;
}

.layui-nav .layui-nav-child a {
  color: rgb(51, 51, 51);
  cursor: pointer;
}

.left-nav {
  position: absolute;
  top: 51px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  padding-top: 10px;
  background-color: #222d32;
  width: 220px;
  max-width: 220px;
  overflow: hidden;
  border-right: 1px solid rgb(container, 30, 38);
}

.left-nav #nav>li {
  line-height: 30px;
  border-left: 4px solid rgb(34, 35, 36);
  transition: background-color 0.3s ease 0s;
}

.left-nav #nav>li:hover {
  background: #222d32;
  border-left: 4px solid rgb(66, 184, 241);
}

.left-nav #nav>li.open {
  border-left: 4px solid rgb(66, 184, 241);
  background: #222d32;
}

.left-nav #nav li a:hover {
  color: white;
}

.left-nav #nav .current {
  background: rgb(65, 184, 240);
}

.left-nav #nav li a {
  font-size: 14px;
  padding: 12px 15px 12px 20px;
  display: block;
  cursor: pointer;
  color: rgb(142, 142, 142);
  transition: background-color 0.3s ease 0s;
}

.left-nav #nav li a cite {
  font-size: 14px;
}

.left-nav #nav li .sub-menu {
  display: none;
}

.left-nav #nav li .opened {
  display: block;
  background: rgb(69, 70, 72);
}

.left-nav #nav li .opened:hover {}

.left-nav #nav li .opened .current {}

.left-nav #nav li .sub-menu li {
  background: #2c3b42;
  transition: background-color 0.3s ease 0s;
}

.left-nav #nav li .sub-menu li:hover {
  background: rgb(48, 50, 53);
}

.left-nav #nav li .sub-menu li a {
  padding: 10px 15px 10px 30px;
  font-size: 14px;
  cursor: pointer;
  color: rgb(142, 142, 142);
}

.left-nav #nav li .sub-menu li .sub-menu li a {
  padding-left: 45px;
}

.menu-current {
  background: #2c3b41;
}

.menu-current>a {
  color: rgb(255, 255, 255) !important;
}

.left-nav #nav li .sub-menu li a:hover {
  color: rgb(255, 255, 255);
}

.left-nav #nav li .sub-menu li a i {
  font-size: 12px;
}

.left-nav #nav li a i {
  padding-right: 10px;
  padding-top: 8px;
  line-height: 14px;
}

.left-nav #nav li .nav_right {
  float: right;
  font-size: 16px;
}

.page a:hover {
  color: rgb(255, 255, 255);
  background: rgb(150, 150, 150);
}

.x-slide_left {
  width: 17px;
  height: 61px;
  background: url("../images/icon.png") 0px 0px no-repeat;
  position: absolute;
  top: 200px;
  left: 221px;
  cursor: pointer;
  z-index: 3;
}

.page-content {
  left: 221px;
  width: calc(100% - 221px);
  height: calc(100vh - 51px);
  position: absolute;
  inset: 51px 0px 0px 221px;
  overflow: hidden;
  z-index: 1;
}

.page-content-bg {
  position: absolute;
  inset: 46px 0px 42px 221px;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 100;
  display: none;
}

.page-content .tab {
  height: 100%;
  width: 100%;
  background: rgb(239, 238, 240);
  margin: 0px;
}

.page-content .layui-tab-title {
  height: 35px;
  background: rgb(239, 238, 240);
  position: relative;
  z-index: 100;
}

.page-content .layui-tab-title li.home i {
  padding-right: 5px;
}

.page-content .layui-tab-title li.home .layui-tab-close {
  display: none;
}

.page-content .layui-tab-title li {
  line-height: 35px;
}

.page-content .layui-tab-title .layui-this::after {
  height: 36px;
}

.page-content .layui-tab-title li .layui-tab-close {
  border-radius: 50%;
}

.page-content .layui-tab-title .layui-this {
  background: rgb(255, 255, 255);
}

.page-content .layui-tab-bar {
  height: 34px;
  line-height: 35px;
}

.page-content .layui-tab-content {
  position: absolute;
  top: 36px;
  bottom: 0px;
  width: 100%;
  background: rgb(255, 255, 255);
  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%;
}

.x-admin-carousel,
.layui-carousel,
.x-admin-carousel>[carousel-item]>* {
  background-color: rgb(255, 255, 255);
}

.x-admin-backlog .x-admin-backlog-body {
  display: block;
  padding: 10px 15px;
  background-color: rgb(248, 248, 248);
  color: rgb(153, 153, 153);
  border-radius: 2px;
  transition: all 0.3s ease 0s;
}

.x-admin-backlog-body h3 {
  padding-bottom: 10px;
  font-size: 12px;
}

.x-admin-backlog-body p cite {
  font-style: normal;
  font-size: 30px;
  font-weight: 300;
  color: rgb(22, 159, 29);
}

.x-admin-backlog-body:hover {
  background-color: rgb(207, 207, 207);
  color: rgb(136, 136, 136);
}

.welcome-footer {
  padding: 30px 0px;
  line-height: 30px;
  text-align: center;
  background-color: rgb(238, 238, 238);
  color: rgb(102, 102, 102);
  font-weight: 300;
}

body .layui-layout-admin .footer-demo {
  height: auto;
  padding: 15px 0px;
  line-height: 26px;
}

.welcome-footer a {
  padding: 0px 5px;
}

table th,
table td {
  word-break: break-all;
}

.footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: rgb(50, 52, 54);
  text-align: center;
  font-size: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 41px;
  color: rgb(102, 102, 102);
}

.footer .copyright {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .login {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 420px;
    width: 420px;
    padding: 40px;
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px 3px;
  }

  .fast-add {
    display: none;
  }

  .layui-nav .to-index {
    display: none;
  }

  .container .logo a {
    width: 140px;
  }

  .container .left_open {}

  .left-nav {
    left: -221px;
  }

  .page-content {
    left: 0px;
    width: 100%;
  }

  .page-content .layui-tab-content .layui-tab-item {
    overflow-y: scroll;
  }

  .x-so input.layui-input {
    width: 100%;
    margin: 10px;
  }
}

.uploadThumb {
  width: 200px;
  height: auto;
  padding: 5px;
  border: 1px solid rgb(102, 102, 102);
}

.pagination {
  vertical-align: middle;
  margin: 10px 0px;
  font-size: 0px;
  text-align: right;
}

.pagination li {
  background: rgb(255, 255, 255);
  display: inline-block;
  height: 2pc;
  color: rgb(102, 102, 102);
  border: 1px solid rgb(215, 221, 228);
  border-radius: 4px;
  transition: all 0.2s ease-in-out 0s;
  font-size: 14px;
  margin: 4px;
}

.pagination li:hover {
  border-color: rgb(13, 141, 219);
}

.pagination .disabled,
.pagination .disabled:hover {
  border-color: rgb(215, 221, 228);
  cursor: not-allowed;
}

.pagination a,
.pagination span {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 15px;
  line-height: 2pc;
  margin: 0px -1px -1px 0px;
  color: rgb(51, 51, 51);
}

.pagination .active {
  border: 1px solid rgb(13, 141, 219);
  background-color: rgb(13, 141, 219);
}

.pagination .active a {
  color: rgb(255, 255, 255);
}

.pagination .active span {
  color: rgb(255, 255, 255) !important;
}

.ax-article ul:not(.ax-menu) li {
  position: inherit;
  padding-left: 0px;
  list-style: none;
}

.ax-panel-header.ax-bar::before {
  background-color: rgb(255, 255, 255);
}

.layui-form-select dl {
  z-index: 999999 !important;
}

.list-thumb-show {
  width: 50px;
  max-height: 50px;
}

.ygtx-list {
  /* width: 150px;
  height: 150px;
  border-radius: 100%; */
}

.layui-table img {
  max-width: 48px;
  max-height: 25px;
}

.layui-form-label {
  color: #333333 !important;
  font-size: 13px !important;
}

.layui-input,
.layui-select,
.layui-textarea {
  font-size: 12px !important;
}

input[disabled] {
  background-color: #eeeeee;
}

.shuaxin {
  line-height: 1.6em;
  margin-top: 1px;
  float: right;
  background-color: #3e8ef7;
  color: #FFF;
  border: none;
}

.profile-img-card {
  width: 100px;
  height: 100px;
  margin: 10px auto;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.yujingtext {
  color: red;
  font-weight: bold;
}