input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  margin: 0;
  outline: 0;
  width: 100%;
  background-color: transparent;
}
input[type="range"]::-webkit-slider-runnable-track {
  height: 4px;
  background: #E4E4E4;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #F36416;
  border: 1px solid #F36416;
  margin-top: -6px;
  cursor: pointer;
  border-image: linear-gradient(#F36416, #F36416) 0 fill / 6 16 6 0 / 0px 0px 0 1000px;
}
input[type="range"]::-webkit-slider-container {
  height: 16px;
  overflow: hidden;
}
.article-detail {
  background-color: #FFFFFF;
}
.article-detail .title {
  padding: 10px 10px 0;
  margin-bottom: 5px;
}
.article-detail .title:after {
  content: '';
  display: block;
  width: 100%;
  margin-top: 15px;
  border-bottom: 1px solid #EBEDF0;
}
.article-detail .title h1 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  line-height: 30px;
}
.article-detail .title p {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
.article-detail .time-hits {
  padding: 0 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.article-detail .time-hits time {
  float: left;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
}
.article-detail .time-hits span {
  float: right;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
}
.article-detail .answer {
  padding-top: 10px;
  background-color: #F9FAFB;
}
.article-detail .answer span {
  display: block;
  padding: 15px 10px;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  background-color: #FFFFFF;
}
.article-detail .doctor {
  padding: 0 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.article-detail .doctor-avatar {
  float: left;
}
.article-detail .doctor-avatar img {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.05);
}
.article-detail .doctor-info {
  float: left;
  margin: 0 12px;
}
.article-detail .doctor-info p {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
}
.article-detail .doctor-info p + p {
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
}
.article-detail .doctor-button {
  float: right;
  width: 70px;
  height: 50px;
  padding: 10px;
}
.article-detail .doctor-button a {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 6px;
  background-color: #F36416;
}
.article-detail .digest {
  padding: 0 10px;
  margin-bottom: 20px;
}
.article-detail .digest p {
  margin: 0;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  text-align: justify;
  line-height: 20px;
  border-radius: 6px;
  background-color: #F4F5F7;
}
.article-detail .main {
  padding: 0 10px 10px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  text-align: justify;
  line-height: 26px;
}
.article-detail .main-inner * {
  max-width: 100%;
}
.article-detail .main-inner > *:first-child {
  margin-top: 0;
}
.article-detail .main-inner > *:last-child {
  margin-bottom: 0;
}
.article-detail .voice {
  padding: 0 10px;
  margin-bottom: 20px;
}
.article-detail .voice .player {
  display: flex;
  padding: 10px 20px;
  border-radius: 6px;
  background-color: #F4F5F7;
  overflow: hidden;
}
.article-detail .voice .player time {
  width: 40px;
  font-size: 12px;
  color: #333333;
  line-height: 30px;
  text-align: center;
}
.article-detail .voice .player-progress {
  position: relative;
  flex: 1;
  width: 100px;
  height: 30px;
  padding: 7px 0;
  margin: 0 10px;
  overflow: hidden;
}
.article-detail .voice .player-button {
  width: 30px;
  height: 30px;
  margin-left: 15px;
  border-radius: 100%;
  cursor: pointer;
  background-image: url(../images/icon-play.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.article-detail .voice .player-button.active {
  background-image: url(../images/icon-pause.png);
}
.article-detail .video video {
  display: block;
  width: 100%;
}
.article-detail[type="2"] .main-inner {
  padding: 10px;
  border-radius: 6px;
  background-color: #FFFAF7;
}
.actions {
  padding: 16px 0;
  overflow: hidden;
  text-align: center;
  background-color: #FFFFFF;
}
.actions button {
  width: 72px;
  height: 72px;
  padding: 30px 0 0 0;
  border: 1px solid #ECECEC;
  border-radius: 100%;
  cursor: pointer;
  background-color: transparent;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 50% 10px;
}
.actions button + button {
  margin-left: 20%;
}
.actions .star-btn {
  background-image: url(../images/icon-star.png);
}
.actions .star-btn.active {
  background-image: url(../images/icon-star-fill.png);
}
.actions .wechat-btn {
  background-image: url(../images/icon-wechat.png);
}
.product {
  margin-top: 10px;
}
.product-head {
  padding: 10px;
  line-height: 22px;
  overflow: hidden;
}
.product-head span {
  float: left;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.product-head a {
  float: right;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  text-decoration: none;
}
.product-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;
}
.product-list {
  padding: 0 10px;
  background-color: #FFFFFF;
}
.product-list .product-item {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  overflow: hidden;
}
.product-list .product-item + .product-item {
  border-top: 1px solid #ECECEC;
}
.product-list .product-item .product-image {
  float: left;
  width: 110px;
  height: 110px;
  margin-right: 8px;
}
.product-list .product-item .product-image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background-color: #D8D8D8;
}
.product-list .product-item .product-info {
  height: 110px;
}
.product-list .product-item .product-info .product-name {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  height: 40px;
  line-height: 20px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product-list .product-item .product-info .product-desc {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
}
.product-list .product-item .product-info .product-price {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 600;
  color: #E13B4E;
}
.product-list .product-item .product-info .product-price small {
  font-size: 12px;
  margin-right: 3px;
}
.article {
  margin-top: 10px;
}
.article-head {
  padding: 10px;
  line-height: 22px;
  overflow: hidden;
}
.article-head span {
  float: left;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.article-head a {
  float: right;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  text-decoration: none;
}
.article-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;
}
.article-list article {
  position: relative;
}
.article-list article + article:before {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  height: 1px;
  background-color: #ECECEC;
}
.article-list .card {
  display: block;
  padding: 12px 10px;
  text-decoration: none;
  background-color: #FFFFFF;
}
.article-list .card-head {
  margin-bottom: 10px;
}
.article-list .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-list .card-main {
  overflow: hidden;
}
.article-list .card-main-left {
  float: left;
  width: calc(100% - 100px);
}
.article-list .card-main-right {
  float: right;
}
.article-list .card-main-right img {
  display: block;
  width: 92px;
  height: 69px;
  border-radius: 4px;
}
.article-list .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-list .card-main .content h1,
.article-list .card-main .content h2,
.article-list .card-main .content h3,
.article-list .card-main .content h4,
.article-list .card-main .content h5,
.article-list .card-main .content h6,
.article-list .card-main .content p {
  margin: 0;
}
.article-list .card-main .doctor {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
}
.article-list .card-foot {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #BEBEBE;
  line-height: 17px;
  overflow: hidden;
}
.article-list .card-foot time {
  float: right;
}
.article-list .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-list .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-list .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-list .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-list .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-list .card-4 .card-main .video {
  pointer-events: none;
}
.article-list .card-4 .card-main .video video {
  display: block;
  width: 100%;
}
.comment {
  margin-top: 10px;
}
.comment-head {
  padding: 10px;
  line-height: 22px;
  overflow: hidden;
}
.comment-head span {
  float: left;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.comment-list {
  padding: 0 10px;
  background-color: #FFFFFF;
}
.comment-list .comment-item {
  display: flex;
  padding: 10px 0;
  overflow: hidden;
}
.comment-list .comment-item-avatar {
  margin-right: 10px;
}
.comment-list .comment-item-avatar img {
  width: 34px;
  height: 34px;
  border-radius: 100%;
}
.comment-list .comment-item-main {
  position: relative;
  flex: 1;
}
.comment-list .comment-item-main time {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.comment-list .comment-item-main button {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  border: none;
  padding: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #BEBEBE;
  background-color: transparent;
}
.comment-list .comment-item-main button:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 2px;
  background-image: url(../images/icon-star.png);
  background-size: 15px 15px;
  background-repeat: no-repeat;
}
.comment-list .comment-item-main button.active:before {
  background-image: url(../images/icon-star-fill.png);
}
.comment-list .comment-item-main .name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.comment-list .comment-item-main .content {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  text-align: justify;
}
.comment-list .comment-item + .comment-item {
  border-top: 1px solid #ECECEC;
}
.comment-placeholder {
  color: #969799;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
}
.fixed-placeholder {
  height: 60px;
}
.comment-action {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: #FFFFFF;
  padding-bottom: env(safe-area-inset-bottom);
}
.comment-action .comment-field {
  display: flex;
  padding: 10px;
  overflow: hidden;
}
.comment-action .comment-field input {
  flex: 1;
  height: 40px;
  line-height: 40px;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  background-color: #F7F7F7;
}
.comment-action .comment-field button {
  width: 66px;
  height: 40px;
  margin-left: 12px;
  font-size: 17px;
  font-weight: 600;
  color: #FFFFFF;
  border: none;
  border-radius: 6px;
  background-color: #F36416;
}
.share {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  width: 100%;
  height: 100%;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.8);
}
.share img {
  max-width: 100%;
}
/*# sourceMappingURL=article_detail.css.map */