.product-detail {
}
.tab-box{
  background:#F8F8F8 !important;
}
/* 产品头部容器样式 */
.product-header {
  background: #fff;
}
/* 占位元素样式 */
.product-header-placeholder {
  display: block;
}

.product-detail h1 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 13px;
}
.product-detail p {
  font-size: 18px;
  color: #717171;
}


.product-box {
  margin-top: 38px;
}
.product-title h2 {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 20px;
}
.product-title p {
  font-size: 18px;
  color: #717171;
  margin-bottom: 34px;
}
.product-list{
margin-bottom:76px ;
}
.product-list li {
  background: #fff;
  padding: 15px 17px;
}
.product-list li:hover {
  background: #f8f8f8;
}
.product-item h5 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 14px;
}
.product-item p {
  font-size: 16px;
  color: #141414;
}
.product-list li:hover h5 {
  color: #1885ed;
}
.product-list .img-box {
  /*overflow: hidden;*/
  background-image: url('../images/bei.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 230px;
  height: 167px;
  /*padding: 30px 0;*/
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}
.product-list .img-box img{
    width: 230px;
    height: 167px;
}
.product-list .img-box:hover img {
  transform: scale(1.1);
  transition: all ease 0.3s;
}
.product-list a {
  display: flex;
  align-items: center;
}
