<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.show_more_head .show_more_btn.hide .txcount{
  display: none;
}
.meta-media {
    position: relative;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    height: 0;
    padding-bottom: 56.2%;
}

.video_b {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}


.border-btn:focus{outline-color:#f9fafb;}
.can-stories-botton{margin-top:80px;}

.responsive-video-frame{
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.responsive-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.s-download-btn.btn-style.border-red-btn {
  min-width: 120px;
}

.new-footer .footer-link .social_icon ul li:last-child{margin-bottom:10px;}
.weixin_ftc_box{display:none;}


.weixin_ftc_box .tcbg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1009;
  background-color: rgba(0,0,0,0.6);
}

.weixin_ftc_box .tcinfo {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 300px;
  z-index: 1010;
  transform: translate(-150px,-150px);
  -webkit-transform: translate(-150px,-150px);
}

@media only screen and (max-width: 767px) {
  .weixin_ftc_box .tcinfo {
      position: fixed;
      left: 50%;
      top: 50%;
      width: 200px;
      height: 200px;
      z-index: 1010;
      transform: translate(-100px,-100px);
      -webkit-transform: translate(-100px,-100px);
  }
}
.sidebar .socialpart ul{flex-wrap: wrap; justify-content: flex-start;}
.sidebar .socialpart ul li{min-width:20px;}
.the-supports-team .can-stories-botton{margin-top:100px;}
.code-toolbar{padding:0;}
.code-toolbar &gt; code {display: table !important;}</pre></body></html>