p {
    font-size: 17px;
    color: #4a4b65;
    padding: 10px 0px 10px 0px;
	margin-bottom: 0;
}
body {
	line-height: 1.8;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .75rem;
    font-weight: 500;
    line-height: 1.2;
    color: #4b505e;
}
.font-size-lg {
    font-size: 1rem !important;
}
h1 {
	font-size: 2rem;
	font-weight: 500;
}

h2 {
    position: relative;
    font-size: 26px;
    font-weight: 550;
    margin: 30px 0;
    padding: 20px 0 20px 15px;
    background: linear-gradient(45deg, #F8F8FF, rgba(255, 255, 255, 0) 70%);
    border-left: 8px solid #8470FF;
}
h3 {
	font-size: 22px;
	padding: 20px 0 10px 0;
    font-weight: 600;
	margin: 5px 0;
}


h4 {
	font-size: 1.2rem;
	padding: 5px 0 5px 0;
    margin: 5px 0;
}
b, strong {
    font-weight: 650;
}
ul{
	margin: 10px 0 10px 20px;
	padding: 0;
}
.probox-title{
    font-size: 26px;
    font-weight: 500;
}
.list-unstyled{
	margin: 0;
}
.card-body {
	padding: 10px;
}

.card-body li{
	font-size: 17px;
	list-style: inside;
}
.card-body li::marker{
	color: #766df4;
}
.card-sm li{
	padding: 0 0 0 15px;
}

ol{
	font-size: 16px;
	margin: 5px 0;
	color: #4a4b65;
}

.directory li::marker{
	color: #766df4;
}
.alert-primary li{
	color: #4a4b65;
}
.cs-content li{
	font-size: 16px;
	color: #4a4b65;
	padding: 3px 0 3px 5px;
}
.cs-content p img{
	padding: 10px 0;
}

 .cs-page-loading {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all .4s .2s ease-in-out;
        transition: all .4s .2s ease-in-out;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        z-index: 9999;
      }
      .cs-page-loading.active {
        opacity: 1;
        visibility: visible;
      }
      .cs-page-loading-inner {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        text-align: center;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
        opacity: 0;
      }
      .cs-page-loading.active > .cs-page-loading-inner {
        opacity: 1;
      }
      .cs-page-loading-inner > span {
        display: block;
        font-family: 'Inter', sans-serif;
        font-size: 1rem;
        font-weight: normal;
        color: #333;
      }
      .cs-page-spinner {
        display: inline-block;
        width: 2.75rem;
        height: 2.75rem;
        margin-bottom: .75rem;
        vertical-align: text-bottom;
        border: .15em solid #766df4;
        border-right-color: transparent;
        border-radius: 50%;
        -webkit-animation: spinner .75s linear infinite;
        animation: spinner .75s linear infinite;
      }
      @-webkit-keyframes spinner {
        100% {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
        }
      }
      @keyframes spinner {
        100% {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
        }
      }
.subtitle{
	    margin-top: 30px;
		color: #766df6;
		  }
.tips {
    word-break: break-word;
    color: #334eaf;
    background-color: #e7ebf7;
    border-color: #b7c2e8;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .3125rem;
}
.directory {
    position: relative;
    margin: 30px 0 40px 0;
    padding: 0.5em 1em;
    border: solid 1px #ebebeb;
}
.directory .box-title {
    position: absolute;
    display: inline-block;
    top: -32px;
    left: -1px;
    padding: 3px 0;
    height: 32px;
    width: 100px;
    line-height: 25px;
    text-align: center;
    font-size: 16px;
    background: #766df4;
    color: #FFF;
    font-weight: 500;
}

.btn-sm, .btn-group-sm>.btn {
    padding: 0.225rem 1rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.5rem;
}

hr{
	padding: 10px 0 10px 0;
}

td{
	font-size: 17px;
}
.language-selector {
        position: relative;
        display: inline-block;
        text-align: right; 
    }
    .language-selector > span {
        cursor: pointer;
        font-size: 14px;
    }
    .language-selector > .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 120px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        list-style-type: none;
        padding: 0;
        margin: 0;
        right: 0; 
        top: 100%; 
    }
    .language-selector > .dropdown-content li {
        padding: 10px;
        cursor: pointer;
        text-align: left;
    }
    .language-selector > .dropdown-content li:hover {
        background-color: #ddd;
    }
        .ainfo {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .ainfo-item {
        margin-right: 20px;
        color: #333;
        text-align: center;
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }
    .author {
        font-weight: bold;
    }
    .author-avatar-s {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        margin-right: 5px;
    }
	
    .ainfo-item a:hover {
        text-decoration: underline;
    }
    .ainfo-item p {
        font-size: 14px;
    }

.dropdown1 {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 132px;
  padding: 0 0 15px 20px;
    
}

.dropdown-text {
  cursor: pointer;
  position: absolute;
  text-indent: 10px;
  line-height: 32px;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255,255,255, .9) inset, 0 1px 3px rgba(0,0,0, .1);
  width: 100%;
}

