table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.pure-table {
  border-collapse: collapse;
  background-color: white;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #cbcbcb;
}
.pure-table caption {
  color: #000;
  font: italic 85%/1 arial, sans-serif;
  padding: 1em 0;
  text-align: center;
}
.pure-table td,
.pure-table th {
  border-left: 1px solid #cbcbcb;
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  padding: 0.5em 0.5em;
}
.pure-table thead {
  background-color: #e0e0e0;
  color: #000;
  text-align: left;
  vertical-align: bottom;
}
.pure-table td {
  background-color: transparent;
}
.pure-table-bordered td,
.pure-table-bordered th {
  border-bottom: 1px solid #cbcbcb;
}
.pure-table-bordered tbody > tr:last-child > td,
.pure-table-bordered tbody > tr:last-child > th {
  border-bottom-width: 0;
}
.content {
  background-color: #f7f8f9;
}
.content-wrapper {
  width: 1230px;
  z-index: 6;
}
.banner-container {
  position: relative;
}
.banner-container img {
  width: 100%;
  height: auto;
}
.banner-container .content-wrapper {
  z-index: 2;
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
}
.banner-container .content-wrapper > div:first-child {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #222222;
}
.banner-container .content-wrapper > div:last-child {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #222222;
  opacity: 0.6;
  margin-top: 22px;
}
.types {
  margin: 40px 0 36px;
}
.types .type {
  text-align: center;
  line-height: 40px;
  width: 122px;
  height: 40px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-right: 10px;
  background: #EBEBEB;
}
.types .active {
  background: #3654C2;
  color: white;
}
.table-wrapper {
  width: 100%;
  height: auto;
  overflow: scroll;
  margin-bottom: 60px;
}
@media (max-width: 990px) {
  .content-wrapper {
    width: calc(100vw - 16px);
  }
  .banner-container .content-wrapper {
    top: 20px;
    padding-left: 60px;
  }
  .banner-container .content-wrapper > div:first-child {
    font-size: 20px;
  }
  .banner-container .content-wrapper > div:last-child {
    font-size: 16px;
    margin-top: 12px;
  }
  .types {
    margin: 20px 0 18px;
    flex-wrap: wrap;
  }
  .types .type {
    margin-bottom: 10px;
  }
  .products {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
  .products .product > div:first-child {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    margin-bottom: 3px;
  }
  .products .product .img-wrapper .up-icon {
    width: 100%;
    position: relative;
    top: 5px;
    z-index: -1;
  }
  .products .product .img-wrapper .up-icon > div {
    flex: 1;
    border-top: 1px solid #ffffff;
    box-shadow: 0 0 4px #cccccc;
  }
  .products .product .img-wrapper .up-icon > span {
    box-shadow: 0 0 4px #cccccc;
    width: 10px;
    height: 10px;
  }
  .products .product .img-wrapper img {
    width: 100%;
    height: auto;
    box-shadow: 0px 2px 2px #e1e1e1;
  }
}
/*# sourceMappingURL=product_detial.css.map */