@charset "UTF-8";
:root {
  /* 主色 */
  --color-primary: #f08300;
  /* 辅助色 */
  --color-secondary-red: #f04200;
  --color-secondary-gray: #dedede;
  --color-secondary-green: #1cbf5d;
  --color-secondary-white: #fff;
  /* 背景色 */
  --color-bg-product: #fafafa; /* 产品背景 */
  --color-bg-body: #f5f6f7;
  /* 文字色 */
  --color-text-title: #1a1a1a; /* 标题 */
  --color-text-body: #4d4d4d;
  --color-text-caption: #999; /* 辅助文案，说明文字 */
}

*,
*::after,
*::before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; /* 移除点击高亮 */
}

/* 基础元素重置 */
html,
body {
  padding: 0;
  margin: 0;
  text-size-adjust: 100%;
}

/* 滚动条样式 */
::-webkit-scrollbar {
  appearance: none; /* 统一外观 */
  width: 3px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: #f5f5f5;
}
::-webkit-scrollbar-thumb {
  background: var(--color-primary);
}
::-webkit-scrollbar-thumb:active {
  background: #666;
}

/* 图片重置 */
img {
  border: 0;
}

/* 标题重置（修复了重复的h5选择器） */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

/* 段落/强调元素 */
p {
  margin: 0;
  padding: 0;
}
b,
strong {
  font-weight: bolder;
}

/* 链接样式 */
a {
  background-color: transparent;
  text-decoration: none;
  outline: none;
  color: var(--color-text-body);
}
a:hover,
a:focus,
a:active {
  color: var(--color-primary);
  transition: 0.3s;
}

/* 列表重置（增加了ol元素） */
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 表单元素统一设置 */
input,
button,
textarea {
  outline: none;
  -webkit-appearance: none;
  font-family: inherit; /* 保持字体一致 */
}
input {
  border: none;
}
textarea {
  font-family: Arial, "Open Sans", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
  overflow: auto;
  resize: none;
}
button {
  cursor: pointer;
}

/* 表格重置 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 工具类（简化了前缀写法） */
.flex {
  display: flex;
  flex-wrap: wrap;
}
.position {
  position: relative;
}
.overflow {
  overflow: hidden;
}
.background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*  */
body {
  min-width: 1440px;
  margin: 0 auto;
  line-height: 1.4;
  font-size: 14px;
  font-family: "Open Sans", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
  color: var(--color-text-body);
  background-color: var(--color-bg-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1480px) {
  body {
    min-width: auto;
    width: 100%;
  }
}

.cp-color-red {
  color: var(--color-secondary-red);
}

.cp-color-orange {
  color: var(--color-primary);
}

.cp-color-green {
  color: var(--color-secondary-green);
}

.cp-color-gray {
  color: var(--color-text-caption);
}

/* layui */
.layui-layer {
  border-radius: 10px;
}
.layui-layer-setwin .layui-layer-close2 {
  top: -13px;
  right: -13px;
}
.layui-form-checkbox[lay-skin="primary"]:hover > i {
  border-color: var(--color-primary);
  color: #fff;
}

.layui-form-checked,
.layui-form-checked:hover {
  border-color: var(--color-primary);
}

.layui-form-checked:hover > i,
.layui-form-checked > i {
  color: var(--color-primary);
}
.layui-form-checked[lay-skin="primary"] > i {
  border-color: var(--color-primary) !important;
  background-color: var(--color-primary);
  color: #fff;
}
.layui-input:focus,
.layui-textarea:focus {
  border-color: var(--color-primary) !important;
  box-shadow: 0 0 0 3px rgba(240, 131, 0, 0.08);
}
.layui-form-radio:hover > *,
.layui-form-radioed,
.layui-form-radioed > i {
  color: var(--color-primary);
}
.layui-form-select dl dd.layui-this {
  color: var(--color-primary);
}
.layui-tabs-header .layui-this,
.layui-tabs-header li:hover {
  color: var(--color-primary);
}
.layui-timeline-axis {
  color: var(--color-text-caption);
}
.layui-timeline .layui-text h3 {
  margin-top: 0;
  font-size: 16px;
}
.layui-timeline .layui-text p:last-child {
  margin-top: 10px;
  color: var(--color-text-caption);
}
.layui-timeline .layui-timeline-item:last-child .layui-timeline-axis {
  color: var(--color-primary);
}

.layui-timeline .layui-timeline-item:last-child .layui-text h3 {
  color: var(--color-primary);
}

.layui-laydate .layui-this,
.layui-laydate .layui-this > div {
  background-color: var(--color-primary) !important;
}

.layui-laydate-header i:hover,
.layui-laydate-header span:hover {
  color: var(--color-primary);
}
@media (max-width: 1480px) {
  .layui-input,
  .layui-select,
  .layui-textarea {
    height: 34px;
  }
}
/* swiper */
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  transition: 0.3s;
}

