a {
    color: white;
    text-decoration: none;
  }

main a{
    color: black;

}
p.text-gray-600{
    display: -webkit-box;
    -webkit-line-clamp: 6; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}
a.titlepic{
    display: inline-block;
    width: 100%;
    height: 100px;
    overflow: hidden;
}

#product-info ul {
    list-style-type: disc; /* 使用圆点作为列表项符号 */
    padding-left: 1.5rem; /* 为列表添加左侧内边距 */
    margin-bottom: 1rem; /* 列表底部的外边距 */
}

#product-info li {
    margin-bottom: 0.5rem; /* 列表项底部的外边距 */
    font-size: 1rem; /* 列表项字体大小 */
    line-height: 1.5; /* 行高 */
    color: #4a5568; /* 列表项文字颜色，使用 Tailwind CSS 的 'gray-700' */
}

#product-info li::marker {
    color: #000; /* 列表项符号颜色，使用 Tailwind CSS 的 'blue-600' */
}

#product-info h2 {
    font-size: 1.5rem; /* 标题字体大小 */
    margin-top: 1.5rem; /* 标题顶部的外边距 */
    margin-bottom: 0.75rem; /* 标题底部的外边距 */
    color: #000; /* 标题文字颜色，使用 Tailwind CSS 的 'blue-700' */
}

#product-info p {
    margin-bottom: 5px; /* 段落底部的外边距 */
}

.collapsible {
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
}

.collapsible.open {
    max-height: 1000px; /* Adjust this value as needed */
    opacity: 1;
}

.article-crumb {padding:2rem 0;}
.article-crumb a{color: #000;}
table input{border: 1px solid black;}
.daily h2 {
    font-size: 1.5rem; /* Tailwind CSS equivalent: text-2xl */
    font-weight: 600; /* Tailwind CSS equivalent: font-semibold */
    color: #2d3748; /* Tailwind CSS equivalent: text-gray-800 */
    margin: 3rem 0 1rem 0 ; /* Tailwind CSS equivalent: mb-4 */
    border-bottom:#000 1px solid;
}

.daily p {
    color: #4a5568; /* Tailwind CSS equivalent: text-gray-700 */
    line-height: 1.75; /* Tailwind CSS equivalent: leading-relaxed */
    margin-bottom: 1rem; /* Tailwind CSS equivalent: mb-4 */
}

.daily img {
    width: 75%; /* Adjusted width to 75% */
    height: auto; /* Maintain aspect ratio */
    border-radius: 0.375rem; /* Tailwind CSS equivalent: rounded-lg */
    margin-top: 1rem; /* Tailwind CSS equivalent: mt-4 */
    margin-bottom: 1rem; /* Tailwind CSS equivalent: mb-4 */
    display: block; /* Center the image */
    margin-left: auto; /* Center the image */
    margin-right: auto; /* Center the image */
}
.daily a{color:#000;}
.abc li a {
    font-size: 0.875rem; /* text-sm */
    color: #fff; /* text-gray-500 */
    padding-left: 0.25rem; /* px-1 */
    padding-right: 0.25rem; /* px-1 */
    padding-top: 0.25rem; /* py-1 */
    padding-bottom: 0.25rem; /* py-1 */
    transition: color 0.3s, text-decoration 0.3s;
  }
  .abc li a:hover {
    color: #7e22ce; /* hover:text-purple-1300 */
  text-decoration: underline; /* hover:underline */
  }
p.limit-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 3em; 
    line-height: 1.5em; 
}
.p-line-clamp{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5; 
    height: 7.5em; 
    line-height: 1.5em; 
}
#article-section h3{
     padding: 25px 0;
    font-size: 20px;
    font-weight: bold;
    
}
.image-container {
    position: relative;
    margin-right: -15px;  /* 使用负边距来裁剪右侧 */
    margin-bottom: -15px; /* 使用负边距来裁剪底部 */
    overflow: hidden;
    transition: all 0.3s ease;
}

.image-container:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.visit-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 12px 24px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    border: none;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s ease;
    text-decoration: none;
    backdrop-filter: blur(5px);
}

.image-container:hover .visit-button {
    opacity: 1;
}

.visit-button:hover {
    background-color: rgba(0, 0, 0, 0.9);
    transform: translate(-50%, -50%) scale(1.05);
}

.compare-container {
    display: flex;
    gap: 30px;
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
}

