.container {
  position: relative;
}

.container .banner .banner_img {
  width: 100%;
  height: 100%;
}

.container .banner .banner_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container .banner {
  display: flex;
  align-items: end;
  height: 100vh;
  position: relative;
}

.container .banner .info {
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(32, 32, 32, 0) 0%, rgba(32, 32, 32, 0.8) 100%);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: .3rem;
  width: 100%;
  height: 4.42rem;
}

.container .banner .info .title {
  font-size: .42rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  font-family: 'HarmonyOS Sans SC';
}

.container .banner .info .desc {
  font-size: .22rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  font-family: 'HarmonyOS Sans SC';
  max-width: 10rem;
  text-align: center;
  line-height: .32rem;
}


.container .section {
  padding: 1.2rem 0;
  display: flex;
  flex-direction: column;
  background: #fafcfb;
}

.container .section .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .3rem;
  margin-bottom: .7rem;
}

.container .section .title .name {
  font-size: .4rem;
  font-weight: 700;
  font-family: 'HarmonyOS Sans SC';
  background: linear-gradient(93.3deg, #10499E 1.72%, #417CAC 40.85%, #72B32C 99.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.container .section .title .desc {
  font-size: .18rem;
  font-weight: 400;
  line-height: .32rem;
  color: rgba(102, 102, 102, 1);
  font-family: 'HarmonyOS Sans SC';
  max-width: 10rem;
  text-align: center;
}

.container .section .table_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5rem;
}

.container .section .table_box .table {
  width: 8.54rem;
  height: 4.8rem;
  box-shadow: 0px 0px 206.7px 0px rgba(0, 0, 0, 0.09);
  border-radius: .16rem;
  overflow: hidden;
}

.container .section .table_box .table table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  border: none;
}

.container .section .table_box .table th {
  color: white;
  font-size: .24rem;
  font-weight: 700;
  height: 1.2rem;
}

/*.container .section .table_box .table thead tr {*/
/*  background: linear-gradient(93.3deg, #10499E 1.72%, #417CAC 40.85%, #72B32C 99.8%);*/

/*}*/

/*.container .section .table_box .table thead tr th {*/
/*  border-top: none;*/
/*  border-bottom: 1px solid rgba(204, 204, 204, 1);*/
/*  border-left: none;*/
/*  border-right: none;*/
/*}*/
.container .section .table_box .table tr:first-child {
  background: linear-gradient(93.3deg, #10499E 1.72%, #417CAC 40.85%, #72B32C 99.8%);

}

.container .section .table_box .table tr:first-child td {
  border-top: none;
  border-bottom: 1px solid rgba(204, 204, 204, 1);
  border-left: none;
  border-right: none;
  color: #fff;
  font-weight: 700;
}

.container .section .table_box .table tbody tr {
  /* 为交替行设置不同的背景色 */
  background-color: white;
}

.container .section .table_box .table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.container .section .table_box .table tbody td {
  text-align: center;
  font-size: .2rem;
  font-weight: 400;
  line-height: .32rem;
  color: rgba(51, 51, 51, 1);
  /* padding: .36rem 1.06rem; */
  /* 只保留内部边框，移除外部边框 */
  border-top: 1px solid rgba(204, 204, 204, 1);
  /* border-bottom: 1px solid rgba(204, 204, 204, 1); */
  border-left: none;
  border-right: none;
  height: .95rem !important;
  line-height: .95rem;
}

/* 设置中间的垂直边框 */
.container .section .table_box .table td:first-child {
  border-right: 1px solid rgba(204, 204, 204, 1);
}

.container .section .table_box .table td:last-child {
  border-left: 1px solid rgba(204, 204, 204, 1);
}

.container .section .table_box .img_box {
  width: 8.54rem;
  height: 4.8rem;
  box-shadow: 0px 0px 206.7px 0px rgba(0, 0, 0, 0.09);
  border-radius: .2rem;
  overflow: hidden;
}

.container .section .table_box .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container .section_1 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: .7rem;
  margin: 1.2rem 0;
}