.swiper-pagination .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  border: 1px solid var(--color-text-body);
  border-radius: 50%;
  transition: 0.3s;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 12px;
  color: var(--color-text-body);
  transition: 0.3s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  border-color: var(--color-primary) !important;
  background-color: var(--color-primary) !important;
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
  color: #fff !important;
}

.cp-heading-banner-1 {
  font-size: 42px;
  line-height: 1.3;
  color: #1a1a1a;
}

.cp-heading-banner-2 {
  font-size: 36px;
  line-height: 1.3;
  color: #1a1a1a;
}

.cp-heading-1 {
  font-size: 30px;
  line-height: 1.3;
  color: #1a1a1a;
}

.cp-heading-2 {
  font-size: 24px;
  line-height: 1.3;
  color: #1a1a1a;
}

.cp-heading-3 {
  font-size: 18px;
  line-height: 1.3;
  color: #1a1a1a;
}

.cp-heading-4 {
  font-size: 16px;
  line-height: 1.3;
  color: #1a1a1a;
}

.cp-text {
  font-size: 14px;
  line-height: 1.5;
}

.cp-text-small {
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 1480px) {
  .cp-heading-banner-1 {
    font-size: 32px;
  }

  .cp-heading-banner-2 {
    font-size: 26px;
  }

  .cp-heading-1 {
    font-size: 24px;
  }

  .cp-heading-2,
  .cp-heading-3 {
    font-size: 18px;
  }

  .cp-heading-4 {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .cp-heading-banner-2 {
    font-size: 24px;
  }

  .cp-heading-1 {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .cp-heading-banner-2 {
    font-size: 20px;
  }

  .cp-heading-1 {
    font-size: 18px;
  }
}
/*  */
.cp-border-bottom {
  border-bottom: 1px dashed var(--color-secondary-gray);
}

/*  */
.cp-container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 1440px;
}

/*  */
.cp-container-page {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 1440px;
}

@media (max-width: 1480px) {
  .cp-container,
  .cp-container-page {
    width: 980px;
  }
}
@media (max-width: 985px) {
  .cp-container,
  .cp-container-page {
    width: 768px;
  }
}

@media (max-width: 768px) {
  .cp-container,
  .cp-container-page {
    width: 100%;
  }
}
/* cp-pages-title */
.cp-pages-title {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}
.cp-pages-title .left h3,
.cp-pages-title .cp-left h3 {
  position: relative;
  line-height: 1;
  color: #1a1a1a;
}

.cp-pages-title .right a.link,
.cp-pages-title .cp-right a.link {
  display: inline-flex;
  align-items: center;
}

.cp-pages-title.center,
.cp-pages-title.cp-center {
  text-align: center;
}

/* padding */

.pd-20 {
  padding: 20px;
}
.pd-25 {
  padding: 25px;
}
.pd-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.padding {
  padding-top: 80px;
  padding-bottom: 80px;
}
/* padding-top */
.pt-20 {
  padding-top: 20px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-80 {
  padding-top: 80px;
}
/* padding-bottom */
.pb-20 {
  padding-bottom: 20px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-80 {
  padding-bottom: 80px;
}
/* margin-top */
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-50 {
  margin-top: 50px;
}
/* margin-bottom */
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-50 {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pd-25,
  .pd-20 {
    padding: 15px;
  }
  .pt-80 {
    padding-top: 50px;
  }
  .pb-80 {
    padding-bottom: 50px;
  }
}

/*  */
.cp-switch-mb {
  display: none !important;
}

@media (max-width: 768px) {
  .cp-switch-pc {
    display: none !important;
  }

  .cp-switch-mb {
    display: block !important;
  }
}

/* button */
.cp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  line-height: 36px;
  height: 38px;
  min-width: 90px;
  border-radius: 40px;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  background-color: transparent;
  user-select: none;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

/* 图标按钮 */
.cp-btn-icon i {
  margin-left: 4px;
  font-size: 12px;
  transition: 0.1s;
}

.cp-btn-icon:hover i {
  transform: translateX(2px);
}

/* 按钮类型 */
.cp-btn-primary {
  border-color: var(--color-text-body);
  color: var(--color-text-body);
}
.cp-btn-primary.active,
.cp-btn-primary:hover {
  color: #fff;
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}

.cp-btn-secondary {
  background-color: #fff;
  color: var(--color-secondary);
  border-color: var(--color-secondary);
}
.cp-btn-secondary.active,
.cp-btn-secondary:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.cp-btn-secondary-white {
  color: #fff;
  border-color: #fff;
}
.cp-btn-secondary-white.active,
.cp-btn-secondary-white:hover {
  color: #fff;
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}

/* 新增按钮类型 */
.cp-btn-success {
  background-color: var(--color-secondary-green);
  color: #fff;
}
.cp-btn-warning {
  background-color: var(--color-primary);
  color: #fff;
}

.cp-btn-success:hover,
.cp-btn-warning:hover,
.cp-btn-success:focus,
.cp-btn-warning:focus,
.cp-btn-success:active,
.cp-btn-warning:active {
  color: #fff;
}

/* 按钮状态 */
.cp-btn-disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: var(--color-secondary-gray) !important;
  color: var(--color-text-caption) !important;
  border-color: var(--color-secondary-gray) !important;
  box-shadow: none !important;
}

/* 加载 */

.cp-btn-loading {
  color: transparent !important;
  pointer-events: none;
}

/* 加载动画 */
.cp-btn-loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 2px solid transparent;
  border-top-color: var(--color-text-body);
  border-radius: 50%;
  animation: btn-loading-spinner 1s linear infinite;
}

@keyframes btn-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

/* link */
.cp-btn-link {
  background: transparent;
  color: var(--color-text-body);
  padding: 0;
  border: none;
  line-height: 1.3;
  min-width: auto;
  height: auto;
}

.cp-btn-link:hover {
  color: var(--color-primary);
}

/*  */
.cp-btn-badge {
  margin-left: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: var(--color-primary);
  color: #fff;
  border-radius: 30px;
  /* font-size: 12px; */
  font-size: 0.765em;
}

@media (max-width: 1480px) {
  .cp-btn {
    padding: 0 12px;
    line-height: 32px;
    height: 34px;
    font-size: 12px;
  }

  .cp-btn-icon i {
    margin-left: 2px;
    font-size: 12px;
  }

  .cp-btn-link {
    padding: 0;
    border: none;
    line-height: 1.3;
    min-width: auto;
    height: auto;
  }
}

@media (max-width: 480px) {
  .cp-btn {
    font-size: 12px;
    min-width: 50px;
  }
}

/* 按钮大小 */
.cp-btn-sm {
  line-height: 26px;
  height: 28px;
  font-size: 12px;
}

/*  */
.cp-product-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
}

