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