.dropdown-text:after {
  position: absolute;
  right: 6px;
  top: 15px;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #555 transparent transparent transparent;
}

.dropdown-text,
.dropdown-content a {
  color: #333;
  text-shadow: 0 1px #fff;
}

.dropdown-toggle1 {
  font-size: 0;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  top: 0;
  border: none;
  padding: 0;
  margin: 0 0 0 1px;
  background: transparent;
  text-indent: -10px;
  height: 34px;
  width: 100%;
}

.dropdown-toggle1:focus {
  outline: 0;
}

.dropdown-content {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  list-style-type: none;
  position: absolute;
  top: 32px;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility:hidden;
  border-radius: 3px;
  text-indent: 10px;
  line-height: 32px;
  background-color: #eee;
  border: 1px solid #ccc;
  width: 140px;
}

.dropdown-content a {
  display: block;
}

.dropdown-content a:hover {
  background: #e8e8e8;
}


.dropdown-toggle1:hover ~ .dropdown-text,
.dropdown-toggle1:focus ~ .dropdown-text {
  background-color: #e8e8e8;
}

.dropdown-toggle1:focus ~ .dropdown-text {
  box-shadow: 0 1px 3px rgba(0,0,0, .2) inset, 0 1px 0 rgba(255,255,255, 0.8);
  z-index: 2;
}

.dropdown-toggle1:focus ~ .dropdown-text:after {
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #555 transparent;
}

.dropdown-content:hover,
.dropdown-toggle1:focus ~ .dropdown-content {
  opacity: 1;
  visibility:visible;
  top: 42px;
}

    /* 移动端样式 */
    @media (max-width: 600px) {
        .ainfo {
            flex-direction: column;
            align-items: center;
        }
        .ainfo-item {
            margin-right: 0;
            margin-bottom: 10px;
        }
        .author-ainfo {
            margin-bottom: 20px;
        }
    }

    .author-container {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 50px 0;
        
    }
    .author-info {
        display: flex;
        align-items: center;
        border: 2px solid #dedcfc;
        border-radius: 1rem;
        background-color: #F8F8FF;
    }
    .author-info img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        margin: 0 10px;
        object-fit: cover;
    }
    .info {
        line-height: 1.5;
    }
    .name,
    .job-title {
        text-align: center; /* 水平居中对齐 */
    }
    .name {
        font-weight: bold;
        font-size: 1.2em;
        margin-right: 6px;
    }
    .job-title {
        font-size: 16px;
    }
    .description {
        margin: 0 5px 20px 0;
        font-size: 16px;
        line-height: 1.5;
    }

/* Table Styles */

.table-wrapper{
    margin: 20px 10px;
    box-shadow: 0px 10px 10px rgba( 0, 0, 0, 0.2 );
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    background-color: white;
}

