.price-page {
    font-family: "Microsoft YaHei", sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f8f9fa;
}

/* 普通介绍区块样式 */
.price-notes, .custom-price, table, .intro:not(.price-header .intro) {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    padding: 20px;
    margin-bottom: 30px;
}

h2 {
    color: #2980b9;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    margin-top: 30px;
    font-size: 1.6em;
    font-weight: 600;
    margin-bottom: 20px;
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: none;
                border: 1px solid lightblue;
}
th, td {
    padding: 12px;
    text-align: center;
    transition: background-color 0.2s;
}

th {
    background-color: #f0f7ff;
    color: #2980b9;
    font-weight: bold;
}


thead th:first-child {
    border-top-left-radius: 8px;
}

thead th:last-child {
    border-top-right-radius: 8px;
}

tr:hover td {
    background-color: #f7fbff;
}

.feature-name {
    text-align: center;
    font-weight: normal;
}

.supported {
    color: #4CAF50;
    font-size: 24px;
}

.not-supported {
    color: #ddd;
}

.highlight {
    color: #2980b9;
    font-weight: bold;
    font-size: 1.1em;
}

.price-notes {
    margin-bottom: 0;
}

.price-notes-list {
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.price-notes-item {
    margin-bottom: 8px;
    letter-spacing: 1px;
    position: relative;
}

.price-notes table {
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 20px 0;
    border-radius: 0;
}

.custom-price {
    margin-top: 30px;
}

.custom-price p {
    margin: 0;
}

@media (max-width: 768px) {
    table {
        font-size: 0.9em;
    }
    
    th, td {
        padding: 8px 5px;
    }
    
    .supported {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    table {
        font-size: 0.8em;
    }
}

/* 交互效果 */
.highlight-row {
    background-color: #f0f7ff !important;
}

/* 版本对比列强调 */
th:not(:first-child), td:not(:first-child) {
    border-left: 2px solid #e5e7eb;
}

/* Header 样式 */
.price-header {
    background: linear-gradient(135deg, #2980b9 0%, #1c5a85 100%);
    color: white;
    padding: 35px 30px 55px 30px;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.header-content {
    position: relative;
    z-index: 2;
}

/* Logo 区域样式 */
.logo-section {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

/* 调整Logo圆形容器 */
.logo-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* 调整Logo图片 */
.logo-circle img {
    width: 85%; 
    height: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

.price-header h1 {
    margin: 0;
    font-size: 2.2em;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    line-height: 1.2;
}

.price-header h1 span {
    font-weight: 800;
    color: #3BAFDA;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

.intro {
    display: flex;
    gap: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* 左侧内容样式 */
.intro-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feature-intro {
    color: white;
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 15px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
}

.feature-text {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    margin-bottom: 30px !important;
    font-size: 1.05em;
}

/* 右侧图标区域 */
.intro-right {
    flex: 1.5;
    align-self: flex-end;
}

/* 调整功能图标布局 */
.feature-icons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    justify-content: center;
}

.feature-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
}

.feature-icon:hover {
    transform: translateY(-5px);
}

.feature-icon div {
    font-size: 24px;
    margin-bottom: 8px;
    background: rgba(255, 255, 255, 0.15);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.feature-icon:hover div {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.feature-icon span {
    font-size: 14px;
    text-align: center;
    line-height: 1.3;
    color: white;
}

/* 联系按钮样式优化 */
.contact-btn {
    align-self: flex-start;
    background: linear-gradient(135deg, #4CAF50 0%, #2E7D32 100%);
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-top: auto;
}

.contact-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

/* 波浪效果 */
.wave-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.wave {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 35px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z' fill='%23ffffff'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

/* 响应式调整 */
@media (max-width: 900px) {
    .intro {
        flex-direction: column;
    }
    
    .intro-left, .intro-right {
        width: 100%;
    }
    
    .feature-icons {
        grid-template-columns: repeat(3, 1fr);
        margin-top: 20px;
    }
    
    .contact-btn {
        margin-top: 20px;
        align-self: center;
    }
}

@media (max-width: 600px) {
    .feature-icons {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* 页脚样式 */
footer {
    margin-top: 50px;
    padding: 20px;
    text-align: center;
    color: #666;
    font-size: 0.9em;
    border-top: 1px solid #eee;
}

/* 二维码弹窗样式 */
.qr-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.qr-popup-content {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  width: 320px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}

.qr-popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.qr-popup-header h3 {
  margin: 0;
  font-size: 18px;
  color: #333;
}

.close-popup {
  font-size: 24px;
  color: #999;
  cursor: pointer;
  transition: color 0.3s;
}

.close-popup:hover {
  color: #333;
}

.qr-popup-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.qr-code-img {
  width: 200px;
  height: 200px;
  margin-bottom: 15px;
}

.qr-contact-info {
  font-size: 16px;
  color: #333;
  margin: 0;
}
