@charset "UTF-8";
.primary-logo img {
  width: 80%;
}
.hide {
  display: none;
}

.fix {
  position: sticky;
  top: 66px;
  background-color: #fff;
}
.ekit-btn-wraper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.wsbtn {
  padding: 10px 25px !important;
  border-radius: 4px !important;
}
/** 公共类 */
.layui-fixbar .layui-fixbar-top {
  background-color: var(--primary-color) !important;
}

.nav_btn {
  display: flex;
  align-items: center;
}

.nav_btn a.msg {
  display: block;
  height: 35px;
  border-radius: 60px;
  background: #eee;
  width: 35px;
  text-align: center;
  line-height: 35px;
  position: relative;
  margin: 0 15px;
}

.nav_btn a.msg .abs {
  position: absolute;
  top: -5px;
  right: 0;
}

.nav_btn a.msg .round {
  display: inline-block;
  width: 10px;
  height: 10px;
  opacity: 0.8;
  border-radius: 100%;
  background-color: var(--primary-color);
  position: relative;
  top: -2px;
}

.nav_btn a.msg .animate-ping {
  display: inline-block;
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0.75;
  border-radius: 100%;
  background-color: #f74848;
  left: 0;
  top: 10px;
}

@keyframes ping {
  75%,
  to {
    transform: scale(2);
    opacity: 0;
  }
}

.nav_btn a.msg:hover {
  opacity: 0.9;
  color: var(--primary-color);
  background-color: var(--primary-color-2);
}

.nav_btn a.go_login {
  height: 35px;
  line-height: 33px;
  background: linear-gradient(90deg, #e72a29 0%, #f1605f 100%);
  color: #fff;
}

.nav_btn a.go_login:hover {
  background-color: var(--primary-color);
}

.more {
  color: #333;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  transition: all 0.3s;
}

.more:hover {
  color: var(--primary-color);
}

.more:active {
  opacity: 0.8;
}

.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 {
  height: 62px;
  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: 80%;
  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 ul li {
  font-size: 12px;
  color: #333336;
  line-height: 24px;
  font-weight: 500;
  margin: 8px 0;
}

.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%;
}

.mobile-layer .mobile-nav li {
  padding: 5px;
}

.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); */
  padding-top: 64px;
  background-color: #333;
  color: #fff;
}

.footer-base img {
  width: auto;
  max-width: 200px;
}

#flogo {
  padding: 20px 0 0 0;
}

.footer-base h4 {
  font-size: 18px;
  padding: 10px 0;
}

.footer-base ul {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}

.cp {
  text-align: center;
}

.footer-base ul li {
  padding: 10px 0;
  border-radius: 2px;
  margin-right: 20px;
}

.footer-base ul li a {
  color: #fff;
}

.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: 30px;
  text-align: left;
  border-top: 1px solid var(--border-color);
  /* background-color: var(--white-color); */
  background-color: #333;
  color: #fff;
  height: 60px;
  line-height: 60px;
}

.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%;
  }
}

.logo {
  overflow: hidden;
}

.empty {
  text-align: center;
  /* font-weight: bold; */
  padding: 20px 0;
}

.layui-table th {
  font-weight: normal;
}
.no-comment {
  text-align: center;
  line-height: 20vh;
}
/* 移动端效果 */
@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: 997px) {
  .fix {
    position: relative !important;
    top: 0px !important;
  }
}

