blockquote,
body,
button,
caption,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
legend,
li,
menu,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0
}

address,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

caption,
th {
  text-align: left;
  font-weight: 400
}

abbr,
body,
fieldset,
html,
iframe,
img {
  border: 0
}

address,
cite,
dfn,
em,
i,
var {
  font-style: normal
}

[hidefocus],
summary {
  outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%
}

sub,
sup {
  font-size: 83%
}

code,
kbd,
pre,
samp {
  font-family: inherit
}

q:after,
q:before {
  content: none
}

textarea {
  overflow: auto;
  resize: none
}

label,
summary {
  cursor: default
}

a,
button {
  cursor: pointer
}

b,
em,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 400
}

a,
a:hover {
  text-decoration: none
}

body,
button,
input,
keygen,
legend,
select,
textarea {
  -webkit-font-smoothing: antialiased;
  color: #333;
  outline: 0
}

body {
  font-family: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif
}

button:focus-visible,
input:focus-visible {
  outline: auto
}

body {
  background: #fff
}

a {
  color: #222
}

a:hover {
  color: #406599
}

a:visited {
  color: #999
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

body {
  min-width: 1234px
}

.toolbar {
  position: fixed;
  right: 24px;
  bottom: 60px;
  z-index: 200
}

.toolbar .tool-container {
  width: 40px;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out
}

.toolbar .tool-item {
  padding: 33px 0 7px;
  margin-top: 12px;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .35s linear;
  -moz-transition: all .35s linear;
  transition: all .35s linear;
  position: relative;
  outline: none
}

.toolbar .tool-item:focus-visible {
  outline: auto
}

.toolbar .tool-item:before {
  content: "";
  width: 21px;
  height: 21px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  background: no-repeat 50%;
  background-size: contain;
  position: absolute;
  top: 8px;
  left: 50%
}

.toolbar .tool-item:hover {
  background-color: #f2f2f2;
  border-color: #f2f2f2
}









.toolbar .top {
  width: 38px;
  padding-top: 18px;
  line-height: 14px;
  position: absolute;
  pointer-events: none;
  opacity: 0
}

.toolbar .top:before {
  width: 12px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAYBAMAAABglkJ9AAAAG1BMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABp4cHsAAAACHRSTlMAf2W/sEjnIC7DJE4AAABhSURBVBjTY2CgAQgxQhdh7OgQQBOS6OhoxFCErkwCJNSIoQhVmQREqBFDEbIyCZhQI4YihDIJhFAjhqKODgWwUAWyUCtYyAJZqAUs5IEs1AwW0kAWagILMZkhRJIVKAhyAIGxTPN/5SDhAAAAAElFTkSuQmCC);
  top: 7px
}










.expand-container {
  position: relative;
  overflow: hidden
}

.expand-container.folded {
  margin-bottom: 20px
}










.article-detail-container {
  margin: 40px auto 0;
  padding: 0 48px;
  width: 1130px;
  min-width: 1130px
}

.article-detail-container>div {
  display: inline-block;
  vertical-align: top
}

.article-detail-container .main {
  margin-right: 40px;
  width: 676px
}

.article-detail-container .main .divide {
  width: 100%;
  height: 2px;
  background: #222
}



.article-detail-container .left-sidebar {
  float: left;
  margin-left: -108px;
  width: 48px
}

.article-detail-container .show-monitor {
  display: block
}



@media screen and (max-width:1300px) {
  .article-detail-container .left-sidebar {
    margin-left: -84px
  }
}

@media screen and (max-width:1200px) {
  .article-detail-container .left-sidebar {
    margin-left: -74px
  }
}

.show-monitor {
  display: inline-block
}

.article-content h1 {
  font-size: 37px;
  font-weight: 600;
  line-height: 56px;
  color: #000
}

.article-content .article-meta {
  margin: 16px 0 36px;
  font-size: 14px;
  line-height: 20px;
  color: #707070
}

.article-content .article-meta span {
  display: inline-block;
  cursor: auto
}

.article-content .article-meta .original-tag {
  margin: 1px 8px 1px 0;
  border-radius: 3px;
  padding: 1px 4px;
  font-size: 12px;
  line-height: 16px;
  color: #707070;
  background: #f2f2f2
}

.article-content .article-meta .dot {
  display: inline-block;
  margin: 0 4px
}

.article-content .article-meta .name:hover {
  opacity: .8
}

.article-content .article-meta a {
  color: #707070
}

.article-content .article-meta.mt-4 {
  margin-top: -14px
}

.article-content .tt-article-content {
  margin-bottom: 20px
}



.article-content .tt-article-content .tt-video-box {
  background: #000
}

.article-content .tt-article-content .tt-video-box .video-status {
  display: none
}

.article-content .tt-article-content .tt-video-box.xgplayer-is-fullscreen.xg-focus-visible {
  border: none
}



.detail-like {
  text-align: center;
  cursor: pointer;
  color: #222;
  outline: none
}

.detail-like:focus-visible {
  outline: auto
}

.detail-like:hover span {
  opacity: .8
}

.detail-like:hover .digg-icon i {
  background-image: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/like_hover.5ff4e0d1.svg)
}

.detail-like.like {
  color: #f04142
}

.detail-like.like .digg-icon {
  background: #fff2f2
}

.detail-like.like .digg-icon i {
  -webkit-transform-origin: -16% 66%;
  -moz-transform-origin: -16% 66%;
  transform-origin: -16% 66%;
  -webkit-animation: like .7s forwards;
  -moz-animation: like .7s forwards;
  animation: like .7s forwards;
  background-image: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/like_active.b265cb30.svg)
}

.detail-like .digg-icon {
  position: relative;
  border-radius: 24px;
  width: 48px;
  height: 48px;
  background: #f8f8f8
}

.detail-like .digg-icon .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0
}

.detail-like .digg-icon i {
  display: block;
  width: 24px;
  height: 24px;
  background: url(https://www.ljbbs.com/skin/default/svgs/like.0caed57a.svg) no-repeat 50%;
  background-size: contain
}

.detail-like.icon-candle .digg-icon i {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEkAAABIBAMAAABIAcVKAAAAJFBMVEVHcEwgICAiIiIiIiIgICAgICAgICAhISEiIiIhISEhISEiIiJJhz/2AAAAC3RSTlMAYYDnJEAQw5mnUAgg3KoAAAFNSURBVEjH1davT0JRFAdwULxOE44xNy3OSjE4ApS3qYlCdZZXncViolCkWOwUKRSK+tT34PxzzsclnHvv99wzIeg3fwbs/LpUKv8ltaNEgQZUxFmDiM5jaId+Evuwi1K1I2pQqrmMqrRMX1TbVt2L6saqT1GNrXoXVdeqXEKGVkmjNY3VVadqqm80q1+fKRpEVGygqrtWDUVlf1ieykNxW6pRbFivu5Q9xtfDXCbrrqGZnLpppoE19OMtZoNC6aA2s2RJcCvc8C05Bor38wmoIjgxm1DjtRTf3hZQb6pKLJiaqerVA+qDqTugXlV9PPtFt/eAelYpvr1bQNWDF9zNC1P7QPU1c++cRAMUOOHODqlUDh4NnrlKuee1pRhVNKwLR80Uo4qG9Qs8stIQotEZwtcMtxGUwn+XQ3N44h/pQw89hG751QHP9O//C/wGHhnyLVCu/SMAAAAASUVORK5CYII=)
}

.detail-like.icon-candle.like {
  color: #996d39
}

.detail-like.icon-candle.like .digg-icon {
  background: #fff5e9
}

.detail-like.icon-candle.like .digg-icon i {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEkAAABICAMAAACN8ShLAAAAsVBMVEVHcEzuvVvut1DvtEz746j10ID85Kn1zIHwuVLywWT/67jsuFHvojn95az/7LnrulfyvlcAAADtmzP/7Ln80WT91Wj/7buTflBmVzFuYDD+6bP/6rfxyHPzzHrwxGv95q742pbtvl/846j74KHruFPsu1nuwWX0z4D53Zz10oX32JH21Yz204j8/0j3u0zzr0b5xlnxpz7voDf/R0f81Wb780wAAAD63k9cTzH/XkeemzKUvJuRAAAAG3RSTlMAhN3CXIB9GT9f36bmQ59v72B678Xlr5/Xp88LYEH0AAACYklEQVRYw+2Ya3eiMBCGkVUSxVu9tKcL6wVB7AqRKizb/v8ftkkExQqZbNJzdj/0PR6QDz7nnWRmMmgYX/r/hCcT/Cmc/pGqj7RBk2Ohriaoe7xIL0LUf2U6sotegGdQoW86sb0eqPiF3TXiMzmB5DnhX9RN4TMojuOMouhH2ZRNmLKYo8iBkJZycIT4JI+5cgZVDo8kpSVmKiBkrJpMSZAkSVwoYVImUdHgsgMzlmuQDPbbLM7eTqc3eqMPqtEZsyRJs5icqHJOmqmSWmlakkic0QflfoDmt6S5Rt2laV6Scg1LVJ00LUl6IFp68/T9F9V7OtPu5YNnRnr+jDPhgZEejH9LQoPBoH3V02+qp+5VGGOZlo6s6XK59LzNZrPbrVY/9/t9FIVh+IPKdReLxXa7Xq8DE2xVqOc4DHQhUVT08sJJboUUBCaSAMmQfF+MGjpOgYJJvihAdAF5DASQxgJTbafiSUxiKEG2WgXpuk4rgSe/C3vyGOrqKVIkLRtW3L0jYSlPVVKTJwztnVNZ8dUtyb0hIYDkSGam74sycypYpzuSKSL1Kp4E+XROJ+GU8OjI151vy9bdTqfueJI3eSq37kIaiUjtWk8N+YQhEs2nj57Cvyehxv4U3pMQRAL707Ygifv4tHbvwrpqMcUkcR9fVKMDxtdH+T5ui0lDqT7OqwU48Sx5TyMxqS1/tmCQdO8pqo0OIKES5IGeEEiS8MRJ0IjRk1ynAHwbGtZ5qqtgGxwrazzVRgcPY0O5fJJ4aUTfZTzZUnOm1YM8jUfSI6vF1bE6t2p1WlQjrP8ny5f09QebrQvnf7x/CgAAAABJRU5ErkJggg==);
  -webkit-animation: none;
  -moz-animation: none;
  animation: none
}

.detail-like>span {
  display: inline-block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 20px
}

@-webkit-keyframes like {

  0%,
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
  }

  20% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-animation-timing-function: cubic-bezier(.66, 0, .34, 1);
    animation-timing-function: cubic-bezier(.66, 0, .34, 1)
  }

  48% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  75% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
  }
}

@-moz-keyframes like {

  0%,
  to {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-animation-timing-function: ease;
    animation-timing-function: ease
  }

  20% {
    -moz-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -moz-animation-timing-function: cubic-bezier(.66, 0, .34, 1);
    animation-timing-function: cubic-bezier(.66, 0, .34, 1)
  }

  48% {
    -moz-transform: rotate(8deg);
    transform: rotate(8deg);
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  75% {
    -moz-transform: rotate(-1deg);
    transform: rotate(-1deg);
    -moz-animation-timing-function: ease;
    animation-timing-function: ease
  }
}

@keyframes like {

  0%,
  to {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease
  }

  20% {
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-animation-timing-function: cubic-bezier(.66, 0, .34, 1);
    -moz-animation-timing-function: cubic-bezier(.66, 0, .34, 1);
    animation-timing-function: cubic-bezier(.66, 0, .34, 1)
  }

  48% {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    transform: rotate(8deg);
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  75% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    transform: rotate(-1deg);
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease
  }
}

.detail-interaction-comment {
  position: relative;
  padding-top: 24px;
  text-align: center;
  color: #222;
  cursor: pointer;
  outline: none
}

.detail-interaction-comment:focus-visible {
  outline: auto
}

.detail-interaction-comment:hover {
  opacity: .8
}

.detail-interaction-comment:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  background: url(https://www.ljbbs.com/skin/default/svgs/icon_comment.d319bd6b.svg) no-repeat 50%;
  background-size: contain
}

.detail-interaction-comment>span {
  display: inline-block;
  font-size: 12px;
  line-height: 20px
}

.detail-interaction-collect {
  text-align: center;
  color: #222;
  cursor: pointer;
  outline: none
}

.detail-interaction-collect:focus-visible {
  outline: auto
}

.detail-interaction-collect:hover {
  opacity: .8
}

.detail-interaction-collect.collected {
  color: #ffba12
}

.detail-interaction-collect.collected svg {
  fill: #ffc740;
  stroke: #ffc740;
  -webkit-animation: favorites 1s forwards;
  -moz-animation: favorites 1s forwards;
  animation: favorites 1s forwards
}

.detail-interaction-collect svg {
  width: 24px;
  height: 24px;
  fill: #222;
  stroke: #222
}

.detail-interaction-collect>span {
  display: inline-block;
  font-size: 12px;
  line-height: 20px
}

.feed-card-article-wrapper {
  padding: 16px 0
}

.feed-card-article-wrapper.sticky-cell {
  padding: 3px 0
}

.feed-card-article-wrapper.sticky-cell:first-child {
  padding-top: 12px
}

.feed-card-article-wrapper.sticky-cell+.feed-card-wrapper:not(.sticky-cell) {
  padding-top: 21px
}

.feed-card-article-wrapper.sticky-cell .feed-card-article.no-cover .title {
  padding-bottom: 0
}

.feed-card-article-wrapper.sticky-cell .title.stick-tag:after {
  content: "置顶"
}

.feed-card-article-wrapper.sticky-cell .feed-card-footer-cmp {
  display: none
}

.feed-card-article-wrapper.visited .feed-card-article-l .title,
.feed-card-article-wrapper a:visited {
  color: #999
}

.feed-card-article:after {
  content: "";
  display: table;
  clear: both
}

.feed-card-article .feed-card-article-r {
  display: none;
  float: right;
  margin-left: 20px
}

.feed-card-article .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  word-break: break-all
}

.feed-card-article .title:hover {
  color: #f04142 !important
}

.feed-card-article .title h2 {
  font-size: inherit;
  font-weight: inherit
}

.feed-card-article .title.stick-tag:after {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #f04142;
  background: #fff2f2;
  border-radius: 4px;
  padding: 2px 4px;
  position: relative;
  top: -2px;
  left: 6px
}

.feed-card-article .cover-list {
  display: none;
  padding: 12px 0;
  font-size: 0
}

.feed-card-article .cover-list li {
  display: inline-block;
  margin-right: 12px
}

.feed-card-article .cover-list li:last-child {
  margin-right: 0
}

.feed-card-article.no-cover {
  padding: 4px 0
}

.feed-card-article.no-cover .title {
  margin-bottom: 0;
  padding-bottom: 8px
}

.feed-card-article.single-cover {
  padding: 4px 0
}

.feed-card-article.single-cover .feed-card-article-r {
  display: block
}

.feed-card-article.single-cover .feed-card-article-l {
  width: 496px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 20px;
  min-height: 120px
}

.feed-card-article.single-cover .feed-card-footer-cmp {
  position: absolute;
  bottom: 0;
  width: 100%
}

.feed-card-article.single-cover .title {
  width: 100%;
  min-height: 100px
}

.feed-card-article.multi-cover .title {
  display: block;
  padding-bottom: 8px
}

.feed-card-article.multi-cover .cover-list {
  display: block;
  padding-top: 0
}

.feed-card-footer-cmp:after {
  content: "";
  display: table;
  clear: both
}

.feed-card-footer-cmp .left-tools {
  float: left
}

.feed-card-footer-cmp .right-tools {
  float: right;
  font-size: 0
}

.feed-card-footer-cmp-author {
  display: inline-block;
  margin-right: 20px
}

.feed-card-footer-cmp-author .source,
.feed-card-footer-cmp-author a {
  font-size: 14px;
  line-height: 20px;
  color: #999
}

.feed-card-footer-cmp-author .source:hover,
.feed-card-footer-cmp-author a:hover {
  opacity: .8
}

.feed-card-footer-cmp-author .source {
  cursor: default
}

.feed-card-footer-cmp-author .source:hover {
  opacity: 1
}

.feed-card-footer-comment-cmp {
  display: inline-block;
  margin-right: 20px
}

.feed-card-footer-comment-cmp a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #999
}

.feed-card-footer-comment-cmp a:hover {
  opacity: .8
}

.feed-card-footer-comment-cmp.style-2 a {
  position: relative;
  padding-left: 24px
}

.feed-card-footer-comment-cmp.style-2 a i {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8BAMAAADI0sRBAAAAJFBMVEVHcEyYmJiXl5eYmJiZmZmXl5eZmZmfn5+ampqYmJiZmZmZmZlNIPkhAAAAC3RSTlMAeiCY3DrvELxgUP8q6QUAAAGFSURBVDjL5VQ9T8JQFIVWBJ1YVJIuiOjiAn7EoQu6iOlCYuriaIwmLJ2MiYuDcWFSp8bFqH8AqQU8f85XLLfvvft0cuNM977z3un96s3lZgKW71d/JVd3INB+NJLFClIcGRSKyyDscz5ho2YYVrzkvc5eA/FuMJF5E/yWyhY8xCsUoodIlT8B9jJvDThXHndV/x1xR3Lrmprl4UByVW9yf5Q5eT2U5HmZnA186ome4oJsV7qawkaflJi2KE43DlJzAWPeA4cUS/jg9BVuU+uGLAklDCnKMqfzlI2DDqcLFLqDwDAeRLswDRcG/0I7qP4V2jNeOL2Ir9TaRIPTNuU9jxan5+jQ5u1OStmgKEacdrNS9nhVC4gkoUP+6bHUvAHXzsK1unpL85BL5WSDZzqwoT7XfVcZVqunBSOut5RF0dAjHVLKgu2zRNL7xWOxPSKtTNMfxXq6F6sjWxRUpFEYPmzfTRYTY8VEZDjrGP6oKS6XDHNX/1FtN1/N+7S27vu1IDcz+AakIqvqma7ZwQAAAABJRU5ErkJggg==) no-repeat 50%;
  background-size: contain
}

.feed-card-footer-comment-cmp.style-2 a:hover {
  opacity: .8
}

.feed-card-footer-time-cmp {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #999;
  cursor: default
}

.feed-card-footer-dislike-cmp {
  position: relative;
  font-size: 0;
  text-align: right
}

.feed-card-footer-dislike-cmp .dislike-wrapper {
  display: inline-block;
  width: 20px;
  outline: none
}

.feed-card-footer-dislike-cmp .dislike-wrapper:focus-visible {
  outline: auto
}

.feed-card-footer-dislike-cmp .dislike-wrapper:hover .dislike-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8BAMAAADI0sRBAAAAG1BMVEVHcEzvQEDwQUHwQUHxQEHxQELvQUHvQEDwQUJ81f6CAAAACHRSTlMAMO/vX5+QIH0cREEAAACNSURBVDjLY2AYBaMAC3ArgLEYQzBlWToMYUzhDgcMadaOZgGoZouOBAxpoKAhTHNzAabpwlDtCHVYtQvDbcGmHYdmmAQuzRAZnJoh2nFrBmvHrRmsHY9mkHY8mglJEzAcv9MIeAx/sBAIVPxRQiBC8ScHduTEhKmdDTkpBpCakBlc4Sayp4wWCqMAGwAA1UYyEwpcChIAAAAASUVORK5CYII=)
}

.feed-card-footer-dislike-cmp .dislike-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8BAMAAADI0sRBAAAAHlBMVEVHcEzV1dXY2NjZ2dna2trY2NjX19fZ2dnX19fY2Njh5OoZAAAACXRSTlMAMO/vMJdgXiAyZE3cAAAAqUlEQVQ4y+3UMRKDIBAFUJzRxDLDDVLac4Acwc4T2Nuk5wym4rYB1sWC/zkBW+24Pga+jMb06gXq67Ubt3r6CE5bG45qPIXfR7phCWs1jg+d4tPXq9uLx/feYGvKI36hrQsnWDnDwikWznHmHGfewIk3cB4701xck4f4XDhPZ7acpzMPlEtglEtgjGvahGvamM8lbcinkja8is87bXSRzV4+1bz1n0IvVH+2gTclx+L2cQAAAABJRU5ErkJggg==) no-repeat 50%;
  background-size: contain;
  cursor: pointer
}

.feed-card-footer-dislike-cmp .dislike-type-list {
  width: 208px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11px 0;
  border-radius: 8px;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 10px 50px rgba(54, 56, 79, .11);
  box-shadow: 0 10px 50px rgba(54, 56, 79, .11);
  background: #fff;
  position: absolute;
  left: 32px;
  z-index: 101
}

.feed-card-footer-dislike-cmp .dislike-type-list>li:before {
  content: "";
  width: 5px;
  height: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAA8BAMAAABLFv16AAAAKlBMVEU1NVE0NFXHx83y8vLw8PDX19vm5ujr6+2oqLbt7e3i4uX////09PT6+vqCsoV1AAAAC3RSTlMLCSnixkFskRysWOFCA1cAAADNSURBVCjPbdG9EYIwFAfwB2LOMuEcgDtbR6BwAAoGoHAACwawdAwKR0ifhj5wZ88yvrwPTsXX5Hf/hOQlgHPOQiodEfCFCuEEvKQFayl5atLr4osk+SgwCJopRvwq4fyS/QcPkOG4nz3QzC56CuC+eFph5sDoIiOvA+MUGSkgpCCBggQKEBwgiii4LYImCOoNhvC7+Kifl7rhekRWyqFO23BrY1Zaddp89nEdMJNgvTI8oiA9C1ej6PTp8DG5jOKgwF8g1SuuilZRbfCn3izhgSaCqmAvAAAAAElFTkSuQmCC) no-repeat 50%;
  background-size: contain;
  background-color: #fff;
  position: absolute;
  left: -5px
}

.feed-card-footer-dislike-cmp .dislike-type-list>li:hover:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAA8BAMAAABLFv16AAAAJFBMVEU1NU41NVPHx83y8vLw8PDl5efX19vr6+3t7e2oqLb4+Pjz8/NaXuGyAAAACnRSTlMJCynixmlBkawc5b/JnAAAAMRJREFUKM9l0TEOgzAMBVAH9QAxhUrdkDr2CCzdWdi7sLOwcwTWHoA5U2a4XJ3Yn0plytOPQ+xAROSY2duaIYsDmBsyNVbCAzmXkx7JhOKXJWU01NF2qiinEp5RA15WYi/rbV+19rqtlAKeBfnwHhTjpijaoHhsilKCjBQk5CAhBwINBNVmeANdMLQnLOG/+AIU+OBxhS/sUkIbdDTmrFXrVQfEOL8BeQY+Nnt+Fn2oDhjxdBVQA3dAfoFhAnpgAJoT/BlffWyDxKxHR9wAAAAASUVORK5CYII=)
}

.feed-card-footer-dislike-cmp .dislike-type-list.panel-top {
  bottom: -26px
}

.feed-card-footer-dislike-cmp .dislike-type-list.panel-top>li:not(:last-of-type):before {
  display: none
}

.feed-card-footer-dislike-cmp .dislike-type-list.panel-top>li:last-of-type {
  position: relative
}

.feed-card-footer-dislike-cmp .dislike-type-list.panel-top>li:last-of-type:before {
  bottom: 14px
}

.feed-card-footer-dislike-cmp .dislike-type-list.panel-bottom {
  top: -26px
}

.feed-card-footer-dislike-cmp .dislike-type-list.panel-bottom>li:not(:first-of-type):before {
  display: none
}

.feed-card-footer-dislike-cmp .dislike-type-list.panel-bottom>li:first-of-type {
  position: relative
}

.feed-card-footer-dislike-cmp .dislike-type-list.panel-bottom>li:first-of-type:before {
  top: 14px
}

.feed-card-footer-dislike-cmp .dislike-type-wrapper {
  position: relative
}

