
/***********************
          共用
 product items
 ***********************/
 .product-item {
  padding: 20px 15px;
  border-bottom: 1px solid #E5E5E5;
}
.product-item:last-child {
  border-bottom-width: 0px;
}
.product-imgbox {
  padding: 10px;
}
.product-imgbox img {}
.product-words {}
.product-words .item-title {
  margin-top: 0px;
}
.product-words .item-txt {}





/******************************
 exhibition-page 使用- 共用  product items
 **************************/
.section-exhibit-page .product-item {
  width: 100%;
}
/* size .techdemo-imgbox = product-imgbox*/
.section-exhibit-page .product-item .product-imgbox {
  text-align: center;
  overflow: hidden;
  width: 250px;
  flex-basis: 250px;
  height: 250px;
  line-height: 250px;
}
.section-exhibit-page .product-item .product-imgbox img {
  width: 100%;
  max-width: 220px;
  max-height: 220px;
  object-fit: cover;
  object-position: top;
}



/******************
 product list-page start
 ******************/
.section-product-list {
  background: #fff;
  padding-top: 54px;
  padding-bottom: 0px;
  overflow: hidden;
  background-color: var(--theme);
}

/********
 product list-page mainbox 
 ********/
.section-product-list .mainbox {
  position: relative;
  width: 75%;
  /* left: 25%; */
  min-height: 500px;
  padding: 0 3% 3%;
  background-color: #fff;
}
.section-product-list .mainbox::before {
  content: '';
  height: 100%;
  width: 400px;
  position: absolute;
  left: -400px;
}

.mainbox .timeLine-group-outer {
  padding-top: 1.5rem;
}

/* mainbox 第一個主標題 */
.section-product-list .mainbox>.content-title {
  border-bottom: 2px solid #ddd;
  padding: 1.5rem 0;
}
.section-product-list .mainbox>.content-title::after {
  content: none;
}
.section-product-list .mainbox>.content-title .zh {}
.section-product-list .mainbox>.content-title .en {}



.mainbox .timeLine-group .timeLine-period {
  font-size: 1.6em;
  font-weight: 700;
  padding: 8px 15px;
  color: #999;
  font-family: Helvetica, Arial, sans-serif; }

.mainbox .timeLine-group .timeLine-period i {
  margin-right: 0.5rem;
  display: inline-block; }
  .mainbox .timeLine-group .product-item-list {}
.mainbox .timeLine-group .product-item {
  margin: 1.2rem 0;
  padding: 1.2rem 1em;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-color: #fff;
  transition: .3s ease;
}
.mainbox .product-item-list li:nth-child(odd) .product-item {
  background-color: #F5F5F5;
}
.mainbox .timeLine-group .product-item:hover {
  background-color: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.product-item-img {
  text-align: center;
  overflow: hidden;
  width: 250px;
  flex-basis: 250px;
  height: 250px;
  line-height: 250px;
}
.product-item-img img {
  width: 100%;
  max-width: 220px;
  max-height: 220px;
  object-fit: cover;
  object-position: top;
  background-color: #fff;
}
.product-item-txt {
  padding: 10px;
}
.product-item-txt .prod-intro p, .product-item-txt .prod-intro ul {
  overflow: hidden;
}
.tag-group {}
.tag-group .tag {
    padding: 1px 20px;
    display: inline-block;
    border-radius: 5px;
}
.tag-new {
  background: -webkit-linear-gradient(0deg, #FF6B00 0%, #FF005C 100%);
  background: linear-gradient(0deg, #FF6B00 0%, #FF005C 100%);
  color: #fff;
}
.product-title {}
.product-company {
  margin: 10px 0;
  color: #888;
}


/*********
  product list-page 
  共用  Side bar 繼承 main.css
 **********/
.section-product-list .sidebox-outer {}
.section-product-list .sidebox {
  background-position: 0px 400px;
}

@media (max-width: 1023px) {
  .section-product-list .mainbox {
    width: 100%;
    left: auto;
    padding: 15px;
  }
  .section-product-list .mainbox .nav-pills .nav-link {
    padding: 15px;
  }
  .section-product-list .sidebox-outer {
    position: relative;
    width: 100%;
    display: none; }
}
@media (max-width: 667px) {
  .section-product-list .timeLine-group .timeLine-list .timeLine-period {
    font-size: 2rem; } }
@media (min-width: 1201px) {
  .section-product-list .timeLine-group .timeLine-list .product-item {}
}

  /*  */
  .filter-item {}
  .filter-item-tab {
    width: 100%;
    overflow: hidden;
  }
      
  .section-product-list .sidebox .btn-clear {
    color: #fff;
    width: 100%;
    outline: none;
    text-align: right;
    text-decoration: underline;
    background: transparent;
    box-shadow: none;
  }
  
  .section-product-list .sidebox .btn-clear:hover, .section-product-list .sidebox .btn-clear:focus, .section-product-list .sidebox .btn-clear:active {
    color: #15c9ff; }
 
  

@media (max-width: 1023px) {
  .section-product-list .select-group {
    display: none; } }
.section-product-list .phone-note {
  padding: 3% 0; }
  .section-product-list .phone-note .btn-note {
    width: 50%;
    margin: auto;
    display: block; }
  @media (min-width: 1025px) {
    .section-product-list .phone-note {
      display: none; } }

/*************
  product list-page end
 *************/












/******************
 product inner page 
 ******************/
.section-product.inner-page {
  padding: 0;
}
.product-item.inner-page {
  position: relative;
  width: 100%;
  padding: 0;
}

/* 左側 照片區 */
.productInner-header {
  overflow: hidden;
  padding: 8% 3%;
  min-height: 100vh;
}
.productInner-header-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--theme);
  z-index: -1;
}
.productInner-header-bg img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 450px;
  opacity: 0.7;
}
/* 左側 照片區 內容 */
.productInner-header-content {
  overflow: hidden;
  max-width: 330px;
  padding: 15px;
  width: 100%;
  margin: auto;
  color: #fff;
}
.productInner-img {
  max-width: 300px;
  width: 100%;
  background-color: #fff;
}
.productInner-header-content .exhibit-tagbox span {
  color: #fff;
}

/* 右側文字區 */
.productInner-txtbox {
  padding: 7% 5% 14%;
}
.productInner-txtbox .btn-back {
  margin-top: -5%;
  padding: 5px 15px;
  border: 1px solid #676767;
  color: #676767;
  display: block;
  float: right;
}
.productInner-txtbox .btn-back:hover {
  border-color: var(--link);
  color: var(--link);
}
.productInner-name {}
.productInner-title {}
.productInner-desc {}

@media (max-width: 991px) {
  .productInner-header-bg img {
    top: 50px;
  }
  .productInner-header {
    min-height: auto;
    padding: 60px 0 15px;
  }
  .productInner-txtbox .btn-back {
    float: none;
    margin: auto;
  }
}






/* 
   共用  Social-group type 1, from main.css
*/
.product-social.social-block .social-list {
  max-width: 400px;
  margin: 2% auto;
  justify-content: flex-end;
}

.product-social.social-block .social-list li {
}