@media screen and (max-width: 768px) {
  .nav-menu {
    padding: 0 20px !important;
  }

  .footer-base {
    padding-top: 20px;
  }

  .footer-base img {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-base ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .copyright {
    line-height: 1.2 !important;
    height: auto !important;
    padding: 15px 0;
    box-sizing: border-box;
  }

  .copyright span {
    margin-left: 0 !important;
    display: block;
  }

  .copyright span:last-child {
    margin-top: 10px;
  }
}

/*# 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: 0.95;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cart:hover {
  color: #fff;
  opacity: 1;
  background-color: #000 !important;
}

.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;
  height: 45px;
  overflow: hidden;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  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 .catgname {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  box-sizing: border-box;
  cursor: pointer !important;
  -webkit-user-select: none;
  user-select: none !important;
}

.zdy_tree li .catgname:hover {
  color: var(--primary-color) !important;
}

.zdy_tree li .catgname:active {
  opacity: 0.8;
  background-color: #fafafa;
}

.zdy_tree li .catgname:hover i.arrow {
  color: var(--primary-color);
  animation: bigSmall infinite 0.4s;
}

.zdy_tree li .catgname i.arrow {
  color: #bbb;
  font-size: 14px;
  display: inline-block;
}

@keyframes bigSmall {
  0% {
    transform: translateX(1px);
  }

  100% {
    transform: translateX(2px);
  }
}

.layui-layer-btn .layui-layer-btn0 {
  background-color: var(--primary-color) !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: var(--primary-color) !important;
}

.layui-laypage a:hover {
  color: var(--primary-color) !important;
}

.catgname .layui-form-checked.layui-checkbox-disabled[lay-skin="primary"] > i {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.ebtn {
  height: 35px;
  line-height: 1;
  padding: 0 35px;
  border-radius: 4px;
  background-color: var(--primary-color);
}

.border_btn {
  height: 35px;
  line-height: 1;
  padding: 0 20px;
  border-radius: 2px;
  color: var(--primary-color) !important;
  border-color: var(--primary-color);
}

.border_btn:hover {
  opacity: 0.8;
  border-color: var(--primary-color);
}

.border_btn:active {
  opacity: 0.5;
}

/* form */

.layui-form-onswitch {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.layui-laydate-header i:hover,
.layui-laydate-header span:hover,
.layui-laydate-footer span:hover,
.layui-laydate-content td.laydate-day-now {
  color: var(--primary-color);
}

.layui-laydate .layui-this,
.layui-laydate .layui-this > div {
  background-color: var(--primary-color) !important;
}

.layui-laydate-content td.laydate-day-now:after {
  border-color: var(--primary-color) !important;
}

.layui-laydate-linkage .layui-laydate-content td.laydate-selected > div {
  background-color: var(--primary-color-2);
}

/* 容器样式 */
.lang-select {
  position: relative;
  width: 133px;
  font-size: 14px;
}

/* 触发按钮样式 */
.lang-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 12px;
  background-color: #fff;
  border: 1px solid #eaecf2;
  border-radius: 4px;
  cursor: pointer;
}
.lang-btn > span {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
/* 下拉菜单样式 */
.lang-list {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #eaecf2;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: none;
  /* 默认隐藏 */
}

.lang-list li {
  padding: 8px;
  padding-left: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.lang-list a {
  font-size: 14px;
}
.lang-list li:hover {
  background-color: #f5f5f5;
}

/* 选中项样式 */
.lang-list li.selected,
.selected a {
  color: #0052cc;
}

/* 国旗图标 */
.flag {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background-size: cover;
  background-repeat: no-repeat;
}

.checkmark {
  font-weight: 600;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  /* margin-right: 10px; */
  text-align: center;
  line-height: 18px;
  margin-left: 5px;
  &::after {
    content: "✓";
  }
}
.kr-flag {
  background-image: url("../images/han.png");
}
.cn-flag {
  background-image: url("../images/zh.png");
}
.us-flag {
  background-image: url("../images/mei.png");
}
.jp-flag {
  background-image: url("../images/jp.png");
}
.yn-flag {
  background-image: url("../images/yn.png");
}

/*  */
.client-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.client-box .app-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.client-box .app-box .item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-image: url("../images/app-bg2.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 278px;
  height: 278px;
  cursor: pointer;
  position: relative;
}
.client-box .app-box .item .one,
.client-box .app-box .item .two {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.client-box .app-box .item .icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 30px;
  right: 30px;
}
.client-box .app-box .itemhover {
  background-image: url("../images/app-bg.png");
}
.client-box .app-box .itemhover:hover {
  background-image: url("../images/app-bg2.png");
}
.client-box .app-box .itemhover:hover .one {
  display: none;
}
.client-box .app-box .itemhover:hover .two {
  display: block;
}
.client-box .app-box .item .two {
  display: none;
}
.client-box .app-box .item .two img {
  width: 128px;
  height: 128px;
}
.client-box .app-box .item .two .v {
  font-size: 14px;
  color: #8993a4;
}
.client-box .app-box .item img {
  width: auto;
  height: 64px;
}
.client-box .app-box .item .text {
  font-weight: 500;
  font-size: 20px;
  color: #42526e;
  line-height: 32px;
  margin-top: 20px;
}
.client-box .app-box .item .one .text {
  font-size: 32px;
}
.client-box .bg-box {
  width: 100%;
  text-align: center;
  margin-top: 6rem;
}
.client-box .bg-box img {
  width: 60%;
}
