h6 {
  margin: 0;
  color: #fff;
}

li {
  list-style: none;
}
/* 导航页 */
.product-center-img {
  width: 100%;
  height: 130px;
}

.product-center-box {
  height: 100%;
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.title-box {
  height: 26px;
  width: 148px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5293f7;
}

.product-center-info {
  font-size: 10px;
  margin-top: 10px;
  font-weight: normal;
  color: #ffffff;
}

.product-center-title {
  font-size: 14px;
  color: #ffffff;
  margin: 0px;
}

.product-nav-img h5 {
  margin: 0;
}

.product-crumbs {
  font-weight: 400;
  font-size: 10px;
  color: #666666;
}

.product-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-nav-img {
  width: 49%;
  height: 150px;
  box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}

.produc-box-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.produc-box-info .info-title1 {
  font-size: 14px;
  color: #333333;
  font-weight: 500;
}

.produc-box-info .info-title2 {
  font-size: 12px;
  color: #1f62c9;
  margin: 5px 0 0 0;
  font-weight: normal;
}

/* 详情页 */

.product-detail-title {
  display: flex;
  align-items: center;
}

.product-detail-title .title-info {
  width: 48px;
  height: 23px;
  background: #5293f7;
  border-radius: 2px;
  color: #ffffff;
  text-align: center;
  line-height: 23px;
  font-size: 14px;
  margin-right: 10px;
}

.product-detail-title .title-name {
  margin: 0;
  font-weight: 500;
  font-size: 22px;
  color: #333333;
}

.edge-cube-img-box {
  display: flex;
  height: 230px;
  margin-bottom: 16px;
}

.edge-cube-img-box .edge-img {
  width: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 10px;
}

.edge-img .img-box1 {
  display: block;
  height: 55px;
  box-sizing: border-box;
}

.img-box2 {
  flex: 1;
}

.edge-cube-img-box img {
  height: 100%;
  width: 100%;
}

.img-active {
  border: 1px solid rgb(58, 122, 234);
  /* 为被选中的图片添加蓝色边框 */
}

.edge-img-info {
  width: 100%;
  /* height: 180px; */
  background: #f5f9fb;
  border-radius: 2px;
  border: 1px solid #dfd8d8;
}

.edge-cube-info {
  padding: 20px 0 20px 16px;
  margin: 0;
}

.edge-cube-info li {
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 19px;
  margin-bottom: 5px;
}

.product-tab {
  display: flex;
  height: 30px;
  width: 100%;
  background-color: #f4f8fa;
}

.edge-cube-btn {
  display: flex;
  width: 115px;
  justify-content: center;
  align-items: center;
  color: #333333;
  cursor: pointer;
  background: #f4f8fa;
}
.edge-cube-btn1 {
  margin-left: 20px;
}
.btn-active {
  color: #4171ff;
  border-bottom: 2px solid #4171ff;
  background-color: #ffffff;
}

.product-image img {
  display: block;
  width: 100%;
}

.product-info-dtl {
  /* display: flex; */
  padding: 30px 15px 0 30px;
  border-bottom: 1px solid #d8d8d8;
}

.info-dtl-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.info-table tr {
  display: flex;
}

.info-table td {
  border: none;
  display: block;
  width: 100px;
  margin-bottom: 10px;
}

.info-table th {
  font-weight: bold;
  background-color: #f4f4f4;
}

.w-180{
  width: 180px !important;
}