@charset "UTF-8";

/** 公共类 */
.layui-fixbar .layui-fixbar-top {
  background-color: var(--primary-color) !important;
}

.nav_btn a {
  color: var(--primary-color);
  background-color: #fff;
  border: 1px solid var(--primary-color);
  height: 35px;
  line-height: 35px;
  padding: auto 5px !important;
}

.nav_btn a:hover {
  background-color: var(--primary-color);
}

.more-btn {
  width: auto;
  height: 63px;
}

.more-btn .layui-icon-down {
  display: none;
}

.more-btn:hover .layui-nav-child {
  display: inline-block !important;
}

.header-nav_top {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: var(--white-color);
}

.layui-form-checkbox[lay-skin=primary]>.layui-icon-indeterminate {
  border-color: var(--primary-color);
}

.layui-form-checkbox[lay-skin=primary]>.layui-icon-indeterminate:before {
  background-color: var(--primary-color);
}

.nav-menu {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
  height: var(--nav-height);
  position: sticky;
  top: 0;
  background-color: var(--white-color);
}

.layui-nav-child {
  right: 0 !important;
  left: auto;
}

.layui-nav.layui-bg-white .layui-nav-item dl dd a {
  height: 35px;
  line-height: 35px;
}

.nav-menu ul {
  flex: 1;
}

.nav-menu .logo img {
  width: 100%;
  max-width: 206px;
  max-height: 60px;
}

.nav-menu .layui-nav {
  margin-left: 65px;
  display: flex;
}

/* .layui-nav .layui-nav-item {
  flex: 1;
} */

.layui-nav .layui-nav-item a {
  padding: 0 15px;
  height: 63px;
  line-height: 63px;
  text-align: center;
  overflow: hidden;
}

