/* 产品页顶部产品图文详情样式代码 */

.summary-body .summary-box{
	padding: 50px 0;
}
.summary-body{
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.8 !important;
	text-align: center;
	font-family: Roboto,sans-serif;
}
.summary-body .summary-box{
	padding-top: 40px;
}
.summary-body .summary-box:nth-of-type(1){
	padding-top: 20px;
}
.summary-body .summary-box:nth-of-type(3){
	padding-top: 40px;
}
.summary-title h3{
	font-size: 40px;
	line-height: 1.5;
	color: #383838;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}
.summary-title p>a:hover{
	color: #383838 !important;
}
.summary-title span{
	display: block;
	width: 105px;
	height: 5px;
	background-color: #4499e9;
	border-radius: 3px;
	margin: 15px auto;
}
.summary-txt{
	margin: 0 auto;
	padding: 30px 0;
	
}
.summary-txt>p{
	font-size: 16px;
	line-height: 1.8;
	color: #393939;
	text-align: center;
	margin-top: 10px;
}
.summary-img img{
	max-width: 100%;
	margin: 0 auto;
}
.summary-box-top{
	width: 100%;
}
@media (max-width: 900px){
	.summary-txt p {
            display: none;
        }
	.summary-title h3{
		font-size: 36px;
	}

	.summary-txt>p{
		font-size: 15px;
	}
	.summary-txt{
		padding: 15px 0;
	}
}
@media (max-width: 768px){
	.summary-txt p {
            display: none;
        }
	.summary-title h3{
		font-size: 20px;
	}
	.summary-txt{
		padding: 15px 0;
	}
	.summary-txt>p{
		font-size: 14px;
	}
	.summary-body .summary-box:nth-of-type(1),
	.summary-body .summary-box:nth-of-type(3){
		padding-top: 40px;	
	}	
	.summary-title span{
		width: 80px;
		height: 3px;
		margin: 10px auto;	
	}	
	.summary-txt>img{
		margin-top: 20px;	
	}	
}
.video-container {
	max-width: 800px;
	margin: 0 auto;
}
.video-wrapper {
	position: relative;
	padding-bottom: 55%;
	padding-top: 30px;
	height: 0;
}
.video-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (min-width: 768px) {
	.video-iframe {
		width: 800px;
		height: 450px;
	}
}

.headpro {
width: 88%;
margin-right: 20px;
padding-left: 10px;
padding-right: 10px;
}
.forlinx-probtn {
width: 10%;
margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .headpro {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }
.forlinx-probtn {
width: 100%;
}
}
    #head-product .row { display: flex; flex-wrap: wrap;  margin-left: 0px; margin-right: 0px; }
    #head-product .description p { line-height: 2; color: #000000; margin-bottom: 10px; font-family:Helvetica, Arial, sans-serif; font-size: 16px; }
    #head-product .description h3 { line-height: 2; font-size: 20px; font-weight: bold; margin-bottom: 10px; font-family:Helvetica, Arial, sans-serif; }
  /* 优化列表样式 */
    #head-product .description ul { list-style-type: disc; margin-left: 20px; margin-bottom: 10px; font-family:Helvetica, Arial, sans-serif; }
    #head-product .description li { line-height: 2; margin-bottom: 5px; font-family:Helvetica, Arial, sans-serif; font-size: 16px; }		
  /* 根据分辨率调整字体大小 */
  @media screen and (max-width: 767px) {#head-product .description p,#head-product .description ul,#head-product .description li { font-size: 14px; }}	
  @media screen and (max-width: 767px) {#head-product .description h3 { font-size: 16px; }}		
    #head-product .btn { font-family:Helvetica, Arial, sans-serif; height: 40px; line-height: 25px; font-size: 16px; width: 190px; }
    #head-product .btns-list-head { padding: 0; margin: 0;}
#head-product .btns-list-head ul { list-style-type: none; }
    #head-product .btns-list-head li:first-child { margin-bottom: 15px }
#head-product .btns-list-head li:nth-child(2) { margin-bottom: 15px; }
    #head-product .btns-list-head .head-btn, #evaluation-kit .btns-list-box .orderkit-btn { position: relative; text-align: center }
    #head-product .btns-list-head .head-btn { color: #000000; border: 2px solid #0d0d0d;background: #ffffff; }
    #head-product .btns-list-head .head-btn:hover { color: #fff; border: 2px solid #00B0F0;background: #00B0F0;}
    #head-product .btns-list-head .head-btn span:after, #evaluation-kit .btns-list-box .orderkit-btn span:after { content: ''; background-size: 11px auto !important; width: 13px; height: 100%; position: absolute; right: 15px; top: 0 }  
	








/* 产品页底部推荐产品样式代码 */



  .forlinx-pros-content {
    background: initial;
    width: 100%;
    display: grid;
    flex-wrap: wrap;
    margin: auto;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 80px;
    text-align: center;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  @media only screen and (min-width: 1025px) and (max-width: 1280px),
    only screen and (max-width: 680px) {
    .forlinx-pros-content {
      justify-content: center;
    }
  }
  @media only screen and (max-width: 580px) {
    .forlinx-pros-content {
      grid-template-columns: repeat(1, minmax(280px, 1fr));
      gap: 8px;
      align-items: stretch;
    }
  }
  .forlinx-pros-item {
    display: flex;
    flex-direction: column;
    align-items: center;
	width: 100%; /* 改为相对宽度 */
    max-width: 400px; /* 可设最大值，避免过宽 */
   	margin-top: 15px;
  	margin-right: auto;
  	margin-left: auto;
  	background: white;
  	position: relative;
  }
  .forlinx-pros-item:hover {
    cursor: pointer;
  }
  .forlinx-pros-item img {
    width: 363px;
    height: 225px;
    margin: 20px 0;
    flex: 1;
  }
  @media only screen and (max-width: 580px) {
    .forlinx-pros-item {
      width: 100%;
      height: auto;
      margin-right: auto;
      margin-left: auto;
    }
    .forlinx-pros-item img {
      width: 100%;
      height: auto;
    }
  }
  .forlinx-pros-item .cols-item-name {
    align-self: stretch;
    background: white;
    padding: 10px 0 10px 18px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 2px solid #f5f5f5;
  }
  .forlinx-pros-item .pros-item-name .en-name {
    font-size: 16px;
    color: #000000;
    padding-bottom: 10px;
    text-align: center;
  }
  .forlinx-pros-item .shot-desc {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    color: white;
    padding: 25px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: left;
    transition: all 0.2s ease-in;
  }
  .forlinx-pros-item:hover .shot-desc {
    opacity: 1;
  }
  .forlinx-pros-item .shot-desc .content {
    margin-top: 10%;
    margin-bottom: 15%;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
  }
  .forlinx-pros-item .shot-desc .btn-detail {
    width: 119px !important;
    display: initial !important;
    border-radius: 8px !important;
    padding: 8px 26px !important;
    color: white !important;
    font-weight: 500 !important;
    font-size: 1rem !important;
    background-color: #00b0f0 !important;
    border: 2px solid #00b0f0 !important;
  }