* {
  padding: 0;
  margin: 0;
}

.bili-share-aimation {
  transition: all 0.3s;
}

.bili-share-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10055;
  background-color: transparent;
  left: 0;
  top: 0;
  display: none;
  opacity: 1;
  font-family: -apple-system, 'PingFang SC', 'Microsoft YaHei',
    'Droid Sans Fallback', 'Droid Sans', 'HYQiHei', Arial, 'Helvetica Neue',
    'Hiragino Sans GB', sans-serif;
}
.bili-share-wrap.hidden {
  display: none;
}
.bili-share-wrap .hidden {
  display: none;
}
.bili-share-wrap .share-box {
  position: absolute;
  bottom: 0;
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  padding: 0.4em 0;
  transform: translateY(100%);
}
.bili-share-wrap.wechat {
  background: rgba(0, 0, 0, 0.5)
    url('https://static.hdslb.com/mobile/img/wx_guide.png') top center no-repeat;
  background-size: contain;
}
.bili-share-wrap .share-box .share-box-content {
  font-size: 0.32em;
  line-height: 2em;
  text-align: center;
}
.bili-share-wrap .share-box .share-box-content i {
  background: url('https://i0.hdslb.com/bfs/activity-plat/static/20171215/dfa73b898f143877cbf8ecf001cd9e89/images/597l50mv64.png')
    no-repeat center;
  width: 2.4em;
  height: 2em;
  display: inline-block;
  vertical-align: top;
  background-size: 100%;
}
.bili-share-wrap .share-box .share-box-content p {
  font-size: 0.9em;
  color: #999;
  text-align: center;
}
.bili-share-wrap .share-box .share-box-cancel {
  border: 1px solid #ddd; /*no*/
  border-radius: 0.3em;
  width: 94%;
  display: block;
  line-height: 2.75em;
  color: #999;
  font-size: 0.32em;
  text-align: center;
  margin: 0.16em auto 0;
}
.bili-share-wrap.show-box {
  background-color: rgba(0, 0, 0, 0.5);
}
.bili-share-wrap.show-box .share-box {
  transform: translateX(0);
}
.bili-share-wrap.show-box .share-box .share-box-list {
  animation-name: item-animation;
  animation-duration: 0.5s;
}
.bili-share-wrap.show-box .share-box .share-box-list li {
  animation-name: item-animation;
  animation-duration: 0.5s;
  animation-timing-function: ease-in;
}

.share-box-list {
  text-align: left;
  letter-spacing: -.34em;
}
@media only screen and (max-width: 500px) {
  .share-box-list li {
    width: 25%;
  }
}

@media only screen and (min-width: 500px) {
  .share-box-list li {
    width: 20%;
  }
}
.share-box-list li {
  /* width: 25%; */
  display: inline-block;
  text-align: center;
  letter-spacing:normal;
}
.share-box-list li:nth-child(1) {
  animation-delay: 0.05s;
}
.share-box-list li:nth-child(2) {
  animation-delay: 0.1s;
}
.share-box-list li:nth-child(3) {
  animation-delay: 0.15s;
}
.share-box-list li:nth-child(4) {
  animation-delay: 0.2s;
}
.share-box-list li:nth-child(5) {
  animation-delay: 0.25s;
}
.share-box-list li:nth-child(6) {
  animation-delay: 0.3s;
}
.share-box-list .share-box-item {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  float: none;
  margin-bottom: 0.3em;
  width: 100%;
}
.share-box-list .share-box-item span {
  color: #333;
  font-size: 0.29em;
  line-height: 2em;
  display: block;
}
.share-box-list .icon {
  display: block;
  width: 100%;
  height: 1em;
  margin: 0 auto;
}
.share-box-list .icon_weibo {
  background: url('https://i0.hdslb.com/bfs/activity-plat/static/20171215/dfa73b898f143877cbf8ecf001cd9e89/images/597l50mv74.png')
    no-repeat center;
  background-size: contain;
}
.share-box-list .icon_weixin {
  background: url('https://i0.hdslb.com/bfs/activity-plat/static/20171215/dfa73b898f143877cbf8ecf001cd9e89/images/z4pomkzq83.png')
    no-repeat center;
  background-size: contain;
}
.share-box-list .icon_weixin_moments {
  background: url('https://i0.hdslb.com/bfs/activity-plat/static/20171215/dfa73b898f143877cbf8ecf001cd9e89/images/p6z0152pl0.png')
    no-repeat center;
  background-size: contain;
}
.share-box-list .icon_qq {
  background: url('https://i0.hdslb.com/bfs/activity-plat/static/20171215/dfa73b898f143877cbf8ecf001cd9e89/images/890oj1pxm9.png')
    no-repeat center;
  background-size: contain;
}
.share-box-list .icon_qzone {
  background: url('https://i0.hdslb.com/bfs/activity-plat/static/20171215/dfa73b898f143877cbf8ecf001cd9e89/images/q015284qj6.png')
    no-repeat center;
  background-size: contain;
}
.share-box-list .icon_baidu_tieba {
  background: url('https://i0.hdslb.com/bfs/activity-plat/static/20180102/dfa73b898f143877cbf8ecf001cd9e89/images/q0y9zl5689.png')
    no-repeat center;
  background-size: contain;
}
.share-box-list .icon_bili {
  background: url('https://i0.hdslb.com/bfs/activity-plat/static/20180110/dfa73b898f143877cbf8ecf001cd9e89/images/29m4yw3zxn.png')
    no-repeat center;
  background-size: contain;
}
.share-box-list .icon_more {
  background: url('https://i0.hdslb.com/bfs/activity-plat/static/20171215/dfa73b898f143877cbf8ecf001cd9e89/images/x6nmk2zoqo.png')
    no-repeat center;
  background-size: contain;
}

