.dx-page {
  min-height: 100vh;
  min-width: 1200px;
  background: #353535;
  padding-top: 0 !important;
  position: static !important;
  height: auto !important;
  overflow: visible !important;
  box-sizing: border-box;
}

.dx-page .wraps {
  height: auto !important;
  overflow: visible !important;
}

.dx-site-header {
  background: #070707;
  min-width: 1200px;
  position: relative;
  z-index: 600;
}

.dx-site-header-inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  height: 89px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
}

.dx-site-header .site-logo-link {
  flex-shrink: 0;
}

.dx-site-header .site-logo-link img {
  width: 80px;
  height: 55px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1);
}

.dx-site-nav > ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 80px;
}

.dx-site-nav > ul > li {
  position: relative;
  height: 80px;
}

.dx-site-nav > ul > li > a {
  display: block;
  height: 80px;
  line-height: 80px;
  padding: 0 22px;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-family: "Source Han Sans", "Noto Sans CJK", "Microsoft Yahei", sans-serif;
  white-space: nowrap;
}

.dx-site-nav > ul > li:hover > a,
.dx-site-nav > ul > li.is-active > a {
  color: var(--brand-color);
}

.dx-subnav {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  min-width: 280px;
  background: #141414;
  list-style: none;
  margin: 0;
  padding: 6px 0;
  z-index: 700;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.dx-site-nav > ul > li:hover .dx-subnav {
  display: block;
}

.dx-subnav a {
  display: block;
  padding: 14px 20px;
  color: #d0d0d0;
  text-decoration: none;
  line-height: 1.45;
  font-size: 14px;
  font-family: "Source Han Sans", "Noto Sans CJK", "Microsoft Yahei", sans-serif;
  white-space: nowrap;
}

.dx-subnav a:hover,
.dx-subnav a.is-current {
  color: var(--brand-color);
  background: rgba(134, 245, 158, 0.08);
}

.dx-page .dire_tit {
  color: var(--brand-color);
}

/* web1：四块内容深色风格，行间交替背景 */
.dx-page[data-active-item="web1"] .main {
  background: transparent;
  padding-bottom: 0;
}

.dx-page[data-active-item="web1"] .term1,
.dx-page[data-active-item="web1"] .term3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
  height: auto;
  min-height: 0;
  margin: 0;
  background: rgb(32, 35, 42);
  border: none;
  padding: 50px 0;
  box-sizing: border-box;
  overflow: hidden;
}

.dx-page[data-active-item="web1"] .term2_box,
.dx-page[data-active-item="web1"] .term4_box {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 50px 0;
  background: rgb(40, 40, 40);
  border: none;
}

.dx-page[data-active-item="web1"] .term1 .term_text,
.dx-page[data-active-item="web1"] .term3 .term_text,
.dx-page[data-active-item="web1"] .term2 .term_text,
.dx-page[data-active-item="web1"] .term4 .term_text {
  float: none;
  flex: 0 0 480px;
  width: 480px;
}

.dx-page[data-active-item="web1"] .term1 .term_pic,
.dx-page[data-active-item="web1"] .term3 .term_pic,
.dx-page[data-active-item="web1"] .term2 .term_pic,
.dx-page[data-active-item="web1"] .term4 .term_pic {
  float: none;
  flex: 0 0 550px;
  width: 550px;
  height: auto;
}

.dx-page[data-active-item="web1"] .term2,
.dx-page[data-active-item="web1"] .term4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 1140px;
  height: auto;
  min-height: 0;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.dx-page[data-active-item="web1"] .term2 {
  flex-direction: row-reverse;
}

/* 在线监控：文左、图右 */
.dx-page[data-active-item="web1"] .term3 {
  flex-direction: row;
}

/* 智能调度：文右、图左 */
.dx-page[data-active-item="web1"] .term4 {
  flex-direction: row-reverse;
}

.dx-page[data-active-item="web1"] .dire_tit {
  margin-top: 0;
}

.dx-page[data-active-item="web1"] .dire_text {
  color: rgba(254, 254, 254, 0.88);
  height: auto;
}

.dx-page[data-active-item="web1"] .term_pic img {
  filter: none;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* web2：图标与图片路径 */
.dx-page[data-active-item="web2"] .terr_pic.jing {
  background-image: url(../image/jing.png);
}

/* 关于我们：公司简介（炬途第一版样式） */
.dx-page[data-active-nav="about"] .complay_box .doma_tit {
  color: var(--brand-color);
}

.dx-page[data-active-nav="about"] .about-profile {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-top: 34px;
}

.dx-page[data-active-nav="about"] .about-profile-features {
  flex: 1 1 0;
  min-width: 0;
  padding-right: 20px;
}

.dx-page[data-active-nav="about"] .about-feature {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 34px;
}

.dx-page[data-active-nav="about"] .about-feature:last-child {
  margin-bottom: 0;
}

.dx-page[data-active-nav="about"] .about-feature-icon {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  background: #055999;
  border: 1px solid #055999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dx-page[data-active-nav="about"] .about-feature-icon i {
  font-size: 26px;
  color: #ffc02a;
}

.dx-page[data-active-nav="about"] .about-feature-content {
  flex: 1 1 0;
  min-width: 0;
  padding-right: 20px;
}

.dx-page[data-active-nav="about"] .about-feature-content h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.4;
  color: var(--brand-color);
  font-weight: 600;
}

.dx-page[data-active-nav="about"] .about-feature-content p {
  margin: 0;
  line-height: 30px;
  color: rgba(254, 254, 254, 0.88);
  font-size: 16px;
}

.dx-page[data-active-nav="about"] .about-profile-pic {
  flex: 0 0 46%;
  width: 46%;
  max-width: 560px;
}

.dx-page[data-active-nav="about"] .about-profile-pic img {
  display: block;
  width: 100%;
  height: auto;
}

.dx-site-footer {
  position: relative;
  min-width: 1200px;
}

.dx-site-copyright {
  background: #444444;
  padding: 10px 0;
  text-align: center;
}

.dx-site-copyright .home-footer-info {
  line-height: 1.35;
  font-size: 12px;
}

.dx-site-copyright .company-info-title,
.dx-site-copyright .company-info-text {
  font-size: 12px !important;
  line-height: 1.35 !important;
  color: #999999;
  font-family: "Source Han Sans", "Noto Sans CJK", "Microsoft Yahei", sans-serif;
}

.dx-site-copyright .company-info-item {
  display: block;
  line-height: 1.35;
}

.dx-site-copyright .home-footer-icp {
  display: block;
  margin-top: 2px;
}

.dx-site-copyright .home-footer-icp a {
  color: #999;
  text-decoration: none;
}

.dx-site-copyright .home-footer-icp a:hover {
  color: var(--brand-color);
  text-decoration: underline;
}