.compare-left, .compare-right {
    flex: 1;
    padding: 15px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.titlepic {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 15px;
}

.title {
    color: #333;
    font-size: 24px;
    margin: 10px 0;
}

.subtitle {
    color: #666;
    font-size: 16px;
    margin-bottom: 12px;
}

.newstime {
    color: #999;
    font-size: 14px;
    margin-bottom: 10px;
}

.link {
    display: inline-block;
    color: #0066cc;
    text-decoration: none;
    margin: 10px 0;
    font-weight: 500;
}

.link:hover {
    text-decoration: underline;
}

.content {
    color: #444;
    line-height: 1.6;
    font-size: 15px;
    margin-top: 15px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

@media (max-width: 768px) {
    .compare-container {
        flex-direction: column;
        padding: 15px;
    }
}

/*对比标签*/
.tool-comparisons.comparisons {
  margin: 20px 0;
}

.bar-title.mb-6 {
  margin-bottom: 1.5rem;
}

.break-words {
  word-wrap: break-word;
}

.text-center {
  text-align: center;
}

.text-gray-1000 {
  color: #1a1a1a;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.font-semibold {
  font-weight: 600;
}

.vs-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 1.5rem;
  justify-content: center;
}

.comparison-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  flex-basis: calc(33.333% - 20px);
  padding: 1rem 1.25rem;
  color: #1a1a1a;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-align: center;
  transition: all 0.3s ease;
}

.comparison-link:hover {
  color: #7c3aed;
  text-decoration: underline;
}

.related-empty {
  text-align: center;
  color: #666;
  padding: 20px;
}
#compare {
    background-color: #f0fff0; /* 非常浅的绿色 */
    width: 100%;
    text-align: center;
    padding: 20px;
}
#compare h1 {
    font-size: 30px;
    margin: 0;
}
#compare p {
    margin: 10px 0 0;
}
.compare-container h2 {
    font-size: 1.5rem; /* 标题字体大小 */
    margin-top: 1.5rem; /* 标题顶部的外边距 */
    margin-bottom: 0.75rem; /* 标题底部的外边距 */
    color: #000; /* 标题文字颜色，使用 Tailwind CSS 的 'blue-700' */
}
.compare-container h2 a{
    color: #000;}
}
.compare-container .titlepic {
    width: 100%;
    height: 200px;
    object-fit: cover;}
    
/*提交页面*/
.price-container {
    margin-bottom: 1.5rem;
}

.price-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.price-original {
    color: #6B7280;
    text-decoration: line-through;
    font-size: 1rem;
}

.price-current {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2F5C45;  /* aqua-forest-800 的颜色值 */
}
/* 付费内容区域左右布局样式 */
#paid-content .flex {
  display: flex;
  flex-direction: column;
}

#paid-content .w-full {
  width: 100%;
}

#paid-content .gap-8 {
  gap: 2rem;
}

#paid-content .p-8 {
  padding: 2rem;
}

#paid-content .mb-4 {
  margin-bottom: 1rem;
}

#paid-content .mt-6 {
  margin-top: 1.5rem;
}

#paid-content .pt-6 {
  padding-top: 1.5rem;
}

#paid-content .border-t {
  border-top: 1px solid #e5e7eb;
}

#paid-content .shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

#paid-content .rounded-lg {
  border-radius: 0.5rem;
}

#paid-content .bg-white {
  background-color: #ffffff;
}

/* 输入框样式 */
#paid-content .input-wider {
  width: calc(100% + 100px);
  max-width: 100%;
}

#paid-content .url-input-group {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

/* 按钮样式已移至内联样式 */

/* 右侧付费用户权益样式 */
#paid-content h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #2d5749; /* 根据您网站的实际颜色调整 */
}

#paid-content ul {
  list-style: none;
  padding: 0;
}

#paid-content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}

#paid-content ul li svg {
  height: 1.25rem;
  width: 1.25rem;
  margin-right: 0.5rem;
  margin-top: 0.125rem;
  color: #10b981; /* 绿色对勾颜色 */
}

/* 响应式布局 */
@media (min-width: 768px) {
  #paid-content .flex {
    flex-direction: row;
  }

  #paid-content .w-full {
    width: 50%;
  }

  #paid-content .border-t {
    border-top: none;
  }

  #paid-content .md\:border-l {
    border-left: 1px solid #e5e7eb;
  }

  #paid-content .pt-6 {
    padding-top: 0;
  }

  #paid-content .md\:pl-8 {
    padding-left: 2rem;
  }

  #paid-content .mt-6 {
    margin-top: 0;
  }
}