.feed-card-footer-dislike-cmp .dislike-type-panel {
  padding-left: 4px;
  position: absolute;
  left: 100%
}

.feed-card-footer-dislike-cmp .dislike-type-panel .dislike-type-panel-container,
.feed-card-footer-dislike-cmp .dislike-type-panel ul {
  width: 159px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 0;
  background: #fff;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 10px 50px rgba(54, 56, 79, .11);
  box-shadow: 0 10px 50px rgba(54, 56, 79, .11);
  border-radius: 8px
}

.feed-card-footer-dislike-cmp .dislike-type-panel li>div {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 20px;
  color: #222;
  text-align: left;
  cursor: pointer
}

.feed-card-footer-dislike-cmp .dislike-type-panel li>div:hover {
  background: #f8f8f8
}

.dislike-item {
  padding: 8px 28px 8px 40px;
  cursor: pointer;
  text-align: left;
  position: relative
}

.dislike-item:hover {
  background: #f8f8f8
}

.dislike-item:focus-visible {
  outline: auto
}

.dislike-item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 16px;
  width: 20px;
  height: 20px;
  background: transparent no-repeat 50%;
  background-size: contain
}

.dislike-item.icon-uninterested:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAM1BMVEVHcEwhISEhISEhISEgICAgICAiIiIiIiIhISEhISEhISEiIiIiIiIhISEhISEgICAiIiLgNwilAAAAEHRSTlMAoEDPECDvgF/fv2+Qr08wllIYewAAAXBJREFUSMftVtm2gyAMlH1V+f+vLaHcU9QEqL2P5skjDEyYbMvy2GM3bQ9MuJSS89Gqr5DSAO5j3n4B1elsbhK+FahmYQe6igf/hs+Qj4XnJptfyhYvwpCygEv45b8BtJnAMomsKDdEr/QOuQ6Ym+7pLK9yclX1mYFPTlKr2S3fc0pp+nCb1e2LCTskefFAjMVTW/ghimwTj59vTl2dH5O1BE2jgW3YcYI1b8F/aNDPNgcxLIEzI0zyo/bgG5ZMKa1IwJzjJqsl0egy13C7xFwOlB19r4Bk0vnIHOEbCrYTeYhs+38wStujQuetce7BOBr0M1IlVCr1S5CA/LfDE2punEmMjUjJJt3IlHR4potxMRAE68kylBR9br8A9goVHzSFbuktTa5f9Pd+dSTbDRs1q58aXW2xFh8WRkLW5n6Ev6F62NxBzDIG6DXwMlZsdazwczORipd5Jun5eagOIXdGqTrErQI8dSJa+cy0j922FyzeHB0UXR7pAAAAAElFTkSuQmCC)
}

.dislike-item.icon-report:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8BAMAAADI0sRBAAAAMFBMVEVHcEwgICAhISEhISEhISEhISEiIiIiIiIgICAhISEhISEiIiIiIiIiIiIgICAiIiJNdqwuAAAAD3RSTlMAI9+kRGDvgBC/z3B/kBGqZBQDAAABmElEQVQ4y+2UsU/CQBTGDy0IJCgOjkYcTNhKnExMBDcTB9HJDRcTtzq54mwccHAxMSQObgYSJzf/A/wPHNyctEDRgPmk9N71tT0hceYtvevv+u677/qeENOYELHHO9i3+3/QSxOjuNZTCzLWNNSw4GwuithuHViN4ld873gKDoBmmF7ALtG4ikGIJhvY8E9g4jmIZ9Fjszf0g7iFUz4tohQwRH6cvPGyviPP8Qxqo2cGHW+5xfcSFScrJXTpxTnDZo8Uel+LFNdikE9zhA2c8GMVCH9Svg5XJs8RV7ja9vGKI8J4z2bC2wp/yFECvvRWT2kknEbW97Cv8JFS69ta7CpzcwqX/4Frgmzzk1d/aKRwmmF1MEH2iQV2MGWLMAsaWxIqU72sMTWDF9ImNFcSuD75JsdmDXL1qUTCC5qfSaWpMMvdxTV5Y1+yEAbBreSPvN6Uy/OhAgyVQTaAU6EiGkRKcGtMCboFTIbNn0UK2N1d8iF1IuUv4uaweWx7zeNK01yWqfPgWNualsY2Lrft3cN+OJz2/4nxCywVyL/TIIpwAAAAAElFTkSuQmCC)
}

.dislike-item.icon-block:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAh1BMVEVHcEwiIiJaWlr///8gICAiIiIhISEgICAiIiIhISEiIiIiIiL///////8gICAhISH///////8iIiL////n5+fw8PD7+/shISEjIyMiIiLe3t7g4OAiIiL///8/Pz8jIyPh4eGsrKxZWVnGxsYwMDD+/v6enp6FhYV1dXVgYGB0dHQxMTFnZ2dzfm5OAAAAHHRSTlMA7xAkIIBfQP7fv5+YRjCvZYCPwuju589QcN/e7CR4GQAAAfVJREFUSMftltuWgjAMRW0pIDdF8D6BchWX+v/fNymjFYXqlHmYF88TdK3NadIkZTL56KN/kh05AMS1RqA0gqscW5dlG5Ca6pq7CLloySzc+1TP20J2d90D0o4WjIApIyB61jNMM5VvJoCnAW8B5p0z09u39eDF/gJjEBvNmB8+NdfJNgGwOqnXKxNMMGHXZw9DZlqVLXqitbNd/frEyhAt5TqiuE3tznBkY5gjmtJqcTKfjRsHzLZndBRJtztTaKvtTE33PgwcLXfmQVeiIakRGL+rENIyZOOh3M3UYWGclXmZxeFb23bDxJT9T4N1XrSfS/N18P58idkJM8xSGUGaLd6x826GAmQ5VMWpqDjAOQtf1vRjRRl74VusE1SOj9VSmbioV43+SWyX5wJORACFr55dED0u7XGpknSJTxlVTtynaRXkIkvpja4x7YdQOeqfJvSiAX5I7jR+6+Kr7pjnYbU4tZSkS1XQrG98gyWthK2B+Rw2AE0i6fqA2x6sE29gxAZodU7uNBZMHihC3vUWV3hOB0mLI/9SHVT/NsR0I13f6WY42TAE07XoqGNZ13V5Ea2hKE8CfTnMWLaGVVrBC3biDsBYrcbyyK8vvFgZynac9oWXheFnx5RzXh3L+MUsmtnP+rmkDD9eZavYDz5/px9p6hsFukHhTt2LygAAAABJRU5ErkJggg==)
}

.dislike-item.icon-shield:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8BAMAAADI0sRBAAAAMFBMVEVHcEwiIiIhISEgICAhISEiIiIgICAgICAhISEiIiIhISEiIiIiIiIhISElJSUiIiJ/mr5jAAAAD3RSTlMAgN8gQpAwEMLvoO5srzCb7MVlAAABkklEQVQ4y+1VMUvDUBB+bWJSRbGDu4KIkyR0EnGogw4uFXFxagcXdWjwFwguHQR3ESIoLg666FrBRSfFX+BP0NIW2wifSZP23b2+2j/QG5J7973v7rjcXYQYyRCx1z/8VmVmAGruoiPnn1r0DIn8uBrPRWDh2bP3toGG1wfngOtYOwDmVdTycdLVV1ArKfA+LuThFY8cNRxKMJyAZ3fEw+WwyOBiy+WZNJhv/PJgb8iTUwaXHM7gmJzKIL5f3MhdncB3bamn8B5ZaHC/KfVZZMNnIZCFNTFHyN/RK01yS2FLIYsxYsrIqwlZTHYy6MIlhRymLuONw1PIwsZ9D56GShYCX/1wj8zgnnNJps7TSU0J2SJFn8KTQg4rJeGkBoQcmrJqUQmZFdX26wpZlAPaS+1OBln9JxaFKHXjlHZXc2DvhDLBDGZ/K7q8kdnYGLyRh42BUa0Rb5ZTU0b88N8RDAm46urLCEqa8b+JtU3N+MfLY8OzV/XLQxhy9eR1q8m6jdGH/IDNtlapBks73ugHMEz+APkHxf99C53aAAAAAElFTkSuQmCC)
}

.dislike-item .dislike-title {
  font-size: 14px;
  line-height: 20px;
  color: #222
}

.dislike-item .dislike-desc {
  font-size: 12px;
  line-height: 16px;
  color: #999;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.dislike-item-arrow:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAElBMVEVHcEwiIiIhISEgICAgICAiIiJ2bCNiAAAABXRSTlMAf84QMAYdL8wAAAA3SURBVDjLY2AYBaQDUQEcEqGBuHSE4tDCOBK04JQQDVXGoSHIYKhrYMClgUEVhwYGltGsRQAAAKoUDlyCyYwgAAAAAElFTkSuQmCC) no-repeat 50%;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 8px
}

.dislike-type-wrapper.report .dislike-type-panel {
  top: -moz-calc(-100% - 12px);
  top: calc(-100% - 12px)
}

.dislike-type-wrapper.block .dislike-type-panel {
  top: -moz-calc(-200% - 12px);
  top: calc(-200% - 12px)
}

.dislike-type-wrapper.block .dislike-type-panel-container {
  width: 174px;
  padding: 16px;
  color: #222;
  text-align: left
}

.dislike-type-wrapper.block .dislike-type-panel-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px
}

.dislike-type-wrapper.block .dislike-type-panel-desc {
  margin: 8px 0 12px;
  font-size: 14px;
  line-height: 20px;
  color: #505050
}

.dislike-type-wrapper.block .dislike-type-panel-button button {
  width: 66px;
  height: 30px;
  font-size: 14px;
  line-height: 20px;
  border: none;
  border-radius: 4px
}

.dislike-type-wrapper.block .dislike-button-cancel {
  color: #505050;
  background: #f2f2f2
}

.dislike-type-wrapper.block .dislike-button-commit {
  margin-left: 8px;
  color: #fff;
  background: #f04142
}

.dislike-type-wrapper.shield .dislike-type-panel {
  bottom: -12px
}

.dislike-type-wrapper.shield .shield-subitem {
  padding-right: 15px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.dislike-type-wrapper.shield .shield-subitem span:first-of-type {
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none
}

.feed-card-footer-share-cmp {
  display: inline-block;
  margin-right: 20px;
  cursor: pointer
}

.feed-card-footer-share-cmp:hover button {
  opacity: .8
}

.feed-card-footer-share-cmp .inner {
  position: relative;
  padding-left: 24px;
  border: none;
  background: none
}

.feed-card-footer-share-cmp i {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin-right: 4px;
  width: 20px;
  height: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8BAMAAADI0sRBAAAAJFBMVEVHcEyZmZmZmZmZmZmYmJifn5+ZmZmZmZmZmZmWlpaXl5eZmZkFnXIbAAAAC3RSTlMA25p5IBBbt+8wQNJkw1oAAAGBSURBVDjL3ZQ9T8JAGMdbak3ExcGE6C0Yw2BYSJwMS+viWmBkMSZGEvYu3XSTxY9A4sDAJBop/r+cz7W969F7+QA8C8/xb6+/59XzDsRWqUs9BroO2Qe+Irt8CuDcJTPkjw75huHbIXdjBx3JYWanI9kL7HRc9oYWuqOnjMsnZroJQ4llpFuB24A8E90DFzvXha/TBQvg9VmciG6gqnQf0kQem3REc9k495SQGDZJ4zaFLtYyQXQX8sAUX9JB0LUMVaDv/VXuHDs9iTE2FQfDwCEHwlGNQt+J5350eSbRhoa7lcBYrnGHfRlM2/BpJaktPSy1JD7OdK46yVPROuHnVSfSEr5G+eQkq3pN4SriWvKf+wXqVuypteGlHhedaGjkPvjg07vbu2IMZvvFL+Q+8JaIIdorPpdHpFpGkGSq/TaRA9xrtE00qspjGv85lhnerctjjVvkH3L1NJtyigy/9sXlQzZG0OQq/9sK/0Vfmm2Yeq22zLlIKbLIJbdS7/DsH8YZt9+OhEckAAAAAElFTkSuQmCC) no-repeat 50%;
  background-size: contain
}

.feed-card-footer-share-cmp span {
  font-size: 14px;
  line-height: 20px;
  color: #999
}

.feed-card-footer-share-cmp .ttp-interact-share .share-btn {
  padding-top: 0;
  padding-left: 24px;
  font-size: 14px;
  color: #999
}

.feed-card-footer-share-cmp .ttp-interact-share .share-btn:before {
  margin-right: 4px;
  width: 20px;
  height: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8BAMAAADI0sRBAAAAJFBMVEVHcEyZmZmZmZmZmZmYmJifn5+ZmZmZmZmZmZmWlpaXl5eZmZkFnXIbAAAAC3RSTlMA25p5IBBbt+8wQNJkw1oAAAGBSURBVDjL3ZQ9T8JAGMdbak3ExcGE6C0Yw2BYSJwMS+viWmBkMSZGEvYu3XSTxY9A4sDAJBop/r+cz7W969F7+QA8C8/xb6+/59XzDsRWqUs9BroO2Qe+Irt8CuDcJTPkjw75huHbIXdjBx3JYWanI9kL7HRc9oYWuqOnjMsnZroJQ4llpFuB24A8E90DFzvXha/TBQvg9VmciG6gqnQf0kQem3REc9k495SQGDZJ4zaFLtYyQXQX8sAUX9JB0LUMVaDv/VXuHDs9iTE2FQfDwCEHwlGNQt+J5350eSbRhoa7lcBYrnGHfRlM2/BpJaktPSy1JD7OdK46yVPROuHnVSfSEr5G+eQkq3pN4SriWvKf+wXqVuypteGlHhedaGjkPvjg07vbu2IMZvvFL+Q+8JaIIdorPpdHpFpGkGSq/TaRA9xrtE00qspjGv85lhnerctjjVvkH3L1NJtyigy/9sXlQzZG0OQq/9sK/0Vfmm2Yeq22zLlIKbLIJbdS7/DsH8YZt9+OhEckAAAAAElFTkSuQmCC) no-repeat 50%;
  background-size: contain
}

.feed-card-footer-like-cmp {
  display: inline-block;
  cursor: pointer
}

.feed-card-footer-like-cmp .inner {
  position: relative;
  padding-left: 24px;
  border: none;
  font-size: 14px;
  line-height: 20px;
  color: #999;
  background: none
}

.feed-card-footer-like-cmp .inner:hover {
  opacity: .8
}

.feed-card-footer-like-cmp .inner i {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA9BAMAAAADjhfkAAAAHlBMVEVHcEyZmZmZmZmYmJiYmJiYmJiYmJiampqYmJiZmZn4AYs1AAAACXRSTlMAodxEJn9gv7/goODcAAABS0lEQVQ4y92UvU7DMBSF3TaJylYmlA1VASlbGdmiSgzdOgASGxJiyNql6oaQGNioC23P22I7je049/oBegZL1pfY9+9YiHPR+1uMvgC3PJ1DacniXOMdR0fA4x0OHB5iL8QGHK7xoaOrGFxqknN/Z9iqdSPZq3/1EUe2JhO1miMIJeZqFg/wZ3Lf03iBIoZzvKo1NfEFSq/WK5iMUhzWWl8z/1otc+oYJ8nKi1lr4r7UKlw9IKenhJLPqRFc52rc9PJVJ878VoTluG/HJjEkxBdNLLoSOxIv20ZSeBHHdRsaje1Q0dgOFY1LGcV2T+LEDAeLM2smEruxIPEAPzE8xHUM247Q2JacxrbkNHY+JvvtfNwYI8DOqE39Auxtzcx2ceZZ7Vu7q4vnntVqbKsufihtVTxfeZKV/yT1VPjd6/Fj53EbPV129CzOXP8tLbkpRqD0qgAAAABJRU5ErkJggg==) no-repeat 50%;
  background-size: contain
}

.feed-card-footer-like-cmp .inner.liked {
  color: #f04142
}

.feed-card-footer-like-cmp .inner.liked i {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAAA9BAMAAADsTHzaAAAAHlBMVEVHcEzwQULwQELwQELxQELvQEDwQUHwQEDvQELwQULa8HB4AAAACXRSTlMA4WCDoRzEQm/x4KUeAAAA40lEQVQ4y+3UPQvCMBAG4FRtwa2CIO4ubt2ku1jc4iK4FRzEreAf6Opmrf14/621Dk1Meueu7/oQ7nLkIsRvZbCJKHbPQED4CEBN+LLxjPB54yC6A33eeXlJlyfcbcvnvT4E7YfWq17f0u62jIIabpMbeTvAt9klEt6bMV23WUmF97iLMfTMtMGYnkm1M9MRq4OxeNfo1erdRUPmfMjUt3vAeMp4wrikXXnHVi8ZzxmvGa8YLxj3GY8ZDxhPGU8Yl9pmGF7qi2v4Q3HP4oWg90P7JneGf/wii5NwJkqOifjnizwB85B1t/WPga4AAAAASUVORK5CYII=);
  -webkit-animation: liked .3s cubic-bezier(.3, 1.8, .3, 1);
  -moz-animation: liked .3s cubic-bezier(.3, 1.8, .3, 1);
  animation: liked .3s cubic-bezier(.3, 1.8, .3, 1)
}

.feed-card-footer-tag-cmp {
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #f04142;
  cursor: default
}

.feed-card-footer-tag-cmp.tag-style {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding: 2px 4px;
  margin-left: 6px;
  background: #fff2f2;
  border-radius: 4px
}

.feed-card-cover {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #f2f2f2;
  width: 160px;
  height: 120px;
  cursor: pointer
}

.feed-card-cover.blur-bg>a {
  position: relative;
  background: none
}

.feed-card-cover.blur-bg>a img {
  -o-object-fit: contain;
  object-fit: contain
}

.feed-card-cover a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2
}

.feed-card-cover img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s ease .1s;
  -moz-transition: all .5s ease .1s;
  transition: all .5s ease .1s;
  -o-object-fit: cover;
  object-fit: cover
}

.feed-card-cover img:hover {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  transform: scale(1.04)
}

.feed-card-cover .cover-num {
  position: absolute;
  right: 6px;
  bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: #fff
}

.feed-card-cover .cover-num .num {
  padding: 4px 6px;
  border-radius: 4px;
  background: rgba(0, 0, 0, .5)
}

.feed-card-cover .cover-num .num span {
  font-weight: 500
}

.feed-card-cover .cover-num.middle {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  pointer-events: none
}

.feed-card-cover .cover-num.middle .num {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 3px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  font-family: ByteNumber-Medium;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px
}

.feed-card-cover .blur-cover-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.feed-card-cover .blur-cover-bg img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-filter: blur(60px);
  filter: blur(60px);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.feed-card-cover .video-placeholder {
  pointer-events: none
}

.feed-card-cover .video-placeholder i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAABsBAMAAAB9SEr+AAAALVBMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAADz8/OVlZU9PT20tLQeHh7Ly8v///92uvJTAAAADnRSTlMAgHRONxQIZPO0kcWI03a2vHkAAAI4SURBVFjDvZhNTgJBEIVHBdxaAzhqohEE3YJB3SJE3QJygEFN3IIavYMLE4/gMViydOHCW5iQzBkEHGHIVP/Uw/iWypeuqequ7nqOw6pdP8kT5Z8qZ461Upd3NJVX8e2omx7NybNZMXVBMT2YqRox2mvoqWSZWKW1XEpB6Tk+wh8V1FiLNCqqqGvSqqRIR06Pufzn1cgg9vMSZFRVkvtIFeLb85Ys9BhbrGeDeT6yWGw5u8Viy62QpeZrfmqLZYQ142rXsseiOzpnj7m+PCHzSWlKsCwSYyTKBIlUledxrP0QK8uwdNgMSKiGPP2zEjSl2Dryab/bOSfFJpVLkFjjyq3Ksa4qI+99U064g731EjwbcsI1n+0g+HrVNKJRz+L+vhEEwXCg5nw+kTsjTBdmg99aE0wTZonP/wTThNl1ltSYOsxdvmwhpgwzy/fjEFOGmdFjqjAz/LGZYoow0+wmmWGKMI0YH6bHH9IIxobpGrFgyGJkwoI35gcW2Oe/YlxO0JSABQDLXUY2l4duZfDggMcUbArLSAtaQxse2F6TSDOvYleH4qL6MF5U6LXY4f6x2R8Y3obglQ8+MFLy54xsBph/GXakWHaRhyH4DAUfvc6VDCsu9qCXVc6djorgsAKORpIo3cXHPnDIBEdadIAGx3XQHECtCND4QG0W0NRBLSTUsDLV/PhvzTjt5xV8uT3J535RW3PEHbLHxez2cpatjxjE55Z2dD0CHhz59kZ2u/40Nr/vVeb3N7CWT28+KXsLAAAAAElFTkSuQmCC) no-repeat 50%;
  background-size: contain
}

.feed-card-cover .video-placeholder .duration {
  position: absolute;
  right: 6px;
  bottom: 6px;
  z-index: 1;
  padding: 4px 6px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: #fff;
  background: rgba(0, 0, 0, .5)
}

.feed-card-wtt-wrapper {
  padding: 20px 0
}

.feed-card-wtt-wrapper.visited .content a {
  color: #999
}

.feed-card-wtt-wrapper.visited .content a .out-link {
  color: #999 !important
}

.feed-card-wtt-wrapper.visited .content a .out-link[data-type="9"]:before {
  background-image: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/video_link_gray.cb022834.svg)
}

.feed-card-wtt:after {
  content: "";
  display: table;
  clear: both
}

.feed-card-wtt .feed-card-wtt-r {
  display: none;
  float: right;
  margin-left: 20px
}

.feed-card-wtt .feed-card-wtt-l {
  overflow: hidden
}

.feed-card-wtt .feed-card-wtt-header {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
  white-space: nowrap;
  cursor: default
}

.feed-card-wtt .feed-card-wtt-header.padding-r {
  padding-right: 85px
}

.feed-card-wtt .feed-card-wtt-header .dot {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  font-size: 14px;
  line-height: 20px;
  color: #505050
}

.feed-card-wtt .feed-card-wtt-header .time {
  margin-left: 8px
}

.feed-card-wtt .feed-card-wtt-header .text,
.feed-card-wtt .feed-card-wtt-header .time,
.feed-card-wtt .feed-card-wtt-header .user-auth-desc {
  display: inline;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  color: #505050
}

.feed-card-wtt .feed-card-wtt-header .subscribe-wrapper {
  position: absolute;
  top: 0;
  right: 0
}

.feed-card-wtt .feed-card-wtt-header .verified-icon {
  margin: 0 0 -5px 5px
}

.feed-card-wtt .feed-card-wtt-user-info {
  display: inline-block
}

.feed-card-wtt .feed-card-wtt-user-info:hover span {
  color: #505050
}

.feed-card-wtt .feed-card-wtt-user-info img {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover
}

.feed-card-wtt .feed-card-wtt-user-info span {
  margin-left: 8px;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #222
}

.feed-card-wtt .content {
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 84px;
  font-size: 18px;
  line-height: 28px;
  word-break: break-all;
  color: #222
}

.feed-card-wtt .content>a {
  display: block
}

.feed-card-wtt .content>a:hover {
  color: #f04142
}

.feed-card-wtt .content>a:hover .out-link {
  color: #f04142 !important
}

.feed-card-wtt .content>a:hover .out-link[data-type="9"]:before {
  background-image: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/video_link_red.4c36e668.svg)
}

.feed-card-wtt .content>a:visited {
  color: #999
}

.feed-card-wtt .content>a:visited .out-link {
  color: #999 !important
}

.feed-card-wtt .content>a:visited .out-link[data-type="9"]:before {
  background-image: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/video_link_gray.cb022834.svg)
}

.feed-card-wtt .content>a .out-link {
  color: #0e408c
}

.feed-card-wtt .content>a .out-link[href^=sslocal] {
  display: none
}