@keyframes opacity-animation {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes item-animation {
  0% {
    transform: translateY(20%);
    opacity: 0;
  }
  50% {
    transform: translateY(20%);
    opacity: 0;
  }
  70% {
    transform: translateY(-6%);
    opacity: 1;
  }
  85% {
    transform: translateY(4%);
  }
  90% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(0);
  }
}

.share-dynamic-dialog {
  transition: all 0.2s linear;
  background-color: #fff;
  /* width: 390px; */
  /* height: 460px; */
  position: fixed;
  /* top: 60%; */
  /* left: 50%; */
  /* margin-left: -185px; */
  /* margin-top: -230px; */
  /* border-radius: 4px; */
  z-index: 10055;
}
.share-dynamic-dialog.mobile {
  width: 100%;
  height: 100%;
  margin: 0;
  left: 0;
  top: 100%;
}
.share-dynamic-dialog.mobile.active {
  top: 0;
}
.share-dynamic-dialog.mobile .sdd-head {
  text-align: center;
  padding: 0;
  height: 2.7em;
  line-height: 2.7em;
  font-size: 0.3em;
  color: #212121;
  border-bottom: 1px solid #e5e9ef; /*no*/
}
.share-dynamic-dialog .sdd-head .sdd-close {
  background: url('https://i0.hdslb.com/bfs/activity-plat/static/20180110/dfa73b898f143877cbf8ecf001cd9e89/images/90w46pyw2p.png');
  position: absolute;
  right: 0.8em;
  top: 0.8em;
  width: 1em;
  height: 1em;
  background-size: 1em;
  cursor: pointer;
}
.share-dynamic-dialog.mobile .sdd-body-wrap {
  padding: 0.24em 0.24em 0;
}
.share-dynamic-dialog .sdd-input {
  width: 100%;
  margin-bottom: 0.24em;
  color: #222;
  font-size: 0.28em;
  line-height: 1em;
  height: 8em;
  box-sizing: border-box;
  border: none;
  resize: none;
  font-family: -apple-system, 'PingFang SC', 'Microsoft YaHei',
    'Droid Sans Fallback', 'Droid Sans', 'HYQiHei', Arial, 'Helvetica Neue',
    'Hiragino Sans GB', sans-serif;
}
.share-dynamic-dialog .sdd-input:focus {
  outline: none;
}
.share-dynamic-dialog .sdd-card {
  background-color: #f4f4f4;
  padding: 0 0.16em 0.16em 0.16em;
  border-radius: 0.16em;
}
.share-dynamic-dialog .sdd-card .name {
  height: 2.7em;
  width: 100%;
  line-height: 2.7em;
  color: #2a68a2;
  font-size: 0.28em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.share-dynamic-dialog .sdd-card .sdd-card-content {
  background-color: #fff;
  border-radius: 0.12em;
  overflow: hidden;
  padding-bottom: 0.2em;
  color: #212121;
}
.share-dynamic-dialog .sdd-card .sdd-card-content .pic {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 3em;
}
.share-dynamic-dialog .sdd-card .sdd-card-content .title {
  font-size: 0.28em;
  line-height: 1.35em;
  /* height: 1.35em; */
  font-weight: bold;
  padding: 0.7em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.share-dynamic-dialog .sdd-card .sdd-card-content .summary {
  font-size: 0.24em;
  line-height: 1.33em;
  height: 2.67em;
  overflow: hidden;
  padding: 0 0.83em;
  word-wrap: break-word;
  word-break: break-all;
}
.share-dynamic-dialog .sdd-action-bar {
  height: 1em;
  border-top: 1px solid #e7e7e7; /*no*/
  width: 100%;
  position: absolute;
  bottom: 0;
}
.share-dynamic-dialog .sdd-action-bar .sdd-submit {
  width: 4.29em;
  height: 2.14em;
  line-height: 2.14em;
  text-align: center;
  border-radius: 0.29em;
  font-size: 0.28em;
  float: right;
  margin: 0.71em;
  background-color: #fb7299;
  color: #fff;
  cursor: pointer;
}
.share-dynamic-dialog .sdd-action-bar .sdd-submit.disable {
  background-color: #e7e7e7;
  color: #999;
}
.share-dynamic-dialog .sdd-action-bar .sdd-input-num {
  float: right;
  margin-right: 0.14em;
  color: #c0c0c0;
  font-size: 0.28em;
  height: 3.6em;
  line-height: 3.6em;
}
.share-dynamic-dialog .sdd-action-bar .sdd-input-num.warning {
  color: #fb7299;
}

.share-success-mask {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0;
  transition: 0.3s;
  z-index: 5;
}
.share-success-mask.on {
  opacity: 0.5;
}

.share-success-dialog {
  transition: all 0.2s linear;
  width: 6.8em;
  height: 4.9em;
  top: 150%;
  left: 50%;
  margin-left: -3.4em;
  margin-top: -2.4em;
  position: fixed;
  background-color: #fff;
  border-radius: 0.24em;
  text-align: center;
  z-index: 10;
}
.share-success-dialog.mobile.active {
  top: 50%;
}
.share-success-dialog .suc-img {
  width: 4.82em;
  height: 2.8em;
  background-image: url(https://s1.hdslb.com/bfs/static/jinkela/article/suc.png);
  background-size: 100% 100%;
  margin: -0.8em auto 0.34em auto;
}
.share-success-dialog .info {
  font-size: 0.38em;
  line-height: 1.19em;
  color: #212121;
  margin-bottom: 0.25em;
}
.share-success-dialog .hint {
  font-size: 0.26em;
  line-height: 1.54em;
  margin-bottom: 1em;
  color: #757575;
}
.share-success-dialog .dialog-close {
  width: 100%;
  height: 2.75em;
  margin: 0 auto;
  background-color: #fb7299;
  color: #fff;
  font-size: 0.38em;
  line-height: 2.75em;
  cursor: pointer;
}
.center-toast {
  width: 100%;
  height: 1px; /*no*/
  position: fixed;
  top: 50%;
  text-align: center;
  transition: all 0.3s ease;
  z-index: 10060;
}
.center-toast .info {
  display: inline-block;
  color: #fff;
  padding: 0.75em;
  background-color: rgba(34, 34, 34, 0.9);
  border-radius: 0.5em;
  /* font-size: 0.38em; */
  line-height: 1.25em;
  margin-top: -1.25em;
}

div,
p,
ul,
li,
a,
img,
span,
h1,
h2,
h3,
h4,
h5,
h6,
header,
footer,
section,
article,
form,
input,
textarea,
video,
iframe {
  margin: 0;
  padding: 0;
}

body,
html {
  margin: 0;
  padding: 0;
  font-size: 0.24rem;
  font: 0.24rem 'Helvetica Neue',Helvetica,Arial,'Microsoft Yahei','Hiragino Sans GB','Heiti SC','WenQuanYi Micro Hei',sans-serif;
  background: #fff;
  color: #222;
  tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

ul,
li {
  list-style: none;
}

a {
  color: #222;
  text-decoration: none;
}

a,
input,
button,
select,
textarea {
  outline: none;
  cursor: pointer;
  color: #00a1d6;
  text-decoration: none;
}

a:focus {
  -moz-outline-style: none;
}

img {
  border: 0;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

textarea {
  overflow: hidden;
  resize: none;
}

address,
caption,
cite,
code,
dfn,
em,
i,
th,
var {
  font-style: normal;
  font-weight: normal;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  width: 0;
  height: 0;
  content: '.';
}
body {
  background-color: #fafafa;
  min-height: 100vh;
}

body #app {
  max-width: 7.5rem;
  min-width: 6.4rem;
  margin: auto;
  padding-bottom: 1.28rem;
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  body #app {
    padding-bottom: calc(1.28rem + constant(safe-area-inset-bottom));
    padding-bottom: calc(1.28rem + env(safe-area-inset-bottom));
  }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  body #app {
    padding-bottom: calc(1.28rem + constant(safe-area-inset-bottom));
    padding-bottom: calc(1.28rem + env(safe-area-inset-bottom));
  }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  body #app {
    padding-bottom: calc(1.28rem + constant(safe-area-inset-bottom));
    padding-bottom: calc(1.28rem + env(safe-area-inset-bottom));
  }
}

body .dynamic-load-fail {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

body .dynamic-load-fail img {
  width: 3.6rem;
  display: block;
  margin: 4rem auto 0.72rem;
}

body .dynamic-load-fail span {
  font-size: 0.32rem;
  line-height: 0.32rem;
  color: #999999;
  text-align: center;
  display: block;
}

#dynamic-openapp {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 1.28rem;
  display: flex;
  z-index: 9;
  padding: 0 0.32rem;
  box-sizing: border-box;
  align-items: center;
}

#dynamic-openapp>div {
  z-index: 1;
}

