* {
  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;
}

.native-text {
  font-size: 0.26rem;
  padding: 0.2rem 0.24rem;
  background-color: #fafafa;
  color: #505050;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.native-text .native-text-title {
  position: relative;
}

.native-text .native-text-title.native-text-fold {
  max-height: 0.672rem;
  overflow: hidden;
}

.native-text .native-text-title .native-text-expand {
  position: absolute;
  right: 0;
  bottom: -0.06rem;
  background-color: #fafafa;
  padding: 0 0.13rem;
  color: #1389BF;
}

.native-text .native-text-title .native-text-collapse {
  color: #1389BF;
}

.native-text .opr {
  white-space: nowrap;
  color: #1389BF;
  padding-left: 0.16rem;
  font-size: 0.26rem;
}

.native-button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.native-button .native-button-container {
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}

html,
body {
  scroll-behavior: smooth;
}

.native-nav-container {
  height: 0.8rem;
  background-color: #fafafa;
  color: #505050;
  font-size: 0.28rem;
  font-weight: bold;
  overflow: hidden;
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
  z-index: 999;
}

.native-nav-container ul {
  position: relative;
  display: -webkit-box;
  display: flex;
  list-style: none;
  padding: 0 0.16rem;
  margin: 0;
  margin-top: 0.12rem;
  height: 1.1rem;
  overflow-x: scroll;
}

.native-nav-container li {
  -webkit-box-flex: 1;
  flex-grow: 1;
  min-width: auto;
  text-align: center;
  height: 0.56rem;
  line-height: 0.56rem;
  padding: 0 0.24rem;
  box-sizing: border-box;
  z-index: 2;
}

.native-nav-container li span {
  font-size: 0.28rem;
}

.native-nav-container .shadow {
  position: absolute;
  left: 0.1rem;
  top: 0;
  z-index: 1;
  background-color: #ffffff;
  max-width: 1.8rem;
  height: 0.56rem;
  border-radius: 0.08rem;
  -webkit-transition: all .1s;
  transition: all .1s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 0.16rem;
  box-sizing: content-box;
}

.native-nav-container .navItem {
  max-width: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 0.56rem;
  line-height: 0.56rem;
  display: inline-block;
}

.native-nav-container .navItem.active {
  color: #FB7299;
}

.native-small-resource {
  position: relative;
  background-color: #fafafa;
}

.native-small-resource .video-list-header {
  padding-top: 1.2rem;
  background: #fff no-repeat top center;
  background-size: cover;
}

.native-small-resource .video-list-header-text {
  line-height: 0.72rem;
  height: 0.72rem;
  font-size: 0.28rem;
  color: #212121;
  padding-left: 0.24rem;
}

.native-small-resource .video-card-body.video-card-body {
  padding: 0.04rem 0.24rem;
  padding-bottom: 0;
  overflow: hidden;
}

.native-small-resource .card-ugc-video {
  padding: 0.16rem 0;
  background-color: #ffffff;
}

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

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

.native-small-resource .card-ugc-video .card-video-context {
  position: relative;
  border-radius: 0.08rem;
  overflow: hidden;
  margin: auto;
  background-image: url(data:image/png;base64,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);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  background-color: #E7E7E7;
}

.native-small-resource .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%;
  box-sizing: border-box;
  padding: 0 0.12rem 0.08rem;
  background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  height: 0.96rem;
  box-sizing: border-box;
}

.native-small-resource .card-ugc-video .card-video-context .card-video-info .card-video-info-text {
  line-height: 0.32rem;
  padding: 0 0.08rem 0 0.04rem;
  transform: scale(0.85);
  transform-origin: left;
}

.native-small-resource .card-ugc-video .card-video-context .card-video-info .card-video-info-time {
  flex-grow: 1;
}

.native-small-resource .card-ugc-video .card-video-context .card-video-info .card-video-info-time .card-video-info-text {
  padding: 0;
  transform-origin: right;
  text-align: right;
}

.native-small-resource .card-ugc-video .card-video-context .card-video-subscript {
  color: #FEFEFE;
  background-color: #FB7299;
  text-align: center;
  line-height: 1.2;
  position: absolute;
  top: 0.08rem;
  right: 0.08rem;
  font-size: 0.24rem;
  border-radius: 0.04rem;
  padding: 0 0.02rem;
}

.native-small-resource .card-ugc-video .card-video-context .card-video-subscript div {
  transform: scale(0.85);
}

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

.native-small-resource .video-card-more {
  margin: 0.24rem;
  border-radius: 0.08rem;
  line-height: 0.88rem;
  font-size: 0.32rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FB7299;
  color: #ffffff;
}

.native-small-resource .video-card-more-placeholder {
  height: 0.12rem;
}

.native-small-resource .video-card-icon {
  display: inline-block;
  width: 0.32rem;
  height: 0.32rem;
  line-height: 1;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.native-small-resource .card-double-line {
  width: 3.38rem;
  margin: 0.12rem;
  padding: 0;
  float: left;
  border-radius: 0.08rem;
  overflow: hidden;
  line-height: 1.4;
}

.native-small-resource .video-card-body.video-card-body-double {
  margin: 0 -0.12rem;
}

.native-small-resource .video-card-body.video-card-body-double .card-video-image {
  width: 100%;
  height: 1.9rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.native-small-resource .video-card-body.video-card-body-double .card-video-context {
  border-radius: 0;
  font-size: 0;
}

.native-small-resource .video-card-body.video-card-body-double .card-video-double-title {
  font-size: 0.26rem;
  line-height: 1.3;
  margin: 0.16rem 0.2rem;
  height: 0.66rem;
  box-sizing: content-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.native-small-resource .video-card-body.video-card-body-double .card-video-info {
  display: flex;
  align-items: flex-end;
}

.native-small-resource .video-card-body.video-card-body-double .card-video-info-look,
.native-small-resource .video-card-body.video-card-body-double .card-video-info-dm {
  margin-left: 0 !important;
  white-space: nowrap;
}

.native-small-resource .video-card-body.video-card-body-double .card-video-info-text {
  flex-shrink: 0;
}

.native-small-resource .video-card-body.video-card-body-double .card-video-info-dm {
  flex-grow: 1;
}

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

