/* 基础样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "微软雅黑", Arial, sans-serif;
    background-color: #000;
    color: #fff;
    min-height: 100vh;
}

/* 顶部标题区域 */
.webTop {
    background-color: #000 !important;
    color: white;
    padding: 10px 0;
    text-align: center;
}

.corpTitle {
    cursor: pointer;
    color: white;
}

.titleWrapper h1 {
    margin: 0;
    font-size: 24px;
}

.newPrimaryTitle span {
    color: rgb(246, 124, 1);
}

/* 导航栏 */
.webNav {
    background: #000 !important;
}

.navV2 {
    background: #000 !important;
    padding: 10px 0;
}

.navCenterContent {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.itemContainer {
    display: flex;
    align-items: center;
}

.item {
    margin: 0 20px;
}

.item a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 15px;
    display: block;
    transition: color 0.3s;
}

.item a:hover,
.itemSelected a {
    color: rgb(255, 101, 55);
}

.itemSep {
    color: #666;
}

/* Banner区域 */
.banner {
    height: 1080px;
    position: relative;
    background-size: cover;
    background-position: center -150px;
    background-repeat: no-repeat;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

/* Banner内容 */
.banner-text-large {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    text-align: center;
    z-index: 10;
}

.banner-text-large span {
    color: rgb(255, 255, 255);
    font-family: Arial, 微软雅黑;
    font-size: 36px;
    background-color: transparent;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.banner-text-right {
    position: absolute;
    top: 60px;
    right: 50px;
    z-index: 10;
    text-align: right;
    width: 400px;
}

.banner-text-right .title {
    font-size: 48px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.banner-text-right .title .orange {
    color: #ff6537;
}

.banner-text-right .title .white {
    color: #ffffff;
}

.banner-text-right .subtitle {
    color: rgb(255, 255, 255);
    font-size: 18px;
    margin-bottom: 20px;
}

.banner-text-right .service {
    font-size: 24px;
    color: rgb(255, 101, 55);
    line-height: 1.4;
}

.banner-image-left {
    flex: 0 0 300px;
    z-index: 8;
    display: flex;
    align-items: center;
}

.banner-image-left img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
}

.banner-image-right {
    display: none; /* 在business页面隐藏右侧图片避免重叠 */
}

/* 全屏模块 */
.fullmeasure-section {
    min-height: 600px;
    padding: 80px 0;
    position: relative;
}

.fullmeasure-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

/* 人工智能部分 */
.ai-section {
    background: linear-gradient(135deg, #3a3a3a 0%, #4d4d4d 100%);
    min-height: 600px;
}

.ai-image {
    position: absolute;
    top: 88px;
    left: 80px;
    width: 310px;
}

.ai-title {
    position: absolute;
    top: 234px;
    left: 506px;
    width: 205px;
    font-size: 48px;
    font-weight: bold;
    color: rgb(255, 101, 55);
}

.ai-desc {
    position: absolute;
    top: 232px;
    left: 717px;
    width: 455px;
}

.ai-desc .subtitle {
    font-size: 13px;
    color: rgb(180, 180, 180);
    margin-bottom: 5px;
}

.ai-desc .main-text {
    font-size: 30px;
    color: rgb(220, 220, 220);
}

.ai-btn {
    position: absolute;
    top: 342px;
    left: 979px;
    width: 161px;
}

/* 关于我们部分 */
.about-section {
    background: linear-gradient(135deg, #4d4d4d 0%, #3a3a3a 100%);
    min-height: 750px;
}

.about-title {
    position: absolute;
    top: 163px;
    left: 0px;
    width: 123px;
}

.about-title .main {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}

.about-title .main .dark {
    color: rgb(220, 220, 220);
}

.about-title .main .highlight {
    color: rgb(255, 101, 55);
}

.about-title .sub {
    color: rgb(180, 180, 180);
    font-size: 18px;
}

.about-divider {
    position: absolute;
    top: 244px;
    left: 0px;
    width: 52px;
    height: 25px;
}

.about-text {
    position: absolute;
    top: 304px;
    left: 0px;
    width: 526px;
    font-size: 14px;
    line-height: 1.6;
    color: rgb(200, 200, 200);
}

.about-text .company-name {
    color: rgb(230, 74, 25);
}

.about-btn {
    position: absolute;
    top: 479px;
    left: 5px;
    width: 161px;
}

/* 公司业务部分 */
.business-title {
    position: absolute;
    top: 163px;
    left: 683px;
    width: 123px;
}

.business-title .main {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}

.business-title .main .white {
    color: rgb(255, 255, 255);
}

.business-title .main .highlight {
    color: rgb(255, 101, 55);
}

.business-title .sub {
    color: rgb(255, 255, 255);
    font-size: 18px;
}

.business-divider {
    position: absolute;
    top: 244px;
    left: 683px;
    width: 52px;
    height: 25px;
}

.business-image1 {
    position: absolute;
    top: 327px;
    left: 675px;
    width: 200px;
}

.business-image2 {
    position: absolute;
    top: 336px;
    left: 966px;
    width: 200px;
}

.business-text1 {
    position: absolute;
    top: 483px;
    left: 675px;
    width: 219px;
    line-height: 24px;
}

.business-text1 .title {
    color: rgb(255, 255, 255);
    font-size: 16px;
    margin-bottom: 10px;
}

.business-text1 .desc {
    color: rgb(202, 202, 202);
    font-size: 14px;
}

.business-text2 {
    position: absolute;
    top: 483px;
    left: 966px;
    width: 219px;
    line-height: 24px;
}

.business-text2 .title {
    color: rgb(255, 255, 255);
    font-size: 16px;
    margin-bottom: 10px;
}

.business-text2 .desc {
    color: rgb(202, 202, 202);
    font-size: 14px;
}

/* 产品视频部分 */
.video-section {
    background: linear-gradient(135deg, #3a3a3a 0%, #4d4d4d 100%);
    min-height: 850px;
}

.video-title {
    position: absolute;
    top: 97px;
    left: 458px;
    width: 300px;
    text-align: center;
    line-height: 32px;
}

.video-title .main {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}

.video-title .main .dark {
    color: rgb(220, 220, 220);
}

.video-title .main .highlight {
    color: rgb(255, 101, 55);
}

.video-title .sub {
    color: rgb(180, 180, 180);
    font-size: 18px;
}

.video-bg {
    position: absolute;
    top: 235px;
    left: 0px;
    width: 100%;
}

.video-desc {
    position: absolute;
    top: 243px;
    left: 391px;
    width: 434px;
    text-align: center;
    font-size: 14px;
    color: rgb(255, 255, 255);
}

.video-desc .highlight {
    color: rgb(255, 101, 55);
}

.video-play {
    position: absolute;
    top: 395px;
    left: 560px;
    width: 75px;
}

.video-play a {
    position: relative;
    display: block;
}

.video-play a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 30px solid rgba(255, 101, 55, 0.9);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    z-index: 10;
    transition: all 0.3s ease;
}

.video-play a:hover::before {
    border-left-color: rgba(255, 101, 55, 1);
    transform: translate(-50%, -50%) scale(1.1);
}

.video-btn {
    position: absolute;
    top: 677px;
    left: 519px;
    width: 161px;
}

/* 按钮样式 */
.btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #ff6537;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 14px;
    transition: background-color 0.3s;
    border: none;
    cursor: pointer;
    text-align: center;
}

.btn:hover {
    background-color: #e55a2b;
    color: #fff;
}

/* 页脚 */
.webFooter {
    background-color: #1a1a1a;
    padding: 60px 0 20px;
    margin-top: 40px;
    min-height: 350px;
    position: relative;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.footer-nav-item {
    position: absolute;
    width: 97px;
    line-height: 30px;
}

.footer-nav-item h4 {
    color: rgb(163, 163, 163);
    font-size: 18px;
    margin-bottom: 5px;
}

.footer-nav-item h4 a {
    color: rgb(163, 163, 163);
    text-decoration: none;
}

.footer-nav-item .sub-items {
    font-size: 16px;
    color: rgb(110, 110, 110);
}

.footer-business {
    top: 83px;
    left: 14px;
}

.footer-news {
    top: 82px;
    left: 231px;
}

.footer-tech {
    top: 83px;
    left: 456px;
}

.footer-about {
    top: 83px;
    left: 687px;
}

.footer-contact-title {
    top: 83px;
    left: 968px;
}

.footer-contact-info {
    position: absolute;
    color: rgb(110, 110, 110);
    font-size: 14px;
}

.footer-address {
    top: 116px;
    left: 968px;
    width: 216px;
}

.footer-phone {
    top: 140px;
    left: 968px;
    width: 216px;
}

.footer-divider {
    position: absolute;
    top: 239px;
    left: 3px;
    width: 1199px;
    height: 1px;
}

/* 视频展示区域样式 */
.video-showcase-section {
    background: #1a1a1a;
    padding: 80px 0;
}

.video-showcase-title {
    text-align: center;
    margin-bottom: 50px;
}

.video-showcase-title .main {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 10px;
}

.video-showcase-title .sub {
    font-size: 18px;
    color: #ff6b35;
    letter-spacing: 3px;
}

.video-container {
    max-width: 1200px;
    margin: 0 auto;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 比例 */
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-info {
    text-align: center;
    padding: 0 20px;
}

.video-info h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: bold;
}

.video-info p {
    color: #ccc;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .video-showcase-title .main {
        font-size: 36px;
    }
    
    .video-info h3 {
        font-size: 24px;
    }
    
    .video-info {
        padding: 0 10px;
    }
}

.footer-info {
    text-align: center;
    padding-top: 20px;
    color: #666;
    font-size: 14px;
    margin-top: 100px;
}

/* 图片样式 */
.section-image {
    max-width: 100%;
    height: auto;
    display: block;
}

/* 业务页面专用样式 */
.business-section {
    background: #1a1a1a;
    padding: 80px 0;
    min-height: 800px;
}

.business-section .business-title {
    text-align: center;
    margin-bottom: 30px;
    position: static;
    width: auto;
}

.business-section .business-title .main {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 10px;
}

.business-section .business-title .main .white {
    color: white;
}

.business-section .business-title .main .highlight {
    color: #ff6537;
}

.business-section .business-title .sub {
    color: #666;
    font-size: 24px;
    letter-spacing: 2px;
}

.business-section .business-divider {
    text-align: center;
    margin-bottom: 50px;
    position: static;
    width: auto;
}

.tab-container {
    max-width: 1200px;
    margin: 0 auto;
}

.tab-buttons {
    text-align: center;
    margin-bottom: 50px;
}

.tab-button {
    background: #333;
    color: white;
    border: none;
    padding: 15px 30px;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.tab-button.active {
    background: #ff6537;
}

.tab-button:hover {
    background: #ff6537;
}

.tab-content {
    display: none;
    position: relative;
    min-height: 600px;
}

.tab-content.active {
    display: block;
}

/* 产品中心样式 */
#products {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 40px;
    min-height: 600px;
}

.product-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #2d2d2d;
    padding: 30px;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.product-item:hover {
    transform: translateY(-5px);
}

.product-item:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.product-item:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

.product-item:nth-child(3) {
    grid-column: 1 / -1;
    grid-row: 2;
    flex-direction: row;
    text-align: left;
}

.business-section .business-image1,
.business-section .business-image2 {
    position: static;
    width: 200px;
    margin-bottom: 20px;
}

.business-section .business-text1,
.business-section .business-text2,
.business-section .business-text3 {
    position: static;
    width: 100%;
    line-height: 24px;
    text-align: center;
}

.product-item:nth-child(3) .business-text3 {
    text-align: left;
    margin-left: 30px;
}
                        <div class="business-text3">
                            <div class="title">桌面虚拟机器人<span class="highlight">火凤凰</span></div>
                            <div class="desc">全网最靓的排版软件，板前抢筹神器，打板、排版神器。先进的AI算法和机器学习技术，实现智能化的机器人控制和决策系统。</div>
                        </div>
                    </div>
=======
                    <!-- 产品中心内容 -->
                    <div id="products" class="tab-content active">
                        <div class="product-item">
                            <div class="business-image1">
                                <img src="images/7.png" alt="桌面虚拟机器人跟单神器" class="section-image">
                            </div>
                            <div class="business-text1">
                                <div class="title">桌面虚拟机器人<span class="highlight">跟单神器</span></div>
                                <div class="desc">顶流作业实时全自动复制，顶流作业ai。核心模块和软件系统均自主研发，把控桌面虚拟机器人研发和生产的核心。为企业提供专业的虚拟机器人解决方案，实现业务流程自动化和智能化升级。</div>
                            </div>
                        </div>
                        
                        <div class="product-item">
                            <div class="business-image2">
                                <img src="images/8.png" alt="流星雨全自动地天板ai" class="section-image">
                            </div>
                            <div class="business-text2">
                                <div class="title"><span class="highlight">流星雨</span>全自动地天板ai</div>
                                <div class="desc">在流星逝去的那一瞬间全自动下单，捕捉全市场最靓的星星。基于软硬件一体化的整体架构，为不同应用场景提供易于二次开发的虚拟机器人接口。支持多种行业应用，包括金融、制造、教育等领域。</div>
                            </div>
                        </div>
                        
                        <div class="product-item">
                            <div class="business-image1">
                                <img src="images/6.png" alt="桌面虚拟机器人火凤凰" class="section-image">
                            </div>
                            <div class="business-text3">
                                <div class="title">桌面虚拟机器人<span class="highlight">火凤凰</span></div>
                                <div class="desc">全网最靓的排版软件，板前抢筹神器，打板、排版神器。先进的AI算法和机器学习技术，实现智能化的机器人控制和决策系统。</div>
                            </div>
                        </div>
                    </div>

.business-section .business-text1 .title,
.business-section .business-text2 .title,
.business-section .business-text3 .title {
    color: white;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.business-section .business-text1 .title .highlight,
.business-section .business-text2 .title .highlight,
.business-section .business-text3 .title .highlight {
    color: #ff6537;
}

.business-section .business-text1 .desc,
.business-section .business-text2 .desc,
.business-section .business-text3 .desc {
    color: #ccc;
    line-height: 1.6;
    font-size: 14px;
}

/* 成功案例样式 */
.cases-content {
    padding: 40px;
    min-height: 600px;
}

.case-main-section {
    text-align: center;
    margin-bottom: 50px;
}

.case-main-image {
    width: 400px;
    margin: 0 auto 30px;
}

.case-main-text {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.case-main-text .title {
    color: white;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.case-main-text .desc {
    color: #ccc;
    line-height: 1.6;
    font-size: 16px;
}

.case-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.case-item {
    background: #2d2d2d;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.case-item .case-image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 15px;
}

.case-item h3 {
    color: white;
    font-size: 16px;
    margin-bottom: 10px;
}

.case-item p {
    color: #ccc;
    font-size: 12px;
    line-height: 1.4;
}

/* 新闻页面专用样式 */
.news-section {
    background: #1a1a1a;
    padding: 80px 0;
    min-height: 800px;
}

.news-title {
    text-align: center;
    margin-bottom: 30px;
}

.news-title .main {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 10px;
}

.news-title .main .white {
    color: white;
}

.news-title .main .highlight {
    color: #ff6537;
}

.news-title .sub {
    color: #666;
    font-size: 24px;
    letter-spacing: 2px;
}

.news-divider {
    text-align: center;
    margin-bottom: 50px;
}

.news-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.news-main-item {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
    background: #2d2d2d;
    padding: 30px;
    border-radius: 10px;
}

.news-main-item .news-image {
    flex: 0 0 400px;
}

.news-main-item .news-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
}

.news-main-item .news-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-main-item .news-text .date {
    color: #ff6537;
    font-size: 14px;
    margin-bottom: 10px;
}

.news-main-item .news-text .title {
    color: white;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.3;
}

.news-main-item .news-text .desc {
    color: #ccc;
    line-height: 1.6;
    font-size: 16px;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.news-item {
    background: #2d2d2d;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.news-item:hover {
    transform: translateY(-5px);
}

.news-item .news-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.news-item .news-text {
    padding: 20px;
}

.news-item .news-text .date {
    color: #ff6537;
    font-size: 12px;
    margin-bottom: 8px;
}

.news-item .news-text .title {
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3;
}

.news-item .news-text .desc {
    color: #ccc;
    line-height: 1.5;
    font-size: 14px;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .banner-text-large,
    .banner-text-right,
    .banner-image-left,
    .banner-image-right {
        position: static;
        width: auto;
        text-align: center;
        margin: 20px auto;
    }
    
    .fullmeasure-section [class*="absolute"] {
        position: static !important;
        width: auto !important;
        left: auto !important;
        top: auto !important;
        margin: 20px auto;
        text-align: center;
    }
    
    .banner-text-large span {
        font-size: 36px;
    }
    
    .banner-text-right .title {
        font-size: 48px;
    }
    
    .ai-title {
        font-size: 36px;
    }
    
    .itemContainer {
        flex-direction: column;
    }
    
    .item {
        margin: 5px 0;
    }
    
    /* 业务页面响应式 */
    .business-section .business-image1,
    .business-section .business-image2,
    .business-section .business-text1,
    .business-section .business-text2,
    .business-section .business-text3 {
        position: static !important;
        width: auto !important;
        margin: 20px auto !important;
        text-align: center !important;
    }
    
    .case-main-image,
    .case-main-text {
        position: static !important;
        transform: none !important;
        width: auto !important;
        margin: 20px auto !important;
    }
    
    .case-items {
        position: static !important;
        grid-template-columns: 1fr !important;
        padding: 20px !important;
    }
}