.l-content .product-container {
	 
   margin: 0 0 60px;
   background-color: #e2e9ec;
}

.l-content .tabcontent {
	background: #f5f5f5;
    padding: 30px;
    
}

.l-content .casebtn2 {
  position: relative; 
  left: 255px; 
  bottom: -670px;
}

.l-content .goods-list2 {
  display:flex; 
  flex-wrap: wrap; 
  box-sizing:border-box; 
  background-color: #f5f5f5; 
  padding: 10px;
}

.l-content .goods-list2 * {
  box-sizing:border-box; 
}

.l-content .goods-list2 .goods {
  position: relative; 
  margin:20px 0 0 20px; 
  width:195px;
}

.l-content .goods-list2 .goods:nth-child(4n+1){ 
  margin-left:0;}

.l-content .goods-list2 .goods a{ d
  isplay:flex; 
  flex-direction: 
  column; align-items: 
  center; text-decoration:none;
}

.l-content .goods-list2 .goods .tag-bx{ position: absolute; top:10px; left:0; padding:0 10px; width:100%; display:flex; justify-content: left;}
.l-content .goods-list2 .goods .tag-bx em{ position: relative; }
.l-content .goods-list2 .goods .tag-bx em img+img {margin-left: 5px;}
.l-content .goods-list2 .goods .tag-bx .r{ margin-left:auto;}
.l-content .goods-list2 .goods .tag-bx em b{ display:block; padding:0 15px 0 0; width:100%; text-align:right; line-height:28px; height:28px; position: absolute; top:2px; left:0; font-size:18px; }
.l-content .goods-list2 .goods .thumb{ width:100%; background-color: #fff; border-radius:4px; padding:10px 1px 1px 1px;}
.l-content .goods-list2 .goods .thumb img{
  width:150px; 
  height:150px; 
  margin:0 auto 5px; 
  display:block;}

.l-content .goods-list2 .goods .txt{ 
  margin:10px 0 0 0; 
  color:#333; 
  display:flex; 
  flex-direction: column;
  width:100%;
  max-height: 65px;
}

.l-content .goods-list2 .goods .txt2{ 
  margin:5px 0 0 0; 
  color:#333; 
  display:flex; 
  flex-direction: column;
  max-height: 40px;
  width:100%;
}

.l-content .goods-list2 .goods .txt strong{ 
  font-size:14px; 
  line-height:1.4; 
  font-weight: bold;
}
.l-content .goods-list2 .goods .txt2 .cost{ 
  font-size:12px; 
  color:#666; 
  font-weight: bold;
}
.l-content .goods-list2 .goods .txt2 .cost i{ 
  font-size:14px; 
  color:#cc0000;
   margin-right: 
   3px; }


.l-content .tab_content_nav {
 list-style: none;
 padding: 0px;
 /*margin: 0px 0px 20px;*/
 color: #333333;
 position: relative;
 z-index: 2;
 text-align: center;
 /* border-bottom:solid 2px #749dcf;*/

}

.l-content .tab_content_nav li {
  width: 32%;
  height: 53px;
  padding: 10px 6px;
  margin-left: 13px;
  display: inline-block;
  vertical-align:top;
  font-size: 18px;
  position: relative;
  background-color: #000;
  border: 1px solid #ffcc00;
  border-radius: 6px;
  font-weight: bold;
  color: #ffcc00;
  box-shadow: 0 5px 8px 0 rgba(0,0,0,0.24);
  cursor: pointer;
}

.l-content .tab_content_nav li .tab-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 10px;
  padding: 0 13px;
  line-height: normal;
}

.l-content .tab_content_nav li .tab-inner img {
  height: 60px;
  width: auto;
}


.l-content .tab-2-container li{
    width: 205px;
    padding: 10px 5px;
}

.l-content .tab-3-container li{
    width: 279px;
    padding: 10px 5px;
}

.l-content .tab-4-container li{
    width: 205px;
    padding: 10px 5px;
}

.l-content .tab_content_nav li:first-child {
	margin-left: 0px;
}
.l-content .tab_content_nav li.selected,
.l-content .tab_content_nav li:hover {
  background-color: #fdeba1;
  color: #000;
}

.l-content .tab_content_nav li p {
	margin: 0px;
}

.l-content .tab_content_nav li:hover:after,
.l-content .tab_content_nav li.selected:after {
	content: "";
	position: absolute;
	content: url('../images/arrow-down.jpg');
	bottom: -25px;
	left: 50%;
	margin-left: -11px;
}

.l-content .tab_content_nav li.selected {
  
  color: #000;
  background-color: #ffcc02;
  border: 2px solid #ffcc00;
}

