h2 {

  line-height: 60px !important;

}

.main-top-box {

  padding: 40px 0 40px 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;

  font-size: 20px;

  text-align: center;

  margin: 20px 0 40px 0;

}

.main-top-text-box > h5 {

  text-align: center;

  color: #ff4d47;

  font-size: 26px;

  font-weight: 600;

  font-style: italic;

}

.main-top-text-box > a {

  background-color: #ff4d47;

  color: white !important;

  font-weight: 600;

  margin: 20px auto 0 auto;

  padding: 15px 20px;

  display: block;

  border-radius: 10px;

  font-size: 20px;

}

.main-top-text-box > a:hover{
  background-color: #333333;
}

.main-top-text-box .main-box {

  overflow: hidden;

}

.main-crumbs-box {

  margin-top: 40px !important;

  margin-bottom: 120px;

  display: flex;

  align-items: center;

}

.main-crumbs-box > img {

  width: 20px;

  margin-right: 10px;

}

.main-crumbs-box p {

  margin-bottom: 0 !important;

}



.main-region-1-box {

  padding-bottom: 100px;

}

.main-region-1-box > p {

  color: #ff4d47;

  font-size: 22px;

  text-align: center;

}

.main-region-1-box > h2 {

  font-weight: 600;

  font-size: 50px;

  margin: 10px 0 50px 0;

  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 {

  line-height: 30px;

  margin-bottom: 30px;

}

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

  display: flex;

  align-items: center;

  font-size: 20px;

  font-weight: 600;

  margin-bottom: 0;

  margin-bottom: 20px;

}

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

  width: 20px;

  margin-right: 15px;

}

.main-region-2-box {

  background-image: url("../images/WechatIMG46@2x.png");

  background-repeat: no-repeat;

  background-size: cover;

  padding: 60px 0;

  position: relative;

  z-index: 1;

}

.main-region-2-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-region-2-box > h2 {

  text-align: center;

  color: white;

  font-size: 50px;

  font-weight: 600;

  margin-bottom: 40px;

}

.main-region-2-box table {

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

  width: 100%;

}

.main-region-2-box table tr > th {

  font-weight: 600;

  padding: 15px 0;

  font-size: 20px;

}

.main-region-2-box table tr > th:nth-child(1),

.main-region-2-box table tr > td:nth-child(1) {

  padding-left: 40px;

}

.main-region-2-box table tr > th:last-child,

.main-region-2-box table tr > td:last-child {

  padding-right: 40px;

}

.main-region-2-box table tr > td {

  padding: 20px 0;

}

.main-region-2-box table > tbody > tr:nth-child(odd) {

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

}

th:nth-child(1),

.main-region-2-box table tr > td:nth-child(1) {

  font-weight: 600;

}

.main-region-2-box table tr > td:last-child > p:last-child {

  margin-bottom: 0;

}

.main-region-2-box table tr > td:last-child img {

  width: 15px;

  margin-right: 10px;

}

.main-region-3-box {

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

  padding: 100px 0;

}

.main-region-3-box h2 {

  font-weight: 600;

  font-size: 50px;

  text-align: center;

  margin-bottom: 40px;

}

.region-3-box{

    margin-bottom: 20px;

}

.region-3-box > div {

  background-color: #e54540;

  border-radius: 6px;

  padding-bottom: 6px;

}

.region-3-box > div > div {

  background-color: white;

  box-shadow: 0px 1px 7.36px 0.64px rgba(1, 1, 1, 0.08);

  display: flex;

  padding: 20px;

  border-radius: 6px;

}

.region-3-box > div > div > div:nth-child(1) > span {

  padding: 10px 0;

  width: 40px;

  height: 40px;

  background-color: #e54540;

  border-radius: 50%;

  display: flex;

  justify-content: center;

  align-items: center;

  margin-right: 20px;

}

.region-3-box > div > div > div:nth-child(1) > span > img {

  width: 40px;

}

.region-3-box > div > div > div:nth-child(2) > h5 {

  font-weight: 600;

  font-size: 20px;

  margin-bottom: 15px;

}

.region-3-box > div > div > div:nth-child(2) > p {

  margin-bottom: 0;

}

.main-region-4-box {

  padding: 100px 0;

}

.region-4-left-box {

  position: relative;

}

.region-4-left-box > img {

  width: 100%;

  height: auto;

  object-fit: cover;

  padding-right: 80px;

}