.cp-product-item .cp-pic {
  position: relative;
  display: block;
  padding: 10px 65px;
  background-color: #fafafa;
}

.cp-product-item .cp-pic span.cp-tags {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  line-height: 1;
  background-color: #333;
  color: #fff;
  padding: 6px 12px;
  border-radius: 0 0 10px 0;
  font-size: 14px;
}

.cp-product-item .cp-pic span.cp-tags.cp-color-hot {
  background-color: #f00000;
}
.cp-product-item .cp-pic span.cp-tags.cp-color-new {
  background-color: #f08300;
}

.cp-product-item .cp-pic span.cp-tags.cp-color-sale {
  background-color: #e40b73;
}

.cp-product-item .cp-pic span.cp-tags.cp-color-free {
  background-color: #1cbf5d;
}

.cp-product-item .cp-pic img {
  width: 100%;
  transition: 0.3s;
}

.cp-product-item .cp-content {
  padding: 20px;
  background-color: #fff;
}
.cp-product-item .cp-content .cp-title {
  height: 45px;
  overflow: hidden;
}
.cp-product-item .cp-content .cp-title a {
  color: #1a1a1a;
  transition: 0.3s;
}

.cp-product-item .cp-content .cp-parameter {
  margin-top: 10px;
  height: 100px;
  overflow: hidden;
}

