.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: white;
}
.banner-container .content-wrapper > div:last-child {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: white;
  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;
}
.products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  margin: 60px 0;
}
.products .product img {
  width: 100%;
  height: auto;
}
.products .product > div {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  text-align: center;
  line-height: 2;
}
.pagination {
  margin-bottom: 130px;
}
.pagination .pagination-item {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: rgba(144, 144, 144, 0.99);
  line-height: 14px;
  margin-left: 10px;
}
.pagination .active {
  background: #3654C2;
  color: white;
}
@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;
  }
  .pagination {
    flex-wrap: wrap;
  }
}
/*# sourceMappingURL=applications.css.map */