.region-4-left-box > div {

  background-color: #e54540;

  border-radius: 10px;

  padding: 35px;

  width: 82%;

  position: absolute;

  right: 0;

  bottom: -40px;

}

.region-4-left-box > div > h2 {

  font-weight: 600;

  color: white;

  font-size: 50px;

  line-height: 50px;

}

.region-4-right-box {

  padding-left: 50px !important;

}

.region-4-right {

  padding-bottom: 20px;

  margin-bottom: 20px;

  border-bottom: 1px solid rgba(1, 1, 1, 0.08);

  display: flex;

  flex-direction: column;

}

.region-4-right > img {

  width: 30px;

}

.region-4-right > span {

  font-weight: 600;

  margin-top: 10px;

  font-size: 26px;

}

.main-region-5-box {

  padding: 60px 0 200px 0;

}

.main-region-5-box > h2 {

  text-align: center;

  font-weight: 600;

  font-size: 50px;

  margin-bottom: 30px;

}



.Box {

  position: relative;

  margin-top: 40px;

}



.Box .content {

  width: 100%;

  max-width: 100%;

  margin: 0 auto;

}



.Box h2 {

  text-align: center;

  margin-bottom: 35px;

  padding-top: 50px;

}



.Box .Box_con {

  position: relative;

}



.Box .Box_con .btn {
margin-left: -10px;
  display: block;

  width: 41px;

  height: 41px;

  position: absolute;

  top: 180%;

  transform: translateY(-50%);

  cursor: pointer;

  z-index: 10;

  background-color: rgb(242, 242, 242) !important;

  border-radius: 50%;

  font-size: 18px;

  font-weight: 900;

}



.Box .Box_con .btnl {

  left: 46%;

}



.Box .Box_con .btnr {

  right: 46%;

}



.Box .Box_con .btnl:hover {

  background-color: #ff4d47 !important;

  color: white;

}



.Box .Box_con .btnr:hover {

  background-color: #ff4d47 !important;

  color: white;

}



.Box .Box_con .conbox {

  position: relative;

  overflow: hidden;

}



.Box .Box_con .conbox ul {

  position: relative;

  list-style: none;

  padding-left: 0;

  display: flex;

  transition: transform 0.5s ease;

}



.Box .Box_con .conbox ul li {

  height: auto;

  overflow: hidden;

  padding: 0 10px;

  flex-shrink: 0; /* 防止项目缩小 */

  text-align: left;

}

.Box .Box_con .conbox ul li > i {

  line-height: 30px;

  font-size: 20px;

}

.Box .Box_con .conbox ul li > div {

  display: flex;

  align-items: center;

  margin-top: 20px;

}

.Box .Box_con .conbox ul li > div > img {

  width: 40px;

}

.Box .Box_con .conbox ul li > div > p {

  font-size: 16px;

  color: rgb(51, 51, 51);

  margin-bottom: 0;

  margin-left: 20px;

}



/* .Box .Box_con .conbox ul li:hover img {

  transform: scale(1.05);

} */



.Box .BoxSwitch {

  margin-top: 30px;

  text-align: center;

}



.Box .BoxSwitch span {

  display: inline-block;

  vertical-align: middle;

  width: 30px;

  height: 3px;

  background: #ccc;

  margin: 0 5px;

  cursor: pointer;

  transition: background 0.3s ease;

}



.Box .BoxSwitch span.cur {

  background: red;

}



.main-region-6-box {

  background-image: url("../images/IMG_8637@2x.png");

  background-repeat: no-repeat;

  background-size: cover;

  padding: 100px 0;

  position: relative;

  z-index: 1;

}

.main-region-6-box::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

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

  z-index: -1;

}

.main-region-6-box h2 {

  color: white;

  font-weight: 600;

  font-size: 50px;

  margin-bottom: 40px;

  text-align: center;

}

.main-region-6-box > .container > .row > div {

  display: flex;

  align-items: center;

  justify-content: center;

}

.main-region-6-box > .container > .row > div > a {

  margin: 0 20px;

  width: 25%;

  padding: 12px 0;

  border-radius: 10px;

  text-align: center;

}

.main-region-6-box > .container > .row > div > a:nth-child(1) {

  background-color: #ff4d47;

  color: white !important;

  font-weight: 600;

  font-size: 20px;

}

.main-region-6-box > .container > .row > div > a:nth-child(1):hover{
  background-color: #333333;
}

