.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-content-container {
  background: #fbfbfd;
}
.product-detail-content {
  padding: 60px 0;
  box-sizing: border-box;
}
.product-detail-bg {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 24px 58px;
  box-sizing: border-box;
}
.product-detail-content-title {
  padding: 30px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #dcdcdc;
}
.product-detail-content-title-text {
  font-family: Microsoft YaHei;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: left;
  color: #303030;
}
.product-detail-content-title-describe {
  font-family: Microsoft YaHei;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #303030;
}
.back-button {
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  color: #1d3390;
  border: 1px solid #1d3390;
  padding: 16px 40px;
  box-sizing: border-box;
  border-radius: 30px;
}
.back-button-icon {
  width: 22px;
  height: auto;
  margin-right: 4px;
}
/* 详情描述 */
.product-describe-content {
  padding: 30px 0;
  box-sizing: border-box;
}
.product-describe-list {
  min-height: 320px;
  flex-direction: column;
}
.flex-1 {
  flex: 1;
}
.product-describe-list-item {
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #303030;
  margin-bottom: 30px;
}
.product-describe-list .label {
  width: 70px;
  margin-right: 10px;
  color: #666666;
}
.product-button-group-item {
  width: 172px;
  height: 54px;
  border-radius: 30px;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: 400;
  line-height: 54px;
  letter-spacing: 0em;
  color: #ffffff;
  text-align: center;
  margin-right: 20px;
  background: #1d3390;
  padding: 16px 40px;
  box-sizing: border-box;
  margin-right: 20px;
}
.product-button-group-item-icon {
  width: 20px;
  height: auto;
  margin-right: 6px;
}
.product-cover {
  width: 536px;
  height: auto;
  border-radius: 8px;
  background-color: #F4F5FE;
}
/* 相关产品 */
.product-recommend-list {
  width: 100%;
  padding: 42px 0 80px 0;
  box-sizing: border-box;
}
.product-recommend-list-item {
  width: 32%;
  max-width: 524px;
  padding: 16px 32px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 16px;
  cursor: pointer;
}
.product-recommend-list-item-title {
  width: 100%;
  padding: 34px 0;
  box-sizing: border-box;
  font-family: Microsoft YaHei;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
}
.product-recommend-list-item-describe {
  width: 100%;
  padding: 34px 16px;
  box-sizing: border-box;
}
.product-recommend-list-item-describe-text {
  flex-direction: column;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #666666;
}
.product-recommend-list-item-describe-text div:nth-last-child(1) {
  color: #303030;
  margin-top: 30px;
}
.product-recommend-list-item:hover{
    background: #1D3390;
}
.product-recommend-list-item:hover .product-recommend-list-item-title{
    color:#ffffff;
}
.product-recommend-list-item:hover .product-recommend-list-item-describe-text div{
    color:#ffffff;
}
/* 产品参数 产品技术指标 */ 
.table-content {
  padding: 40px 0;
  box-sizing: border-box;
}
table {
  width: 100%;
}
table tr {
  width: 100%;
  height: 68px;
}
table tr th {
  width: 100%;
  background: #1d3390;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
}
table tbody tr td{
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    border-bottom:2px solid #ffffff;
    padding:22px 0;
    box-sizing: border-box;
    background: #EBECF2;
}

table tbody tr td:nth-last-child(1){
    background: #F4F5FE;
}
img.product-detail-cover{
    width:342px;
    height: auto;
}
.border-right{
    border-right:2px solid #ffffff;
}
.background-last{
    background: #F4F5FE;
}
/* 公共头部 */
.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;
  }
  .product-detail-content{
    padding:30px 0;
  }
  .product-detail-bg{
    padding:24px;
  }
  .product-cover{
    width: 300px;
  }
}
@media all and (max-width: 767px){
  .product-content-title{
    height: 200px;
    padding:24px 0;
  }
  .product-detail-content-title{
    align-items: flex-start;
    flex-direction: column;
  }
  h3.product-content-title-text{
    margin-bottom:10px;
  }
  .back-button{
    margin-top:20px;
  }
  .product-describe-content{
    flex-direction: column;
  }
  .product-cover{display: none;}
  .product-describe-list-item{
    font-size: 14px;
    line-height: 20px;
    margin-bottom:20px;
  }
  .product-describe-list{
    min-height: 260px;
  }
  .product-detail-bg{
    padding:20px 15px;
  }
  img.product-detail-cover{
    width:160px;
  }
  .product-recommend-list{
    flex-direction: column;
  }
  .product-recommend-list-item{
    width:90%;
    margin-bottom:20px;
  }
  .describe{
    max-width: 200px;
  }
  .product-button-group-item{
    width:140px;
    height:44px;
    line-height: 44px;
    font-size: 14px;
    justify-content: center;
    padding:0;
    margin:0 10px;
  }
  .product-detail-content-title-text{
    font-size: 22px;
  }
  .product-detail-content-title-describe{
    font-size: 16px;
  }
  .back-button{
    padding:12px 30px;
  }
  table tbody tr td{
    font-size: 14px;
  }
  .product-common-title-text{
    font-size: 24px;
  }
  .product-recommend-list-item-title{
    font-size: 22px;
  }
  .product-recommend-list-item{
    max-width: 100%;
    width: 100%;
    padding:16px 20px;
  }
  .product-recommend-list-item-describe-text{
    font-size: 14px;
  }
}


/* 版心 */
.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: 767px) {
  .common-width_product {
    max-width: 92%;
  }
  .product-content-title-link {
    bottom:20px;
  }
}