.container .section_1 .title {
  font-size: .4rem;
  font-weight: 700;
  font-family: 'HarmonyOS Sans SC';
  background: linear-gradient(93.3deg, #10499E 1.72%, #417CAC 40.85%, #72B32C 99.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.container .section_1 .info_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5rem;
}

.container .section_1 .info_box .info_imgbox {
  width: 9.1rem;
  height: 5.7rem;
  border-radius: .1rem;
  overflow: hidden;
}

.container .section_1 .info_box .info_imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container .section_1 .info_box .info_list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: .36rem;
  width: 7rem;
}

.container .section_1 .info_box .info_list .info_list_item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: start;
  gap: .26rem;
  width: 100%;
  background: linear-gradient(93.3deg, rgba(16, 73, 158, 0.06) 1.72%, rgba(65, 124, 172, 0.06) 40.85%, rgba(114, 179, 44, 0.06) 99.8%);
  padding: .4rem .26rem;
  border-radius: .1rem;
  height: auto;
  cursor: pointer;
}

.container .section_1 .info_box .info_list .info_list_item:hover {
  background: linear-gradient(93.3deg, #10499E 1.72%, #417CAC 40.85%, #72B32C 99.8%);
}

.container .section_1 .info_box .info_list .info_list_item img {
  width: .4rem;
  height: .4rem;
}

.container .section_1 .info_box .info_list .info_list_item .normal {
  display: block;
}

.container .section_1 .info_box .info_list .info_list_item:hover .normal {
  display: none;
}

.container .section_1 .info_box .info_list .info_list_item .active {
  display: none;
}

.container .section_1 .info_box .info_list .info_list_item:hover .active {
  display: block;
}

.container .section_1 .info_box .info_list .info_list_item .desc {
  font-size: .2rem;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  font-family: 'HarmonyOS Sans SC';
  line-height: 0.26rem;
}

.container .section_1 .info_box .info_list .info_list_item:hover .desc {
  color: rgba(255, 255, 255, 1);
}

.container .section_2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: .7rem;
  margin: 1.2rem 0;
}

.container .section_2 .title {
  font-size: .4rem;
  font-weight: 700;
  font-family: 'HarmonyOS Sans SC';
  background: linear-gradient(93.3deg, #10499E 1.72%, #417CAC 40.85%, #72B32C 99.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.container .section_2 .index_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 16.6rem;
  height: 7rem;
  box-shadow: 0 0 5.1675rem 0 rgba(0, 0, 0, 0.09);
  border-radius: .10rem;
  overflow: hidden;
}

.container .section_2 .index_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-in-out;
}

.container .section_2 .index_box img:hover {
  transform: scale(1.1);
}

.container .section_2 .index_box .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.74rem;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.71) 100%);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.container .section_2 .index_box .desc .name {
  font-size: .30rem;
  font-weight: 500;
  line-height: .44rem;
  color: rgba(255, 251, 251, 1);
  font-family: 'HarmonyOS Sans SC';
}

.container .section_3 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: .7rem;
  margin: 1.2rem 0;
}

.container .section_3 .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: .3rem;
}

.container .section_3 .title .name {
  font-size: .4rem;
  font-weight: 700;
  font-family: 'HarmonyOS Sans SC';
  background: linear-gradient(93.3deg, #10499E 1.72%, #417CAC 40.85%, #72B32C 99.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.container .section_3 .title .desc {
  font-size: .18rem;
  font-weight: 400;
  line-height: .32rem;
  color: rgba(102, 102, 102, 1);
  font-family: 'HarmonyOS Sans SC';
  max-width: 10rem;
  text-align: center;
}

.container .section_3 .info_box {
  display: flex;
  overflow-x: auto;
  align-items: center;
  gap: .4rem;
  width: 16.7rem;
}

.container .section_3 .info_box .info_box_item {
  width: 2.4rem;
  height: 5.6rem;
  border-radius: .1rem;
  overflow: hidden;
  transition: all .3s ease-in-out;
  position: relative;
}

.container .section_3 .info_box .info_box_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container .section_3 .info_box .info_box_item.active,
.container .section_3 .info_box .info_box_item:hover {
  width: 11rem;
}

.container .section_3 .info_box .info_box_item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.76rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: start;
  padding: .44rem .5rem;
  gap: .16rem;
  background: linear-gradient(180deg, rgba(32, 32, 32, 0) 0%, rgba(32, 32, 32, 0.8) 100%);
}