.main-region-6-box > .container > .row > div > a:nth-child(2):hover{
  background-color: #ff4d47;
  color: white !important;
}

.main-region-6-box > .container > .row > div > a:nth-child(2) {

  background-color: white;

  font-weight: 600;

  font-size: 20px;

}

.main-region-7-box {

  padding: 80px 0;

}

.main-region-7-box > h2 {

  text-align: center;

  font-weight: 600;

  font-size: 50px;

  margin-bottom: 40px;

}

      .faq-text-box {
            margin-top: 40px;
            padding-bottom: 30px;
            border-bottom: 2px solid #e2e8f0;
        }
        
        .faq-list {
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
        }
        
        .faq-list > h4 {
            font-size: 26px;
            font-weight: 600;
            line-height: 35px;
            margin-bottom: 0;
            color: #2d3748;
            transition: color 0.3s ease;
            padding-right: 20px;
        }
        
        .faq-list:hover > h4 {
            /*color: #4a6cf7;*/
        }
        
        .faq-list > span {
            font-weight: 900;
            font-size: 25px;
            margin-left: 20px;
            /*color: #4a6cf7;*/
            transition: transform 0.3s ease;
        }
        
        .faq-list > span:nth-child(2) {
            font-size: 40px !important;
        }
        
        .faqIcon2 {
            display: none;
            margin-right: 12px;
            transform: rotate(0deg);
        }
        
        .faq {
            display: none;
            margin-top: 20px;
        }
        
        .faq p {
            font-size: 18px;
            line-height: 1.6;
            color: #4a5568;
            padding-right: 40px;
        }
        
        .active .faq-list > h4 {
            /*color: #4a6cf7;*/
        }
        
        .active .faqIcon1 {
            display: none;
        }
        
        .active .faqIcon2 {
            display: block;
        }
        
        .active .faq {
            display: block;
            animation: fadeIn 0.5s ease;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(-10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        


/* 响应式样式 - 控制每行显示数量 */

@media (min-width: 1024px) {

  .Box .Box_con .conbox ul li {

    width: 50%; /* 电脑端一行2个 */

  }

}

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

  .Box .Box_con .conbox ul li {

    width: 100%; /* 平板端一行1个 */

  }

  .Box .Box_con .btnl {

    left: 42%;

  }

  .Box .Box_con .btnr {

    right: 42%;

  }

  .main-top-text-box {

    width: 100% !important;

  }

  .region-1-right-text {

    margin-left: 0;

    margin-top: 20px;

  }

  .region-4-right-box {

    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;

    margin-top: 80px !important;

  }

  .main-region-6-box h1 {

    line-height: 60px;

  }

  .main-region-6-box > .container > .row > div > a {

    width: 40%;

  }

  .main-region-6-box {

    padding: 60px 0;

  }

  .main-region-5-box {

    padding: 0px 0 150px 0;

  }

}

@media (max-width: 767px) {

  .Box .Box_con .conbox ul li {

    width: 100%; /* 手机端一行1个 */

  }



  .Box .Box_con .btn {

    width: 40px;

    height: 40px;

  }

  .main-top-box {

    padding: 40px 0 40px 0;

  }

  .main-top-text-box {

    width: 100% !important;

  }

  .main-top-text-box > p {

    margin: 20px 0 20px 0;

  }

  .region-1-right-text {

    margin-left: 0;

    margin-top: 20px;

  }

  .main-region-1-box {

    padding-bottom: 60px;

  }

  .main-region-2-box table {

    margin: 0 calc(var(--bs-gutter-x) * 0.5);

  }

  .table-scroll-container {

    overflow-x: auto; /* 允许横向滚动 */

    -webkit-overflow-scrolling: touch; /* 优化移动端滚动体验（带惯性） */

    margin: 0 auto;

    padding: 0 10px; /* 避免边缘内容贴边 */

  }

  .table-scroll-container table {

    min-width: 800px; /* 确保手机端触发滚动（根据内容调整） */

    width: 100%;

    border-collapse: collapse; /* 合并边框，美观度提升 */

  }

  .table-scroll-container th,

  .table-scroll-container td {

    padding: 15px;

    text-align: left;

    border-bottom: 1px solid #eee; /* 分隔行 */

  }

  .table-scroll-container th {

    background-color: #f5f5f5;

    font-weight: bold;

    white-space: nowrap; /* 表头文字不换行 */

  }

  .table-scroll-container td img {

    width: 20px;

    margin-right: 8px;

    vertical-align: middle; /* 图片与文字对齐 */

  }

  .table-scroll-container th,

  .table-scroll-container td {

    padding: 12px 10px; /* 减小移动端内边距 */

    font-size: 14px; /* 适配小屏幕字体 */

  }

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

    width: 300px;

  }

  h2{

    padding: 0 12px;

  }

  .main-region-3-box,.main-region-4-box{

    padding: 60px 0;

  }

  .region-4-left-box > div{

    padding: 10px;
    margin-bottom: 30px;

  }

  .region-4-right-box{

    padding-left: calc(var(--bs-gutter-x) * .5) !important;

    margin-top: 80px !important;

  }

  .main-region-5-box{

    padding: 0 0 100px 0;

  }

  .Box .Box_con .btnr {

    right: 38%;

    display: flex;

    align-items: center;

    justify-content: center;

  }

  .Box .Box_con .btnl {

    left: 38%;

    display: flex;

    align-items: center;

    justify-content: center;

  }

  .main-region-5-box > h2{

    margin-bottom: 40px;

  }

  .Box .Box_con .btn{

    top: 120%;

  }

  .main-region-6-box{

    padding: 40px 0;

  }

  .main-region-6-box > .container > .row > div > a{

    width: 100%;

  }

  .main-region-6-box > .container > .row > div > a:nth-child(1){

    margin-bottom: 10px;

  }

  .main-region-6-box > .container > .row > div{

    flex-wrap: wrap;

  }

  .main-region-6-box h1{

    font-size: 25px;

    line-height: 40px;

  }

  .main-region-7-box{

    padding: 60px 0;

  }

}



