.main-top-box {

  padding: 140px 0 140px 0;

  background-image: url("../images/products-top-background-img.png");

  background-repeat: no-repeat;

  background-size: cover;

  position: relative;

  z-index: 1;

}

.main-top-box::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-color: rgba(0, 0, 0, 0.8);

  z-index: -1;

}

.main-top-text-box {

  width: 60% !important;

  margin: 0 auto;

  display: flex;

  flex-direction: column;

  justify-content: center;

}

.main-top-text-box > h2 {

  color: white;

  text-align: center;

  font-size: 50px;

  font-weight: 600;

  line-height: 40px;

}

.main-top-text-box > p {

  color: white;

  text-align: center;

  font-size: 20px;

  margin: 20px 0 0 0;

}

.main-box {

  overflow: hidden;

  padding-bottom: 150px;

}

.main-crumbs-box {

  margin-top: 40px !important;

  margin-bottom: 80px;

  display: flex;

  align-items: center;

}

.main-crumbs-box > img {

  width: 20px;

  margin-right: 10px;

}

.main-crumbs-box p {

  margin-bottom: 0 !important;

}

.resources-box {

  display: flex;

  flex-direction: column;

  align-items: center;

}

.main-search-btn-box {

  background-color: #f2f2f2;

  padding: 6px 10px;

  border-radius: 10px;

  display: flex;

  align-items: center;

}

.main-search-btn-box button {

  width: 250px;

  font-size: 18px;

  font-weight: 600;

  padding: 10px 0;

  border: 0;

}

.search-btn-active {

  background-color: #ff4d47;

  color: white;

  border-radius: 10px;

}

.warranty-policy-box,

.download-center-box,

.faq-box,

.technical-support-box {

  margin-top: 60px;

}

.warranty-policy-box > p,

.download-center-box > p,

.faq-box > p,

.technical-support-box > .row > p {

  text-align: center;

  margin-bottom: 50px;

}

.warranty-policy-box > h1,

.download-center-box > h1,

.faq-box > h1,

.technical-support-box > .row > h1 {

  font-weight: 600;

  margin: 50px 0 10px 0;

  font-size: 50px;

  text-align: center;

}

.region-1-left-box > img {

  width: 100%;

}

.region-1-right-text {

  margin-left: 50px;

  display: flex;

  flex-direction: column;

  justify-content: center;

  height: 100%;

}

.region-1-right-text > p:nth-child(1) {

  line-height: 30px;

}

.region-1-right-text > div {

  margin: 30px 0;

}

.region-1-right-text > div p {

  display: flex;

  align-items: center;

  font-weight: 600;

  margin-bottom: 0;

  font-size: 20px;

  margin-bottom: 20px;

}

.region-1-right-text > div p > img {

  width: 20px;

  margin-right: 15px;

}

.download-center-box table {

  width: 100%;

  background-color: rgb(247, 247, 247);

  margin-top: 30px;

}

.download-center-box table tr td a {

  padding: 18px 0;

}

.download-center-box table tr td a {

  display: flex;

  align-items: center;

}

.download-center-box table tr td a img {

  width: 20px;

  margin-right: 10px;

}

.download-center-box table tr {

  border-bottom: 2px solid white;

}

.download-center-box table tr:nth-child(odd) {

  background-color: rgb(234, 234, 234);

}

.download-center-box table tr td:nth-child(1) {

  padding-left: 20px;

  width: 70%;

}

.download-center-box table tr td:nth-child(2),

.download-center-box table tr td:nth-child(3) {

  width: 15%;

}

.download-center-box table tr td:last-child {

  padding-right: 20px;

}

.page-turning-box {

  margin-top: 40px !important;

  list-style: none;

  display: flex;

  justify-content: center;

  align-items: center;

  padding-left: 0;

}

.page-turning-box li {

  border: 1px solid #ddd;

  padding: 2px 10px;

  margin: 0 4px;

}

.page-turning-active {

  background-color: #ff4d47;

}

.page-turning-active > a {

  color: white !important;

}



.faq-list-box {

  margin-top: 40px;

}

.faq-list {

  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 10px 30px;

}

.faq-list > h4 {

  font-size: 18px;

  font-weight: 600;

  line-height: 35px;

  margin-bottom: 0;

}

.faq-list > h4 > img {

  width: 25px;

  margin-right: 25px;

}

.faq-list > span {

  font-weight: 900;

  font-size: 25px;

}

.faq-list > span:nth-child(2) {

  font-size: 40px !important;

}

.faqIcon2 {

  display: none;

}

.faq {

  display: none;

  margin-top: 20px;

  align-items: flex-start;

  padding: 25px 30px 25px 30px;

  border-top: 1px solid #ddd;

}

