@media (min-width: 800px) {
  .main-container {
    width: 960px;
  }
}
body:before {
  content: '';
  position: fixed;
  top: 0 !important;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(https://img.leikeji.com/resource/img/7329525d04b64f338a233432df821614.png);
  background-size: cover;
  z-index: -1;
  opacity: 0.5;
}
.ai-product-detail-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}
.ai-product-detail-container .breadcrumb-container {
  margin-bottom: 20px;
}
.ai-product-detail-container .breadcrumb-container .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #666;
}
.ai-product-detail-container .breadcrumb-container .breadcrumb .breadcrumb-item {
  color: #666;
  text-decoration: none;
  transition: color 0.3s;
}
.ai-product-detail-container .breadcrumb-container .breadcrumb .breadcrumb-item:hover {
  color: var(--color-primary);
}
.ai-product-detail-container .breadcrumb-container .breadcrumb .breadcrumb-item.active {
  color: #333;
  font-weight: 500;
}
.ai-product-detail-container .breadcrumb-container .breadcrumb .breadcrumb-item.active:hover {
  color: var(--color-primary);
}
.ai-product-detail-container .breadcrumb-container .breadcrumb .breadcrumb-separator {
  color: #999;
  user-select: none;
}
.ai-product-detail-container .product-detail-header {
  padding: 20px 0 40px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #e8e8e8;
}
.ai-product-detail-container .product-detail-header .product-header-content {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.ai-product-detail-container .product-detail-header .product-header-content .product-image {
  flex-shrink: 0;
  width: 240px;
  height: 240px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}
.ai-product-detail-container .product-detail-header .product-header-content .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ai-product-detail-container .product-detail-header .product-header-content .product-header-info {
  flex: 1;
  padding-top: 10px;
}
.ai-product-detail-container .product-detail-header .product-header-content .product-header-info .product-category {
  margin-bottom: 12px;
}
.ai-product-detail-container .product-detail-header .product-header-content .product-header-info .product-category .category-link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 2px 10px;
  background: #0050b3;
  border-radius: 4px;
  font-size: 11px;
  line-height: 1.5;
  transition: all 0.3s;
}
.ai-product-detail-container .product-detail-header .product-header-content .product-header-info .product-category .category-link:hover {
  background: #1890ff;
}
.ai-product-detail-container .product-detail-header .product-header-content .product-header-info .product-title-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}
.ai-product-detail-container .product-detail-header .product-header-content .product-header-info .product-title {
  font-size: 32px;
  font-weight: 600;
  color: #333;
  margin: 0;
  line-height: 1.3;
}
.ai-product-detail-container .product-detail-header .product-header-content .product-header-info .draft-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background: #faad14;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  flex-shrink: 0;
}
.ai-product-detail-container .product-detail-header .product-header-content .product-header-info .product-description {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin: 0 0 20px 0;
  padding-right: 120px;
}
.ai-product-detail-container .product-detail-header .product-header-content .product-header-info .product-tags {
  margin-bottom: 20px;
}
.ai-product-detail-container .product-detail-header .product-header-content .product-header-info .product-tags .tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.ai-product-detail-container .product-detail-header .product-header-content .product-header-info .product-tags .tags-list .tag-item {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  background: #e8e8e8;
  color: #333;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
}
.ai-product-detail-container .product-detail-header .product-header-content .product-header-info .product-tags .tags-list .tag-item:hover {
  background: #1890ff;
  color: #fff;
}
.ai-product-detail-container .product-detail-header .product-header-content .product-header-info .product-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}
.ai-product-detail-container .product-detail-header .product-header-content .product-header-info .product-actions .btn-visit-website {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 24px;
  background: #e8e8e8;
  color: #333;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s;
}
.ai-product-detail-container .product-detail-header .product-header-content .product-header-info .product-actions .btn-visit-website::after {
  content: '→';
  font-size: 16px;
  transition: transform 0.3s;
}
.ai-product-detail-container .product-detail-header .product-header-content .product-header-info .product-actions .btn-visit-website:hover {
  background: #d9d9d9;
}
.ai-product-detail-container .product-detail-header .product-header-content .product-header-info .product-actions .btn-visit-website:hover::after {
  transform: translateX(3px);
}
.ai-product-detail-container .product-detail-header .product-header-content .product-header-info .product-actions .btn-edit-product {
  display: inline-block;
  padding: 10px 24px;
  background: #ff4d4f;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s;
}
.ai-product-detail-container .product-detail-header .product-header-content .product-header-info .product-actions .btn-edit-product:hover {
  background: #ff7875;
}
.ai-product-detail-container .product-content-section {
  margin-bottom: 40px;
}
.ai-product-detail-container .product-content-section .product-content {
  max-width: 800px;
  font-size: 15px;
  line-height: 2;
  color: #333;
}
.ai-product-detail-container .product-content-section .product-content p {
  margin: 0 0 20px 0;
  line-height: 2;
}
.ai-product-detail-container .product-content-section .product-content p:last-child {
  margin-bottom: 0;
}
.ai-product-detail-container .product-content-section .product-content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 15px 0;
  display: block;
}
.ai-product-detail-container .product-content-section .product-content h1 {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  margin: 30px 0 15px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #e8e8e8;
  line-height: 1.4;
}
.ai-product-detail-container .product-content-section .product-content h1:first-child {
  margin-top: 0;
}
.ai-product-detail-container .product-content-section .product-content h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin: 25px 0 12px 0;
  line-height: 1.4;
}
.ai-product-detail-container .product-content-section .product-content h2:first-child {
  margin-top: 0;
}
.ai-product-detail-container .product-content-section .product-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin: 20px 0 10px 0;
  line-height: 1.4;
}
.ai-product-detail-container .product-content-section .product-content h3:first-child {
  margin-top: 0;
}
.ai-product-detail-container .product-content-section .product-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 18px 0 8px 0;
  line-height: 1.4;
}
.ai-product-detail-container .product-content-section .product-content h4:first-child {
  margin-top: 0;
}
.ai-product-detail-container .product-content-section .product-content h5 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 16px 0 8px 0;
  line-height: 1.4;
}
.ai-product-detail-container .product-content-section .product-content h5:first-child {
  margin-top: 0;
}
.ai-product-detail-container .product-content-section .product-content h6 {
  font-size: 15px;
  font-weight: 600;
  color: #666;
  margin: 14px 0 8px 0;
  line-height: 1.4;
}
.ai-product-detail-container .product-content-section .product-content h6:first-child {
  margin-top: 0;
}
.ai-product-detail-container .product-content-section .product-content ul,
.ai-product-detail-container .product-content-section .product-content ol {
  padding-left: 24px;
  margin: 12px 0;
}
.ai-product-detail-container .product-content-section .product-content ul:last-child,
.ai-product-detail-container .product-content-section .product-content ol:last-child {
  margin-bottom: 0;
}
.ai-product-detail-container .product-content-section .product-content ul {
  list-style-type: disc;
}
.ai-product-detail-container .product-content-section .product-content ul ul {
  list-style-type: circle;
}
.ai-product-detail-container .product-content-section .product-content ul ul ul {
  list-style-type: square;
}
.ai-product-detail-container .product-content-section .product-content ol {
  list-style-type: decimal;
}
.ai-product-detail-container .product-content-section .product-content ol ol {
  list-style-type: lower-alpha;
}
.ai-product-detail-container .product-content-section .product-content ol ol ol {
  list-style-type: lower-roman;
}
.ai-product-detail-container .product-content-section .product-content li {
  margin: 8px 0;
  line-height: 2;
}
.ai-product-detail-container .product-content-section .product-content li > p {
  margin: 8px 0;
  line-height: 2;
}
.ai-product-detail-container .product-content-section .product-content a {
  color: #1890ff;
  text-decoration: none;
  transition: all 0.3s;
  word-break: break-word;
}
.ai-product-detail-container .product-content-section .product-content a:hover {
  color: #40a9ff;
  text-decoration: underline;
}
.ai-product-detail-container .product-content-section .product-content a:active {
  color: #096dd9;
}
.ai-product-detail-container .product-content-section .product-content blockquote {
  margin: 15px 0;
  padding: 12px 20px;
  background: #f5f5f5;
  border-left: 4px solid #1890ff;
  color: #666;
  font-style: italic;
}
.ai-product-detail-container .product-content-section .product-content blockquote p {
  margin: 8px 0;
}
.ai-product-detail-container .product-content-section .product-content blockquote p:first-child {
  margin-top: 0;
}
.ai-product-detail-container .product-content-section .product-content blockquote p:last-child {
  margin-bottom: 0;
}
.ai-product-detail-container .product-content-section .product-content code {
  padding: 2px 6px;
  background: #f5f5f5;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  font-family: 'Courier New', Courier, monospace;
  font-size: 14px;
  color: #e83e8c;
}
.ai-product-detail-container .product-content-section .product-content pre {
  margin: 15px 0;
  padding: 15px;
  background: #f5f5f5;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  overflow-x: auto;
}
.ai-product-detail-container .product-content-section .product-content pre code {
  padding: 0;
  background: none;
  border: none;
  color: #333;
  font-size: 13px;
  line-height: 1.6;
}
.ai-product-detail-container .product-content-section .product-content table {
  width: 100%;
  margin: 15px 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.ai-product-detail-container .product-content-section .product-content table th,
.ai-product-detail-container .product-content-section .product-content table td {
  padding: 10px 12px;
  border: 1px solid #e8e8e8;
  text-align: left;
}
.ai-product-detail-container .product-content-section .product-content table th {
  background: #f5f5f5;
  font-weight: 600;
  color: #333;
}
.ai-product-detail-container .product-content-section .product-content table tr:hover {
  background: #fafafa;
}
.ai-product-detail-container .product-content-section .product-content hr {
  margin: 20px 0;
  border: none;
  border-top: 1px solid #e8e8e8;
}
.ai-product-detail-container .product-content-section .product-content strong,
.ai-product-detail-container .product-content-section .product-content b {
  font-weight: 600;
  color: #333;
}
.ai-product-detail-container .product-content-section .product-content em,
.ai-product-detail-container .product-content-section .product-content i {
  font-style: italic;
}
.ai-product-detail-container .product-content-section .product-content del,
.ai-product-detail-container .product-content-section .product-content s {
  text-decoration: line-through;
  color: #999;
}
.ai-product-detail-container .product-content-section .product-content u {
  text-decoration: underline;
}
.ai-product-detail-container .product-content-section .product-content mark {
  background: #fff3cd;
  padding: 2px 4px;
  border-radius: 2px;
}
.ai-product-detail-container .empty-content {
  text-align: center;
  padding: 60px 20px;
  color: #999;
  font-size: 14px;
}
.ai-product-detail-container .related-products-section {
  padding-top: 40px;
}
.ai-product-detail-container .related-products-section .related-products-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.ai-product-detail-container .related-products-section .related-products-list .related-product-item {
  display: flex;
  gap: 12px;
  padding: 16px;
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  align-items: center;
}
.ai-product-detail-container .related-products-section .related-products-list .related-product-item:hover {
  background: #f5f5f5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.ai-product-detail-container .related-products-section .related-products-list .related-product-item .related-product-logo {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  transition: none;
}
.ai-product-detail-container .related-products-section .related-products-list .related-product-item .related-product-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: none;
}
.ai-product-detail-container .related-products-section .related-products-list .related-product-item .related-product-info {
  flex: 1;
  min-width: 0;
}
.ai-product-detail-container .related-products-section .related-products-list .related-product-item .related-product-info .related-product-name {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ai-product-detail-container .related-products-section .related-products-list .related-product-item .related-product-info .related-product-desc {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ai-product-detail-container .comment-section {
  margin-top: 32px;
}
.ai-product-detail-container .comment-section .ui-bottom-section {
  margin-bottom: 20px;
}
.ai-product-detail-container .comment-section .ui-bottom-section .header .title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
.ai-product-detail-container .comment-section .comment-panel {
  width: 100%;
}
@media (max-width: 768px) {
  .ai-product-detail-container {
    padding: 10px;
  }
  .ai-product-detail-container .breadcrumb-container {
    margin-bottom: 20px;
  }
  .ai-product-detail-container .breadcrumb-container .breadcrumb {
    font-size: 12px;
  }
  .ai-product-detail-container .product-detail-header {
    padding: 30px 0 30px 0;
    margin-bottom: 30px;
  }
  .ai-product-detail-container .product-detail-header .product-header-content {
    flex-direction: column;
    gap: 20px;
  }
  .ai-product-detail-container .product-detail-header .product-header-content .product-image {
    width: 160px;
    height: 160px;
  }
  .ai-product-detail-container .product-detail-header .product-header-content .product-header-info {
    padding-top: 0;
  }
  .ai-product-detail-container .product-detail-header .product-header-content .product-header-info .product-title-wrapper {
    flex-wrap: wrap;
    gap: 8px;
  }
  .ai-product-detail-container .product-detail-header .product-header-content .product-header-info .product-title {
    font-size: 24px;
  }
  .ai-product-detail-container .product-detail-header .product-header-content .product-header-info .draft-tag {
    font-size: 12px;
    padding: 3px 10px;
  }
  .ai-product-detail-container .product-detail-header .product-header-content .product-header-info .product-description {
    font-size: 14px;
    padding-right: 0;
  }
  .ai-product-detail-container .product-detail-header .product-header-content .product-header-info .product-actions .btn-visit-website,
  .ai-product-detail-container .product-detail-header .product-header-content .product-header-info .product-actions .btn-edit-product {
    padding: 8px 16px;
    font-size: 13px;
  }
  .ai-product-detail-container .product-content-section {
    margin-bottom: 30px;
  }
  .ai-product-detail-container .related-products-section {
    margin-bottom: 30px;
    padding-top: 30px;
  }
  .ai-product-detail-container .related-products-section .ui-bottom-section {
    margin-bottom: 15px;
  }
  .ai-product-detail-container .related-products-section .ui-bottom-section .header .title {
    font-size: 18px;
  }
  .ai-product-detail-container .related-products-section .related-products-list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .ai-product-detail-container .product-detail-footer {
    padding: 20px 0;
  }
}
.product-detail-footer {
  margin-top: 40px;
  padding: 30px 0 0 0;
  text-align: center;
}
.product-detail-footer .btn-back-to-list {
  display: inline-block;
  padding: 12px 32px;
  background: var(--color-primary);
  color: #000;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
}
.product-detail-footer .btn-back-to-list:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}
.background-fx {
  position: absolute;
  left: 60px;
  right: 0;
  height: 100vh;
  top: 0;
  overflow: hidden;
  opacity: 1;
  z-index: -1;
}
.shape-01 {
  position: absolute;
  top: 11%;
  right: 42%;
  -webkit-animation: animationFramesTwo 13s linear infinite;
  animation: animationFramesTwo 13s linear infinite;
}
.shape-02 {
  position: absolute;
  top: 27%;
  left: 17%;
  -webkit-animation: animationFramesFour 25s linear infinite alternate;
  animation: animationFramesFour 25s linear infinite alternate;
}
.shape-03 {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-animation: animationFramesThree 35s linear infinite alternate;
  animation: animationFramesThree 35s linear infinite alternate;
}
.shape-04 {
  position: absolute;
  top: 40%;
  right: 23%;
  -webkit-animation: animationFramesFour 20s linear infinite alternate;
  animation: animationFramesFour 20s linear infinite alternate;
}
.shape-05 {
  position: absolute;
  bottom: 62%;
  right: 28%;
  -webkit-animation: animationFramesOne 15s linear infinite;
  animation: animationFramesOne 15s linear infinite;
}
.shape-06 {
  position: absolute;
  bottom: 73%;
  left: 38%;
  -webkit-animation: animationFramesFour 20s linear infinite alternate;
  animation: animationFramesFour 20s linear infinite alternate;
}
.shape-07 {
  position: absolute;
  left: 14%;
  bottom: 54%;
  -webkit-animation: animationFramesOne 17s linear infinite;
  animation: animationFramesOne 17s linear infinite;
}
.shape-08 {
  position: absolute;
  left: 14%;
  top: 60%;
  -webkit-animation: animationFramesOne 20s linear infinite alternate;
  animation: animationFramesOne 20s linear infinite alternate;
}
.shape-09 {
  position: absolute;
  top: 22%;
  left: 41%;
  -webkit-animation: animationFramesOne 15s linear infinite;
  animation: animationFramesOne 15s linear infinite;
}
.shape-10 {
  position: absolute;
  top: 8%;
  right: 6%;
  -webkit-animation: animationFramesOne 15s linear infinite;
  animation: animationFramesOne 15s linear infinite;
}
.shape-11 {
  position: absolute;
  top: 10%;
  right: 8%;
  -webkit-animation: animationFramesOne 12s linear infinite;
  animation: animationFramesOne 12s linear infinite;
}
@keyframes animationFramesOne {
  0% {
    transform: translate(0) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  to {
    transform: translate(0) rotate(0deg);
  }
}
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  to {
    -webkit-transform: translate(0) rotate(0deg);
  }
}
@keyframes animationFramesTwo {
  0% {
    transform: translate(0) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  to {
    transform: translate(0) rotate(0deg) scale(1);
  }
}
@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0) rotate(0deg) scale(1);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  to {
    -webkit-transform: translate(0) rotate(0deg) scale(1);
  }
}
@keyframes animationFramesThree {
  0% {
    transform: translate(165px, -179px);
  }
  to {
    transform: translate(-346px, 617px);
  }
}
@-webkit-keyframes animationFramesThree {
  0% {
    -webkit-transform: translate(165px, -179px);
  }
  to {
    -webkit-transform: translate(-346px, 617px);
  }
}
@keyframes animationFramesFour {
  0% {
    transform: translate(-300px, 151px) rotate(0deg);
  }
  to {
    transform: translate(251px, -200px) rotate(180deg);
  }
}
@-webkit-keyframes animationFramesFour {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0deg);
  }
  to {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
  }
}
@media screen and (max-width: 1199.98px) {
  .hot-search {
    min-width: 1164px;
  }
}
@media screen and (max-width: 575.98px) {
  .shape-10 {
    right: 12%;
    width: 100px;
  }
  .shape-11 {
    right: 14%;
    width: 100px;
  }
  .comment-list .children .comment_body,
  .comment-list .children .comment-respond {
    margin-left: 1.875rem;
  }
}
@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