.l-content .tab_content_detail {
	list-style: none;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.l-content .tab_content_detail li.fibercontent {
	display: none;
	z-index: 0;
	position: absolute;
	top: 0px;
	width: 100%;
}

.l-content .tab_content_detail li.fibercontent:first-child {
	display: block;
	z-index: 2;
}


.l-content .tab_content_detail .feature-column {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 100%;
}

.l-content .tab_content_detail .feature-box {
    flex: 1;
    max-width: 400px;
    padding: 10px;
    background-color: #ffcc02;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }

.l-content .tab_content_detail .feature-text {
  font-size: 18px;
  text-align: center;
}

.l-content .tab_content_detail .feature-text-2 {
    font-size: 18px;
    text-align: center;
    background-color: black;
    color: white;
    max-width: 95%;
    height: 50px;
    margin: 0 auto;
    padding: 10px;
  }

.l-content .tab_content_detail .column-left,
.l-content .tab_content_detail .column-right {
  flex: 1;
  max-width: 400px;
  padding: 15px;
  border: 2px solid #ffcc02; 
  box-sizing: border-box;
  background-color: #fff;
}

.l-content .tab_content_detail .column-left img,
.l-content .tab_content_detail .column-right img {
  width: 100%;
  height: 215px;
  margin-bottom: 15px;
}


.l-content .tab_content_detail .comparison-table {
      width: 100%;
      border-collapse: collapse;
      table-layout: fixed;
    }

.l-content .tab_content_detail .comparison-table th, .comparison-table td {
      border: 1px solid #ccc;
      padding: 10px;
      vertical-align: top;
      text-align: center;
    }

.l-content .tab_content_detail .comparison-table thead th {
      text-align: center;
    }

.l-content .tab_content_detail .old-version {
      background-color: #888888;
      font-size: 1.2rem;
      color: white;
    }

.l-content .tab_content_detail .new-version {
      background-color: #ffcc02; 
      font-size: 1.2rem;
    }

.l-content .tab_content_detail .comparison-table .table-content{
  background-color: white;
  text-align: center;
}

/*type-container*/
.l-content .type-title-container {
  width: 884px;
  height: 50px;
  
}

.l-content .type-title-container .first-box{
  width: 110px;
  height: 33px;
  list-style: none;
  float: left;
  text-align: center;
  color: #ffffff;
}

.l-content .type-title-container .content-box{
    width: 367px;
    height: 33px;
    list-style: none;
    float: left;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    border-bottom: 1px solid #ffffff;
    margin: 10px;
    font-weight: bold;
}

.l-content .type-content-container {
  width: 884px;
  padding-top: 0px;
  background-color: #41392c;
  border-radius: 10px;
  margin-top: 10px;
}

.l-content .type-content-container .first-box{
      width: 88px;
    list-style: none;
    float: left;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    margin: 10px;
    height: 110px;
    padding-top: 75px;
   
}

.l-content .type-content-container .content-box{
    width: 367px;
    height: 33px;
    list-style: none;
    float: left;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    margin: 10px;
    height: 185px;
    background-color: #000;
    border-radius: 5px;
}

.l-content .type-content-container .first-box-2{
    height: 130px;
}

.l-content .type-content-container .content-box-2{
  height: 215px;
}

.l-content .type-content-container .content-box .information{
  float: left;
  width: 200px;
  text-align: left;
}

.l-content .type-content-container .content-box .information .title{
      font-size: 16px;
    line-height: 1.3;
    padding: 20px 0 10px;
    font-weight: bold;
}

.l-content .type-content-container .content-box .information .parts{
  font-size: 12px;
}



.l-content .type-content-container .content-box .information .price{
  font-size: 24px;
    color: #ffcc00;
    font-weight: bold;
}

.l-content .type-content-container .content-box .information .cta{
  width: 165px;
}


.l-content .type-content-container .content-box .images{
  float: left;
  width: 150px;
}

.l-content .product-range-title {
    width: 884px;
    height: 33px;
    background-color: #252018;
    text-align: center;
    font-weight: bold;
    color: #ffcc00;
    font-size: 17px;
    margin-top: 50px;
    padding-top: 8px;
    border-top: 3px solid #ffcc00;
    border-left: 3px solid #ffcc00;
    border-right: 3px solid #ffcc00;
}

.l-content .product-range-title2 {
    width: 884px;
    height: auto;
    background-color: #252018;
    text-align: center;
    font-weight: bold;
    color: #ffcc00;
    font-size: 22px;
    margin-top: 25px;
    padding-top: 8px;
    border-top: 3px solid #ffcc00;
    border-left: 3px solid #ffcc00;
    border-right: 3px solid #ffcc00;
}

.l-content .edrive-content {
  padding-top: 20px;
  font-size: 16px;
  color: white;
  text-align: center;
}

.l-content  .edrive-cta {
  width: 208px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.l-content .no-border {
  border: none;
  background-color: #000000;
}

.l-content .special-order {
  padding: 10px 0;
}

.l-content .special-order li{
  padding: 0 10px;
  text-align: left;
  font-size: 16px;
  color: #ffffff;
}


/*accordian*/
.l-content .accordion {
  background-color: #000;
  border-color: #749dcf;
  color: #ffffff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
  font-weight: bold;

}

.l-content .active, .l-content .accordion:hover {
  background-color: #ccc; 
  color: #000;
}

.l-content .accordion2:hover, .l-content .accordion3:hover {
  background-color: #ccc; 
  color: #000;
}



.l-content .panel {
  padding: 30px;
  display: none;
  background-color: #f7f5f5;
  overflow: hidden;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}


/*accordian2*/
.l-content .accordion2 {
  background-color: #000;
  border-color: #749dcf;
  color: #ffffff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
  font-weight: bold;

}

/*accordian3*/
.l-content .accordion3 {
  background-color: #000;
  border-color: #749dcf;
  color: #ffffff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
  font-weight: bold;

}

