﻿/*版心*/
.container-center {
  max-width: 1190px;
  margin: 0 auto;
}
/*#region 产品左侧列导航--start*/
.product-page {
  /*    border-top: 3px solid black;*/
  min-height: 800px;
  display: flex;
  /*width:fit-content;*/
  flex-direction: row;
}
.product-page h1 {
  font-size: 40px;
  color: black;
  font-weight: bold;
}
@media (max-width: 650px) {
  .product-page {
    flex-direction: column;
  }
  .product-page .product-nav {
    position: static;
  }
  .product-page .product-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
/*#endregion 产品左侧列导航--end*/
.header-bottom-banner {
  width: 100%;
  height: 260px;
  background-image: url("../Images/banner-bg-6.webp");
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.header-bottom-banner .header-bottom-title-img {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  vertical-align: central;
}
.header-bottom-banner .header-bottom-title-img h2 {
  font-size: 24px;
  font-weight: bold;
  color: white;
  white-space: nowrap;
}
.header-bottom-banner .header-bottom-title-img img {
  max-height: 260px;
  object-fit: contain;
}
@media (max-width: 650px) {
  .header-bottom-banner .header-bottom-title-img img {
    width: 50%;
  }
}
.nav-side {
  padding: 20px 0;
  font-size: 14px;
}
/*#region Index--start*/
.product-imgs-container {
  /*    max-width: 1190px;*/
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  grid-gap: 10px;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  width: auto;
}
.product-imgs-container div {
  width: 400px;
  border-color: gray;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 20px auto;
  overflow: hidden;
}
.product-imgs-container div p {
  width: 100%;
  line-height: 26px;
  margin-left: 10px;
}
.product-imgs-container div .tag {
  color: black;
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.product-imgs-container div:hover img {
  transform: scale(1.3);
}
.product-imgs-container div img {
  height: 280px;
  width: 400px;
  background-size: cover;
  margin: 0 auto;
  transition-property: all;
  transition-duration: 0.5s;
}
.product-detail {
  width: 100%;
  margin: 0 auto;
}
.product-detail .item-title {
  padding-bottom: 10px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(197, 191, 185, 0.9);
  display: flex;
  align-content: center;
}
.product-detail .item-title img {
  width: 30px;
  height: 30px;
}
.product-detail .item-title h2 {
  margin-left: 10px;
  font-size: 20px;
  font-weight: bold;
}
.product-detail .item-title p {
  font-size: 20px;
  margin-left: auto;
  color: gray;
}
.product-detail .singleImg {
  height: 280px;
  width: 400px;
  margin: 10px 0;
}
.product-detail .single-div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.product-detail .machine-info .tag-item {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  /*和标签下的信息列表*/
}
@media (max-width: 650px) {
  .product-detail .machine-info .tag-item {
    flex-direction: column;
  }
}
.product-detail .machine-info .tag-item .tag-machine {
  width: 150px;
  height: 50px;
  /*当子元素超过父元素的宽度时会以一定的收缩比例来进行缩放这里不想让其缩放就设置很小的值*/
  flex-shrink: 0.0001;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  vertical-align: central;
}
.product-detail .machine-info .tag-item .tag-machine p {
  text-align: center;
  line-height: 50px;
  margin-right: 0;
  font-size: 16px;
  font-weight: bold;
}
.product-detail .machine-info .tag-item .tag-machine-use {
  background-image: url("../Images/tag_arrow_5.png");
}
.product-detail .machine-info .tag-item .tag-machine-size {
  background-image: url("../Images/tag_arrow_4.png");
}
.product-detail .machine-info .tag-item .tag-machine-func {
  background-image: url("../Images/tag_arrow_3.png");
}
.product-detail .machine-info .tag-item .info-list {
  flex-grow: 1;
  margin-top: 8px;
}
@media (max-width: 650px) {
  .product-detail .machine-info .tag-item .info-list {
    margin-left: 20px;
  }
}
.product-detail .machine-info .tag-item .info-list li {
  display: block;
  background-color: #FBF4E6;
  margin: 4px;
  padding: 0 5px;
  /*height: 30px;*/
  line-height: 30px;
  font-size: 13px;
  font-family: 'Microsoft YaHei UI';
  overflow-wrap: anywhere;
}
.product-detail .product-detail-table {
  max-width: 1198px;
  width: 100%;
  border: 1px;
  margin: 20px auto;
  margin-bottom: 40px;
  font-size: 16px;
}
.product-detail .product-detail-table tr {
  height: 40px;
}
.product-detail .product-detail-table td {
  padding-left: 20px;
}
.product-detail .product-detail-table .bold {
  font-weight: bold;
}
.product-detail .product-detail-table .td-case-color {
  display: flex;
  align-content: center;
}
.product-detail .product-detail-table .td-case-color img {
  width: 20px;
  height: 20px;
  padding: 10px 0;
  display: inline-block;
}
.product-detail .product-detail-table .td-case-color p {
  margin: auto 0;
  margin-left: 10px;
}
.product-detail .perform-list {
  display: flex;
  margin: 20px auto;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.product-detail .perform-list li {
  cursor: pointer;
  padding: 10px;
  height: 20px;
  font-size: 16px;
  border-width: 2px;
  border-color: black;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(88, 103, 137, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 10px;
}
.product-detail .perform-list li:hover p {
  transform: scale(1.1);
}
.product-detail .perform-list li p {
  /*word-break:keep-all;*/
  transition-property: all;
  transition-duration: 0.5s;
}
.product-detail h3 {
  font-size: 16px;
}
.product-detail .func-list {
  margin: 20px auto;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 10px;
}
.product-detail .func-list > li {
  margin: 0 auto;
  width: 200px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(88, 103, 137, 0.3);
}
.product-detail .func-list > li h3 {
  text-align: center;
  line-height: 40px;
  font-weight: bold;
}
.product-detail .func-list > li .func-item-list {
  margin-left: 40px;
  list-style-type: disc;
  margin-bottom: 10px;
}
.product-detail .func-list > li .func-item-list li {
  margin: 5px auto;
}
/*#endregion Index--end*/