.fl-table td, .fl-table th {
    text-align: center;
    padding: 8px;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 14px;
}

.fl-table thead th {
    color: #ffffff;
    background: #6A5ACD;
}


.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #191970;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}

/* Responsive */

@media (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }
    .table-wrapper:before{
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }
    .fl-table thead, .fl-table tbody, .fl-table thead th {
        display: block;
    }
    .fl-table thead th:last-child{
        border-bottom: none;
    }
    .fl-table thead {
        float: left;
    }
    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }
    .fl-table tbody tr {
        display: table-cell;
    }
    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }
    .fl-table tr:nth-child(even) {
        background: transparent;
    }
    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tbody td {
        display: block;
        text-align: center;
    }
}

/* Deezer 对比表格 - 桌面端无横向滚动条，单词不拆分，自动调整列宽，支持悬浮高亮 */
.deezer-compare-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
    text-align: center;
    table-layout: auto;
}

.deezer-compare-table th,
.deezer-compare-table td {
    padding: 10px 8px;
    border: 1px solid #dee2e6;
    vertical-align: middle;
    white-space: normal;
}

/* 表头样式 - 统一紫色背景 */
.deezer-compare-table th {
    background-color: #AB82FF;
    color: #fff;
    font-weight: 600;
    padding: 12px 8px;
}

/* 斑马纹行 */
.deezer-compare-table tr.oddtr1 {
    background-color: #E6E6FA;
}

/* 鼠标悬浮效果：所有行（包括非斑马纹行）悬浮时变色 */
.deezer-compare-table tbody tr:hover {
    background-color: #d0d0ff !important;  /* 悬浮色，稍深于斑马纹 */
    transition: background-color 0.2s ease;
}

/* 确保父容器无横向滚动条 */
.card {
    overflow-x: visible !important;
}

/* 窄桌面（<1200px）略微缩小内边距和字体 */
@media (max-width: 1199px) {
    .deezer-compare-table {
        font-size: 0.75rem;
    }
    .deezer-compare-table th,
    .deezer-compare-table td {
        padding: 6px 4px;
    }
}
/* 移动端允许横向滚动（不改变任何视觉样式） */
@media (max-width: 767px) {
    .card {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }
    .deezer-compare-table {
        min-width: 700px; /* 确保表格宽度超过容器，触发滚动 */
    }
}

/* 桌面端确保无滚动条（覆盖可能的外层溢出） */
@media (min-width: 768px) {
    .container,
    .row,
    .col-lg-11,
    .card {
        overflow-x: visible !important;
    }
}

/* 产品介绍总边框卡片 */
.product-intro-card {
  max-width: 1170px;
  margin: 20px auto;
  padding: 15px 20px 25px 25px;
  background: #E6E6FA;
  border: 1px solid #e2e8f0; /* 优雅的淡灰色边框 */
  border-radius: 16px;       /* 现代感大圆角 */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04); /* 微弱的悬浮阴影 */
  display: flex;
  gap: 20px;                 /* 左右分栏间距 */
  box-sizing: border-box;
}

/* 左侧分栏 */
.product-left-col {
  flex: 1; /* 占据主要宽度 */
  display: flex;
  flex-direction: column;
}

/* 标题区域 */
.product-title-area {
  margin-bottom: 10px;
  text-align: left;
}

.product-main-title {
  font-size: 26px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.product-subtitle {
  font-size: 15px;
  color: #666666;
  margin: 0;
}

/* 功能点网格排版 */
.product-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 12px;
}

/* 功能卡片基础样式 */
.p-feature-card {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background-color: #f6f8fa; 
  border: 1px solid #eef2f6;
  border-radius: 8px;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
}

/* 功能卡片悬停动效 */
.p-feature-card:hover {
  background-color: #ffffff;
  border-color: #7059f2;
  transform: translateY(-2px);
  box-shadow: 0 5px 12px rgba(112, 89, 242, 0.08);
}

