body {
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#11022c));
  background: linear-gradient(180deg, #000000, #11022c);
}

main {
  padding-bottom: 50px;
}

.header {
  height: 80px;
}

.main-panel-title {
  padding: 180px 0 60px;
  color: #fff;
}

.img-list {
  padding: 41px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.img-list .application-item {
  width: 25%;
  height: 287px;
  padding: 5px;
  position: relative;
  overflow: hidden;
}

.img-list .application-item > img {
  width: 100%;
  height: 100%;
}

.img-list .application-item > .text {
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 5px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: bold;
  color: #fff;
}

.birf {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: left;
  color: #ffffff;
  line-height: 22px;
  padding-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .img-list .application-item {
    width: 33%;
  }
}
/*# sourceMappingURL=pc.css.map */