.feed-card-wtt .content>a .out-link[data-type="9"]:before {
  content: "";
  margin-top: -3px;
  vertical-align: middle;
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  background: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/video_link.cc3edc04.svg) no-repeat 50%;
  background-size: contain
}

.feed-card-wtt .covers-list {
  margin-bottom: 12px;
  font-size: 0
}

.feed-card-wtt .covers-list li {
  display: inline-block;
  margin-right: 12px
}

.feed-card-wtt .covers-list li:last-child {
  margin-right: 0
}

.feed-card-wtt.single-cover .feed-card-wtt-r {
  display: block
}

.feed-card-wtt.single-cover .feed-card-wtt-l {
  min-height: 100px
}

.feed-card-wtt.single-cover .content {
  margin-bottom: 8px;
  -webkit-line-clamp: 2;
  max-height: 56px
}

.feed-card-wtt.single-cover .content a {
  height: 56px
}

.feed-card-wtt.multi-covers .content,
.feed-card-wtt.origin-cover .content {
  -webkit-line-clamp: 2;
  max-height: 56px
}

.verified-icon {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat
}

.origin-card-wrapper {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
  padding: 16px;
  border-radius: 8px;
  background: #f8f8f8
}

.origin-card-wrapper>.card-l {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.origin-card-wrapper>.card-l.with-pic {
  max-width: 506px
}

.origin-card-wrapper .user-info {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-bottom: 8px
}

.origin-card-wrapper .user-info,
.origin-card-wrapper .user-info a {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.origin-card-wrapper .user-info a {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.origin-card-wrapper .user-info .ttp-avatar {
  width: 20px;
  height: 20px
}

.origin-card-wrapper .user-info .name {
  margin: 0 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #222
}

.origin-card-wrapper .user-info .auth-info {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 6px;
  white-space: nowrap;
  font-size: 14px;
  line-height: 20px;
  color: #707070
}

.origin-card-wrapper .origin-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 56px;
  word-break: break-all;
  font-size: 18px;
  line-height: 28px;
  color: #222
}

.origin-card-wrapper .origin-content a:hover {
  color: #f04142
}

.origin-card-wrapper>.card-r {
  position: relative;
  margin-left: 19px
}

.origin-card-wrapper>.card-r .feed-card-cover {
  margin-top: 0;
  width: 118px;
  height: 88px
}

.origin-card-wrapper>.card-r>i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQBAMAAAAVaP+LAAAAMFBMVEVHcEwAAAABAQEAAAAAAAAAAAAAAAAAAAAAAAClpaXt7e1qamrQ0NA2Njb////7+/s8YEfEAAAADnRSTlMAgINFdGEoEYLB8qXckqIZUAUAAAN/SURBVGjezZq/jxJREMeX3AGWNw/23BYISryYQHISSwhBW4gX6zWcsd1L0Pq4GKMt/wB/wHVWdtefsbEy/hFLLV5Yl1+yK7vz5r03JE5NPtnv/HjMmzeWhVp+8OSsDVDsvmi6lrblB2diBCtzQHSbnh5n0HYgbnZTA3PQhx27qlXfqHJeQ7KNXqp55xTSzOkoeCrXh3QTBZeFE6qzXRbOInokdXkpB6BCIZ3KOaGf5JxzINlzaR4C0ermDlpZ0TN20No6LMIk4ujCJNk0BCVLjVy+rQZK9fe5GgfEg5QaE4ogcJKr9xUogxI/KecAsHzSBWjYffOQpQZuCFq2m0t9PZBtVGXRXPq34hqaIChwuDrB3YegbT0eZeBUYsr0Pyie3QbKAFosyuJxM1EWi9uBESgStwsz0LFpne3UWw4MbZMAWVNQT/uwTnFSwxRkc2TR0jyOLNr2E4fmoBaPrzfe7puDbCZfA7Dk9cbbaF6LcrlMze0M9oOT29m3GgF0KQmamATzYFyihQ0rkJNg7k/vvtOOWyT64tHc9/3gWi6uiEdf3IQcf0oQ5+DRFxN/SSKIc9GSXYMI4sKmJEsA+XJxPbT2/4Kk4pyWdY8Ckos7kuTjBiSN3EMiSCruGE3sCEgmrmA9JYIkkSug52MMhIuz6aBQXAkDtcmgMHJY1dJB/vRXCQEBHeTPEG1KoOlnLtD4vwN9YQLNkCpRCv/vEk8eBeMRAlIpkRpLrU3vfowwUIN+jIywOSDfwUY+ajFhAB/QC00EhAtbnNkZnr+jS+ofJC5s0SAT/7JH0r9sniYi7EZJbY1M2KKtwRot54YobHmtwar2J7X1q0qa0U8BTdiyGcVS+2oSBBRhsBj/YQ2S8/h29pXSsB/JrhAfy+Ua4YOWVwj8AkmhbC7sHLcjj/Pix3EVXc1sM1yXY/Pr+noYyTZAMPd2hXvIwjb2YRtEsY3GTJ20nddnObLIbAgdzSLOESvf0DfHpMxIW3zo/5ZHGePjAdtzhv7pVmd68qnu7xFKz93vPYvnk5JeWHWyW7g8j5mRZwOzTxIuz4MvPGN6ggZv34/iis/0VW//iwN8qwwK/pZts1DFOXXZ4sjQLIVUz8oOZUmnYe4gajZxLSBROSGpwcNBl71AZdkLWT8DtfWz0N4lOsquW+o22EEVdVb0VkuDUUxXE7OK33aNUeLjP6/Y9iAtcsWXAAAAAElFTkSuQmCC) no-repeat 50%;
  background-size: contain
}

.origin-card-wrapper>.card-r>.video-duration {
  position: absolute;
  right: 4px;
  bottom: 4px;
  border-radius: 4px;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  background: rgba(0, 0, 0, .5)
}

.ttp-avatar {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAABsCAMAAAC4uKf/AAAAM1BMVEVHcEz6+vrx8fH29vbz8/P19fX09PT09PT09PTz8/Pu7u7s7Oz09PTe3t7Z2dnk5OTq6uplYINlAAAACnRSTlMA////wyFRnN59U/j+GAAABgBJREFUaN69Wo3CtBoQrqGIqdz/1R4y/krRvn1nKmSZp2eMdtcYhhcyzYsQXEpjRUrOxTJPw7+QeeHSaGO0dqnxicv4Mn+LtHATAXR2+Fqt+WcMF34QehCjlcX7Akq2oAhQSfE3epPQSulOsY/0FzihX8uvcNaA70XJ5RdXl3bU7fn+kG9dZVrcEKhfqNmO78hN8njGX5gdfeT0xoTqcEKljlz5gvdLdVSHOq0IgDpoquofuUUBqL9KJ5pQn4joGS6uPhLeBvsMC5T833g5j+FtXvDdwRu+AR9SgycvWajJV8fTDFjgKspfv6E5uXlRThoeu70X11PX31zyQenvzKA6AcSTuZKYdd287KaHWfVVMj+aK4z4vhWy6zYzUPONER+7naEOuCazyptkaXuB3qqi2z2Xqyc2xGzbHdozO2v9inf8htXDrfCRqT1ltgdpz8OpIAaAx5ESzIvwhLWteYesnA5REEP/BBiT7N7K/giW+yRWmWFODJ+Zqa0h0GCGSzbHGsz2FtjeYAYqvTwazGBtga0tZnGu8bsG4dDb1m/H+hG+tKdb7h1zrG9mO4RgRWwcexvMtJiRHXlrRqIFexy1tfFCtiqQ7GiBG2K/wtxJSVGwxdXd7fWeLOlmhxWxKU7pVgBROatsa3Ffa6LdLDz+waPMIr2mEuYGjTebAeklxJBtxW37kd2gtVupnNiaIed3bTXazjLWw+xEbTtZ0p5tM+Lk/IPdHKEA63nQ1ku23mpJ2uZhQXb7KBmzk+2u0iZmPURg+5nWDulgJqwztgetgbO7q4MZHyS2qR3anM495ruH8EjuroOZBWOeGtVgyNIDIe5BZcwzWJ+b9Mhl51BnUzmAyxhVMipFOW5QV4h53Aitk+aic6yyCQzICq45s9hOBTLxSrakZ4Azs8KGlAwetM4szDYkzTR2YcTWDA0vzM6DZmXwE+qZGfNAe4ByZ0hWf8uazKwMbGS3Z8wNqSYMIueT41Ks2j/T5NIBAu3xJnU5ROMFlMjM32LQnXUrq0Y3ZtLlI32Q0pDQ3X6WNQAdYpLuot+YY47SgVVkPD2hzuyYlcKtzlrnFik1yYFHw44hKx7K55iP1p5yyjId2VixQtNo3yAi51BAFHC47zVTekSodk6WJP1iWBJyNljlWJND3olmp86FIZOLLMM8sr7jHix6xPNhvzwn1il44hZuDY59Ckb79xNYJzWw+vODMmC9CtxPuV5qfthMIEWF0uufxP2UE2OvYCCUiDkj9or7Xz3bnPWdihhlzFRvXzYeq0queFzNFMx52Hbo7TuOx/IEHwnuKfXF3RgTLp+xjr4+9X+Zlg57E/mDD8EdRdM9YiOtzXmTUlIvkzUCH0K0yWOvQgMt8vDehwNzkW5nDKvuS2d7ZhInomjUSyvaf0197XXBafe30Nc3LXB2UWPaVAW6ZzSthPS8Pm6wOtGyNUDxwjdimD+WNXtBrE0Nsl0FVNIxsRm8IPZMDSGF2C9Bd6ozgL3E3D/rOyDoDhrbvyh3vnUKkVQcksH7OLWqIi6XyPRplBSFuGOsu4hE50FwpVUsEeDdHIsrnAUnCk5rH4dOCnWIUKeQdAxP5/VQfXnUfARvQpinPP/gUpexE9UQf7TgJ8JujZh5JH4V8WSVKXYaNlYJk0IMhfoyZFVKleUY7VSq6omF/6ewVxaYUqcIKFV5DGpJkS8V2tvrCcs5CUI9epaIQTyzulNbKtedIzkJVCJGqmQb4U4WyAN0JI19IbISHnzLLLbmU2uPC3QwO0ey69KxbUJ2haCx+Snyng0houyWBwIgxmogBl4gC8HEijJk9ritBqEEyHGTvksp4eMlqPqA9mdmen6zFQoL/WXAC7CMzZ3iXzaR7zaxCdcLMSnxq8WhCsl4vjYU/AeIYngps8QfRf6y03GBX6D08ts+wEmkBcG4tscwrBRWF+f/sMNxEgzzVd5KXqzD/nnvpiyYXZhmobLlg12wM89iJWFxNa78+gIiXz7acDvN3AOkdbORpYWdD5ECnuDXFUULBFz8m23Sbjs2l/JY8UMpX2/H/g82QgrM87eFIQAAAABJRU5ErkJggg==) no-repeat 50%;
  background-size: contain
}

.ttp-avatar.large {
  width: 60px;
  height: 60px
}

.ttp-avatar.middle {
  width: 44px;
  height: 44px
}

.ttp-avatar.small {
  width: 32px;
  height: 32px
}

.ttp-avatar.auth:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 13px;
  height: 13px;
  background: transparent no-repeat 50%;
  background-size: contain
}

.ttp-avatar.auth.large:before {
  width: 17px;
  height: 17px
}

.ttp-avatar.auth-0:before {
  background-image: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/auth_0.600aa73b.svg)
}

.ttp-avatar.auth-1:before {
  background-image: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/auth_1.9fe8a9f6.svg)
}

.ttp-avatar.auth-2:before {
  background-image: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/auth_2.ac774735.svg)
}

.ttp-avatar img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.feed-card-subscribe-cmp {
  display: inline-block;
  border-radius: 4px;
  width: 56px;
  height: 28px;
  text-align: center;
  background-color: #f8f8f8;
  cursor: pointer;
  outline: none
}

.feed-card-subscribe-cmp:focus-visible {
  outline: auto
}

.feed-card-subscribe-cmp:hover {
  opacity: .8
}

.feed-card-subscribe-cmp.followed {
  width: 60px
}

.feed-card-subscribe-cmp.followed i {
  display: none
}

.feed-card-subscribe-cmp.followed span {
  color: #999
}

.feed-card-subscribe-cmp i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  width: 10px;
  height: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeBAMAAADJHrORAAAAD1BMVEVHcEwiIiIgICAiIiIiIiK0gVusAAAABHRSTlMAvyCvrnxFbAAAAEFJREFUGNNjYKAKYDJUQOEzuhig8QXoxlcWFBQUcXEEkkJgvogLDDiD+SZwviOYrwhXbzQg7gUBZjQ+k7ACdSIGAFRTDhUOIWuFAAAAAElFTkSuQmCC) no-repeat 50%;
  background-size: contain
}

.feed-card-subscribe-cmp span {
  vertical-align: middle;
  font-size: 12px;
  font-weight: 500;
  line-height: 28px;
  color: #222
}

.feed-card-video-wrapper {
  padding: 20px 0
}

.feed-card-video-multi>ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.feed-card-video-multi>ul>li {
  margin-right: 12px;
  vertical-align: top
}

.feed-card-video-multi>ul>li:last-child {
  margin-right: 0
}

.feed-card-video-multi .multi-item-error,
.feed-card-video-multi .multi-item-loading {
  width: 332px;
  height: 280px
}

.feed-card-video-multi-item {
  width: 332px
}

.feed-card-video-multi-item.visited .title {
  color: #999
}

.feed-card-video-multi-item .feed-card-cover {
  width: 332px;
  height: 186px
}

.feed-card-video-multi-item .title {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 50px;
  max-height: 50px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  word-break: break-all;
  color: #222
}

.feed-card-video-multi-item .title:hover {
  color: #f04142
}

.feed-card-video-multi-item .title:visited {
  color: #999
}

.feed-card-video-multi-item .title h2 {
  font-size: inherit;
  font-weight: inherit
}

.feed-card-video-multi-item .footer {
  margin-top: 12px
}

.feed-card-video-multi-item .feed-card-footer-cmp {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.feed-card-video-multi-item .feed-card-footer-cmp:after {
  display: none
}

.feed-card-video-multi-item .left-tools {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.feed-card-video-multi-item .feed-card-footer-cmp-author {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1
}

.feed-card-video-multi-item .feed-card-footer-comment-cmp,
.feed-card-video-multi-item .feed-card-footer-time-cmp {
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none
}

.feed-card-article-follow.visited .feed-card-article-l .title,
.feed-card-article-multi-item.visited .feed-card-article-l .title {
  color: #999
}

.feed-card-article-follow.single-cover .feed-card-article-l {
  padding-bottom: 0;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.feed-card-article-follow.single-cover .feed-card-footer-cmp {
  position: static
}

.feed-card-article-follow.single-cover .title {
  min-height: 72px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.feed-card-article-follow.no-cover .title {
  margin: 8px 0 12px
}

.feed-card-article-follow.multi-cover .feed-card-media-header {
  margin-bottom: 8px
}

.feed-card-article-multi .feed-card-article-multi-header {
  margin-bottom: 8px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.feed-card-article-multi .rest {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 16px;
  padding-right: 18px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  cursor: pointer;
  position: relative
}

.feed-card-article-multi .rest:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqBAMAAAA37dRoAAAAG1BMVEVHcEwgICAhISEhISEgICAhISElJSUiIiIiIiL9ErKQAAAACHRSTlMAEM/fIHQwkOehQIMAAAB3SURBVCjPY2AYBWQBMQSTMQHGYrEwgYs6NztAWewdcCaLRUcBlMna0QFT7NzREQAzSwOmGKi0SQBmmBBMMVCpIsJiqGIUpXDFKEphitGUQhWjKYUodkFXClZsjK4UrLgDQylYMYZSsGJMpSDFilgCmTFUYAQnMQAGRyPumd7GGAAAAABJRU5ErkJggg==) no-repeat 50%;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0
}

.feed-card-article-multi-item.single-cover {
  padding: 10px 0
}

.feed-card-article-multi-item.single-cover:first-of-type {
  padding-top: 0
}

.feed-card-article-multi-item.single-cover:last-of-type {
  padding-bottom: 0
}

.feed-card-article-multi-item.single-cover .feed-card-article-l {
  padding-bottom: 16px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.feed-card-article-multi-item.single-cover .feed-card-footer-cmp {
  position: static
}

.feed-card-article-multi-item.single-cover .title {
  padding-top: 16px;
  min-height: 68px
}

.feed-card-article-multi-item.no-cover {
  padding: 16px 0
}

.feed-card-media-header {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default
}

.feed-card-media-header .dot {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  font-size: 14px;
  line-height: 20px;
  color: #505050
}

.feed-card-media-header .time,
.feed-card-media-header .user-auth-desc {
  display: inline;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  color: #505050
}

.feed-card-media-header .feed-card-user-info {
  display: inline-block;
  margin-right: 8px
}

.feed-card-media-header .feed-card-user-info:hover a span {
  color: #505050
}

.feed-card-media-header .feed-card-user-info img {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover
}

.feed-card-media-header .feed-card-user-info span {
  margin-left: 8px;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #222
}

.feed-card-media-header .verified-icon {
  margin: 0 8px -5px -3px
}

.multi-item-error {
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  border-radius: 4px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.multi-item-error i {
  display: block;
  width: 36px;
  height: 48px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAACQBAMAAAAfGJOcAAAAKlBMVEXo6OhHcEzm5ubn5+f29vbp6eno6Ojn5+fZ2dni4uLn5+f////Y2Nj4+Pjk16AtAAAADHRSTlOoANC57HKXSffjFQqnwIHNAAACGUlEQVRYw+3ZP2vCQBgG8Jeosf8cMpSCXYR2rJChYwWhs6CLrlnEVQf7AezqUHBya75B+w1KuijcUDRLB79LE01CrXeXvk8hXfKOOX7c5Xlzl+HIsqzLcdeh/apsomr+GDD7PTcgZFnVNh1UI2ZPh2Mld8seDkeoHjNbMjgI2QXpmGyQRgEbygZakfKlrGxR1dGxlZSZLp2Tjq2lo9ShZ+lzVf5RndJQy2pyVpYzQ5d/2Dpqyx4XtEGGzNHNpmKmnBW1+YeMdOyDWFXU56+qij7/NGbzWF0fZAr7xNiayVp/YtxIYnbPYxvtUaKsxgb6TJL95kMd4H5eyXQrLEvmdPHW4bYcDOUWm62A7dSo5dwtF/WgyWW7HtgQW7EVIYFEUfInM/jbNP68+GsMj1ggkLDdTYDVN74NsBa0RoICCdrmI5MZSNPCttkQgwKhRhNi15AiJBBjfgU0rTAVAmDHQogFP/+zgIkJm92FTDxy2c2WLWoQE54NMe4yY8bsQsJ4XUiY8DAmZhjjLPMbE0uMMbqwx4SNsXeMLTG2yJSBi3zLsgFYu70sP2Vs40yyPBRqGR54S56K/gHgYT5jqt2PyuMqOsJ+izTlv9j25z1HVF555ZVXXnnlldd/lIMgE2VthJVQNkRYmV4QdqK4JEypjuJKMiVIV3EBmvJqqutWfY1Ul7vaGiivkrVN210lW9Vx99e5mP3ea0C+AKI8PKUuidTNAAAAAElFTkSuQmCC) no-repeat 50%/contain
}

.multi-item-error span {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #707070
}

.multi-item-loading {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.multi-item-loading i {
  display: block;
  width: 20px;
  height: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8BAMAAADI0sRBAAAAJFBMVEVHcEzBwcHCwsLCwsLCwsLCwsLDw8PCwsLCwsLCwsLCwsLCwsL5VhyvAAAADHRSTlMAECBNPlyrmS9reohgeFzqAAACcUlEQVQ4y32VvW/TQBjG79IgWZ1i81GVLvEFJLMFzpYYU2ykIJa2rmk8ItBZbAhQPHgpqVWlGxIYcWZhoVXShYmI+J/jPefLic99l3P08/Pc3fO+SRBaFdbIcDggDSQtbWAYQ6iYyCghhjEQeNjtNiSUDHLejSVcI0JtzMRO/ExCyWAoeBx3HWe/SLFOxAtEV1U4PNDYaa6JBdXnH4TacYoX1nSyui+OBe6sxFB64bCCm0s5VnVNW7uK5ji2vZCrmqrr6zd5AOonCwx8IwbsmNRuLrzVUop3gO/PxapWyhjbtvl0gdVyh1ompY3cW1UlLVYopZ25WtZgm9LHgjZU6Xy0KDVhASrFdXAXuCH1RjXApwhDyWePUrcj1BWjeebS9g24RS0Re4U3umUBrtoZoS3X7SFkVPG6ZVG0xz5VYMX1XPSdsYqjKZ5lIcZYR45rnucJ3L4ZH1SZA+4z9qUSu+gvY78qLubNTv6+IhbPO0avGHstx3d9r4fOGXsrxw89/wjdY+ydHD9PkgO0zVggj437XhttsUCeS437PgwTqP9I250kCdhe9vtvZPgR97/Cch4Ess2xn/AjWLdZEEhirXPORTMUUEtufgE4/4Jfhv2wWT4359/yp51+GHzYxLuAD2fRh0EYNctifjp7PgH+cWPn0WjujdD9EOqwSG+PUj5aDBGeAI4KA6mkacqTZRh7gCfZ5+WvUjoep+nKDl8J+6yXv4/PxuPROE2K8YdRFIXZP9dxLJBCpWvD/1K4RxnUNMvpj/UGnAj1BOh0eg3490aTlKtopr7OaTnkn9FEUMHLFPxfZHP1ccXfoJVmGTeL0v/+XNSM60GDEgAAAABJRU5ErkJggg==) no-repeat 50%/contain;
  -webkit-animation: loading .5s linear infinite;
  -moz-animation: loading .5s linear infinite;
  animation: loading .5s linear infinite
}

@-webkit-keyframes loading {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@-moz-keyframes loading {
  to {
    -moz-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes loading {
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.feed-card-video-single:after {
  content: "";
  display: table;
  clear: both
}

.feed-card-video-single.visited .l-content .title {
  color: #999
}

.feed-card-video-single .r-content {
  float: right;
  margin-left: 20px
}

.feed-card-video-single .r-content .feed-video-item {
  width: 160px;
  height: 120px;
  overflow: hidden;
  position: relative
}

.feed-card-video-single .r-content .feed-video-item>i {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  transform: scale(1.7);
  position: absolute
}

.feed-card-video-single .r-content .video-placeholder i {
  width: 36px;
  height: 36px
}

.feed-card-video-single .l-content {
  width: 496px
}

.feed-card-video-single .l-content .title {
  display: block;
  min-height: 100px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #222;
  word-break: break-all
}

.feed-card-video-single .l-content .title:hover {
  color: #f04142
}

.feed-card-video-single .l-content .title:visited {
  color: #999
}

.feed-card-video-single .l-content .title h2 {
  font-size: inherit;
  font-weight: inherit
}

.feed-card-video-follow .l-content {
  min-height: 120px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.feed-card-video-follow .l-content .title-wrapper {
  min-height: auto
}

.feed-card-video-follow .l-content .title {
  min-height: 60px;
  margin: 8px 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis
}

.feed-card-shortvideo-follow .feed-video-item {
  border-radius: 4px
}

.feed-card-shortvideo-follow .feed-card-cover a {
  width: 90px;
  margin: 0 34px
}

.feed-card-short-video-multi-item {
  width: 160px;
  height: 214px;
  position: relative
}

.feed-card-short-video-multi-item .feed-card-cover {
  height: 214px
}

.feed-card-short-video-multi-item .dislike-container {
  position: absolute;
  top: 4px;
  right: 4px
}

.feed-card-short-video-multi-item .feed-card-footer-dislike-cmp .dislike-wrapper .dislike-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8BAMAAADI0sRBAAAAIVBMVEVHcEwKCgoJCQmrq6v8/Pz9/f3Y2Njt7e3i4uKWlpb////IW38wAAAACnRSTlMABxBI8vFxo4I2/yL1+wAAANZJREFUOMvt1DEOgzAMAED8A5xKlTpGDKhjET9gY+UFndg79B/tG8qSVxbjuKi13QcgMkWxzsFOQlHsY6MD1mmpoxjwM406HsZnXoTqHlX4mAZehNCmqwrXaWpKxn26/WaHQ5/5jF8PvXfLnHCn96Zl4oQbo7KFI9pYuIcz93DmLmbuYuY+XtrpYw4PsfyXfHKTU83SeeNCUM2ty5eGVR7nbgePc7fR4XLODpejApufpNvELyp3Ld1G6yrOF1m6bV7kMMoHwdl4Bl+PCHVl63YA+w9pq+MNED9OOWvqr7QAAAAASUVORK5CYII=)
}

.feed-card-short-video-multi-item .info-container {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 12px 8px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .6)));
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .6));
  background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .6) 100%);
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6));
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  pointer-events: none;
  position: absolute;
  bottom: 0
}