.nav-menu .ws-header-more {
  cursor: pointer;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.nav-menu .ws-header-more:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.layer-msg img {
  width: 130px;
}

/* 子菜单 */
.child-menu {
  background-color: #fff;
  min-height: 30vh;
  position: fixed;
  width: 100%;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
  padding: 0 40px;
  box-sizing: border-box;
  display: flex;
  display: none;
}

.child-menu .logo img {
  width: 100%;
  max-width: 206px;
  opacity: 0;
}

.child-menu .center-menu {
  flex: 1;
  margin-left: 65px;
  padding: 0px 20px 36px 20px;
  box-sizing: border-box;
  display: flex;
}

.child-menu .center-menu .left {
  flex: 1;
}

.child-menu .center-menu .left ul {
  display: flex;
  flex-wrap: wrap;
}

.child-menu .center-menu .left ul li {
  font-size: 12px;
  color: #333336;
  line-height: 24px;
  font-weight: 500;
  margin: 2px 0;
  width: 25%;
}

.child-menu .center-menu .left ul li:hover a {
  color: var(--primary-color);
}

.child-menu .center-menu .left ul .title {
  margin: 0;
  color: #7A7A7F;
  font-size: 12px;
}

.child-menu .center-menu .left ul:nth-child(2) .title {
  padding: 16px 0 8px 0;
}

.mobile-layer {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 76;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.mobile-layer .mobile-nav {
  background-color: #fff;
  padding: 5%;
  border-top: 1px solid #eee;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-height: 60vh;
  overflow: auto;
}

.mobile-layer .mobile-nav li {
  padding: 5px;
  font-size: 12px;
}

.layui-form-radio:hover>*,
.layui-form-radioed,
.layui-form-radioed>i {
  color: var(--primary-color);
}

body {
  overflow-x: hidden;
}

.bg-gray {
  background-color: var(--gray-color);
}

/* 白色背景色 */
.layui-bg-white {
  background-color: var(--white-color) !important;
  color: var(--black-color);
}

.layui-nav {
  padding: 0;
}

/* 白色背景色的a标签的颜色 */
.layui-nav.layui-bg-white .layui-nav-item a {
  color: var(--black-color-8);
}

/* 导航鼠标移上去 */
.layui-nav.layui-bg-white .layui-nav-item a:hover {
  color: var(--primary-color) !important;
  transition: all 0.3s;
}

/* 导航点击选中 */
.layui-nav.layui-bg-white .layui-nav-item a:active {
  transition: all 0.3s;
  background-color: var(--primary-color-1) !important;
}

/* 选中的颜色 */
.layui-nav .layui-this a {
  color: var(--primary-color) !important;
}

.layui-nav-bar {
  background-color: transparent !important;
}

.layui-this::after {
  background-color: transparent !important;
}

/* 阴影类 */
.layui-shadow {
  box-shadow: var(--nav-shadow);
}

/* 图片大小 */
.layui-img {
  display: block;
  width: 100%;
  height: auto;
}

.layui-center {
  display: flex;
  align-items: center;
}

.layui-text-font {
  font-weight: bold;
}

.layui-px10 {
  padding: 0 30px;
}

.btn-80 {
  width: 88px;
  height: 32px;
  padding: 0;
  line-height: normal;
  border-radius: 16px;
  background-color: var(--white-color);
  border-color: var(--primary-text-color);
  color: var(--primary-text-color);
}

.btn-80:hover {
  opacity: 0.9;
  transition: all 0.3s;
  color: var(--primary-text-color);
}

.btn-80-liner {
  color: var(--white-color);
  background: var(--ligner-color);
}

.btn-80-liner:hover {
  color: var(--white-color);
}

.layui-input:focus,
.layui-textarea:focus {
  border-color: var(--primary-color) !important;
  box-shadow: 0 0 0 3px rgba(22, 183, 119, 0.08);
}

.layui-form-checked[lay-skin=primary]>i {
  border-color: var(--primary-color) !important;
  background-color: var(--primary-color);
}

.layui-form-checkbox[lay-skin=primary]:hover>i {
  border-color: var(--primary-color) !important;
}

.layui-form-item .layui-form-checkbox[lay-skin=primary] {
  margin-top: 2px;
}

.layui-form-select dl dd.layui-this {
  color: var(--primary-color);
}

.layui-this .layui-nav-child a {
  color: #000 !important;
}

.footer-base {
  /* background: var(--ligner-grey); */
  background: #111;
  padding-top: 50px;
  padding-bottom:30px;
  color: #fff;
}

.footer-base a {
  color: #fff;
}

.footer-base img {
  width: auto;
  max-width: 200px;
}

.footer-base h4 {
  font-size: 18px;
  padding: 10px 0;
}
.footer-base .mt20{
  margin: 20px 0;
  display: flex;
  margin-bottom: 100px;
}
.footer-base .mt20 a{
  display: block;
  margin-right: 20px;
}

.footer-base ul {
  /* display: flex;
  flex-wrap: wrap;
  margin: 10px 0; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.footer-base ul li {
  padding-bottom: 20px;
}

.footer-base ul li i {
  font-style: italic;
  font-weight: bold;
  color: var(--primary-color);
}

.footer-base .f_menu li:hover {
  color: var(--primary-color);
}

.footer-base .copyright {
  margin-top: 10px;
  background-color: #111;
  color: #fff;
  padding: 50px 0;
}

.footer-base .copyright .cp {
  text-align: center;
}

.el-skeleton {
  width: 100%;
}

.el-skeleton.is-animated .el-skeleton__item {
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  animation: el-skeleton-loading 1.4s ease infinite;
}

.el-skeleton__h3 {
  height: 18px;
}

.el-skeleton__image svg {
  fill: #dcdde0;
  width: 45%;
  height: 45%;
}

.el-skeleton__image {
  width: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}

.el-skeleton__text {
  width: 100%;
  height: 13px;
}

@keyframes el-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

img {
  width: 100%;
}

.logo {
  overflow: hidden;
}

.empty {
  text-align: center;
  /* font-weight: bold; */
  padding: 20px 0;
}

.layui-table th {
  font-weight: normal;
}

/* 移动端效果 */
@media screen and (min-width: 768px) and (max-width: 940px) {
  .nav-menu {
    padding: 0 20px;
  }

  .nav-menu .layui-nav {
    margin-left: 0px !important;
  }

  .nav-menu .logo img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 556px) {
  .login-page h1 {
    font-size: 30px;
  }

  .form {
    min-width: auto !important;
  }
}

@media screen and (max-width: 768px) {
  .nav-menu {
    padding: 0 20px !important;
  }

  .nav-menu .logo img {
    max-width: 140px;
  }

  .footer-base {
    padding-top: 20px;
    background: #000 !important;
    color: #fff !important;
  }

  .footer-base img {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-base ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-base ul a {
    color: #fff !important;
  }

  .copyright {
    border-top-color: #999 !important;
    line-height: 1.2 !important;
    height: auto !important;
    padding: 15px 0;
    box-sizing: border-box;
    background: #000 !important;
    color: #fff !important;
  }
}

/*# sourceMappingURL=base.css.map */
.slidercaptcha {
  margin: 0 auto;
  width: 314px;
  height: 286px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
  margin-top: 40px;
}

.slidercaptcha .card-body {
  padding: 1rem;
}

.slidercaptcha canvas:first-child {
  border-radius: 4px;
  border: 1px solid #e6e8eb;
}

.slidercaptcha.card .card-header {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.03);
}

.refreshIcon {
  top: -54px;
}

.cart {
  position: fixed;
  right: 10px;
  top: 50vh;
  background-color: var(--primary-color);
  width: 50px;
  height: 50px;
  margin-bottom: 1px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  border-radius: 2px;
  opacity: .95;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cart:hover {
  color: #fff;
  opacity: 0.7;
}

.cart:active {
  opacity: 0.8;
}

.cart i {
  position: relative;
  font-size: 28px;
}

.cart span {
  font-size: 16px;
  position: relative;
  top: 5px;
}

button[disabled="disabled"] {
  cursor: no-drop !important;
}

.avatar {
  display: inline-block;
  width: 45px;
  border-radius: 4rem;
}

.avatar img {
  max-width: 100%;
  border-radius: 4rem;
  cursor: pointer;
}

#header_menu {
  position: sticky;
  top: 0;
  z-index: 10;
}


/* 树结构得css */
.zdy_tree {
  width: 90%;
}

.zdy_tree ul.second {
  padding-left: 10px;
}

.zdy_tree ul li {
  list-style-type: none;
  box-sizing: border-box;
}


.zdy_tree li div {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  box-sizing: border-box;
  cursor: pointer !important;
  user-select: none !important;
}

.zdy_tree li div:hover {
  color: var(--primary-color) !important;
}

.zdy_tree li div:active {
  opacity: 0.8;
  background-color: #fafafa;
}

.pry-btn{
   background-color: var(--primary-color) !important;
}

.zdy_tree li div:hover i {
  color: var(--primary-color);
  animation: bigSmall infinite 0.4s;
}

.zdy_tree li div i {
  color: #bbb;
  font-size: 14px;
  display: inline-block;

}

@keyframes bigSmall {
  0% {
    transform: translateX(1px);
  }

  100% {
    transform: translateX(2px);
  }
}