body {
  background: #fff;
}

/* 代理顶部固定导航条 */
.agent-type {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 1000;
  box-shadow: none;
}

/* 导航 pills 样式 */
.agent-type .nav-pills .nav-link {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  padding: 18px 10px;
  border-radius: 0;
  transition: all 0.3s ease;
  white-space: nowrap;
}

/* 激活状态：蓝色下划线 + 文字蓝色 */
.agent-type .nav-pills .nav-link.active {
  color: #0055ff;
  background-color: transparent;
  font-weight: 600;
}
.agent-type .nav-pills .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  background-color: #0055ff;
  border-radius: 3px 3px 0 0;
}

/* 悬浮效果 */
.agent-type .nav-pills .nav-link:hover {
  color: #0055ff;
  background-color: transparent;
}

/* ====================================== */
/* 手机端完美适配：自动缩小间距、不撑开 */
/* ====================================== */
@media (max-width: 768px) {
  .agent-type {
    top: 60px !important;
  }
  .agent-type .nav-item.mx-5 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .agent-type .nav-pills .nav-link {
    font-size: 14px;
    padding: 14px 6px;
  }
  .agent-type .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* 隐藏代理导航条的滚动条 */
.agent-type .container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* 隐藏滚动条（Webkit内核浏览器） */
  &::-webkit-scrollbar {
    display: none;
  }
  /* 兼容IE/Edge */
  -ms-overflow-style: none;
  /* 兼容Firefox */
  scrollbar-width: none;
}

 /* 代理流程模块 */
