h2 {
  font-family: b;
  font-weight: 600;
  font-size: 6.4vw;
  color: #333333;
  margin-bottom: 4.27vw;
}
.text p {
  font-family: r;
  font-weight: 400;
  font-size: 4.27vw;
  color: #666666;
  line-height: 6.4vw;
  margin-bottom: 4.27vw;
}
.text img {
  width: 100%;
  margin-bottom: 4.27vw;
}
.related {
  margin-top: 6.4vw;
}
.related h3 {
  font-size: 6.4vw;
  font-family: b;
  font-weight: 600;
  color: #333333;
  margin-bottom: 4.27vw;
}
.related .lb {
  width: 100%;
  padding: 3.2vw;
  background: #F8F8F8;
  border-radius: 2.13vw 2.13vw 2.13vw 2.13vw;
}
.related .lb .related-item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.related .lb .related-item img {
  width: 38.13vw !important;
  height: 21.33vw !important;
  margin-right: 2.13vw;
  border-radius: 2.13vw 2.13vw 2.13vw 2.13vw;
}
.related .lb .related-item .item-r {
  width: calc(100% - 38.13vw) !important;
}
.related .lb .related-item .item-r h4 {
  font-family: b;
  font-weight: 600;
  font-size: 4.27vw;
  color: #333;
  line-height: 6.4vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 2.13vw;
}
.related .lb .related-item .item-r span {
  font-family: r;
  font-weight: 400;
  font-size: 3.2vw;
  color: #999999;
}
.related .lb .related-item:last-child {
  margin-bottom: 0;
}
.related .more {
  display: block;
  text-align: center;
  font-family: r;
  font-weight: 400;
  font-size: 4.27vw;
  color: #333333;
  margin-top: 2.13vw;
}
.app-box h3 {
  font-size: 24px;
  font-family: b;
  font-weight: 600;
  color: #333333;
  margin-bottom: 24px;
}
.app-box .app-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(50px, 1fr));
  grid-gap: 16px;
}
.app-box .app-list a .img-box {
  overflow: hidden;
  margin-bottom: 8px;
  border-radius: 16px;
  border: 1px solid #EEE;
}
.app-box .app-list a .img-box img {
  width: 100%;
}
.app-box .app-list a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
  font-family: b;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
}
