@charset "UTF-8";
.nav-lists {
  position: absolute;
  z-index: 1000;
  width: 100%;
  padding-left: .11rem;
  padding-right: 0.48rem;
  background: #D7000F;
  height: 0.47rem;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap; }
  .nav-lists .box {
    overflow-x: auto;
    overflow-y: hidden;
    height: 100%; }
    .nav-lists .box ul {
      display: inline-block;
      height: 100%;
      position: relative; }
      .nav-lists .box ul li {
        display: inline-block;
        height: 100%;
        padding: 0 0.17rem;
        line-height: .47rem; }
        .nav-lists .box ul li a {
          color: #fff;
          display: block;
          text-align: center;
          font-size: .15rem;
          height: 100%; }
        .nav-lists .box ul li.active {
          padding: 0 .05rem;
          position: relative; }
          .nav-lists .box ul li.active a {
            font-size: .19rem;
            font-weight: 500; }
          .nav-lists .box ul li.active:after {
            content: " ";
            display: block;
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -.15rem;
            height: .03rem;
            width: .3rem;
            text-align: center;
            background-color: #fff; }
  .nav-lists .open-lists {
    position: absolute;
    width: 0.48rem;
    height: 100%;
    top: 0;
    right: 0; }
    .nav-lists .open-lists a {
      position: absolute;
      width: 0.23rem;
      height: 0.23rem;
      top: 50%;
      left: 50%;
      margin-left: -0.115rem;
      margin-top: -0.115rem;
      background: url("../../images/hq/components/cat_and_search.png") no-repeat center;
      background-size: 100% 100%; }

.modal-layer {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000; }
  .modal-layer .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 2.99rem;
    text-align: center;
    color: #333333;
    background: #FFFFFF;
    border-radius: 0.04rem;
    box-shadow: 0.02rem 0.02rem 0.03rem #909090; }
    .modal-layer .modal-content .modal-body {
      padding: .18rem .13rem;
      border-bottom: 1px solid #E5E5E5; }
      .modal-layer .modal-content .modal-body .modal-icon {
        width: .51rem;
        height: .51rem;
        margin: auto; }
        .modal-layer .modal-content .modal-body .modal-icon.modal-icon-success {
          background: url("../../images/event/tip-success.png") no-repeat center;
          background-size: .48rem .48rem; }
      .modal-layer .modal-content .modal-body .modal-msg {
        margin-top: .13rem;
        text-align: center;
        font-size: 0.16rem; }
    .modal-layer .modal-content .modal-footer {
      padding: .12rem .13rem; }
      .modal-layer .modal-content .modal-footer .btn-ok {
        width: 100%;
        text-align: center;
        color: #2D59B1;
        font-size: .19rem;
        line-height: .27rem; }

html {
  -ms-touch-action: none;
  height: 100%; }

.ys_container {
  display: none;
  height: 100%;
  max-width: 800px !important;
  min-width: 320px !important;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  /*
        如果使用iscroll插件请用overflow属性
    */
  overflow: hidden;
  background: #f2f2f2 !important;
  /*this is important to prevent the whole page to bounce */ }
  .ys_container #wrapper {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    /*background: #fff;*/
    overflow: hidden; }
    .ys_container #wrapper #scroller {
      position: absolute;
      z-index: 1;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      width: 100%;
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-text-size-adjust: none;
      -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
      -o-text-size-adjust: none;
      text-size-adjust: none;
      /*background: #fff;*/ }
      .ys_container #wrapper #scroller .footer {
        height: 0.75rem;
        background: #f2f2f2;
        text-align: center;
        line-height: 0.75rem;
        color: #999999; }
        .ys_container #wrapper #scroller .footer a {
          color: #5a99e0; }
      .ys_container #wrapper #scroller .nav-lists-box {
        height: 0.45rem; }
      .ys_container #wrapper #scroller .notice {
        height: 0.74667rem; }
    .ys_container #wrapper #totop {
      position: fixed;
      right: 0.11rem;
      bottom: 0.93rem;
      z-index: 999;
      cursor: pointer;
      display: none; }
      .ys_container #wrapper #totop img {
        width: 0.53rem;
        height: 0.53rem; }
  .ys_container .z-top {
    position: absolute;
    right: 0.05333rem;
    bottom: 0.53333rem;
    z-index: 150;
    background: rgba(22, 155, 213, 0.5);
    width: 0.42667rem;
    height: 0.42667rem;
    border-radius: 50%; }
    .ys_container .z-top img {
      position: absolute;
      width: 0.21333rem;
      height: 0.21333rem;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); }
  .ys_container .error-layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1000; }
    .ys_container .error-layer p {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 2.4rem;
      padding: 0.2rem 0.1rem;
      line-height: 0.24rem;
      font-size: 0.16rem;
      text-align: center;
      color: #969696;
      background: #f2f2f2;
      border-radius: 0.08rem;
      box-shadow: 0.02rem 0.02rem 0.03rem #909090;
      transform: translateX(-50%) translateY(-50%); }

