html {
  height: 100%;
}
.type {
  position: sticky;
  top: 0;
  z-index: 1;
  height: 44px;
  padding-right: 44px;
  overflow: hidden;
  background-color: #FFFFFF;
}
.type:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 1px;
  background-color: #ECECEC;
}
.type nav {
  position: relative;
  z-index: 3;
  padding-bottom: 20px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.type nav a {
  position: relative;
  display: inline-block;
  padding: 0 12px;
  height: 44px;
  line-height: 44px;
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  white-space: nowrap;
  text-decoration: none;
}
.type nav a.active:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 20px;
  height: 3px;
  margin-left: -10px;
  border-radius: 4px;
  background-color: #F36416;
}
.type button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  width: 44px;
  height: 44px;
  border: none;
  cursor: pointer;
  background-color: #FFFFFF;
}
.article article {
  position: relative;
}
.article article + article:before {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  height: 1px;
  background-color: #ECECEC;
}
.article .card {
  display: block;
  padding: 12px 10px;
  text-decoration: none;
  background-color: #FFFFFF;
}
.article .card-head {
  margin-bottom: 10px;
}
.article .card-head h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.article .card-main {
  overflow: hidden;
}
.article .card-main-left {
  float: left;
  width: calc(100% - 100px);
}
.article .card-main-right {
  float: right;
}
.article .card-main-right img {
  display: block;
  width: 92px;
  height: 69px;
  border-radius: 4px;
}
.article .card-main .content {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.article .card-main .content h1,
.article .card-main .content h2,
.article .card-main .content h3,
.article .card-main .content h4,
.article .card-main .content h5,
.article .card-main .content h6,
.article .card-main .content p {
  margin: 0;
}
.article .card-main .doctor {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
}
.article .card-foot {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #BEBEBE;
  line-height: 17px;
  overflow: hidden;
}
.article .card-foot time {
  float: right;
}
.article .card-1 .card-head .tag {
  position: relative;
  top: -1px;
  display: inline;
  margin-right: 3px;
  padding: 3px 5px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  vertical-align: middle;
  border-radius: 2px;
  background-color: #F36416;
}
.article .card-2 .card-head .tag {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  margin-right: 3px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  vertical-align: middle;
  border-radius: 100%;
  background-color: #529AFE;
}
.article .card-2 .card-main .tag {
  position: relative;
  top: 0;
  float: left;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  margin-right: 6px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  vertical-align: middle;
  border-radius: 100%;
  background-color: #F36416;
}
.article .card-3 .card-head .tag {
  position: relative;
  top: -1px;
  display: inline;
  margin-right: 3px;
  padding: 3px 5px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  vertical-align: middle;
  border-radius: 2px;
  background-color: #63BC8F;
}
.article .card-4 .card-head .tag {
  position: relative;
  top: -1px;
  display: inline;
  margin-right: 3px;
  padding: 3px 5px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  vertical-align: middle;
  border-radius: 2px;
  background-color: #FFBB00;
}
.article .card-4 .card-main .video {
  pointer-events: none;
}
.article .card-4 .card-main .video video {
  display: block;
  width: 100%;
}
.article-placeholder {
  color: #969799;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
}
.empty {
  padding: 52px 0;
}
.empty img {
  display: block;
  width: 41px;
  height: 41px;
  margin: 0 auto;
}
.empty span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
  color: #999;
}
/*# sourceMappingURL=article_classification.css.map */