

/* 自定义选项卡按钮 */
.custom-tabs {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  margin-top: 85px;
  margin-bottom: 30px;
  position: relative;
  right: 0;
  flex-wrap: wrap;
}

.tab-button {
  align-items: center;
  background-color: transparent;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
  text-align: center;
}

.tab-button:hover {
  background-color: #f0f0f0;
}

.tab-button.active {
  /* border-color: #409eff;
  background-color: #e6f7ff; */
  color: #0056b3;
  background-color: #eee;
}

.tab-icon {
  height: 3rem;
  width: auto;
  display: block;
  margin: 0 auto;
}
.tab-text{
	display: block;
	font-size: 1rem;
	line-height:2rem;
	font-weight: 400;
}

/*产品内容*/
.product-flex-item{
    width:30%;
    background-color:#eee;
    margin-bottom:3rem;
    border-radius: 5px;
}

.product-card{
      display: flex;
      flex-direction: column;
      justify-content: flex-end; /* 让文字在图片下方 */
      align-items: center; /* 让文字水平居中 */
      text-align: center;
      height: 100%;
      cursor:pointer;
      text-decoration: none;
}
.product-card .product-img{
    min-height: 250px;
    display: flex;
    align-items: center;
    min-height: 80%;
}
.product-card .product-img img{
    width: 70%;
    height: auto;
    margin: 25px auto;
    display: block;
    transition: transform 0.3s ease; /* 设置过渡效果 */
}
.product-card:hover img{
  transform: scale(1.1); /* 鼠标悬浮时放大图片 */
  transition: transform 0.3s ease; /* 设置平滑过渡效果 */
}
.product-card .product-name {
  margin-top: 10px;
  font-size: 16px;
  white-space: nowrap; /* 确保文字不换行 */
  max-width: 80%;
  text-align:center;
  color: #00000090;
}
.product-card .product-desc {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 12px;
  color:gray;
  max-width: 80%;
  text-align:center;
}

/*产品详情页*/
.pro-desc-main{
    display:flex;
    justify-content: space-between;
    gap:5%;
    margin-top:50px;
    margin-bottom:50px;
}

.pro-desc-main .desc-pro-imgbox{
    width:45%;
    min-height:200px;
    background-color: #eeeeee90;
    border-radius: 5px;
    display:flex;
    align-items: center;
}

.desc-pro-imgbox img{
    width:90%;
    height:auto;
    margin: 25px auto;
    display: block;
}

.pro-desc-main .desc-main-txtbox{
    width:50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.desc-main-txtbox .main-title{
    display:block;
    font-size:2rem;
    color:#00000090;
    margin-bottom:5rem;
}

.desc-main-txtbox .main-txt{
    display:block;
    color:#666666;
    font-size:1rem;
    margin-bottom:3rem;
}

.pro-desc-cotent{
    margin-bottom:50px;
}

.pro-desc-cotent .content-title{
    color: #135ba9;
    display:block;
    font-size:2rem;
    margin-bottom:2rem;
}
.pro-desc-cotent .content-txt{
    display:block;
    font-size:1rem;
    margin-bottom:2rem;
    color:#666666;
}

/***************************** 响应式样式：当屏幕宽度小于768px时 *********************************/
@media (max-width: 768px) {

  .product-item {
    margin: 10px auto;
  }

    .product-flex-item {
        width: 100%;
    }
  .swiper-container {
    height: 50vh;
	margin-top: 10vh;
	padding-left: 0;
	padding-right: 0;
  }

  .product-item p {
    font-size: 14px;
  }
  
  .custom-tabs {
    gap: 0.5rem;
  }
  .tab-icon {
	  width:3rem;
	  height:3rem;
	  display: inline;
  }
  .tab-text{
	font-size: 1rem;
  }
  .tab-button{
	  margin-right: 0rem;
  }
  /* 每个幻灯片的宽度 */
  .swiper-slide {
      width: 80%;
  }
  
  .swiper-button-prev,
  .swiper-button-next{
	  top:70%;
  }
  
  .product-show-box{
	margin-top:1rem;
  	margin-bottom:1rem;
  }
  .pro-desc-title {
    text-align: center;
    font-size: 1.5rem;
	line-height: 1.5rem;
	margin-top: 2rem;
	padding-left:0;
  }
  .product-desc-ul {
      padding-top: 0rem;
	  text-align: left;
	  margin-bottom: 3rem;
	  margin-left: 0;
  }
  .product-desc-ul .list-li {
      font-size: 1rem;
      margin-top: 1rem;
  }
  .product-desc-ul .list-li-min {
      font-size: 1rem;
      margin-top: 0.3rem;
  }
  .product-desc-ul li::marker {
      font-size: 1rem;
  }
  .pro-imgdesc {
      font-size: 0.8rem;
  }
  .pro-shadow-box {
      width: 95%;
      border-radius: 1rem;
      box-shadow: 0 1rem 20px #33333340;
  }
  .pro-imgdesc-content {
      font-size: 0.9rem;
      line-height: 1.5rem;
	  padding-top: 1rem;
  }
  .check-table-box {
      margin-bottom: 3rem;
      border-radius: 1rem;
      overflow: hidden;
      box-shadow: 0 1rem 20px #33333340;
  }
  
  .pro-model-check-table{
  	font-size: 0.8rem;
  }
  .pro-model-check-table th, .pro-model-check-table td {
            padding-top: 0.5rem;
  			padding-bottom: 0.5rem;
          }
  .pro-model-check-table img {
              width: 1rem;
              height: auto;
          }
  
   .diag-th {
		position: relative;
		width: 20rem;
	}
  
      /* 文字位置 */
   .diag-th .text-bottom-left {
        position: absolute;
        bottom: 0.5rem;
        left: 0.3rem;
        z-index: 1;
      }
   .diag-th .text-top-right {
        position: absolute;
        top: 0.5rem;
        right: 0.3rem;
        z-index: 1;
      }
	  
	.flex40-none{
		display:none;
	}
	.pro-flex30-box {
	    flex: 0 1 100%;
	    display: flex;
	    flex-direction: row;
	    gap: 2%;
	    justify-content: space-between;
	    margin-bottom: 1rem;
	}
	.pro-flex30-div{
		flex: 0 1 44%;
		border: solid 2px #8ba9ce;
		box-shadow: 0 0.1rem 10px #33333380;
		padding-top: 0.5rem;
		padding-left: 0.5rem;
	}
	.pro-flex30-title {
	    font-size: 0.8rem;
	    margin-bottom: 1rem;
	    font-weight: bold;
	}
	.pro-flex30-content {
	    font-size: 0.8rem;
	    margin-bottom: 0.8rem;
	}
	.pro-desc-title-min {
	    font-size: 1.2rem;
	    margin-top: 2rem;
		margin-bottom: 3rem;
	}


	/*产品详情页*/
    .pro-desc-main{
        flex-direction: column;
    }
    .pro-desc-main .desc-pro-imgbox {
        width: 100%;
    }
    .pro-desc-main .desc-main-txtbox {
        width: 100%;
        margin-top: 50px;
    }
    .desc-main-txtbox .main-title {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }
    .desc-main-txtbox .main-txt {
        margin-bottom: 1rem;
    }
    .pro-desc-cotent .content-title {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }
    .pro-desc-cotent .content-txt {
        margin-bottom: 1rem;
    }
  
}