.float-indicator {
  position: fixed;
  top: 0.48rem;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999; }
  .float-indicator .content-lists {
    background: #fff;
    position: relative;
    padding-left: 0.33rem;
    padding-right: 0.16rem;
    padding-bottom: 0.064rem;
    padding-top: 0.064rem; }
    .float-indicator .content-lists .timeline {
      position: absolute;
      left: 0.16rem;
      top: 0.05rem;
      height: 100%; }
      .float-indicator .content-lists .timeline .point {
        position: absolute;
        width: 0.06rem;
        height: 0.06rem;
        background-color: #2D59B1;
        border-radius: 50%;
        top: 0.02rem; }
      .float-indicator .content-lists .timeline .point-2 {
        position: absolute;
        width: 0.1rem;
        height: 0.1rem;
        background-color: #FFFFFF;
        border: 0.032rem solid #2D59B1;
        border-radius: 50%;
        top: 0.1rem;
        left: -0.02rem; }
      .float-indicator .content-lists .timeline .tail {
        position: absolute;
        top: 0.08rem;
        left: 0.03rem;
        border-left: 1px dashed #DCDFE6;
        height: calc(100% - 0.08rem); }
      .float-indicator .content-lists .timeline .tail-2 {
        position: absolute;
        top: 0.14rem;
        left: 0.03rem;
        border-left: 1px dashed #DCDFE6;
        height: calc(100% - 0.14rem); }
      .float-indicator .content-lists .timeline.timeline-highlight .point {
        background-color: #d7000f; }
    .float-indicator .content-lists .content .pubTitleBox {
      position: relative;
      display: flow-root; }
      .float-indicator .content-lists .content .pubTitleBox .originTag {
        font-size: 0.128rem;
        line-height: 0.192rem;
        color: #fff;
        background: #D7000F;
        padding: 0rem 0.04267rem;
        border-radius: 0.02133rem;
        display: inline-block;
        vertical-align: top;
        position: relative;
        top: 0.01067rem; }
      .float-indicator .content-lists .content .pubTitleBox .pubDateTitle {
        display: flex;
        align-items: center;
        gap: 0.04267rem; }
        .float-indicator .content-lists .content .pubTitleBox .pubDateTitle .dateStr {
          color: #273249;
          font-weight: bold;
          font-size: 0.192rem; }
        .float-indicator .content-lists .content .pubTitleBox .pubDateTitle .dateStr2 {
          color: #273249;
          font-size: 0.14933rem; }
      .float-indicator .content-lists .content .pubTitleBox .pubTitle {
        font-size: 0.17067rem;
        line-height: 0.23467rem;
        color: #121c32;
        word-wrap: break-word;
        word-break: break-all;
        display: inline;
        font-weight: bold; }
    .float-indicator .content-lists .content .pubtime {
      font-size: 0.13rem;
      line-height: 0.18rem;
      color: #808595; }
    .float-indicator .content-lists .content .profile {
      margin-top: 0.08533rem;
      line-height: 0.23467rem;
      font-size: 0.14933rem;
      color: #3D445C; }
    .float-indicator .content-lists .content .vip-info a {
      color: #00a0e9;
      text-decoration: underline; }
    .float-indicator .content-lists .content .vip-info .is-vip-str {
      color: #999; }
    .float-indicator .content-lists .content .vip-info .no-vip-str {
      background: #f2f2f2;
      color: #666; }
    .float-indicator .content-lists .detail {
      color: #2D59B1;
      font-size: 0.14933rem;
      display: inline-block; }