.p-card-icon {
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.p-card-text {
  font-size: 14px;
  font-weight: 600;
  color: #4a3aff; 
}


/* 右侧分栏：下载按钮垂直居中 */
.product-right-col {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #edf2f7; /* 左右分栏分割线 */
  padding-left: 20px;
}

.download-btn-wrapper {
  width: 100%;
}

/* 移动端与平板响应式适配 */
@media (max-width: 992px) {
  .product-intro-card {
    flex-direction: column; /* 变成上下结构 */
    gap: 30px;
    padding: 25px;
    margin: 20px 15px;
  }
  
  .product-right-col {
    width: 100%;
    border-left: none;
    border-top: 1px solid #edf2f7; /* 分割线变成上下 */
    padding-left: 0;
    padding-top: 25px;
  }

  .product-title-area {
    text-align: center; /* 手机端标题居中更美观 */
  }
}

@media (max-width: 576px) {
  .product-main-title {
    font-size: 20px;
  }
  .product-features-grid {
    grid-template-columns: repeat(2, 1fr); /* 手机端每行刚好排两个 */
    gap: 8px;
  }
  .p-feature-card {
    padding: 10px;
  }
}

/* --- 优缺点对比区大容器 --- */
.pc-comparison-container {
  display: flex;
  gap: 24px;
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.pc-card {
  flex: 1;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
  border: 1px solid transparent;
}

.pc-card-header {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  padding: 6px 18px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.pc-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pc-card-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.pc-card-list li i {
  margin-top: 3px; 
  font-size: 15px;
  flex-shrink: 0;
}

.pc-card-list li span {
  display: block; 
  font-size: 15px;
  line-height: 1.6;
  color: #333333;
  word-break: break-word; 
}

.pc-card-list li span b {
  font-weight: 700;
  margin: 0 2px; 
  color: #111111; 
}

.pc-card-pros {
  background-color: #f2f9f5;
  border-color: #e1f2e8;
}
.pc-card-pros .pc-card-header {
  background-color: #d1ebd9;
  color: #1b5e20;
}
.pc-card-pros .pc-card-list li i {
  color: #2e7d32;
}

/* 配色方案 - Cons */
.pc-card-cons {
  background-color: #fff5f5;
  border-color: #ffe3e3;
}
.pc-card-cons .pc-card-header {
  background-color: #f7d6d4;
  color: #b71c1c;
}
.pc-card-cons .pc-card-list li i {
  color: #d32f2f;
}

/* 移动端自适应 */
@media (max-width: 768px) {
  .pc-comparison-container {
    flex-direction: column;
    gap: 16px;
  }
  .pc-card {
    padding: 20px;
  }
  .pc-card-list li span {
    font-size: 13.5px;
  }
}

/* 提示框基础样式 */
.note-box {
  display: flex;
  align-items: center; 
  gap: 20px;          
  padding: 18px 24px;  
  margin: 20px 0;
  border-radius: 6px;
  font-size: 15px;
  line-height: 1.6;
}

/* 警告框特定风格（根据图片调整色值） */
.warning-box {
  background-color: #fff9f3;
  border: 1px solid #ffe3cb;
  border-left: 5px solid #ff8800;
  color: #555555;
}

/* 图标区域样式 */
.note-icon {
  color: #ff8800;
  font-size: 26px;     
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;     
  width: 32px;       
}

/* 文本区域样式 */
.note-content {
  flex-grow: 1;
}

.note-content p {
  margin: 0 0 8px 0;
}

.note-content p:last-child {
  margin-bottom: 0; 
}

/* 移动端自适应微调 */
@media (max-width: 576px) {
  .note-box {
    padding: 14px 16px;
    gap: 12px;
    font-size: 14px;
  }
  .note-icon {
    font-size: 22px;   
    width: 26px;
  }
}