.faq > img {

  width: 25px;

  margin-right: 25px;

  margin-top: 4px;

}

.faq > p {

  margin-bottom: 0;

}

.faq-text-box {

  padding: 5px 0;

}

.faq-text-box:nth-child(odd) {

  background-color: #f6f6f6;

}

.technical-support-list {

  margin-bottom: 40px;

}

.technical-support-list > img {

  width: 100%;

}

.technical-support-list > p {

  padding: 20px 30px 0 30px;

  font-weight: 600;

  text-align: center;

}



@media (min-width: 768px) and (max-width: 1023px) {

  .main-crumbs-box {

    margin-bottom: 80px;

  }

  .main-top-text-box {

    width: 100% !important;

  }

  .main-search-btn-box {

    flex-wrap: wrap;

    justify-content: space-between;

  }

  .main-search-btn-box button {

    width: 49.5%;

    border: 2px solid white;

    margin-bottom: 4px;

    border-radius: 10px;

  }

  .region-1-right-text {

    margin-left: 0;

    margin-top: 20px;

  }

  .main-box {

    padding-bottom: 100px;

  }

  .technical-support-list > p {

    padding: 20px 10px 0 10px;

  }

  .technical-support-list {

    margin-bottom: 20px;

  }

}



@media (max-width: 580px) {

  .main-crumbs-box {

    flex-wrap: wrap;

    margin-bottom: 40px;

  }

  .main-crumbs-box p,

  .main-crumbs-box a {

    line-height: 40px;

  }

  .main-top-box {

    padding: 50px 0 50px 0;

  }

  .main-top-text-box > h5 {

    font-size: 18px;

    line-height: 35px;

  }



  /* 表格滚动容器优化 */

  .table-scroll-container {

    overflow-x: auto;

    -webkit-overflow-scrolling: touch; /* 启用平滑滚动 */

    margin: 0 auto;

    padding: 0 15px;

    width: 100%;

    box-sizing: border-box;

  }



  /* 表格基础样式 */

  .table-scroll-container table {

    min-width: 500px; /* 确保手机端触发滚动 */

    width: 100%;

    border-collapse: collapse;

    table-layout: fixed; /* 固定表格布局，防止列宽突变 */

  }



  /* 单元格样式 */

  .table-scroll-container td {

    padding: 16px 12px;

    border-bottom: 1px solid #f0f0f0;

    vertical-align: middle; /* 垂直居中对齐内容 */

  }



  /* 第一列文本样式优化 */

  .table-scroll-container td:first-child {

    width: 60%; /* 给描述列更多空间 */

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis; /* 长文本显示省略号 */

  }



  /* 链接和图标样式 */

  .table-scroll-container a {

    display: flex;

    align-items: center;

    gap: 8px;

    text-decoration: none;

    color: #333;

    transition: color 0.3s ease;

  }



  .table-scroll-container a:hover {

    color: #007bff; /*  hover效果 */

  }



  .table-scroll-container img {

    width: 20px;

    height: 20px;

    object-fit: contain;

  }



  .table-scroll-container {

    padding: 0 10px;

  }



  .table-scroll-container td {

    padding: 12px 8px;

    font-size: 14px;

  }



  /* 增加滚动条可见性 */

  .table-scroll-container::-webkit-scrollbar {

    height: 6px;

  }



  .table-scroll-container::-webkit-scrollbar-thumb {

    background-color: #ccc;

    border-radius: 3px;

  }

  .download-center-box table tr td:nth-child(2), .download-center-box table tr td:nth-child(3){

    width: 200px;

  }

  .download-center-box table tr td:nth-child(1){

    width: 400px;

  }

  .region-1-right-text {

    margin-left: 0;

    margin-top: 20px;

  }

  .main-top-text-box {

    width: 100% !important;

  }

  .main-search-btn-box {

    flex-wrap: wrap;

    justify-content: space-between;

  }

  .main-search-btn-box button {

    width: 49.5%;

    border: 2px solid white;

    margin-bottom: 4px;

    border-radius: 10px;

    font-size: 14px;

  }

  .warranty-policy-box,

  .download-center-box,

  .faq-box,

  .technical-support-box {

    margin-top: 0;

  }

  .warranty-policy-box > p,

  .download-center-box > p,

  .faq-box > p,

  .technical-support-box > .row > p {

    margin-bottom: 30px;

  }

  .main-box {

    padding-bottom: 60px;

  }

  .faq-list > span {

    margin-left: 20px;

  }

  .main-top-text-box > h2,.warranty-policy-box > h1, .download-center-box > h1, .faq-box > h1, .technical-support-box > .row > h1{
    font-size: 30px;
  }

}