.cp-product-item .cp-content .cp-desc {
  margin-top: 10px;
}

.cp-product-item .cp-content .cp-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.cp-product-item .cp-content .cp-price div span {
  font-size: 16px;
  color: var(--color-primary);
}
.cp-product-item .cp-content .cp-price div del {
  font-size: 12px;
}

/* hover */
.cp-product-item:hover {
  box-shadow: 0px 0px 10px 2px rgba(2, 10, 20, 0.06);
}

.cp-product-item:hover .cp-pic img {
  transform: scale(1.06);
}

@media (max-width: 1480px) {
  .cp-product-item .cp-pic span.cp-tags {
    padding: 6px 8px;
    font-size: 12px;
  }

  .cp-product-item .cp-content {
    padding: 15px;
  }

  .cp-product-item .cp-content .cp-price {
    margin-top: 10px;
  }

  .cp-product-item .cp-content .cp-parameter {
    font-size: 0.657rem;
  }
}

@media (max-width: 985px) {
  .cp-product-item .cp-content .cp-parameter {
    font-size: inherit;
  }
}

@media (max-width: 768px) {
  .cp-product-item .cp-content .cp-parameter {
    font-size: 0.657rem;
  }
}

/*  */
.cp-product-item .cp-add-compare {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  display: inline-block;
  line-height: 1;
  background-color: transparent;
  border: 1px solid #4d4d4d;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}
.cp-product-item .cp-add-compare i {
  font-size: 30px;
  color: #4d4d4d;
}

.cp-product-item .cp-add-compare:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.cp-product-item .cp-add-compare:hover i {
  color: #fff;
}

/* 分页 */
.cp-pagination {
  padding: 50px 0;
}

.cp-pagination ul {
  margin-left: -10px;
  justify-content: center;
}

.cp-pagination ul li {
  padding-left: 10px;
}

.cp-pagination-maxpage span,
.cp-pagination-link span,
.cp-pagination-link a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
}

.cp-pagination-link a i,
.cp-pagination-link span i {
  position: absolute;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid #333;
  transform: rotate(45deg);
}
/*  */
.cp-pagination-prev a i,
.cp-pagination-prev span i {
  left: 16px;
  border-right: none;
  border-top: none;
}
.cp-pagination-next a i,
.cp-pagination-next span i {
  right: 16px;
  border-left: none;
  border-bottom: none;
}

/* hover */
.cp-pagination-link a:hover,
.cp-pagination ul li a.current {
  background-color: var(--color-primary);
  color: #fff;
}

.cp-pagination-link a:hover i {
  border-color: #fff;
}

@media (max-width: 768px) {
  .cp-pagination {
    padding: 25px 0;
  }
  .cp-pagination ul {
    margin-left: -5px;
    justify-content: center;
  }

  .cp-pagination ul li {
    padding-left: 5px;
  }

  .cp-pagination-maxpage span,
  .cp-pagination-link span,
  .cp-pagination-link a {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
  .cp-pagination-link a i,
  .cp-pagination-link span i {
    top: 12px;
  }
  /*  */
  .cp-pagination-prev a i,
  .cp-pagination-prev span i {
    left: 14px;
  }
  .cp-pagination-next a i,
  .cp-pagination-next span i {
    right: 14px;
  }
}

/*  */
.cp-navBarBtn {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  width: 25px;
  height: 50px;
  border: none;
  background-color: transparent;
  transform: translateY(-50%);
  cursor: pointer;
  display: none;
}

.cp-navBarBtn span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-text-title);
}

