.page-body {
  padding: 15px;
}
.software-item {
  margin-bottom: 40px;
}
.software-item__title {
  font-size: 24px;
  text-align: left;
  margin-bottom: 10px;
  color: #666;
}
.software-item__summary {
  font-size: 14px;
  text-align: left;
  margin-bottom: 10px;
  color: #999;
}
.software-item__button {
  display: block;
  height: 56px;
  border-radius: 6px;
  background-color: #fff;
  margin-bottom: 15px;
  line-height: 56px;
  text-align: left;
  box-sizing: border-box;
  padding-left: 15px;
  font-size: 18px;
}
.software-item__button-icon {
  display: inline-block;
  height: 34px;
  width: 34px;
  margin-right: 5px;
}
.software-item__button-icon img {
  width: 100%;
  height: 100%;
}
.software-item__img {
  margin-bottom: 15px;
}
.software-item__img img {
  width: 100%;
}
.software-item__ewm {
  text-align: center;
  margin-bottom: 15px;
}
.software-item__ewm img {
  width: 210px;
}
