.main-w1 {
  width: 1400px;
  max-width: 100%;
}
.categories-main {
  display: flex;
  flex-wrap: nowrap;
  margin: 20px auto;
  width: 1400px;
  max-width: 100%;
}
.categories-main > .left {
  width: 330px;
  height: 100%;
  margin-right: 20px;
  padding: 10px 20px 20px 10px;
  background: white;
}
.categories-main > .left .item {
  margin: 10px 0;
}
.categories-main > .left .item .title {
  font-size: 18px;
}
.categories-main > .left .item .content .custom-checkbox {
  margin: 2px 0;
}
.categories-main > .left .item .content .custom-checkbox .custom-control-label {
  font-size: 12px;
  font-family: "Microsoft YaHei";
  color: #6f6f6f;
  line-height: 24px;
}
@media screen {
  .categories-main > .left {
    width: 330px;
  }
}
@media screen and (min-width: 1152px) {
  .categories-main > .left {
    width: 160px;
  }
}
@media screen and (min-width: 1280px) {
  .categories-main > .left {
    width: 250px;
  }
}
@media screen and (min-width: 1360px) {
  .categories-main > .left {
    width: 340px;
  }
}
.categories-main > .right {
  flex: 1;
}
.categories-main > .right .option {
  overflow: auto;
  padding: 10px 15px;
  background: white;
}
.categories-main > .right .option > form:nth-child(1) {
  float: left;
}
.categories-main > .right .option > form:nth-child(2) {
  float: right;
  width: 30%;
}
.categories-main > .right .option > form:nth-child(2) .form-group {
  width: 100%;
}
.categories-main > .right .option > form:nth-child(2) input {
  width: 100%;
  padding-right: 20px;
}
.categories-main > .right .option > form:nth-child(2) span {
  margin-left: -20px;
}
.categories-main > .right .products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 6px;
}
.categories-main > .right .products.r-4 .product1:nth-child(4n) {
  margin-right: 0;
}
.categories-main > .right .product1 {
  margin: 10px 0 0 0;
}
/*# sourceMappingURL=categories.css.map */