@charset "UTF-8";
.main-product {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
  padding-top: 80px;
}
@media (min-width: 1024px) {
  .main-product {
    padding-top: 120px;
  }
}

.pro-details {
  display: flex;
  flex-wrap: wrap;
}
.pro-details-pics {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-right: 0;
  margin-bottom: 1.25rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  padding: 0.5rem;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .pro-details-pics {
    width: 55%;
    margin-right: 0.25rem;
    margin-bottom: 0;
  }
}
.pro-details-pics-swiper {
  position: relative;
  overflow: hidden;
  background-color: white;
  height: 100%;
}
.pro-details-pics-swiper img {
  width: 100%;
  height: 100%;
  min-height: 100px;
  max-height: 600px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.25rem;
}
.pro-details-pics-swiper video {
  width: 100%;
  height: 100%;
  min-height: 100px;
  max-height: 600px;
  border-radius: 0.25rem;
  background-color: black;
}
.pro-details-pics-swiper .text {
  position: absolute;
  top: 0;
  right: 0.5rem;
  width: 50%;
  min-width: 33.333333%;
  background-color: #333;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: white;
  text-align: center;
  border-bottom-left-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.pro-details .swiper-button-prev,
.pro-details .swiper-button-next {
  width: 40px;
  height: 40px;
  background-size: 100% 100% !important;
}
.pro-details .swiper-button-prev {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3C!-- Icon from Material Symbols by Google - https://github.com/google/material-design-icons/blob/master/LICENSE --%3E%3Cpath fill='currentColor' d='m10.8 12l3.9 3.9q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-4.6-4.6q-.15-.15-.212-.325T8.425 12t.063-.375t.212-.325l4.6-4.6q.275-.275.7-.275t.7.275t.275.7t-.275.7z'/%3E%3C/svg%3E") no-repeat;
}
.pro-details .swiper-button-next {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3C!-- Icon from Material Symbols by Google - https://github.com/google/material-design-icons/blob/master/LICENSE --%3E%3Cpath fill='currentColor' d='M12.6 12L8.7 8.1q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l4.6 4.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-4.6 4.6q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7z'/%3E%3C/svg%3E") no-repeat;
}
.pro-details .swiper-pagination-bullet {
  background-color: #ccc;
}
.pro-details .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d9261c;
}
.pro-details-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #f1f1f1;
  padding: 1.25rem;
  border-radius: 0.25rem;
}
@media (min-width: 1024px) {
  .pro-details-info {
    flex: 1;
    padding: 2.5rem;
  }
}
.pro-details-info .tit {
  margin-bottom: 1.25rem;
}
.pro-details-info .tit h1 {
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .pro-details-info .tit h1 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1536px) {
  .pro-details-info .tit h1 {
    font-size: 1.25rem;
  }
}
.pro-details-info .tit h2 {
  color: #d81e06;
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
}
.pro-details-info .docs {
  @apply mb-5 border-b border-gray-300 pb-5 flex flex-col;
}
.pro-details-info .docs .doc-navs {
  border-bottom: 1px solid #333;
  margin-bottom: 1.25rem;
}
.pro-details-info .docs .doc-navs ul {
  display: flex;
}
.pro-details-info .docs .doc-navs ul li {
  margin-right: 0.25rem;
  font-size: 0.75rem;
  cursor: pointer;
  color: #333;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
@media (min-width: 1024px) {
  .pro-details-info .docs .doc-navs ul li {
    font-size: 0.875rem;
  }
}
.pro-details-info .docs .doc-navs ul li.active {
  color: white;
  background-color: #333;
  border-top: 1px solid;
}
.pro-details-info .docs .doc-bodys ul {
  display: none;
  flex-wrap: wrap;
}
.pro-details-info .docs .doc-bodys ul.active {
  display: flex;
}
.pro-details-info .docs .doc-bodys ul li {
  display: flex;
  flex-wrap: wrap;
}
.pro-details-info .docs .doc-bodys ul li a {
  display: flex;
  background-color: #333;
  border-radius: 0.25rem;
  padding: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  color: white;
}
.pro-details-info .docs .doc-bodys ul li a:hover {
  background-color: black;
}
.pro-details-info .docs .doc-bodys ul.canshu {
  color: #666;
}
.pro-details-info .docs .doc-bodys ul.canshu li {
  font-size: 0.75rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  min-width: 50%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .pro-details-info .docs .doc-bodys ul.canshu li {
    font-size: 0.875rem;
  }
}
.pro-details-info .docs .doc-bodys ul.canshu li strong {
  flex-shrink: 0;
}
.pro-details-info .description {
  font-size: 0.75rem;
  margin-bottom: 1.25rem;
  color: #666;
  line-height: 2 !important;
}
@media (min-width: 1024px) {
  .pro-details-info .description {
    font-size: 0.875rem;
    margin-bottom: 2.5rem;
  }
}
.pro-details-info .buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  gap: 2px;
}
.pro-details-info .buttons a {
  flex: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #333;
  font-weight: bold;
  color: white;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
@media (min-width: 1024px) {
  .pro-details-info .buttons a {
    font-size: 0.875rem;
  }
}
.pro-details-info .buttons a i {
  display: none;
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
@media (min-width: 1536px) {
  .pro-details-info .buttons a i {
    display: block;
  }
}
.pro-details-info .buttons a:first-child {
  background-color: #e44800;
}
.pro-details-info .buttons a:nth-child(2) {
  background-color: #068227;
  color: #fff;
}
.pro-details-info .buttons a:last-child {
  background-color: #333;
}
.pro-details-info .buttons a:hover {
  background-color: #aa0000;
}

.pro-content {
  margin-top: 1.25rem;
  border: 1px solid #e5e7eb;
  margin-bottom: 1.25rem;
  border-radius: 0.25rem;
}
@media (min-width: 1024px) {
  .pro-content {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.pro-content .tit {
  background-color: #333;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.pro-content .tit h2 {
  font-size: 1rem;
  font-weight: 700;
  color: white;
}
@media (min-width: 1024px) {
  .pro-content .tit h2 {
    font-size: 1.25rem;
  }
}
.pro-content-content {
  margin-bottom: 2.5rem;
  color: #666;
  font-size: 0.75rem;
  padding: 1.25rem;
  line-height: 2 !important;
}
@media (min-width: 1024px) {
  .pro-content-content {
    font-size: 0.875rem;
  }
}
@media (min-width: 1280px) {
  .pro-content-content {
    font-size: 1rem;
  }
}
.pro-content-content h2 {
  font-size: 1rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .pro-content-content h2 {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.pro-content-content img {
  display: inline-block;
  max-width: 100% !important;
  height: auto !important;
}
.pro-content-content table {
  width: 100%;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #999;
  border-radius: 0.25rem;
}
@media (min-width: 1024px) {
  .pro-content-content table {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.pro-content-content table tbody {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}
.pro-content-content table th,
.pro-content-content table td {
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  padding: 0.5rem;
}
@media (min-width: 1536px) {
  .pro-content-content table th,
  .pro-content-content table td {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.pro-content-content table tr th:first-child,
.pro-content-content table tr td:first-child {
  border-left: 0;
}
.pro-content-content table tr:first-child {
  font-weight: 700;
}
.pro-content-content table tr:last-child th,
.pro-content-content table tr:last-child td {
  border-bottom: 0;
}
.pro-content-content video {
  width: 100%;
  height: auto;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.pro-content-content a {
  color: #60a5fa;
  text-decoration: underline;
}
.pro-content-content a:hover {
  color: #f87171;
}

.page-tags {
  margin-bottom: 20px;
  display: flex;
}
.page-tags h2 {
  padding: 5px 10px;
  border: 1px solid #333;
  background: #333;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.page-tags a {
  padding: 5px 10px;
  border: 1px solid #ddd;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  color: #333;
}
.page-tags a:hover {
  border: 1px solid #333 !important;
  background: #333 !important;
  color: #fff !important;
}

.prevnext {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.prevnext a {
  margin-bottom: 10px;
}
.prevnext a strong {
  margin-right: 5px;
}

/* 弹出留言表单样式 */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.modal-overlay.active {
  display: flex;
}

.modal-form {
  background: white;
  padding: 40px;
  border-radius: 12px;
  max-width: 420px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-30px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
  color: #999;
  transition: color 0.3s ease;
  line-height: 1;
}

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

.modal-title {
  margin: 0 0 30px;
  color: #2c3e50;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.modal-form .form-group {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
}

.modal-form .form-control {
  width: 100%;
  height: 42px;
  padding: 10px 16px;
  border: 2px solid #e1e8ed;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 16px;
  transition: all 0.3s ease;
  background-color: #fafbfc;
  display: block;
}

.modal-form .form-control:focus {
  outline: none;
  border-color: #4caf50;
  background-color: white;
  box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1);
}

.modal-form textarea.form-control {
  resize: vertical;
  min-height: 100px;
  height: auto;
  font-family: inherit;
}

.modal-form .form-control::-moz-placeholder {
  color: #8e9aaf;
}

.modal-form .form-control::placeholder {
  color: #8e9aaf;
}

.captcha-group {
  flex-direction: row;
  gap: 8px;
  align-items: stretch;
  width: 100%;
}

.captcha-group .form-control {
  flex: 1;
  height: 42px;
  padding: 10px 16px;
}

.captcha-img {
  width: 120px;
  height: 40px;
  cursor: pointer;
  align-self: flex-start;
}

.captcha-img:hover {
  border-color: #4caf50;
}

.btn-submit {
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, #4caf50, #45a049);
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
}

.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4);
}

.btn-submit:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(76, 175, 80, 0.3);
}

@media (max-width: 768px) {
  .modal-form {
    width: 95%;
    padding: 30px 20px;
    margin: 20px;
  }
  .modal-title {
    font-size: 22px;
  }
}