body,
html {
  background: #F5F5F5 !important;
}
.wd-list-box {
  flex-wrap: wrap;
}
.wd-box {
  background: #fff;
}
.wxwd-item {
  margin-top: 0px;
  margin-bottom: 30px;
}
.wd-item:nth-of-type(2n+1) {
  margin-right: 0px;
}
.wd-item:nth-of-type(2n) {
  margin-right: 30px !important;
}
@media screen and (max-width: 750px) {
  .wd-item {
    background: #fff;
  }
  .zx-rm-pp {
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
    box-sizing: border-box;
  }
  .wd-item:nth-of-type(2n) {
    margin-right: 0rem !important;
  }
}