.feed-card-short-video-multi-item .title {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  margin-bottom: 4px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis
}

.feed-card-short-video-multi-item .play-count {
  font-size: 12px
}

.feed-card-short-video-multi-item .play-count:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 4px -2px -2px;
  background: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/icon_play_count.88d9e778.svg)
}

.feed-card-short-video-multi>ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.feed-card-short-video-multi>ul>li:not(:last-child) {
  margin-right: 12px
}

.feed-card-short-video-multi .feed-card-footer-cmp {
  margin-top: 12px
}

.feed-card-short-video-multi .multi-item-error,
.feed-card-short-video-multi .multi-item-loading {
  width: 160px;
  height: 214px
}

.multi-card-wrapper.animate {
  animation: animeOut .25s ease-in-out, animeOut .3s ease-in-out .25s reverse
}

@-webkit-keyframes animeOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  to {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    opacity: 0
  }
}

@-moz-keyframes animeOut {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  to {
    -moz-transform: scale(.9);
    transform: scale(.9);
    opacity: 0
  }
}

@keyframes animeOut {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  to {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    transform: scale(.9);
    opacity: 0
  }
}

.feed-card-refresh-wrapper {
  padding: 8px 0;
  text-align: center;
  background: #fff
}

.feed-card-refresh-wrapper .inner-tips {
  display: inline-block;
  position: relative;
  border: none;
  border-radius: 19px;
  padding: 0 36px 0 16px;
  height: 38px;
  font-size: 16px;
  line-height: 38px;
  color: #f04142;
  background: #f8f8f8;
  cursor: pointer
}

.feed-card-refresh-wrapper .inner-tips:hover {
  opacity: .8
}

.feed-card-refresh-wrapper .inner-tips:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAKlBMVEVHcEzvQEDwQEDvQEDxQELwQEHwQUHwQUHxQEHwQEHwQELwQUHvQEDwQUIGToIRAAAADXRSTlMAIEQQaL/f76SQgM8wVdtNJgAAAYVJREFUOMu1VD1Lw1AUTV6qWD8gRXAQCx1cIghxUKeCSBAcBMHBKaC4FTqJUJSAuDgVpLgW1EEnwc1J0H9gtfmocv6LyfvIy0tqt97lvpyT3HfvO+dF08YSa+Yw1Nh9Bc6u7DxOrkEjqqm47oJHpNbbQxo/WXw9BvztytJK8uFBplATOKfb6jtAIIttAAPeTskDLlPCRcCaMawYx4vAp4FjVpL1vCWIqig7k8BBJ63UxhdbzMV4Q05IgBu2moJ/n+zkiMe0QYcuJvmLdXVYTVvFKc89laijT3MX+yoxgQEf704lSvil2UNOA4KQZuA9Jw5gs2QWCHMUYRSIWWD05m/ynIUM/n8DRtwh3ypR5TJsCjmkl9ibZRzRJh3pGW4HJ5lz0RWPZWTaJI+xqp9CjijFrSZS28SVevKck2ixA1iAlCGxTdhhXiQeH4/ZASGf3ugCJ4qpG7SQ8aSYml2Dh4/Kcu4aaNqzvDh9VZu2wP2cOIQzrVrhOluHwMWtPeyq6/Pj+bH8AVy61s69bkF4AAAAAElFTkSuQmCC) no-repeat 50%;
  background-size: contain
}

.feed-card-wenda-wrapper {
  padding: 16px 0
}

.feed-card-wenda {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.feed-card-wenda.visited .desc,
.feed-card-wenda.visited .title {
  color: #999
}

.feed-card-wenda .feed-card-wenda-l {
  -moz-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1
}

.feed-card-wenda .feed-card-wenda-r {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 20px
}

.feed-card-wenda .title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  word-break: break-all
}

.feed-card-wenda .title:hover {
  color: #f04142 !important
}

.feed-card-wenda .title h2 {
  font-size: inherit;
  font-weight: inherit
}

.feed-card-wenda .desc {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  max-height: 56px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #505050
}

.feed-card-wenda .desc:hover {
  color: #f04142 !important
}

.feed-card-wenda .cover-list {
  display: none;
  padding: 12px 0;
  font-size: 0
}

.feed-card-wenda .cover-list li {
  display: inline-block;
  margin-right: 12px
}

.feed-card-wenda .cover-list li:last-child {
  margin-right: 0
}

.feed-card-wenda.no-cover {
  padding: 4px 0
}

.feed-card-wenda.no-cover .title {
  margin-bottom: 0;
  padding-bottom: 8px
}

.feed-card-wenda.no-cover .feed-card-footer-cmp {
  margin-top: 8px
}

.feed-card-wenda.single-cover {
  padding: 4px 0
}

.feed-card-wenda.single-cover .feed-card-wenda-l {
  min-width: 0
}

.feed-card-wenda.single-cover .feed-card-wenda-l .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-height: 28px
}

.feed-card-wenda.single-cover .feed-card-wenda-l .desc {
  margin: 8px 0;
  min-height: 56px
}

.feed-card-wenda.single-cover.two-line-title .title {
  max-height: 56px;
  white-space: normal
}

.feed-card-wenda.single-cover.two-line-title .desc {
  min-height: 28px;
  max-height: 28px;
  -webkit-line-clamp: 1
}

.feed-card-wenda.multi-cover .title {
  display: block;
  padding-bottom: 8px
}

.feed-card-wenda.multi-cover .desc {
  margin-bottom: 8px
}

.feed-card-wenda.multi-cover .cover-list {
  display: block;
  padding-top: 0
}

.schedule-wrapper {
  padding: 16px 12px 12px;
  background: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/schedule_bg.acb602f1.svg) no-repeat 50%/cover;
  border-radius: 4px
}

.schedule-wrapper .schedule-header {
  margin-bottom: 12px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.schedule-wrapper .schedule-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #fff6e2
}

.schedule-wrapper .entrance {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fff6e2
}

.schedule-wrapper .entrance span {
  padding-left: 22px;
  position: relative;
  cursor: pointer
}

.schedule-wrapper .entrance span:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0
}

.schedule-wrapper .promotion-entrance:before {
  background: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/icon_promotion.b790d14e.svg) no-repeat 50%/contain
}

.schedule-wrapper .schedule-entrance {
  margin-left: 20px
}

.schedule-wrapper .schedule-entrance:before {
  background: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/icon_schedule.17c317df.svg) no-repeat 50%/contain
}

.schedule-wrapper .match-block {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.schedule-wrapper .match-container {
  width: 582px;
  overflow-x: hidden
}

.schedule-wrapper .match-list {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.schedule-wrapper .match-list>div:not(:last-child) {
  margin-right: 6px
}

.schedule-wrapper .empty-block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 190px;
  height: 144px;
  border-radius: 4px;
  background-color: #fff
}

.schedule-wrapper .icon-change {
  width: 29px;
  background-color: #fafafa;
  border-radius: 4px;
  cursor: pointer;
  background-image: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/icon_arrow_black.afb1084d.svg);
  background-repeat: no-repeat;
  background-position: 50%
}

.schedule-wrapper .icon-change.prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg)
}

.schedule-wrapper .icon-change.disabled {
  background-image: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/icon_arrow.acf8d725.svg);
  cursor: not-allowed
}

.schedule-card-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 190px;
  height: 144px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 0;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer
}

.schedule-card-wrapper.disable {
  cursor: not-allowed
}

.schedule-card-wrapper .match-info {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #999;
  margin: 0 12px 12px
}

.schedule-card-wrapper .match-info span:nth-of-type(2) {
  float: right
}

.schedule-card-wrapper .match-info:after {
  content: "";
  display: inline-block;
  clear: left
}

.schedule-card-wrapper .match-team {
  display: inline-block;
  width: 76px;
  text-align: center
}

.schedule-card-wrapper .match-team.guest {
  float: right
}

.schedule-card-wrapper .team-flag {
  width: 36px;
  height: 24px;
  margin: 0 auto;
  border-radius: 2px;
  overflow: hidden;
  position: relative
}

.schedule-card-wrapper .team-flag img {
  width: 100%;
  height: 100%
}

.schedule-card-wrapper .team-flag:after {
  display: block;
  content: "";
  width: 200%;
  height: 200%;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  transform: scale(.5);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  transform-origin: top left;
  position: absolute;
  top: 0;
  left: 0
}

.schedule-card-wrapper .team-name {
  margin-top: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #222
}

.schedule-card-wrapper .match-content {
  position: relative
}

.schedule-card-wrapper .match-score {
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%)
}

.schedule-card-wrapper .icon-vs {
  display: block;
  width: 21px;
  height: 24px;
  margin: 0 auto;
  background: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/icon_vs.ffe52cb1.svg) no-repeat 50%/contain
}

.schedule-card-wrapper .line {
  margin: 0 2px
}

.schedule-card-wrapper .score {
  font-family: ByteNumber-center;
  font-style: normal;
  font-weight: 720;
  font-size: 20px;
  line-height: 24px;
  color: #222
}

.schedule-card-wrapper .extra-score {
  font-size: 14px;
  line-height: 22px
}

.schedule-card-wrapper .score.big-num {
  font-size: 18px
}

.schedule-card-wrapper .score.big-num .extra-score {
  font-size: 12px;
  line-height: 20px
}

.schedule-card-wrapper .status {
  width: 106px;
  height: 32px;
  margin-top: 36px;
  background: #f8f8f8;
  border-radius: 119px;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  color: #222
}

.schedule-card-wrapper .status.live {
  background: #fff2f2;
  color: #f04142;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.schedule-card-wrapper .status.live .playing-icon {
  margin-right: 4px
}

.playing-icon {
  height: 12px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.playing-icon span {
  width: 1.4px;
  border-radius: .7px;
  background-color: #f04142;
  -webkit-animation: upAndDown .35s ease-in-out infinite alternate;
  -moz-animation: upAndDown .35s ease-in-out infinite alternate;
  animation: upAndDown .35s ease-in-out infinite alternate
}

.playing-icon span:first-child {
  height: 4.4px;
  margin: 0 2.6px 0 1.3px
}

.playing-icon span:nth-child(2) {
  height: 9.4px;
  -webkit-animation-delay: -.35s;
  -moz-animation-delay: -.35s;
  animation-delay: -.35s
}

.playing-icon span:nth-child(3) {
  height: 6.4px;
  margin: 0 1.3px 0 2.6px;
  -webkit-animation-delay: -.17s;
  -moz-animation-delay: -.17s;
  animation-delay: -.17s
}

@-webkit-keyframes upAndDown {
  0% {
    height: 4.4px
  }

  to {
    height: 9.4px
  }
}

@-moz-keyframes upAndDown {
  0% {
    height: 4.4px
  }

  to {
    height: 9.4px
  }
}

@keyframes upAndDown {
  0% {
    height: 4.4px
  }

  to {
    height: 9.4px
  }
}

.article-detail-container .right-sidebar,
.wtt-detail-container .right-sidebar {
  width: 318px
}

.article-detail-container .right-sidebar>div:not(:first-child):not(:last-child),
.wtt-detail-container .right-sidebar>div:not(:first-child):not(:last-child) {
  margin-top: 36px
}

.pane-header {
  margin-bottom: 10px
}

.hot-video {
  width: 318px;
  height: 518px
}

.hot-video .video-item {
  padding: 12px 0;
  overflow: hidden
}

.hot-video .video-item .left-img {
  width: 96px;
  height: 72px;
  margin-right: 12px;
  border-radius: 4px;
  overflow: hidden;
  float: left;
  position: relative
}

.hot-video .video-item .left-img:hover .pic {
  -webkit-transform: matrix(1.04, 0, 0, 1.04, 0, 0);
  -moz-transform: matrix(1.04, 0, 0, 1.04, 0, 0);
  transform: matrix(1.04, 0, 0, 1.04, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden
}

.hot-video .video-item .left-img .pic {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  -webkit-transition: all .5s ease-out .1s;
  -moz-transition: all .5s ease-out .1s;
  transition: all .5s ease-out .1s
}

.hot-video .video-item .left-img .duration {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #fff;
  background: rgba(0, 0, 0, .5);
  border-radius: 4px;
  padding: 2px 4px;
  position: absolute;
  right: 4px;
  bottom: 4px
}

.hot-video .video-item .right-content {
  height: 72px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.hot-video .video-item .title {
  max-height: 44px;
  font-size: 16px;
  line-height: 22px;
  color: #222;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis
}

.hot-video .video-item .title:visited {
  color: #999
}

.hot-video .video-item .title:hover {
  color: #f04142
}

.hot-video .video-item .info {
  font-size: 14px;
  line-height: 20px;
  color: #999
}

.pane-header {
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.pane-header,
.pane-header .header {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.pane-header .header {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #222
}

.pane-header .header:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background: no-repeat 50%/contain
}

.pane-header .header.icon-video:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAAAPFBMVEVHcEzvQEDwQUHwQEHwQULwQULvQEDwQUHvQEDwQELxQULwQUHxQEHwQUL////6urr3lpb95+fyUVL0bm8V8ewmAAAADXRSTlMAIJBZvIA85RBwnc9n3O4v5QAAAZhJREFUWMPNmNtyhDAIhk2MIRmHGN33f9d6aKvWFYhhZ/pfO99wEAI0zb2Cj9YB4CzonY2+eaIQ3Yo4ybWmmII3cm0BpgMkBJ3RwGwoAcezmBXFBT5YFMoGimMAxQJT69Yv6TZ/EQsV33M6LFanYs+NTS0+kq/JF5W78JAzk87/k8XHsgoBuoYJakAH5zqsUlebsYtJlQbtJkEt6NukFqu1VYojvphyzgKQW0NNfTGmlIaJJwXGs5wWjZPIN8qzIW2kl8Q35EEpZT5vXgRiSZ5ujDuIC3mkG8gBxITckrE+geiQu6YXg8hAAV1of0AECcjsX0AEqRA0/jsQ4VpRsAelrBHp7/V+SLUSUStaYRsZ2DZCziHixoaarTZqNP9lwA3UsyZ9jgz3QGLOLx6zPZDPxtmrZzXz415oymNNrUn7iKw1+lWaBMf9Sms8VhvY9VYItaXmcZjazy1+equo3nI8D7hl67r//AFB76Shd2RZsyc4+wTRBclwh6ggP2q196exGMrObOYNC4opP4GP1vXb+RCW8yFF+QLsLs/tCfTGZwAAAABJRU5ErkJggg==)
}

.pane-header .header.icon-related:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIBAMAAACnw650AAAAGFBMVEVHcEzwQUHvQEDwQEHwQUHvQELvQEDwQULAo2DbAAAAB3RSTlMA3RCFv2gsEF0AQwAAAJxJREFUSMdjYBj+gMlEvBwLKHRFVpRYjgOIISkSx6WoUAGuhrUcJzCAK2LBrcgBrogRtyIBuCJ23IoKRhUNAUXFCthSIZqiAJT0jEORAkqqN6dAkQGKdeLYFZUS4/DRCKZ+UknEqygALZHgTQXmFCsyQEsk+JJK4mgEjyqiUBFRlSJR1SszbkUBmIUfZpVPauOBIQR7M8RZYQS0wQADs64fXrF9FQAAAABJRU5ErkJggg==)
}

.pane-header .right {
  cursor: pointer;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  background: none
}

.pane-header .right:focus-visible {
  outline: auto
}

.pane-header .right:hover {
  opacity: .8
}

.pane-header .right img {
  width: 16px;
  height: 16px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s
}

.pane-header .right span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #f04142;
  margin-left: 4px
}

.related-card-item {
  padding: 12px 0;
  overflow: hidden
}

.related-card-item .left-img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 96px;
  height: 72px;
  margin-right: 12px;
  border-radius: 4px;
  border: 1px solid #f2f2f2;
  overflow: hidden;
  float: left;
  position: relative
}

.related-card-item .left-img:hover .cover {
  -webkit-transform: matrix(1.04, 0, 0, 1.04, 0, 0);
  -moz-transform: matrix(1.04, 0, 0, 1.04, 0, 0);
  transform: matrix(1.04, 0, 0, 1.04, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden
}

.related-card-item .left-img .cover {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all .5s ease-out .1s;
  -moz-transition: all .5s ease-out .1s;
  transition: all .5s ease-out .1s
}

.related-card-item .left-img .duration {
  padding: 2px 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
  background: rgba(0, 0, 0, .5);
  border-radius: 4px;
  position: absolute;
  right: 4px;
  bottom: 4px
}

.related-card-item .right-content {
  height: 72px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.related-card-item .right-content .title {
  max-height: 44px;
  font-size: 16px;
  line-height: 22px;
  color: #222;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis
}

.related-card-item .right-content .title:visited {
  color: #999
}

.related-card-item .right-content .title:hover {
  color: #f04142
}

.related-card-item .right-content .info {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #999
}

.related-card-item .right-content .info span:nth-child(2) {
  margin-left: 16px
}

.related-recommend-list {
  width: 318px
}

.media-info .user-info {
  padding: 8px 0 12px;
  text-align: center
}

.media-info .user-info .user-avatar {
  display: block;
  width: 60px;
  height: 60px;
  margin: auto;
  position: relative
}

.media-info .user-info .user-avatar img {
  border: 1px solid #f2f2f2;
  width: 100%;
  height: 100%;
  border-radius: 50%
}

.media-info .user-info .user-avatar .verified-icon {
  position: absolute;
  right: 0;
  bottom: 0
}

.media-info .user-info .user-name {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: .02em;
  color: #222;
  margin: 8px 0 4px
}

.media-info .user-info .user-name:hover {
  opacity: .8
}

.media-info .user-info .user-auth {
  margin: 0 auto 12px;
  max-width: 220px;
  max-height: 40px;
  font-size: 14px;
  line-height: 20px;
  color: #707070;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis
}

.media-info .related-title {
  margin: 24px 0 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: .02em;
  color: #222;
  text-align: center;
  position: relative
}

.media-info .related-title:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f2f2f2;
  position: absolute;
  top: 50%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%)
}

.media-info .related-title span {
  padding: 0 18px;
  background-color: #fff
}

.media-info .look-more {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  background: #f8f8f8;
  border-radius: 4px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.media-info .look-more:hover {
  opacity: .9
}

.media-info .look-more span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #222
}

.media-info .look-more .icon-arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-left: 2px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAElBMVEUAAAAiIiIgICAiIiIiIiIiIiITg06EAAAABXRSTlMAgBBw7yyeleUAAAA/SURBVDjLYxgxgEkBh4RJIA4NoaECuCRwaBHFpYVxeGkJxqUlRAGXWQoEbMe0fLhqACUf0hIcg6kz7kQ9sgAAPXQYYVl7Um4AAAAASUVORK5CYII=") no-repeat 50%;
  background-size: contain
}

.media-info .related-list-item {
  padding: 12px 0;
  overflow: hidden
}

.media-info .related-list-item .left-img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 96px;
  height: 72px;
  margin-right: 12px;
  border-radius: 4px;
  border: 1px solid #f2f2f2;
  overflow: hidden;
  float: left
}

.media-info .related-list-item .left-img:hover .pic {
  -webkit-transform: matrix(1.04, 0, 0, 1.04, 0, 0);
  -moz-transform: matrix(1.04, 0, 0, 1.04, 0, 0);
  transform: matrix(1.04, 0, 0, 1.04, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden
}

.media-info .related-list-item .left-img .pic {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  -webkit-transition: all .5s ease-out .1s;
  -moz-transition: all .5s ease-out .1s;
  transition: all .5s ease-out .1s
}

.media-info .related-list-item .right-content {
  height: 72px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.media-info .related-list-item .right-content .title {
  max-height: 44px;
  font-size: 16px;
  line-height: 22px;
  color: #222;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis
}

.media-info .related-list-item .right-content .title:visited {
  color: #999
}

.media-info .related-list-item .right-content .title:hover {
  color: #f04142
}

.media-info .related-list-item .right-content .info {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #999
}

.media-info .related-list-item .right-content .info span:nth-child(2) {
  margin-left: 16px
}

.user-subscribe-wrapper {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  border: none;
  margin: 0 auto;
  width: 96px;
  height: 32px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  background: #f04142;
  cursor: pointer
}

.user-subscribe-wrapper:hover {
  opacity: .9
}

.user-subscribe-wrapper span {
  margin-left: 2px
}

.user-subscribe-wrapper.following {
  color: #999;
  background: #f8f8f8
}

.user-subscribe-wrapper.following:hover {
  opacity: .8
}

.user-subscribe-wrapper.following:before {
  border-color: transparent #ddd transparent transparent
}

.user-subscribe-wrapper.following:after {
  content: "";
  position: absolute;
  top: 7px;
  left: -8px;
  border: 4px solid transparent;
  border-right-color: #fff
}

.user-subscribe-wrapper.following i {
  font-size: 8px;
  color: #777
}

.detail-hotboard {
  min-height: 475px
}

.detail-hotboard .ttp-hot-board {
  background: #fff
}

.ttp-hot-board {
  width: 318px
}

.ttp-hot-board .title-bar {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 7px;
  height: 28px
}

.ttp-hot-board .title-bar .title {
  position: relative;
  margin: 0;
  padding-left: 32px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #222;
  cursor: default
}

.ttp-hot-board .title-bar .title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 22px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABCBAMAAAAGWI0SAAAAJ1BMVEVHcEzvQEDwQULwQELxQEHwQUHvQEDwQUHvQEDwQUHwQUHwQELwQUJ3RBxpAAAADHRSTlMAI9+FW7kQ70Cgz2+lx2XXAAABmElEQVRIx7WWsU7DMBCGbWgLtAyoC0IwMCEhZWBjYQhCYmJA6oY65AEYgJmhG0Ji4AG6sDPwAF1IWkrTeyjsNCT22ecLA//SKvrknO/+u4sQpuTxSLDqQRqzUBcg3eGgAwDIOGisIHgNMzLSUJ4EoXUA/qj+CgpHdbaCIJQsWTJwFIDWfqGswdtgnvBvAzjh7qZ1R0LDGvpmMhmOfGJAKR+2UnG9OBS2kjaVdCrdiSwoLoLEld4CB+o78U9cSBXgIxB2AelH97gDLCmztNXPzIKuEJSU5bayYN8NciFajrNa6KCFEE/Fn6XPblWBe9WRlV4QdNgZunYfI+j81GM/FDdEHvvhVBr6JC9naOk1JVJd4zYNzcg0eY28QUPzCtqmIfgHqFHgXRrK/5anRhkP1G5aty8NfXlHE9I12b+olUvdkpCxs8gcLIxu2eTdG4jcmlC7fEhkzjNyiJudbEPe9+GlLdm7+caYM8IIJ0wFM+11N42ofW/ojVtT9Kbas8xNfbM8Gwy99vffS2YQ+hSRFzeP8DC4tJ/+ADFNuYdM8+umAAAAAElFTkSuQmCC) no-repeat 50%;
  background-size: contain
}

.ttp-hot-board .title-bar .refresh {
  position: relative;
  border: none;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #f04142;
  cursor: pointer;
  background: transparent
}

.ttp-hot-board .title-bar .refresh:hover {
  opacity: .8
}

.ttp-hot-board .title-bar .refresh:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAAAwCAMAAACPHmKLAAAAM1BMVEVHcEzxQEHwQEHwQUHvQEDwQUHwQELvQEDwQUHvQEDwQEHwQEHvQEDwQELwQEHwQELwQULQdpGMAAAAEHRSTlMAn2DvEL+AIN86kFAhcM+vUcBIKwAAAVJJREFUSMfVVduChCAIVVTwsmn//7W76kybilbzNrwFnLgfhfgi0UQPnMFHtf+JMj7oa3+Xivch0q39yeyDpFV+284KTgt4BzBbICLn8FDwYcgWq8JTtYRVaTmIrjbfdYd8hTBNKxkopjOu/MoMepwGFz8FsvVFsACQMplo64Q6o8y6PiVoZzmG8H06coGQbBFNjNasJ5MF6REBgnP9KgemsrV4tuErMat1e2do46mXueHh4s7yRvx/csPoB599dDMNuoGgzxHiBsI1WQnbfE0Rp8pdtHDR3HwN8fHI5BNAKbwbWSaPAIDoJUx4STNE8hJgD1cOuzg7njcLuMW5ATeM1FVR2dxGk+RQRyUT4kpbsQ/yDGcfMNzBol0Y7efE+2qwxZNRo5oDzq8BZvKgsB0KvVo3RrbVqyZHf3NxOR1GJXfjdQ7e1HlGD/r+ehNp8U3yC/YPH/jMrgU4AAAAAElFTkSuQmCC) no-repeat 50%;
  background-size: contain
}