@media (max-width: 580px) {

  .main-top-box {

    padding: 50px 0 50px 0;

  }

  .main-top-text-box > h5 {

    font-size: 18px;

    line-height: 35px;

  }

  .main-crumbs-box {

    flex-wrap: wrap;

    margin-bottom: 40px;

  }

  .main-crumbs-box p,

  .main-crumbs-box a {

    line-height: 40px;

  }

  .main-top-text-box > h2,.main-region-1-box > h2,.main-region-2-box > h2,.main-region-3-box h2,.main-region-3-box h2,.main-region-5-box > h2,.main-region-6-box h1,.main-region-7-box > h2,.region-4-left-box > div > h2{
    font-size: 30px;
    line-height: 40px !important;
  }

  .region-4-right > span,.faq-list > h4{
    font-size: 20px;
  }

}

       
        /* 弹窗背景 */
        .form-overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.5);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 1000;
            backdrop-filter: blur(3px);
        }
        
        /* 弹窗表单 */
        .contact-form {
            background-color: white;
            width: 90%;
            max-width: 500px;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            position: relative;
            animation: fadeIn 0.3s ease;
            margin-top: 30px;
        }
        
        /* 关闭按钮 */
        .close-btn {
            position: absolute;
            top: 15px;
            right: 15px;
            background: none;
            border: none;
            font-size: 20px;
            cursor: pointer;
            color: #666;
            transition: color 0.2s;
        }
        
        .close-btn:hover {
            color: #333;
        }
        
        /* 表单标题 */
        .form-title {
            margin-bottom: 20px;
            font-size: 24px;
            color: #2c3e50;
        }
        
        /* 表单样式 */
        .form-group {
            margin-bottom: 20px;
        }
        
        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 500;
            color: #444;
        }
        
        .form-group input,
        .form-group textarea {
            width: 100%;
            padding: 10px 12px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 16px;
        }
        
        .form-group input:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: #165DFF;
            box-shadow: 0 0 0 2px rgba(22, 93, 255, 0.2);
        }
        
        .form-group textarea {
            min-height: 120px;
            resize: vertical;
        }
        
        /* 提交按钮 */
        .submit-btn {
            background-color: #ff4d47;
            color: white;
            border: none;
            padding: 12px 20px;
            border-radius: 4px;
            font-size: 16px;
            font-weight: 500;
            cursor: pointer;
            transition: background-color 0.3s;
            width: 100%;
        }
        
        .submit-btn:hover {
            background-color: #ff4d47;
        }
        
        /* 显示表单 */
        .form-overlay.active {
            display: flex;
        }
        
        /* 动画效果 */
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(-20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }