 
 
  textarea {
    border: solid 0px;
    outline: none;
  }

  progress,
  sub,
  sup {
    vertical-align: baseline
  }
  
  [type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
  }
  
  [type=reset],
  [type=submit],
  button,
  html [type=button] {
    -webkit-appearance: button
  }
  
  html {
    font-family: sans-serif;
    line-height: 1.15
  }
  
  svg:not(:root) {
    overflow: hidden
  }
  
  button,
  hr,
  input {
    overflow: visible
  }
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font: inherit;
    margin: 0
  }
  input{
    border: 0 none;
    background: none;
    margin:0;
  }
  input[type="button"], 
  input[type="submit"], 
  input[type="reset"],
  input[type=text],
  input[type=password]
  { 
    -webkit-appearance:none;
    outline:none;
  }
  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner,
  button::-moz-focus-inner {
    border-style: none;
    padding: 0
  }
  
  [type=button]:-moz-focusring,
  [type=reset]:-moz-focusring,
  [type=submit]:-moz-focusring,
  button:-moz-focusring {
    outline: ButtonText dotted 1px
  }
  
  [type=checkbox],
  [type=radio] {
    box-sizing: border-box;
    padding: 0
  }
  
  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
    height: auto
  }
  
  [type=search]::-webkit-search-cancel-button,
  [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
  }
  
  #nprogress {
    pointer-events: none
  }
  
  #nprogress .bar {
    background: #f0523f;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px
  }
  
  #nprogress .peg {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #f0523f, 0 0 5px #f0523f;
    opacity: 1;
    -webkit-transform: rotate(3deg) translate(0, -4px);
    -ms-transform: rotate(3deg) translate(0, -4px);
    transform: rotate(3deg) translate(0, -4px)
  }
  
  #nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px
  }
  
  #nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: 2px solid transparent;
    border-top-color: #f0523f;
    border-left-color: #f0523f;
    border-radius: 50%;
    -webkit-animation: nprogress-spinner .4s linear infinite;
    animation: nprogress-spinner .4s linear infinite
  }
  
  .nprogress-custom-parent {
    overflow: hidden;
    position: relative
  }
  
  .nprogress-custom-parent #nprogress .bar,
  .nprogress-custom-parent #nprogress .spinner {
    position: absolute
  }
  
  @-webkit-keyframes nprogress-spinner {
    0% {
      -webkit-transform: rotate(0)
    }
    100% {
      -webkit-transform: rotate(360deg)
    }
  }
  
  @keyframes nprogress-spinner {
    0% {
      transform: rotate(0)
    }
    100% {
      transform: rotate(360deg)
    }
  }
  
  #tmp.hidden {
    display: none!important
  }
  
  .tc-menu,
  svg:not(:root) {
    overflow: hidden
  }
  
  button,
  hr,
  input {
    overflow: visible
  }
  
  [type=checkbox],
  [type=radio],
  legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
  }
  
  body,
  h1,
  h2,
  h3,
  li,
  p,
  ul {
    margin: 0
  }
  
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  main,
  menu,
  nav,
  section,
  summary {
    display: block
  }
  
  audio,
  canvas,
  progress,
  video {
    display: inline-block
  }
  
  audio:not([controls]) {
    display: none;
    height: 0
  }
  
  [hidden],
  template {
    display: none
  }
  
  a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none
  }
  
  a:active,
  a:hover {
    outline-width: 0
  }
  
  p {
    line-height: 1.5rem
  }
  
  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
  }
  
  b,
  strong {
    font-weight: bolder
  }
  
  dfn {
    font-style: italic
  }
  
  h1 {
    font-size: 2em
  }
  
  mark {
    background-color: #ff0;
    color: #000
  }
  
  small {
    font-size: 80%
  }
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative
  }
  
  sub {
    bottom: -.25em
  }
  
  sup {
    top: -.5em
  }
  
  img {
    border-style: none
  }
  
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1em
  }
  
  figure {
    margin: 1em 40px
  }
  
  hr {
    box-sizing: content-box;
    height: 0
  }
  
  button,
  input,
  select,
  textarea {
    font: inherit;
    margin: 0
  }
  
  optgroup {
    font-weight: 700
  }
  
  button,
  select {
    text-transform: none
  }
  
  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner,
  button::-moz-focus-inner {
    border-style: none;
    padding: 0
  }
  
  [type=button]:-moz-focusring,
  [type=reset]:-moz-focusring,
  [type=submit]:-moz-focusring,
  button:-moz-focusring {
    outline: ButtonText dotted 1px
  }
  
  fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
  }
  
  legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
  }
  
  .tc-list-source,
  .tc-menu ul {
    white-space: nowrap
  }
  
  textarea {
    overflow: auto
  }
  
  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
    height: auto
  }
  
  [type=search]::-webkit-search-cancel-button,
  [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
  }
  
   ::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
  }
  
   ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
  }
  
  .limited-max-width,
  body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }
  
  .btn-download-app,
  .load-more,
  .tc-btn,
  .tc-error-msgbody,
  .tc-footer ul li,
  .tc-footer-icp,
  .tc-menu ul li {
    text-align: center
  }
  
  html {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .1);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 16px
  }
  
  body {
    margin: 0;
    font-size: 14px;
    font-family: -apple-system, "Hiragino Sans GB", Roboto, "Droid Sans", "Microsoft YaHei", "Microsoft YaHei UI", "Microsoft JhengHei UI", STHeiti, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Helvetica Neue", sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }


  /* flex 布局 */
  html{
    background: #eee;
}
body{
    padding: 0;margin: 0;
}
html,body{
    width: 100%;height: 100%;
}
.lc{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.lc-header{
  /* height: 11.3rem; */
}
.lc-content{
  flex: 1;
  overflow: auto;
}
.lc-bottom{
  height: 2.657rem;
}

  /* end */
  
  li,
  ul {
    list-style: none;
    padding: 0
  }
  
  .tc-btn-lg,
  .tc-disbk a,
  .tc-disbk div {
    margin-top: .2rem
  }
  
  video {
    width: 100%
  }
  
  .tc-fl {
    float: left
  }
  
  .tc-fr {
    float: right
  }
  
  .tc-disbk {
    display: inline-block
  }
  
  .tc-tab {
    display: table
  }
  
  .limited-max-width {
    width: 100%;
    max-width: 720px;
    padding: 0 .38647rem;
    margin: 0 auto
  }
  
  .content.limited-max-width {
    padding: .38647rem
  }
  
  .tc-foot-download,
  .tc-head-download {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }
  
  .tc-btn {
    border-radius: 5px;
    background: #e62f17;
    color: #fff;
    line-height: 1.85185185rem;
    max-height: 1.85185185rem;
    outline: 0;
    border: 0;
    -webkit-appearance: none
  }
  
  .tc-btn-block {
    display: block;
    width: 100%
  }
  
  .tc-btn-lg {
    padding: 0 .83333rem;
    line-height: 1.2rem;
    background-color: transparent;
    border: 1px solid #f23632;
    color: #f23632;
    font-size: .83333rem;
    -webkit-border-radius: .83333rem;
    -moz-border-radius: .83333rem;
    border-radius: .83333rem
  }
  
  .tc-btn-lg.DownloadApp {
    transform: translateY(-50%);
    margin-top: 0;
    line-height: 1.3125rem;
    height: 1.3125rem;
    background-color: #fff
  }
  
  .tc-foot-download .tc-btn-lg.DownloadApp {
    z-index: 1000
  }
  
  .tc-download-close {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10%;
    height: 66%;
    z-index: 100
  }
  
  .foot-download-a-layer,
  .foot-index-page-layer {
    display: block;
    position: absolute;
    width: 100%;
    height: 66%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    text-decoration: none;
    border: none;
    background-color: transparent
  }
  
  .foot-index-page-layer {
    z-index: 100;
    width: 40%;
    height: 100%;
    right: unset;
    left: 0
  }
  
  .tc-download-close img,
  .tc-header {
    width: 100%
  }
  
  .tc-head {
    height: 2.4154rem;
    line-height: 2.4154rem
  }
  
  .small-image,
  .tc-head-download {
    border-bottom: 1px solid #e0e0e0
  }
  
  .tc-head-back {
    padding: .7rem 1.2rem
  }
  
  .tc-head-back img {
    height: 1.2rem
  }
  
  .tc-head-back span {
    line-height: 1.4rem;
    padding-left: 1rem;
    color: #000
  }
  
  .tc-head-menu.limited-max-width {
    position: relative;
    margin: 0 auto;
    padding: 0;
    height: 100%;
    background-color: #e62f17
  }
  
  .tc-menu {
    width: 88%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    display: inline-block
  }
  
  .tc-menu a,
  .tc-menu a:link,
  .tc-menu a:visited {
    font-size: .8695652rem;
    color: rgba(255, 255, 255, .9);
    display: inline-block;
    width: 100%;
    height: 100%
  }
  
  .tc-menu .tc-menu-hover a,
  .tc-menu .tc-menu-hover a:link,
  .tc-menu .tc-menu-hover a:visited {
    color: #fff;
    font-size: .93397745rem;
    font-weight: 700
  }
  
  .news-items,
  .news-items-meta,
  .small-image,
  .small-image-img,
  .small-image-title h3,
  .swipe,
  .swipe-wrap,
  .tc-list-news h3,
  .tc-list-source,
  .tc-portrait {
    overflow: hidden
  }
  
  .tc-menu::-webkit-scrollbar {
    display: none
  }
  
  .tc-menu ul,
  .tc-menu ul li,
  .tc-menu-right {
    display: inline-block
  }
  
  .inside-app .tc-foot-download,
  .tc-head-download {
    display: none!important
  }
  
  .tc-menu ul li {
    width: 3.15rem
  }
  
  .tc-menu-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 2.22222rem;
    height: 2.4154rem;
    line-height: 2.4154rem;
    cursor: pointer;
    background-image: url(http://7xr4nk.com1.z0.glb.clouddn.com/wap/1.7.0/img/right-arrow.png);
    background-size: 1.2rem;
    background-position: center;
    background-repeat: no-repeat;
    border-left: 1px solid #e62f17
  }
  
  .tc-portrait {
    width: 1.73913rem;
    height: 1.73913rem;
    position: absolute;
    top: .8695652rem;
    left: 0
  }
  
  .tc-portrait img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
  }
  
  .tc-talkitem {
    padding-left: 2.463767rem
  }
  
  .tc-talkitem p {
    line-height: .9661835rem;
    color: #474747;
    width: 100%;
    font-size: .77294rem;
    overflow-wrap: break-word
  }
  
  .tc-talkname {
    color: #757575;
    font-size: .676328rem;
    line-height: 1.43317rem;
    height: 1.73913rem
  }
  
  .tc-talkname span {
    font-size: .6rem;
    color: #a3a3a3;
    margin-left: .33rem
  }
  
  .tc-foot-download {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    width: 100%;
    z-index: 1000
  }
  
  .tc-foot-download img.bg {
    width: 100%;
    height: auto;
    border: none;
    vertical-align: middle
  }
  
  .news-items>a,
  .small-image,
  .small-image-img,
  .tc-list-videoitem,
  .tc-logo {
    position: relative
  }
  
  .tc-head-download {
    clear: both;
    padding: .3rem .8rem;
    width: 100%
  }
  
  .tc-logo {
    float: left;
    width: 6.5rem;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100
  }
  
  .tc-logo img {
    width: 100%;
    display: block
  }
  
  .page-index {
    background-color: #f8f8f8;
    padding-bottom: 3rem;
    overflow-x: hidden
  }
  
  .tc-video {
    display: none
  }
  
  .tc-video video {
    height: auto;
    max-height: 405px;
    background-color: #000
  }
  
  .news-items>a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fefefe
  }
  
  .news-items-meta-prop,
  .tc-list-atlas {
    display: inline-block
  }
  
  .is-single-big-img .small-image,
  .is-single-img .small-image,
  .is-video .small-image {
    padding: 0
  }
  
  .small-image-img {
    background: url(http://imgcdn.thecover.cn/wap/2.0/img/default_news.png) center center no-repeat;
    background-size: cover
  }
  
  .btn-play,
  .is-single-big-img .thumbnail-wrapper,
  .is-video .thumbnail-wrapper {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
  }
  
  .is-single-img .cover-of-single-imgs {
    position: absolute;
    right: 60%;
    top: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0);
    border-left-style: solid;
    border-left-color: rgba(255, 255, 255, 0)
  }
  
  .is-single-img:nth-child(2n) .cover-of-single-imgs {
    border-top-style: solid;
    border-top-color: #fff
  }
  
  .is-single-img:nth-child(2n+1) .cover-of-single-imgs {
    border-bottom-style: solid;
    border-bottom-color: #fff
  }
  
  .is-single-img .small-image-img {
    width: 40%;
    float: left;
    height: auto
  }
  
  .is-single-img .small-image-img:after {
    content: " ";
    width: 0;
    height: 0;
    border-bottom: 62px solid #fff
  }
  
  .is-single-img .small-image-title {
    width: 60%;
    padding: .72463rem .5475rem;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    z-index: 10
  }
  
  .big-image-title .news-items-meta,
  .no-img .no-image-title .news-items-meta {
    margin-top: .5rem
  }
  
  .big-image-title,
  .no-img .no-image-title {
    padding: .75684rem .5475rem;
    min-height: 4.2673rem
  }
  
  .is-single-big-img .thumbnail-wrapper,
  .is-video .thumbnail-wrapper {
    position: relative
  }
  
  .btn-play {
    width: 2.89855rem;
    height: 2.89855rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1.449275rem;
    margin-left: -1.449275rem;
    background-image: url(https://wapcdn.thecover.cn/wap/1.0.0/img/player.png)
  }
  
  .txt-video-duration {
    position: absolute;
    right: .625rem;
    bottom: .625rem;
    font-size: 1rem;
    color: #fff
  }
  
  .news-items-meta {
    font-size: .6763285rem;
    line-height: 1rem;
    height: 1rem;
    color: #a3a3a3;
    vertical-align: bottom
  }
  
  .tc-banner-tag,
  .tc-list-tag {
    line-height: 1em;
    padding: .1rem;
    border-radius: 2px
  }
  
  .is-single-img .news-items-meta {
    position: absolute;
    right: .5475rem;
    bottom: .72463rem;
    left: .5475rem
  }
  
  .news-items-meta-prop ul li {
    float: left;
    vertical-align: bottom
  }
  
  .tc-list-tag {
    margin-right: .2rem
  }
  
  .tc-banner-tag {
    font-size: .7rem;
    position: absolute;
    margin: .8rem
  }
  
  .tc-list-source {
    min-width: 4rem;
    text-overflow: ellipsis;
    margin-right: .5rem
  }
  
  .tc-list-source img {
    width: 1.5rem;
    width: auto;
    margin-right: .25rem;
    height: auto;
    height: .6763285rem;
    vertical-align: middle;
    margin-top: -.1618rem
  }
  
  .tc-list-imgread {
    float: right
  }
  
  .tc-list-imgread img {
    width: .8rem;
    height: auto;
    vertical-align: middle;
    margin-top: -.08rem
  }
  
  .news-items h3 {
    color: #333;
    font-size: .966183574rem;
    line-height: 1.12721417rem;
    font-weight: 400
  }
  
  .tc-list-atlasitem h3 {
    font-size: .966183574rem;
    line-height: 1.1rem;
    color: #333;
    margin: 0 0 .3rem
  }
  
  a:visited .news-items h3,
  a:visited .tc-list-atlasitem h3 {
    color: #757575
  }
  
  .tc-list-atlas {
    margin-bottom: .3rem
  }
  
  .tc-list-atlas img {
    background: url(http://imgcdn.thecover.cn/wap/2.0/img/default_news.png) center center no-repeat;
    background-size: cover;
    width: 32.6666%;
    display: block;
    margin-right: 1%;
    float: left;
    height: 4rem
  }
  
  .tc-list-atlas img:last-child {
    margin-right: 0
  }
  
  .tc-list-imgad {
    width: 100%;
    display: block;
    margin-bottom: .5rem
  }
  
  .tc-list-news h3 {
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-overflow: ellipsis;
    margin: 0 0 .3rem;
    color: #474747
  }
  
  .tc-list-news p {
    font-size: .9rem;
    line-height: 1.2rem;
    color: #a3a3a3;
    margin-bottom: .5rem
  }
  
  .tc-list-news p:after {
    content: '...'
  }
  
  .load-more {
    -moz-appearance: none!important;
    -webkit-appearance: none!important;
    padding: 0!important;
    border: none!important;
    background-color: transparent!important;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .8125rem;
    height: 2.4375rem;
    line-height: 2.4375rem;
    width: 100%;
    clear: both;
    color: #757575;
    position: relative;
    z-index: 200
  }
  
  .tc-list-videoitem h3 {
    font-size: .9rem;
    line-height: 1.2rem;
    color: #474747;
    margin: .8rem 0 .3rem
  }
  
  .tc-list-videoimg {
    width: 100%;
    background: url(http://imgcdn.thecover.cn/wap/2.0/img/default_banner.png);
    background-size: cover;
    height: 10rem
  }
  
  .btn-player {
    width: 2.89855rem;
    height: 2.89855rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -1.449275rem;
    margin-top: -1.449275rem;
    background-image: url(https://wapcdn.thecover.cn/wap/1.0.0/img/player.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1
  }
  
  .tc-noborder {
    border: 0
  }
  
  .tc-footer {
    color: #fff;
    background: #333;
    margin: 0 auto;
    width: 100%;
    font-size: .9rem;
    display: none
  }
  
  .tc-footer a:link,
  .tc-footer a:visited {
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%
  }
  
  .tc-footer ul li {
    width: 25%;
    float: left;
    line-height: 4rem
  }
  
  .tc-footer-icp {
    font-size: .6rem;
    padding-bottom: 1rem
  }
  
  .tc-back-top {
    opacity: 0;
    display: none;
    position: fixed;
    right: .3rem;
    bottom: 3.5rem;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1001;
    width: 2.5rem;
    height: 2.5rem;
    padding: .5rem 0 0 .5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: .1rem;
    -webkit-transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
    -ms-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in
  }
  
  .tc-back-top.reveal {
    opacity: 1;
    display: inline-block
  }
  
  .tc-back-top img {
    width: 1.5rem
  }
  
  .tc-error-msg {
    position: fixed;
    bottom: 2.5rem;
    width: 100%;
    z-index: 99
  }
  
  .tc-error-msgbody {
    width: 50%;
    margin-left: 25%;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    border-radius: .5rem;
    padding: .3rem;
    font-size: .8rem
  }
  
  .tc-load-icon {
    background: rgba(0, 0, 0, .6);
    width: 10%;
    left: 45%;
    top: 45%;
    position: fixed;
    z-index: 99;
    border-radius: .2rem;
    padding: .5rem;
    min-width: 1.2rem
  }
  
  .swipe,
  .swipe-a,
  .swipe-wrap,
  .swipe-wrap>div {
    position: relative
  }
  
  .tc-load-icon img {
    display: block;
    width: 100%;
    animation: rotate360 1s linear infinite
  }
  
  @keyframes rotate360 {
    0% {
      transform: rotate(0)
    }
    100% {
      transform: rotate(360deg)
    }
  }
  
  #banner {
    background-size: 100%
  }
  
  #bannerbox {
    -webkit-background-size: cover;
    background-size: cover
  }
  
  .swipe {
    visibility: hidden;
    background: url(http://imgcdn.thecover.cn/wap/2.0/img/default_banner.png) center no-repeat;
    background-size: cover
  }
  
  .swipe-wrap>div {
    float: left;
    width: 100%
  }
  
  .swipe-a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
  }
  
  .swipe-wrap img {
    width: 100%;
    max-height: 100%;
    vertical-align: middle
  }
  
  .swipe-text {
    position: absolute;
    font-size: .8695652rem;
    font-weight: 700;
    color: #fefefe;
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    margin: 0 auto;
    line-height: 1.11111rem;
    bottom: 0;
    padding: .3864rem;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 2.9790660rem
  }
  
  .swipe-dot {
    position: absolute;
    right: .3864rem;
    bottom: .64412rem;
    margin: 0;
    z-index: 10
  }
  
  .swipe-dot ul li {
    width: .1932367rem;
    height: .1932367rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin-left: .09661835rem;
    background-color: #a3a3a3
  }
  
  .swipe-dot .no {
    background-color: #eb4d3d;
    width: .33816425rem;
    height: .33816425rem;
    margin-top: -.072463775rem
  }
  
  .btn-download-app {
    color: #fff;
    font-size: 1rem;
    background-color: #f13732;
    width: 100%;
    min-width: 13rem;
    height: 2rem;
    line-height: 2rem;
    margin: 1.25rem auto;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
  }
  
  audio {
    width: 70%;
    margin: 1rem auto;
    display: block;
    height: 2.4rem
  }
  
  audio::-webkit-media-controls-panel {
    -webkit-border-radius: 1.2rem;
    -moz-border-radius: 1.2rem;
    border-radius: 1.2rem;
    background-color: rgba(180, 180, 180, 1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .75rem
  }
  
  #open {
    display: none
  }
  
  #open.open {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    z-index: 2000;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: right;
    display: block;
    cursor: pointer
  }
  
  #open.open img {
    width: 70%;
    padding: 5%;
    position: relative;
    z-index: 2001
  }
  
  .for-app {
    display: none!important
  }
  
  #list_of_news * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
  }
  
  #list_of_news .news-items {
    background-color: transparent;
    margin-bottom: .38647rem
  }
  
  #list_of_news .news-items.no-img {
    background-color: #fff
  }
  
  #list_of_news .is-single-img .tc-list-source {
    max-width: 6rem
  }
  
  #list_of_news .is-single-img .small-image-title h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .9rem
  }
  
  #list_of_news .tc-list-news h3 {
    font-size: .9rem
  }
  
  #list_of_news .small-image {
    border-bottom: none
  }
  
  .btn-loadmore {
    height: 100%;
    width: 100%;
    text-align: center
  }
  
  .label-txt {
    background-color: #ff2726;
    color: #fff;
    margin-right: .3125rem;
    font-size: .625rem;
    line-height: 1rem;
    vertical-align: middle;
    height: 1rem;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 .3125rem
  }
  
  .brief:after,
  .brief:before {
    content: "";
    background-size: contain;
    width: 1.06280193rem;
    height: 1.06280193rem;
    text-align: center;
    display: block;
    font-size: .8373591rem
  }
  
  #page_index.qian-mian .content {
    padding: .57971rem
  }
  
  #page_index.qian-mian #list_of_news section {
    margin-bottom: .57971rem
  }
  
  .brief:before {
    background-image: url(https://wapcdn.thecover.cn/wap/2.1.0/img/icon_top.png);
    margin: 0 auto .12882448rem 1.23993559rem
  }
  
  .brief:after {
    background-image: url(https://wapcdn.thecover.cn/wap/2.1.0/img/icon_bottom.png);
    margin: .22544255rem 1.23993559rem .43478261rem auto
  }
  
  .custom-emoji-in-replys {
    display: inline-block;
    width: .9rem;
    height: auto;
    vertical-align: middle
  }
  
  #thumb_desc a.DownloadApp {
    color: #e62f17;
    margin: 0;
    width: 100%;
    font-size: .6763285rem;
    line-height: 2.1256038rem
  }
  
  .bottom-text-link a.DownloadApp,
  p.bottom-text-link {
    font-size: .86956521739rem!important;
    line-height: 1.333rem!important
  }
  
  p.bottom-text-link {
    text-align: center;
    margin: 0;
    margin-bottom: 1.25rem!important
  }
  
  .bottom-text-link a.DownloadApp {
    display: inline;
    color: #e62f17;
    margin: 0;
  }
  
  #page_news_details,
  #page_news_details .tc-foot-download,
  #page_news_details .tc-foot-download img.bg {
    max-width: 500px;
    margin: 0 auto
  }
  
  #tmp.hidden {
    display: none!important
  }
  
  #img_video,
  .below-img,
  .related-news-item>a {
    position: relative
  }
  
  .below-img,
  .related-news-item {
    box-sizing: border-box
  }
  
  .layer-no-such-ariticle {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url(https://wapcdn.thecover.cn/wap/2.0.0/img/no-such-ariticle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25%
  }
  
  body {
    background: #eee;
    padding-bottom: 2.55rem;
    overflow-x: hidden;
    -webkit-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in
  }
  
  body.transparent {
    opacity: 0
  }
  
  body#page_news_details {
    line-height: unset!important
  }
  
  .subject-body {
    background: #fff
  }
  
  .article {
    padding: .805152979rem;
    margin: 0 auto .38647342rem;
    background: #fefefe
  }
  
  #page_news_details .article {
    padding-top: 2.1rem
  }
  
  .article h1 {
    font-size: 1.3204508rem;
    margin: 0;
    color: #191919;
    font-weight: 400;
    line-height: 1.6022544rem
  }
  
  .details-date {
    color: #a3a3a3;
    font-size: .6763285rem;
    line-height: .6763285rem!important;
    padding: .8rem 0 1.6rem
  }
  
  .details-date span {
    padding-right: .805152979rem
  }
  
  .news-comment span,
  .related-name span {
    font-size: .86956521rem
  }
  
  #page_news_details .details {
    font-size: 16px!important;
    font-family: -apple-system, "Hiragino Sans GB", Roboto, "Droid Sans", "Microsoft YaHei", "Microsoft YaHei UI", "Microsoft JhengHei UI", STHeiti, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Helvetica Neue", sans-serif;
    color: #474747;
    overflow: hidden
  }
  
  .details p {
    font-family: -apple-system, "Hiragino Sans GB", Roboto, "Droid Sans", "Microsoft YaHei", "Microsoft YaHei UI", "Microsoft JhengHei UI", STHeiti, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Helvetica Neue", sans-serif!important;
    box-sizing: border-box!important
  }
  
  .details p,
  .details p.formatted,
  .details p.formatted span,
  .details span {
    font-size: .91787439rem!important;
    line-height: 1.6!important;
    margin-bottom: 1.4492753rem!important;
    text-align: left
  }
  
  .details p:empty {
    display: none
  }
  
  .details img {
    width: 100%;
    background: url(http://imgcdn.thecover.cn/wap/2.0/img/default_banner.png);
    background-size: 100%
  }
  
  .news-talk,
  .related-articles {
    margin: .38647342rem auto;
    padding: 1.449275362rem .805152979rem;
    background: #fefefe;
    display: none
  }
  
  .news-talk {
    margin-bottom: 0
  }
  
  .news-comment,
  .news-title,
  .related-name,
  .related-title {
    line-height: .86956521rem;
    padding: 0;
    color: #191919;
    width: 100%;
    z-index: 100;
    text-align: center
  }
  
  .news-title,
  .notalk,
  .related-title {
    margin-bottom: 1.0628019rem
  }
  
  .news-comment img,
  .related-name img {
    height: auto;
    display: inline-block;
    margin-right: .3rem;
    vertical-align: bottom;
    width: 1rem
  }
  
  .news-list ul li {
    position: relative;
    padding: .724637rem 0 1.095rem;
    border-bottom: 1px solid #e0e0e0
  }
  
  .news-list ul li:last-child {
    border: none
  }
  
  .notalk img {
    margin: 0 auto;
    width: 45%;
    height: auto;
    display: block
  }
  
  .related {
    margin: 0 auto;
    padding: 1.0628019rem .805152979rem;
    background: #fefefe
  }
  
  #img_top,
  #thumbnailPics .pic {
    background-repeat: no-repeat
  }
  
  #img_top,
  #thumbnailPics .pic,
  .related-news-item>a .thumbnail {
    background-position: center;
    background-size: cover
  }
  
  .related.hidden {
    display: none
  }
  
  .related-news-item>a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
  }
  
  .related-news-item>a .thumbnail {
    width: 100%
  }
  
  .below-img {
    padding: .5rem;
    box-sizing: border-box;
    position: relative;
    width: 100%
  }
  
  .related-news-item h3 {
    box-sizing: border-box;
    font-size: .9375rem;
    font-weight: 400;
    text-align: left;
    margin: 0;
    width: 100%;
    line-height: 1.40625rem;
    height: 2.8125rem;
    word-wrap: normal;
    max-height: 2.8125rem;
    white-space: normal;
    overflow: hidden
  }
  
  #img_video::after,
  #page_news_details .bottom-text-link,
  #thumb_desc {
    text-align: center
  }
  
  .related-date {
    color: #a3a3a3;
    font-size: .7rem;
    padding-right: 2rem;
    display: initial
  }
  
  .related-date span {
    padding-right: 1rem
  }
  
  .related-right {
    width: .6rem;
    margin-top: -.5rem
  }
  
  .related-ad {
    padding: .8rem 0
  }
  
  .related-ad img {
    width: 100%
  }
  
  .related-read {
    float: right;
    line-height: 1rem
  }
  
  .related-read img {
    width: .8rem;
    vertical-align: middle
  }
  
  .related-list-inner::-webkit-scrollbar {
    display: none
  }
  
  .related-list>a {
    display: inline-block
  }
  
  #img_video.hidden {
    display: none
  }
  
  #img_video::after {
    content: 'VR';
    color: #fff;
    font-weight: 700;
    background-color: rgba(0, 0, 0, .5);
    border: 2px solid rgba(255, 255, 255, .9);
    line-height: 2rem;
    display: block;
    position: absolute;
    z-index: 10;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
  }
  
  #img_video>img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: none
  }
  
  .details-media {
    border-top: 1px solid #e0e0e0;
    width: 100%;
    padding-top: .7rem;
    display: none
  }
  
  .details-media-headimg {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 2.25rem;
    float: left
  }
  
  .details-media-content {
    line-height: 1.125rem;
    margin-left: .625rem;
    float: left;
    height: 2.25rem;
    width: 11.25rem;
    overflow: hidden
  }
  
  .dmc-title {
    font-size: .9rem;
    color: #303030
  }
  
  .dmc-desc {
    font-size: .625rem;
    color: #a3a3a3;
    word-break: break-all
  }
  
  .details-media-btn {
    float: right;
    margin: .35rem auto 0;
    width: 3.22061191rem;
    height: auto;
    vertical-align: middle;
    border-radius: 5px;
  }
  
  .details-media-btn img {
    width: 100%
  }
  
  #thumbnailPics {
    position: relative;
    width: 100%;
    margin-bottom: 0!important
  }
  
  #thumbnailPics .pic {
    position: absolute
  }
  
  #thumbnailPics .pic-portrait {
    left: 0;
    top: 0
  }
  
  #thumbnailPics .pic-landscape-top-right {
    top: 0
  }
  
  #thumbnailPics .pic-landscape-bottom-right {
    bottom: 0
  }
  
  #thumbnailPics .pic-landscape {
    right: 0
  }
  
  #thumb_desc {
    border: 1px solid #ededed;
    border-top: none;
    width: 100%;
    text-overflow: ellipsis;
    margin-bottom: 1.24rem
  }
  
  #img_top.hidden {
    display: none
  }
  
  .tc-btn-details {
    display: block;
    margin: 1.0628019rem auto;
    width: 75%;
    font-size: .6763285rem
  }
  
  #page_news_details .tc-video {
    padding: 0
  }
  
  #page_news_details #list_of_news .news-items {
    box-shadow: none;
    position: relative;
    margin-bottom: 0
  }
  
  #page_news_details .is-single-img .small-image-img {
    width: 30%
  }
  
  #page_news_details #list_of_news .small-image {
    position: relative;
    top: 7.5px
  }
  
  #page_news_details .is-single-img .cover-of-single-imgs {
    right: 70%
  }
  
  #page_news_details #list_of_news .small-image-title {
    border-bottom: 1px solid #eaeaea;
    padding-right: 0;
    font-size: .8621330353846154rem;
    width: 65%;
    padding-left: 0
  }
  
  #page_news_details #list_of_news .news-items:last-of-type .small-image-title {
    border-bottom: none
  }
  
  #page_news_details #list_of_news .is-single-img .small-image-title h3 {
    font-size: .8rem;
    line-height: 1.1rem
  }
  
  #page_news_details #list_of_news .news-items-meta {
    font-size: .57971rem;
    padding-left: 0;
    left: 0;
    right: 0;
    line-height: .57971rem;
    height: auto;
    bottom: .5797rem
  }
  
  #btn_like:focus {
    outline: 0
  }
  
  #btn_like .icn-like {
    background-color: #979da5;
    border: none!important
  }
  
  #btn_like.liked .icn-like {
    background-color: #db432f
  }
  
  #brief,
  #nav,
  #nav li,
  #naved_container,
  .bc-purple,
  .render-box {
    position: relative;
    z-index: 100;
  }
  #naved_container {
    padding-bottom: 3rem;
  }
  body {
    background-color: #f1f1f1
  }
  
  body.old-version #forecast_part {
    display: none!important
  }
   
  .card,
  .one-comment,
  img {
    height: auto;
    width: 100%
  }
  
  #img_gallery_cover #slider,
  #nav>div img,
  img {
    vertical-align: middle
  }
  
  #maybe_pushed_down.hidden,
  #video_wrapper.hidden,
  .replies-list.hidden {
    visibility: hidden
  }
  
  #maybe_pushed_down {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  
  img {
    max-height: 100%
  }
  
  .unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
  }
  
  #the_page_of_live_casting {
    -webkit-tap-highlight-color: transparent;
    padding-bottom: .375rem
  }
  
  #the_page_of_live_casting.disable-scroll {
    overflow: hidden!important;
    padding: 0!important
  }
  
  .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
  }
  
  @-webkit-keyframes rotateIn {
    0% {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate3d(0, 0, 1, -200deg);
      transform: rotate3d(0, 0, 1, -200deg);
      opacity: 0
    }
    100% {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: none;
      transform: none;
      opacity: 1
    }
  }
  
  @keyframes rotateIn {
    0% {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate3d(0, 0, 1, -200deg);
      transform: rotate3d(0, 0, 1, -200deg);
      opacity: 0
    }
    100% {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: none;
      transform: none;
      opacity: 1
    }
  }
  
  body,
  html {
    height: 100%
  }
  
  .page-live-casting *{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* font-family: -apple-system, Roboto, "Droid Sans", "Hiragino Sans GB", "Microsoft YaHei", "Microsoft YaHei UI", "Microsoft JhengHei UI", STHeiti, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif!important */
  }
  
  ul {
    list-style-type: none
  }
  
  li {
    display: block
  }
  
  li,
  ul {
    margin: 0;
    padding: 0
  }
  
  body {
    position: relative;
    top: 0;
    padding: 0;
    -webkit-transition: opacity .1s ease-in;
    -moz-transition: opacity .1s ease-in;
    -ms-transition: opacity .1s ease-in;
    -o-transition: opacity .1s ease-in;
    transition: opacity .1s ease-in;
    overflow-x: hidden;
    width: 100%;
    min-height: 100%
  }
  
  body.hidden {
    visibility: hidden
  }
  
  body.transparent {
    opacity: 0
  }
  
  .rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
  }
  
  .forecast.forecast_video_begin #brief,
  .video-only-casting #nav_tabs,
  .with-video #brief {
    display: none
  }
  
  .forecast.forecast_video_begin #video_wrapper,
  .video-only-casting #comments_container {
    display: block!important
  }
  
  #brief.hidden,
  #nav>div.hidden,
  #nav>ul.hidden,
  #the_page_of_live_casting .container.hidden {
    display: none
  }
  
  .bc-purple {
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0
  }
  
  #nav,
  .card,
  .render-box {
    background-color: #fefefe
  }
  
  .render-box {
    overflow: hidden
  }
  
  #brief {
    color: #fff;
    font-weight: 400;
    height: 100%
  }
  
  #brief .txt-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: .628rem .7246rem;
    background-color: rgba(0, 0, 0, .4)
  }
  
  #brief .txt {
    font-size: .7246rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1rem;
    max-height: 2rem
  }
  
  .pic-and-text-only-casting #brief {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
  }
  
  #comments_container {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #f1f1f1
  }
  
  #cards_container.transparent .card {
    opacity: 0
  }
  
  .card,
  .one-comment {
    color: #757575;
    overflow: hidden;
    margin: 0;
    -webkit-transition: opacity .1s ease-in;
    -moz-transition: opacity .1s ease-in;
    -ms-transition: opacity .1s ease-in;
    -o-transition: opacity .1s ease-in;
    transition: opacity .1s ease-in
  }
  .card {
    padding: 1.06rem .69243rem .53rem;
    padding-top: .8rem;
  }
  
  .one-comment {
    position: relative;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /* padding: .434782rem 0; */
    display: flex;
    margin-bottom: .8rem;
    padding: 0 .483rem;
  }
  
  .one-comment:last-of-type {
    border-bottom: none
  }
  
  .card .header,
  .one-comment .header {
    font-size: .8373rem;
    text-align: left;
    margin-bottom: 0;
    height: 2.30273rem;
    line-height: 1.723rem;
    position: relative;
    z-index: 1;
    background-color: #fefefe
  }
  .card .header {
    height: 2.7154rem;
  }
  
  .one-comment .header {
    background-color: transparent;
    padding: 0;
    height: auto;
    height: 1.723rem
  }
  .header .head-left {
    float: left;
    height: 2rem;
  }
  .speaker-name {
    color: #333333;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  .comment-emoji {
    width: 16vw;
    margin-top: 2.4vw;
  }
  .head-left .speaker-name {
    display: block;
    line-height: .7246rem;
    height: 1rem;
    font-size: .7246rem; 
  }
  .header .head-left .timestamp {
    display: block;
    line-height: .7246rem;
    float: left;
  }
  
  .one-comment .header span {
    display: inline-block;
    font-size: .676328rem;
    line-height: .676328rem;
    vertical-align: top
  }
  
  .card .card-text,
  .one-comment .card-text {
    position: relative;
    font-size: .8373rem!important;
    line-height: 1.095rem!important;
    word-wrap: break-word;
    padding-left: 2.4rem;
    top: -.25rem;
    z-index: 2;
    color: #333;
    border: 0.03rem solid #F1F1F1;
    border-radius: .21rem;
    background-color: white;
  }
  .card .card-text {
    padding-left: 0;
    font-size: .7729rem !important;
    color: #474747;
    line-height: 1.111rem !important;
  }
  
  .one-comment .card-text {
    font-size: .805rem;
    display: inline-block;
    padding: .24rem .37rem;
    /* margin-top: -.85346rem; */
    top: 0;
    left: 0rem;
    width: 100%;
    margin-left: .4rem;
    /* width: auto;
    max-width: 66.66%; */
    background-color: #fefefe;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  .card-text .timestamp{
    margin-left: .83rem !important;
  }
  
  /* .one-comment .card-text:before {
    position: absolute;
    left: -.4rem;
    top: .5475rem;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: .483rem solid transparent;
    border-bottom: .483rem solid transparent;
    border-right: .483rem solid #fefefe
  } */
  
  .card .card-text p,
  .card .card-text span,
  .one-comment .card-text p,
  .one-comment {
    font-size: .8373rem!important;
    /* line-height: 1.04rem!important; */
    color: #151B25;
    /* margin: 0!important; */
    /* background-color: #fefefe!important */
  }

  .card .card-text p {
    font-size: .8229rem !important;
    color: #474747;
    line-height: 1.311rem !important;
    letter-spacing: .01323rem;
  }
  
  .card .imgs,
  .one-comment .imgs {
    width: 100%;
    overflow: hidden;
    padding-left: 2.4rem;
    margin: .483rem auto 0;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between */
  }

  .card .imgs {
    padding-left: 0;
  }
  
  /* .card .imgs .img,
  .one-comment .imgs .img {
    opacity: 1;
    -webkit-transition: opacity 150ms ease-in;
    -moz-transition: opacity 150ms ease-in;
    -ms-transition: opacity 150ms ease-in;
    -o-transition: opacity 150ms ease-in;
    transition: opacity 150ms ease-in;
    background-color: #fefefe;
    background-size: cover;
    display: block
  } 
  
  .card .imgs .img.hidden {
    opacity: 0
  }
  */

  .imgs .img-show-wrap {
    /* width: calc(50% - 3.5px); */
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
  }
  
  .imgs .img-show-wrap.one {
    width: 100%
  }
 
  .imgs .img-show-wrap.num-2.four,
  .imgs .img-show-wrap.num-2.three,
  .imgs .img-show-wrap.num-3.four {
    margin-top: 7px
  }
  
  .card .avatar,
  .one-comment .avatar {
    /* background-position: center; */
    background-position: left top 2px;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    width: 1.723rem;
    height: 1.723rem;
    /* margin-right: .6924rem; */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
  }
  .card .avatar {
    margin-right: .5797rem;
  }

  .growth-img {
    width: 2.5rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .card .avatar:after,
  .one-comment .avatar:after {
    content: "";
    display: block;
    clear: both
  }
  
  .card .timestamp,
  .one-comment .timestamp {
    color: #7E8998;
    font-size: .64rem;
    /* margin-left: .83rem; */
    /* margin-right: -.0483rem; */
    /* float: right */
  }

  .card .vip_logo_img,
  .one-comment .vip_logo_img {
    display: inline-block;
    height: .8373rem;
    width: auto;
    margin-bottom: 2px;
    margin-left: 3px;
  }

  
  #nav,
  #nav>div,
  #nav>ul {
    width: 100%;
    height: 1.96457rem;
    line-height: 1.96457rem
  }
  
  #nav_tabs {
    display: flex;
    align-items: center
  }
  
  #nav_tabs hr {
    height: .83736rem;
    color: #eaeaea;
    width: .05rem
  }
  
  #nav>div {
    color: #474747;
    font-size: .71875rem;
    line-height: 2.1875rem;
    padding: 0 .625rem
  }
  
  #nav>div img {
    display: inline-block;
    height: 1rem;
    margin-right: .3rem;
    width: auto
  }
  
  #nav li,
  #nav li span {
    display: inline-block;
    height: 1.96457rem;
    line-height: 1.96457rem
  }
  
  .pic-and-text-only-casting #nav {
    margin-top: 0
  }
  
  #nav li {
    width: calc(50% - .5px);
    display: flex;
    align-items: center
  }
  
  #nav li span {
    font-size: .805rem;
    text-align: center;
    color: #7E8998;
    border-bottom: .09375rem solid transparent;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    /* width: 60%; */
    margin: 0 auto;
    font-weight: bold;
  }
  
  #the_page_of_live_casting.pic-and-text-only-casting #video_wrapper.hidden,
  #the_page_of_live_casting.video-only-casting #cards_container,
  #the_page_of_live_casting.video-only-casting #nav,
  #what_people_said {
    display: none
  }
  
  #nav li.active span {
    border-bottom: .11rem solid #E65757;
    color: #151B25
  }
  
  #nav li .counts-of-comments,
  #what_people_said .counts-of-comments {
    font-size: .628rem;
    font-style: normal;
    margin-left: .35rem;
    line-height: 1.96457rem
  }
  
  #the_page_of_live_casting.with-video #maybe_fixed_position {
    width: 100%;
    /* position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%); */
    z-index: 110;
    background-color: #f8f8f8
  }
  
  #maybe_fixed_position {
    position: relative;
    top: 0
  }
  
  .old-version #maybe_fixed_position {
    position: relative!important
  }
  
  #video_wrapper,
  #video_wrapper video {
    position: relative;
    width: 100%;
    max-width: 100%
  }
  
  #video_wrapper {
    margin: 0 auto
  }
  
  #the_page_of_live_casting.inside-app #video_wrapper {
    display: none!important
  }
  
  #video_wrapper video {
    height: 100%;
    max-height: 100%;
    background-color: #000;
    z-index: 100
  }
  
  #video_wrapper #tip_cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    color: #fff;
    text-align: center;
    z-index: 0
  }
  
  #video_wrapper #tip_cover.reveal {
    z-index: 200
  }
  
  #video_wrapper .controls-bar {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 2rem;
    background-color: rgba(0, 0, 0, .4);
    z-index: 101
  }
  
  #video_wrapper .counts-of-viewers {
    background-color: rgba(0, 0, 0, .5);
    font-size: .5636rem;
    line-height: 1.5;
    border: 1px solid #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    right: .80515297rem;
    top: .6rem;
    padding: 0 .28rem;
    color: #fff;
    display: inline-block;
    position: absolute;
    z-index: 100
  }
  
  #img_gallery_cover,
  #video_wrapper .controls-bar.hidden,
  #video_wrapper .counts-of-viewers.hidden,
  #video_wrapper .play-button.hidden {
    display: none
  }
  
  #video_wrapper .enter-fullscreen-button {
    position: absolute;
    background: url(https://wapcdn.thecover.cn/wap/1.0.0/img/fullscreen_video_btn.png) no-repeat;
    background-size: contain;
    width: 1.34375rem;
    height: 1.40625rem;
    top: .296875rem;
    left: .75rem;
    display: none!important
  }
  
  #video_wrapper .play-button {
    display: none;
    position: absolute;
    z-index: 101;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background: url(http://imgcdn.thecover.cn/wap/2.0/img/play_video.png) left top no-repeat;
    border: none;
    box-shadow: none;
    margin-top: -25px;
    margin-left: -25px
  }
  
  .page-live-casting .tc-talkitem {
    padding-left: 2.7rem
  }
  
  .replies-list {
    /* padding: 0 .483rem; */
    /* background-color: #FBFBFB; */
    top: .85rem;
    position: relative
  }
  
  #img_gallery_cover {
    position: fixed;
    background-color: #000;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%
  }
  
  #img_gallery_cover.reveal {
    display: block;
    overflow: hidden
  }
  
  #img_gallery_cover #slider {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%
  }
  
  #img_gallery_cover #slider .a-single-image-wrapper {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain
  }
  
  .index-of-images {
    color: #fff;
    text-align: center;
    font-size: .75rem;
    line-height: .75rem;
    width: 100%;
    position: absolute;
    top: .75rem;
    left: 0
  }
  
  #img_gallery_cover .swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative
  }
  
  #img_gallery_cover .swipe-wrap {
    overflow: hidden;
    position: relative;
    background-color: #000
  }
  
  #img_gallery_cover .swipe>div {
    float: left;
    width: 100%;
    position: relative
  }
  
  #the_page_of_live_casting .notalk {
    font-size: .7rem
  }
  
  #the_page_of_live_casting.inside-app .DownloadApp {
    display: none!important
  }
  
  .card:last-of-type,
  .one-comment:last-of-type {
    padding-bottom: 1.2rem
  }
  
  .card:first-of-type .header,
  .one-comment:first-of-type .header {
    border-top: none
  }
  
  
  .vertical-line {
    position: absolute;
    left: 1.54589rem;
    top: 1.06rem;
    height: 100%;
    background-color: #eaeaea;
    width: .0333rem;
    z-index: 0
  }
  
  .same-height {
    height: 100%;
    width: 100%
  }
  
  #forecast_part {
    display: none;
    background-color: #fefefe;
    text-align: center;
    color: #a3a3a3
  }
  
  .forecast #brief,
  .forecast-shitu #forecast_part,
  .forecast-video #forecast_part {
    display: block
  }
  
  .forecast #brief .txt,
  .forecast #video_wrapper,
  .forecast-video #nav,
  .forecast.forecast_video_begin #forecast_part.hidden {
    display: none
  }
  
  .forecast #brief {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover
  }



/* audio */
.audio-wrap {
    position: relative;
    margin: .7085rem 0 0 0;
    border: 1px solid #fecccc;
    background: #fef2f2;
    border-radius: 4px;
}

.audio-play {
    width: 2.4638rem;
    height: 2.4638rem;
    float: left;
    margin: .322rem;
}
.audio-play .play-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height:  100%;
    /*background: url(https://wapcdn.thecover.cn/wap/3.3.0/img/playing-circle.png);*/
    background-size: 100% 100%;
}
.to-init .play-ico,
.pausing .play-ico {
    width: 100%;
    height: 100%;
    background: url(https://wapcdn.thecover.cn/chuan_guan/3.1.1/img/fm_audio_play.png);
    background-size: 100% 100%;
}
.playing .play-bg {
    -webkit-animation: rotation 5s linear infinite;
    animation: rotation 5s linear infinite;
}
.playing .play-ico {
    width: 100%;
    height: 100%;
    background: url(https://wapcdn.thecover.cn/chuan_guan/3.1.1/img/fm_audio_pause.png);
    background-size: 100% 100%;
}
.series {
    height: .8373rem;
    line-height: .8373rem;
    font-size: .6763rem;
    margin: .7rem .6797rem 0 3.1884rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #474747;
}

.audio-progress {
    position: relative;
    width: 75%;
    margin: 0 0 0 3.1884rem;
    height: 1.7069rem;
    padding-top: .2576rem;
}
.audio-progress .audio-bars {
    position: relative;
    overflow: hidden;
}
.audio-progress .progress-rail {
    width: 100%;
    height: .1449rem;
    background-color: #e1e1e1;
    border-radius: .048rem;
}
.audio-progress .progress-buffered {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: .1449rem;
    background-color: #c5c5c5;
    z-index: 5;
}
.audio-progress .progress-done {
    position: absolute;
    z-index: 6;
    top: 0;
    left: -100%;
    width: 100%;
    height: .1449rem;
    background-color: #ff0d02;
    border-radius: .048rem;
}
.audio-progress .progress-handle {
    position: absolute;
    z-index: 7;
    width: 1.1433rem;
    height: 1.1433rem;
    top: -.35rem;
    left: -.469rem;
}
.audio-progress .progress-handle .handle-round {
    margin: .369rem 0 0 .369rem;
    width: .628rem;
    height: .628rem;
    background: url(https://wapcdn.thecover.cn/chuan_guan/3.1.1/img/fm_audio_rail.png) no-repeat;
    background-size: .5314rem .5314rem;
}
.progress-tips {
    font-size: .5797rem;
    margin-top: .338rem;
    color: #757575;
}
.progress-time {
    float: left;
}
.progress-duration {
    float: right;
}

/* video wrap */
.video-wrap {
    position: relative;
    margin: .7085rem 0 0 0;
    /* background: grey;
    line-height: 0; */
}

/* 底部下载条 */
.cm-footer-wrap {
  /* position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%); */
  height: 2.657rem;
  width: 100%;
  z-index: 9998;
  background:#fff;
  position: relative;
}
.swipe-wrap {
  height: 100%;
}
.swipe-wrap > div {
  position: relative;
  float: left;
}


.cm-footer-wrap .cm-swipe-dot {
  position: absolute;
  bottom: .06rem;
  z-index: 99;
  width: 100%;
  text-align: center;
}

.cm-footer-wrap .cm-swipe-dot  ul li {
  width: .16rem;
  height: .16rem;
  border-radius: .08rem;
  background-color: #CCCCCC;
  display: inline-block;
  margin: 0 .2rem;
}
.cm-footer-wrap .cm-swipe-dot  ul .no {
  background-color: #FF5656;
  width: .64rem;
  border-radius: 0;
}



.downloadapp {
  display: block;
  width: 100%;
  height: 100%;
}
.cm-footer-swipe {
  position: relative;
  z-index: 100;
  display: flex;
  height: 100%;
  padding: 0 .8rem;
}

.cm-footer-swipe .tc-footer-download {
  /* width: 60%; */
  overflow: hidden;
  flex: 1;
  margin-right: 1.07rem;
}

.cm-footer-hottitle {
  height: 100%;
  font-size: .5797rem;
  color: #fff;

  display: flex;
  align-items: center;
  overflow: hidden;
}

.cm-footer-hottitle .cm-footer-newspaper {
  width: 1.07rem;
  height: 1.07rem;
  margin-right: 1.07rem;
}

.cm-footer-hottitle .cm-footer-follow {
  width: 1.07rem;
  height: 1.07rem;
}
.cm-footer-swipe .cm-footer-hottitle .cm-footer-hottitle-img {
  width: 2.51rem;
  height: 1.87rem;
  float: left;
  border-radius: .2rem;
  margin-right: .43rem;
  margin-left: .4rem;
}

.cm-footer-swipe .cm-footer-hottitle .cm-footer-hottitle-title {
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: .8rem;
  color: #0A1420;
  height: 1.62rem;
  flex: 1;
}
.cm-footer-swipe .cm-footer-hottitle .cm-footer-hottitle-title .vip_logo_img {
  display: inline-block;
  height: .5797rem;
  width: auto;
  vertical-align: middle;
  margin-bottom: 2px;
}
.cm-footer-hottitle .cm-foot-link {
  display: block;
  height: 2.657rem;
  flex: 1;
  display: flex;
  align-items: center;
}

.cm-footer-hottitle .cm-foot-link img {
  width: 5.04rem;
  height: 1.28rem;
}


.cm-footer-oper {
  /* width: 40%; */
  
  /* position:absolute;
  top:0;
  right:0; */
  height: 100%;
  display: flex;
  align-items: center;
}

/* .cm-footer-wrap .cm-footer-download {
  width: 3.41rem;
  line-height: 1.28rem;
  text-align: center;
  border-radius: 0.8rem;
  border: 0.05rem solid #FF5656;
  font-size: 0.75rem;
  color: #FF5656;;
} */
.cm-footer-wrap .cm-footer-download {

  text-align: center;
  border-radius: 4vw;
  border: 0.13vw solid #FF5656;
  color: #FF5656;
  font-size: 2.93vw;
  text-align: left;
  font-style: normal;
  padding: 0.93vw 2.8vw;
}

.cm-footer-wrap .cm-footer-close {
  background: url(https://cbgccdn.thecover.cn/wap/4.0.0/img/btn-close-b.png) no-repeat;
  background-size: .5475rem .5636rem;
  width: 1rem;
  height: 100%;
  background-position: .1rem 1rem;
  display: none;
}



/* .mobile-page{
  padding-top: 2.5rem;
} */
.mobile-page .copyright,.mobile-page .copyright-pc {
display: none;
}
.pc-page .func-sec, .pc-page .float-box{
  display: none;
}
/* 评论条 */
.comment-bar{
  position: relative;
  z-index: 20;
  width: 100%;
  box-sizing: border-box;
  padding: .5rem .8rem .5rem .8rem;
  background-color: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  /* transform: translateY(100%); */
}
.comment-bar.fixed{
  /* position: relative; */
}
.comment-bar.active{
  /* position: fixed;
  bottom: 0;
  left:0; */
  animation: moveFromBottom .2s ease-in forwards;
}
.comment-bar.fadeOutFromBottom{
  position: fixed;
  bottom: 0;
  left:0;
  animation: fadeOutFromBottom 0.2s ease-out forwards;
}
@keyframes moveFromBottom{
  from{} 
  to{ transform: translateY(0); }
}
@keyframes fadeOutFromBottom{
  from{transform: translateY(0);}
  to{ transform: translateY(100%); }
}
.input-box{
  flex: 1;
}
.comment-input{
  width: 100%;
  background-color: #F5F8FA;
  padding: .4rem;
  box-sizing: border-box;
  resize: none;
}
.input-box input{
  display: block;
  height: 100%;
  height: 1.5rem;
  padding: .15rem .5rem .15rem .9rem;
  width: 100%;
  border-radius: 1.5rem;
  box-sizing: border-box;
  /* border: 1px solid #ddd;
  box-shadow: inset 1px 1px 1px rgba(0,0,0,.3); */
  /* background-color: #f5f5f5; */
  background: #f5f8fa;
  /* background: #f5f5f5 url(https://cbgccdn.thecover.cn/wap/4.0.0/img/edit-icon.png) .6rem center no-repeat; */
  background-size: .8rem;
  
}

.input-box input::-webkit-input-placeholder {
  color: #000;
}

.send-comment-btn{
  display: block;
  height: 1.5rem;
  padding: 0 .7rem;
  line-height: 1.5rem;
  /* position: absolute;right: .8rem;top: .5rem; */
  background: transparent;
  border: 0 none;
  outline: none;
  background-color: #ffeeee;
  border-radius: 1.5rem;
  color: #e65757;
  opacity: 0.8;
  margin-left: .3rem;

}
.send-comment-btn.active{
  opacity: 1;
}
.btn-comment{
  position: relative;
  z-index: 20;
  width: 100%;
  box-sizing: border-box;
  padding: .5rem .8rem .5rem .8rem;
  background-color: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  background-color: white;
}
.btn-comment-button{
  background-color: #F5F8FA;
  color: #7E8998;
  width: 100%;
  line-height: 1rem;
  padding: .5rem .4rem .5rem .4rem;
  box-sizing: border-box;
  border-radius: 1rem;
}
/* model */
.model-box{
  position: fixed;
  bottom: 3.5rem;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, 0);
  color: #fff;
  background: rgba(0,0,0,.5);
  font-size: .8rem;
  width: auto;
  
  border-radius: 2em;
  padding: .4em 2em;
  box-sizing: border-box;
  display: none;
}
.model-box.active{
  display: block;
}
.model-box .content{
  color: #fff;
  white-space: nowrap
}
@media (max-width: 500px){
  .page-live-casting *{
    font-family: -apple-system, Roboto, "Droid Sans", "Hiragino Sans GB", "Microsoft YaHei", "Microsoft YaHei UI", "Microsoft JhengHei UI", STHeiti, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif!important
  }
}
@media (min-width: 500px){
  body{
    width: 750px;
    margin: 0 auto; 
  }
  .lc-bottom{
    display: none;
  }
  #the_page_of_live_casting.with-video #maybe_fixed_position{
    width: 750px;
  }
  #naved_container {
    padding-bottom: 0;
  }
  .render-box{
    padding-top: 10px;
  }
  .imgs .img-show-wrap{
    background-position: left center;
    background-size: contain; 
  }
}
.hide{
  display: none;
}
.fmStyle {
  max-height: 100%;
  width: 100%
}

/* 新添加的预告需求 */
#new-forecast-part {
  padding: .6rem;
  background: #fff;
}
#new-forecast-part .forecast-part-title {
  font-size: .95rem;
  line-height: 1.15rem;
  color: #151B25;
}
#new-forecast-part .forecast-part-meta {
  height: 1.5rem;
  line-height: 1.5rem;
}
#new-forecast-part .forecast-part-time {
  float: left;
  font-size: .7rem;
  color: #7E8998;
}
#new-forecast-part .forecast-part-order {
  float: right;
  width: 3.5rem;
  font-size: .7rem;
  color: #7E8998;
  background: #E65757;
  color: #fff;
  border-radius: 1.2rem;
  text-align: center;
}
.live-brief-wrapper {
  padding: 0 .55rem;
  text-align: left;
  background: #fff;
}
.live-brief-wrapper .live-brief-line {
  width: 100%;
  height: 1px;
  background: #ECF2F5;
  margin-bottom: .75rem;
}
.live-brief-wrapper .live-brief-title {
  color:#7E8998;
  font-size: .75rem;
  line-height: .75rem;
  margin-bottom: .6rem;
}

.live-brief-wrapper .live-brief-content {
  text-align: left;
  font-size: .85rem;
  line-height: 1.2rem;
  color: #7E8998;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.new_hidden {
  display: none;
}

.new_show {
  display: block;
}

.bgcWhite {
  background: #fff;
}

/* VR直播 */
.new-video-box {
  height: 100%;
}
/* 多视角样式 */
.new-visuals-video-box {
  height: 100%;
}
.new-visuals-video-box .visuals-forecast-img {
  width: 100%;
  height: auto;
}
.viewPoints-list {
  padding: 1.40625rem .8125rem .75rem;
  background: #ffffff;
}
.viewPoints-list .viewPoints-list-head {
  color: #151B25;
  font-size: .9375rem;
  margin-bottom: .8125rem;
}
.viewPoints-list .viewPoints-list-head span {
  width: .8rem;
  height: .8rem;
  border: none;
  border-top: 1px solid #7E8998;
  border-right: 1px solid #7E8998;
  transform: rotate(-45deg);
  float: right;
  margin-top: .3125rem;
}
.viewPoints-list .viewPoints-list-head span.down {
  width: .8rem;
  height: .8rem;
  border: none;
  border-left: 1px solid #7E8998;
  border-bottom: 1px solid #7E8998;
  transform: rotate(-45deg);
  float: right;
  margin-top: -0.0125rem;
}
.viewPoints-list .viewPoints-list-wrapper {
  margin-bottom: .8125rem;
  height: 4.375rem;
  overflow: hidden;
}
.viewPoints-list-wrapper .list-left {
  width: 1.875rem;
  height: 4.375rem;
  background: url('./img/vr/viewsPoint_left.png') center no-repeat;
  background-size: cover;
  float: left;
  margin-right: .625rem;
}
.viewPoints-list-wrapper .list-right {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: .8125rem;
}
.viewPoints-list-wrapper .list-item {
  display: inline-block;
  width: 5rem;
  height: 4.375rem;
  margin-right: .625rem;
}
.viewPoints-list-wrapper .list-item .img {
  height: 2.8125rem;
  border-radius: .25rem;
  overflow: hidden;
  margin-bottom: .625rem;
  position: relative;
}
.viewPoints-list-wrapper .list-item .select {
  border: 1px solid #E65757;
}
.viewPoints-list-wrapper .list-item .img span {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  background: url('./img/vr/vr_icon.png') center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.viewPoints-list-wrapper .list-item p {
  color: #151B25;
  font-size: .8125rem;
  line-height: .875rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.viewPoints-list .viewPoints-brief {
  color: #151B25;
  font-size: .875rem;
  line-height: 1.3125rem;
  max-height: 2.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.video-noProgress::-webkit-media-controls-timeline {
  display: none;
}

.video-play-wrapper {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #000;
}
.video-play-wrapper h3 {
  width: 100%;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-weight: normal;
}
#video-play-wrapper-icon {
  width: 50px;
  height: 50px;
  background: #303030;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('https://wapcdn.thecover.cn/wap/5.5.0/img/topic_news_video_btn.png') center no-repeat;
  background-size: cover;
}


.go-app {
  display: block;
  width: 7.31rem;
  height: auto;
  position: fixed;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3000;
}
.go-app-img{
  width: 100%;
  height: auto;
}
.go-app-a{
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}

/* video-js样式 */
.video-js {
  width: 100%;
  height: 100%;
}
.lc-content-pc {
  overflow: unset;
}
.render-box-pc {
  max-height: 1024px;
  overflow: auto;
}
.page-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100000;
  background-color: white;
}



/* 10.4.2 新增的微博 公众号 */
.care-me-shade {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,.5);
  width: 100vw;
  height: 100vh;
  z-index: 100000;
}

.care-me-shade .panel {
  display: inline-block;
  text-align: center;
  width: 17.8rem;
  height: 13.15rem;
  /* background-color: #fff; */
  background-image: url('https://wapcdn.chuanbaoguancha.cn/cdn/cbgc/static/img/follow-mask-background.png');
  background-size: cover;
  position: relative
}

.care-me-shade .title {
  font-size: .96rem;
  font-weight: 500;
  color: #333333;
  margin: .99rem 0;
}

.care-me-shade .item-box {
  display: flex;
  justify-content: center;
}

.care-me-shade .item {
  display: inline-block;
  width: 7.57rem;
  height: 8.96rem;
  background-size: cover;
  /* border: 1px dotted black; */

}

.care-me-shade .weixin-item {
  background-image: url('https://wapcdn.chuanbaoguancha.cn/cdn/cbgc/static/img/follow-mask-wx.png');
}

.care-me-shade .weibo-item {
  background-image: url('https://wapcdn.chuanbaoguancha.cn/cdn/cbgc/static/img/follow-mask-weibo.png');
}

.care-me-shade .big-icon {
  width: 6.4rem;
  height: 6.4rem;
  margin-top: .59rem;
}

.care-me-shade .btn-close {
  position: absolute;
  top: .53rem;
  right: .53rem;
  width: .75rem;
  height: .75rem;
  cursor: pointer
}