#banner {
  height: 8.7rem;
  background: url("../images/inside/case_banner.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
#banner h3 {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}
#banner p {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5;
  margin-top: 10px;
}
#box1 {
  padding: 25px 10px;
}
#box1 .item {
  text-align: center;
}
#box1 .item + .item {
  margin-top: 25px;
}
#box1 .item img {
  width: 11.25rem;
  height: 7.875rem;
}
#box1 .item h4 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin-top: 10px;
}
#box1 .item p {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.5;
}
#box1 .item a {
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  border: 1px solid #9299a0;
  border-radius: 3px;
  margin-top: 15px;
}
#box2 {
  padding: 25px 0;
  background-color: #fafafa;
}
#box2 h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#box2 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#box2 .content .item {
  width: 6.75rem;
  height: 2.5rem;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  background-color: #ffffff;
  display: flex;
  margin-top: 1rem;
}
#box2 .content .item .pic {
  width: 2.45rem;
  height: 2.45rem;
  overflow: hidden;
}
#box2 .content .item .pic img {
  width: 100%;
  height: 100%;
}
#box2 .content .item .text {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.6rem;
}
/*# sourceMappingURL=case.css.map */