/* 默认状态下name可见 */
.container .section_3 .info_box .info_box_item .content .name {
  font-size: .26rem;
  font-weight: 500;
  line-height: .3rem;
  color: rgba(255, 251, 251, 1);
  font-family: 'HarmonyOS Sans SC';
  opacity: 1;
}

/* 默认状态下desc隐藏且不占位置 */
.container .section_3 .info_box .info_box_item .content .desc {
  font-size: .18rem;
  font-weight: 400;
  line-height: .38rem;
  color: rgba(255, 251, 251, .8);
  font-family: 'HarmonyOS Sans SC';
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, height 0.3s ease-in-out;
}

/* 展开时显示desc */
.container .section_3 .info_box .info_box_item:hover .content .desc,
.container .section_3 .info_box .info_box_item.active .content .desc {
  opacity: 1;
  visibility: visible;
  height: auto;
}


.container .section_4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .7rem;
  padding: 1.2rem 0;

  background: url("../../img/product/classification_5.jpg") no-repeat center center;
  background-size: cover;
}

.container .section_4 .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .3rem;
}

.container .section_4 .title .name {
  font-size: .4rem;
  font-weight: 700;
  font-family: 'HarmonyOS Sans SC';
  background: linear-gradient(93.3deg, #10499E 1.72%, #417CAC 40.85%, #72B32C 99.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.container .section_4 .info_box {
  width: 16.7rem;
  height: 5.6rem;
  overflow: hidden;
}

.container .section_4 .info_box .table-swiper {
  width: 100%;
  background: url("../../img/product/classification_6.jpg") no-repeat center center;
  background-size: cover;
}

.container .section_4 .info_box .imgbox {
  width: 3.4rem;
  height: 4.65rem;
}

.container .section_4 .info_box .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.container .section_4 .info_box .swiper-slide-next .imgbox img,
.container .section_4 .info_box .swiper-slide-prev .imgbox img{
    transform: scale(0.9);
}
.container .section_4 .info_box .swiper-slide .imgbox img{
    transform: scale(0.8);
}
.container .section_4 .info_box .swiper-slide-active .imgbox img{
    transform: scale(1);
}

/* 产品认证轮播的侧面效果 */
/* .container .section_4 .info_box .product-swiper .swiper-slide {
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.7;
  transform: scale(0.8);
} */

/* 中间活动幻灯片正常显示 */
/* .container .section_4 .info_box .product-swiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
} */

/* 相邻幻灯片的效果 */
/* .container .section_4 .info_box .product-swiper .swiper-slide-prev,
.container .section_4 .info_box .product-swiper .swiper-slide-next {
  opacity: 0.85;
  transform: scale(0.9);
} */

.container .section_4 .content_box {
  display: flex;
  gap: .6rem;
}

.container .section_4 .content_box .name {
  font-size: .16rem;
  font-weight: 400;
  line-height: .3rem;
  font-family: 'HarmonyOS Sans SC';
  color: rgba(51, 51, 51, 1);
  text-align: center;
}

/* 只将当前激活的slide中的name设置为蓝色 */
.container .section_4 .content_box .product-name-swiper .swiper-slide-active .name {
  color: rgba(1, 104, 183, 1);
}

.container .section_4 .content_box .product-name-swiper {
  width: 12rem;
  overflow: hidden;
}


.container .section_4 .button {
  width: .36rem;
  height: .36rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
  border: .01rem solid rgba(208, 208, 208, 1);
}

.container .section_4 .button:hover {
  background: linear-gradient(93.3deg, #10499E 1.72%, #417CAC 40.85%, #72B32C 99.8%);
  border-style: none;
}

.container .section_4 .button img {
  width: .1275rem;
  height: .075rem;
}

.container .section_4 .button .normal {
  display: block;
}

.container .section_4 .button .active {
  display: none;
}

.container .section_4 .button:hover .normal {
  display: none;
}

.container .section_4 .button:hover .active {
  display: block;
}




.container .section_5 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: .7rem;
  padding: 1.2rem 0;

  background: url("../../img/product/product_detail_3.png") no-repeat center center;
  background-size: cover;
}

.container .section_5 .table_box {
  width: 16.6rem;
  overflow-x: hidden;
}
.container .section_5 .table_box p {
    margin: .2rem 0;
}
.container .section_5 .table_box p img {
    width: 100%;
    object-fit: cover;
}

.container .section_5 table {
  width: 100% !important;
  border-collapse: collapse !important;
  font-family: 'HarmonyOS Sans SC', Arial, sans-serif;
  font-size: .14rem;
  color: #333;
  background-color: transparent;
  box-shadow: 0 .02rem .08rem rgba(0, 0, 0, 0.08);
  border-style: none;
}

.container .section_5 table th,
.container .section_5 table td {
  padding: .12rem .6rem;
  text-align: center;
  height: .8rem !important;
  font-size: .16rem;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  font-family: 'HarmonyOS Sans SC';
  border-style: none;
  /* border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0; */
}

.container .section_5 table th:first-child,
.container .section_5 table td:first-child {
  /* text-align: left; */
  font-weight: 500;
  font-size: .16rem;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  font-family: 'HarmonyOS Sans SC';
  border-style: none;
  /* background-color: #f8f9fa; */
  /* min-width: 120px; */
}

.container .section_5 table th {
  background: rgba(16, 73, 158, 0.05);
  font-weight: 400;
  color: rgba(1, 104, 183, 1);
  height: .6rem !important;
  font-size: .16rem;
  padding: 0 .6rem;
  font-family: 'HarmonyOS Sans SC';
}

.container .section_5 table th:first-child {
  border-radius: .1rem 0 0 .1rem !important;
  color: rgba(51, 51, 51, 1);
}

.container .section_5 table th:last-child {
  border-radius: 0 .1rem .1rem 0 !important;
}

.container .section_5 table th:last-child,
.container .section_5 table td:last-child {
  border-right: none !important;
}

.container .section_5 table tr:last-child td {
  border-bottom: none !important;
}

/* .container .section_5 .property_table tr:hover {
  background-color: #f5f7fa;
} */
.container .section_5 table tr {
    width: 100%;
}
.container .section_5 table tr:nth-child(even) {
  background-color: rgba(16, 73, 158, 0.05) !important;
}

.container .section_5 table tr:nth-child(even) td {
  height: .6rem !important;
}

.container .section_5 table tr:nth-child(even) td:first-child {
  border-radius: .1rem 0 0 .1rem !important;
}

.container .section_5 table tr:nth-child(even) td:last-child {
  border-radius: 0 .1rem .1rem 0 !important;
}

.container .section_5 .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: .3rem;
}