.nav-show .banner-nav li a {
  line-height: 68px;
}
.product-info {
  padding-top: 108px;
}
.product-info-detail span {
  margin-right: 10px;
}
.detail-subtitle {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666;
  line-height: 30px;
}
.circle-radius {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #888;
  border-radius: 50%;
  vertical-align: middle;
}
.banner-nav li {
  margin-right: 5px;
}
.module-title {
  position: relative;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 50px;
}
.youshi-module {
  padding-top: 50px;
}
.server-module {
  padding-bottom: 30px;
}
.server-module.double {
  padding-bottom: 55px;
}
.server-brief {
  margin-top: 40px;
}
.banner-nav li:first-child {
  margin-left: 0;
}
.banner-nav {
  right: 100px;
  transition: all ease 0.8s;
}
/*banner*/
.info-banner {
  background: url(img/agent/dlbg.jpg) no-repeat center;
  background-size: cover;
}
   .agent-product-section {
            padding: 60px 0;
            background-color: #ffffff;
        }
        .agent-product-title {
            text-align: center;
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 40px;
            color: #222;
        }
        .agent-product-card {
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.06);
            padding: 30px;
            height: 100%;
            display: flex;
            align-items: center;
            transition: all 0.3s ease;
            margin: 0 10px;
        }
        .agent-product-card:hover {
            box-shadow: 0 4px 20px rgba(0,0,0,0.1);
            transform: translateY(-3px);
        }
        .agent-product-icon {
            width: 50px;
            height: 50px;
            margin-right: 16px;
            flex-shrink: 0;
        }
        .agent-product-icon svg {
            width: 100%;
            height: 100%;
        }
        .agent-product-info h4 {
            font-size: 1.25rem;
            font-weight: 600;
            margin-bottom: 6px;
            color: #222;
        }
        .agent-product-info p {
            font-size: 1rem;
            color: #888;
            margin: 0;
        }
        /* 手机端适配 */
        @media (max-width: 767.98px) {
            .product-info-title {
    font-size: 28px;
    color: #333;
    font-weight: normal;
    margin-bottom: 30px;
    position: relative;
    z-index: 9;
    font-weight: bold;
}
            .detail-subtitle {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666;
  line-height: 30px;
}
            
            .agent-product-section {
                padding: 40px 0;
            }
            .agent-product-title {
                font-size: 1.6rem;
                margin-bottom: 30px;
            }
            .agent-product-card {
                padding: 20px;
            }
            .agent-product-icon {
                width: 40px;
                height: 40px;
                margin-right: 12px;
            }
            .agent-product-info h4 {
                font-size: 1.1rem;
            }
            .agent-product-info p {
                font-size: 0.9rem;
            }
        }
        .agent-market-section {
            padding: 60px 0;
            background-color: #f8f9fc;
        }
        .agent-market-title {
            text-align: center;
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 50px;
            color: #222;
        }
        .agent-market-item {
            background: #fff;
            padding: 20px;
            margin-bottom: 20px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.06);
            display: flex;
            align-items: flex-start;
            border-radius: 6px;
        }
        .agent-market-icon {
            width: 40px;
            height: 40px;
            margin-right: 16px;
            flex-shrink: 0;
        }
        .agent-market-icon svg {
            width: 100%;
            height: 100%;
        }
        .agent-market-content h4 {
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 6px;
            color: #222;
        }
        .agent-market-content p {
            font-size: 0.95rem;
            color: #888;
            margin: 0;
        }
        /* 地图图片自适应 */
        .agent-market-img {
            max-width: 100%;
            height: auto;
            border-radius: 6px;
        }

        /* 手机端适配 */
        @media (max-width: 767.98px) {
            .agent-market-section {
                padding: 40px 0;
            }
            .agent-market-title {
                font-size: 1.6rem;
                margin-bottom: 30px;
            }
            .agent-market-item {
                padding: 15px;
            }
        }   
         .agent-cooperation-section {
            padding: 60px 0;
            background-color: #ffffff;
        }
        .agent-cooperation-title {
            text-align: center;
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 50px;
            color: #222;
        }
        .agent-cooperation-card {
            background: #fff;
            padding: 40px 20px;
            height: 100%;
            text-align: center;
            transition: all 0.3s ease;
            margin: 0 10px;
        }
        .agent-cooperation-card:hover {
            box-shadow: 0 4px 20px rgba(0,0,0,0.1);
            transform: translateY(-3px);
        }
        .agent-cooperation-icon {
            width: 60px;
            height: 60px;
            margin: 0 auto 20px;
        }
        .agent-cooperation-icon svg {
            width: 100%;
            height: 100%;
        }
        .agent-cooperation-card h4 {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 15px;
            color: #222;
        }
        .agent-cooperation-card p {
            font-size: 1rem;
            color: #888;
            margin: 0;
            line-height: 1.6;
        }
        /* 手机端适配 */
        @media (max-width: 767.98px) {
            .agent-cooperation-section {
                padding: 40px 0;
            }
            .agent-cooperation-title {
                font-size: 1.6rem;
                margin-bottom: 30px;
            }
            .agent-cooperation-card {
                padding: 30px 15px;
                margin-bottom: 20px;
            }
            .agent-cooperation-card h4 {
                font-size: 1.3rem;
            }
        }  
        
         .agent-process-section {
            padding: 60px 0;
            background-color: #f8f9fc;
        }
        .agent-process-title {
            text-align: center;
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 50px;
            color: #222;
        }
        .agent-process-step {
            display: flex;
            align-items: center;
            position: relative;
        }
        .agent-process-item {
            flex: 1;
            position: relative;
            text-align: center;
            padding: 20px 10px;
            background: #fff;
            clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 5% 50%);
            box-shadow: 0 2px 8px rgba(0,0,0,0.06);
            margin-right: -1px;
        }
        .agent-process-item:first-child {
            background: #3399ff;
            color: #fff;
            clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
        }
        .agent-process-icon {
            width: 40px;
            height: 40px;
            margin: 0 auto 10px;
        }
        .agent-process-icon svg {
            width: 100%;
            height: 100%;
        }
        .agent-process-number {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 5rem;
            font-weight: bold;
            color: #f0f0f0;
            z-index: 0;
        }
        .agent-process-item:first-child .agent-process-number {
            color: rgba(255,255,255,0.2);
        }
        .agent-process-content {
            position: relative;
            z-index: 1;
        }
        .agent-process-content h4 {
            font-size: 1.2rem;
            font-weight: 600;
            margin: 0;
        }
        .agent-process-item:first-child .agent-process-content h4 {
            color: #fff;
        }
        /* 手机端适配 */
        @media (max-width: 767.98px) {
            .agent-process-section {
                padding: 40px 0;
            }
            .agent-process-title {
                font-size: 1.6rem;
                margin-bottom: 30px;
            }
            .agent-process-step {
                flex-direction: column;
            }
            .agent-process-item {
                width: 100%;
                margin: 0 0 15px 0;
                clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
            }
            .agent-process-item:first-child {
                clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
            }
            .agent-process-number {
                top: auto;
                bottom: 10px;
                right: 10px;
                transform: none;
                font-size: 3rem;
            }
        }
        
           .agent-support-section {
            padding: 60px 0;
            background-color: #ffffff;
        }
        .agent-support-title {
            text-align: center;
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 50px;
            color: #222;
        }
        .agent-support-card {
            background: #fff;
            padding: 30px 20px;
            height: 100%;
            text-align: center;
            box-shadow: 0 2px 8px rgba(0,0,0,0.06);
            transition: all 0.3s ease;
        }
        .agent-support-card:hover {
            box-shadow: 0 4px 20px rgba(0,0,0,0.1);
            transform: translateY(-3px);
        }
        .agent-support-icon {
            width: 50px;
            height: 50px;
            margin: 0 auto 20px;
        }
        .agent-support-icon svg {
            width: 100%;
            height: 100%;
        }
        .agent-support-card h4 {
            font-size: 1.2rem;
            font-weight: 500;
            margin: 0;
            color: #222;
        }
        /* 手机端适配 */
        @media (max-width: 767.98px) {
            .agent-support-section {
                padding: 40px 0;
            }
            .agent-support-title {
                font-size: 1.6rem;
                margin-bottom: 30px;
            }
            .agent-support-card {
                padding: 20px 15px;
                margin-bottom: 20px;
            }
            .agent-support-card h4 {
                font-size: 1.1rem;
            }
        }
        
         .agent-condition-section {
            padding: 60px 0;
            background-color: #f8f9fc;
        }
        .agent-condition-title {
            text-align: center;
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 50px;
            color: #222;
        }
        .agent-condition-card {
            background: #fff;
            height: 100%;
            box-shadow: 0 2px 8px rgba(0,0,0,0.06);
            transition: all 0.3s ease;
        }
        .agent-condition-card:hover {
            box-shadow: 0 4px 20px rgba(0,0,0,0.1);
            transform: translateY(-3px);
        }
        .agent-condition-img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }
        .agent-condition-content {
            padding: 25px 20px;
            text-align: center;
        }
        .agent-condition-content h4 {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 15px;
            color: #222;
        }
        .agent-condition-content p {
            font-size: 1.1rem;
            color: #444;
            margin: 0;
            line-height: 1.6;
        }
        /* 手机端适配 */
        @media (max-width: 767.98px) {
            .agent-condition-section {
                padding: 40px 0;
            }
            .agent-condition-title {
                font-size: 1.6rem;
                margin-bottom: 30px;
            }
            .agent-condition-card {
                margin-bottom: 20px;
            }
            .agent-condition-img {
                height: 160px;
            }
            .agent-condition-content h4 {
                font-size: 1.3rem;
            }
            .agent-condition-content p {
                font-size: 1rem;
            }
        }