.pageBanner .right_banner {
  background: url("../images/product_djris/right.png") no-repeat center center;
  background-size: cover;
}

.feature {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -40px;
}
.feature .module {
  margin-left: 40px;
  border-radius: 6px;
  box-sizing: border-box;
  background: round;
  display: inline-block;
  width: calc(25% - 40px);
  padding: 10px 30px 40px;
  margin-bottom: 30px;
}
.feature .module:nth-child(1), .feature .module:last-child {
  background: #ECF5FF;
}
.feature .module:nth-child(2), .feature .module:nth-child(7) {
  background: #EAFCFB;
}
.feature .module:nth-child(3), .feature .module:nth-child(6) {
  background: #F0F4FE;
}
.feature .module:nth-child(4), .feature .module:nth-child(5) {
  background: #E6FDF3;
}
.feature .module img {
  display: block;
  width: 50%;
  margin: 0 auto;
}
.feature .module > div {
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  border-radius: 19px;
  font-size: 24px;
  font-weight: 600;
  color: #282C2A;
  line-height: 33px;
}
.feature .module > p {
  font-size: 14px;
  font-weight: 400;
  color: #282C2A;
  line-height: 24px;
}

#contrast {
  display: block;
}

#contrast_phone {
  display: none;
}

@media (max-width: 768px) {
  body {
    background: #fff;
  }
  .pageBanner {
    background: url("../images/product_djris/right_m.png") no-repeat center center;
    background-size: cover;
  }
  .content-module .feature {
    justify-content: normal;
    margin: 0;
  }
  .content-module .feature .module {
    width: 100%;
    min-height: 246px;
    padding: 0 40px 40px;
    margin: 0 0 30px 0;
  }
  .content-module .feature .module > p {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
  }
  .content-module .feature .module img {
    width: 30%;
    padding-top: 20px;
  }
  .content-module .feature .module > div {
    margin: 0 0 10px;
    padding: 0;
    font-size: 24px;
  }
  #contrast {
    display: none;
  }
  #contrast_phone {
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .banner_bg2 {
    background: url("../images/product_djris/banner-pad.png") no-repeat center center !important;
  }
  .banner_bg2 .left_node {
    width: 66% !important;
    margin-right: 0;
  }
  .banner_bg2 .left_node p {
    font-size: 14px;
  }
  .banner_bg2 .left_node img {
    width: 70% !important;
  }
  .banner_bg2 .right_banner {
    display: none !important;
  }
  .content-module .feature .module {
    width: calc(50% - 40px) !important;
  }
  .content-module .feature .module img {
    width: 40% !important;
  }
  #contrast {
    display: none;
  }
  #contrast_phone {
    display: block;
  }
}/*# sourceMappingURL=product_djris.css.map */