@charset "UTF-8";
html {
  min-height: 100%;
  background: #ffffff; /* 深色背景作为备用 */
}

body {
  background: #ffffff; /* 深色背景作为备用 */
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll; /* 背景图跟随内容滚动 */
  color: #1a1a1a; /* 白色文字 */
  font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
  min-height: 100vh;
  position: relative;
}

/* 添加半透明遮罩层，增强文字可读性 */
.main-width {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.main-content {
  background-size: cover;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.main-content.content-bg {
  background-size: contain;
  background-repeat: repeat-y;
}

@media only screen and (max-width: 1200px) {
  .main-content {
    width: 100%;
    padding: 0 10px;
  }
}
.cm-navbar .navbar-nav .nav-link {
  font-size: 18px;
  padding-left: 16px;
  padding-right: 16px;
  color: #1a1a1a;
}
.cm-navbar .navbar-nav .nav-link.active {
  color: #ff6b35;
}
.cm-navbar .navbar-nav .nav-link:hover {
  color: #ff6b35;
}
.cm-navbar .navbar-nav .nav-link:focus {
  color: #ff6b35;
}

.navbar-nav-scroll {
  max-width: 100%;
  height: 2.5rem;
  /*margin-top: .25rem;*/
  overflow: hidden;
}

.navbar-nav-scroll .navbar-nav {
  /*padding-bottom: 2rem;*/
  overflow-x: auto;
  white-space: nowrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  -webkit-overflow-scrolling: touch;
}

.cm-hidden {
  display: none;
}

.cm-pointer {
  cursor: pointer;
}

.cm-ff-yh {
  font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", serif;
}

.cm-block-head-bottom {
  border-bottom: solid 2px;
  border-color: #ff6b35;
  display: inline-block;
  padding-bottom: 0.3rem;
}

.cm-trans-bottom {
  width: 100%;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}

.cm-media-img {
  max-width: 180px;
  max-height: 120px;
}

@media screen and (max-width: 767px) {
  .cm-media-img {
    max-width: 120px;
    max-height: 80px;
  }
}
.cm-link {
  color: #1a1a1a;
}
.cm-link:hover {
  color: rgb(255, 69.6336633663, 2);
}

.es-highlight em {
  color: #dc3545;
  font-style: normal;
}

/* 左右两侧产品图片样式 */
.product-side-image {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  display: block;
}
.product-side-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.product-side-image-left {
  left: 10px;
}

.product-side-image-right {
  right: 10px;
}

/* 屏幕宽度太小时隐藏左右两侧图片 */
@media screen and (max-width: 1400px) {
  .product-side-image {
    display: none;
  }
}
@media (min-width: 992px) {
  .product-ad-image {
    display: none !important;
  }
}
.text-color-primary {
  color: #ff6b35 !important;
}

input {
  background-color: #ffffff !important;
  color: #3e3e3e !important;
}