[v-clock] { visibility: hidden; }
.app-banner {
  height: 400px;
  position: relative;
}
.app-banner img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.app-main {
  width: 1200px;
  margin: 0 auto;
}
#app { margin-top: 60px; position: relative; }
.app-hd {
  font-size: 24px;
  color: #262626;
  padding: 0 0 40px;
}
.app-bd {}
.app-bd-item {
  width: 278px;
  height: 159px;
  background-color: #fff;
  position: relative;
  float: left;
  margin-right: 29px;
  margin-bottom: 50px;
  transition: all 300ms ease-out;
}
.app-bd-item:nth-child(4n) {
  margin-right: 0;
}
.app-bd-item a {
  color: #212121;
}
.app-bd-item:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, .05);
  transform: scale(1.1);
}
.app-item-top {
  width: 100%;
  height: 76px;
  position: absolute;
  top: -28px;
}
.app-item-top img {
  float: left;
  margin-right: 20px;
  margin-left: 5px;
  border-radius: 100%;
}
.app-item-top h4 {
  position: absolute;
  left: 100px;
  top: 45px;
}
.app-item-text {
  padding: 75px 18px 0;
}