@charset "UTF-8";
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%);
  background: #f2f2f2;
  /*
        如果使用iscroll插件请用overflow属性
    */
  overflow: hidden;
  /*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 .nav-lists-box {
        height: 0.45rem; }
  .ys_container .mian_3g {
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%; }
    .ys_container .mian_3g .notice {
      border-bottom: #dfd4d3 solid 1px;
      padding: 7px 0;
      background: white;
      width: 100%;
      position: relative; }
      .ys_container .mian_3g .notice .btn-close {
        position: absolute;
        left: 0;
        top: 7px;
        width: 40px;
        height: 34px;
        z-index: 10000; }
        .ys_container .mian_3g .notice .btn-close a {
          display: block;
          height: 100%;
          background: url(./../../images/btn_close.png) no-repeat center center;
          text-indent: -10000px;
          background-size: auto 50%; }
      .ys_container .mian_3g .notice .app-box {
        position: relative;
        padding: 0 70px 0 80px;
        height: 34px;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
        .ys_container .mian_3g .notice .app-box a {
          display: block;
          height: 100%;
          letter-spacing: -3px;
          font-size: 0; }
        .ys_container .mian_3g .notice .app-box .icon-app {
          position: absolute;
          left: 40px;
          top: 0;
          width: 34px;
          height: 34px;
          letter-spacing: normal;
          vertical-align: middle;
          background: url("./../../images/m_smm.png") no-repeat center;
          background-size: 100%; }
        .ys_container .mian_3g .notice .app-box h3 {
          width: 100%;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          margin-bottom: 5px;
          line-height: 1;
          color: #000;
          font-size: 16px;
          font-weight: bold; }
        .ys_container .mian_3g .notice .app-box p {
          width: 100%;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          line-height: 1;
          color: #909090;
          font-size: 12px; }
      .ys_container .mian_3g .notice .btn-download {
        position: absolute;
        top: 7px;
        right: 10px; }
        .ys_container .mian_3g .notice .btn-download a {
          display: block;
          width: 60px;
          height: 100%;
          line-height: 34px;
          background-color: #d6010e;
          color: #fff;
          font-size: 12px;
          text-align: center;
          -webkit-border-radius: 3px;
          border-radius: 3px; }
  .ys_container .top-nav {
    height: .45rem;
    line-height: .45rem;
    padding: 0 .45rem;
    text-align: center;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e1e1e1;
    color: #323232;
    position: relative;
    z-index: 2; }
    .ys_container .top-nav .nav-goback {
      position: absolute;
      left: 0;
      top: 0;
      width: .45rem;
      height: .45rem;
      background: url("./../../images/back.png") no-repeat center;
      background-size: .12rem .2rem; }
    .ys_container .top-nav .nav_gohome {
      position: absolute;
      right: 0;
      top: 0;
      width: .45rem;
      height: .45rem;
      background: url("./../../images/home.png") no-repeat center;
      background-size: .2rem .2rem; }
    .ys_container .top-nav .nav-title {
      font-size: 0.16rem;
      padding: 0 0 3px 0;
      height: 100%; }
      .ys_container .top-nav .nav-title span {
        display: inline-block;
        height: 100%;
        padding: 0 0.1rem; }
        .ys_container .top-nav .nav-title span.active {
          border-bottom: 3px solid #d6010e;
          color: #d6010e; }

.z-top {
  position: fixed;
  right: 5px;
  bottom: 0.6rem;
  border-radius: 3px;
  text-align: center;
  z-index: 150;
  display: none;
  width: 40px;
  height: 40px; }
  .z-top img {
    max-width: 100%; }

.top-header {
  height: 50px;
  padding: 0 0.16rem;
  line-height: 50px;
  border-bottom: 3px solid #d6010e; }
  .top-header .top-logo {
    margin-top: 15px;
    height: 20px;
    width: 139px;
    background: url("./../../images/top-logo.png") no-repeat center;
    background-size: 100% 100%; }

.top-header .top-lists {
  margin-top: 13px;
  height: 24px;
  width: 24px;
  background: url("./../../images/top-lists.png") no-repeat center;
  background-size: 100% 100%; }

.footer {
  height: 0.75rem;
  background: #f2f2f2;
  text-align: center;
  line-height: 0.75rem;
  color: #999999; }

.footer a {
  color: #5a99e0; }

.mask-layer,
.error-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1; }

.error-layer {
  z-index: 1000; }

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

/* 商品详情底部定位 */
.detail-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  height: 0.5rem;
  background: #fff;
  z-index: 1000;
  border-top: 1px solid #e1e1e1;
  z-index: 1; }