.ttp-hot-board .title-bar .refresh.loading:before {
  -webkit-animation: rotate 1s linear infinite;
  -moz-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite
}

.ttp-hot-board .article-item {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 0;
  cursor: pointer
}

.ttp-hot-board .article-item:visited .news-title {
  color: #999
}

.ttp-hot-board .news-index {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
  width: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  font-family: ByteNumber-center;
  color: #999;
  text-align: center
}

.ttp-hot-board .news-index.num-1 {
  color: #a82e2e
}

.ttp-hot-board .news-index.num-2 {
  color: #f04142
}

.ttp-hot-board .news-index.num-3 {
  color: #ff9a03
}

.ttp-hot-board .news-title {
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  line-height: 20px;
  color: #222;
  text-overflow: ellipsis
}

.ttp-hot-board .news-title:hover {
  color: #f04142
}

.ttp-hot-board .news-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  border-radius: 3px;
  background-size: contain
}

.ttp-hot-board .news-icon.hot {
  background-image: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/hot.92a15c5e.svg)
}

.ttp-hot-board .news-icon.new {
  background-image: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/new.b7973b24.svg)
}

.ttp-hot-board .news-icon.boom {
  background-image: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/explode.56a2d47c.svg)
}

.ttp-hot-board .icon-stick {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background: url(https://lf9-static.bytednsdoc.com/obj/eden-cn/pipieh7nupabozups/toutiao_web_pc/icon_hot_board_stick.svg) no-repeat 50%;
  background-size: contain
}

@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@-moz-keyframes rotate {
  to {
    -moz-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes rotate {
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.seo-hot-link-list {
  padding: 10px 0 0;
  font-size: 14px;
  color: #999;
  text-align: center
}

.seo-hot-link-list>span {
  padding-left: 5px
}

.seo-hot-link-list ul {
  display: inline
}

.seo-hot-link-list ul li {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 5px;
  border-right: 1px solid #eee
}

.seo-hot-link-list ul li:last-child {
  border: none
}

.seo-hot-link-list ul li a {
  color: #999
}

.emoji {
  vertical-align: middle;
  position: relative;
  top: -2px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  padding-top: 20px;
  padding-left: 20px
}

.emoji,
.emoji-name {
  display: inline-block
}

.emoji-name {
  font-size: 0;
  width: 2px
}

.emoji_1_smile {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_1_smile@3x.png")
}

.emoji_2_kiss {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_2_kiss@3x.png")
}

.emoji_3_daze {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_3_daze@3x.png")
}

.emoji_4_smoke {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_4_cool@3x.png")
}

.emoji_5_pick_nose {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_5_pick_nose@3x.png")
}

.emoji_6_cry {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_6_cry@3x.png")
}

.emoji_7_anger {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_7_anger@3x.png")
}

.emoji_8_laugh {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_8_laugh@3x.png")
}

.emoji_9_sleep {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_9_sleep@3x.png")
}

.emoji_10_shy {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_10_shy@3x.png")
}

.emoji_11_naughty {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_11_naughty@3x.png");
  background-size: auto 20px;
  padding-top: 20px;
  padding-left: 22px
}

.emoji_12_dizzy {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_12_dizzy@3x.png")
}

.emoji_13_stunned {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_13_stunned@3x.png")
}

.emoji_14_shut_up {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_14_shut_up@3x.png")
}

.emoji_15_wit {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_15_wit@3x.png")
}

.emoji_17_hand_sample {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_17_hand_sample@3x.png");
  padding-left: 22px
}

.emoji_17_hand_sample,
.emoji_18_ye {
  background-size: auto 20px;
  padding-top: 20px
}

.emoji_18_ye {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_18_ye@3x.png");
  padding-left: 21px
}

.emoji_19_distress_situation {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_19_distress_situation@3x.png")
}

.emoji_20_play_face {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_20_play_face@3x.png");
  background-size: auto 20px;
  padding-top: 20px;
  padding-left: 22px
}

.emoji_21_smile {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_21_smile@3x.png")
}

.emoji_22_yawn {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_22_yawn@3x.png")
}

.emoji_23_surprise {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_23_surprise@3x.png")
}

.emoji_24_take_heart {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_24_take_heart@3x.png")
}

.emoji_25_sleepy {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_25_sleepy@3x.png")
}

.emoji_26_what {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_26_what@3x.png");
  background-size: auto 20px;
  padding-top: 20px;
  padding-left: 22px
}

.emoji_27_sobbing {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_27_sobbing@3x.png")
}

.emoji_28_handclap {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_28_handclap@3x.png")
}

.emoji_29_cool {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_29_cool@3x.png")
}

.emoji_30_titter {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_30_titter@3x.png")
}

.emoji_31_lightning_strike {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_31_lightning_strike@3x.png")
}

.emoji_32_meditation {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_32_meditation@3x.png")
}

.emoji_33_vomiting_blood {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_33_vomiting_blood@3x.png")
}

.emoji_34_acting_cute {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_34_acting_cute@3x.png")
}

.emoji_35_quietly {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_35_quietly@3x.png")
}

.emoji_36_hum {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_36_hum@3x.png")
}

.emoji_37_khan {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_37_khan@3x.png")
}

.emoji_38_forced_smile {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_38_forced_smile@3x.png");
  background-size: auto 20px;
  padding-top: 20px;
  padding-left: 24px
}

.emoji_39_haze {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_39_haze@3x.png")
}

.emoji_40_smirk {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_40_smirk@3x.png")
}

.emoji_41_cool {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_41_cool@3x.png")
}

.emoji_42_bad_smile {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_42_bad_smile@3x.png")
}

.emoji_43_crazy {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_43_crazy@3x.png")
}

.emoji_44_tears {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_44_tears@3x.png")
}

.emoji_45_money {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_45_money@3x.png")
}

.emoji_46_kiss {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_46_kiss@3x.png")
}

.emoji_47_fear {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_47_fear@3x.png")
}

.emoji_48_smile {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_48_smile@3x.png")
}

.emoji_49_injustice {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_49_injustice@3x.png")
}

.emoji_50_their {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_50_their@3x.png")
}

.emoji_52_like {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_52_like@3x.png")
}

.emoji_53_handclap {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_53_handclap@3x.png")
}

.emoji_54_3Q {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_54_3Q@3x.png")
}

.emoji_55_kiss {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_55_kiss@3x.png")
}

.emoji_56_household_cleanser {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_56_household_cleanser@3x.png")
}

.emoji_57_666 {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_57_666@3x.png")
}

.emoji_58_rose {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_58_rose@3x.png")
}

.emoji_59_cucumber {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_59_cucumber@3x.png")
}

.emoji_60_beer {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_60_beer@3x.png")
}

.emoji_61_distress_situation {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_61_distress_situation@3x.png");
  background-size: auto 20px;
  padding-top: 20px;
  padding-left: 22px
}

.emoji_62_injustice {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_62_injustice@3x.png")
}

.emoji_63_lick_screen {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_63_lick_screen@3x.png")
}

.emoji_64_despise {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_64_despise@3x.png")
}

.emoji_65_kiss {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_65_kiss@3x.png")
}

.emoji_66_bye {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_66_bye@3x.png")
}

.emoji_67_erkang {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_67_erkang@3x.png")
}

.emoji_67_erkang,
.emoji_68_hug {
  background-size: auto 20px;
  padding-top: 20px;
  padding-left: 23px
}

.emoji_68_hug {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_68_hug@3x.png")
}

.emoji_69_hitler {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_69_hitler@3x.png")
}

.emoji_70_zhoudongyu_gaze {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_70_zhoudongyu_gaze@3x.png")
}

.emoji_71_masichun_smile {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_71_masichun_smile@3x.png")
}

.emoji_72_dogo {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_72_dogo@3x.png")
}

.emoji_73_cat {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_73_cat@3x.png")
}

.emoji_74_2ha {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_74_2ha@3x.png")
}

.emoji_75_dogo {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_75_dogo@3x.png")
}

.emoji_76_bear {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_76_bear@3x.png")
}

.emoji_77_skeleton {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_77_skeleton@3x.png")
}

.emoji_78_black_face {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_78_black_face@3x.png")
}

.emoji_79_eat_melon {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_79_eat_melon@3x.png")
}

.emoji_80_green_hat {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_80_newer_green_hat@3x.png")
}

.emoji_81_sweat {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_81_sweat@3x.png")
}

.emoji_82_lear_ropes {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_82_lear_ropes@3x.png")
}

.emoji_83_frown {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_83_frown@3x.png")
}

.emoji_84_wipe_sweat {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_84_wipe_sweat@3x.png")
}

.emoji_85_redface {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_85_redface@3x.png")
}

.emoji_86_orz {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_86_orz@3x.png")
}

.emoji_87_makeface {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_87_makeface@3x.png")
}

.emoji_88_intensity {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_88_intensity@3x.png")
}

.emoji_89_ruhua {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_89_ruhua@3x.png")
}

.emoji_90_spit {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_90_spit@3x.png")
}

.emoji_91_surprise {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_91_surprise@3x.png")
}

.emoji_92_knock {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_92_knock@3x.png")
}

.emoji_93_refuel {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_93_refuel@3x.png")
}

.emoji_94_rainbow {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_94_rainbow@3x.png")
}

.emoji_95_bigcry {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_95_bigcry@3x.png")
}

.emoji_96_fingerheart {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_96_fingerheart@3x.png")
}

.emoji_97_refuel {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_97_refuel@3x.png")
}

.emoji_98_fist {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_98_fist@3x.png")
}

.emoji_99_OK {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_99_OK@3x.png")
}

.emoji_100_highfive {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_100_highfive@3x.png")
}

.emoji_101_left {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_101_left@3x.png")
}

.emoji_102_shakehand {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_102_shakehand@3x.png")
}

.emoji_103_18 {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_103_18@3x.png")
}

.emoji_104_knife {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_104_knife@3x.png")
}

.emoji_105_V5 {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_105_V5@3x.png")
}

.emoji_106_awesome {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_106_awesome@3x.png")
}

.emoji_107_heart {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_107_heart@3x.png")
}

.emoji_108_broken_heart {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_108_broken_heart@3x.png")
}

.emoji_109_shit {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_109_shit@3x.png")
}

.emoji_110_gifts {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_110_gifts@3x.png")
}

.emoji_111_cake {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_111_cake@3x.png")
}

.emoji_112_flower {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_112_flower@3x.png")
}

.emoji_113_lookat {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_113_lookat@3x.png")
}

.emoji_114_bomb {
  background-image: url("//lf3-cdn-tos.bytegoofy.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_114_bomb@3x.png")
}

.ttp-comment-block {
  width: 676px
}

.ttp-comment-block .side-drawer-btn {
  display: block;
  border: none;
  margin-top: -4px;
  padding: 11px 0;
  border-radius: 4px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  color: #222;
  background: #f8f8f8;
  cursor: pointer
}

.ttp-comment-block .side-drawer-btn:hover span {
  opacity: .8
}

.ttp-comment-block .side-drawer-btn span {
  display: inline-block;
  position: relative;
  padding-right: 18px
}

.ttp-comment-block .side-drawer-btn span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -1px;
  width: 16px;
  height: 16px;
  background: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/icon_right.3d90fb78.svg) no-repeat 50%;
  background-size: contain
}

.ttp-comment-wrapper .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #222
}

.ttp-comment-wrapper .main-input {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 40px
}

.ttp-comment-wrapper .main-input .ttp-avatar {
  margin-right: 12px
}

.ttp-comment-wrapper .main-input .ttp-comment-input {
  -moz-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1
}

.ttp-comment-wrapper .comment-list li {
  margin: 40px 0
}

.ttp-comment-drawer.ttp-drawer-wrapper {
  top: 64px
}

.ttp-comment-drawer.ttp-drawer-wrapper .ttp-drawer>.header {
  margin: 0;
  padding: 14px 28px;
  border-bottom: 1px solid #f2f2f2;
  height: 56px
}

.ttp-comment-drawer.ttp-drawer-wrapper .ttp-drawer>.header .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #222
}

.ttp-comment-drawer.ttp-drawer-wrapper .ttp-drawer>.header .close-btn {
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/icon_close.00ae9b67.svg)
}

.ttp-comment-drawer.ttp-drawer-wrapper .ttp-drawer>.body {
  top: 56px
}

.ttp-comment-drawer.ttp-drawer-wrapper .ttp-comment-wrapper {
  padding: 28px 24px 0
}

.ttp-comment-drawer.ttp-drawer-wrapper .ttp-comment-wrapper .main-input .ttp-avatar,
.ttp-comment-drawer.ttp-drawer-wrapper .ttp-comment-wrapper>.title {
  display: none
}

.ttp-comment-drawer.ttp-drawer-wrapper .main-input {
  margin-top: 0;
  margin-bottom: -12px
}

.ttp-comment-drawer.ttp-drawer-wrapper .load-more-btn-wrapper {
  margin: -12px 24px 40px 68px
}

.ttp-comment-drawer.ttp-drawer-wrapper .load-more-btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  padding: 11px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  width: 100%;
  color: #222;
  background: #f8f8f8;
  cursor: pointer
}

.ttp-comment-drawer.ttp-drawer-wrapper .load-more-btn span {
  display: inline-block;
  position: relative;
  padding-right: 18px
}

.ttp-comment-drawer.ttp-drawer-wrapper .load-more-btn span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  width: 16px;
  height: 16px;
  background: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/icon_right.3d90fb78.svg) no-repeat 50%;
  background-size: contain
}

.ttp-comment-drawer.ttp-drawer-wrapper .no-more {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: -4px 0 72px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #999;
  cursor: default
}

.ttp-comment-drawer.ttp-drawer-wrapper .no-data {
  margin-top: 92px
}

.ttp-comment-drawer.ttp-drawer-wrapper.dark .load-more-btn {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background: #25252b
}

.ttp-comment-drawer.ttp-drawer-wrapper.dark .load-more-btn:hover {
  background: #29292e
}

.ttp-comment-drawer.ttp-drawer-wrapper.dark .load-more-btn span:after {
  background-image: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/icon_down_dark.d6eb759f.svg);
  -webkit-transform: translateY(-50%) rotate(0);
  -moz-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0)
}

.comment-folded .ttp-comment-wrapper .title {
  margin-bottom: -12px
}

.ttp-comment-input {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  padding: 16px;
  background: #f8f8f8
}

.ttp-comment-input .login-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  cursor: pointer
}

.ttp-comment-input .login-mask p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 16px;
  line-height: 22px;
  color: #222
}

.ttp-comment-input .login-mask button {
  border: none;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #f04142;
  background: transparent
}

.ttp-comment-input .comment-textarea {
  display: block;
  border: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 72px;
  width: 100%;
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #222;
  outline: none;
  resize: none;
  background: #f8f8f8;
  -webkit-transition: height .3s ease-in-out;
  -moz-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out
}

.ttp-comment-input .comment-textarea::-webkit-input-placeholder {
  color: #999
}

.ttp-comment-input .comment-textarea:-moz-placeholder,
.ttp-comment-input .comment-textarea::-moz-placeholder {
  color: #999
}

.ttp-comment-input .comment-textarea:-ms-input-placeholder {
  color: #999
}

.ttp-comment-input .comment-textarea::-ms-input-placeholder {
  color: #999
}

.ttp-comment-input .comment-textarea::placeholder {
  color: #999
}

.ttp-comment-input .comment-textarea.expand {
  height: 120px
}

.ttp-comment-input .action {
  margin-top: 12px;
  text-align: right
}

.ttp-comment-input .submit-btn {
  border: none;
  border-radius: 4px;
  padding: 6px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  background: #505050;
  cursor: pointer
}

.ttp-comment-input .submit-btn.disable {
  opacity: .3;
  cursor: default
}

.ttp-comment-input .submit-btn:hover {
  background: #707070
}

.ttp-comment-input.dark,
.ttp-comment-input.dark .login-mask {
  background: #25252b
}

.ttp-comment-input.dark .login-mask p {
  color: #e8e8e8
}

.ttp-comment-input.dark .comment-textarea {
  color: #e8e8e8;
  background: #25252b
}

.ttp-comment-input.dark .submit-btn {
  color: #e8e8e8;
  background: hsla(0, 0%, 43.9%, .6)
}

.ttp-comment-input.dark .submit-btn.disable {
  opacity: 1;
  color: #999;
  background: hsla(0, 0%, 43.9%, .3)
}

.ttp-comment-item {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.ttp-comment-item>a {
  margin-right: 12px
}

.ttp-comment-item .children-reply-avatar {
  margin-right: 8px
}

.ttp-comment-item .children-reply-avatar .ttp-avatar {
  width: 24px;
  height: 24px
}

.ttp-comment-item .comment-info {
  -moz-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1
}

.ttp-comment-item .header {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.ttp-comment-item .user-info,
.ttp-comment-item .user-info .user-name {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ttp-comment-item .user-info .user-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #222
}

.ttp-comment-item .user-info .auth-icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  width: 13px;
  height: 13px;
  background: transparent no-repeat 50%;
  background-size: contain
}

.ttp-comment-item .user-info .auth-icon.auth-0 {
  background-image: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/auth_0.600aa73b.svg)
}

.ttp-comment-item .user-info .auth-icon.auth-1 {
  background-image: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/auth_1.9fe8a9f6.svg)
}

.ttp-comment-item .user-info .auth-icon.auth-2 {
  background-image: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/auth_2.ac774735.svg)
}

.ttp-comment-item .user-info .tag {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  margin-left: 4px;
  padding: 1px 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #f04142;
  background: #fff2f2
}

.ttp-comment-item .user-info .tag.style-2 {
  color: #ff7528
}

.ttp-comment-item .body {
  margin: 8px 0 12px
}

.ttp-comment-item .body .content {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #222;
  word-break: break-all
}

.ttp-comment-item .footer {
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.ttp-comment-item .footer,
.ttp-comment-item .footer .left-action {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ttp-comment-item .footer .left-action {
  font-size: 14px;
  line-height: 20px
}

.ttp-comment-item .footer .left-action .source-link {
  position: relative;
  padding-right: 18px;
  color: #999
}

.ttp-comment-item .footer .left-action .source-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/source_link_arrow.f1438a97.svg) no-repeat 50%;
  background-size: contain
}

.ttp-comment-item .footer .reply-btn {
  border: none;
  border-radius: 34px;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #222;
  background: none;
  cursor: pointer
}

.ttp-comment-item .footer .reply-btn:focus-visible {
  outline: auto
}

.ttp-comment-item .footer .dot {
  margin: 0 8px;
  color: #999
}

.ttp-comment-item .footer .time {
  color: #999
}

.ttp-comment-item .children-input {
  margin-top: 12px
}

.ttp-comment-item .replay-list {
  margin-bottom: -24px
}

.ttp-comment-item .replay-list li {
  margin: 24px 0
}

.ttp-comment-item .check-more-reply {
  display: inline-block;
  position: relative;
  border: none;
  margin-top: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #505050;
  background: none;
  cursor: pointer
}

.ttp-comment-item .check-more-reply:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/icon_down.c794088d.svg) no-repeat 50%;
  background-size: contain
}

.ttp-comment-item .check-more-reply.ml {
  margin-left: 32px
}

.ttp-comment-item .check-more-reply.fold:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}

.ttp-comment-wrapper.small .ttp-comment-item .ttp-avatar {
  width: 32px;
  height: 32px
}

.ttp-comment-wrapper.small .ttp-comment-item .body .content,
.ttp-comment-wrapper.small .ttp-comment-item .user-info .user-name {
  font-size: 14px;
  line-height: 20px
}

.ttp-comment-wrapper.small .ttp-comment-item .footer .left-action,
.ttp-comment-wrapper.small .ttp-comment-item .footer .reply-btn {
  font-size: 12px;
  line-height: 16px
}

.ttp-comment-wrapper.small .ttp-comment-item .ttp-comment-like .inner {
  font-size: 14px;
  line-height: 20px
}

.ttp-comment-wrapper.small .ttp-comment-item .ttp-comment-like .inner svg {
  width: 20px;
  height: 20px
}

.ttp-comment-wrapper.small .ttp-comment-item .ttp-comment-report {
  height: 16px
}

.ttp-comment-wrapper.small .ttp-comment-item .ttp-comment-report i {
  width: 16px;
  height: 16px
}

.ttp-comment-wrapper.small .ttp-comment-item .children-input .comment-textarea {
  font-size: 14px;
  line-height: 20px
}

.ttp-comment-wrapper.small .ttp-comment-item .check-more-reply {
  padding: 0 16px 0 0
}

.ttp-comment-wrapper.small .ttp-comment-item .check-more-reply.ml {
  margin-left: 40px
}

.ttp-comment-item.dark .ttp-avatar {
  border: none
}

.ttp-comment-item.dark .user-info .user-name {
  color: #e8e8e8
}

.ttp-comment-item.dark .user-info .user-name:hover {
  color: #fff
}

.ttp-comment-item.dark .user-info .tag {
  color: #ff5e5e;
  background: #2f1514
}

.ttp-comment-item.dark .body .content,
.ttp-comment-item.dark .footer .reply-btn {
  color: #e8e8e8
}

.ttp-comment-item.dark .footer .reply-btn:hover {
  color: #fff
}

.ttp-comment-item.dark .check-more-reply {
  color: #cacaca
}

.ttp-comment-item.dark .check-more-reply:hover {
  color: #fff
}

.ttp-comment-item.dark .check-more-reply:hover:after {
  background-image: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/icon_down_dark_hover.afb5aa9d.svg)
}

.ttp-comment-item.dark .check-more-reply:after {
  background-image: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/icon_down_dark.d6eb759f.svg)
}

.ttp-comment-like {
  display: inline-block;
  cursor: pointer;
  outline: none
}

.ttp-comment-like:focus-visible {
  outline: auto
}

.ttp-comment-like .inner {
  position: relative;
  padding-right: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #222
}

.ttp-comment-like .inner:hover {
  opacity: .8
}

.ttp-comment-like .inner span {
  display: inline-block;
  margin-top: 1px
}