.cp-navBarBtn span::before,
.cp-navBarBtn span::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-text-title);
  transition: 0.3s;
}

.cp-navBarBtn span::before {
  top: -8px;
}
.cp-navBarBtn span::after {
  top: 8px;
}

@media (max-width: 768px) {
  .cp-navBarBtn {
    display: block;
  }
  .cp-navBarBtn.open span {
    background-color: transparent;
  }
  .cp-navBarBtn.open span::before {
    top: 0;
    transform: rotate(45deg);
  }
  .cp-navBarBtn.open span::after {
    top: 0;
    transform: rotate(-45deg);
  }
}

/*  */
.cp-pages-wrap .cp-pages-left {
  width: 240px;
}
.cp-pages-wrap .cp-pages-right {
  flex: 1;
  padding-left: 20px;
  min-width: 0;
}
.cp-pages-aside {
  position: relative;
  padding-bottom: 20px;
  background-color: #fff;
  border-radius: 10px;
}
.cp-pages-content {
  width: 100%;
  padding: 30px 40px;
  background-color: var(--color-secondary-white);
  border-radius: 10px;
}
@media (max-width: 1480px) {
  .cp-pages-content {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .cp-pages-wrap {
    display: block;
  }
  .cp-pages-wrap .cp-pages-left {
    width: 100%;
    margin-bottom: 10px;
  }
  .cp-pages-wrap .cp-pages-right {
    flex: 1;
    padding-left: 0;
  }
  .cp-pages-aside {
    padding-bottom: 0;
  }
  .cp-pages-content {
    padding: 15px;
  }
}

/*  */
.cp-aside-menus ul li {
  position: relative;
}
.cp-aside-menus ul li a {
  position: relative;
  z-index: 1;
  font-size: 14px;
  padding: 8px 20px;
  line-height: 24px;
  display: block;
}
.cp-aside-menus ul li .layui-form {
  padding: 10px 0;
}
.cp-aside-menus li.has-child::before {
  position: absolute;
  top: 17px;
  right: 20px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--color-text-title);
  border-right: 1px solid var(--color-text-title);
  transform: rotate(45deg);
  transition: 0.3s;
}
.cp-aside-menus ul ul {
  padding-left: 20px;
  display: none;
}
.cp-aside-menus ul ul ul li a {
  color: silver;
}

.cp-aside-menus ul li a:focus {
  color: var(--color-text-body);
}

/* hover */
.cp-aside-menus ul li.active,
.cp-aside-menus ul li:hover {
  background-color: var(--color-bg-product);
  color: var(--color-primary);
}

.cp-aside-menus ul li.active::before,
.cp-aside-menus ul li:hover::before {
  transform: rotate(-45deg);
  border-color: var(--color-primary);
}

.cp-aside-menus ul ul li.active,
.cp-aside-menus ul ul li:hover {
  background-color: #fff;
  color: var(--color-primary);
}
.cp-aside-menus ul ul ul li.active,
.cp-aside-menus ul ul ul li:hover {
  background-color: #fff;
  color: var(--color-primary);
}

/*  */
/* .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type="text"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  background-color: var(--color-primary) !important;
} */

.gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type="text"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
  --gf-local-border-color: var(--color-primary) !important;
  --gf-local-outline-color: var(--color-primary) !important;
}

.gform-theme--foundation .gform_fields {
  row-gap: var(--gf-form-gap-x) !important;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .gform_drop_area::before {
  color: var(--color-primary) !important;
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,
.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,
.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,
.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,
.gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,
.gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,
.gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover {
  --gf-local-bg-color: var(--color-primary) !important;
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  --gf-local-bg-color: var(--color-primary) !important;
}

.cp-layer-scroll {
  padding: 50px;
  height: 100%;
  overflow: auto;
}

/*--------------------------- markdown ---------------------------*/
.markdown-body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #061e34;
  /* font-family: "Noto Serif SC", "Source Han Serif SC", serif; */
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.markdown-body iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

/* .markdown-body code,
.markdown-body li>code,
.markdown-body p>code,
.markdown-body pre,
.markdown-body pre[rel]:not([rel=""]):before {
    font-family: -apple-system, BlinkMacSystemFont, Menlo, Monaco, Consolas, Courier New, monospace
} */

.markdown-body p {
  line-height: 2em;
  margin: 1em 0;
}

.markdown-body blockquote > p {
  text-indent: 0;
}

.markdown-body h1 {
  font-size: 2.2em;
  font-weight: bold;
}

.markdown-body h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-bottom: 0.75em;
  margin-top: 1.5em;
  font-weight: bold;
}

.markdown-body h3 {
  font-size: 1.25em;
  line-height: 2em;
  margin-bottom: 0.625em;
  margin-top: 1.25em;
  font-weight: bold;
}

.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  font-size: 1.125em;
  margin: 1em 0;
  font-weight: bold;
}

