body.mobile #app {
  min-width: unset;
}
body.mobile .content {
  width: 100%;
  padding-bottom: 0;
}
body.mobile .description {
  padding: 25px;
  height: auto;
}
body.mobile .description p {
  font-size: 14px;
}
body.mobile .active-link {
  height: 94px;
}
body.mobile .flex-between {
  justify-content: center;
}
body.mobile .card {
  width: 90%;
  margin-bottom: 24px;
}
body.mobile .card-head {
  height: 80px;
}
body.mobile .card-head.kp::after {
  width: 165px;
  height: 49px;
  background-position: left;
}
body.mobile .card-head.jd::after {
  width: 159px;
  height: 49px;
  background-position: left;
}
body.mobile .card-item-title {
  padding-left: 20px;
  padding-right: 12px;
  justify-content: space-between;
}
body.mobile .title-text {
  font-size: 16px;
}
body.mobile .title-desc {
  font-size: 12px;
}
body.mobile .item-title::before {
  margin-right: 6px;
  vertical-align: middle;
}
body.mobile .arrow {
  background-size: 12px;
}
body.mobile .card-kp ul li a,
body.mobile .card-jd ul li a {
  padding-left: 20px;
  padding-right: 12px;
}
body.mobile li + li {
  margin-top: 8px;
}
