.zjy-app {
  height: 100%;
  width: 100%;
  display: flex;
  padding-top: 3.5rem;
  flex-direction: column;
}

.zjy-app .item {
  flex: 1;
  width: 100%;
  background: linear-gradient(180deg, #fdf2e4 0%, white 25%);
  border-bottom: 0.0625rem solid white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zjy-app .item > img {
  width: 5rem;
  margin-right: 1.5rem;
}

.zjy-app .item .title {
  font-size: 1.5rem;
  color: #333;
  line-height: 2.125rem;
  margin-bottom: .5rem;
}

.zjy-app .item .dir {
  font-size: 1rem;
  color: #D79941;
  line-height: 1.5rem;
  margin-bottom: 1.125rem;
}

.zjy-app .item a {
  border-radius: .25rem;
  border: .0625rem solid #EEEEEE;
  height: 1.75rem;
  line-height: 1.75rem;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  font-size: .875rem;
}

.zjy-app .item a img {
  width: .375rem;
  margin-left: .625rem;
}