.ttp-comment-like .inner .text {
  margin-top: 0;
  font-size: 14px
}

.ttp-comment-like .inner svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px
}

.ttp-comment-like .inner.liked {
  color: #f04142
}

.ttp-comment-like .inner.liked svg {
  -webkit-animation: liked .3s cubic-bezier(.3, 1.8, .3, 1);
  -moz-animation: liked .3s cubic-bezier(.3, 1.8, .3, 1);
  animation: liked .3s cubic-bezier(.3, 1.8, .3, 1)
}

@-webkit-keyframes liked {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-moz-keyframes liked {
  0% {
    -moz-transform: scale(0);
    transform: scale(0)
  }

  to {
    -moz-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes liked {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0)
  }

  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 1
  }

  to {
    opacity: .25
  }
}

@-moz-keyframes fade {
  0% {
    opacity: 1
  }

  to {
    opacity: .25
  }
}

@keyframes fade {
  0% {
    opacity: 1
  }

  to {
    opacity: .25
  }
}

@-webkit-keyframes loadingRotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@-moz-keyframes loadingRotate {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0)
  }

  25% {
    -moz-transform: rotate(90deg);
    transform: rotate(90deg)
  }

  50% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  75% {
    -moz-transform: rotate(270deg);
    transform: rotate(270deg)
  }

  to {
    -moz-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes loadingRotate {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0)
  }

  25% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg)
  }

  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  75% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@-webkit-keyframes loadingDashOffset {
  0% {
    stroke-dashoffset: 236
  }

  to {
    stroke-dashoffset: 0
  }
}

@-moz-keyframes loadingDashOffset {
  0% {
    stroke-dashoffset: 236
  }

  to {
    stroke-dashoffset: 0
  }
}

@keyframes loadingDashOffset {
  0% {
    stroke-dashoffset: 236
  }

  to {
    stroke-dashoffset: 0
  }
}

xg-loading-inner {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  transform-origin: center;
  -webkit-animation: loadingRotate 1s linear .1s infinite;
  -moz-animation: loadingRotate 1s .1s linear infinite;
  animation: loadingRotate 1s linear .1s infinite
}

.xgplayer-loading {
  display: none;
  width: 70px;
  height: 70px;
  overflow: hidden;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none
}

.xgplayer-loading svg {
  width: 100%;
  height: 100%
}

.xgplayer-mobile .xgplayer-loading {
  width: 50px;
  height: 50px
}

.xgplayer-isloading .xgplayer-loading {
  display: block
}

.xgplayer-is-ended .xgplayer-loading,
.xgplayer-is-enter .xgplayer-loading,
.xgplayer-is-error .xgplayer-loading,
.xgplayer-nostart .xgplayer-loading,
.xgplayer-pause .xgplayer-loading {
  display: none
}

.xgplayer .xgplayer-playbackrate {
  display: none;
  cursor: default
}

.xgplayer .xgplayer-download {
  position: relative;
  display: block;
  cursor: pointer
}

.lang-is-en .xgplayer-download .xgplayer-tips {
  margin-left: -32px
}

.lang-is-jp .xgplayer-download .xgplayer-tips {
  margin-left: -40px
}

.xgplayer .xgplayer-playnext {
  position: relative;
  display: none;
  cursor: pointer
}

.xgplayer .xgplayer-playnext .xgplayer-tips .xgplayer-tip-playnext {
  display: block
}

.xgplayer .xgplayer-playnext:hover {
  opacity: .85
}

.xgplayer .xgplayer-playnext:hover .xgplayer-tips {
  display: block
}

.lang-is-en .xgplayer-playnext .xgplayer-tips {
  margin-left: -25px
}

.lang-is-jp .xgplayer-playnext .xgplayer-tips {
  margin-left: -38px
}

.xgplayer .xgplayer-pip .xg-exit-pip {
  display: none
}

.xgplayer .xgplayer-pip .xg-get-pip,
.xgplayer .xgplayer-pip[data-state=pip] .xg-exit-pip {
  display: block
}

.xgplayer .xgplayer-pip[data-state=pip] .xg-get-pip,
.xgplayer .xgplayer-shot {
  display: none
}

.xgplayer-error {
  background: #000;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  color: #fff;
  text-align: center;
  line-height: 100%;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.xgplayer-error .xgplayer-error-refresh {
  color: #fa1f41;
  padding: 0 3px;
  cursor: pointer
}

.xgplayer-error .xgplayer-error-text {
  line-height: 18px;
  display: block;
  margin: auto 6px 20px
}

.xgplayer-is-error .xgplayer-error {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.xg-mini-layer {
  display: none;
  z-index: 11;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(57, 57, 57, .9)), color-stop(50.27%, rgba(57, 57, 57, 0)));
  background: -webkit-linear-gradient(top, rgba(57, 57, 57, .9), rgba(57, 57, 57, 0) 50.27%);
  background: -moz-linear-gradient(top, rgba(57, 57, 57, .9), rgba(57, 57, 57, 0) 50.27%);
  background: linear-gradient(180deg, rgba(57, 57, 57, .9), rgba(57, 57, 57, 0) 50.27%)
}

.xg-mini-layer,
.xg-mini-layer .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.xg-mini-layer .mask {
  pointer-events: none;
  background-color: rgba(0, 0, 0, .4)
}

.xg-mini-layer xg-mini-header {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 3px 0 8px;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  font-size: 14px;
  position: absolute;
  z-index: 22
}

.xg-mini-layer xg-mini-header .xgplayer-pip-disableBtn {
  pointer-events: all
}

.xg-mini-layer xg-mini-header #disabledMini {
  display: none;
  position: relative
}

.xg-mini-layer xg-mini-header #disabledMini+label {
  cursor: pointer;
  position: relative;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.xg-mini-layer xg-mini-header #disabledMini+label:before {
  content: "";
  color: #ff142b;
  background-color: transparent;
  border-radius: 2px;
  border: 1px solid #cdcdcd;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 16px;
  margin-right: 7px
}

.xg-mini-layer xg-mini-header #disabledMini:checked+label {
  color: #ff142b
}

.xg-mini-layer xg-mini-header #disabledMini:checked+label:before {
  border-color: #ff142b
}

.xg-mini-layer xg-mini-header #disabledMini:checked+label:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 8px;
  border-color: #ff142b;
  border-style: solid;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 6px;
  top: 5px
}

.xg-mini-layer xg-mini-header .xgplayer-mini-disableBtn xg-tips {
  position: absolute;
  padding: 4px 6px;
  white-space: nowrap;
  bottom: -30px;
  right: 15px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .54);
  display: none
}

.xg-mini-layer xg-mini-header .xgplayer-mini-disableBtn:hover #disabledMini+label:before {
  border-color: #ff142b
}

.xg-mini-layer xg-mini-header .xgplayer-mini-disableBtn:hover #disabledMini+label {
  color: #ff142b
}

.xg-mini-layer xg-mini-header .xgplayer-mini-disableBtn:hover xg-tips {
  display: block
}

.xg-mini-layer .mini-cancel-btn {
  cursor: pointer;
  display: block;
  color: #fff;
  width: 40px;
  height: 38px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 38px
}

.xg-mini-layer .play-icon {
  cursor: pointer;
  height: 48px;
  width: 48px;
  position: absolute;
  background: rgba(0, 0, 0, .54);
  border-radius: 24px;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px
}

.xg-mini-layer .play-icon svg {
  width: 50px;
  height: 50px;
  fill: #faf7f7
}

.xg-mini-layer .xg-icon-play {
  display: none
}

.xg-mini-layer .xg-icon-pause,
.xg-mini-layer[data-state=pause] .xg-icon-play {
  display: block
}

.xg-mini-layer[data-state=pause] .xg-icon-pause {
  display: none
}

.xgplayer-miniicon {
  position: relative;
  outline: none;
  display: block
}

.xgplayer-miniicon .name {
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  height: 20px;
  color: hsla(0, 0%, 100%, .8);
  line-height: 40px
}

.xgplayer-miniicon .name span {
  font-size: 13px;
  width: 60px;
  height: 20px;
  line-height: 20px;
  background: rgba(0, 0, 0, .38);
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle
}

.xgplayer-mini {
  position: fixed;
  width: 320px;
  height: 180px;
  z-index: 91;
  -webkit-box-shadow: 0 4px 7px 2px rgba(0, 0, 0, .2);
  box-shadow: 0 4px 7px 2px rgba(0, 0, 0, .2)
}

.xgplayer-mini:hover {
  cursor: move
}

.xgplayer-mini:hover .xg-mini-layer {
  display: block
}

.xgplayer-mini.xgplayer-ended .xg-mini-layer {
  display: none
}

.xgplayer-mobile .xg-mini-layer .play-icon {
  background: none;
  border-radius: initial
}

.xgplayer xg-thumbnail {
  display: block
}

.xgplayer xg-trigger {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}

.xgplayer xg-trigger .time-preview {
  display: none;
  position: absolute;
  width: 200px;
  margin: 0 auto;
  padding: 0 20px 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, .54);
  font-size: 17px;
  text-align: center;
  pointer-events: none
}

.xgplayer xg-trigger .time-preview span {
  line-height: 24px
}

.xgplayer xg-trigger .time-preview span.xg-cur {
  color: red
}

.xgplayer xg-trigger .time-preview .xg-seek-show {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  transform: translateX(-10px)
}

.xgplayer xg-trigger .time-preview .xg-seek-show.xg-back .xg-seek-pre {
  -webkit-transform: rotate(180deg) translateX(-5px);
  -moz-transform: rotate(180deg) translateX(-5px);
  transform: rotate(180deg) translateX(-5px)
}

.xgplayer xg-trigger .time-preview .xg-seek-show.hide-seek-icon .xg-seek-icon {
  display: none
}

.xgplayer xg-trigger .time-preview .xg-bar {
  width: 96px;
  height: 2px;
  margin: 8px auto 0;
  border-radius: 10px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: hsla(0, 0%, 100%, .3)
}

.xgplayer xg-trigger .time-preview .xg-bar .xg-curbar {
  width: 0;
  height: 100%;
  background-color: red
}

.xgplayer xg-trigger .time-preview .xg-bar.hide {
  display: none
}

.xgplayer xg-trigger .mobile-thumbnail {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%)
}

.xgplayer xg-trigger .xg-top-note {
  position: absolute;
  height: 32px;
  width: 135px;
  top: 26px;
  left: 50%;
  margin-left: -78px;
  background: rgba(0, 0, 0, .3);
  border-radius: 100px;
  color: #fff
}

.xgplayer xg-trigger .xg-top-note span {
  display: block;
  line-height: 32px;
  height: 32px;
  font-size: 13px;
  text-align: center
}

.xgplayer xg-trigger .xg-top-note i {
  color: red;
  margin: 0 5px
}

.xgplayer xg-trigger .xg-playbackrate {
  display: none
}

.xgplayer xg-trigger[data-xg-action=playbackrate] .xg-playbackrate,
.xgplayer xg-trigger[data-xg-action=seeking] .time-preview {
  display: block
}

.xgplayer .gradient {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), color-stop(20%, rgba(0, 0, 0, .36)), color-stop(36%, transparent), color-stop(70%, transparent), color-stop(77%, rgba(0, 0, 0, .24)), color-stop(83%, rgba(0, 0, 0, .36)), to(rgba(0, 0, 0, .6)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .36) 20%, transparent 36%, transparent 70%, rgba(0, 0, 0, .24) 77%, rgba(0, 0, 0, .36) 83%, rgba(0, 0, 0, .6));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .36) 20%, transparent 36%, transparent 70%, rgba(0, 0, 0, .24) 77%, rgba(0, 0, 0, .36) 83%, rgba(0, 0, 0, .6));
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .36) 20%, transparent 36%, transparent 70%, rgba(0, 0, 0, .24) 77%, rgba(0, 0, 0, .36) 83%, rgba(0, 0, 0, .6))
}

.xgplayer .gradient.top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), color-stop(20%, rgba(0, 0, 0, .36)), color-stop(36%, transparent), color-stop(70%, transparent));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .36) 20%, transparent 36%, transparent 70%);
  background-image: -moz-linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .36) 20%, transparent 36%, transparent 70%);
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .36) 20%, transparent 36%, transparent 70%)
}

.xgplayer .gradient.bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(77%, rgba(0, 0, 0, .24)), color-stop(83%, rgba(0, 0, 0, .36)), to(rgba(0, 0, 0, .6)));
  background-image: -webkit-linear-gradient(transparent 70%, rgba(0, 0, 0, .24) 77%, rgba(0, 0, 0, .36) 83%, rgba(0, 0, 0, .6));
  background-image: -moz-linear-gradient(transparent 70%, rgba(0, 0, 0, .24) 77%, rgba(0, 0, 0, .36) 83%, rgba(0, 0, 0, .6));
  background-image: linear-gradient(transparent 70%, rgba(0, 0, 0, .24) 77%, rgba(0, 0, 0, .36) 83%, rgba(0, 0, 0, .6))
}

.xgplayer-mobile .xgplayer-controls,
.xgplayer .gradient.none {
  background-image: none
}

.xgplayer-mobile.xgplayer-playing .gradient {
  display: block
}

.xgplayer-mobile.xgplayer-inactive .gradient {
  background-image: none
}

.xgplayer-mobile .xgmask {
  position: absolute;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  background-color: transparent
}

@media (prefers-color-scheme:dark) {
  .xgplayer-mobile xg-trigger .time-preview {
    color: #fff
  }

  .xgplayer-mobile xg-trigger .time-preview span.xg-cur {
    color: red
  }

  .xgplayer-mobile xg-trigger .time-preview .xg-bar {
    background-color: hsla(0, 0%, 100%, .3)
  }

  .xgplayer-mobile xg-trigger .time-preview .xg-bar.xg-curbar {
    background-color: red
  }
}

.xgplayer .xgplayer-prompt {
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  padding: 6px 12px 5px;
  opacity: 0;
  left: 10px;
  background: rgba(0, 0, 0, .5);
  border-radius: 50px;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #fff
}

.xgplayer .xgplayer-prompt.show {
  display: block;
  opacity: 1;
  z-index: 10;
  pointer-events: auto
}

.xgplayer .xgplayer-prompt.arrow {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%)
}

.xgplayer .xgplayer-prompt.arrow:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid rgba(0, 0, 0, .5);
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%)
}

.xgplayer .xgplayer-prompt .highlight {
  display: inline-block;
  margin-left: 6px;
  color: red;
  cursor: pointer
}

.xgplayer.xgplayer-is-error .xgplayer-prompt.show {
  display: none;
  opacity: 1
}

.xgplayer .xgplayer-spot {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
  border-radius: 12px
}

.xgplayer .xgplayer-spot.mini {
  min-width: 6px;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  transform: translate(-50%)
}

.xgplayer-mobile .xgplayer-spot {
  height: 3px;
  min-width: 3px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%)
}

.xgplayer-mobile .xgplayer-spot.mini {
  min-width: 3px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.xgplayer .xgplayer-progress.active .xgplayer-spot {
  opacity: 1;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s;
  visibility: visible
}

.xgplayer .xg-spot-info {
  position: absolute;
  left: 0;
  bottom: 15px;
  display: none
}

.xgplayer .xg-spot-info.short-line .xg-spot-line {
  height: 6px;
  top: 6px
}

.xgplayer .xg-spot-info.short-line .xg-spot-content {
  padding-bottom: 0;
  bottom: 10px
}

.xgplayer .xg-spot-info.no-thumbnail .xg-spot-thumbnail {
  display: none
}

.xgplayer .xg-spot-info.no-thumbnail .xgplayer-progress-point {
  display: block
}

.xgplayer .xg-spot-info.hide,
.xgplayer .xg-spot-info.no-timepoint .xgplayer-progress-point {
  display: none
}

.xgplayer .xgplayer-progress.active .xg-spot-info {
  display: block
}

.xgplayer .xgplayer-progress.active .xg-spot-info.hide {
  display: none
}

.xgplayer .xg-spot-line {
  display: block;
  position: relative;
  top: 8px;
  width: 1px;
  height: 41px;
  margin-left: 50%;
  background-color: #fff;
  pointer-events: none
}

.xgplayer .xg-spot-line,
.xgplayer .xgplayer-progress-point {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%)
}

.xgplayer .xgplayer-progress-point {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  padding: 4px 6px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background: rgba(0, 0, 0, .54);
  border-radius: 4px;
  opacity: .85
}

.xgplayer .xg-spot-content {
  position: relative;
  width: 160px;
  top: 8px;
  color: #fff;
  border-radius: 2px 2px 0 0
}

.xgplayer .xg-spot-thumbnail {
  position: relative;
  width: 160px;
  background-color: #111010;
  pointer-events: none;
  border-radius: 2px 2px 0 0
}

.xgplayer .xg-spot-time {
  position: absolute;
  bottom: 2px;
  font-size: 12px;
  line-height: 16.8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none
}

.xgplayer .progress-thumbnail {
  margin: 0 auto;
  display: block
}

.xgplayer .xg-spot-text {
  display: none;
  width: 160px;
  padding: 4px 8px 9px;
  background: rgba(0, 0, 0, .8);
  border-radius: 0 0 2px 2px;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.xgplayer .spot-inner-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
  font-size: 12px;
  max-height: 40px
}

.xgplayer .xg-spot-content.show-text .xg-spot-text {
  display: block
}

.xgplayer .product .xg-spot-text {
  background: #3370ff
}

.xgplayer .product .xg-spot-line {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 7px solid #3370ff;
  width: 0;
  height: 15px;
  left: -10px;
  background: none
}

.xgplayer .xgvideo-preview {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility .3s, opacity .3s;
  -moz-transition: visibility .3s, opacity .3s;
  transition: visibility .3s, opacity .3s;
  background-color: #000
}

.xgplayer .xgvideo-preview .xgvideo-thumbnail {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 0
}

.xgplayer .xgvideo-preview.show {
  opacity: 1;
  visibility: visible
}

.xgplayer-dynamic-bg,
.xgplayer-dynamic-bg canvas,
.xgplayer-dynamic-bg xgfilter,
.xgplayer-dynamic-bg xgmask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none
}

.xgplayer-dynamic-bg canvas {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0)
}

.xgplayer-dynamic-bg xgmask {
  background: rgba(0, 0, 0, .7)
}

.ttp-xgplayer-placeholder {
  width: 100%;
  height: 100%;
  background: #000
}

.tt-video-box.xgplayer xg-icon.xgplayer-autonext,
.tt-video-box.xgplayer xg-icon.xgplayer-definition,
.tt-video-box.xgplayer xg-icon.xgplayer-fullscreen,
.tt-video-box.xgplayer xg-icon.xgplayer-play,
.tt-video-box.xgplayer xg-icon.xgplayer-playbackrate,
.tt-video-box.xgplayer xg-icon.xgplayer-volume,
.ttp-xgplayer.xgplayer xg-icon.xgplayer-autonext,
.ttp-xgplayer.xgplayer xg-icon.xgplayer-definition,
.ttp-xgplayer.xgplayer xg-icon.xgplayer-fullscreen,
.ttp-xgplayer.xgplayer xg-icon.xgplayer-play,
.ttp-xgplayer.xgplayer xg-icon.xgplayer-playbackrate,
.ttp-xgplayer.xgplayer xg-icon.xgplayer-volume {
  opacity: .9
}

.tt-video-box.xgplayer xg-icon.xgplayer-autonext:hover,
.tt-video-box.xgplayer xg-icon.xgplayer-definition:hover,
.tt-video-box.xgplayer xg-icon.xgplayer-fullscreen:hover,
.tt-video-box.xgplayer xg-icon.xgplayer-play:hover,
.tt-video-box.xgplayer xg-icon.xgplayer-playbackrate:hover,
.tt-video-box.xgplayer xg-icon.xgplayer-volume:hover,
.ttp-xgplayer.xgplayer xg-icon.xgplayer-autonext:hover,
.ttp-xgplayer.xgplayer xg-icon.xgplayer-definition:hover,
.ttp-xgplayer.xgplayer xg-icon.xgplayer-fullscreen:hover,
.ttp-xgplayer.xgplayer xg-icon.xgplayer-play:hover,
.ttp-xgplayer.xgplayer xg-icon.xgplayer-playbackrate:hover,
.ttp-xgplayer.xgplayer xg-icon.xgplayer-volume:hover {
  opacity: 1
}

.tt-video-box.xgplayer.xgplayer-inactive .xg-right-bar,
.ttp-xgplayer.xgplayer.xgplayer-inactive .xg-right-bar {
  display: block
}

.tt-video-box.xgplayer .xgplayer-start,
.ttp-xgplayer.xgplayer .xgplayer-start {
  width: 56px;
  height: 56px
}

.tt-video-box.xgplayer xg-start-inner,
.ttp-xgplayer.xgplayer xg-start-inner {
  overflow: visible;
  border: none;
  background: none
}

.tt-video-box.xgplayer xg-start-inner .xg-icon-play,
.ttp-xgplayer.xgplayer xg-start-inner .xg-icon-play {
  width: 100%;
  height: 100%;
  background: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/start.be9cca5f.svg) no-repeat 50%;
  background-size: contain
}

.tt-video-box.xgplayer xg-start-inner .xg-icon-pause,
.ttp-xgplayer.xgplayer xg-start-inner .xg-icon-pause {
  display: none
}

.tt-video-box.xgplayer .xgplayer-loading,
.ttp-xgplayer.xgplayer .xgplayer-loading {
  width: 56px;
  height: 56px
}

