.PageTabBar {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 999;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2); }
  .PageTabBar li {
    width: 25%;
    float: left;
    color: #212121;
    text-align: center;
    padding-bottom: 12px; }
    .PageTabBar li img {
      text-align: center;
      vertical-align: middle;
      margin: .18rem auto .15rem;
      width: .44rem;
      height: .44rem;
      display: block; }
    .PageTabBar li div {
      font-size: 0.28rem; }
  .PageTabBar .icon_box {
    width: pxTorem(22);
    height: pxTorem(22); }
    .PageTabBar .icon_box img {
      width: 100%;
      height: 100%; }

.classfiymain-page {
  background: white;
  height: calc(100% - 0.4rem * 2 - 8px - 10px);
  padding: 1.24rem 10px 10px 10px;
  box-sizing: border-box;
  overflow: hidden; }
  .classfiymain-page .left {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    width: 115px;
    padding-top: 12px; }
    .classfiymain-page .left::-webkit-scrollbar {
      display: none; }
    .classfiymain-page .left p {
      position: relative;
      font-size: 14px;
      color: #666;
      padding-bottom: 36px; }
      .classfiymain-page .left p:after {
        transition: all 0.2s ease;
        opacity: 0;
        position: absolute;
        content: "";
        bottom: 31px;
        left: 0;
        height: 3px;
        width: 0;
        border-radius: 2px;
        background: linear-gradient(90deg, #0fa5fe 0%, #006eff 100%); }
      .classfiymain-page .left p.active {
        color: #212121; }
        .classfiymain-page .left p.active:after {
          opacity: 1;
          width: 30px; }
  .classfiymain-page .right {
    width: calc(100% - 130px);
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 0.2rem;
    border-left: 1px solid #e8e8e8;
    padding-top: 12px; }
    .classfiymain-page .right::-webkit-scrollbar {
      display: none; }
    .classfiymain-page .right .item h3 {
      height: 28px;
      font-size: 20px;
      font-weight: 600;
      color: #212121;
      line-height: 28px;
      margin-bottom: 16px; }
    .classfiymain-page .right .item .item-options {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 20px; }
      .classfiymain-page .right .item .item-options span {
        box-sizing: border-box;
        font-size: 14px;
        color: #666666;
        display: inline-block;
        background: #f6f6f6;
        border-radius: 18px;
        width: calc(50% - 6px);
        padding: 10px 5px;
        margin-bottom: 10px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .classfiymain-page .right .specialItem {
      overflow: hidden; }
      .classfiymain-page .right .specialItem .item {
        float: left;
        margin-right: 0.16rem;
        width: calc(33.33% - 8px);
        border: 1px solid #f6f6f6;
        height: 1.78rem;
        box-sizing: border-box;
        margin-bottom: 0.32rem;
        padding: 20px 0px 8px;
        text-align: center; }
        .classfiymain-page .right .specialItem .item:nth-of-type(3n) {
          margin-right: 0rem !important; }
        .classfiymain-page .right .specialItem .item img {
          width: 1.12rem;
          height: 0.56rem;
          margin-bottom: 0.32rem;
          object-fit: contain; }
        .classfiymain-page .right .specialItem .item p {
          text-align: center;
          color: #505966;
          font-size: 0.24rem; }

.download-page {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 150px; }
  .download-page .dialog {
    width: 5.6rem;
    position: fixed;
    z-index: 999;
    background: #fff;
    margin: auto;
    border-radius: 0.16rem;
    left: 0;
    right: 0; }
    .download-page .dialog .title {
      font-size: 0.3rem;
      color: #333333;
      line-height: 0.42rem;
      padding: 0.4rem 0; }
    .download-page .dialog .dialog-button {
      line-height: 0.5rem;
      padding: 0.24rem 0;
      font-size: 0.36rem;
      color: #4DA8F8;
      line-height: 0.5rem;
      border-top: 1px solid #e5e5e5; }
  .download-page .wxtip {
    display: flex;
    align-items: flex-end;
    position: fixed;
    z-index: 999;
    color: #fff;
    top: 0;
    right: 0.44rem; }
    .download-page .wxtip .net {
      width: 0.44rem;
      height: 0.44rem;
      margin-right: 0.16rem; }
    .download-page .wxtip span {
      font-size: 0.32rem;
      line-height: 0.44rem; }
    .download-page .wxtip .arrow {
      width: 0.54rem;
      height: 0.66rem; }
  .download-page .logo {
    display: block;
    margin-bottom: 30px;
    width: 4rem;
    height: 1.74rem; }
  .download-page .button {
    width: 5.26rem;
    height: 1.08rem;
    line-height: 1.08rem;
    text-align: center;
    border: 1px solid #4DA8F8;
    margin: 0 auto;
    color: #4DA8F8;
    font-weight: bold;
    border-radius: 0.16rem; }
  .download-page .download-app {
    margin-bottom: 0.48rem;
    background: #4DA8F8;
    color: #fff; }
  .download-page .footer {
    position: fixed;
    bottom: 0.74rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 9; }
    .download-page .footer p {
      color: #9E9E9F;
      font-size: 0.24rem;
      line-height: 0.34rem; }
  .download-page .mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vh;
    height: 100vh;
    z-index: 99;
    background: rgba(0, 0, 0, 0.64); }

.local-search-withback-wrapper {
  background-image: url("/static/images/otoBgImg.png"); }

.search-withback-wrapper {
  width: 100%;
  background-color: white; }
  .search-withback-wrapper .otoHeader {
    box-sizing: border-box;
    padding: 10px 0.24rem 0 0; }
    .search-withback-wrapper .otoHeader .otoback {
      padding-left: 0.48rem;
      width: 2.64rem;
      height: 0.68rem; }
    .search-withback-wrapper .otoHeader .address {
      width: 2.4rem;
      height: 0.6rem;
      background: rgba(255, 255, 255, 0.5);
      border-radius: 0.3rem; }
      .search-withback-wrapper .otoHeader .address .otoaddress {
        width: 0.32rem;
        height: 0.32rem;
        margin-left: 0.08rem;
        margin-right: 0.08rem; }
    .search-withback-wrapper .otoHeader .cart {
      width: 0.6rem;
      height: 0.6rem;
      background: rgba(255, 255, 255, 0.5);
      border-radius: 0.32rem;
      margin-left: 0.16rem; }
      .search-withback-wrapper .otoHeader .cart .otoCartIcon {
        width: 0.32rem;
        height: 0.32rem; }
  .search-withback-wrapper .search-top {
    box-sizing: border-box;
    padding: 10px 0.24rem 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .search-withback-wrapper .search-top * {
      font-size: 0.28rem; }
    .search-withback-wrapper .search-top .left {
      display: flex;
      width: 1rem;
      padding: 0.1rem 0px;
      border-radius: 1rem;
      flex: 1 0 auto;
      box-sizing: border-box;
      height: 0.64rem;
      position: relative;
      border: 1px solid #4da8f8; }
      .search-withback-wrapper .search-top .left.search {
        margin-right: 0.32rem; }
      .search-withback-wrapper .search-top .left .input-wrapper {
        display: flex;
        flex: 1;
        align-items: center;
        height: 0.4rem;
        line-height: 0.4rem;
        width: 100%; }
        .search-withback-wrapper .search-top .left .input-wrapper .icons {
          width: 0.32rem;
          height: 0.32rem;
          min-width: 0.32rem;
          margin: 0 0.16rem 0 0.24rem; }
        .search-withback-wrapper .search-top .left .input-wrapper input {
          width: 100%; }
        .search-withback-wrapper .search-top .left .input-wrapper span {
          display: inline-block;
          width: 100%;
          height: 100%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          color: #D5D5D5FF; }
          .search-withback-wrapper .search-top .left .input-wrapper span.fake-input {
            color: #757575; }
      .search-withback-wrapper .search-top .left .close {
        display: flex;
        height: 0.28rem;
        width: 0.28rem;
        border-radius: 0.28rem;
        right: 0.32rem;
        top: 0.22rem;
        position: absolute;
        background: rgba(102, 102, 102, 0.6);
        align-items: center;
        justify-content: center; }
      .search-withback-wrapper .search-top .left .category-toogle {
        display: flex;
        align-items: center; }
        .search-withback-wrapper .search-top .left .category-toogle img {
          width: 0.2rem;
          margin-left: 2px; }
    .search-withback-wrapper .search-top .right {
      color: #006eff;
      font-size: 0.28rem; }
  .search-withback-wrapper .search-bottom {
    height: 25px;
    line-height: 25px;
    box-sizing: border-box;
    padding: 0 0.24rem;
    color: #7b8797;
    font-size: 0.24rem; }
    .search-withback-wrapper .search-bottom .orange {
      color: #f83600; }
  .search-withback-wrapper .result_wrap .couts {
    color: #7d8795;
    font-size: 0.24rem;
    padding: 0.24rem 0.24rem; }
  .search-withback-wrapper .result_wrap .orange {
    color: #f83600; }
  .search-withback-wrapper .result_wrap .footer-tab {
    padding: 0 0.24rem;
    display: flex;
    align-items: center; }
    .search-withback-wrapper .result_wrap .footer-tab img {
      margin-right: 0.08rem;
      width: 0.32rem;
      height: 0.32rem;
      vertical-align: middle; }
    .search-withback-wrapper .result_wrap .footer-tab .goods {
      position: relative; }
      .search-withback-wrapper .result_wrap .footer-tab .goods .line {
        top: 0.16rem;
        right: 0;
        width: 1px;
        height: 0.36rem;
        background-color: #e3e3e3;
        position: absolute; }
    .search-withback-wrapper .result_wrap .footer-tab .goods,
    .search-withback-wrapper .result_wrap .footer-tab .shop {
      font-size: 0.28rem;
      padding: 0.16rem 0 0;
      flex: 1;
      text-align: center; }
      .search-withback-wrapper .result_wrap .footer-tab .goods span,
      .search-withback-wrapper .result_wrap .footer-tab .shop span {
        display: inline-block;
        padding-bottom: 0.16rem;
        border-bottom: 2px solid #fff; }
    .search-withback-wrapper .result_wrap .footer-tab .active {
      color: #006eff;
      border-bottom: 2px solid #006eff !important; }

/* Popover */
.Popover {
  z-index: 21; }

.Popover-body {
  display: inline-flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px;
  border-radius: 5px; }
  .Popover-body .popover-content {
    display: flex;
    flex-direction: column; }
    .Popover-body .popover-content > span {
      display: flex;
      padding: 4px 8px;
      align-items: center; }
      .Popover-body .popover-content > span span {
        font-size: 0.3rem; }
      .Popover-body .popover-content > span img {
        height: 0.3rem;
        margin-right: 8px; }
    .Popover-body .popover-content i.divider {
      display: inline-block;
      height: 1px;
      border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
      margin: 8px 0; }

.Popover-tipShape {
  fill: #454545; }

.am-picker-col {
  display: block;
  position: relative;
  height: 238px;
  overflow: hidden;
  width: 100%;
}
.am-picker-col-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  padding: 102px 0;
}
.am-picker-col-item {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  text-align: center;
  font-size: 16px;
  height: 34px;
  line-height: 34px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.am-picker-col-item-selected {
  font-size: 17px;
}
.am-picker-col-mask {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  z-index: 3;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0.6))), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0.6)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), linear-gradient(to top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
  background-position: top, bottom;
  background-size: 100% 102px;
  background-repeat: no-repeat;
}
.am-picker-col-indicator {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 34px;
  position: absolute;
  left: 0;
  top: 102px;
  z-index: 3;
  border-top: 1PX solid #ddd;
  border-bottom: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-picker-col-indicator {
    border-top: none;
  }
  html:not([data-scale]) .am-picker-col-indicator::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scaleY(0.5);
        -ms-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-picker-col-indicator::before {
    -webkit-transform: scaleY(0.33);
        -ms-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-picker-col-indicator {
    border-bottom: none;
  }
  html:not([data-scale]) .am-picker-col-indicator::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scaleY(0.5);
        -ms-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-picker-col-indicator::after {
    -webkit-transform: scaleY(0.33);
        -ms-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.am-picker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.am-picker-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.ProductDetail {
  padding-bottom: 1.44rem; }
  .ProductDetail .lineheight19 {
    line-height: 0.38rem;
    display: inline-block; }
  .ProductDetail .ProductDetailBanner-wrap {
    position: relative; }
    .ProductDetail .ProductDetailBanner-wrap .odmPhotoAlbum {
      display: flex;
      flex-direction: column;
      align-items: center;
      color: #000;
      padding: 0.12rem 0.08rem;
      width: 1.28rem;
      height: 1.28rem;
      background: rgba(255, 255, 255, 0.5);
      box-shadow: 0px 0px 0px 0.02rem rgba(0, 0, 0, 0.16);
      border-radius: 0.2rem;
      position: absolute;
      right: 20px;
      top: 30%;
      z-index: 99; }
      .ProductDetail .ProductDetailBanner-wrap .odmPhotoAlbum .font {
        font-size: 0.22rem; }
      .ProductDetail .ProductDetailBanner-wrap .odmPhotoAlbum img {
        width: 0.72rem;
        height: 0.72rem;
        margin-bottom: 0.24rem; }
  .ProductDetail .platformRebeat, .ProductDetail .shopRebeat {
    display: inline-block;
    width: 1.72rem;
    height: 0.4rem;
    text-align: center;
    line-height: 0.43rem;
    border-radius: 4px;
    background: #FD484B;
    font-size: 0.24rem;
    color: #fff; }
  .ProductDetail .shopRebeat {
    background: #FF723C; }
  .ProductDetail .sendTimeLimit {
    background: rgba(92, 182, 162, 0.05);
    height: 0.82rem;
    line-height: 0.82rem;
    padding-left: 0.24rem;
    border-radius: 0px 0px 8px 8px;
    font-size: 12px;
    color: #5CB6A2;
    vertical-align: middle; }
    .ProductDetail .sendTimeLimit .dot {
      width: 0.08rem;
      height: 0.08rem;
      background: #5CB6A2;
      border-radius: 0.04rem;
      display: inline-block;
      vertical-align: middle; }
    .ProductDetail .sendTimeLimit img {
      vertical-align: text-bottom;
      object-fit: contain;
      width: 0.32rem;
      height: 0.32rem; }
  .ProductDetail .seller-protect {
    background-color: #FFFAEE;
    padding: 12px; }
  .ProductDetail .productHeader .backBtn {
    width: 0.6rem;
    height: 0.6rem;
    position: fixed;
    top: 0.32rem;
    left: 0.32rem;
    z-index: 2; }
  .ProductDetail .productHeader .menu {
    width: 0.6rem;
    height: 0.6rem;
    position: fixed;
    top: 0.32rem;
    right: 0.32rem;
    z-index: 2; }
  .ProductDetail .exclusive {
    height: 0.96rem;
    background: #3C97F1;
    display: flex;
    align-items: center; }
    .ProductDetail .exclusive .price {
      height: 0.88rem;
      background: #3B8DDC;
      border-radius: 0 44px 44px 0px;
      line-height: 44px;
      padding-right: 8px;
      padding-left: 16px; }
      .ProductDetail .exclusive .price span {
        color: #ffffff; }
  .ProductDetail .directly {
    height: 0.96rem;
    background: linear-gradient(270deg, #3930D8 0%, #9129B1 48%, #FD0A6E 100%); }
    .ProductDetail .directly img {
      width: 0.8rem;
      height: 0.48rem; }
  .ProductDetail .directlyLoginBtn {
    background: #FFFFFF;
    padding: 0.08rem 0.12rem;
    margin-left: 0.08rem;
    border-radius: 0.24rem;
    font-size: 0.28rem;
    color: #FD484B; }
  .ProductDetail .smapleMask {
    background-image: url("/static/images/productDetail/smapleBg.png");
    background-size: 100% 1.54rem;
    height: 1.54rem;
    box-sizing: border-box;
    padding: 0.16rem 0.26rem 0.24rem 0.32rem; }
    .ProductDetail .smapleMask img {
      height: 0.4rem; }
    .ProductDetail .smapleMask .limitSmapleNum {
      width: 0.44rem;
      height: 0.44rem;
      line-height: 0.44rem;
      background: rgba(46, 46, 46, 0.2);
      border-radius: 0.08rem;
      text-align: center;
      display: inline-block;
      margin: 0 0.1rem 0 0.08rem; }
  .ProductDetail .content .card {
    padding-top: 0.32rem;
    background: #fff;
    margin-bottom: 0.24rem; }
    .ProductDetail .content .card .am-notice-bar-content {
      margin: 0 !important; }
  .ProductDetail .content .row {
    position: relative;
    padding-left: 0.32rem;
    padding-right: 0.32rem; }
    .ProductDetail .content .row .title {
      font-size: 0.26rem;
      width: 1.2rem;
      color: #888888;
      margin-right: 0.32rem; }
    .ProductDetail .content .row .introduction {
      font-size: 0.28rem;
      width: 5.1rem; }
  .ProductDetail .content .freeShipping {
    position: relative; }
    .ProductDetail .content .freeShipping img {
      position: relative;
      top: 0.04rem;
      width: 0.6rem;
      height: 0.32rem;
      margin-right: 0.08rem; }
  .ProductDetail .content .wholesalePriceIcon {
    width: 0.88rem;
    height: 0.32rem; }
  .ProductDetail .content .borderLine {
    margin-bottom: 0.24rem; }
  .ProductDetail .content .textGray {
    color: #ABABAB; }
  .ProductDetail .content .icon-dingwei {
    font-size: 0.24rem; }
  .ProductDetail .content .line {
    height: 0.02rem;
    margin: 0 0.32rem;
    background: #EFF0F1; }
  .ProductDetail .content .invalid {
    color: #888888; }
  .ProductDetail .content .security {
    position: relative; }
    .ProductDetail .content .security img {
      position: relative;
      top: 0.08rem;
      width: 0.4rem;
      height: 0.4rem; }
  .ProductDetail .content .icon-zhedie {
    font-size: 0.28rem;
    display: inline-block;
    color: #D6D6D5;
    transform: rotate(-90deg) scale(0.4); }
  .ProductDetail .content .more {
    position: absolute;
    top: 0.16rem;
    right: 0.32rem; }
  .ProductDetail .content .ladderPriceBox {
    background: rgba(253, 72, 75, 0.06);
    padding: 0.16rem 0.32rem; }
  .ProductDetail .content .goToStoreBtn {
    width: 1.76rem;
    height: 0.56rem;
    background: rgba(57, 48, 216, 0.1);
    border-radius: 0.32rem;
    border: 1px solid #3930D8;
    color: #3930D8; }
  .ProductDetail .content .loginBtn {
    margin-left: 0.24rem;
    background: #FD484B;
    border-radius: 0.24rem;
    color: #fff;
    padding: 0.08rem 0.16rem;
    font-size: 0.28rem; }
  .ProductDetail .content .expressPromotion .micon {
    border-radius: 0.08rem;
    display: inline-block;
    padding: 0.08rem;
    background: #F8F8F6;
    color: #888888; }
  .ProductDetail .content .expressPromotion .active {
    background: rgba(254, 60, 94, 0.1);
    color: #FD3B5D; }
  .ProductDetail .content .failure {
    color: #fff;
    background: #888888;
    border-radius: 0.34rem;
    text-align: center;
    padding: 0.08rem;
    margin: 0.32rem 0.32rem 0; }
  .ProductDetail .content .dis {
    color: #888888; }
  .ProductDetail .proDetail img {
    width: 100% !important;
    display: block; }
  .ProductDetail .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.12rem 0.24rem;
    height: 0.96rem;
    background: #fff; }
    .ProductDetail .footer .group {
      flex: 0.8; }
      .ProductDetail .footer .group i, .ProductDetail .footer .group span {
        color: #666; }
      .ProductDetail .footer .group i {
        font-size: .4rem;
        margin-bottom: 0.08rem; }
      .ProductDetail .footer .group span {
        font-size: .2rem; }
      .ProductDetail .footer .group .cartNum {
        position: absolute;
        top: -0.12rem;
        left: 0.32rem;
        display: inline-block;
        max-width: 0.5rem;
        min-width: 0.28rem;
        background: #FFFFFF;
        border-radius: 0.16rem;
        border: 1px solid #F83600;
        font-size: 0.2rem;
        height: 0.28rem;
        line-height: 0.28rem;
        color: #F83600;
        padding: 0rem 0.04rem;
        text-align: center; }
    .ProductDetail .footer .selectSkuBtn {
      width: 3.12rem;
      height: 0.8rem;
      background: linear-gradient(90deg, #336EF8 0%, #6D2DD6 100%);
      border-radius: 0.44rem;
      font-size: 0.28rem;
      color: #fff; }
    .ProductDetail .footer .buyBtnDisabled {
      opacity: 0.5; }
    .ProductDetail .footer .buyBtn, .ProductDetail .footer .takeSmapleBtn {
      background: linear-gradient(90deg, #56A8FE 0%, #1EBBEB 100%);
      width: 2rem;
      height: 0.8rem;
      border-radius: 0.44rem;
      font-size: 0.28rem;
      color: #fff; }
    .ProductDetail .footer .takeSmapleBtn {
      background: linear-gradient(270deg, #B768FB 0%, #7875FA 100%); }
    .ProductDetail .footer .notTakeSmapleBtn {
      width: 3.12rem; }
  .ProductDetail .promote__tag {
    padding: 0.04rem 0.12rem;
    font-size: 0.24rem;
    background: #ffebef;
    color: #fd3b5d; }
  .ProductDetail .needGetSmaple {
    text-decoration: underline;
    word-break: keep-all; }
  .ProductDetail .sku-selecter-wrapper {
    padding: 0.24rem;
    background-color: white; }
  .ProductDetail .sku-selecter {
    overflow-x: auto;
    display: flex;
    align-items: center; }
    .ProductDetail .sku-selecter__item {
      padding: 0.08rem;
      display: flex;
      margin-right: 0.24rem;
      align-items: center;
      border-radius: 0.12rem; }
      .ProductDetail .sku-selecter__item > img {
        width: 0.64rem;
        height: 0.64rem;
        margin-right: 0.1rem;
        border-radius: 2px; }
      .ProductDetail .sku-selecter__item > div {
        white-space: nowrap;
        font-size: 12px; }
      .ProductDetail .sku-selecter__item[active='1'] {
        border: 1px solid #4DA8F8; }
      .ProductDetail .sku-selecter__item[active='0'] {
        border: 1px solid rgba(0, 0, 0, 0.04); }
  .ProductDetail .recommend-button {
    position: fixed;
    top: 6%;
    right: 5%;
    padding: 0.16rem 0.08rem;
    z-index: 2;
    text-align: center;
    border-radius: 0.2rem;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.16); }
    .ProductDetail .recommend-button > img {
      width: 0.6rem;
      margin-bottom: 0.12rem; }
    .ProductDetail .recommend-button > div {
      font-size: 0.22rem; }

.productParameterModal .platformRebeat, .productParameterModal .shopRebeat, .expressPromotionModal .platformRebeat, .expressPromotionModal .shopRebeat {
  display: inline-block;
  width: 1.12rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  border-radius: 4px;
  background: #FD484B;
  font-size: 0.24rem;
  color: #fff; }

.productParameterModal .shopRebeat, .expressPromotionModal .shopRebeat {
  background: #FF723C; }

.productParameterModal .yjqModalContent, .expressPromotionModal .yjqModalContent {
  height: 8rem;
  top: inherit !important; }

.productParameterModal .title, .expressPromotionModal .title {
  font-size: 0.24rem;
  color: #888888;
  min-width: 2.6rem; }

.productParameterModal .value, .expressPromotionModal .value {
  color: #202124;
  font-size: 0.24rem; }

.productParameterModal .lineBtnBox, .expressPromotionModal .lineBtnBox {
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 0.32rem; }

.productParameterModal .active .expressPromotionTit, .expressPromotionModal .active .expressPromotionTit {
  color: #FD484B; }

.productParameterModal .group, .expressPromotionModal .group {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.smapleLimitModal .smapleLimit {
  margin-right: 0.32rem;
  display: inline-block;
  width: 2.06rem;
  text-align: center; }

.AddressListModal .am-modal-header {
  padding: 15px !important; }

.AddressList {
  height: 64vh;
  overflow-y: auto;
  padding-bottom: 70px; }
  .AddressList li {
    border-bottom: 1px solid #efefef; }
    .AddressList li section:nth-of-type(1) {
      width: 90%; }
      .AddressList li section:nth-of-type(1) p {
        width: 100%;
        white-space: normal;
        word-break: break-all; }

.AddressList__btnWrap {
  padding: 12px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11; }
  .AddressList__btnWrap p {
    padding: 12px;
    background: #2898EA; }

.ProductDetailBanner {
  background: #fff;
  height: 7.5rem;
  position: relative; }
  .ProductDetailBanner .swiper-slide {
    width: 7.5rem;
    height: 7.5rem; }
  .ProductDetailBanner .tab {
    position: absolute;
    bottom: 0.32rem;
    right: 0.4rem;
    width: 0.88rem;
    height: 0.4rem;
    background: #000000;
    border-radius: 0.2rem;
    opacity: 0.5;
    z-index: 1;
    color: #fff;
    text-align: center;
    line-height: 0.4rem; }

.SKUModal .processingMIcon {
  padding: 0.06rem 0.08rem;
  font-size: 0.2rem;
  color: #fff;
  background: linear-gradient(135deg, #7D87D5 0%, #3931B7 100%);
  border-radius: 2px; }

.SKUModal.SKUModalHalf .yjqModalContent {
  height: 70%;
  top: initial !important; }

.SKUModal .skuConent {
  display: flex;
  justify-content: space-between;
  height: 100%;
  flex-direction: column; }
  .SKUModal .skuConent .defaultProduct {
    border-top: 1px solid #F8F8F6;
    margin-top: 0.32rem; }
  .SKUModal .skuConent .customsku {
    flex: 1;
    flex-direction: column;
    overflow: hidden; }
    .SKUModal .skuConent .customsku .skuBox {
      height: 100%;
      display: flex;
      flex-direction: column;
      overflow: hidden; }
      .SKUModal .skuConent .customsku .skuBox .customSkuAttrBox {
        width: 100%;
        height: 1rem;
        padding: 0.16rem 0;
        background: #F8F8F6;
        z-index: 1;
        top: 2.44rem; }
        .SKUModal .skuConent .customsku .skuBox .customSkuAttrBox .icon {
          color: #ABABAB; }
        .SKUModal .skuConent .customsku .skuBox .customSkuAttrBox .customSkuAttr::-webkit-scrollbar {
          display: none; }
        .SKUModal .skuConent .customsku .skuBox .customSkuAttrBox .customSkuAttr .customSkuItemName {
          height: 0.72rem;
          width: 1.6rem;
          margin-right: 0.32rem;
          text-align: center;
          position: relative;
          padding: 0.16rem;
          border-bottom: 2px solid transparent; }
          .SKUModal .skuConent .customsku .skuBox .customSkuAttrBox .customSkuAttr .customSkuItemName.active {
            color: #3930D8;
            border-bottom: 2px solid #3930D8; }
      .SKUModal .skuConent .customsku .skuBox .productSearchGroup {
        background: #fff;
        width: 100%;
        box-sizing: border-box;
        padding: 0.24rem 0.24rem 0 0.24rem; }
        .SKUModal .skuConent .customsku .skuBox .productSearchGroup .search {
          border: 1px solid #E7E7E7;
          font-size: 0.28rem;
          display: flex;
          height: 0.6rem;
          border-radius: 0.3rem; }
          .SKUModal .skuConent .customsku .skuBox .productSearchGroup .search .input-wrapper {
            display: flex;
            flex: 1;
            align-items: center;
            height: 0.6rem;
            line-height: 0.6rem;
            width: 100%; }
            .SKUModal .skuConent .customsku .skuBox .productSearchGroup .search .input-wrapper img {
              width: 0.32rem;
              height: 0.32rem;
              min-width: 0.32rem;
              margin: 0 0.24rem 0 0.24rem; }
            .SKUModal .skuConent .customsku .skuBox .productSearchGroup .search .input-wrapper input {
              width: 100%;
              height: 0.6rem;
              font-size: 0.28rem;
              margin-right: 0.64rem;
              color: #202124; }
          .SKUModal .skuConent .customsku .skuBox .productSearchGroup .search .close {
            display: flex;
            height: 0.28rem;
            width: 0.28rem;
            border-radius: 0.28rem;
            right: 0.5rem;
            top: 0.4rem;
            position: absolute;
            background: #6669;
            align-items: center;
            justify-content: center; }
      .SKUModal .skuConent .customsku .skuBox .itemGroup {
        overflow: auto;
        flex: 1; }
        .SKUModal .skuConent .customsku .skuBox .itemGroup .item {
          margin-top: 0.24rem;
          margin-right: 0.24rem;
          min-width: 20%;
          height: 0.6rem;
          font-size: 0.26rem;
          display: inline-block;
          line-height: 0.6rem;
          text-align: center;
          background: #F8F8F6;
          border-radius: 0.3rem;
          border: 1px solid transparent;
          color: #202124; }
          .SKUModal .skuConent .customsku .skuBox .itemGroup .item.active {
            color: #3930D8;
            background: rgba(57, 48, 216, 0.1);
            border: 1px solid #3930D8; }
          .SKUModal .skuConent .customsku .skuBox .itemGroup .item.disabled {
            color: #888888;
            background: #F8F8F6; }
    .SKUModal .skuConent .customsku .customskuCountFooter {
      width: 100%;
      padding: 0.24rem 0;
      background: #fff; }
  .SKUModal .skuConent .nocustomsku {
    padding-bottom: 0.32rem;
    flex: 1;
    overflow: hidden; }
    .SKUModal .skuConent .nocustomsku .rangeBox {
      padding: 0.16rem 0;
      background: #fff;
      z-index: 1; }
      .SKUModal .skuConent .nocustomsku .rangeBox .screeningRange {
        width: 2.12rem;
        height: 0.6rem;
        background: #F6F6F6;
        border-radius: 0.3rem; }
        .SKUModal .skuConent .nocustomsku .rangeBox .screeningRange .filterIcon {
          margin-left: 0.08rem;
          width: 0.32rem;
          height: 0.32rem; }
    .SKUModal .skuConent .nocustomsku .hasTopSkuProduct {
      height: 100%;
      display: flex;
      flex-direction: column; }
      .SKUModal .skuConent .nocustomsku .hasTopSkuProduct .topSkuAttrBox {
        width: 100%;
        padding: 0.16rem 0;
        background: #fff;
        z-index: 1;
        top: 2.44rem; }
        .SKUModal .skuConent .nocustomsku .hasTopSkuProduct .topSkuAttrBox .icon {
          color: #ABABAB; }
        .SKUModal .skuConent .nocustomsku .hasTopSkuProduct .topSkuAttrBox .topSkuAttr .topItem {
          min-width: 1.6rem;
          margin-right: 0.32rem;
          text-align: center;
          font-size: 0.3rem;
          position: relative;
          padding: 0.16rem; }
          .SKUModal .skuConent .nocustomsku .hasTopSkuProduct .topSkuAttrBox .topSkuAttr .topItem.active {
            color: #3930D8;
            border-bottom: 2px solid #3930D8; }
          .SKUModal .skuConent .nocustomsku .hasTopSkuProduct .topSkuAttrBox .topSkuAttr .topItem .mark {
            position: absolute;
            right: 0;
            top: 0;
            min-width: 0.16rem;
            padding: 0 0.08rem;
            height: 0.32rem;
            background: #FD484B;
            border-radius: 0.16rem;
            color: #fff;
            font-size: 0.24rem;
            line-height: 0.32rem; }
        .SKUModal .skuConent .nocustomsku .hasTopSkuProduct .topSkuAttrBox .topSkuAttr::-webkit-scrollbar {
          display: none; }
      .SKUModal .skuConent .nocustomsku .hasTopSkuProduct .rangeBox {
        top: 3.32rem; }
    .SKUModal .skuConent .nocustomsku .noTopBaseSkuBox {
      display: flex;
      height: 100%;
      flex-direction: column; }
      .SKUModal .skuConent .nocustomsku .noTopBaseSkuBox .rangeBox {
        top: 2.44rem; }
    .SKUModal .skuConent .nocustomsku .skuBox {
      overflow: auto;
      flex: 1; }
    .SKUModal .skuConent .nocustomsku .itemSkuAttr {
      width: 1.2rem; }
  .SKUModal .skuConent .bigLens {
    overflow: hidden;
    display: flex;
    flex: 1;
    flex-direction: column; }
    .SKUModal .skuConent .bigLens .biglensHeader {
      background: #F2F2FF;
      z-index: 1; }
      .SKUModal .skuConent .bigLens .biglensHeader .title {
        padding-top: 0.16rem;
        width: 2rem;
        position: relative;
        height: 0.68rem;
        text-align: right;
        color: #3930D8;
        font-size: 0.26rem; }
        .SKUModal .skuConent .bigLens .biglensHeader .title .c {
          font-size: 0.16rem;
          width: 2rem; }
        .SKUModal .skuConent .bigLens .biglensHeader .title .triangle {
          position: absolute;
          left: 0rem;
          top: 0rem;
          width: 0;
          height: 0;
          border-right: 2rem solid transparent;
          border-bottom: 0.84rem solid #fff; }
      .SKUModal .skuConent .bigLens .biglensHeader .headerAttrBox {
        width: 5.26rem;
        margin-right: 0.24rem;
        z-index: 1;
        top: 1.44rem; }
        .SKUModal .skuConent .bigLens .biglensHeader .headerAttrBox .icon {
          color: #ABABAB; }
        .SKUModal .skuConent .bigLens .biglensHeader .headerAttrBox .topSkuAttr .topItem {
          width: 1.44rem;
          height: 0.8rem;
          line-height: 0.8rem;
          margin-right: 0.32rem;
          font-size: 0.3rem;
          position: relative;
          text-align: center; }
          .SKUModal .skuConent .bigLens .biglensHeader .headerAttrBox .topSkuAttr .topItem.active {
            color: #3930D8;
            border-bottom: 2px solid #3930D8; }
          .SKUModal .skuConent .bigLens .biglensHeader .headerAttrBox .topSkuAttr .topItem .mark {
            position: absolute;
            right: 0.08rem;
            top: 0.16rem;
            min-width: 0.16rem;
            padding: 0 0.08rem;
            height: 0.32rem;
            background: #FD484B;
            border-radius: 0.16rem;
            color: #fff;
            font-size: 0.24rem;
            line-height: 0.32rem; }
        .SKUModal .skuConent .bigLens .biglensHeader .headerAttrBox .topSkuAttr::-webkit-scrollbar {
          display: none; }
    .SKUModal .skuConent .bigLens .selectAll {
      background: #fff; }
      .SKUModal .skuConent .bigLens .selectAll .groupA {
        padding-left: 0.24rem;
        width: 1.76rem; }
      .SKUModal .skuConent .bigLens .selectAll .bu {
        width: 1.44rem;
        height: 0.28rem;
        padding: 0.08rem 0;
        background: #F2F2FF; }
    .SKUModal .skuConent .bigLens .skuBody {
      flex: 1;
      display: flex;
      flex-direction: column;
      overflow: auto; }
      .SKUModal .skuConent .bigLens .skuBody .lattr {
        padding-left: 0.24rem;
        width: 1.76rem;
        color: #202124; }
      .SKUModal .skuConent .bigLens .skuBody .rightAttr {
        flex: 1; }
        .SKUModal .skuConent .bigLens .skuBody .rightAttr .num {
          background: #F2F2FF;
          padding: 0.08rem 0;
          width: 1.44rem;
          text-align: center;
          height: 0.56rem;
          line-height: 0.56rem;
          color: #888888; }
      .SKUModal .skuConent .bigLens .skuBody .skuzh {
        flex-shrink: 0; }
        .SKUModal .skuConent .bigLens .skuBody .skuzh .lAttrItem {
          display: flex;
          flex: 1;
          height: 0.56rem;
          line-height: 0.56rem;
          padding-left: 0.16rem; }
        .SKUModal .skuConent .bigLens .skuBody .skuzh .rAttrItem {
          display: flex;
          flex: 1;
          width: 1.44rem;
          justify-content: center;
          height: 0.52rem;
          line-height: 0.52rem;
          border: 1px solid transparent; }
        .SKUModal .skuConent .bigLens .skuBody .skuzh.active .lAttrItem {
          display: flex;
          flex: 1;
          background: #3930D8;
          color: #fff;
          height: 0.56rem;
          line-height: 0.56rem;
          padding-left: 0.16rem;
          border-radius: 0.28rem 0 0 0.28rem; }
        .SKUModal .skuConent .bigLens .skuBody .skuzh.active .rAttrItem {
          display: flex;
          flex: 1;
          justify-content: center;
          border: 1px solid #3930D8;
          background: #F2F2FF;
          color: #3930D8;
          height: 0.52rem;
          line-height: 0.52rem;
          border-radius: 0 0.28rem 0.28rem 0; }
          .SKUModal .skuConent .bigLens .skuBody .skuzh.active .rAttrItem.hasCount {
            background: #3930D8;
            color: #fff; }
        .SKUModal .skuConent .bigLens .skuBody .skuzh .notSale {
          width: 1.44rem;
          line-height: 0.68rem;
          height: 0.68rem;
          background: #F2F2FF;
          align-items: center;
          text-align: center;
          justify-content: center; }
    .SKUModal .skuConent .bigLens .customAttrs .group {
      padding-bottom: 0.16rem;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      margin-left: 0.24rem;
      margin-right: 0.24rem; }
      .SKUModal .skuConent .bigLens .customAttrs .group .name {
        white-space: nowrap;
        width: 1.76rem;
        color: #202124;
        overflow: hidden;
        margin-right: 0.16rem;
        text-overflow: ellipsis;
        font-size: 0.28rem;
        color: rgba(0, 0, 0, 0.85); }
      .SKUModal .skuConent .bigLens .customAttrs .group .values {
        overflow: auto;
        flex-wrap: nowrap;
        display: flex;
        flex: 1; }
        .SKUModal .skuConent .bigLens .customAttrs .group .values::-webkit-scrollbar {
          display: none; }
        .SKUModal .skuConent .bigLens .customAttrs .group .values div {
          white-space: nowrap;
          font-size: 0.28rem;
          color: rgba(0, 0, 0, 0.75);
          height: 0.48rem;
          border: 1px solid rgba(0, 0, 0, 0.04);
          background: rgba(0, 0, 0, 0.04);
          border-radius: 0.08rem;
          display: flex;
          align-items: center;
          padding: 0 0.16rem; }
          .SKUModal .skuConent .bigLens .customAttrs .group .values div.active {
            color: #4CA6F5;
            background: rgba(76, 166, 245, 0.1);
            border: 1px solid #4CA6F5; }
  .SKUModal .skuConent .left {
    display: inline-block;
    transform: rotate(180deg); }
  .SKUModal .skuConent .selectIcon {
    position: relative;
    top: 0.02rem;
    width: 0.36rem;
    height: 0.36rem; }
  .SKUModal .skuConent .customBigLensWidget {
    overflow: hidden;
    display: flex;
    flex: 1;
    flex-direction: column; }
    .SKUModal .skuConent .customBigLensWidget .customBigLensWidgetInfo {
      overflow: auto; }
    .SKUModal .skuConent .customBigLensWidget .attrbox {
      background: rgba(0, 0, 0, 0.04);
      border-radius: 0.16rem;
      padding: 0.24rem 0.24rem 0rem 0.24rem;
      flex-wrap: wrap; }
      .SKUModal .skuConent .customBigLensWidget .attrbox .value {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 0.4rem;
        border-radius: 0.08rem;
        background: rgba(0, 0, 0, 0.04);
        font-size: 12px; }
      .SKUModal .skuConent .customBigLensWidget .attrbox .active {
        background: #E0F1FF;
        color: #4CA6F5; }

.SKUModal .footer {
  color: #202124;
  position: relative;
  background: #fff;
  border-top: 1px solid #f8f8f8; }
  .SKUModal .footer .order-service {
    padding: 0.24rem 0.24rem 0 0.24rem; }
  .SKUModal .footer__content {
    padding: 0.24rem; }
  .SKUModal .footer .batch {
    width: 0.48rem;
    height: 0.48rem; }
  .SKUModal .footer .seeBtn {
    width: 1.5rem;
    height: 1rem;
    border-radius: 2rem 0 0 2rem;
    background: #F1F2F3;
    text-align: center; }
    .SKUModal .footer .seeBtn .cartIcon {
      width: 0.4rem;
      height: 0.4rem; }
    .SKUModal .footer .seeBtn .cartText {
      color: #202124;
      margin-top: 0.04rem;
      font-size: 0.2rem; }
  .SKUModal .footer .priceSumBtn {
    width: 2.28rem;
    height: 1rem;
    background: #222A41;
    color: #FFFFFF;
    text-align: center; }
  .SKUModal .footer .addCartBtn, .SKUModal .footer .takeSmapleBtn {
    width: 1.5rem;
    height: 1rem;
    background: linear-gradient(90deg, #336EF8 0%, #6D2DD6 100%);
    border-radius: 0 2rem 2rem 0;
    color: #FFFFFF;
    font-size: 0.24rem;
    line-height: 1rem;
    text-align: center; }
  .SKUModal .footer .top52 {
    top: -1.04rem; }
  .SKUModal .footer .top30 {
    top: -0.54rem; }
  .SKUModal .footer .batchBox {
    padding: 0.28rem 0;
    position: absolute;
    left: 0;
    width: 100%;
    box-shadow: 0 0.02rem 0.16rem 0 rgba(58, 58, 58, 0.3);
    z-index: 1;
    background: #fff; }
    .SKUModal .footer .batchBox .clearAllBtn {
      width: 1.88rem;
      height: 0.56rem;
      border-radius: 0.3rem;
      border: 1px solid #EDEDEF;
      line-height: 0.56rem;
      text-align: center;
      color: #ABABAB; }
      .SKUModal .footer .batchBox .clearAllBtn img {
        width: 0.24rem;
        height: 0.24rem; }
  .SKUModal .footer .triangle {
    position: absolute;
    bottom: -0.28rem;
    left: 0.88rem;
    width: 0.36rem;
    height: 0.28rem; }
  .SKUModal .footer .addTenBtn {
    padding: 0 0.08rem;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #E7E7E7; }

.SKUModal .takeSmapleBtn {
  background: linear-gradient(270deg, #B768FB 0%, #7875FA 100%); }

.rangeModal .yjqModalContent, .manufactureSelect-modal .yjqModalContent {
  height: 95%;
  width: 4.56rem;
  border-radius: 0.4rem 0 0 0.4rem;
  left: initial !important;
  top: initial !important; }
  .rangeModal .yjqModalContent .close, .manufactureSelect-modal .yjqModalContent .close {
    width: 0.48rem;
    height: 0.48rem;
    padding: 0.16rem 0 0.16rem; }
  .rangeModal .yjqModalContent .rangeBtn, .manufactureSelect-modal .yjqModalContent .rangeBtn {
    width: 1.76rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border-radius: 0.3rem;
    color: #202124;
    background: #F8F8F6;
    text-align: center;
    border: 1px solid transparent;
    font-size: 0.26rem; }
    .rangeModal .yjqModalContent .rangeBtn.active, .manufactureSelect-modal .yjqModalContent .rangeBtn.active {
      background: #ebeafb;
      color: #3930d8; }
  .rangeModal .yjqModalContent input, .manufactureSelect-modal .yjqModalContent input {
    width: 1.6rem;
    height: 0.6rem;
    border-radius: 0.32rem;
    border: 1px solid #C9CACB;
    color: #3930D8;
    text-align: center;
    font-size: 0.3rem; }
  .rangeModal .yjqModalContent .rangeSureBtn, .manufactureSelect-modal .yjqModalContent .rangeSureBtn {
    width: 100%;
    height: 0.76rem;
    border-radius: 2rem;
    color: #888888;
    background: #F8F8F6; }
    .rangeModal .yjqModalContent .rangeSureBtn.isOk, .manufactureSelect-modal .yjqModalContent .rangeSureBtn.isOk {
      background: rgba(57, 48, 216, 0.06);
      color: #3930D8; }

.order-service__item {
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  justify-content: space-between; }
  .order-service__item-content {
    display: flex;
    align-items: center; }
  .order-service__item-name {
    font-size: 0.24rem;
    padding-left: 0.1rem;
    padding-right: 0.1rem; }

.manufactureSelect-modal .rangeBtn {
  width: 3.52rem !important;
  padding: 0 0.32rem;
  line-height: normal !important;
  height: auto !important;
  min-height: 0.6rem; }
  .manufactureSelect-modal .rangeBtn div {
    font-size: inherit; }

.manufactureSelect-modal-images {
  display: flex;
  flex-wrap: wrap; }
  .manufactureSelect-modal-images > div {
    border: 1px solid lightgray;
    padding: 0.06rem;
    height: 0.6rem;
    width: 0.56rem;
    margin: 0 0.24rem 0.16rem 0; }
    .manufactureSelect-modal-images > div > img {
      max-height: 100%;
      max-width: 100%; }

.manufactureSelect-modal-counter input {
  border-radius: 0 !important;
  border: 1px solid #C9CACB; }

.manufactureSelect-modal .rangeSureBtn {
  width: 80% !important;
  margin-right: auto;
  margin-left: auto; }

.manufactureSelect-modal .isOk {
  border: 1px solid #3930D8; }

.manufacture-help-modal {
  height: auto;
  width: 5.8rem; }
  .manufacture-help-modal .am-modal-body {
    padding: 0 !important; }
  .manufacture-help-modal .am-modal-content {
    padding-top: 0;
    border-radius: 0.4rem; }
  .manufacture-help-modal__header {
    width: 100%;
    height: 1.9rem;
    background-image: url("/static/images/manufacture_dialog_head.png");
    background-repeat: no-repeat;
    background-size: contain; }
  .manufacture-help-modal__body-title {
    text-align: center; }
    .manufacture-help-modal__body-title img {
      width: 1.2rem; }
  .manufacture-help-modal__rules {
    font-size: 0.24rem;
    text-align: left;
    padding: 0 0.4rem;
    color: #696667; }
  .manufacture-help-modal__steps {
    padding: 0 0.2rem; }
    .manufacture-help-modal__steps-body {
      display: flex; }
  .manufacture-help-modal__stepitem {
    display: flex; }
    .manufacture-help-modal__stepitem-index {
      position: relative;
      display: flex;
      flex-direction: column; }
    .manufacture-help-modal__stepitem-content {
      font-size: 0.24rem;
      color: #696667;
      text-align: left; }
    .manufacture-help-modal__stepitem .num-point {
      background: #cdf0f7;
      border-radius: 50%;
      width: 0.32rem;
      height: 0.32rem;
      color: #4b98d5;
      font-size: 0.2rem;
      margin-right: 0.16rem; }
    .manufacture-help-modal__stepitem .dash-box {
      width: 0.16rem;
      border-right: 1px dashed #696667;
      flex-grow: 1;
      margin: 0.1rem 0; }
  .manufacture-help-modal__footer {
    text-align: center; }
    .manufacture-help-modal__footer div {
      width: 35%;
      background: #7eacfc;
      color: #fff;
      line-height: 0.6rem;
      margin: auto;
      border-radius: 0.6rem;
      font-size: 0.24rem; }

.customBigLensSelectValueModal .yjqModalContent {
  margin-top: 160px; }
  .customBigLensSelectValueModal .yjqModalContent .itemGroup {
    flex-wrap: wrap; }
    .customBigLensSelectValueModal .yjqModalContent .itemGroup .item {
      margin-top: 0.24rem;
      margin-right: 0.24rem;
      min-width: 20%;
      height: 0.6rem;
      font-size: 0.26rem;
      display: inline-block;
      line-height: 0.6rem;
      text-align: center;
      background: #F8F8F6;
      border-radius: 0.3rem;
      border: 1px solid transparent;
      color: #202124; }
      .customBigLensSelectValueModal .yjqModalContent .itemGroup .item.active {
        color: #3930D8;
        background: rgba(57, 48, 216, 0.1);
        border: 1px solid #3930D8; }
      .customBigLensSelectValueModal .yjqModalContent .itemGroup .item.disabled {
        color: #888888;
        background: #F8F8F6; }

.search-page {
  padding-top: 45px;
  height: 100%;
  box-sizing: border-box;
  background: white; }
  .search-page h3 {
    font-size: 0.28rem;
    font-weight: 600;
    color: #061932;
    padding: 0.24rem; }
    .search-page h3 .del {
      width: 16px;
      height: 16px;
      float: right; }
  .search-page .search-hot, .search-page .search-history {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0.24rem; }
    .search-page .search-hot .item, .search-page .search-history .item {
      display: inline-block;
      padding: 0.2rem 0.28rem;
      border-radius: 1rem;
      background: #f2f9ff;
      color: #006eff;
      font-size: 0.28rem;
      margin-right: 0.24rem;
      margin-bottom: 0.24rem; }
  .search-page .search-history .item {
    background: #F6F6F6;
    color: #7B8797; }

html,
body,
#__next,
.search-page {
  height: 100%; }

.search-wrapper {
  background: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }
  .search-wrapper .search-top {
    box-sizing: border-box;
    padding: 0 0.24rem 10px;
    display: flex;
    align-items: center; }
    .search-wrapper .search-top * {
      font-size: 0.28rem; }
    .search-wrapper .search-top .left {
      display: flex;
      width: 100%;
      padding: 0.16rem 0px;
      border-radius: 1rem;
      background: #f6f6f6;
      flex: 1;
      box-sizing: border-box;
      height: 0.72rem;
      position: relative; }
      .search-wrapper .search-top .left.search {
        margin-right: 0.32rem; }
      .search-wrapper .search-top .left .input-wrapper {
        display: flex;
        flex: 1;
        align-items: center;
        height: 0.4rem;
        line-height: 0.4rem;
        width: 100%; }
        .search-wrapper .search-top .left .input-wrapper img {
          width: 0.32rem;
          height: 0.32rem;
          min-width: 0.32rem;
          margin: 0 0.24rem 0 0.24rem; }
        .search-wrapper .search-top .left .input-wrapper input {
          width: 100%; }
        .search-wrapper .search-top .left .input-wrapper span {
          display: inline-block;
          width: 100%;
          height: 100%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          color: #757575; }
          .search-wrapper .search-top .left .input-wrapper span.fake-input {
            color: #757575; }
      .search-wrapper .search-top .left .close {
        display: flex;
        height: 0.28rem;
        width: 0.28rem;
        border-radius: 0.28rem;
        right: 0.32rem;
        top: 0.22rem;
        position: absolute;
        background: rgba(102, 102, 102, 0.6);
        align-items: center;
        justify-content: center; }
      .search-wrapper .search-top .left .category-toogle {
        display: flex;
        align-items: center; }
        .search-wrapper .search-top .left .category-toogle img {
          width: 0.2rem;
          margin-left: 2px; }
    .search-wrapper .search-top .right {
      color: #006eff;
      font-size: 0.28rem; }
  .search-wrapper .search-bottom {
    height: 25px;
    line-height: 25px;
    box-sizing: border-box;
    padding: 0 0.24rem;
    color: #7b8797;
    font-size: 0.24rem; }
    .search-wrapper .search-bottom .orange {
      color: #f83600; }
  .search-wrapper .result_wrap .couts {
    color: #7d8795;
    font-size: 0.24rem;
    padding: 0.24rem 0.24rem; }
  .search-wrapper .result_wrap .orange {
    color: #f83600; }
  .search-wrapper .result_wrap .footer-tab {
    padding: 0 0.24rem;
    display: flex;
    align-items: center; }
    .search-wrapper .result_wrap .footer-tab img {
      margin-right: 0.08rem;
      width: 0.32rem;
      height: 0.32rem;
      vertical-align: middle; }
    .search-wrapper .result_wrap .footer-tab .goods {
      position: relative; }
      .search-wrapper .result_wrap .footer-tab .goods .line {
        top: 0.16rem;
        right: 0;
        width: 1px;
        height: 0.36rem;
        background-color: #e3e3e3;
        position: absolute; }
    .search-wrapper .result_wrap .footer-tab .goods, .search-wrapper .result_wrap .footer-tab .shop {
      font-size: 0.28rem;
      padding: 0.16rem 0 0;
      flex: 1;
      text-align: center; }
      .search-wrapper .result_wrap .footer-tab .goods span, .search-wrapper .result_wrap .footer-tab .shop span {
        display: inline-block;
        padding-bottom: 0.16rem;
        border-bottom: 2px solid #fff; }
    .search-wrapper .result_wrap .footer-tab .active {
      color: #006eff;
      border-bottom: 2px solid #006eff !important; }

/* Popover */
.Popover {
  z-index: 21; }

.Popover-body {
  display: inline-flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px;
  border-radius: 5px; }
  .Popover-body .popover-content {
    display: flex;
    flex-direction: column; }
    .Popover-body .popover-content > span {
      display: flex;
      padding: 4px 8px;
      align-items: center; }
      .Popover-body .popover-content > span span {
        font-size: 0.3rem; }
      .Popover-body .popover-content > span img {
        height: 0.3rem;
        margin-right: 8px; }
    .Popover-body .popover-content i.divider {
      display: inline-block;
      height: 1px;
      border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
      margin: 8px 0; }

.Popover-tipShape {
  fill: #454545; }

.storeInfoDetail {
  background-color: #f9faff;
  min-height: calc(100vh - 60px);
  text-align: center;
  padding: 0 20px;
  padding-top: 60px; }
  .storeInfoDetail .logo {
    width: 128px;
    height: 128px;
    object-fit: contain;
    margin: 0 0 20px 0; }
  .storeInfoDetail .card {
    background: white none repeat scroll 0% 0%;
    box-shadow: rgba(121, 152, 215, 0.2) 0px 4px 20px 0px;
    border-radius: 12px;
    padding: 0 12px; }
  .storeInfoDetail .line {
    display: flex;
    justify-content: space-between;
    height: 48px;
    align-items: center; }
    .storeInfoDetail .line__label {
      color: #172b4d;
      font-weight: 400;
      font-size: 12px;
      text-align: left;
      width: 40%; }
    .storeInfoDetail .line__value {
      font-size: 12px;
      color: rgba(23, 43, 77, 0.5);
      float: right;
      display: flex;
      align-items: center;
      text-align: left;
      text-align: right; }

.YjqModal {
  height: 100%; }
  .YjqModal .yjqModalMask {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%; }
  .YjqModal .header {
    width: 100%;
    padding: 0.16rem 0 0 0;
    background: #fff; }
    .YjqModal .header .title {
      width: 92%;
      font-size: 0.4rem;
      margin-left: 0.24rem; }
    .YjqModal .header .yjqModalClose {
      width: 8%;
      text-align: center;
      padding: 0.16rem; }
    .YjqModal .header .modalCloseBtn {
      width: 0.32rem;
      height: 0.32rem; }
  .YjqModal .yjqModalContent {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    display: flex;
    flex-direction: column; }
    .YjqModal .yjqModalContent .content {
      height: 100%;
      overflow: auto; }
    .YjqModal .yjqModalContent .hasHeader {
      flex: 1; }

.stepperWidget{display:flex}.stepperWidgetInputBox{align-items:center;border-bottom:1px solid rgba(0,0,0,.15);border-top:1px solid rgba(0,0,0,.15);display:flex;height:22px;justify-content:center}.stepperWidgetInput{-webkit-appearance:none;border:none;border-radius:0;height:100%;outline:none;padding:0;text-align:center;width:54px}.stepperWidgetInput::-webkit-inner-spin-button,.stepperWidgetInput::-webkit-outer-spin-button,.stepperWidgetInputFromModal::-webkit-inner-spin-button,.stepperWidgetInputFromModal::-webkit-outer-spin-button{-webkit-appearance:none}.stepperWidgetInput[type=number],stepperWidgetInputFromModal[type=number]{-moz-appearance:textfield}.stepperWidgetMinus,.stepperWidgetPlus{align-items:center;background-color:#fff;border:1px solid rgba(0,0,0,.15);color:rgba(0,0,0,.65);cursor:pointer;display:flex;height:24px;justify-content:center;width:24px}.stepperWidgetMinus:disabled,.stepperWidgetPlus:disabled{color:rgba(0,0,0,.15)}.stepperWidgetModalContent{background:#fff;border-radius:7px;left:50%;max-height:50vh;max-width:80%;min-width:70%;overflow:hidden;position:fixed;top:50%;transform:translate(-50%,-50%);width:auto;z-index:1}.stepperWidgetModalContent .title{font-size:18px;padding:16px}.stepperWidgetInputFromModal{-webkit-appearance:none;border:1px solid rgba(0,0,0,.15);border-radius:4px;height:30px;outline:none;padding-left:8px;width:80%}.stepperWidgetModalLine{background:rgba(0,0,0,.15);height:1px;margin-top:16px;width:100%}.stepperWidgetModalBtnGroup{border-top:1px solid rgba(0,0,0,.15);margin-top:20px;width:100%}.stepperWidgetModalBtnGroupLine{background:rgba(0,0,0,.15);height:45px;width:1px}.stepperWidgetModalBtnGroup button{background:#fff;border:none;font-size:16px;height:45px}.stepperWidgetModalBtnGroup .confirm{color:#108ee9}
.flex{display:flex}.flex1{flex:1}.fl-auto{-webkit-overflow-scrolling:touch;display:flex;overflow-x:auto}.fl-none{flex:none}.fl-col-right{justify-content:flex-end}.fl-col-left,.fl-col-right{align-items:center;display:flex}.fl-col-left{justify-content:flex-start}.fl-col-top-left{justify-content:flex-start}.fl-col-top-left,.fl-col-top-right{align-items:flex-start;display:flex}.fl-col-top-right{justify-content:flex-end}.fl-col-center-right{align-items:center;display:flex;justify-content:flex-end}.fl-col-center-left{align-items:center;display:flex;justify-content:flex-start}.fl-between{align-items:center;display:flex;justify-content:space-between}.fl-direction-column-center{align-items:center;display:flex;flex-direction:column;justify-content:center}.pt4{padding-top:4px}.pt8{padding-top:8px}.pt12{padding-top:12px}.pt16{padding-top:16px}.pt20{padding-top:20px}.pt24{padding-top:24px}.pt28{padding-top:28px}.pt32{padding-top:32px}.pt36{padding-top:36px}.pt40{padding-top:40px}.pt44{padding-top:44px}.pt48{padding-top:48px}.pt52{padding-top:52px}.pt56{padding-top:56px}.pt60{padding-top:60px}.pt64{padding-top:64px}.pt68{padding-top:68px}.pt72{padding-top:72px}.pt76{padding-top:76px}.pt80{padding-top:80px}.pt84{padding-top:84px}.pt88{padding-top:88px}.pt92{padding-top:92px}.pt96{padding-top:96px}.pt100{padding-top:100px}.pr4{padding-right:4px}.pr8{padding-right:8px}.pr12{padding-right:12px}.pr16{padding-right:16px}.pr20{padding-right:20px}.pr24{padding-right:24px}.pr28{padding-right:28px}.pr32{padding-right:32px}.pr36{padding-right:36px}.pr40{padding-right:40px}.pr44{padding-right:44px}.pr48{padding-right:48px}.pr52{padding-right:52px}.pr56{padding-right:56px}.pr60{padding-right:60px}.pr64{padding-right:64px}.pr68{padding-right:68px}.pr72{padding-right:72px}.pr76{padding-right:76px}.pr80{padding-right:80px}.pr84{padding-right:84px}.pr88{padding-right:88px}.pr92{padding-right:92px}.pr96{padding-right:96px}.pr100{padding-right:100px}.pb4{padding-bottom:4px}.pb8{padding-bottom:8px}.pb12{padding-bottom:12px}.pb16{padding-bottom:16px}.pb20{padding-bottom:20px}.pb24{padding-bottom:24px}.pb28{padding-bottom:28px}.pb32{padding-bottom:32px}.pb36{padding-bottom:36px}.pb40{padding-bottom:40px}.pb44{padding-bottom:44px}.pb48{padding-bottom:48px}.pb52{padding-bottom:52px}.pb56{padding-bottom:56px}.pb60{padding-bottom:60px}.pb64{padding-bottom:64px}.pb68{padding-bottom:68px}.pb72{padding-bottom:72px}.pb76{padding-bottom:76px}.pb80{padding-bottom:80px}.pb84{padding-bottom:84px}.pb88{padding-bottom:88px}.pb92{padding-bottom:92px}.pb96{padding-bottom:96px}.pb100{padding-bottom:100px}.pl4{padding-left:4px}.pl8{padding-left:8px}.pl12{padding-left:12px}.pl16{padding-left:16px}.pl20{padding-left:20px}.pl24{padding-left:24px}.pl28{padding-left:28px}.pl32{padding-left:32px}.pl36{padding-left:36px}.pl40{padding-left:40px}.pl44{padding-left:44px}.pl48{padding-left:48px}.pl52{padding-left:52px}.pl56{padding-left:56px}.pl60{padding-left:60px}.pl64{padding-left:64px}.pl68{padding-left:68px}.pl72{padding-left:72px}.pl76{padding-left:76px}.pl80{padding-left:80px}.pl84{padding-left:84px}.pl88{padding-left:88px}.pl92{padding-left:92px}.pl96{padding-left:96px}.pl100{padding-left:100px}.padding4{padding:4px}.padding8{padding:8px}.padding12{padding:12px}.padding16{padding:16px}.padding20{padding:20px}.padding24{padding:24px}.padding28{padding:28px}.padding32{padding:32px}.padding36{padding:36px}.padding40{padding:40px}.padding44{padding:44px}.padding48{padding:48px}.padding52{padding:52px}.padding56{padding:56px}.padding60{padding:60px}.padding64{padding:64px}.padding68{padding:68px}.padding72{padding:72px}.padding76{padding:76px}.padding80{padding:80px}.padding84{padding:84px}.padding88{padding:88px}.padding92{padding:92px}.padding96{padding:96px}.padding100{padding:100px}.mt4{margin-top:4px}.mt8{margin-top:8px}.mt12{margin-top:12px}.mt16{margin-top:16px}.mt20{margin-top:20px}.mt24{margin-top:24px}.mt28{margin-top:28px}.mt32{margin-top:32px}.mt36{margin-top:36px}.mt40{margin-top:40px}.mt44{margin-top:44px}.mt48{margin-top:48px}.mt52{margin-top:52px}.mt56{margin-top:56px}.mt60{margin-top:60px}.mt64{margin-top:64px}.mt68{margin-top:68px}.mt72{margin-top:72px}.mt76{margin-top:76px}.mt80{margin-top:80px}.mt84{margin-top:84px}.mt88{margin-top:88px}.mt92{margin-top:92px}.mt96{margin-top:96px}.mt100{margin-top:100px}.mr4{margin-right:4px}.mr8{margin-right:8px}.mr12{margin-right:12px}.mr16{margin-right:16px}.mr20{margin-right:20px}.mr24{margin-right:24px}.mr28{margin-right:28px}.mr32{margin-right:32px}.mr36{margin-right:36px}.mr40{margin-right:40px}.mr44{margin-right:44px}.mr48{margin-right:48px}.mr52{margin-right:52px}.mr56{margin-right:56px}.mr60{margin-right:60px}.mr64{margin-right:64px}.mr68{margin-right:68px}.mr72{margin-right:72px}.mr76{margin-right:76px}.mr80{margin-right:80px}.mr84{margin-right:84px}.mr88{margin-right:88px}.mr92{margin-right:92px}.mr96{margin-right:96px}.mr100{margin-right:100px}.mb4{margin-bottom:4px}.mb8{margin-bottom:8px}.mb12{margin-bottom:12px}.mb16{margin-bottom:16px}.mb20{margin-bottom:20px}.mb24{margin-bottom:24px}.mb28{margin-bottom:28px}.mb32{margin-bottom:32px}.mb36{margin-bottom:36px}.mb40{margin-bottom:40px}.mb44{margin-bottom:44px}.mb48{margin-bottom:48px}.mb52{margin-bottom:52px}.mb56{margin-bottom:56px}.mb60{margin-bottom:60px}.mb64{margin-bottom:64px}.mb68{margin-bottom:68px}.mb72{margin-bottom:72px}.mb76{margin-bottom:76px}.mb80{margin-bottom:80px}.mb84{margin-bottom:84px}.mb88{margin-bottom:88px}.mb92{margin-bottom:92px}.mb96{margin-bottom:96px}.mb100{margin-bottom:100px}.ml4{margin-left:4px}.ml8{margin-left:8px}.ml12{margin-left:12px}.ml16{margin-left:16px}.ml20{margin-left:20px}.ml24{margin-left:24px}.ml28{margin-left:28px}.ml32{margin-left:32px}.ml36{margin-left:36px}.ml40{margin-left:40px}.ml44{margin-left:44px}.ml48{margin-left:48px}.ml52{margin-left:52px}.ml56{margin-left:56px}.ml60{margin-left:60px}.ml64{margin-left:64px}.ml68{margin-left:68px}.ml72{margin-left:72px}.ml76{margin-left:76px}.ml80{margin-left:80px}.ml84{margin-left:84px}.ml88{margin-left:88px}.ml92{margin-left:92px}.ml96{margin-left:96px}.ml100{margin-left:100px}.margin4{margin:4px}.margin8{margin:8px}.margin12{margin:12px}.margin16{margin:16px}.margin20{margin:20px}.margin24{margin:24px}.margin28{margin:28px}.margin32{margin:32px}.margin36{margin:36px}.margin40{margin:40px}.margin44{margin:44px}.margin48{margin:48px}.margin52{margin:52px}.margin56{margin:56px}.margin60{margin:60px}.margin64{margin:64px}.margin68{margin:68px}.margin72{margin:72px}.margin76{margin:76px}.margin80{margin:80px}.margin84{margin:84px}.margin88{margin:88px}.margin92{margin:92px}.margin96{margin:96px}.margin100{margin:100px}
.Input{display:flex;position:relative}.Input input{width:100%}.deleteIconWrap{bottom:0;cursor:pointer;position:absolute;right:0;top:0;width:30px;z-index:1}
.processingInfoViewModal .yjqModalContent {
  top: inherit !important;
  height: 80%;
  border-radius: 8px 8px 0 0; }
  .processingInfoViewModal .yjqModalContent .content {
    display: flex;
    flex-direction: column; }
    .processingInfoViewModal .yjqModalContent .content .head {
      padding-top: 4px;
      padding: 4px 16px 0 16px; }
      .processingInfoViewModal .yjqModalContent .content .head .question {
        width: 16px;
        height: 16px;
        padding: 8px; }
      .processingInfoViewModal .yjqModalContent .content .head .helpContainer {
        background-color: #ECEDFF;
        border-radius: 4px;
        padding: 12px 14px; }
        .processingInfoViewModal .yjqModalContent .content .head .helpContainer .index {
          display: inline-block;
          color: white;
          font-size: 9px;
          background-color: #5F59D5;
          border-radius: 50%;
          width: 13px;
          height: 13px;
          text-align: center;
          line-height: 13px; }
        .processingInfoViewModal .yjqModalContent .content .head .helpContainer .helpText {
          font-size: 12.5px;
          color: rgba(0, 0, 0, 0.65); }
      .processingInfoViewModal .yjqModalContent .content .head .modalCloseBtn {
        width: 20px;
        height: 20px; }
      .processingInfoViewModal .yjqModalContent .content .head .shopName {
        color: #6442FF; }
      .processingInfoViewModal .yjqModalContent .content .head .up {
        margin-left: 4px;
        padding-bottom: 2px;
        width: 12px;
        height: auto; }
      .processingInfoViewModal .yjqModalContent .content .head .imgList {
        margin: 8px 0 8px 0;
        display: flex;
        overflow-x: auto; }
        .processingInfoViewModal .yjqModalContent .content .head .imgList::-webkit-scrollbar {
          width: 0; }
        .processingInfoViewModal .yjqModalContent .content .head .imgList img {
          border-radius: 4px;
          border: 1px solid #EFF0F1;
          margin-right: 12px; }
    .processingInfoViewModal .yjqModalContent .content .container {
      margin: 0 16px 16px 16px;
      padding: 16px 16px 0 16px;
      border-radius: 8px;
      background: #F8F8FA;
      flex: 1; }
      .processingInfoViewModal .yjqModalContent .content .container .item {
        padding-bottom: 16px; }
        .processingInfoViewModal .yjqModalContent .content .container .item .price {
          color: #EB4B27; }
    .processingInfoViewModal .yjqModalContent .content .alert {
      height: 32px;
      background: #ECEDFF;
      border-radius: 8px;
      line-height: 32px;
      margin: 0 16px 16px 16px; }
      .processingInfoViewModal .yjqModalContent .content .alert img {
        margin-left: 8px;
        margin-right: 8px;
        width: 12px;
        height: 12px;
        vertical-align: text-top; }
    .processingInfoViewModal .yjqModalContent .content .closeBtn {
      color: #fff;
      height: 40px;
      background: #4DA8F8;
      border-radius: 25px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 16px 16px; }

.odmServies {
  display: flex;
  background: rgba(0, 207, 214, 0.05);
  padding: 0.2rem 0.24rem;
  border-radius: 0.12rem;
  align-items: center; }
  .odmServies-left {
    font-size: 0.28rem;
    line-height: 0.32rem;
    color: #00CFD6;
    font-weight: bold;
    margin-right: 0.24rem; }
  .odmServies-right-name {
    font-weight: bold;
    font-size: 0.24rem;
    color: #000;
    margin-right: 0.1rem; }
  .odmServies-right-des {
    font-size: 0.24rem;
    color: #929797; }

.am-indexed-list-section-body.am-list-body,
.am-indexed-list-section-body.am-list-body .am-list-item:last-child .am-list-line {
  border-bottom: 0;
}
.am-indexed-list-section-body.am-list-body:after,
.am-indexed-list-section-body.am-list-body .am-list-item:last-child .am-list-line:after {
  display: none !important;
}
.am-indexed-list-section-header.am-list-body,
.am-indexed-list-section-header.am-list-body .am-list-item .am-list-line {
  border-bottom: 0;
}
.am-indexed-list-section-header.am-list-body:after,
.am-indexed-list-section-header.am-list-body .am-list-item .am-list-line:after {
  display: none !important;
}
.am-indexed-list-section-header .am-list-item {
  height: 30px;
  min-height: 30px;
  background-color: #f5f5f9;
}
.am-indexed-list-section-header .am-list-item .am-list-line {
  height: 30px;
  min-height: 30px;
}
.am-indexed-list-section-header .am-list-item .am-list-content {
  font-size: 14px !important;
  color: #888 !important;
}
.am-indexed-list-quick-search-bar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 0;
  text-align: center;
  color: #108ee9;
  font-size: 16px;
  list-style: none;
  padding: 0;
}
.am-indexed-list-quick-search-bar li {
  padding: 0 5px;
}
.am-indexed-list-quick-search-bar-over {
  background-color: rgba(0, 0, 0, 0.4);
}
.am-indexed-list-qsindicator {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px auto auto -30px;
  width: 60px;
  height: 30px;
  background: transparent;
  opacity: 0.7;
  color: #0af;
  font-size: 20px;
  border-radius: 30px;
  z-index: 1999;
  text-align: center;
  line-height: 30px;
}
.am-indexed-list-qsindicator-hide {
  display: none;
}

.policyAndGuaranteeWidget {
  margin-left: 0.2rem;
  margin-right: 0.2rem; }
  .policyAndGuaranteeWidget .box .rightArrow {
    width: 0.32rem;
    height: 0.32rem; }
  .policyAndGuaranteeWidget .box .titleImg {
    width: 1.02rem;
    height: 0.24rem; }
  .policyAndGuaranteeWidget .box1 {
    padding: 0.2rem 0.04rem 0.2rem 0.24rem;
    background: rgba(241, 171, 20, 0.1);
    border-radius: 0.08rem;
    color: #FC9B00; }
  .policyAndGuaranteeWidget .box2 {
    flex: 1;
    padding-left: 0.2rem;
    display: flex; }

.insuranceDetaiModal .yjqModalContent {
  height: 10rem;
  top: inherit !important; }
  .insuranceDetaiModal .yjqModalContent .insuranceDetailContent {
    margin-top: 0.32rem; }
    .insuranceDetaiModal .yjqModalContent .insuranceDetailContent p {
      font-size: 0.26rem; }

.am-notice-bar {
  background-color: #fefcec;
  height: 36px;
  overflow: hidden;
  font-size: 14px;
  line-height: 36px;
  color: #f76a24;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.am-notice-bar-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  margin: auto 15px;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.am-notice-bar-icon {
  margin-left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.am-notice-bar-icon .am-notice-bar-trips {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2238%22%20height%3D%2233%22%20viewBox%3D%220%200%2038%2033%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Etrips%3C%2Ftitle%3E%3Cg%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M17.838%2028.8c-.564-.468-1.192-.983-1.836-1.496-4.244-3.385-5.294-3.67-6.006-3.67-.014%200-.027.005-.04.005-.015%200-.028-.005-.042-.005H3.562c-.734%200-.903-.203-.903-.928V10.085c0-.49.058-.8.66-.8h5.782c.693%200%201.758-.28%206.4-3.628.828-.597%201.637-1.197%202.336-1.723V28.8zM19.682.19c-.463-.22-1.014-.158-1.417.157-.02.016-1.983%201.552-4.152%203.125C10.34%206.21%209.243%206.664%209.02%206.737H3.676c-.027%200-.053.003-.08.004H1.183c-.608%200-1.1.486-1.1%201.085V25.14c0%20.598.492%201.084%201.1%201.084h8.71c.22.08%201.257.55%204.605%203.24%201.947%201.562%203.694%203.088%203.712%203.103.25.22.568.333.89.333.186%200%20.373-.038.55-.116.48-.213.79-.684.79-1.204V1.38c0-.506-.294-.968-.758-1.19z%22%20mask%3D%22url(%23mask-2)%22%2F%3E%3Cpath%20d%3D%22M31.42%2016.475c0-3.363-1.854-6.297-4.606-7.876-.125-.066-.42-.192-.625-.192-.612%200-1.108.488-1.108%201.09%200%20.404.22.764.55.952%202.128%201.19%203.565%203.442%203.565%206.025%200%202.627-1.486%204.913-3.677%206.087-.318.19-.53.54-.53.934%200%20.602.496%201.09%201.107%201.09.26.002.568-.15.568-.15%202.835-1.556%204.754-4.538%204.754-7.96%22%20mask%3D%22url(%23mask-4)%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M30.14%203.057c-.205-.122-.41-.22-.658-.22-.608%200-1.1.485-1.1%201.084%200%20.433.26.78.627.977%204.043%202.323%206.762%206.636%206.762%2011.578%200%204.938-2.716%209.248-6.755%2011.572-.354.19-.66.55-.66.993%200%20.6.494%201.084%201.102%201.084.243%200%20.438-.092.65-.213%204.692-2.695%207.848-7.7%207.848-13.435%200-5.723-3.142-10.718-7.817-13.418%22%20mask%3D%22url(%23mask-6)%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.am-notice-bar-icon + div {
  margin-left: 5px;
}
.am-notice-bar-operation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 8px;
}

.phone .wrap {
  text-align: center;
  position: fixed;
  z-index: 1001;
  width: calc(100% - 16px);
  left: 8px;
  bottom: 0.4rem; }
  .phone .wrap .phoneNum,
  .phone .wrap .cancel {
    display: block;
    background: #fff;
    color: #000;
    font-size: 0.34rem;
    line-height: 0.48rem;
    padding: 0.32rem 0;
    border-radius: 0.24rem;
    margin-bottom: 0.2rem; }

.phone .mask {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000; }

.distributionTopWidget {
  width: 100%;
  background: url("/static/images/distribution/distributionBg.png");
  background-repeat: round; }
  .distributionTopWidget .phoneImg,
  .distributionTopWidget .wxImg {
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%; }
  .distributionTopWidget-title {
    margin: 0 8px; }
    .distributionTopWidget-title .header {
      height: 0.96rem; }
    .distributionTopWidget-title .back {
      width: 30px;
      height: 30px;
      color: #2850AB; }
    .distributionTopWidget-title .image {
      height: 0.44rem; }
    .distributionTopWidget-title .name {
      font-size: 13px;
      padding: 7px 9px;
      text-align: center;
      line-height: 13px;
      background: #4DA8F8;
      border-radius: 20px;
      color: #fff; }
    .distributionTopWidget-title .phoneImg,
    .distributionTopWidget-title .wxImg {
      padding: 8px; }
    .distributionTopWidget-title .top-contact-info {
      opacity: 0; }
    .distributionTopWidget-title .top-contact-info.showTip {
      opacity: 1; }
  .distributionTopWidget .distributionTopWidget-Tips.distribution-tips-hide {
    height: 0;
    padding: 0;
    opacity: 0; }
  .distributionTopWidget .distributionTopWidget-Tips.notLogin {
    height: 68px; }
  .distributionTopWidget .distributionTopWidget-Tips {
    box-sizing: border-box;
    height: 150px;
    transition: height 0.4s linear;
    padding: 17px 10px 12px 10px;
    background: #fff;
    border-radius: 12px;
    font-size: 14px;
    line-height: 20px;
    color: #091634; }
    .distributionTopWidget .distributionTopWidget-Tips .tips {
      color: #091634;
      font-size: 14px;
      line-height: 20px; }
      .distributionTopWidget .distributionTopWidget-Tips .tips .tipsImg {
        width: 16px;
        height: 16px; }
    .distributionTopWidget .distributionTopWidget-Tips .loginButton {
      padding: 7px 20px;
      color: #fff;
      background: #2850AB;
      border-radius: 24px; }

.contact-info {
  margin-top: 16px;
  background: #F0F6FF;
  padding: 12px 17px;
  border-radius: 12px; }
  .contact-info .memberImg {
    width: 42px;
    height: 42px;
    margin-right: 0.18rem; }
  .contact-info .userName {
    font-size: 13px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.88);
    margin-bottom: 2px; }
  .contact-info .relations {
    font-size: 11px;
    color: rgba(0, 0, 0, 0.45);
    line-height: 16px; }
  .contact-info .phoneImg,
  .contact-info .wxImg {
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    padding: 12px;
    margin-bottom: 4px; }
  .contact-info .contact-way {
    font-size: 10px;
    line-height: 14px;
    color: rgba(47, 71, 124, 0.45); }

.search-result {
  display: flex;
  height: 100vh;
  flex-direction: column; }
  .search-result .odmTab {
    display: flex;
    height: 36px;
    left: 0;
    right: 0;
    background-image: url("/static/images/odm_zone_tab_left.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .search-result .odmTab[current-tab='album'] {
      background-image: url("/static/images/odm_zone_tab_right.png"); }
    .search-result .odmTab > div {
      text-align: center;
      line-height: 36px;
      flex: 1;
      font-size: 12px;
      color: #013343C4;
      font-weight: 400; }
      .search-result .odmTab > div[active='1'] {
        font-size: 16px;
        color: #000000E0;
        font-weight: 600; }
  .search-result .odm-zone-wrapper .odm-album-content__filter {
    flex: 1; }
  .search-result .odm-zone-wrapper .odm-album-content .block {
    flex: 4; }
  .search-result .odm-zone-wrapper {
    overflow: hidden;
    flex-grow: 1; }
    .search-result .odm-zone-wrapper .odm-album-content {
      display: flex;
      overflow: hidden;
      height: 100%; }
      .search-result .odm-zone-wrapper .odm-album-content__filter {
        overflow-y: auto; }
    .search-result .odm-zone-wrapper .search-result {
      height: 100%;
      overflow: hidden; }
    .search-result .odm-zone-wrapper .listWrap .good-item {
      margin-bottom: 0;
      padding-bottom: 0; }
  .search-result .odmSearchWrap .search-withback-wrapper {
    background-image: url("/static/images/odm_bg.png");
    padding-bottom: 0.2rem;
    background-repeat: no-repeat; }
  .search-result .odmSearchWrap .odm-intro {
    height: 205px;
    transition: height 0.4s linear; }
  .search-result .odmSearchWrap .odm-intro.odm-video-hide {
    height: 0; }
  .search-result .odmSearchWrap .odm-video {
    margin: 0 0.14rem;
    height: 100%;
    object-fit: fill;
    border-radius: 10px;
    overflow: hidden; }

.odmAlbumFilter__item {
  font-weight: 400;
  padding: 0 0 30px 0; }

.odmAlbumFilter__title {
  font-size: 16px;
  color: #2E2E2EFF;
  padding-bottom: 8px; }

.odmAlbumFilter__marker {
  height: 2px;
  width: 16px; }
  .odmAlbumFilter__marker[active='1'] {
    background-color: #00CFD6FF; }

.login-to-get-price {
  font-size: 0.24rem;
  font-weight: 600;
  color: #f83600; }

.AlbumDetailsPage {
  position: relative; }
  .AlbumDetailsPage .AlbumHeader {
    position: fixed;
    top: 0.32rem;
    left: 0.32rem;
    right: 0.32rem;
    z-index: 999; }
    .AlbumDetailsPage .AlbumHeader .backBtn {
      width: 0.6rem;
      height: 0.6rem; }
    .AlbumDetailsPage .AlbumHeader .albumCartIconBox {
      background: rgba(0, 0, 0, 0.3);
      width: 0.6rem;
      height: 0.6rem;
      border-radius: 0.3rem;
      text-align: center;
      line-height: 0.68rem; }
      .AlbumDetailsPage .AlbumHeader .albumCartIconBox .albumCartIcon {
        width: 0.36rem;
        height: 0.36rem; }
    .AlbumDetailsPage .AlbumHeader .seriesName {
      margin-left: 0.16rem;
      padding: 0 0.16rem;
      background: rgba(0, 0, 0, 0.3);
      border-radius: 0.3rem;
      height: 0.6rem;
      font-size: 0.32rem;
      color: #FFFFFF;
      line-height: 0.6rem;
      max-width: 2.6rem;
      text-overflow: ellipsis;
      white-space: nowrap;
      word-wrap: break-word;
      overflow: hidden; }
  .AlbumDetailsPage .topMask {
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 300px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%); }
  .AlbumDetailsPage .bottomMask {
    position: absolute;
    pointer-events: none;
    left: 0;
    bottom: -0.5rem;
    z-index: -1;
    width: 100%;
    height: 300px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); }
  .AlbumDetailsPage .productInfoWidget {
    position: absolute;
    bottom: 0.5rem;
    display: flex;
    flex-flow: nowrap;
    align-items: end;
    justify-content: space-between;
    left: 0;
    right: 0;
    z-index: 999; }
    .AlbumDetailsPage .productInfoWidget .left {
      position: relative; }
      .AlbumDetailsPage .productInfoWidget .left .productInfo {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(214, 237, 255, 0.7) 100%);
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(6px);
        padding: 0.16rem;
        height: 1.96rem; }
        .AlbumDetailsPage .productInfoWidget .left .productInfo .productName {
          font-size: 0.26rem;
          line-height: 0.36rem;
          color: #2E2E2E; }
        .AlbumDetailsPage .productInfoWidget .left .productInfo .attrs {
          font-size: 0.26rem;
          line-height: 0.36rem;
          background: rgba(0, 0, 0, 0.06);
          border-radius: 6px;
          padding: 0.04rem 0.16rem;
          color: rgba(0, 0, 0, 0.45); }
        .AlbumDetailsPage .productInfoWidget .left .productInfo .cartBtn {
          width: 0.52rem;
          height: 0.52rem; }
    .AlbumDetailsPage .productInfoWidget .policy {
      background: rgba(0, 0, 0, 0.5);
      box-shadow: 2px 2px 4px 0px rgba(31, 79, 116, 0.11);
      border-radius: 12px;
      backdrop-filter: blur(0px);
      padding: 0.08rem 0.16rem 0.16rem 0.16rem; }
      .AlbumDetailsPage .productInfoWidget .policy .storeGuaranteeIcon {
        width: 1.52rem; }
      .AlbumDetailsPage .productInfoWidget .policy div {
        margin-top: 0.08rem;
        font-size: 0.24rem;
        color: #fff; }
  .AlbumDetailsPage .customPagination {
    z-index: 9;
    position: relative;
    bottom: 3.5rem;
    left: 0.16rem;
    padding: 0 0.08rem;
    width: 0.8rem;
    height: 0.4rem;
    line-height: 0.4rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: #fff; }
    .AlbumDetailsPage .customPagination .pagination {
      width: 0.08rem;
      height: 0.08rem;
      border-radius: 0.08rem;
      background: #FFFFFF;
      opacity: 0.8; }
      .AlbumDetailsPage .customPagination .pagination.active {
        width: 0.2rem;
        background: linear-gradient(90deg, #4DA8F8 0%, #FFFFFF 100%); }
  .AlbumDetailsPage .nextSeries {
    left: 0;
    right: 0;
    position: absolute;
    bottom: 30vh;
    z-index: 9;
    text-align: center;
    display: flex;
    justify-content: center; }
    .AlbumDetailsPage .nextSeries > div {
      background: rgba(0, 0, 0, 0.3);
      color: #fff;
      font-size: 12px;
      padding: 4px 8px;
      border-radius: 15px; }
  .AlbumDetailsPage .loading {
    display: flex;
    justify-content: center;
    align-items: center; }

.pull-load {
  position: relative;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.pull-load-head {
  position: absolute;
  transform: translate3d(0px, -100%, 0px);
  width: 100%;
}
.state-refreshing .pull-load-head,
.state-refreshed .pull-load-head {
  position: relative;
  transform: none;
}
.pull-load-body {
  position: relative;
}
.state-refreshing .pull-load-body {
  transition: transform 0.2s;
}
.state-reset .pull-load-body {
  transition: transform 0.2s;
}
/*
 * HeadNode default UI
 */
.pull-load-head-default {
  text-align: center;
  font-size: 12px;
  line-height: 3rem;
  color: #7676a1;
}
.state-pulling .pull-load-head-default:after {
  content: '\4E0B\62C9\5237\65B0';
}
.state-pulling.enough .pull-load-head-default:after {
  content: '\677E\5F00\5237\65B0';
}
.state-refreshing .pull-load-head-default:after {
  content: '\6B63\5728\5237\65B0...';
}
.state-refreshed .pull-load-head-default:after {
  content: '\5237\65B0\6210\529F';
}
.state-pulling .pull-load-head-default {
  opacity: 1;
}
.state-pulling .pull-load-head-default i {
  display: inline-block;
  font-size: 2em;
  margin-right: .6em;
  vertical-align: middle;
  height: 1em;
  border-left: 1px solid;
  position: relative;
  transition: transform .3s ease;
}
.state-pulling .pull-load-head-default i:before,
.state-pulling .pull-load-head-default i:after {
  content: '';
  position: absolute;
  font-size: .5em;
  width: 1em;
  bottom: 0px;
  border-top: 1px solid;
}
.state-pulling .pull-load-head-default i:before {
  right: 1px;
  transform: rotate(50deg);
  transform-origin: right;
}
.state-pulling .pull-load-head-default i:after {
  left: 0px;
  transform: rotate(-50deg);
  transform-origin: left;
}
.state-pulling.enough .pull-load-head-default i {
  transform: rotate(180deg);
}
.state-refreshing .pull-load-head-default i {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5rem;
  width: 1em;
  height: 1em;
  border: 2px solid #9494b6;
  border-top-color: #fff;
  border-radius: 100%;
  animation: circle .8s infinite linear;
}
.state-refreshed .pull-load-head-default {
  opacity: 1;
  transition: opacity 1s;
}
.state-refreshed .pull-load-head-default i {
  display: inline-block;
  box-sizing: content-box;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 20px;
  height: 1em;
  width: 1em;
  border: 1px solid;
  border-radius: 100%;
  position: relative;
}
.state-refreshed .pull-load-head-default i:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 7px;
  height: 11px;
  width: 5px;
  border: solid;
  border-width: 0 1px 1px 0;
  transform: rotate(40deg);
}
.pull-load-footer-default {
  text-align: center;
  font-size: 12px;
  line-height: 3rem;
  color: #7676a1;
}
.state-loading .pull-load-footer-default:after {
  content: '\52A0\8F7D\66F4\591A';
}
.pull-load-footer-default.nomore:after {
  content: '\6CA1\6709\66F4\591A';
}
.state-loading .pull-load-footer-default i {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5rem;
  width: 1em;
  height: 1em;
  border: 2px solid #9494b6;
  border-top-color: #fff;
  border-radius: 100%;
  animation: circle .8s infinite linear;
}
@keyframes circle {
  100% {
    transform: rotate(360deg);
  }
}

.ComponentStoreItem {
  display: flex;
  justify-items: center;
  background: white;
  border-radius: 0.2rem;
  margin: 0.24rem;
  margin-top: 0;
  padding: 0.32rem;
  box-sizing: border-box; }
  .ComponentStoreItem .right {
    margin-left: 0.16rem; }
    .ComponentStoreItem .right .name {
      font-size: 0.28rem;
      line-height: 0.32rem;
      color: #061932;
      font-weight: 500;
      margin-top: 0.08rem; }
    .ComponentStoreItem .right .price {
      font-size: 0.28rem;
      font-weight: 500;
      margin-top: 0.24rem; }
    .ComponentStoreItem .right .login-to-get-price {
      margin-right: 0.08rem;
      font-size: 0.28rem; }
    .ComponentStoreItem .right .market {
      color: #7b8797;
      text-decoration: line-through; }

.am-accordion {
  position: relative;
  border-top: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-accordion {
    border-top: none;
  }
  html:not([data-scale]) .am-accordion::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scaleY(0.5);
        -ms-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-accordion::before {
    -webkit-transform: scaleY(0.33);
        -ms-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.am-accordion-anim-active {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.am-accordion .am-accordion-item .am-accordion-header {
  position: relative;
  color: #000;
  font-size: 17px;
  height: 44px;
  line-height: 44px;
  background-color: #fff;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-left: 15px;
  padding-right: 30px;
  border-bottom: 1PX solid #ddd;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-accordion .am-accordion-item .am-accordion-header {
    border-bottom: none;
  }
  html:not([data-scale]) .am-accordion .am-accordion-item .am-accordion-header::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scaleY(0.5);
        -ms-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-accordion .am-accordion-item .am-accordion-header::after {
    -webkit-transform: scaleY(0.33);
        -ms-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.am-accordion .am-accordion-item .am-accordion-header i {
  position: absolute;
  display: block;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2216%22%20height%3D%2226%22%20viewBox%3D%220%200%2016%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22UI-KIT_%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%229.9%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20transform%3D%22translate(-5809.000000%2C%20-8482.000000)%22%20fill%3D%22%23C7C7CC%22%3E%3Cpolygon%20id%3D%22Disclosure-Indicator%22%20points%3D%225811%208482%205809%208484%205820.5%208495%205809%208506%205811%208508%205825%208495%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}
.am-accordion .am-accordion-item .am-accordion-header[aria-expanded~="true"] i {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.am-accordion .am-accordion-item .am-accordion-content {
  overflow: hidden;
  background: #fff;
}
.am-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box {
  font-size: 15px;
  color: #333;
  position: relative;
  border-bottom: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box {
    border-bottom: none;
  }
  html:not([data-scale]) .am-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scaleY(0.5);
        -ms-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box::after {
    -webkit-transform: scaleY(0.33);
        -ms-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.am-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box .am-list-body {
  border-top: 0;
}
.am-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box .am-list-body:before {
  display: none !important;
}
.am-accordion .am-accordion-item .am-accordion-content.am-accordion-content-inactive {
  display: none;
}

.filter-sort > .top {
  height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  color: #505966;
  background: #fff; }
  .filter-sort > .top * {
    font-size: 0.28rem; }
  .filter-sort > .top .active {
    color: #006EFF; }
  .filter-sort > .top .price {
    display: flex;
    align-items: center; }
    .filter-sort > .top .price .img-wrapper {
      display: flex;
      flex-direction: column; }
      .filter-sort > .top .price .img-wrapper img {
        width: 0.16rem;
        height: 0.12rem;
        margin-left: 4px; }
      .filter-sort > .top .price .img-wrapper .top {
        transform: rotateZ(180deg);
        margin-bottom: 2px; }
  .filter-sort > .top .filter {
    display: flex;
    align-items: center; }
    .filter-sort > .top .filter img {
      width: 0.24rem;
      margin-left: 4px; }

.filter-sort > .quick-filter {
  position: relative;
  background: #fff;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px; }
  .filter-sort > .quick-filter .filter-wrap {
    width: calc(100% - 1.44rem);
    overflow: auto; }
  .filter-sort > .quick-filter .filter-list {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start; }
    .filter-sort > .quick-filter .filter-list li {
      display: flex;
      flex-flow: column;
      align-items: center;
      margin-right: 0.16rem;
      justify-content: center;
      margin-top: 0.12rem; }
      .filter-sort > .quick-filter .filter-list li span {
        max-width: 2.76rem;
        background: #f6f6f6;
        border-radius: 0.32rem;
        padding: 0.08rem 0.16rem;
        font-size: 13px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: break-word;
        color: #666666FF;
        line-height: 1; }
      .filter-sort > .quick-filter .filter-list li img {
        margin-left: 0.08rem;
        width: 0.16rem;
        vertical-align: 1px; }
      .filter-sort > .quick-filter .filter-list li .radius-placeholder {
        display: block;
        width: 100%;
        height: 0.12rem; }
    .filter-sort > .quick-filter .filter-list .on span {
      border-radius: 0.32rem 0.32rem 0 0; }
    .filter-sort > .quick-filter .filter-list .on .radius-placeholder {
      display: block;
      width: 100%;
      height: 0.12rem;
      background: #f6f6f6; }
    .filter-sort > .quick-filter .filter-list .actived span {
      color: #006EFF;
      border: 1px solid #006EFF;
      background: #4DA8F826;
      padding: 0.14rem 0.16rem; }
  .filter-sort > .quick-filter .filter-item-bar {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    background-color: #f6f6f6;
    max-height: 6rem;
    overflow: hidden;
    padding: 8px;
    z-index: 999; }
    .filter-sort > .quick-filter .filter-item-bar .list {
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      justify-content: space-between;
      max-height: 5.36rem;
      overflow: auto;
      padding-left: 12px; }
      .filter-sort > .quick-filter .filter-item-bar .list li {
        padding: 0.24rem 12px;
        flex: 0 0 calc(50% - 36px);
        font-size: .26rem;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: flex-start;
        background-color: white;
        margin: 12px 12px 12px 0;
        border-radius: 8px; }
    .filter-sort > .quick-filter .filter-item-bar .btn-wrap {
      height: .64rem; }
      .filter-sort > .quick-filter .filter-item-bar .btn-wrap .refesh {
        border-radius: 0.52rem 0px 0px 0.52rem;
        width: 50%;
        padding: 0.18rem 0px;
        background: #222A41;
        color: #fff;
        font-size: 0.26rem; }
      .filter-sort > .quick-filter .filter-item-bar .btn-wrap .sure {
        border-radius: 0px 0.52rem 0.52rem 0px;
        width: 50%;
        padding: 0.18rem 0px;
        background: #4DA8F8;
        color: #fff;
        font-size: 0.26rem; }
  .filter-sort > .quick-filter .filter-bar {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
    line-height: 1;
    height: .64rem;
    flex: 1;
    position: relative; }
    .filter-sort > .quick-filter .filter-bar span {
      font-size: 0.24rem;
      color: #2E2E2EFF; }
    .filter-sort > .quick-filter .filter-bar img {
      width: 0.24rem; }
    .filter-sort > .quick-filter .filter-bar::before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: -20px;
      content: '';
      display: block;
      box-shadow: inset -10px 0 8px -8px #00000026;
      width: 20px; }

.filter-sort .promotionFilter {
  display: flex;
  padding-left: 12px;
  margin-top: 7px;
  overflow-x: auto; }
  .filter-sort .promotionFilter__item {
    min-width: 30%;
    padding: 0 12px;
    border-radius: 16px;
    text-align: center;
    background-color: #eaeaea;
    flex-grow: 1;
    margin-right: 12px;
    white-space: nowrap; }
    .filter-sort .promotionFilter__item[is-selected='1'] {
      background-color: #DAEEFF; }
    .filter-sort .promotionFilter__item-prefix {
      font-size: 12px;
      line-height: 28px; }
    .filter-sort .promotionFilter__item-text {
      font-size: 13px;
      color: #5175FA;
      line-height: 28px;
      font-weight: 600; }
    .filter-sort .promotionFilter__item-suffix {
      color: #4DA8F8;
      font-size: 12px; }

.filter-sort .my-drawer {
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.filter-sort .my-drawer .am-drawer-sidebar {
  background-color: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.filter-sort .my-drawer .am-drawer-sidebar .am-list {
  width: 300px;
  padding: 0; }

.react-sanfona-item-expanded .dock-item-title img {
  transform: rotateZ(90deg); }

.dock-item-title {
  display: flex;
  justify-content: space-between;
  font-size: 0.36rem;
  padding: 8px;
  font-weight: 400;
  color: #061932; }
  .dock-item-title img {
    height: 16px;
    transition: all 0.2s ease; }

.dock-item-content {
  display: flex;
  flex-wrap: wrap;
  padding-left: 12px;
  padding-top: 4px; }
  .dock-item-content .bucket {
    box-sizing: border-box;
    height: 36px;
    text-align: center;
    font-size: 0.28rem;
    line-height: calc(36px - 0.14rem);
    padding: 4px;
    width: calc((100% - 12px * 3) / 3);
    background: #f6f6f6;
    border-radius: 18px;
    margin-right: 12px;
    margin-bottom: 12px;
    font-weight: 400;
    color: #505966;
    transition: all 0.1s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .dock-item-content .bucket.active {
      background: #e7f4ff;
      color: #006EFF; }
    .dock-item-content .bucket.read-more {
      width: calc(100% - 12px);
      margin-right: 0; }

.dock-content {
  width: 100%;
  height: 100%;
  position: relative; }
  .dock-content .dock-accordion {
    height: calc(100% - 82px);
    overflow: auto;
    padding: 8px;
    box-sizing: border-box; }
    .dock-content .dock-accordion .am-accordion .am-accordion-item .am-accordion-header i {
      top: 0.4rem;
      right: 0;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
    .dock-content .dock-accordion .am-accordion .am-accordion-item .am-accordion-header[aria-expanded~="true"] i {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    .dock-content .dock-accordion .am-accordion-header {
      padding: 0 !important; }
      .dock-content .dock-accordion .am-accordion-header::after {
        height: 0 !important; }
    .dock-content .dock-accordion .am-accordion-content-box {
      padding: 0 !important; }
      .dock-content .dock-accordion .am-accordion-content-box::after {
        height: 0 !important; }
    .dock-content .dock-accordion .am-accordion::before {
      height: 0 !important; }
  .dock-content .dock-bottom-actions {
    height: 82px;
    width: 100%;
    box-shadow: 0px -1px 2px 0px rgba(0, 110, 255, 0.1);
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: flex-end; }
    .dock-content .dock-bottom-actions span {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 36px;
      border-radius: 36px;
      background: #f1f8fd;
      width: 40%;
      margin-right: 16px;
      margin-top: 6px;
      font-size: 0.32rem;
      font-weight: 500;
      color: #7b8797; }
      .dock-content .dock-bottom-actions span.primary {
        color: white;
        background: linear-gradient(90deg, #0fa5fe 0%, #006eff 100%); }

.odmTip1 {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 0.22rem;
  line-height: 0.22rem;
  padding: 0.06rem;
  background: #00CFD6;
  border-radius: 0.06rem; }

.odmTip2 {
  font-size: 0.24rem;
  border-radius: 0.1rem;
  color: #00CFD6;
  line-height: 0.22rem;
  padding: 0.2rem 0.24rem;
  background: rgba(0, 207, 214, 0.05); }
  .odmTip2 .title {
    color: #00CFD6;
    font-size: 0.24rem;
    font-weight: bold;
    margin-right: 0.36rem; }

.distributionGoodsTip {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 0.22rem;
  line-height: 0.22rem;
  padding: 0.06rem;
  background: #4773ea;
  border-radius: 0.06rem; }

html,
body,
#__next {
  height: 100%; }

.search-result {
  overflow: hidden; }

.localIII {
  text-align: center;
  width: 100%; }
  .localIII .localEmptyImg {
    width: 91px;
    height: 72px; }
  .localIII .localEmptyText {
    font-size: 14px;
    color: #4DA8F8; }

.block {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%; }
  .block.pull-load .pull-load-head-default,
  .block.pull-load .pull-load-footer-default {
    line-height: 42px; }
    .block.pull-load .pull-load-head-default *,
    .block.pull-load .pull-load-footer-default * {
      font-size: 14px; }
  .block.pull-load .pull-load-footer-default {
    margin-bottom: 10px; }

.otoExpressIcon {
  width: 64px;
  height: 16px;
  margin-bottom: 16px;
  padding-left: 12px; }

.listWrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0 12px; }
  .listWrap .otoExpressIcon {
    padding-left: 0px; }
  .listWrap .good-item {
    flex: 0 calc(50% - 6px);
    margin: 0;
    margin-bottom: 12px;
    flex-flow: column nowrap;
    overflow: hidden;
    padding: 0;
    padding-bottom: 16px; }
    .listWrap .good-item .left {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
      height: 100%;
      min-height: 100%;
      max-height: 100%;
      margin-right: 0; }
      .listWrap .good-item .left img {
        width: 100%;
        height: 100%; }
    .listWrap .good-item .right {
      width: 100%; }
      .listWrap .good-item .right > .name {
        padding: 0 16px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }
      .listWrap .good-item .right .price {
        padding: 0 16px;
        height: .34rem;
        overflow: hidden;
        word-break: break-all; }
      .listWrap .good-item .right .promote {
        padding: 0 8px; }
      .listWrap .good-item .right .shop {
        padding: 0 16px; }

.good-item {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 10px;
  margin: 12px;
  margin-top: 0;
  padding: 16px;
  box-sizing: border-box; }
  .good-item .left {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
    height: 90px;
    min-height: 90px;
    max-height: 90px;
    margin-right: 8px; }
    .good-item .left img {
      width: 100%;
      height: 100%; }
  .good-item .right {
    display: flex;
    flex-direction: column;
    width: calc(100% - 90px - 8px); }
    .good-item .right > .name {
      font-size: 0.28rem;
      line-height: 0.36rem;
      color: #061932;
      font-weight: 500; }
    .good-item .right .price {
      font-size: 0.28rem;
      font-weight: 500;
      margin: 8px 0; }
      .good-item .right .price .market {
        color: #7b8797;
        text-decoration: line-through; }
      .good-item .right .price .login-to-get-price {
        margin-right: 4px;
        font-size: 0.28rem; }
    .good-item .right .shop {
      font-size: 0.24rem;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .good-item .right .shop .name {
        color: #505966;
        min-width: 55%;
        max-width: 55%;
        display: flex;
        align-items: center; }
        .good-item .right .shop .name img {
          height: 0.24rem; }
        .good-item .right .shop .name span {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-right: 2px; }
      .good-item .right .shop .area {
        white-space: nowrap;
        position: relative;
        min-width: 40%;
        max-width: 40%;
        float: right;
        color: #505966;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis; }
    .good-item .right .sell_counts {
      margin-top: 0.16rem;
      font-size: 0.24rem;
      color: rgba(0, 0, 0, 0.65);
      color: #7B8797; }
      .good-item .right .sell_counts .counts {
        color: #7B8797; }
  .good-item .tag {
    font-size: 0.24rem;
    padding: 0 8px;
    line-height: 0.36rem;
    margin-bottom: 0.08rem;
    margin-right: 0.08rem; }
  .good-item .PlummetIcon {
    color: #F83600;
    display: inline-block;
    width: 0.84rem;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.36rem !important;
    padding: 0;
    border: 1px solid #F83600;
    background-color: transparent;
    margin-bottom: 0.08rem; }
  .good-item .rebatesIcon {
    color: #F77745;
    display: inline-block;
    width: 0.84rem;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.36rem;
    padding: 0;
    border: 1px solid #F83600;
    background-color: transparent;
    margin-bottom: 0.08rem; }
  .good-item .process-tag {
    background-color: #4773EA;
    color: white; }
  .good-item .onlyPriceIcon {
    padding: 0;
    line-height: 0.36rem;
    width: 0.84rem;
    margin-bottom: 0.08rem; }

.shop-item {
  margin: 12px;
  margin-top: 0;
  background: white;
  border-radius: 12px;
  padding: 16px; }
  .shop-item .top {
    display: flex;
    margin-bottom: 16px; }
    .shop-item .top .img {
      width: 1.2rem;
      min-width: 1.2rem;
      max-width: 1.2rem;
      height: 1.2rem;
      min-height: 1.2rem;
      max-height: 1.2rem;
      background: #d8d8d8;
      border-radius: 4px;
      margin-right: 0.28rem; }
      .shop-item .top .img img {
        width: 100%;
        height: 100%; }
      .shop-item .top .img > span {
        width: 100% !important;
        height: 100% !important; }
        .shop-item .top .img > span img {
          width: 100% !important;
          height: 100% !important;
          border-radius: 4px !important;
          padding: 0 !important; }
    .shop-item .top .detail {
      flex: 1;
      min-width: 0; }
      .shop-item .top .detail .name {
        font-size: 0.28rem;
        font-weight: 600;
        color: #061932; }
      .shop-item .top .detail .job {
        color: #7b8797;
        font-size: 0.24rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 8px 0; }
        .shop-item .top .detail .job .label {
          color: #505966; }
      .shop-item .top .detail .area {
        color: #505966;
        font-size: 0.24rem; }
    .shop-item .top .go-btn {
      white-space: nowrap;
      height: 0.5rem;
      border-radius: 0.5rem;
      background: linear-gradient(90deg, #0fa5fe 0%, #006eff 100%);
      font-size: 0.24rem;
      font-weight: 600;
      color: white;
      box-sizing: border-box;
      padding: 0 14px;
      display: flex;
      align-items: center; }
  .shop-item .bottom {
    display: flex; }
    .shop-item .bottom .product-item {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .shop-item .bottom .product-item:not(:last-child) {
        margin-right: calc((100% - 5.4rem) / 2); }
      .shop-item .bottom .product-item .img {
        width: 1.8rem;
        min-width: 1.8rem;
        max-width: 1.8rem;
        height: 1.8rem;
        min-height: 1.8rem;
        max-height: 1.8rem; }
        .shop-item .bottom .product-item .img img {
          width: 100%;
          height: 100%; }
        .shop-item .bottom .product-item .img > span {
          width: 100% !important;
          height: 100% !important; }
          .shop-item .bottom .product-item .img > span img {
            width: 100% !important;
            height: 100% !important;
            padding: 0 !important; }
      .shop-item .bottom .product-item .login-to-get-price {
        margin-top: 4px; }
  .shop-item .imgBox {
    position: relative; }
    .shop-item .imgBox .plummetIcon {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1; }

.custom-footer-node {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 0.7rem; }
  .custom-footer-node img {
    width: 52%; }
  .custom-footer-node p {
    font-size: 0.4rem;
    color: #999;
    margin-top: 0.5rem; }

.rankList {
  overflow-x: auto;
  display: flex; }

.rank {
  background-color: #fff;
  border-radius: 8px;
  width: 254px;
  flex-basis: 254px;
  flex-shrink: 0;
  padding: 13px 12px;
  background-size: 100% auto;
  background-repeat: no-repeat; }
  .rank__title {
    font-size: 14px;
    color: #2E2E2E; }

.product {
  position: relative;
  flex-wrap: nowrap; }
  .product .badge {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background-image: url("/static/images/rank-x.png");
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    line-height: 15px;
    font-size: 12px; }
  .product img {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    object-fit: contain; }
  .product[index="0"] .badge {
    background-image: url("/static/images/rank-1.png"); }
  .product[index="1"] .badge {
    background-image: url("/static/images/rank-2.png"); }
  .product[index="2"] .badge {
    background-image: url("/static/images/rank-3.png"); }
  .product__info {
    align-self: stretch;
    padding-top: 4px;
    margin-left: 8px; }
  .product__name {
    font-size: 12px; }

.PhotoView-Portal{direction:ltr;height:100%;left:0;overflow:hidden;position:fixed;top:0;touch-action:none;width:100%;z-index:2000}@keyframes PhotoView__rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes PhotoView__delayIn{0%,50%{opacity:0}to{opacity:1}}.PhotoView__Spinner{animation:PhotoView__delayIn .4s linear both}.PhotoView__Spinner svg{animation:PhotoView__rotate .6s linear infinite}.PhotoView__Photo{cursor:grab;max-width:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.PhotoView__Photo:active{cursor:grabbing}.PhotoView__icon{display:inline-block;left:0;position:absolute;top:0;transform:translate(-50%,-50%)}.PhotoView__PhotoBox,.PhotoView__PhotoWrap{bottom:0;direction:ltr;left:0;position:absolute;right:0;top:0;touch-action:none;width:100%}.PhotoView__PhotoWrap{overflow:hidden;z-index:10}.PhotoView__PhotoBox{transform-origin:left top}@keyframes PhotoView__fade{0%{opacity:0}to{opacity:1}}.PhotoView-Slider__clean .PhotoView-Slider__ArrowLeft,.PhotoView-Slider__clean .PhotoView-Slider__ArrowRight,.PhotoView-Slider__clean .PhotoView-Slider__BannerWrap,.PhotoView-Slider__clean .PhotoView-Slider__Overlay,.PhotoView-Slider__willClose .PhotoView-Slider__BannerWrap:hover{opacity:0}.PhotoView-Slider__Backdrop{background:#000;height:100%;left:0;position:absolute;top:0;transition-property:background-color;width:100%;z-index:-1}.PhotoView-Slider__fadeIn{animation:PhotoView__fade linear both;opacity:0}.PhotoView-Slider__fadeOut{animation:PhotoView__fade linear reverse both;opacity:0}.PhotoView-Slider__BannerWrap{align-items:center;background-color:rgba(0,0,0,.5);color:#fff;display:flex;height:44px;justify-content:space-between;left:0;position:absolute;top:0;transition:opacity .2s ease-out;width:100%;z-index:20}.PhotoView-Slider__BannerWrap:hover{opacity:1}.PhotoView-Slider__Counter{font-size:14px;opacity:.75;padding:0 10px}.PhotoView-Slider__BannerRight{align-items:center;display:flex;height:100%}.PhotoView-Slider__toolbarIcon{fill:#fff;box-sizing:border-box;cursor:pointer;opacity:.75;padding:10px;transition:opacity .2s linear}.PhotoView-Slider__toolbarIcon:hover{opacity:1}.PhotoView-Slider__ArrowLeft,.PhotoView-Slider__ArrowRight{align-items:center;bottom:0;cursor:pointer;display:flex;height:100px;justify-content:center;margin:auto;opacity:.75;position:absolute;top:0;transition:opacity .2s linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:70px;z-index:20}.PhotoView-Slider__ArrowLeft:hover,.PhotoView-Slider__ArrowRight:hover{opacity:1}.PhotoView-Slider__ArrowLeft svg,.PhotoView-Slider__ArrowRight svg{fill:#fff;background:rgba(0,0,0,.3);box-sizing:content-box;height:24px;padding:10px;width:24px}.PhotoView-Slider__ArrowLeft{left:0}.PhotoView-Slider__ArrowRight{right:0}
.distributionGoodsZone {
  background: #EEF3F8;
  position: relative;
  height: 100vh; }
  .distributionGoodsZone .distributionGoodsList.notLogin {
    top: 133px;
    min-height: calc(100vh - 133px); }
  .distributionGoodsZone .distributionGoodsList {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 212px;
    background: #fff;
    border-radius: 16px 16px 0px 0px;
    padding: 0.22rem 0.26rem 0 0.26rem;
    width: 100%;
    min-height: calc(100vh - 212px); }
  .distributionGoodsZone .distributionGoodsList.hideTip {
    top: 55px;
    min-height: calc(100vh - 55px); }
  .distributionGoodsZone .distributionGoodsList .block.hideTip {
    top: 110px !important;
    height: calc(100% - 110px) !important; }
  .distributionGoodsZone .tabWrap {
    display: flex; }
    .distributionGoodsZone .tabWrap .tabItem.active {
      font-weight: bold;
      color: #2850ab; }
    .distributionGoodsZone .tabWrap .tabItem {
      font-size: 0.28rem;
      margin-right: 0.4rem;
      color: #2e2e2e; }
    .distributionGoodsZone .tabWrap .underLine {
      margin: 6px auto 0;
      background: #2850AB;
      width: 0.32rem;
      height: 0.04rem; }
  .distributionGoodsZone .search-wrapper {
    width: 2rem;
    height: 0.64rem;
    border-radius: 0.32rem;
    background: rgba(47, 71, 124, 0.05); }
    .distributionGoodsZone .search-wrapper .icons {
      width: 0.32rem;
      height: 0.32rem; }
    .distributionGoodsZone .search-wrapper .fake-input {
      font-size: 0.24rem;
      line-height: 0.64rem;
      color: rgba(0, 0, 0, 0.45); }

.promotionTagArea {
  background: url("/static/images/tagPromotionAreaBg.png") white no-repeat center top !important;
  border-radius: 8px; }


.PromoteTips {
  height: 20px;
  padding: 0 16px 8px 0;
  background: #fff; }
  .PromoteTips .PromoteTips__tipsWrap {
    padding-left: .24rem; }
  .PromoteTips .tips {
    font-size: .22rem;
    padding: 0 2px;
    border-radius: 2px;
    font-style: normal; }
  .PromoteTips .default-tips {
    background: #F83600;
    color: #fff; }
  .PromoteTips .second-tips {
    background: rgba(248, 54, 0, 0.1);
    color: #F83600; }
  .PromoteTips .tipsExplain {
    margin-left: 6px;
    color: #7B8797;
    font-size: .26rem; }

.odmTipDes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.22rem;
  border-radius: 0.1rem;
  line-height: 0.22rem;
  padding: 0.2rem 0.24rem;
  background: #e6fafb; }
  .odmTipDes-title {
    color: #19cfd6;
    font-size: 0.24rem; }
  .odmTipDes-modal-content {
    height: 7rem;
    padding: 0.3rem; }
    .odmTipDes-modal-content .title {
      margin-bottom: 0.4rem;
      font-size: 0.28rem;
      font-weight: bold;
      list-style: 0.4rem; }
    .odmTipDes-modal-content .odm-video {
      width: 100%;
      height: 4.2rem;
      border-radius: 0.24rem;
      overflow: hidden; }

.heightSearch {
  height: 45px; }
  .heightSearch > .top {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 12px;
    color: #505966; }
    .heightSearch > .top * {
      font-size: 0.28rem; }
    .heightSearch > .top .price {
      display: flex;
      align-items: center; }
      .heightSearch > .top .price .img-wrapper {
        display: flex;
        flex-direction: column; }
        .heightSearch > .top .price .img-wrapper img {
          width: 0.16rem;
          height: 0.12rem;
          margin-left: 4px; }
        .heightSearch > .top .price .img-wrapper .top {
          transform: rotateZ(180deg);
          margin-bottom: 2px; }
    .heightSearch > .top .filter {
      display: flex;
      align-items: center; }
      .heightSearch > .top .filter img {
        width: 0.24rem;
        margin-left: 4px; }
  .heightSearch .my-drawer {
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  .heightSearch .my-drawer .am-drawer-sidebar {
    background-color: #fff;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  .heightSearch .my-drawer .am-drawer-sidebar .am-list {
    width: 300px;
    padding: 0; }

.react-sanfona-item-expanded .dock-item-title img {
  transform: rotateZ(90deg); }

.dock-item-title {
  display: flex;
  justify-content: space-between;
  font-size: 0.36rem;
  padding: 8px;
  font-weight: 400;
  color: #061932; }
  .dock-item-title img {
    height: 16px;
    transition: all 0.2s ease; }

.dock-item-content {
  display: flex;
  flex-wrap: wrap;
  padding-left: 12px;
  padding-top: 4px; }
  .dock-item-content .bucket {
    box-sizing: border-box;
    height: 36px;
    text-align: center;
    font-size: 0.28rem;
    line-height: calc(36px - 0.14rem);
    padding: 4px;
    width: calc((100% - 12px * 3) / 3);
    background: #f6f6f6;
    border-radius: 18px;
    margin-right: 12px;
    margin-bottom: 12px;
    font-weight: 400;
    color: #505966;
    transition: all 0.1s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .dock-item-content .bucket.active {
      background: #e7f4ff;
      color: #006EFF; }
    .dock-item-content .bucket.read-more {
      width: calc(100% - 12px);
      margin-right: 0; }

.dock-content {
  width: 100%;
  height: 100%;
  position: relative; }
  .dock-content .dock-accordion {
    height: calc(100% - 82px);
    overflow: auto;
    padding: 8px;
    box-sizing: border-box; }
    .dock-content .dock-accordion .am-accordion .am-accordion-item .am-accordion-header i {
      top: 0.4rem;
      right: 0;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
    .dock-content .dock-accordion .am-accordion .am-accordion-item .am-accordion-header[aria-expanded~="true"] i {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    .dock-content .dock-accordion .am-accordion-header {
      padding: 0 !important; }
      .dock-content .dock-accordion .am-accordion-header::after {
        height: 0 !important; }
    .dock-content .dock-accordion .am-accordion-content-box {
      padding: 0 !important; }
      .dock-content .dock-accordion .am-accordion-content-box::after {
        height: 0 !important; }
    .dock-content .dock-accordion .am-accordion::before {
      height: 0 !important; }
  .dock-content .dock-bottom-actions {
    height: 82px;
    width: 100%;
    box-shadow: 0px -1px 2px 0px rgba(0, 110, 255, 0.1);
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: flex-end; }
    .dock-content .dock-bottom-actions span {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 36px;
      border-radius: 36px;
      background: #f1f8fd;
      width: 40%;
      margin-right: 16px;
      margin-top: 6px;
      font-size: 0.32rem;
      font-weight: 500;
      color: #7b8797; }
      .dock-content .dock-bottom-actions span.primary {
        color: white;
        background: linear-gradient(90deg, #0fa5fe 0%, #006eff 100%); }