.container .section_5 .title .name {
  font-size: .4rem;
  font-weight: 700;
  font-family: 'HarmonyOS Sans SC';
  background: linear-gradient(93.3deg, #10499E 1.72%, #417CAC 40.85%, #72B32C 99.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.container .section_5 .table-swiper {
  width: 100%;
  height: 100%;
}

.container .section_5 .table_box .swiper-table-pagination .swiper-pagination-bullet {
  width: .18rem;
  height: .04rem;
  border-radius: unset;
  background-color: rgba(51, 51, 51, .5);
}

.container .section_5 .table_box .swiper-table-pagination .swiper-pagination-bullet-active {
  background-color: rgba(1, 104, 183, 1);
}

@media (max-width: 767px) {
    .container .banner {
        height: auto;
    }
    .container .banner .info .title {
        font-size: .48rem;
    }
    .container .banner .info .desc {
        font-size: .28rem;
        width: 100%;
        padding: 0 .32rem;
        line-height: 150%;
    }
    
    .container .section {
        padding: 1.2rem .32rem;
    }
    
    .container .section .table_box {
        flex-direction: column;
    }
    .container .section .table_box .table {
        width: 100%;
    }
    .container .section .table_box .img_box {
        width: 100%;
    }
    
    .container .section_1 .title {
        font-size: .46rem;
    }
    
    .container .section_1 {
        margin: 1.2rem 0;
        padding: .32rem;
    }
    .container .section_1 .info_box {
        flex-direction: column;
    }
    .container .section_1 .info_box .info_imgbox {
        width: 100%;
    }
    .container .section_1 .info_box .info_list .info_list_item .desc {
        font-size: .26rem;
        line-height: 130%;
    }
    
    .container .section_2 {
        margin: 1.2rem .32rem;
    }
    .container .section_2 .index_box {
        width: 100%;
    }
    
    .container .section_3 .title .name {
        font-size: .46rem;
    }
    .container .section_3 .title .desc {
        font-size: .24rem;
    }
    .container .section_3 .info_box {
        width: 100%;
        padding: .32rem;
        overflow-x: auto;
    }
    .container .section_3 .info_box .info_box_item {
        flex-shrink: 0;
    }
    .container .section_3 .info_box .info_box_item.active,
    .container .section_3 .info_box .info_box_item:hover {
        flex-shrink: 0;
        width: 100%;
    }
    .container .section_3 .info_box .info_box_item .content {
        padding: .2rem;
        height: 2.76rem;
        
    }
    .container .section_3 .info_box .info_box_item .content .name {
        font-size: .32rem;
    }
    .container .section_3 .info_box .info_box_item .content .desc {
        font-size: .24rem;
        opacity: 1;
          visibility: visible;
          height: auto;
    }
    
    
    .container .section_4 .content_box .name {
        font-size: .22rem;
        
        verflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
    }
    .container .section_4 .content_box {
        gap: .3rem;
    }
    .container .section_4 .info_box {
        width: 100%;
    }
    .container .section_4 .content_box .product-name-swiper {
        width: 5rem;
    }
    .container .section_4 .button {
        width: .64rem;
        height: .64rem;
    }
    .container .section_4 .button img {
        width: .24rem;
        height: auto;
    }
    .container .section_4 .info_box .imgbox img {
        transition: unset;
    }
    
    .container .section_5 .title .name {
        font-size: .46rem;
    }
    .container .section_5 .table_box {
        width: 100%;
    }
    .container .section_5 {
        padding: 1.2rem .32rem;
    }
    .container .section_5 .table-swiper .swiper-slide {
        /*overflow-x: auto;*/
        width: 100% !important;
    }
    .container .section_5 table {
        overflow-x: auto;
    }
    .container .section_5 .m_table  {
        overflow-x: auto;
        width: 100%;
        margin: 0 0 1rem 0;
    }
    .container .section_5 .m_table::-webkit-scrollbar {
        display: none;
    }
    .container .section_5 table tbody {
        width: 100%;
    }
    .container .section_5 table th {
        font-size: .22rem;
        padding: 0 .2rem;
    }
    .container .section_5 table td:first-child,
    .container .section_5 table th:first-child{
        font-size: .22rem !important;
        /*position: sticky;*/
        /*left: 0;*/
        background: #f9fdfd;
    }
    .container .section_5 table th span {
        font-size: .22rem !important;
        
        overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
    }
    /*.container .section_5 table th:nth-child(even) td:first-child {*/
    /*    background: #f0f5f9;*/
    /*}*/
    .container .section_5 table td {
        font-size: .22rem !important;
        padding: .12rem ;
    }
    .container .section_5 table span {
        font-size: .22rem !important;
        overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
    }
    .container .section .table_box .table tbody td {
        vertical-align: middle !important;
        word-break: break-all;
    }
    .container .section_1 .info_box .info_imgbox img {
        object-fit: contain;
    }
    .container .section_3 .info_box {
        overflow: unset;
        flex-direction: column;
    }
        .container .section_3 .info_box .info_box_item.active {
            width: 100%;
        }
    .container .section_3 .info_box .info_box_item {
        width: 100%;
    }
    
}