#dynamic-openapp::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.8rem;
  box-sizing: content-box;
  opacity: 0.95;
  background: #FFFFFF;
  z-index: -1;
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  #dynamic-openapp::after {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  #dynamic-openapp::after {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  #dynamic-openapp::after {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }
}

#dynamic-openapp::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.8rem;
  height: 1.6rem;
  box-sizing: content-box;
  opacity: 0.95;
  background-image: linear-gradient(0, #fff 0%, rgba(255,255,255,0) 100%);
  z-index: -1;
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  #dynamic-openapp::before {
    bottom: calc(0.8rem + constant(safe-area-inset-bottom));
    bottom: calc(0.8rem + env(safe-area-inset-bottom));
  }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  #dynamic-openapp::before {
    bottom: calc(0.8rem + constant(safe-area-inset-bottom));
    bottom: calc(0.8rem + env(safe-area-inset-bottom));
  }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  #dynamic-openapp::before {
    bottom: calc(0.8rem + constant(safe-area-inset-bottom));
    bottom: calc(0.8rem + env(safe-area-inset-bottom));
  }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  #dynamic-openapp {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  #dynamic-openapp {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  #dynamic-openapp {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }
}

#dynamic-openapp .dynamic-openapp-left {
  flex-grow: 1;
}

#dynamic-openapp .dynamic-openapp-left img {
  width: 0.96rem;
  margin-bottom: 0.08rem;
}

