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;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  display: none;
}

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: 9999;
  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;
  margin-bottom: 0.2rem;
}

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

.native-header .native-banner-title {
  font-size: 0.32rem;
  padding: 0 1.44rem 0 0.24rem;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.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: absolute;
  padding-left: 0.2rem;
  top: 1.64rem;
  right: 0.24rem;
}

.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;
}

.v-dialog[data-v-47a31f02] {
  position: absolute;
  width: 100%;
  max-width: 10rem;
  top: 1.68rem;
  left: 0;
  bottom: 0;
  pointer-events: auto;
  overflow: auto;
  background-color: #fff;
  border-radius: 0.2rem 0.2rem 0 0;
  z-index: 2;
}
.v-dialog__container[data-v-47a31f02] {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.v-dialog__mask[data-v-47a31f02] {
  background-color: rgba(0,0,0,0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.v-dialog__wrap[data-v-47a31f02] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1099;
}
.v-dialog__slider[data-v-47a31f02] {
  position: absolute;
  top: 0;
  height: 1.12rem;
  width: 100%;
}
.v-dialog__slider[data-v-47a31f02]::after {
  content: '';
  width: 0.96rem;
  height: 0.08rem;
  background: #E7E7E7;
  border-radius: 0.04rem;
  border-radius: 0.04rem;
  position: absolute;
  top: 0.16rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.v-dialog__head[data-v-47a31f02] {
  padding-top: 0.24rem;
  min-height: 0.16rem;
  border-bottom: 0.01rem solid #E7E7E7;
  font-size: 0.28rem;
  color: #212121;
  padding-left: 0.24rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 0;
}
.v-dialog__head_colored[data-v-47a31f02] {
  border-bottom: none;
}
.v-dialog__content[data-v-47a31f02] {
  flex-grow: 1;
  overflow: hidden;
  overflow-y: scroll;
}
.native-button-modal-image[data-v-195cfc72] {
  font-size: 0;
  width: 100%;
}
.native-button-modal-image img[data-v-195cfc72] {
  width: 100%;
}
.native-button-modal-title[data-v-195cfc72] {
  line-height: 0.88rem;
  height: 0.88rem;
}
.v-dialog[data-v-58030dc8] {
  position: absolute;
  width: 100%;
  max-width: 10rem;
  top: 1.68rem;
  left: 0;
  bottom: 0;
  pointer-events: auto;
  overflow: auto;
  background-color: #fff;
  border-radius: 0.2rem 0.2rem 0 0;
  z-index: 2;
}
.v-dialog__container[data-v-58030dc8] {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.v-dialog__mask[data-v-58030dc8] {
  background-color: rgba(0,0,0,0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.v-dialog__wrap[data-v-58030dc8] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1099;
}
.v-dialog__slider[data-v-58030dc8] {
  position: absolute;
  top: 0;
  height: 1.12rem;
  width: 100%;
}
.v-dialog__slider[data-v-58030dc8]::after {
  content: '';
  width: 0.96rem;
  height: 0.08rem;
  background: #E7E7E7;
  border-radius: 0.04rem;
  border-radius: 0.04rem;
  position: absolute;
  top: 0.16rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.v-dialog__head[data-v-58030dc8] {
  padding-top: 0.24rem;
  min-height: 0.16rem;
  border-bottom: 0.01rem solid #E7E7E7;
  font-size: 0.28rem;
  color: #212121;
  padding-left: 0.24rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 0;
}
.v-dialog__content[data-v-58030dc8] {
  flex-grow: 1;
  overflow: hidden;
  overflow-y: scroll;
}
.native-button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.native-button-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}

.native-button-progress {
  color: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.native-button-progress-slash {
  opacity: .3;
}

.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-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%;
  min-height: 4rem;
  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, #000 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;
}

