body.mobile .body-content {
  padding-bottom: 10px;
}

body.mobile .disease-index .card-box {
  background: #fff;
}

body.mobile .disease-index {
  padding: 0 10px;
  margin-bottom: 0;
}

body.mobile .disease-index .index-box {
  height: 105px;
  margin-bottom: 16px;
}

body.mobile .disease-index .index-box-item {
  height: 162px;
  margin-bottom: 16px;
}
body.mobile .disease-index .standard-tab {
  margin-bottom: 25px;
}
body.mobile .disease-index .standard-tabitem {
  width: 88px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  border-radius: 0;
  margin-bottom: 16px;
}
body.mobile .disease-index .standard-tabitem:last-child {
  margin: 0;
}

body.mobile .standard-box {
  margin-bottom: 0;
  margin-top: 50px;
}
body.mobile .standard-box .card-tab {
  overflow: hidden !important;
  white-space: pre-wrap !important;
}

body.mobile .standard-box .standard-item .item-title,
body.mobile .standard-box .standard-item .item-content {
  font-size: 16px;
}

body.mobile .standard-box .standard-item .item-content {
  padding-left: 0;
}

body.mobile .standard-box .card-content {
  padding-bottom: 64px;
}