#dynamic-openapp .dynamic-openapp-left h3 {
  font-size: 0.28rem;
  color: #212121;
  font-weight: 500;
}

#dynamic-openapp .dynamic-openapp-right-button {
  width: 2.1rem;
  height: 0.72rem;
  line-height: 0.72rem;
  border-radius: 0.36rem;
  text-align: center;
  font-size: 0.28rem;
  background: #fb7299;
  color: #fff;
}
.native-header {
  font-size: 0.24rem;
  background-color: #FAFAFA;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  height: 2.72rem;
  padding: 1.04rem 0 0;
  box-sizing: border-box;
  background-image: url(https://i0.hdslb.com/bfs/activity-plat/static/20200609/256a1a14b990ce65d4a3168e1090a5f7/qEoYlbPSc.png);
}

.native-header.customDark {
  background-image: url(https://i0.hdslb.com/bfs/activity-plat/static/20200609/256a1a14b990ce65d4a3168e1090a5f7/9pnhpade8.png);
}

.native-header.customDark .nickname,
.native-header.customDark .native-banner-title,
.native-header.customDark .button-btn {
  color: #fff;
  border-color: #fff;
}

.native-header.customDark .native-banner-normal {
  color: rgba(255,255,255,0.6);
}

.native-header.native-header-h5 {
  height: auto;
  padding-top: 0;
  background-image: none;
}

.native-header.native-header-h5.preview {
  padding-top: 1.9rem;
  background-image: url(https://i0.hdslb.com/bfs/activity-plat/static/20200313/256a1a14b990ce65d4a3168e1090a5f7/g0tCqgWm.png);
}

.native-header.native-header-h5 .native-banner-header {
  text-align: left;
}

.native-header.native-header-h5 .native-header-container {
  background-position: left -0.4rem bottom 0.16rem;
  background-size: 2.12rem;
}

.native-header.native-header-h5 .native-header-content {
  padding: 0.2rem 0 0.16rem;
}

.native-header a {
  text-decoration: none;
  overflow: hidden;
  display: inline-block;
}

.native-header .native-banner-header {
  text-align: center;
  min-height: 0.54rem;
  padding: 0 0.24rem;
}

.native-header .native-banner-header-placeholder {
  height: 0.54rem;
}

.native-header .native-banner-title {
  font-size: 0.32rem;
  margin-top: 0.2rem;
  padding: 0 0.24rem;
  font-weight: 500;
}

.native-header .capture {
  width: 0.48rem;
  height: 0.48rem;
  background-size: contain;
  float: left;
  border-radius: 50%;
}

.native-header span {
  line-height: 0.48rem;
  height: 0.48rem;
}

.native-header .nickname {
  margin: 0 0.16rem;
  color: #000;
}

.native-header .native-banner-normal {
  color: #999999;
}

.native-header .button-btn {
  float: right;
  margin-top: 0.06rem;
}

.native-header .button-btn {
  width: 1.2rem;
  height: 0.48rem;
  font-size: 0.24rem;
  line-height: 0.48rem;
  border: 0.02rem solid #FB7299;
  border-radius: 0.08rem;
  color: #FB7299;
  text-align: center;
  box-sizing: border-box;
}

.native-header .button-btn.button-btn-able {
  position: relative;
  padding-left: 0.2rem;
}

.native-header .button-btn.button-btn-able::after {
  content: '+';
  position: absolute;
  left: 0.18rem;
  top: -0.04rem;
  font-size: 0.36rem;
}

.native-header .button-btn.button-btn-disable {
  background-color: #E7E7E7;
  color: #999999;
  border: none;
}

.native-banner {
  font-size: 0.24rem;
  background-color: #fff;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  height: 1.56rem;
  padding: 0.32rem 0.24rem 0;
  box-sizing: border-box;
}

.native-banner a {
  text-decoration: none;
}

.native-banner .native-banner-title {
  font-size: 0.4rem;
  margin-top: 0.16rem;
}

.native-banner .capture {
  width: 0.48rem;
  height: 0.48rem;
  background-size: contain;
  float: left;
  border-radius: 50%;
}

.native-banner span {
  line-height: 0.48rem;
  height: 0.48rem;
}

.native-banner .nickname {
  margin: 0 0.08rem;
  color: #000;
}

.native-banner .native-banner-normal {
  color: #999999;
}

@charset "UTF-8";

/* 左右两侧padding */

.native-dynamic-list .card-article {
  /* 图片撑满元素 */
  /* 文本段落 */
  /* 覆盖在图片上的半透明蒙层 */
  /* 卡片的默认样式 */
  /* 因为转发卡片中要求卡片内部保持背景白色和黑字体，在这里显式设置 */
}

.native-dynamic-list .card-article .cover-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.native-dynamic-list .card-article .text-box,
.native-dynamic-list .card-article .text-box * {
  vertical-align: top;
  word-break: break-all;
  word-wrap: break-word;
  text-align: justify;
}

.native-dynamic-list .card-article .text-overflow {
  /* 单行文本省略 */
  /* 多行文本省略 */
  /* 多行文本省略 */
}

.native-dynamic-list .card-article .text-overflow-1 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.native-dynamic-list .card-article .text-overflow-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.native-dynamic-list .card-article .text-overflow-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.native-dynamic-list .card-article .cushion {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
}

.native-dynamic-list .card-article .card-layout {
  background: #fff;
  color: #212121;
  border: 0.04rem #e7e7e7 solid;
  border-radius: 0.16rem;
  overflow: hidden;
}

.native-dynamic-list .card-article .hairlines .card-layout {
  border-width: 0.02rem;
}

.native-dynamic-list .card-article .scroll-container {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.native-dynamic-list .card-article .articleBox {
  margin-top: 0.32rem;
}

.native-dynamic-list .card-article .card-article-title {
  font-size: 0.6rem;
  margin: 0.4rem 0.4rem 0.32rem;
}

.native-dynamic-list .card-article .cover {
  height: 4.12rem;
  overflow: hidden;
  display: flex;
}

.native-dynamic-list .card-article .cover i {
  flex: 1 1 30%;
  display: block;
}

.native-dynamic-list .card-article .cover i ~ i {
  margin-left: 0.12rem;
}

.native-dynamic-list .card-article .content {
  padding: 0.32rem 0.4rem 0.4rem;
}

.native-dynamic-list .card-article .overview {
  font-size: 0.52rem;
  color: #757575;
}

.native-dynamic-list .card-article .reader {
  margin-top: 0.32rem;
  font-size: 0.48rem;
  color: #999;
}
.native-dynamic-list {
  background: #fafafa no-repeat top center;
}

.native-dynamic-list .dynamic-list-header {
  height: 1.2rem;
  background: #fafafa no-repeat top center;
  background-size: cover;
}

.native-dynamic-list .dynamic-list-header-text {
  font-size: 0.28rem;
  color: #212121;
  padding: 0.2rem;
}

.native-dynamic-list .dynamic-list-more {
  border-top: solid 0.04rem #F4F4F4;
  padding: 0.24rem;
  background-color: #fff;
  border-radius: 0.08rem;
}

.native-dynamic-list .dynamic-list-more.dynamic-list-feed-alert {
  background-color: rgba(235, 123, 153, 0.15);
  color: #4e4e4e;
}

.native-dynamic-list .dynamic-list-more a {
  display: flex;
  display: -webkit-flex;
}

.native-dynamic-list .dynamic-list-more span.dynamic-more-left {
  font-size: 0.26rem;
  color: #757575;
  line-height: 0.3rem;
  display: block;
  flex: 1 1;
}

.native-dynamic-list .dynamic-list-more span.dynamic-more-right {
  width: 0.12rem;
  height: 0.22rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAWCAYAAAD0OH0aAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABqSURBVDjLYygtLZ0IxPfKysoCGYgBIMVA/B+IvxOlCaQIqoF8TeXl5c7EOC1hCGmqqKiwJCYg8pE0vaGbpnvE+Gctkoa9pCi+V1VVJYdP8UqaKV40BBVPJFoxVMMbWNQTVIyU2xYRpRgIAET/1d/5r7pJAAAAAElFTkSuQmCC) center no-repeat;
  background-size: cover;
  display: block;
  margin-top: 0.02rem;
}

.native-dynamic-list .dynamic-list-end {
  text-align: center;
  font-size: 0.28rem;
  line-height: 1.08rem;
  padding-bottom: 0.36rem;
  background: #f4f4f4;
  color: #757575;
}

.native-dynamic-list .card-main {
  background-color: #fff;
  padding: 0.18rem 0.24rem;
  margin-bottom: 0.16rem;
  border-radius: 0.08rem;
}

.native-dynamic-list .card-main .card-userinfo {
  display: flex;
  display: -webkit-flex;
}

.native-dynamic-list .card-main .card-userinfo .card-user-image {
  width: 1.16rem;
  height: 1.16rem;
}

.native-dynamic-list .card-main .card-userinfo .card-user-image .card-user-face {
  margin: 0.18rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
}

.native-dynamic-list .card-main .card-userinfo .card-user-text {
  flex: 1 1;
}

.native-dynamic-list .card-main .card-userinfo .card-user-text .card-user-name {
  font-size: 0.3rem;
  color: #212121;
  line-height: 0.3rem;
  font-weight: bold;
  display: block;
  margin-top: 0.24rem;
}

.native-dynamic-list .card-main .card-userinfo .card-user-text .card-user-mess {
  font-size: 0.24rem;
  color: #999;
  line-height: 0.24rem;
  display: block;
  margin-top: 0.14rem;
}

.native-dynamic-list .card-main .card-userinfo .card-user-follow {
  font-size: 0.26rem;
  line-height: 0.26rem;
  color: #FB7299;
  margin-top: 0.24rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAIRJREFUWAljYBgFoyEwlEPgT9GsrSBMiR9YKNH8n+G/FyX6QXqZKDWAUv2jDhgNgdEQGPAQYMSWj0GlGzUKGWSzGRkYt7H0pXkji4HY9AsBxv//0S2nmP+7aOZ/EKbEIPqFAA5XjjpgNARGQ2DAQ4CiNiGoeGWgRQmHo8wYFR4NAZqEAAB2nBmu66MXDQAAAABJRU5ErkJggg==) no-repeat left -0.02rem;
  background-size: 0.28rem;
  padding-left: 0.32rem;
}

.native-dynamic-list .card-main .card-userinfo .card-user-follow.selected {
  padding-left: 0;
  background: none;
  color: #999;
}

.native-dynamic-list .card-ugc-video .card-video-desc {
  font-size: 0.32rem;
  color: #212121;
  line-height: 0.46rem;
}

.native-dynamic-list .card-ugc-video .card-video-desc a {
  color: #5090cc;
  text-decoration: none;
}

.native-dynamic-list .card-ugc-video .card-video-context {
  position: relative;
  border-radius: 0.08rem;
  overflow: hidden;
  margin-top: 0.26rem;
  width: 100%;
}

.native-dynamic-list .card-ugc-video .card-video-context .card-video-image {
  width: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.native-dynamic-list .card-ugc-video .card-video-context .card-video-info {
  font-size: 0.24rem;
  color: #FFFFFF;
  line-height: 0.24rem;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.6rem 0.16rem 0.16rem;
  opacity: 0.7;
  background-image: linear-gradient(0, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.native-dynamic-list .card-ugc-video .card-video-context .card-video-info .card-video-info-time {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0.04rem;
  padding: 0.04rem 0.08rem;
}

.native-dynamic-list .card-ugc-video .card-video-context .card-video-info .card-video-info-look,
.native-dynamic-list .card-ugc-video .card-video-context .card-video-info .card-video-info-dm {
  padding: 0.04rem 0.08rem;
  margin-left: 0.2rem;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.2);
}

.native-dynamic-list .card-ugc-video .card-video-title {
  margin-top: 0.12rem;
  font-size: 0.28rem;
  color: #212121;
  height: 0.42rem;
  line-height: 0.42rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.native-dynamic-list .card-picture .card-picture-desc {
  font-size: 0.32rem;
  color: #212121;
  line-height: 0.46rem;
}

.native-dynamic-list .card-picture .card-picture-desc span {
  color: #5090CC;
}

.native-dynamic-list .card-picture .card-picture-images {
  margin-top: 0.04rem;
  overflow: hidden;
}

.native-dynamic-list .card-picture .card-picture-images img {
  width: 2.26rem;
  height: 2.26rem;
  display: inline-block;
  margin-top: 0.12rem;
  margin-right: 0.12rem;
  border-radius: 0.08rem;
}

.native-dynamic-list .card-picture .card-picture-images img:nth-child(3n) {
  margin-right: 0;
}

.native-dynamic-list .dynamic-buttons {
  margin-top: 0.26rem;
  display: flex;
  display: -webkit-flex;
  font-size: 0.26rem;
}

.native-dynamic-list .dynamic-buttons .dynamic-button {
  text-align: center;
}

.native-dynamic-list .dynamic-buttons .dynamic-button.dynamic-button-average {
  width: 33%;
  display: inline-block;
}

.native-dynamic-list .dynamic-buttons .dynamic-button .button-icon {
  width: 0.4rem;
  height: 0.4rem;
  display: inline-block;
  background-size: cover;
  vertical-align: middle;
}

.native-dynamic-list .dynamic-buttons .dynamic-button .button-text {
  line-height: 0.4rem;
  font-size: 0.26rem;
  color: #757575;
  padding-left: 0.08rem;
  vertical-align: middle;
}

.native-dynamic-list .dynamic-buttons .dynamic-button.dynamic-button-left {
  margin-right: 0.6rem;
}

.native-dynamic-list .dynamic-buttons .video-like-button {
  flex: 1 1;
  vertical-align: middle;
  text-align: right;
  margin-top: -0.08rem;
}

.native-dynamic-list .dynamic-buttons .video-like-button .like-num {
  font-size: 0.26rem;
  color: #757575;
  line-height: 0.32rem;
}

.native-dynamic-list .dynamic-buttons .video-like-button .like-button {
  background: #FB7299;
  border-radius: 0.08rem;
  width: 1.34rem;
  height: 0.56rem;
  font-size: 0.26rem;
  color: #fff;
  line-height: 0.56rem;
  text-align: center;
  margin-left: 0.16rem;
  display: inline-block;
}

.native-dynamic-list .dynamic-buttons .video-like-button .like-button.selected {
  background-color: #CFCACA;
}

.native-dynamic-list-source-ct {
  padding: 0.16rem 0.24rem;
}