.tt-video-box.xgplayer xg-loading-inner i,
.ttp-xgplayer.xgplayer xg-loading-inner i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKgAAACoCAMAAABDlVWGAAAAOVBMVEVHcEz///////////////////////////////////////////////////////////////////////99PJZNAAAAE3RSTlMAo1OveV4HEisfQDZKcJGaaIOKwPzatgAAClpJREFUeNrNnemaojoQQAHJDkh4/4edLFVZ0bEVCAWCfX/0Pd+pJYDOTNcdFJQxJoTgMcxPjNHuPmEQLV/K6EPZXRngG+BSY9EiOkpRYOLmDoy1o2RA6UlFLTTZbLQx6woSbXpIkeQcEh85PSu/mJUKhxlJK6OKlz7xJNjlMu2eGo02c1TY/UGa1yVaoX1KpYLvFykc8pBK0AswhYhGuRD8hdSil9CqU3o2KmBi0lHo7nxKeinWJwqV56KizUTmvtJqjqasEo9noVKRRGp0lzO0EqScF0UKuzgXM9p0pzii0raPLZ+NJ4mZd7tU7PCss13UN0bLkZ8bBWQpOT20iSwmqxKfr04ip9wd9yHxMpAeJ9Wn/Y3R/YungjSvTygB6VAPaioHmWPWRVqxqmRZiu0kMevBpwtFD9EJmAVrVqT8XedXmZdYpVKC1N/bP0AWrDyT6jdzjU8puDFv3FUg5/lowikqY+J9iANmPLbSi/Tzt7ccphF5LRSTH53+ln7GRNHwdZV+cOnuYcMMDY0kU6U/kNqpxBi43EPmf7hmB9ZkXSphp29J3X0lTHqsUJYp/eMvZjyuSzLPOwT9ktMKdbFXouyrERIv9fK8g1T2Zd6TtIeuYl9j+l/Lw4qUo05mk5J9k3cwCnSp0p8WPaZixxdCzSa+WN09ZFap7GdMVwBJfarUp/yrU9/vLvm4xfwfstztFKiDnf5Gii4RN1mfDrooYyrt+AmNTnanf5rzkRCYffKPu3Tke0I9Lv3cJ0sqNFTAwY9khJKFT3g3qT8N0EAZS+Do2xtVG3VvJv7xYIqTiYX8H/8oxqd/ymrUbCbEp4lnkRaVnnJrK8AlqnScdqcfcxZKz3q8KbCHHB5InT4gpZlQEZjPe6oRlE4I6ZzyzzkT2jMfFNGsSiH10/+uT+gOJTv5SXFCmsbb5NdCz+d0pGgTWsnt4n+cNGv7Kz6CYbVPG6+Tbxj3nJ7/dFi42ZT5tPtboSWpuOTTAb5n9GXyg9AU9qJPMfhUVOibfqKOsMz+VZ+zFEL9j/yV0EhKr+X0pJlOF/RFhXpUtEov/cxV1DU6DepVhaJRemmBJmUafA5u3xlRNM08nq/krMrU0arXFcriu+7aEKnPwQmtq9Q+JgSPgfPyz4JVTHtIP69BKXMPNSPp1ZwdTXIeaGlVoQEVa/RyUN/5Q2B0b/kroRTTfz2nVTrEGh282AIUCSlO/CbfA+GxRAfsKFZyWlSApbTR91WgSocBnRZDn0ajwWwTUKsUGskn3kTaTqGTaDi34XRKh1Cj/iyyVkqVsnagRmnkdD6HQe4NJ0Bu9yUlaPwBut4daGY0q9KGX/1SoDTuIfc0aXrasOXhosOxZagqE0rDdGK06XfpoEKHmP4pB02UNgXlQ27UBKuNNs+8z73ng8ABRetoCtphjQahMKBuB6qG3OgARXo3zk6k094HBdDO7XcBpUMVIjMKyM1Bu6kCVY4zT37XHpRnkAS6KdChz/bfnBYZpAsLWjttHSyHjN3UxXbq7gDa1d3EHKffaXeTzO91kwDCDtTCm9ahfOqJLwC7c4/G5+fjscwKsW8BGvrJbu7uXugHxJPdQykHPC/VHuwgFf0jRC/ukHk3nyDnHpaYQcoSThPsDqAsYCKpuSx5ZpwPfRfQgOqSP3XqUQS/ASgdElJi307dXILOd1Aamii0U7eUoM+bgBIvE6u0e1RxB1Bs9jik7grqS9OyuhchNwUdkNS97PG2RgkAEl+rpByj9xj5lGAzeaO2mWpQcQvQQui0A3qDic9yocSuTLoClTe4KCmFmouSamV6TLcAzSvUgJIKdL3BhXMQirlX3VSBju1BZdJM/sg7+bjhYj+RMkQn7jjxK07COlpi9u0HKatBzZ1cX2DeYD6JitM+0tEFZv8gd+mlGHZkEoOGm0d93q+X7N2yrIw+Gt/aU7LT9J1r+x53f5KtS3R1W9b0HXRT5Gy/NkmPaUnX2Euum/o082ZrPkXXwLhiL3V+Ee3BqzPb87ZT1GHiZnfPw6NKT9z3pPFwWiOr2+GmIxRn7zEfbXM/IGUARm8rNFMPpObAb9DzkRWnkIwuEVa37fmkRO0P4YsFKaQ52Vezmc9WGKFJ6gOMTlz2HnVoKHR1e8x/vDea0GUU+2yklA3ruq5p9mPmXe5thFK1h0ZK+YoRSRNnGhLfxxpopHQARLtD26dXHhx6KCrt2yiNQqPT7IbjGdsISVsopd7jikrtMRc2JB2P0UCpCphRa/FF12fG6c+swQwNWccZtRaJJaVPE5c/iZjWOsqLeNHvhGo3msJepXXcAb22nxj5QKidUDtx6WdO0nDN2XTaE7qr9NlPlyZ+LlD3hNoPbyvM/vlk1yZ+XlPWXaG28QtM+9ouKlNK5jkand8I9bM0YuJ20e2TtJhzafRFPoc69Wa7ZIFShtHzpagvx+NS+bTbBdOUO845GnXvXieTx/JEn6afzr/TEwA5z1nXv3lOS/aMPpeTn+yygDmDUbe9ewJGF9CYnp79uaTMQULq53n+TyelyY+UJuzhTFLm6OZYpVAA/yk4krnE03M5rU5F4MRtfjNCk+Rvaeq9UxfyrH4Hm+HsC4H8d6FhsT6DTxfTOfNzHqvMmxf5YOmesrwnQQ5fTenkMYE1MfpRpZE+VxkKQLMz2iilxCH14RozxhGaxyIPTrvHDKjo89NV2zZU7CM8Ly79x/09jEOCOM5hlJrD5/8Ttj2fWctHVn3Qyi/mcRwBMrbTx40Ufs1SlOdiIRe3HSGVDaPjREg8u2b60+8Xz/2wuMvwIypVDtO9ihI1qH/85ari8wfDuSw/5Z/KGTHnse6mPy+BKuukxCeg0l8xvc9xDrkfv+LMnC6ACJge9Zta9ZgAGVCD0HH96pIidlQC7Cn9kfzx1wqSQjqviOkLYP2y+IVOKhS1LpF2Wcbh4+s/MaFMhMRmCvn/fp4wnbeTH1AhNs/K//v7KR+AT+eUkdWcfpl7bNxBTCpg8/9lHl7/1bGMT7PW2jLqTGik9UqH3655pv0aDZib3VzMZJI8/BVr9t9xUNNgGfWoI6XO8x+d/nwZIZewLGW743SokdWE3nQelhFAdcIZlX45Pl8VaoBdaqPLEjEN5wYbcPpXTLyulH7f7uV1TliSsgJFqduWcm65TvfCAtUVoncrj7okVzot0CdChhrNMp87HUEopF1XsGbKH3iLy0hAfC6vjQbKSurLfjpQJw7/HBFUwiGmfvOUZY26/O/U57we/8Rg2gqdIf/bkmUeIbfIqEPac53zKQ/gGNlVmlVohIQzkoLSvEzlWU+JE9QtNbpV46koUq2rThrH4czH7g41NZo51Xnbh553Odd5L5Gzv/zpUDc0ahGXsutDbInSxKgeZ3nFhxhMaVRa9VI5RuMKmrDO8rIP2jgBpVtdoDurvdbJtCfXfuGXqXUpFyadzKctSfwYs09Ug28BMEX0suQL07ajNFyTDLzdF1OFXPWWhsdMlnpIPFHt/6yMUJOn1QEza3oy8Vv8YVO4FhRcTmSdR2C192rDdOA/xfUPL8k0dthp310AAAAASUVORK5CYII=) no-repeat 50%;
  background-size: contain
}

.tt-video-box.xgplayer .xgplayer-controls,
.ttp-xgplayer.xgplayer .xgplayer-controls {
  height: 56px
}

.tt-video-box.xgplayer .xgplayer-controls:before,
.ttp-xgplayer.xgplayer .xgplayer-controls:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 120px;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(6.67%, rgba(0, 0, 0, .00691776)), color-stop(13.33%, rgba(0, 0, 0, .028408)), color-stop(20%, rgba(0, 0, 0, .0653279)), color-stop(26.67%, rgba(0, 0, 0, .117929)), color-stop(33.33%, rgba(0, 0, 0, .18542)), color-stop(40%, rgba(0, 0, 0, .265507)), color-stop(46.67%, rgba(0, 0, 0, .354153)), color-stop(53.33%, rgba(0, 0, 0, .445847)), color-stop(60%, rgba(0, 0, 0, .534493)), color-stop(66.67%, rgba(0, 0, 0, .61458)), color-stop(73.33%, rgba(0, 0, 0, .682071)), color-stop(80%, rgba(0, 0, 0, .734672)), color-stop(86.67%, rgba(0, 0, 0, .771592)), color-stop(93.33%, rgba(0, 0, 0, .793082)), to(rgba(0, 0, 0, .8)));
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .00691776) 6.67%, rgba(0, 0, 0, .028408) 13.33%, rgba(0, 0, 0, .0653279) 20%, rgba(0, 0, 0, .117929) 26.67%, rgba(0, 0, 0, .18542) 33.33%, rgba(0, 0, 0, .265507) 40%, rgba(0, 0, 0, .354153) 46.67%, rgba(0, 0, 0, .445847) 53.33%, rgba(0, 0, 0, .534493) 60%, rgba(0, 0, 0, .61458) 66.67%, rgba(0, 0, 0, .682071) 73.33%, rgba(0, 0, 0, .734672) 80%, rgba(0, 0, 0, .771592) 86.67%, rgba(0, 0, 0, .793082) 93.33%, rgba(0, 0, 0, .8));
  background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .00691776) 6.67%, rgba(0, 0, 0, .028408) 13.33%, rgba(0, 0, 0, .0653279) 20%, rgba(0, 0, 0, .117929) 26.67%, rgba(0, 0, 0, .18542) 33.33%, rgba(0, 0, 0, .265507) 40%, rgba(0, 0, 0, .354153) 46.67%, rgba(0, 0, 0, .445847) 53.33%, rgba(0, 0, 0, .534493) 60%, rgba(0, 0, 0, .61458) 66.67%, rgba(0, 0, 0, .682071) 73.33%, rgba(0, 0, 0, .734672) 80%, rgba(0, 0, 0, .771592) 86.67%, rgba(0, 0, 0, .793082) 93.33%, rgba(0, 0, 0, .8) 100%);
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .00691776) 6.67%, rgba(0, 0, 0, .028408) 13.33%, rgba(0, 0, 0, .0653279) 20%, rgba(0, 0, 0, .117929) 26.67%, rgba(0, 0, 0, .18542) 33.33%, rgba(0, 0, 0, .265507) 40%, rgba(0, 0, 0, .354153) 46.67%, rgba(0, 0, 0, .445847) 53.33%, rgba(0, 0, 0, .534493) 60%, rgba(0, 0, 0, .61458) 66.67%, rgba(0, 0, 0, .682071) 73.33%, rgba(0, 0, 0, .734672) 80%, rgba(0, 0, 0, .771592) 86.67%, rgba(0, 0, 0, .793082) 93.33%, rgba(0, 0, 0, .8))
}

.tt-video-box.xgplayer .xgplayer-controls:after,
.ttp-xgplayer.xgplayer .xgplayer-controls:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: hsla(0, 0%, 100%, .12)
}

.tt-video-box.xgplayer .xg-inner-controls,
.ttp-xgplayer.xgplayer .xg-inner-controls {
  height: 56px
}

.tt-video-box.xgplayer .xg-center-grid,
.ttp-xgplayer.xgplayer .xg-center-grid {
  top: -17px
}

.tt-video-box.xgplayer .xg-pos,
.ttp-xgplayer.xgplayer .xg-pos {
  left: 16px;
  right: 16px
}

.tt-video-box.xgplayer .xgplayer-progress .xgplayer-progress-outer,
.ttp-xgplayer.xgplayer .xgplayer-progress .xgplayer-progress-outer {
  border-radius: 0;
  -webkit-transition: height .15s !important;
  -moz-transition: height .15s !important;
  transition: height .15s !important
}

.tt-video-box.xgplayer .xgplayer-progress .xgplayer-progress-inner,
.ttp-xgplayer.xgplayer .xgplayer-progress .xgplayer-progress-inner {
  background: hsla(0, 0%, 100%, .24)
}

.tt-video-box.xgplayer .xgplayer-progress .xgplayer-progress-cache,
.ttp-xgplayer.xgplayer .xgplayer-progress .xgplayer-progress-cache {
  background: hsla(0, 0%, 100%, .3)
}

.tt-video-box.xgplayer .xgplayer-progress .xgplayer-progress-played,
.ttp-xgplayer.xgplayer .xgplayer-progress .xgplayer-progress-played {
  background: #fff
}

.tt-video-box.xgplayer .xgplayer-progress .xgplayer-progress-btn,
.ttp-xgplayer.xgplayer .xgplayer-progress .xgplayer-progress-btn {
  -webkit-transition: -webkit-transform .15s;
  transition: -webkit-transform .15s;
  -moz-transition: transform .15s, -moz-transform .15s;
  transition: transform .15s;
  transition: transform .15s, -webkit-transform .15s, -moz-transform .15s;
  background: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.tt-video-box.xgplayer .xgplayer-progress.active .xgplayer-progress-outer,
.ttp-xgplayer.xgplayer .xgplayer-progress.active .xgplayer-progress-outer {
  margin-bottom: 1px;
  height: 5px
}

.tt-video-box.xgplayer .xgplayer-progress.active .xgplayer-progress-cache,
.ttp-xgplayer.xgplayer .xgplayer-progress.active .xgplayer-progress-cache {
  background: hsla(0, 0%, 100%, .4)
}

.tt-video-box.xgplayer .xgplayer-progress-btn:before,
.ttp-xgplayer.xgplayer .xgplayer-progress-btn:before {
  width: 14px;
  height: 14px
}

.tt-video-box.xgplayer .xg-mini-progress,
.ttp-xgplayer.xgplayer .xg-mini-progress {
  height: 1px;
  background: hsla(0, 0%, 100%, .12)
}

.tt-video-box.xgplayer .xg-mini-progress xg-mini-progress-cache,
.ttp-xgplayer.xgplayer .xg-mini-progress xg-mini-progress-cache {
  opacity: 0
}

.tt-video-box.xgplayer .xg-mini-progress xg-mini-progress-played,
.ttp-xgplayer.xgplayer .xg-mini-progress xg-mini-progress-played {
  background: hsla(0, 0%, 100%, .3)
}

.tt-video-box.xgplayer xg-icon,
.ttp-xgplayer.xgplayer xg-icon {
  margin-left: 20px;
  height: 40px
}

.tt-video-box.xgplayer xg-icon .xg-tips,
.ttp-xgplayer.xgplayer xg-icon .xg-tips {
  top: -52px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 16px;
  background: rgba(0, 0, 0, .9)
}

.tt-video-box.xgplayer .xgplayer-play .xg-icon-pause,
.tt-video-box.xgplayer .xgplayer-play .xg-icon-play,
.ttp-xgplayer.xgplayer .xgplayer-play .xg-icon-pause,
.ttp-xgplayer.xgplayer .xgplayer-play .xg-icon-play {
  width: 24px;
  height: 24px;
  background: transparent no-repeat 50%;
  background-size: contain
}

.tt-video-box.xgplayer .xgplayer-play .xg-icon-play,
.ttp-xgplayer.xgplayer .xgplayer-play .xg-icon-play {
  background-image: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/play.39ee23c5.svg)
}

.tt-video-box.xgplayer .xgplayer-play .xg-icon-pause,
.ttp-xgplayer.xgplayer .xgplayer-play .xg-icon-pause {
  background-image: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/pause.50d3f32e.svg)
}

.tt-video-box.xgplayer .xgplayer-time,
.ttp-xgplayer.xgplayer .xgplayer-time {
  line-height: 40px;
  font-size: 0
}

.tt-video-box.xgplayer .xgplayer-time span,
.ttp-xgplayer.xgplayer .xgplayer-time span {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500
}

.tt-video-box.xgplayer .xgplayer-time .time-current,
.tt-video-box.xgplayer .xgplayer-time .time-duration,
.ttp-xgplayer.xgplayer .xgplayer-time .time-current,
.ttp-xgplayer.xgplayer .xgplayer-time .time-duration {
  font-family: system-number
}

.tt-video-box.xgplayer .xgplayer-time .time-current,
.ttp-xgplayer.xgplayer .xgplayer-time .time-current {
  color: #e8e8e8
}

.tt-video-box.xgplayer .xgplayer-time .time-duration,
.ttp-xgplayer.xgplayer .xgplayer-time .time-duration {
  color: #989898
}

.tt-video-box.xgplayer .xgplayer-time .time-separator,
.ttp-xgplayer.xgplayer .xgplayer-time .time-separator {
  margin: 0 4px
}

.tt-video-box.xgplayer .xg-left-grid,
.ttp-xgplayer.xgplayer .xg-left-grid {
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.tt-video-box.xgplayer .xg-left-grid>:first-child,
.ttp-xgplayer.xgplayer .xg-left-grid>:first-child {
  margin-left: 8px
}

.tt-video-box.xgplayer .xg-right-grid,
.ttp-xgplayer.xgplayer .xg-right-grid {
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.tt-video-box.xgplayer .xg-right-grid xg-icon,
.ttp-xgplayer.xgplayer .xg-right-grid xg-icon {
  margin-right: 0;
  margin-left: 28px
}

.tt-video-box.xgplayer .xg-right-grid>:first-child,
.ttp-xgplayer.xgplayer .xg-right-grid>:first-child {
  margin-right: 12px
}

.tt-video-box.xgplayer .xgplayer-fullscreen .xg-exit-fullscreen,
.tt-video-box.xgplayer .xgplayer-fullscreen .xg-get-fullscreen,
.ttp-xgplayer.xgplayer .xgplayer-fullscreen .xg-exit-fullscreen,
.ttp-xgplayer.xgplayer .xgplayer-fullscreen .xg-get-fullscreen {
  width: 24px;
  height: 24px;
  background: transparent no-repeat 50%;
  background-size: contain
}

.tt-video-box.xgplayer .xgplayer-fullscreen .xg-get-fullscreen,
.ttp-xgplayer.xgplayer .xgplayer-fullscreen .xg-get-fullscreen {
  background-image: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/fullscreen.c134cf66.svg)
}

.tt-video-box.xgplayer .xgplayer-fullscreen .xg-get-fullscreen:hover,
.ttp-xgplayer.xgplayer .xgplayer-fullscreen .xg-get-fullscreen:hover {
  animation: fullscreenAnima .4s ease-in-out reverse
}

.tt-video-box.xgplayer .xgplayer-fullscreen .xg-exit-fullscreen,
.ttp-xgplayer.xgplayer .xgplayer-fullscreen .xg-exit-fullscreen {
  position: relative
}

.tt-video-box.xgplayer .xgplayer-fullscreen .xg-exit-fullscreen i,
.ttp-xgplayer.xgplayer .xgplayer-fullscreen .xg-exit-fullscreen i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: transparent no-repeat 50%/contain;
  position: absolute
}

.tt-video-box.xgplayer .xgplayer-fullscreen .xg-exit-fullscreen i:first-child,
.ttp-xgplayer.xgplayer .xgplayer-fullscreen .xg-exit-fullscreen i:first-child {
  background-image: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/exit_fullscreen_tl.2e8c8b30.svg);
  top: 0;
  left: 0
}

.tt-video-box.xgplayer .xgplayer-fullscreen .xg-exit-fullscreen i:nth-child(2),
.ttp-xgplayer.xgplayer .xgplayer-fullscreen .xg-exit-fullscreen i:nth-child(2) {
  background-image: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/exit_fullscreen_tr.c5776d15.svg);
  top: 0;
  right: 0
}

.tt-video-box.xgplayer .xgplayer-fullscreen .xg-exit-fullscreen i:nth-child(3),
.ttp-xgplayer.xgplayer .xgplayer-fullscreen .xg-exit-fullscreen i:nth-child(3) {
  background-image: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/exit_fullscreen_bl.9fecf5c9.svg);
  left: 0;
  bottom: 0
}

.tt-video-box.xgplayer .xgplayer-fullscreen .xg-exit-fullscreen i:nth-child(4),
.ttp-xgplayer.xgplayer .xgplayer-fullscreen .xg-exit-fullscreen i:nth-child(4) {
  background-image: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/exit_fullscreen_br.e3928adf.svg);
  right: 0;
  bottom: 0
}

.tt-video-box.xgplayer .xgplayer-fullscreen .xg-exit-fullscreen:hover i,
.ttp-xgplayer.xgplayer .xgplayer-fullscreen .xg-exit-fullscreen:hover i {
  animation: .45s ease-in-out reverse
}

.tt-video-box.xgplayer .xgplayer-fullscreen .xg-exit-fullscreen:hover i:first-child,
.ttp-xgplayer.xgplayer .xgplayer-fullscreen .xg-exit-fullscreen:hover i:first-child {
  -webkit-animation-name: exitFullscreenTl;
  -moz-animation-name: exitFullscreenTl;
  animation-name: exitFullscreenTl
}

.tt-video-box.xgplayer .xgplayer-fullscreen .xg-exit-fullscreen:hover i:nth-child(2),
.ttp-xgplayer.xgplayer .xgplayer-fullscreen .xg-exit-fullscreen:hover i:nth-child(2) {
  -webkit-animation-name: exitFullscreenTr;
  -moz-animation-name: exitFullscreenTr;
  animation-name: exitFullscreenTr
}

.tt-video-box.xgplayer .xgplayer-fullscreen .xg-exit-fullscreen:hover i:nth-child(3),
.ttp-xgplayer.xgplayer .xgplayer-fullscreen .xg-exit-fullscreen:hover i:nth-child(3) {
  -webkit-animation-name: exitFullscreenBl;
  -moz-animation-name: exitFullscreenBl;
  animation-name: exitFullscreenBl
}

.tt-video-box.xgplayer .xgplayer-fullscreen .xg-exit-fullscreen:hover i:nth-child(4),
.ttp-xgplayer.xgplayer .xgplayer-fullscreen .xg-exit-fullscreen:hover i:nth-child(4) {
  -webkit-animation-name: exitFullscreenBr;
  -moz-animation-name: exitFullscreenBr;
  animation-name: exitFullscreenBr
}

.tt-video-box.xgplayer .xgplayer-volume .xg-volume,
.tt-video-box.xgplayer .xgplayer-volume .xg-volume-mute,
.tt-video-box.xgplayer .xgplayer-volume .xg-volume-small,
.ttp-xgplayer.xgplayer .xgplayer-volume .xg-volume,
.ttp-xgplayer.xgplayer .xgplayer-volume .xg-volume-mute,
.ttp-xgplayer.xgplayer .xgplayer-volume .xg-volume-small {
  width: 30px;
  height: 24px;
  background: transparent
}

.tt-video-box.xgplayer .xgplayer-volume .xg-volume-mute i,
.tt-video-box.xgplayer .xgplayer-volume .xg-volume-small i,
.tt-video-box.xgplayer .xgplayer-volume .xg-volume i,
.ttp-xgplayer.xgplayer .xgplayer-volume .xg-volume-mute i,
.ttp-xgplayer.xgplayer .xgplayer-volume .xg-volume-small i,
.ttp-xgplayer.xgplayer .xgplayer-volume .xg-volume i {
  display: inline-block;
  height: 100%;
  background: transparent no-repeat 50%/contain
}

.tt-video-box.xgplayer .xgplayer-volume .xg-volume-mute i:first-child,
.tt-video-box.xgplayer .xgplayer-volume .xg-volume-small i:first-child,
.tt-video-box.xgplayer .xgplayer-volume .xg-volume i:first-child,
.ttp-xgplayer.xgplayer .xgplayer-volume .xg-volume-mute i:first-child,
.ttp-xgplayer.xgplayer .xgplayer-volume .xg-volume-small i:first-child,
.ttp-xgplayer.xgplayer .xgplayer-volume .xg-volume i:first-child {
  width: 20px;
  background-image: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/volume_left.d6fbcf2d.svg)
}

.tt-video-box.xgplayer .xgplayer-volume .xg-volume-mute i:nth-child(2),
.tt-video-box.xgplayer .xgplayer-volume .xg-volume-small i:nth-child(2),
.tt-video-box.xgplayer .xgplayer-volume .xg-volume i:nth-child(2),
.ttp-xgplayer.xgplayer .xgplayer-volume .xg-volume-mute i:nth-child(2),
.ttp-xgplayer.xgplayer .xgplayer-volume .xg-volume-small i:nth-child(2),
.ttp-xgplayer.xgplayer .xgplayer-volume .xg-volume i:nth-child(2) {
  width: 10px
}

.tt-video-box.xgplayer .xgplayer-volume .xg-volume-small i:nth-child(2),
.tt-video-box.xgplayer .xgplayer-volume .xg-volume i:nth-child(2),
.ttp-xgplayer.xgplayer .xgplayer-volume .xg-volume-small i:nth-child(2),
.ttp-xgplayer.xgplayer .xgplayer-volume .xg-volume i:nth-child(2) {
  background-image: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/volume_right.ec93e76a.svg)
}

