.inner-banner {
  background: url(../images/online-banner.jpg) center no-repeat;
}

.subscibe-list > li {
  margin-bottom: 25px;
}
.subscibe-list .item-box {
  border: 1px solid #D8D8D8;
}
.subscibe-list .item-box .img-box {
  display: -webkit-flex;
  display: flex;
  padding: 16px 0;
  flex: 0;
  align-items: center;
  justify-content: center;
  background: #F7F7F7;
}
.subscibe-list .item-box .img-box > a {
  display: block;
}
.subscibe-list .item-box .img-box .name {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  line-height: 24px;
  color: #4E4D4D;
}
.subscibe-list .item-box .img-box img {
  display: block;
  width: 126px;
  height: 176px;
}
.subscibe-list .bottom-box {
  border-top: 1px solid #d8d8d8;
  padding: 4px 0;
  background: #ECECEC;
}
.subscibe-list .bottom-box .btn-buy {
  width: 90px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #D80110;
  text-align: center;
}
.subscibe-list .bottom-box .price {
  padding-left: 10px;
  text-align: center;
  color: #DC0000;
  line-height: 30px;
}
