/* CSS Document */

@charset "gb2312";
font{
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;PADDING-TOP: 0px;
	FONT-FAMILY: "微软雅黑";
	line-height: 20pt;
	text-decoration: none;
	
}
td {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-SIZE: 10pt;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;PADDING-TOP: 0px;
	FONT-FAMILY: "微软雅黑";
	line-height: 18pt;
	text-decoration: none;
	
}

a:link { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 10pt; PADDING-BOTTOM: 0px; MARGIN: 0px; COLOR:#ffffff; PADDING-TOP: 0px; FONT-FAMILY: "微软雅黑"; line-height: 18pt; text-decoration: none; font-weight: normal; 	
}
a:visited { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 10pt; PADDING-BOTTOM: 0px; MARGIN: 0px; COLOR:#ffffff; PADDING-TOP: 0px; FONT-FAMILY: "微软雅黑"; line-height: 18pt; text-decoration: none; font-weight: normal; }
a:hover { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 10pt; PADDING-BOTTOM: 0px; MARGIN: 0px; COLOR:#FFFF00; PADDING-TOP: 0px; FONT-FAMILY: "微软雅黑"; line-height: 18pt; text-decoration: none; font-weight: normal; }
.title{font-family: verdana, tahoma, sans-serif;FONT-SIZE: 12px;}
.grey{FONT-SIZE: 12px;color:#666666}

.orange {font-family: verdana, tahoma, sans-serif;font-size:11px;color:#F4201B}
.orange A:link {font-family: verdana, tahoma, sans-serif;font-size:10px;color:#FF6600;text-decoration:underline}
.orange A:visited {font-family: verdana, tahoma, sans-serif;font-size:10px;color:#FF6600;text-decoration:underline}
.orange A:hover {font-family: verdana, tahoma, sans-serif;font-size:10px;color:#FF6600;text-decoration:underline}
.orange A:active {font-family: verdana, tahoma, sans-serif;font-size:10px;color:#FF6600;text-decoration:underline}

textarea, input, select{
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #000000;
    font-family: verdana, tahoma, sans-serif;
    font-size: 0.95em;}
.username{
    background-image:url(User/username.gif);
	background-position: 1px 1px;
	background-repeat:no-repeat;
	padding-left:20px;
	height:20px;
	FONT-SIZE: 12px;}
.password{
    background-image:url(User/password.gif);
	background-position: 1px 1px;
	background-repeat:no-repeat;
	padding-left:20px;
	height:20px;
	FONT-SIZE: 12px;}
.picimg {
　　padding: 6px; 
　　border: 1px solid #CCC; 
　　background-color: #FFF; }
.no1{border:solid 1px #E4E4E4;} 
.QQbox {
	Z-INDEX: 99; RIGHT: 0px; WIDTH: 178px; POSITION: absolute; TOP: 130px;    text-align: left;font: 12px/1.5 Tahoma, Helvetica, Arial, sans-serif;color: #333;

}
/* 基础样式重置 */
.fullscreen-nav * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

/* 主导航容器 - 全屏宽度 */
.fullscreen-nav {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1000;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

/* 主菜单样式 */
.main-menu {
  display: flex;
  justify-content: center;
  list-style: none;
  position: relative;
}

.main-menu > li {
  position: static; /* 修改为static使下拉菜单可以全屏 */
}

.main-menu > li > a {
  display: block;
  padding: 15px 20px;
  color: #333;
  text-decoration: none;
  font-size: 20px;
  font-weight: normal;
  transition: all 0.3s;
  white-space: nowrap;
}

.main-menu > li > a:hover {
  color: #0066cc;
}

/* 箭头样式 */
.arrow {
  font-size: 12px;
  margin-left: 5px;
  color: #666;
  display: inline-block;
  transition: all 0.2s;
}

/* 全屏下拉菜单样式 */
.megamenu {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: none;
  padding: 10px 0;
  z-index: 1001;
  border-top: 2px solid #0066cc;
}

.has-megamenu:hover .megamenu {
  display: block;
}

/* 下拉菜单内容容器 */
.menu-container {
  max-width: 100%</h5>;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
}

.menu-section {
  flex: 1;
  min-width: 250px;
  padding: 0 15px;
  margin-bottom: 20px;
}

.menu-section.full-width {
  flex: 0 0 100%;
}

.menu-section h3 {
  color: #333;
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}

/* 多列菜单布局 */
.menu-columns {
  display: flex;
  flex-wrap: wrap;
}

.menu-columns ul {
  list-style: none;
  flex: 1;
  min-width: 150px;
}

.menu-columns ul li a {
  display: block;
  padding: 8px 0;
  color: #555;
  text-decoration: none;
  transition: all 0.2s;
  line-height: 1.4;
}

.menu-columns ul li a:hover {
  color: #0066cc;
  padding-left: 5px;
}

/* 颜色选择样式 */
.color-options {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.color-box {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: white;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
}

.blue { background-color: #0066cc; }
.golden { background-color: #d4af37; }
.silver { background-color: #c0c0c0; color: #333; }
.red { background-color: #cc0000; }

/* 语言切换器 */
.language-switcher {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.language-switcher a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
}

.language-switcher a.active {
  color: #0066cc;
  font-weight: bold;
}

/* 活动菜单项 */
.active > a {
  color: #0066cc !important;
  font-weight: bold;
}

/* 响应式调整 */
@media (max-width: 768px) {
  .main-menu {
    flex-wrap: wrap;
  }
  
  .megamenu {
    position: static;
    display: none;
    box-shadow: none;
    padding: 15px 0;
  }
  
  .menu-section {
    flex: 0 0 100%;
  }
}


































 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: Arial, sans-serif;
            background: #f5f5f5;
            padding: 20px;
        }
        .container {
            display: flex;
            gap: 10px;
            max-width: 1200px;
            margin: 0 auto;
        }
        .left-section {
            flex: 1;
        }
        .right-section {
            flex: 1;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: repeat(2, 1fr);
            gap: 10px;
        }
        .product {
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s;
        }
        .product:hover {
            transform: scale(1.1);
        }
        .product-large {
            height: 100%;
        }
        .product-small {
            height: 100%;
        }
        .product img {
            width: 100%;
            height: 70%;
            object-fit: cover;
            transition: transform 0.5s;
        }
        .product:hover img {
            transform: scale(1.05);
        }
        .product-info {
            padding: 15px;
        }
        .product-info h3 {
            font-size: 18px;
            margin-bottom: 5px;
            color: #333;
        }
        .product-info p {
            font-size: 14px;
            color: #666;
        }
        .product-large .product-info h3 {
            font-size: 22px;
        }
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		/* 基础样式重置 */
.fullscreen-nav * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

/* 主导航容器 - 全屏宽度 */
.fullscreen-nav {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1000;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

/* 主菜单样式 */
.main-menu {
  display: flex;
  justify-content: center;
  list-style: none;
  position: relative;
}

.main-menu > li {
  position: static; /* 修改为static使下拉菜单可以全屏 */
}

.main-menu > li > a {
  display: block;
  padding: 15px 20px;
  color: #333;
  text-decoration: none;
  font-size: 20px;
  font-weight: normal;
  transition: all 0.3s;
  white-space: nowrap;
}

.main-menu > li > a:hover {
  color: #0066cc;
}

/* 箭头样式 */
.arrow {
  font-size: 12px;
  margin-left: 5px;
  color: #666;
  display: inline-block;
  transition: all 0.2s;
}

/* 全屏下拉菜单样式 */
.megamenu {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: none;
  padding: 10px 0;
  z-index: 1001;
  border-top: 2px solid #0066cc;
}

.has-megamenu:hover .megamenu {
  display: block;
}

/* 下拉菜单内容容器 */
.menu-container {
  max-width: 100%</h5>;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
}

.menu-section {
  flex: 1;
  min-width: 250px;
  padding: 0 15px;
  margin-bottom: 20px;
}

.menu-section.full-width {
  flex: 0 0 100%;
}

.menu-section h3 {
  color: #333;
  font-size: 18px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}

/* 多列菜单布局 */
.menu-columns {
  display: flex;
  flex-wrap: wrap;
}

.menu-columns ul {
  list-style: none;
  flex: 1;
  min-width: 150px;
}

.menu-columns ul li a {
  display: block;
  padding: 8px 0;
  color: #555;
  text-decoration: none;
  transition: all 0.2s;
  line-height: 1.4;
}

.menu-columns ul li a:hover {
  color: #0066cc;
  padding-left: 5px;
}

/* 颜色选择样式 */
.color-options {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.color-box {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: white;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
}

.blue { background-color: #0066cc; }
.golden { background-color: #d4af37; }
.silver { background-color: #c0c0c0; color: #333; }
.red { background-color: #cc0000; }

/* 语言切换器 */
.language-switcher {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.language-switcher a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
}

.language-switcher a.active {
  color: #0066cc;
  font-weight: bold;
}

/* 活动菜单项 */
.active > a {
  color: #0066cc !important;
  font-weight: bold;
}

/* 响应式调整 */
@media (max-width: 768px) {
  .main-menu {
    flex-wrap: wrap;
  }
  
  .megamenu {
    position: static;
    display: none;
    box-shadow: none;
    padding: 15px 0;
  }
  
  .menu-section {
    flex: 0 0 100%;
  }
}

p.da{
font-size:36px;
font-weight:800
}

p.dy{
font-size:24px;
font-weight:500;
}
.font{
 position: absolute;
            width: 60%; /* 宽度重叠20% */
            height: 70%; /* 高度交错50% */
            border-radius: 12px;
			
            overflow: hidden;}




.container {
            position: relative;
            width: 100%;
            max-width: 1200px;
            height: 700px;
            margin: 0 auto;
        }
        
        /* 图片容器基础样式 */
        .image-box {
            position: absolute;
            width: 60%; /* 宽度重叠20% */
            height: 70%; /* 高度交错50% */
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
            transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        }
        
        /* 左侧图片定位 */
        .image-box.left {
            left: 0;
            top: 15%; /* 高度交错定位 */
            z-index: 2;
        }
        
        /* 右侧图片定位 */
        .image-box.right {
            right: 0;
            top: 35%; /* 高度交错定位 */
            z-index: 1;
        }
        
        /* 图片悬停效果 */
        .image-box:hover {
            z-index: 3;
        }
        
        .image-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }
        
        .image-box:hover img {
            transform: scale(1.08); /* 仅图片内容放大 */
        }
        
        /* 文字面板样式（完全独立） */
        .text-card {
            position: absolute;
            width: 30%;
            padding: 25px;
            background: rgba(255, 255, 255, 0.97);
            border-radius: 8px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
            z-index: 4; /* 确保文字始终在最上层 */
        }
        
        /* 右上文字区域 */
        .text-card.right-top {
            right: 2%;
            top: 5%;
        }
        
        /* 左下文字区域 */
        .text-card.left-bottom {
            left: 2%;
            bottom: 5%;
        }
        
        /* 文字样式 */
        .text-card h2 {
            font-size: 28px;
            margin-bottom: 15px;
            color: #0066cc;
            font-weight: 600;
        }
        
        .text-card p {
            font-size: 16px;
            line-height: 1.8;
            color: #444;
            margin-bottom: 10px;
        }
        
        .highlight {
            font-size: 20px;
            color: #e74c3c;
            font-weight: bold;
            margin: 15px 0;
            display: block;
        }
        
        /* 确保文字区域不会被图片覆盖的安全间距 */
        @media (max-width: 768px) {
            .container {
                height: 900px;
            }
            .image-box {
                width: 70%;
                height: 50%;
            }
            .text-card {
                width: 40%;
                padding: 15px;
            }
        }
		
		
		
		
		
		
		
		
		
		
		
		
		
		.company-intro {
      font-family: Arial, sans-serif;
      max-width: 800px;
      margin: 0 auto;
      line-height: 1.6;
    }
    .section-title {
      color: #1a5e9c;
      border-bottom: 2px solid #1a5e9c;
      padding-bottom: 5px;
      margin-top: 20px;
    }
    .highlight {
      background-color: #f0f7ff;
      padding: 10px;
      border-radius: 5px;
    }
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/* 基础样式 */
.appliance-nav-container {
  width: 100vw; /* 视口宽度的 100% */
  margin-left: calc(-50vw + 50%); /* 居中修正（如有需要） */
  background: #808080; /* 标准灰色 */
  color: white;
  font-family: Arial, sans-serif;
  padding: 20px;
  box-sizing: border-box;
}

.appliance-nav-header h1 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  color: white;
}

/* 多列布局 */
.appliance-nav-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.nav-column {
  flex: 1;
  min-width: 150px;
}

.nav-category {
  margin-bottom: 20px;
   display: grid;
  justify-content: center;
}

.nav-category strong {
  display: block;
  font-size: 20px;
  margin-bottom: 8px;
  color: white;
}

.nav-category ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.nav-category li {
  padding: 5px 0;
  color: white;
  font-size: 14px;
}

/* 基础链接样式 */
.nav-category a {
  color: white; /* 默认白色 */
  text-decoration: none; /* 移除下划线 */
  transition: color 0.3s; /* 添加颜色过渡动画（可选） */
}

/* 鼠标悬浮时变为蓝色 */
.nav-category a:hover {
  color:#3399FF; /* 蓝色（可调整色值） */
}



/* 底部样式 */
.appliance-nav-footer {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #999;
  
}

.appliance-nav-footer p {
  margin: 0;
  font-size: 12px;
  color: #ddd;
  
}
.assistant-btn i {
    font-size: 24px;
    /* 可选：调整图标垂直对齐 */
    vertical-align: middle;
}






.fixed-img {
    width: 800px;
  
    object-fit: cover; /* 保持比例填充 */
    display: block;   /* 避免图片默认的 inline 间隙 */
  }
  
  
  
  
  
  
  
  
  
  
  
  
  

/* AI窗口，主容器样式 - 固定在右上角 */
        .ai-assistant-container {
            position: fixed;
            top: 20px;
            right: 20px;
            z-index: 1000;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
        }
        
        /* 悬浮按钮样式 */
        .assistant-btn {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #6e8efb, #a777e3);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease;
            z-index: 1001; /* 确保按钮在最上层 */
        }
        
        .assistant-btn:hover {
            transform: scale(1.1);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
        }
        
        /* 聊天窗口样式 */
        .chat-window {
            width: 350px;
            height: 500px;
            background: white;
            border-radius: 15px;
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
            overflow: hidden;
            display: none; /* 初始隐藏 */
            flex-direction: column;
            margin-bottom: 15px;
            opacity: 0;
            transform: translateY(-10px);
            transition: opacity 0.3s ease, transform 0.3s ease;
            z-index: 1000; /* 确保聊天窗口在正确层级 */
        }
        
        .chat-window.active {
            display: flex;
            opacity: 1;
            transform: translateY(0);
        }
        
        /* 聊天消息区域 */
        .chat-messages {
            flex: 1;
            padding: 15px;
            overflow-y: auto;
            background: #f9f9f9;
        }
        
        /* 消息气泡样式 */
        .message {
            max-width: 80%;
            margin-bottom: 15px;
            padding: 10px 15px;
            border-radius: 18px;
            line-height: 1.4;
            position: relative;
            word-wrap: break-word;
            animation: fadeIn 0.3s ease-out;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .ai-message {
            background: white;
            border: 1px solid #e0e0e0;
            border-radius: 18px 18px 18px 4px;
            align-self: flex-start;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
        }
        
        .user-message {
            background: linear-gradient(135deg, #6e8efb, #a777e3);
            color: white;
            border-radius: 18px 18px 4px 18px;
            align-self: flex-end;
            margin-left: auto;
        }
        
        /* 输入区域 */
        .chat-input {
            display: flex;
            padding: 10px;
            background: white;
            border-top: 1px solid #eee;
        }
        
        .chat-input input {
            flex: 1;
            padding: 10px 15px;
            border: 1px solid #ddd;
            border-radius: 25px;
            outline: none;
            font-size: 14px;
        }
        
        .chat-input button {
            margin-left: 10px;
            padding: 10px 15px;
            background: linear-gradient(135deg, #6e8efb, #a777e3);
            color: white;
            border: none;
            border-radius: 25px;
            cursor: pointer;
            transition: all 0.2s;
        }
        
        .chat-input button:hover {
            transform: translateY(-2px);
        }
        
        /* 消息中的链接样式 */
        .message a {
            color:#000000 !important;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.2s ease;
            padding: 3px 6px;
            border-radius: 4px;
            background-color: rgba(74, 107, 255, 0.1);
        }
        
        .message a:hover {
            color: #3a56d4;
            text-decoration: underline;
            background-color: rgba(74, 107, 255, 0.2);
        }
        
        /* 快捷回复链接特殊样式 */
        .quick-reply-link {
            display: inline-block;
            margin: 5px 0;
            padding: 8px 12px;
            background: linear-gradient(135deg, #f5f7ff, #e8ebff);
            border-radius: 8px;
            border: 1px solid #d6dcff;
            transition: all 0.3s ease;
        }
        
        .quick-reply-link:hover {
            background: linear-gradient(135deg, #e8ebff, #d6dcff);
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(74, 107, 255, 0.1);
        }
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		   /* 基础样式 - 避免与现有样式冲突 */
        .ac-product-viewer * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: "Microsoft YaHei", Arial, sans-serif;
        }
        
        .ac-breadcrumb {
            color: #666;
            font-size: 14px;
            margin-bottom: 20px;
        }
        
        .ac-product-wrapper {
            display: flex;
            max-width: 1200px;
            margin: 0 auto;
            background: white;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            overflow: hidden;
        }
        
        /* 左侧图片区域 */
        .ac-image-section {
            width: 50%;
            padding: 30px;
            box-sizing: border-box;
            position: relative;
        }
        
        .ac-main-image {
            width: 100%;
            height: 400px;
            object-fit: contain;
            cursor: crosshair;
            border: 1px solid #eee;
        }
        
        /* 右侧文字区域 */
        .ac-info-section {
            width: 50%;
            padding: 30px;
            box-sizing: border-box;
            position: relative;
        }
        
        /* 放大区域 - 与原图尺寸相同 */
        .ac-zoom-panel {
            position: absolute;
            top: 30px;
            left: 0;
            width: calc(100% - 60px);
            height: 400px;
            background: white;
            border: 1px solid #eee;
            display: none;
            z-index: 10;
            overflow: hidden;
        }
        
        .ac-zoomed-image {
            position: absolute;
            max-width: none;
        }
        
        /* 放大镜取景框 - 增大尺寸 */
        .ac-lens-frame {
            position: absolute;
            width: 150px;
            height: 150px;
            border: 2px solid rgba(0, 102, 204, 0.5);
            background-color: rgba(255, 255, 255, 0.3);
            pointer-events: none;
            display: none;
        }
        
        /* 放大区域内的文字 */
        .ac-zoom-text {
            position: absolute;
            bottom: 20px;
            left: 20px;
            right: 20px;
            background: rgba(255,255,255,0.8);
            padding: 10px;
            font-size: 16px;
            line-height: 1.5;
        }
        
        .ac-zoom-text strong {
            font-size: 18px;
            color: #0066cc;
        }
        
        /* 产品信息样式 */
        .ac-product-title {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 5px;
            color: #333;
        }
        
        .ac-product-model {
            font-size: 16px;
            color: #666;
            margin-bottom: 20px;
        }
        
        .ac-feature-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 20px;
        }
        
        .ac-feature-tag {
            background: #f0f7ff;
            color: #0066cc;
            padding: 6px 12px;
            border-radius: 4px;
            font-size: 14px;
            font-weight: bold;
        }
        
        .ac-price-display {
            font-size: 28px;
            color: #f56c6c;
            font-weight: bold;
            margin: 25px 0;
        }
        
        .ac-price-note {
            font-size: 14px;
            color: #999;
            margin-bottom: 25px;
            line-height: 1.5;
        }
        
        .ac-action-buttons {
            display: flex;
            gap: 20px;
        }
        
        .ac-action-link {
            color: #0066cc;
            font-size: 16px;
            cursor: pointer;
        }
		
		

		