.tt-video-box.xgplayer .xgplayer-volume .xg-volume-small:hover i:nth-child(2),
.tt-video-box.xgplayer .xgplayer-volume .xg-volume:hover i:nth-child(2),
.ttp-xgplayer.xgplayer .xgplayer-volume .xg-volume-small:hover i:nth-child(2),
.ttp-xgplayer.xgplayer .xgplayer-volume .xg-volume:hover i:nth-child(2) {
  -webkit-animation: volumeAway .3s ease-in-out, volumeAppear .2s ease-in-out .3s;
  -moz-animation: volumeAway .3s ease-in-out, volumeAppear .2s ease-in-out .3s;
  animation: volumeAway .3s ease-in-out, volumeAppear .2s ease-in-out .3s
}

.tt-video-box.xgplayer .xgplayer-volume .xg-volume-mute i:nth-child(2),
.ttp-xgplayer.xgplayer .xgplayer-volume .xg-volume-mute i:nth-child(2) {
  background-image: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/mute_right.6d0b0906.svg)
}

.tt-video-box.xgplayer .xgplayer-volume .xg-volume-mute:hover i:nth-child(2),
.ttp-xgplayer.xgplayer .xgplayer-volume .xg-volume-mute:hover i:nth-child(2) {
  animation: muteAnima .5s ease-in-out reverse
}

.tt-video-box.xgplayer .xgplayer-slider,
.ttp-xgplayer.xgplayer .xgplayer-slider {
  bottom: 64px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 4px;
  width: 56px;
  height: 180px;
  background: rgba(0, 0, 0, .9)
}

.tt-video-box.xgplayer .xgplayer-slider:after,
.ttp-xgplayer.xgplayer .xgplayer-slider:after {
  width: 56px;
  height: 35px;
  bottom: -35px
}

.tt-video-box.xgplayer .xgplayer-value-label,
.ttp-xgplayer.xgplayer .xgplayer-value-label {
  top: 0;
  bottom: auto;
  padding-top: 16px;
  font-size: 14px;
  line-height: 16px;
  background: transparent
}

.tt-video-box.xgplayer .xgplayer-bar,
.ttp-xgplayer.xgplayer .xgplayer-bar {
  border-radius: 30px;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  transform: translate(-50%);
  width: 4px;
  height: 120px;
  background: hsla(0, 0%, 100%, .2)
}

.tt-video-box.xgplayer .xgplayer-drag,
.ttp-xgplayer.xgplayer .xgplayer-drag {
  max-height: 120px
}

.tt-video-box.xgplayer .xgplayer-drag:after,
.ttp-xgplayer.xgplayer .xgplayer-drag:after {
  top: -5px;
  left: -5px;
  width: 14px;
  height: 14px;
  -webkit-box-shadow: none;
  box-shadow: none
}

.tt-video-box.xgplayer .btn-text,
.ttp-xgplayer.xgplayer .btn-text {
  font-size: 16px;
  font-weight: 500;
  color: #fff
}

.tt-video-box.xgplayer .btn-text span,
.ttp-xgplayer.xgplayer .btn-text span {
  min-width: 48px;
  font-weight: 500;
  background: none
}

.tt-video-box.xgplayer .xg-options-list,
.ttp-xgplayer.xgplayer .xg-options-list {
  overflow: visible;
  margin-bottom: 24px;
  border-radius: 4px;
  width: 120px;
  opacity: 1;
  font-family: system-number;
  background: rgba(0, 0, 0, .9)
}

.tt-video-box.xgplayer .xg-options-list:after,
.ttp-xgplayer.xgplayer .xg-options-list:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 38px;
  top: 100%;
  left: 0
}

.tt-video-box.xgplayer .xg-options-list li,
.ttp-xgplayer.xgplayer .xg-options-list li {
  padding: 12px 0;
  font-size: 14px;
  line-height: 16px;
  height: 16px;
  color: #fff
}

.tt-video-box.xgplayer .xg-options-list li.selected,
.tt-video-box.xgplayer .xg-options-list li:hover,
.ttp-xgplayer.xgplayer .xg-options-list li.selected,
.ttp-xgplayer.xgplayer .xg-options-list li:hover {
  color: #f04142
}

.tt-video-box.xgplayer .xg-options-list li:first-child,
.ttp-xgplayer.xgplayer .xg-options-list li:first-child {
  margin-top: 16px
}

.tt-video-box.xgplayer .xg-options-list li:last-child,
.ttp-xgplayer.xgplayer .xg-options-list li:last-child {
  margin-bottom: 16px
}

.tt-video-box.xgplayer .xgplayer-definition .btn-text span,
.ttp-xgplayer.xgplayer .xgplayer-definition .btn-text span {
  min-width: auto
}

.tt-video-box.xgplayer-is-fullscreen.xgplayer-inactive .xg-right-bar,
.ttp-xgplayer.xgplayer-is-fullscreen.xgplayer-inactive .xg-right-bar {
  display: none
}

.tt-video-box.xgplayer-is-fullscreen .xg-mini-progress,
.ttp-xgplayer.xgplayer-is-fullscreen .xg-mini-progress {
  opacity: 0
}

@-webkit-keyframes fullscreenAnima {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }
}

@-moz-keyframes fullscreenAnima {
  0% {
    -moz-transform: scale(1);
    transform: scale(1)
  }

  to {
    -moz-transform: scale(1.2);
    transform: scale(1.2)
  }
}

@keyframes fullscreenAnima {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
  }

  to {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2)
  }
}

@-webkit-keyframes muteAnima {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }
}

@-moz-keyframes muteAnima {
  0% {
    -moz-transform: scale(1);
    transform: scale(1)
  }

  to {
    -moz-transform: scale(1.3);
    transform: scale(1.3)
  }
}

@keyframes muteAnima {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
  }

  to {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3)
  }
}

@-webkit-keyframes volumeAway {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  to {
    -webkit-transform: translateX(3px) scale(1.2);
    transform: translateX(3px) scale(1.2);
    opacity: 0
  }
}

@-moz-keyframes volumeAway {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  to {
    -moz-transform: translateX(3px) scale(1.2);
    transform: translateX(3px) scale(1.2);
    opacity: 0
  }
}

@keyframes volumeAway {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  to {
    -webkit-transform: translateX(3px) scale(1.2);
    -moz-transform: translateX(3px) scale(1.2);
    transform: translateX(3px) scale(1.2);
    opacity: 0
  }
}

@-webkit-keyframes volumeAppear {
  0% {
    -webkit-transform: translateX(-3px) scale(.9);
    transform: translateX(-3px) scale(.9);
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes volumeAppear {
  0% {
    -moz-transform: translateX(-3px) scale(.9);
    transform: translateX(-3px) scale(.9);
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes volumeAppear {
  0% {
    -webkit-transform: translateX(-3px) scale(.9);
    -moz-transform: translateX(-3px) scale(.9);
    transform: translateX(-3px) scale(.9);
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes exitFullscreenTl {
  to {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px)
  }
}

@-moz-keyframes exitFullscreenTl {
  to {
    -moz-transform: translate(1px, 1px);
    transform: translate(1px, 1px)
  }
}

@keyframes exitFullscreenTl {
  to {
    -webkit-transform: translate(1px, 1px);
    -moz-transform: translate(1px, 1px);
    transform: translate(1px, 1px)
  }
}

@-webkit-keyframes exitFullscreenTr {
  to {
    -webkit-transform: translate(-1px, 1px);
    transform: translate(-1px, 1px)
  }
}

@-moz-keyframes exitFullscreenTr {
  to {
    -moz-transform: translate(-1px, 1px);
    transform: translate(-1px, 1px)
  }
}

@keyframes exitFullscreenTr {
  to {
    -webkit-transform: translate(-1px, 1px);
    -moz-transform: translate(-1px, 1px);
    transform: translate(-1px, 1px)
  }
}

@-webkit-keyframes exitFullscreenBl {
  to {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px)
  }
}

@-moz-keyframes exitFullscreenBl {
  to {
    -moz-transform: translate(1px, -1px);
    transform: translate(1px, -1px)
  }
}

@keyframes exitFullscreenBl {
  to {
    -webkit-transform: translate(1px, -1px);
    -moz-transform: translate(1px, -1px);
    transform: translate(1px, -1px)
  }
}

@-webkit-keyframes exitFullscreenBr {
  to {
    -webkit-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px)
  }
}

@-moz-keyframes exitFullscreenBr {
  to {
    -moz-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px)
  }
}

@keyframes exitFullscreenBr {
  to {
    -webkit-transform: translate(-1px, -1px);
    -moz-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px)
  }
}

.xgplayer .xgplayer-autonext {
  font-size: 0
}

.xgplayer .xgplayer-autonext .xgplayer-icon {
  display: inline-block
}

.xgplayer .xgplayer-autonext.active .autonext-switch-button {
  background: #f04142
}

.xgplayer .xgplayer-autonext.active .autonext-switch-button:after {
  left: 19px
}

.xgplayer .autonext-switch-button {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: top;
  margin-left: 8px;
  width: 36px;
  height: 20px;
  background: hsla(0, 0%, 100%, .3)
}

.xgplayer .autonext-switch-button,
.xgplayer .autonext-switch-button:after {
  border-radius: 38px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s
}

.xgplayer .autonext-switch-button:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  background: #fff
}

.xgplayer .xgplayer-video-change {
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0
}

.xgplayer .xgplayer-video-change .prev {
  margin-bottom: 20px
}

.xgplayer .xgplayer-video-change .next,
.xgplayer .xgplayer-video-change .prev {
  position: relative
}

.xgplayer .xgplayer-video-change .next .tips,
.xgplayer .xgplayer-video-change .prev .tips {
  display: none;
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: translate(-11px, -50%);
  -moz-transform: translate(-11px, -50%);
  transform: translate(-11px, -50%);
  border-radius: 4px;
  padding: 0 8px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  white-space: nowrap;
  color: #fff;
  background: rgba(0, 0, 0, .7)
}

.xgplayer .xgplayer-video-change .next .tips:after,
.xgplayer .xgplayer-video-change .prev .tips:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -7px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 7px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAMBAMAAACzedEdAAAAHlBMVEUAAABHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABKmEymAAAACnRSTlMUAMyyJqa/jHNm5GnrZgAAACpJREFUCNdjmCgoyKDOKMigZADEyowMSkopQKwKxUC2siODUgBETaOgIACEpgWdA0aragAAAABJRU5ErkJggg==) no-repeat 50%;
  background-size: contain
}

.xgplayer .xgplayer-video-change button {
  position: relative;
  border-radius: 40px;
  width: 48px;
  height: 48px;
  background: rgba(46, 46, 56, .4);
  outline: none;
  -webkit-transition: background .2s linear;
  -moz-transition: background .2s linear;
  transition: background .2s linear
}

.xgplayer .xgplayer-video-change button.highlight {
  background: rgba(46, 46, 56, .7)
}

.xgplayer .xgplayer-video-change button:focus-visible {
  outline: none
}

.xgplayer .xgplayer-video-change button:hover:after {
  opacity: 1
}

.xgplayer .xgplayer-video-change button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
  opacity: .9;
  background: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/video_change_prev.962fa8ca.svg) no-repeat 50%;
  background-size: contain
}

.xgplayer .xgplayer-video-change button[disabled] {
  opacity: 0;
  visibility: hidden;
  cursor: not-allowed
}

.xgplayer .xgplayer-video-change button:hover:not([disabled])~.tips {
  display: block
}

.xgplayer .xgplayer-video-change .next-button:after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(180deg);
  transform: translateX(-50%) translateY(-50%) rotate(180deg)
}

.xgplayer .xgplayer-video-change.no-tips .tips {
  display: none !important
}

.ttp-xgplayer.xgplayer .xgplayer-play-next-tips {
  position: absolute;
  bottom: 60px;
  right: 16px;
  display: block;
  margin: 0;
  padding: 0 16px;
  border-radius: 8px;
  height: 54px;
  font-size: 16px;
  line-height: 54px;
  color: #fff;
  background: rgba(0, 0, 0, .8)
}

.ttp-xgplayer.xgplayer .xgplayer-play-next-tips.hide {
  display: none
}

.xgplayer .xgplayer-error-tips {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background: #000
}

.xgplayer .xgplayer-error-tips .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center
}

.xgplayer .xgplayer-error-tips p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  color: #fff
}

.xgplayer .xgplayer-error-tips button {
  padding: 0 16px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  background: #f04142
}

.xgplayer .xgplayer-gesture-tips {
  position: absolute;
  z-index: 11;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7)
}

.xgplayer .xgplayer-gesture-tips.hide {
  display: none
}

.xgplayer .xgplayer-gesture-tips .gesture-tips {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 400px;
  height: 300px
}

.xgplayer .ttp-xgplayer-poster {
  display: block;
  opacity: 1;
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none
}

.xgplayer .ttp-xgplayer-poster.hide {
  display: none;
  opacity: 0;
  visibility: hidden
}

.xgplayer .xgplayer-definition-change-tips .highlight {
  color: #f04142
}

.xgplayer.xgplayer-inactive {
  cursor: none
}

.ttp-xgplayer.xgplayer .xgplayer-seek-tips {
  font-weight: 400;
  line-height: 28px
}

.ttp-xgplayer.xgplayer .xgplayer-seek-tips .icon-back,
.ttp-xgplayer.xgplayer .xgplayer-seek-tips .icon-forward {
  display: inline-block;
  width: 24px;
  height: 14px;
  margin-right: 8px;
  background: no-repeat 50%/contain
}

.ttp-xgplayer.xgplayer .xgplayer-seek-tips .icon-forward {
  background-image: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/fast_forward.5803f55a.svg)
}

.ttp-xgplayer.xgplayer .xgplayer-seek-tips .icon-back {
  background-image: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/fast_back.e05e0c1a.svg)
}

.ttp-xgplayer.xgplayer .xgplayer-bottom-left-tips {
  position: absolute;
  bottom: 71px;
  left: 16px;
  display: block;
  margin: 0;
  padding: 0 12px;
  border-radius: 4px;
  height: 28px;
  background: rgba(0, 0, 0, .9)
}

.ttp-xgplayer.xgplayer .xgplayer-bottom-left-tips.hide {
  display: none
}

.ttp-xgplayer.xgplayer .xgplayer-bottom-left-tips .text {
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.xgplayer.visible-play-start .xgplayer-start {
  display: none
}

.video-player-placeholder {
  width: 100%;
  height: 100%;
  background: #000
}

.video-meta-info {
  padding: 16px;
  background: #f8f8f8
}

.video-meta-info .title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  word-break: break-word;
  color: #222
}

.video-meta-info .title:hover {
  color: #f04142
}

.video-meta-info .user-info {
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px
}

.video-meta-info .user-info .ttp-avatar {
  width: 20px;
  height: 20px
}

.video-meta-info .user-info .name {
  margin-left: 6px;
  font-size: 16px;
  line-height: 24px;
  color: #999
}
video {
  width: 100%;
  max-width:100%;
}
.ttp-site-header-wrapper {
  min-width: 1000px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 24px;
  width: 100%;
  height: 64px;
  background: #fff
}

.ttp-site-header-wrapper.shadow {
  -webkit-box-shadow: 0 2px 16px rgba(54, 56, 79, .06);
  box-shadow: 0 2px 16px rgba(54, 56, 79, .06)
}

.ttp-site-header-wrapper .ttp-site-header {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}

.ttp-site-header-wrapper .logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 75px;
  height: 75px;
  background: url(http://image.ljbbs.com/image/seelijiang/seelijiang.jpg) no-repeat;
  background-size: contain
}

.ttp-site-header-wrapper .logo:hover {
  opacity: .9
}

.ttp-site-header-wrapper .channel-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 28px
}

.ttp-site-header-wrapper .channel-wrapper .ttp-channel-default-nav-item.active:after {
  width: 16px;
  height: 2px;
  bottom: -2px
}

.ttp-site-header-wrapper .ttp-search-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 440px;
  margin-right: 40px
}

.ttp-site-header-wrapper .header-profile-wrapper,
.ttp-site-header-wrapper .header-publisher-wrapper {
  margin-left: 32px
}

.ttp-site-header-wrapper.dark {
  background: transparent
}

/* .ttp-site-header-wrapper.dark .logo {
  background-image: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/logo_white.0c937e7b.svg)
} */

.ttp-site-header-wrapper.dark .channel-wrapper .ttp-channel-default-nav-item {
  color: #fff
}

.ttp-site-header-wrapper.dark .channel-wrapper .ttp-channel-default-nav-item:hover {
  color: hsla(0, 0%, 100%, .6)
}

.ttp-site-header-wrapper.dark .channel-wrapper .ttp-channel-default-nav-item a {
  color: #fff
}

.ttp-site-header-wrapper.dark .channel-wrapper .ttp-channel-default-nav-item a:hover {
  color: hsla(0, 0%, 100%, .6)
}

.ttp-site-header-wrapper.dark .channel-wrapper .more-btn {
  color: #fff;
  background: hsla(0, 0%, 100%, .1)
}

.ttp-site-header-wrapper.dark .ttp-search-wrapper .search input {
  border: none;
  color: #fff;
  background: hsla(0, 0%, 100%, .1)
}

.ttp-site-header-wrapper.dark .ttp-search-wrapper .search button i {
  background-image: url(//lf3-cdn2-tos.bytescm.com/toutiao/toutiao_web_pc/svgs/search_icon_white.8ff561ee.svg)
}

.ttp-site-header-wrapper.dark .ttp-search-wrapper .search button span {
  color: #fff
}

.ttp-site-header-wrapper.black {
  background: #1d1d24
}

.ttp-site-header-wrapper.black .channel-wrapper .ttp-channel-default-nav-item {
  color: #cacaca
}

.ttp-site-header-wrapper.black .channel-wrapper .ttp-channel-default-nav-item:hover {
  color: #fff
}

.ttp-site-header-wrapper.black .channel-wrapper .ttp-channel-default-nav-item a {
  color: #cacaca
}

.ttp-site-header-wrapper.black .channel-wrapper .ttp-channel-default-nav-item a:hover {
  color: #fff
}

.ttp-site-header-wrapper.black .channel-wrapper .more-btn {
  color: #cacaca;
  background: #2a2a31
}

.ttp-site-header-wrapper.black .channel-wrapper .more-btn:hover {
  opacity: 1;
  color: #fff
}

.ttp-site-header-wrapper.black .ttp-search-wrapper .search input {
  color: #fff;
  background: hsla(0, 0%, 100%, .08)
}

.ttp-site-header-wrapper.black .ttp-search-wrapper .search button:before {
  border-color: #fff;
  opacity: .16
}

@media screen and (max-width:1440px) {
  .ttp-site-header-wrapper .ttp-search-wrapper {
    width: 390px
  }
}

@media screen and (max-width:1366px) {
  .ttp-site-header-wrapper .channel-wrapper {
    margin-left: 24px
  }

  .ttp-site-header-wrapper .ttp-search-wrapper {
    width: 360px;
    margin-right: 32px
  }

  .ttp-site-header-wrapper .header-profile-wrapper,
  .ttp-site-header-wrapper .header-publisher-wrapper {
    margin-left: 24px
  }
}

@media screen and (max-width:1304px) {
  .ttp-site-header-wrapper .ttp-search-wrapper {
    width: 340px
  }
}

.ttp-sticky-container {
  width: 100%
}

.ttp-sticky-container.active {
  position: fixed
}

@supports (position:sticky) {
  .ttp-sticky-container {
    position: sticky
  }
}

.ttp-channel-nav {
  width: 100%
}

.ttp-channel-nav a {
  outline: none
}

.ttp-channel-nav .ttp-channel-default-nav {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.ttp-channel-nav .ttp-channel-default-nav>li:not(:first-of-type) {
  margin-left: 24px
}

.ttp-channel-nav .ttp-channel-default-nav li {
  outline: none
}

.ttp-channel-nav .ttp-channel-default-nav li:focus-visible {
  outline: auto
}

.ttp-channel-nav .ttp-channel-default-nav-item {
  position: relative;
  padding: 2px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #222;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none
}

.ttp-channel-nav .ttp-channel-default-nav-item:hover,
.ttp-channel-nav .ttp-channel-default-nav-item:hover a {
  color: rgba(34, 34, 34, .6)
}

.ttp-channel-nav .ttp-channel-default-nav-item.active {
  color: #f04142;
  font-weight: 500
}

.ttp-channel-nav .ttp-channel-default-nav-item.active:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 1.5px;
  width: 20px;
  height: 3px;
  background: #f04142
}

.ttp-channel-nav .ttp-channel-default-nav-item a {
  display: block;
  color: #222
}

.ttp-channel-nav .ttp-channel-default-nav-item a:visited {
  color: #222
}

.ttp-channel-nav .ttp-channel-default-nav-item a:hover {
  color: rgba(34, 34, 34, .6)
}

.ttp-channel-nav .more-btn-wrapper {
  position: relative
}

.ttp-channel-nav .more-btn {
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #222;
  cursor: pointer;
  background: #f8f8f8
}

.ttp-channel-nav .more-btn:hover {
  opacity: .6
}

.ttp-channel-nav .ttp-channel-more-nav-wrapper {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 200;
  padding-top: 15px
}

.ttp-channel-nav .ttp-channel-more-nav {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 14px 0 14px 16px;
  width: 352px;
  font-size: 0;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, .08);
  box-shadow: 0 10px 50px rgba(0, 0, 0, .08);
  background: #fff;
  position: relative
}

.ttp-channel-nav .ttp-channel-more-nav:before {
  content: "";
  width: 16px;
  height: 6px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAASBAMAAADvSECJAAAAHlBMVEVHcEz////////////////////////////////////JATChAAAACXRSTlMAf0DjEI+/XyDPWu1ZAAAAXklEQVQY02NgoAAwZU4rwCohOXPmRGzijDOBQAC7BqxawBqwaZGESEzEoQFTiyRMYiIODehaJBESE3FoQNUiiSwxEYcGJC0skagSUx2gEsoz0YA5WLhJeCYGMFVhAABuNF5e7AnNUQAAAABJRU5ErkJggg==);
  background-size: contain;
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%)
}

.ttp-channel-nav .ttp-channel-more-nav li {
  display: inline-block;
  margin: 6px 8px;
  font-size: 16px;
  line-height: 24px;
  color: #222;
  outline: none;
  white-space: nowrap
}

.ttp-channel-nav .ttp-channel-more-nav li[aria-label=西瓜视频频道] {
  margin: 6px 0
}

.ttp-channel-nav .ttp-channel-more-nav li[aria-label=西瓜视频频道] .ttp-channel-more-nav-item {
  width: 80px
}

.ttp-channel-nav .ttp-channel-more-nav .ttp-channel-more-nav-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 4px 0;
  width: 64px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.ttp-channel-nav .ttp-channel-more-nav .ttp-channel-more-nav-item:hover {
  background: #f8f8f8;
  cursor: pointer
}

.ttp-channel-nav .ttp-channel-more-nav .ttp-channel-more-nav-item a {
  display: block;
  color: #222
}

.ttp-channel-nav .ttp-channel-more-nav .ttp-channel-more-nav-item a:visited {
  color: #222
}

.ttp-channel-nav .ttp-city-selector .ttp-city-selector-current-name {
  font-size: 16px
}

.ttp-channel-nav .ttp-city-selector .ttp-city-selector-city-picker {
  width: 12px;
  height: 12px
}

@media screen and (max-width:1366px) {
  .ttp-channel-nav .ttp-channel-default-nav>li:not(:first-of-type) {
    margin-left: 20px
  }
}

a {
  text-decoration: none
}

footer {
  display: block
}

ol,
p,
ul {
  margin: 0;
  padding: 0
}

li {
  list-style: none
}

button,
input {
  outline: none
}

em {
  font-style: normal
}

input:focus {
  outline: 0
}














article.syl-page-article p img {
  max-width:100%;
}
