html {
  height: 100%;
}
body {
  padding-left: 12px;
  padding-right: 12px;
}
.search {
  padding: 10px 0;
}
.search a {
  display: block;
  height: 32px;
  border-radius: 16px;
  background-color: #ECECEC;
  font-size: 12px;
  font-weight: 400;
  color: #959595;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
}
.search a:before {
  content: '';
  position: relative;
  top: 2px;
  width: 13px;
  height: 13px;
  margin-right: 3px;
  display: inline-block;
  background-image: url(../images/icon-search.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.carousel {
  margin-bottom: 20px;
}
.carousel a {
  display: block;
}
.carousel img {
  display: block;
  width: 100%;
  border-radius: 6px;
}
.classification {
  margin-bottom: 20px;
}
.classification .panel-head {
  margin-bottom: 10px;
  line-height: 22px;
  overflow: hidden;
}
.classification .panel-head span {
  float: left;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.classification .panel-head a {
  float: right;
  font-size: 10px;
  font-weight: 400;
  color: #666666;
  text-decoration: none;
}
.classification .panel-head a:after {
  content: '';
  position: relative;
  top: 2px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 1px;
  background-image: url(../images/icon-arrow-right.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.classification .panel-main {
  margin: -5px;
  overflow: hidden;
}
.classification .panel-main a {
  float: left;
  display: block;
  margin: 5px;
  width: calc(33.33% - 10px);
  font-size: 12px;
  font-weight: 600;
  color: #333333;
  text-decoration: none;
  padding: 15px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 6px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.05);
}
.classification .panel + .panel {
  margin-top: 20px;
}
.column {
  position: sticky;
  top: 0;
  z-index: 1;
  height: 44px;
  padding-right: 43px;
  overflow: hidden;
  background-color: #FFFFFF;
  border-radius: 4px 4px 0 0;
}
.column:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 1px;
  background-color: #ECECEC;
}
.column nav {
  position: relative;
  z-index: 3;
  padding-bottom: 20px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.column nav button {
  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;
  border: none;
  background-color: transparent;
}
.column nav button.active:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 20px;
  height: 3px;
  margin-left: -10px;
  border-radius: 4px;
  background-color: #F36416;
}
.column .more {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  width: 43px;
  height: 43px;
  border: none;
  cursor: pointer;
  background-color: #FFFFFF;
  background-image: url(../images/icon-more.png);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
}
.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%;
}
.column-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  visibility: hidden;
}
.column-popup.visible {
  visibility: visible;
}
.column-popup.visible .popup-overlay {
  opacity: 1;
}
.column-popup.visible .popup-inner {
  transform: translateY(0);
}
.column-popup .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  background-color: rgba(0, 0, 0, 0.7);
}
.column-popup .popup-inner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  border-radius: 16px 16px 0 0;
  padding-bottom: env(safe-area-inset-bottom);
  background-color: #FFFFFF;
  transform: translateY(100%);
  transition: transform 0.3s ease-out;
}
.column-popup .popup-head {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
  color: #323233;
  text-align: center;
}
.column-popup .popup-head span {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  color: #C8C9CC;
  font-size: 22px;
  line-height: inherit;
  padding: 0 16px;
}
.column-popup .popup-main {
  padding: 10px 20px;
}
.column-popup .popup-main nav {
  overflow: hidden;
}
.column-popup .popup-main nav button {
  float: left;
  margin: 5px;
  padding: 0 15px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  font-weight: 400;
  color: #6D6F6F;
  cursor: pointer;
  text-decoration: none;
  border-radius: 6px;
  background-color: #EEEEEE;
  border: none;
  background-color: transparent;
}
.column-popup .popup-main nav button.active {
  font-weight: 600;
  color: #FFFFFF;
  background-color: #F36416;
}
/*# sourceMappingURL=index.css.map */