.detail-footer .shop {
  flex: 1;
  height: 100%;
  background: #f9f9f9;
  border-right: 1px solid #e1e1e1; }

.detail-footer .shop .link {
  display: block;
  padding-top: 0.3rem;
  text-align: center;
  line-height: 0.2rem;
  font-size: 0.12rem;
  color: #909090;
  background: url(./../../images/mall/shops.png) no-repeat center 0.07rem;
  background-size: 0.2rem; }

.detail-footer .custom-service {
  flex: 1;
  height: 100%;
  background: #f9f9f9;
  border-right: 1px solid #e1e1e1; }

.detail-footer .custom-service .link {
  display: block;
  padding-top: 0.3rem;
  text-align: center;
  line-height: 0.2rem;
  font-size: 0.12rem;
  color: #909090;
  background: url(./../../images/mall/custom.png) no-repeat center 0.07rem;
  background-size: 0.2rem; }

.detail-footer .call1-service {
  flex: 2;
  height: 100%;
  background: #ff8814;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  font-size: 0.16rem; }

.detail-footer .call2-service {
  flex: 2;
  height: 100%;
  background: #ff3608;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  font-size: 0.16rem; }

.detail-footer .none-service {
  flex: 2;
  height: 100%;
  text-align: center;
  line-height: 0.5rem;
  font-size: 0.16rem; }

/* 交易意向弹层 */
.apply-layer {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1000; }
  .apply-layer .layer-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    .apply-layer .layer-content .order {
      padding: 0.12rem .12rem 0;
      background: #fff; }
      .apply-layer .layer-content .order .order-top .order-name {
        font-size: .16rem;
        line-height: .24rem;
        padding-bottom: 0.1rem;
        padding-right: 0.2rem; }
      .apply-layer .layer-content .order .order-top .danger-info {
        padding: 0.08rem 0.08rem 0.08rem 0.32rem;
        background-color: #f5f8fa;
        line-height: 0.18rem;
        font-size: 0.1rem;
        position: relative;
        color: #323232; }
        .apply-layer .layer-content .order .order-top .danger-info span {
          position: absolute;
          width: 0.12rem;
          height: 0.12rem;
          left: 0.08rem;
          top: 50%;
          transform: translateY(-50%);
          background: url("../../images/mall/danger.png") no-repeat center center;
          background-size: cover; }
      .apply-layer .layer-content .order .order-top .order-price {
        padding: .12rem 0;
        font-size: .12rem;
        line-height: .12rem;
        color: #909090; }
        .apply-layer .layer-content .order .order-top .order-price .order-price-text {
          font-size: .2rem;
          line-height: .2rem;
          font-weight: bold;
          color: #ff0000; }
      .apply-layer .layer-content .order .order-top .order-detail {
        padding-bottom: .12rem;
        font-size: .12rem;
        line-height: .12rem;
        color: #909090;
        display: flex;
        justify-content: space-between; }
      .apply-layer .layer-content .order .order-buy {
        padding: .12rem 0;
        font-size: .14rem;
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1; }
        .apply-layer .layer-content .order .order-buy .order-buy-container {
          height: .15rem;
          line-height: .15rem;
          display: flex;
          justify-content: space-between;
          align-items: center;
          color: #909090; }
          .apply-layer .layer-content .order .order-buy .order-buy-container .order-buy-btn {
            height: .28rem;
            line-height: 0.28rem;
            display: flex;
            background: #f2f2f2; }
            .apply-layer .layer-content .order .order-buy .order-buy-container .order-buy-btn .order-buy-btn-left,
            .apply-layer .layer-content .order .order-buy .order-buy-container .order-buy-btn .order-buy-btn-right {
              width: .28rem;
              height: 100%;
              border: 1px solid #e1e1e1;
              background-repeat: no-repeat;
              background-position: center center;
              background-size: 0.1rem; }
            .apply-layer .layer-content .order .order-buy .order-buy-container .order-buy-btn .order-buy-btn-left {
              background-image: url("../../images/mall/minus.png"); }
            .apply-layer .layer-content .order .order-buy .order-buy-container .order-buy-btn .order-buy-btn-right {
              background-image: url("../../images/mall/add.png"); }
            .apply-layer .layer-content .order .order-buy .order-buy-container .order-buy-btn .order-buy-btn-center {
              width: 0.5rem;
              height: 100%;
              text-align: center;
              border: 1px solid #e1e1e1; }
      .apply-layer .layer-content .order .order-note {
        padding: .1rem 0;
        font-size: .12rem;
        line-height: .2rem;
        padding-left: 0.35rem;
        position: relative; }
        .apply-layer .layer-content .order .order-note span {
          position: absolute;
          width: 0.12rem;
          height: 0.12rem;
          left: 0.08rem;
          top: 50%;
          transform: translateY(-50%);
          background: url("../../images/mall/danger.png") no-repeat center center;
          background-size: cover; }
        .apply-layer .layer-content .order .order-note a {
          text-decoration-line: none;
          color: #0790ee; }
      .apply-layer .layer-content .order .order-closeIcon {
        width: .3rem;
        height: .3rem;
        position: absolute;
        top: 0;
        right: 0; }
        .apply-layer .layer-content .order .order-closeIcon .icon {
          width: .15rem;
          height: .15rem;
          position: absolute;
          bottom: 0;
          left: 0; }
      .apply-layer .layer-content .order .order-user .name,
      .apply-layer .layer-content .order .order-user .phone,
      .apply-layer .layer-content .order .order-user .company {
        border-bottom: 1px solid #e1e1e1;
        padding: 0.1rem 0; }
        .apply-layer .layer-content .order .order-user .name input,
        .apply-layer .layer-content .order .order-user .phone input,
        .apply-layer .layer-content .order .order-user .company input {
          border: none;
          padding: 0;
          margin: 0;
          outline: none;
          vertical-align: middle;
          display: block;
          width: 100%;
          height: 0.2rem;
          line-height: 0.2rem; }
      .apply-layer .layer-content .order .order-warn {
        padding: .12rem .12rem;
        background: #fff;
        font-size: 0;
        display: flex;
        justify-content: space-between; }
        .apply-layer .layer-content .order .order-warn .warn-icon {
          width: .25rem;
          height: .25rem;
          margin-top: .12rem;
          margin-right: .12rem; }
        .apply-layer .layer-content .order .order-warn .warn-margin {
          margin-top: .12rem; }
        .apply-layer .layer-content .order .order-warn .warn-important {
          color: #d6010e; }
        .apply-layer .layer-content .order .order-warn span {
          font-size: .14rem;
          color: #909090;
          line-height: .24rem; }
    .apply-layer .layer-content .btn-submit {
      background: #ff3608;
      height: 0.5rem;
      line-height: 0.5rem;
      text-align: center;
      color: #fff;
      font-size: 0.16rem; }

/* 安汇达弹层 */
.reach-layer {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1000; }

.reach-layer .reach-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff; }

.reach-layer .reach-box .reach-top {
  padding: 0 0.12rem; }

.reach-layer .reach-box .top-title {
  padding: 0.7rem 0 0.2rem 0;
  background: url(./../../images/mall/reach-layer.png) no-repeat center 0.2rem;
  background-size: 1.2rem;
  border-bottom: 1px solid #e1e1e1; }

.reach-layer .reach-box .top-title h3 {
  font-size: 0.18rem;
  color: #323232;
  font-weight: 500;
  height: 0.3rem;
  text-align: center; }

.reach-layer .reach-box .top-title p {
  padding: 0 0.5rem;
  font-size: 0.14rem;
  color: #909090;
  text-align: center;
  line-height: 0.22rem; }

.reach-layer .reach-box .content ul li {
  padding: 0.1rem 0; }

.reach-layer .reach-box .content ul li h3 {
  height: 0.4rem;
  line-height: 0.4rem;
  padding-left: 0.4rem;
  font-size: 0.2rem;
  color: #323232;
  font-weight: 300; }

.reach-layer .reach-box .content ul li p {
  font-size: 0.14rem;
  color: #909090;
  line-height: 0.18rem; }

.reach-layer .reach-box .content ul li h3.security {
  background: url(./../../images/mall/security.png) no-repeat 0 center;
  background-size: 0.3rem; }

.reach-layer .reach-box .content ul li h3.efficiency {
  background: url(./../../images/mall/efficiency.png) no-repeat 0 center;
  background-size: 0.3rem; }

.reach-layer .reach-box .content ul li h3.quick {
  background: url(./../../images/mall/quick.png) no-repeat 0 center;
  background-size: 0.3rem; }

.reach-layer .reach-btn {
  height: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
  background: #ff3608;
  color: #fff;
  font-size: 0.18rem; }

/* 安心购 */
.buy-layer {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1000; }

.buy-layer .buy-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff; }

.buy-layer .buy-box .buy-top {
  padding: 0 0.12rem; }

.buy-layer .buy-box .top-title {
  padding: 0.2rem 0;
  border-bottom: 1px solid #e1e1e1;
  text-align: center; }

.buy-layer .buy-box .top-title h2 {
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  font-size: 0.24rem;
  color: #ff8814; }

.buy-layer .buy-box .top-title h3 {
  display: inline-block;
  padding: 0 0.3rem;
  font-size: 0.18rem;
  color: #323232;
  font-weight: 500;
  height: 0.3rem;
  text-align: center;
  background: url(./../../images/mall/buy.png) no-repeat 0 0.03rem;
  background-size: 0.2rem; }

.buy-layer .buy-box .top-title p {
  padding: 0 0.5rem;
  font-size: 0.14rem;
  color: #909090;
  text-align: center;
  line-height: 0.22rem; }

.buy-layer .buy-box .content {
  height: 2.1rem;
  border-bottom: 1px solid #e1e1e1;
  background: url(./../../images/mall/buy-content.png) no-repeat center;
  background-size: 90%; }

.buy-layer .buy-box .call-smm {
  height: 0.65rem;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.14rem;
  color: #909090; }

.buy-layer .buy-box .call-smm a {
  color: #0790ee; }

.buy-layer .buy-btn {
  height: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
  background: #ff3608;
  color: #fff;
  font-size: 0.18rem; }

/*实时价格说明*/
.detail-layer {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1000; }

.detail-layer .buy-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff; }

.detail-layer .buy-box .buy-top {
  padding: 0 0.12rem; }

.detail-layer .buy-box .top-title {
  padding: 0.2rem 0;
  border-bottom: 1px solid #e1e1e1;
  text-align: center; }

.detail-layer .buy-box .top-title h2 {
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.2rem;
  color: #323232;
  margin-bottom: 0.3rem; }

.detail-layer .buy-box .top-title p {
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  font-size: 0.17rem;
  color: #666;
  margin-bottom: 0.1rem; }

.detail-layer .buy-btn {
  height: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
  background: #ff3608;
  color: #fff;
  font-size: 0.18rem; }

.show-img-layer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  padding: 0.12rem; }

.show-img-layer .img-show {
  height: 100%;
  width: 100%; }

.show-img-layer .img-show .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