.markdown-body a {
  border-bottom: 1.5px dashed #ffd600;
  color: #061e34;
  text-decoration: none;
}

.markdown-body a:hover {
  border-bottom: 1.5px solid #ffd600;
  color: #925328;
  cursor: pointer;
}

.markdown-body li {
  line-height: 2em;
}

.markdown-body li > p {
  line-height: 2em;
  margin: 0;
  text-indent: 0;
}

.markdown-body blockquote {
  background: linear-gradient(90deg, #fffaf4, #fff);
  border-left: 6px solid #ffd600;
  color: #707070;
  font-style: normal;
  margin: 0 0 35px;
  padding: 1px 0 1px 20px;
}

.markdown-body code {
  font-size: inherit;
}

.markdown-body li > code,
.markdown-body p > code {
  background-color: #fff7e3;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #061e34;
  font-size: 0.8em;
}

.markdown-body pre {
  background: #1b1b1b;
  border-radius: 8px;
  clear: both;
  color: #f5d67b;
  -webkit-hyphens: none;
  hyphens: none;
  line-height: 28px;
  margin: 0 0 1.5rem;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
  width: -moz-max-content;
  width: max-content;
  width: 100%;
  -ms-word-break: normal;
  word-break: normal;
}

.markdown-body pre[rel]:not([rel=""]):before {
  color: #fff;
  color: #ff7a18 !important;
  content: attr(rel);
  font-size: 0.8em;
  font-style: normal;
  font-weight: 900;
  padding: 0;
  position: absolute;
  right: 0.4rem;
  top: -0.2rem;
}

.markdown-body pre code {
  -webkit-overflow-scrolling: touch;
  background: 0 0;
  display: block;
  font-size: 0.8em;
  line-height: 1.75;
  max-width: 100%;
  min-width: 100px;
  overflow-x: scroll;
  padding: 15px 20px 12px 22px;
  scrollbar-color: #666 #201c29;
  white-space: pre;
}

.markdown-body pre code::-webkit-scrollbar {
  height: 0.5em;
  width: 0.5em;
}

.markdown-body pre code::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 0.5em;
  box-shadow: inset 2px 2px 2px #ffffff40, inset -2px -2px 2px #00000040;
}

.markdown-body pre code::-webkit-scrollbar-track {
  background: linear-gradient(90deg, #434343, #434343 1px, none 0, none);
}

@media (max-width: 800px) {
  .markdown-body pre code {
    padding: 15px 20px 10px 14px;
  }
}

.markdown-body img {
  border-radius: 8px;
  border-style: none;
  box-sizing: content-box;
  display: block;
  margin: auto;
  max-width: 100%;
  text-align: center;
  height: auto;
}

.markdown-body figcaption,
.markdown-body figure {
  margin: 0.5em 0;
  text-align: center;
}

.markdown-body figcaption {
  color: #707070;
}

.markdown-body video {
  margin: 0.5em 0;
  max-width: 100%;
  text-align: center;
}

.markdown-body hr {
  border: none;
  border-top: #333;
  color: #333;
  overflow: visible;
  padding: 1em;
  text-align: center;
}

.markdown-body hr:after {
  background: #fff;
  color: gray;
  content: "✣ ✣ ✣";
  display: inline-block;
  font-size: 1.2em;
  padding: 0 0.25em;
  position: relative;
  top: -0.7em;
}
