.product-list-page{
  background: #fbfbfd;
}
.product-content-title {
  position:relative;
  width: 100%;
  height: 384px;
  padding: 96px 0 24px 0;
  box-sizing: border-box;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  flex-direction: column;
}
.product-content-title-bg{
  position:absolute;
  top:0;
  left:0;
  right:0;
  width:100%;
  height: 100%;
  object-fit: cover;
}
.product-content-title-content{
  position:absolute;
}
h3.product-content-title-text {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
.product-content-title-link {
  position: absolute;
  bottom:40px;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
}
.product-content-title-link a {
  color: rgba(255, 255, 255, 0.7);
}
/* 产品展示 */
.product-show {
  width: 100%;
  padding: 60px 0;
  box-sizing: border-box;
}
/* table */
table {
  width: 100%;
}
table thead tr {
  width: 100%;
  height: 94px;
  background: #ebecf2;
}
table thead tr th {
  width: 25%;
  font-family: Microsoft YaHei;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #666666;
  padding-left: 86px;
  box-sizing: border-box;
}
table tbody tr {
  width: 100%;
  height: 94px;
  background: #ffffff;
  cursor: pointer;
  border-bottom: 2px solid #fbfbfd;
}
table tbody tr:nth-last-child(1) {
  border: none;
}
table tbody tr td {
  width: 25%;
  font-family: Microsoft YaHei;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #666666;
  padding-left: 86px;
  box-sizing: border-box;
}
table tbody tr td:nth-of-type(1) {
  font-weight: 700;
  color: #303030;
}
table tbody tr td:nth-last-child(1) {
  text-align: right;
  padding-right: 60px;
  box-sizing: border-box;
}
table tbody tr td a.details-button {
  display: inline-block;
  width: 114px;
  height: 54px;
  border-radius: 29px;
  border: 1px solid #999999;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: 400;
  line-height: 54px;
  letter-spacing: 0em;
  color: #999999;
  text-align: center;
}
table tbody tr:hover {
  background: #1d3390;
}
table tbody tr:hover td {
  color: #ffffff;
}
table tbody tr:hover td a.details-button {
  background-color: #ffffff;
  color: #1d3390;
}
/* 公共头部 */
.product-common-title-text {
  font-family: Microsoft YaHei;
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0em;
  text-align: left;
  color: #303030;
}
.product-common-title-line {
  width: 58px;
  height: 1px;
  background: #1d3390;
  margin: 10px;
}
.product-common-describe {
  display: inline-block;
  max-width: 820px;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #666666;
  margin-bottom: 64px;
}
@media all and (max-width: 1620px){

}
@media all and (max-width: 1440px){

}
@media all and (max-width: 1280px){

}
@media all and (max-width: 1080px){

}
@media all and (max-width: 820px){
  .product-content-title{
    height: 260px;
    padding:40px 0;
  }
  h3.product-content-title-text{
    font-size: 36px;
    line-height: 40px;
  }
  table thead tr th{
    padding-left:20px;
  }
  table tbody tr td{
    padding-left:20px;
  }
  table tbody tr td:nth-last-child(1){
    padding-right:20px;
  }
}
@media all and (max-width: 767px){
  .product-content-title-link {
    bottom:20px;
  }
  h3.product-content-title-text{
    font-size: 20px;
    line-height: 30px;
    margin-bottom:10px;
  }
  .product-content-title{
    height: 200px;
    padding:24px 0;
  }
  .product-common-title-text{
    font-size: 20px;
  }
  table thead tr th{
    padding-left:6px;
    font-size: 12px;
  }
  table tbody tr td{
    padding-left:6px;
    font-size: 12px;
    width:calc(100% - 180px);
    word-break: break-all;
  }
  table tbody tr td:nth-of-type(1) {
    width: 100px;
  }
  table tbody tr td:nth-last-child(1){
    padding-right:0px;
    text-align: center;
    width: 80px;
  }
  table tbody tr td a.details-button{
    width:60px;
    height: 34px;
    line-height: 34px;
    border-radius: 18px;
  }
}

/* 版心 */
.common-width_product {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media all and (max-width: 1620px) {
  .common-width_product {
    max-width: 1100px;
  }
}
@media all and (max-width: 1280px) {
  .common-width_product {
    max-width: 96%;
  }
}
@media all and (max-width: 750px) {
  .common-width_product {
    max-width: 92%;
  }
}