body,
html {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}
.yb-filler {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
}
.yb-border_top {
  position: relative;
}
.yb-border_top:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #e5e5e5;
  color: #e5e5e5;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.yb-border_bottom {
  position: relative;
}
.yb-border_bottom:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #e5e5e5;
  color: #e5e5e5;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.yb-border_right_half {
  position: relative;
}
.yb-border_right_half:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0.5rem;
  width: 1px;
  bottom: 0.5rem;
  border-right: 1px solid #e5e5e5;
  color: #e5e5e5;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
}
.yb-close-popup {
  position: absolute;
  display: inline-block;
  right: 5px;
  top: 5px;
  width: 19px;
  height: 19px;
  background-image: url(/we/weidian/img/etc/close@2x.png);
  background-size: 19px 19px;
  z-index: 3;
}
.yb-page {
  position: relative;
  height: 100%;
  overflow: hidden;
  display: none;
}
.yb-page-inner {
  box-sizing: border-box;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.yb-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  z-index: 500;
  top: 0;
  width: 100%;
}
.yb-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
}
.yb-footer .yb-footer__item {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding: 5px 0 0;
  font-size: 0;
  color: #999;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.yb-footer .yb-footer-label {
  text-align: center;
  color: #999;
  font-size: 0.8rem;
  margin-top: 0.9rem;
}
.yb-footer .yb-footer-separator_left {
  border-left: 1px solid #E8E8E8;
}
.yb-footer .yb-footer-separator_right {
  border-right: 1px solid #E8E8E8;
}
.yb-footer .yb-footer__item--on .yb-footer-label {
  color: #3A3C4C;
}
.yb-swiper img {
  display: block;
  width: 100%;
}
.yb-swiper .swiper-pagination-bullet {
  background-color: #b8b8ba;
  opacity: 1;
}
.yb-swiper .swiper-pagination-bullet-active {
  background: #ffffff;
}
.yb-btn {
  display: block;
  padding: 10px 1em;
  line-height: 1.47058824;
  color: #ffffff;
}
.yb-btn_primary {
  background-color: #fc6468;
}
.yb-btn_secondary {
  background-color: #fdb7b8;
}
.yb-product-price {
  color: #DD0011;
}
.yb-product-price del {
  color: #939393;
}
.yb-products {
  margin: 5px 5px;
  overflow: hidden;
}
.yb-product .yb-product-inner {
  margin: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.yb-product .yb-product__hd {
  position: relative;
}
.yb-product .yb-product__hd:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/
}
.yb-product .yb-product-photo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.yb-product .yb-product-photo img {
  width: 100%;
  height: auto;
}
.yb-product .yb-product__bd {
  padding: 0.2rem 0.5rem 0.4rem 0.5rem;
}
.yb-product .yb-product-title {
  color: #1A1A1A;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.yb-product .yb-product-desc {
  height: 2rem;
  margin-top: 0.4rem;
  color: #939393;
  font-size: 0.8em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yb-product .yb-product__ft {
  padding: 0.5rem;
  height: 1rem;
  position: relative;
}
.yb-product .yb-cart-operate {
  position: absolute;
  right: 0.5rem;
  bottom: 0;
  cursor: pointer;
  width: 2.5rem;
  height: 2.15rem;
}
.yb-product .yb-cart-add {
  background: url(/we/weidian/img/home/addProduct.png) no-repeat right bottom;
  background-size: 1.5rem 1.5rem;
  display: inline-block;
  width: 2.5rem;
  height: 1.8rem;
}
.yb-product .yb-cart-addDisabled {
  background: url(/we/weidian/img/home/addProductGray.png) no-repeat right bottom;
  background-size: 1.5rem 1.5rem;
  display: inline-block;
  width: 2.5rem;
  height: 1.8rem;
}
.yb-products-wide .yb-product-photo img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.yb-product-brief .yb-product-price {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #3A3C4C;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  padding: 2px 9px;
}
.yb-product-brief .yb-product-price del {
  color: #939393;
}
.yb-outofstock {
  background: url(/we/weidian/img/etc/outofstock.png) no-repeat top right;
  width: 100px;
  height: 100px;
  background-size: 50%;
  color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
}
.yb-cart-movescbox {
  width: 100%;
  height: 30px;
  position: absolute;
  z-index: 9;
  display: none;
  left: 0;
  top: 0;
}
.yb-cart-movesc {
  background: url(/we/tmpls/img/etc/addsc.png) no-repeat center center;
  background-size: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #f55;
  z-index: 9;
  left: 0;
  top: 0;
}
.yb-cart-movescbox.do {
  -webkit-transition: top 0.6s cubic-bezier(0.5, -0.9, 1, 0.9);
  transition: top 0.6s cubic-bezier(0.5, -0.9, 1, 0.9);
  display: block;
}
.yb-cart-movescbox.do .yb-cart-movesc {
  -webkit-transition: left 0.6s linear;
  transition: left 0.6s linear;
}
.ym-products-hot .yb-product .yb-product-inner {
  margin: 3px !important;
}
.ym-products-hot .yb-product__hd {
  height: 6.3rem;
}
.ym-products-hot .yb-product-photo img {
  height: 100%;
  object-fit: cover;
}
.ym-products-hot .yb-product__ft {
  padding: 0.3rem 0.5rem 0.5rem 0.5rem;
}
.ym-products-hot .yb-product-price {
  font-size: 0.8rem;
  margin-top: -0.2rem;
}
.ym-products-hot .yb-product-title {
  color: #3B1335;
  font-size: 0.8rem;
}
.yb-shopping .ym-products-wide .yb-product {
  width: 100%;
}
.ym-products-wide .yb-product .yb-product-inner {
  position: relative;
  padding: 0.5rem;
  margin: 3px !important;
}
.ym-products-wide .yb-product__hd {
  width: 5rem;
  height: 5rem;
}
.ym-products-wide .yb-product__bd {
  position: absolute;
  left: 6rem;
  top: 0.5rem;
  right: 0;
  padding-left: 0;
}
.ym-products-wide .yb-product__bd .yb-product-desc {
  height: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ym-products-wide .yb-product__ft {
  position: absolute;
  left: 6rem;
  bottom: 0.5rem;
  right: 0;
  padding-left: 0;
}
.ym-products-wide .yb-product__ft .yb-cart-operate {
  bottom: 0;
  height: 1.75rem;
}
.ym-products-wide .yb-product__ft .yb-product-price {
  color: #DD0011;
  font-size: 0.8rem;
  display: inline-block;
}
.ym-products-wide .yb-product__ft .yb-product-price del {
  font-size: 0.65rem;
  display: inline-block;
}
.ym-products-wide .yb-product-title {
  color: #3B1335;
  font-size: 0.8rem;
}
.ym-products-wide .yb-product-title .yb-product-desc {
  font-size: 0.65rem;
}
.yb-shopping {
  background-color: #f5f5f5;
  color: #3A3C4C;
  padding-bottom: 4rem;
}
.yb-shopping .yb-product {
  float: left;
  width: 50%;
}
.yb-header-home {
  background-color: #F2F2F2;
  padding: 0.285rem 0.7rem;
  color: #3A3C4C;
}
.yb-header-home .yb-logo {
  border-radius: 0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
}
.yb-header-home .yb-store-name {
  color: #3A3C4C;
}
.yb-header-home .yb-search-lnk {
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
}
.yb-header-home .yb-search-lnk img {
  width: 100%;
  height: 100%;
}
.yb-header-home .yb-person-lnk {
  width: 1.4rem;
  height: 1.4rem;
  display: inline-block;
}
.yb-header-home .yb-person-lnk img {
  width: 100%;
  height: 100%;
}
.yb-footer-home {
  background-image: url(/we/weidian/img/home/footer_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.yb-footer-home .yb-cart-view .yb-cart-mini {
  height: 2.25rem;
  width: 2.25rem;
  margin: 0.25rem 0;
  position: relative;
  display: inline-block;
}
.yb-footer-home .yb-cart-view .yb-cart-mini img {
  width: 100%;
  height: 100%;
}
.yb-swiper-short {
  padding-bottom: 20px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.yb-swiper-short .swiper-pagination {
  bottom: 0px;
}
.yb-swiper-short .swiper-pagination-bullet {
  background: rgba(164, 170, 179, 0.5);
  opacity: 1;
}
.yb-swiper-short .swiper-pagination-bullet-active {
  background: #A4AAB3;
  opacity: 1;
}
.yb-search-on .yb-shopping {
  display: none;
}
.yb-category-on .yb-shopping {
  display: none;
}
.yb-cart-empty .yb-cart-qty {
  display: none;
}
.yb-coupons {
  padding: 9px 8px 0 8px;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.yb-coupons .yb-coupon {
  display: block;
}
.yb-coupons .yb-coupon img {
  width: 100%;
}
.yb-categories {
  padding: 10px 0;
  background-color: #ffffff;
}
.yb-categories .yb-category-lnk {
  margin: 2px;
  padding: 0 2px;
  text-align: center;
  font-size: 0.9em;
  display: block;
  color: #3A3C4C;
}
.yb-categories .yb-category-lnk img {
  width: 1.8rem;
}
.yb-section-title {
  margin: 10px 0 7px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  background-color: #f5f5f5;
}
.yb-section-title span {
  background-color: #f5f5f5;
  display: inline-block;
  z-index: 1;
  padding: 0 10px;
}
.yb-section-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-bottom: 1px #939393 solid;
  margin: 0 10px;
}
.yb-remind-info {
  background-color: #FFFFCC;
  width: 100%;
  height: 2.2rem;
  padding: .4rem;
  box-sizing: border-box;
}
.yb-remind-info .yb-remind-text {
  font-size: 0.7rem;
  color: #FF9F0B;
}
.yb-remind-info .yb-remind-image {
  width: .85rem;
  vertical-align: -2px;
}
.yb-shopping .yb-products-groupon {
  float: none;
  width: 100%;
}
.yb-search-off .yb-search {
  display: none;
}
.yb-search-result {
  margin-top: 2.5rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
.yb-search-result .yb-product {
  float: left;
  width: 50%;
}
.yb-category-result {
  padding-bottom: 4rem;
  overflow: hidden;
}
.yb-category-result .yb-product {
  float: left;
  width: 50%;
}
.yb-category-off .yb-category {
  display: none;
}
.yb-category-name {
  color: #939393;
  padding: 0.25rem;
  margin-bottom: 0.25rem;
}
.yb-cart-operate {
  cursor: pointer;
  width: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.yb-cart-operate .yb-item-plus {
  background: transparent url(/we/weidian/img/home/button_add@2x.png) no-repeat 50% center;
  background-size: 100%;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}
.yb-cart-operate .yb-item-minus {
  background: transparent url(/we/weidian/img/home/button_remove@2x.png) no-repeat 50% center;
  background-size: 100%;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}
.yb-cart-operate .yb-item-qty {
  width: 1.5rem;
  border: 0;
  font-size: 0.8rem;
  line-height: 1.5rem;
  text-align: center;
  background: transparent;
}
.yb-cart-content .weui-cells {
  margin-top: 0;
}
.yb-cart-content .yb-cart-image {
  width: 56px;
  height: 56px;
  margin-right: 5px;
  display: block;
}
.yb-footer-cart .yb-cart-summary {
  padding: 0.25rem 0.5rem;
  display: none;
}
.yb-footer-cart .yb-cart-money {
  color: #DD0011;
}
.yb-footer-cart .yb-cart-money del {
  color: #939393;
}
.yb-footer-cart .yb-cart-order a {
  padding-left: 2rem;
  padding-right: 2rem;
}
.yb-header-cart {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 5px 15px;
  font-size: 0.6rem;
  color: #939393;
}
.yb-header-cart .yb-cart-clear {
  background-image: url(/we/weidian/img/cart/cart-clean.png);
  background-repeat: no-repeat;
  background-size: 0.9rem 0.9rem;
  background-position: left top;
  padding-left: 1rem;
}
.yb-cart-has .yb-footer-cart .yb-cart-summary {
  display: block;
}
.yb-cart-has .yb-header-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
#cartView p {
  font-size: 0.8rem;
}
#cartView .yb-product-price {
  font-size: 0.65rem;
}
#cartView .yb-attr-names {
  font-size: 0.65rem;
  color: #757575;
}
.yb-cartNone {
  text-align: center;
  padding-top: 56px;
}
.yb-cartNone .yb-cartNone-img {
  margin: 0 auto;
  height: 68px;
  width: 80px;
  background-image: url('/we/weidian/img/cart/cartNone@2x.png');
  background-repeat: no-repeat;
  background-size: 79px 68px;
}
.yb-cartNone .yb-cartNone-title {
  margin-top: 17px;
  font-size: 18px !important;
  color: #939393;
}
.yb-cartNone .yb-cartNone-text {
  font-size: 13px !important;
  color: #BBBBBB;
  margin-bottom: 18px;
}
.yb-cartNone .yb-cartNone-ago {
  font-size: 18px !important;
  color: #FF5556;
  margin-top: 18px;
  padding: 4px 23px;
  border: 1px #FF5556 solid;
  border-radius: 4px;
}
.yb-details-wrapper {
  padding-bottom: 4rem;
}
.yb-details .yb-details-inner {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.yb-details .yb-details__hd {
  position: relative;
}
.yb-details .yb-details__hd:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/
}
.yb-details .yb-details-photo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.yb-details .yb-details-photo img {
  width: 100%;
  height: auto;
}
.yb-details .yb-details__bd {
  padding: 0.5rem;
}
.yb-details .yb-details-title {
  font-size: 0.9rem;
  color: #3A3C4C;
  text-overflow: ellipsis;
}
.yb-details .yb-details-price {
  color: #DD0011;
}
.yb-details .yb-details-price del {
  color: #939393;
}
.yb-details .yb-details__ft {
  padding: 0.5rem 0;
  margin: 0 0.5rem;
  position: relative;
}
.yb-details .yb-details-desc {
  color: #939393;
  font-size: 0.8em;
  text-overflow: ellipsis;
}
.yb-details .yb-details-promote {
  margin-top: 0.25rem;
}
.yb-details .yb-details-promote img {
  width: 100%;
}
.yb-service .weui-popup__overlay {
  opacity: 0.7!important;
}
.yb-service .yb-service__modal {
  position: absolute;
  background-color: #FFFFFF;
  z-index: 100;
  width: auto;
  height: auto;
  top: 4rem;
  left: 1rem;
  right: 1rem;
  border-radius: 5px;
}
.yb-service-inner {
  position: relative;
  color: #939393;
  padding: 1rem;
  text-align: center;
}
.yb-service-inner .yb-service-phone {
  background-image: url(/we/weidian/img/details/contact@2x.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center 5px;
  padding-top: 28px;
}
.yb-service-inner .yb-service-wechat {
  background-image: url(/we/weidian/img/details/wechat@2x.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center 5px;
  padding-top: 28px;
}
.yb-service-inner .yb-service-call a {
  color: #3A3C4C;
  text-decoration: underline;
}
.yb-service-inner .yb-service-qrcode img {
  width: 100%;
}
.yb-footer-details {
  text-align: center;
  background-color: #ffffff;
}
.yb-footer-details .yb-cart-mini {
  width: 50%;
  position: relative;
  background-image: url(//imgw.pospal.cn/we/westroe/img/icons/details_icon_shoppingcart.svg);
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  background-position: center 5px;
  padding-top: 1.5rem;
  font-size: 0.5rem;
  color: #BBBBBB;
}
.yb-footer-details .yb-contact {
  width: 50%;
  position: relative;
  background-image: url(//imgw.pospal.cn/we/westroe/img/icons/details_icon_service.svg);
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  background-position: center 5px;
  padding-top: 1.5rem;
  font-size: 0.5rem;
  color: #BBBBBB;
}
.yb-footer-details .yb-cart-view {
  width: 35%;
}
.yb-footer-details .yb-cart-add {
  width: 35%;
}
.yb-footer-details .yb-cart-order {
  width: 30%;
}
.yb-footer-details .yb-cart-order_group {
  width: 30%;
}
.yb-footer-details .yb-cart-add_group .yb-btn,
.yb-footer-details .yb-cart-order_group .yb-btn {
  line-height: 1.6;
  font-size: 13px;
  padding: 5px .13em;
}
.yb-details .yb-groupon-content {
  position: relative;
}
#attrView .weui-popup__modal {
  height: 70%;
  overflow: initial;
}
#attrView .weui-popup__overlay {
  opacity: 0.4;
}
#attrView .yb-page-inner {
  background-color: #ffffff;
  overflow: initial;
}
#attrView i {
  font-style: normal;
}
#attrView .yb-btn_primary {
  background: #FF6D5A;
}
#attrView .yb-close-popup {
  background-image: none;
}
#attrView .yb-close-popup::after {
  content: '';
  position: absolute;
  top: -1.05rem;
  right: 0.7rem;
  width: 0.05rem;
  height: 0.9rem;
  background-color: #e8e8e8;
}
#attrView .yb-close-popup::before {
  content: '+';
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -1.8rem;
  right: 0.35rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 5rem;
  border: 1px solid #e8e8e8;
  color: #e8e8e8;
  text-align: center;
  line-height: 0.6rem;
  padding: 0;
}
.yb-footer-attrs {
  text-align: center;
  background-color: #ffffff;
}
.yb-footer-attrs .yb-attr-add {
  width: 50%;
}
.yb-footer-attrs .yb-attr-confirm {
  width: 100%;
}
.yb-attr-wrapper {
  padding-bottom: 4rem;
  height: 100%;
}
.yb-attr-wrapper .yb-attrs__hd {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 5.5rem;
}
.yb-attr-wrapper .yb-product-inner {
  margin: 0;
  padding: 0.5rem 0.6rem;
  height: 2.4rem;
  overflow: visible;
  box-shadow: none;
}
.yb-attr-wrapper .yb-product__hd {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: -1rem;
}
.yb-attr-wrapper .yb-product__bd {
  margin-left: 4.5rem;
  padding: 0;
  font-size: 0.7rem;
}
.yb-attr-wrapper .yb-product__bd .yb-product-title {
  color: #757575;
}
.yb-attr-wrapper .yb-product__ft {
  margin-left: 4.5rem;
  padding: 0;
  font-size: 0.8rem;
}
.yb-current {
  color: #3A3C4C;
  border-bottom: 1px solid #DEDFE1;
  padding: 0.4rem 0.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  position: relative;
}
.yb-current-sels {
  white-space: normal;
  text-overflow: ellipsis;
  margin-right: 5rem;
}
.yb-other-sels {
  font-size: 0.65rem;
  background-color: #F4F4F4;
  padding: 0 0.9rem;
  color: #757575;
}
.yb-selected-title {
  padding-top: 0.5rem;
  color: #3A3C4C;
}
.yb-selected-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding-top: 0.5rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #DEDFE1;
}
.yb-selected-group .yb-selected-group__bd {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
}
.yb-selected-group .yb-selected-desc {
  white-space: normal;
  text-overflow: ellipsis;
  padding-right: 0.5rem;
}
.yb-selected-group:last-child {
  border-bottom: none;
}
.yb-attr-packages {
  padding: 0 0.9rem;
}
.yb-attrs-title {
  font-size: 0.65rem;
  color: #3A3C4C;
  padding-top: 0.5rem;
}
.yb-attrs__ft {
  padding-top: 0.7rem;
  height: calc(100% - 7.5rem);
  overflow-y: auto;
}
.yb-attr-packages {
  padding: 0 0.6rem;
  padding-bottom: 2rem;
}
.yb-series-packages {
  padding: 0 0.6rem;
}
.yb-attrs-title {
  font-size: 0.7rem;
  color: #3A3C4C;
}
.yb-attrs-title span {
  font-size: 0.5rem;
  color: #939393;
}
.yb-attrs {
  color: #757575;
}
.yb-attrs .yb-attrs-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.yb-attrs .yb-attr {
  border: 1px solid #F8F8F8;
  background: #F8F8F8;
  color: #3A3C4C;
  border-radius: 5px;
  height: 1.4rem;
  line-height: 1.4rem;
  min-width: 5.1rem;
  padding: 0 .8rem;
  font-size: 0.7rem;
  min-width: 2.8rem;
  text-align: center;
  margin-right: 0.8rem;
  margin-bottom: 0.45rem;
  margin-top: 0.45rem;
}
.yb-attrs .yb-attr-has {
  border: 1px solid #FF6D5A;
  color: #ffffff;
  background: #FF6D5A;
}
.yb-attrs-style {
  border: 1px solid #F8F8F8;
  background: #F8F8F8;
  color: #3A3C4C;
  border-radius: 5px;
  height: 1.4rem;
  line-height: 1.4rem;
  min-width: 5.1rem;
  padding: 0 .8rem;
  font-size: 0.7rem;
  min-width: 2.8rem;
  text-align: center;
  margin-right: 0.8rem;
  margin-bottom: 0.45rem;
  margin-top: 0.45rem;
}
.yb-series-btn__on {
  border: 1px solid #FF6D5A;
  color: #ffffff;
  background: #FF6D5A;
}
.yb-series-btn__null {
  color: #BBBBBB;
}
.yb-cart-operate-one {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5rem;
  height: 1.5rem;
  right: 0.8rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  cursor: pointer;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.yb-cart-operate-one .yb-item-plus-one {
  background: transparent url(/we/weidian/img/home/button_add@2x.png) no-repeat 50% center;
  background-size: 100%;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}
.yb-cart-operate-one .yb-item-minus-one {
  background: transparent url(/we/weidian/img/home/button_remove@2x.png) no-repeat 50% center;
  background-size: 100%;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}
.yb-cart-operate-one .yb-item-qty-one {
  width: 1.5rem;
  border: 0;
  font-size: 0.8rem;
  line-height: 1.5rem;
  text-align: center;
  background: transparent;
  color: #757575;
}
#origin-img {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 100;
}
#origin-img .swiper-slide img {
  width: 100%;
  vertical-align: middle;
}
#origin-img .swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
#origin-img .swiper-zoom-container > img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
#origin-img .swiper-pagination {
  top: 1em;
  bottom: auto;
  color: #fff;
}
.yb-details__barcode {
  background-color: initial;
  padding: 12px 20px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid #F0F0F0;
  border-top: 1px solid #F0F0F0;
  box-sizing: border-box;
}
.yb-details__barcode .yb-details-items {
  white-space: nowrap;
}
.yb-details__barcode .yb-details-item {
  padding: 10px;
  margin-right: 12px;
  border: solid #999 1px;
  display: inline-block;
  -webkit-transition: border .4s;
  transition: border .4s;
}
.yb-details__barcode .yb-details-color {
  display: inline-block;
}
.yb-details__barcode .yb-details-size {
  display: inline-block;
}
.product-selected {
  border: 1px solid #D46B6B !important;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}
.yb-outOfStock {
  -webkit-transition: all .2s;
  transition: all .2s;
}
.yb-outOfStock .yb-btn_primary {
  background-color: #BBBBBB;
}
.yb-outOfStock .yb-details-photo .yb-outOfStock {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.yb-outOfStock .yb-details-price {
  color: #2d2b2b;
}
.yb-outOfStockByp .yb-btn_secondary {
  background-color: #DEDFE1;
}
.yb-product .yb-product__ft .yb-product-series {
  font-size: 0.5rem;
  color: #a4a4a4;
}
.yb-product-price {
  display: inline-block;
}
.yb-products-groupon .yb-product__hd:before {
  padding-top: 100%;
}
.yb-products-groupon .yb-product-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.yb-products-groupon .yb-product__hd {
  position: relative;
}
.yb-products-groupon .yb-product-inner {
  margin: 0;
  margin-bottom: 0.2rem;
  box-shadow: 0 0 0 0 transparent;
  border-top: 1px solid #E8E8E8;
}
.yb-products-groupon .yb-groupon-content {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  background-color: #FF6D5A;
  color: #fff;
  font-size: .5rem;
}
.yb-products-groupon .yb-groupon-head {
  margin-right: .4rem;
  padding-left: .2rem;
  font-size: 0.6rem;
}
.yb-products-groupon .yb-groupon-head .yb-product-price {
  font-size: 1.5rem;
  color: #FFFFFF;
  line-height: 1.4;
}
.yb-products-groupon .yb-groupon-body {
  font-size: 0.5rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  line-height: 1.3;
  padding-top: 0.2rem;
}
.yb-products-groupon .yb-product-sellNum {
  color: #FFDFDF;
  text-decoration: line-through;
  margin-left: 0.2rem;
}
.yb-products-groupon .yb-surplus-text {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: .2rem .4rem;
  display: inline-block;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 6.2rem;
}
.yb-products-groupon .yb-groupon-foot {
  background: #FFD554;
  padding: .1rem .6rem;
}
.yb-products-groupon .yb-countdown-text {
  text-align: center;
  font-size: 0.5rem;
  color: #FF6D5A;
  margin-bottom: 0.15rem;
}
.yb-products-groupon .yb-countdown-num {
  font-size: 0.5rem;
  color: #3A3C4C;
}
.yb-products-groupon .yb-countdown_n1 {
  background: rgba(167, 50, 50, 0.2);
  border-radius: 4px;
  display: inline-block;
  min-width: .9rem;
  text-align: center;
  padding-top: 1px;
  padding: 0 0.2rem;
  box-sizing: border-box;
}
.yb-products-groupon .yb-cart-operate {
  width: auto;
  height: 1.8rem;
}
.yb-products-groupon .yb-groupGo-btn {
  background: #FF6D5A;
  border-radius: 0.2rem;
  font-size: 0.8rem;
  color: #FFFFFF;
  padding: 0px 0.8rem;
  margin-bottom: .4rem;
}
.yb-products-groupon .yb-groupGo-btn_un {
  background: #757575;
  border-radius: 0.2rem;
  font-size: 0.8rem;
  color: #FFFFFF;
  padding: 0px 0.8rem;
  margin-bottom: .4rem;
}
.yb-products-groupon .yb-product-quota {
  font-size: 0.65rem;
  color: #757575;
}
.yb-groupon-overText {
  min-width: 5.5rem;
  line-height: 2.2rem;
  color: #3A3C4C;
  font-size: 0.8rem;
  text-align: center;
}
.yb-arrows::after {
  content: '';
  display: inline-block;
  height: 0.4rem;
  width: 0.4rem;
  border-right: 2px solid #CDCDCD;
  border-top: 2px solid #CDCDCD;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.yb-groups-container {
  padding: 0rem .35rem;
  background-color: #f2f2f2;
}
.yb-groups-container .yb-groups-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 2.2rem;
  box-sizing: border-box;
  font-size: 0.8rem;
  color: #3A3C4C;
}
.yb-groups-container .yb-groups-more {
  color: #3A3C4C;
}
.yb-groups-container .yb-groups-title::before {
  content: '';
  display: inline-block;
  height: 15px;
  width: 2px;
  background: #CDCDCD;
  margin-right: 0.25rem;
  position: relative;
  top: 1px;
}
.yb-groups-container .yb-groups-hot {
  margin-left: 2px;
  font-size: 11px;
  color: #FFFFFF;
  background-color: #FF6D5A;
  padding: 1px 2px;
  padding-right: 10px;
  position: relative;
}
.yb-groups-container .yb-groups-hot::before {
  content: '';
  display: inline-block;
  height: 0;
  width: 0;
  background: #FFFFFF;
  border-right: 6px solid #fff;
  border-top: 8px solid #FF6D5A;
  border-bottom: 8px solid #FF6D5A;
  border-left: 0px solid #FF6D5A;
  position: absolute;
  right: 0;
  top: 0;
}
#detailsView .yb-header-home {
  display: none;
}
.yb-rules-cells {
  font-size: 13px;
  color: #3A3C4C;
  background-color: #fff;
}
.yb-rules-cells .yb-rules-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 10px 13px;
  box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  border-bottom: 1px solid #E8E8E8;
}
.yb-rules-cells .yb-rules-head_hd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
.yb-rules-cells .yb-rules-head_ft {
  color: #757575;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  text-align: right;
}
.yb-rules-cells .yb-rules-body {
  padding: 0px 13px;
}
.yb-rules-cells .yb-rules-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  box-sizing: border-box;
  border-bottom: 1px solid #E8E8E8;
  padding: 10px 0px;
}
.yb-rules-cells .yb-rules-cell:last-child {
  border-bottom: 0px solid #E8E8E8;
}
.yb-rules-cells .yb-rules-cell_hd {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background-color: #ccd0ec;
  border-radius: 50%;
  overflow: hidden;
}
.yb-rules-cells .yb-rules-cell_hd img {
  width: 100%;
}
.yb-rules-cells .yb-rules-cell_bd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  color: #3A3C4C;
  height: 30px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.yb-rules-cells .yb-rules-cell_ft {
  font-size: 10px;
  color: #BBBBBB;
}
.yb-rules-cells .yb-rules-residue {
  color: #3A3C4C;
  text-align: right;
}
.yb-rules-cells .yb-rules-residue span {
  color: #FF6D5A;
}
.yb-rules-cells .yb-rules-cell_btn {
  margin-left: 5px;
  font-size: 13px;
  padding: 4px 11px;
  color: #fff;
  background: #FF6D5A;
  border-radius: 4px;
}
.yb-rules-cells .yb-rules-cell_btn a {
  color: #fff;
}
.yb-rules-cells .yb-join-timeover {
  background: #bbbbbb;
}
.yb-shadow-linde {
  width: 100%;
  height: 7.5px;
  background-color: #F7F7F7;
}
.yb-rules-render .yb-rules-head {
  border-bottom: 0px solid #E8E8E8;
}
.yb-rules-render .yb-rules-head .yb-rules-head_hd {
  white-space: nowrap;
}
.yb-details-period {
  margin-bottom: 0.2rem;
  margin-top: 0.4rem;
  font-size: 0.65rem;
  color: #757575;
}
.yb-details-period span {
  color: #FF6D5A;
  font-weight: bold;
}
.yb-footer-details .yb-cart-add_group .yb-btn,
.yb-footer-details .yb-cart-order_group .yb-btn {
  line-height: 2.5rem;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
#groupListView .yb-groupListContent {
  height: 100%;
}
#groupListView .yb-rules-cells {
  overflow: auto;
  padding-bottom: 1rem;
  height: 100%;
  box-sizing: border-box;
}
.yb-friend-group .yb-friend-header {
  background-color: #ffffff;
  color: #3A3C4C;
  border-bottom: 1px solid #E8E8E8;
}
.yb-friend-group .yb-gohome-lnk {
  font-size: 13px;
  color: #757575;
  padding: 0.2rem;
}
.yb-friend-group .yb-group-product {
  padding: 12px;
  box-sizing: border-box;
  padding-top: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.yb-friend-group .yb-product-image {
  width: 35%;
  height: 0;
  position: relative;
  padding-top: 35%;
  margin-right: 10px;
  overflow: hidden;
}
.yb-friend-group .yb-product-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E8E8E8;
}
.yb-friend-group .yb-product-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  font-size: 16px;
  position: relative;
}
.yb-friend-group .group-model-icon {
  display: inline-block;
  box-sizing: border-box;
  width: 30px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  margin-right: 5px;
  background: rgba(254, 154, 105, 0.5);
  border: 1px solid #FF6D5A;
  border-radius: 2px;
  vertical-align: middle;
  font-size: 10px;
  color: #FF5556;
}
.yb-friend-group .yb-product-name {
  display: inline-block;
  color: #3A3C4C;
}
.yb-friend-group .yb-product-price {
  color: #FF5556;
}
.yb-friend-group .yb-product-price span {
  font-size: 13px;
  color: #FF5556;
}
.yb-friend-group .yb-product-num {
  font-size: 13px;
  color: #757575;
}
.yb-friend-group .yb-group-joinuser {
  background: #F6F6F6;
  font-size: 13px;
}
.yb-friend-group .yb-group-joinuser:after {
  content: '';
  display: table;
}
.yb-friend-group .yb-group-users {
  padding: 0;
  text-align: center;
}
.yb-friend-group .yb-group-users .yb-group-user {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #FF5556;
  overflow: hidden;
  display: inline-block;
  margin: 15px;
  position: relative;
}
.yb-friend-group .yb-group-users img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yb-friend-group .yb-group-users span {
  background: #FFD554;
  width: 100%;
  text-align: center;
  font-size: 10px;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
}
.yb-friend-group .yb-group-users .yb-gorup-usernone {
  background: #E8E8E8;
  border: 1px dashed  #BBBBBB;
}
.yb-friend-group .yb-group-bottom {
  padding: 0.5rem 0;
}
.yb-friend-group .yb-group-c556 {
  color: #FF5556;
}
.yb-friend-group .yb-group-test {
  font-size: 13px;
  color: #3A3C4C;
  text-align: center;
  margin-bottom: 15px;
}
.yb-friend-group .yb-group-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.yb-friend-group .yb-group-btn {
  background: #FF6D5A;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  line-height: 38px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  margin: 10px 12px;
}
.yb-friend-group .group-main-btn {
  background: #FF6D5A;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  color: #FFF;
  line-height: 38px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  margin: 10px 12px;
  margin-left: 0;
}
.yb-friend-group .group-minor-btn {
  width: 106px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: transparent;
  font-size: 16px;
  color: #FF6D5A;
  border-radius: 4px;
  border: 1px solid #FF6D5A;
  margin: 10px 12px;
  margin-right: 15px;
}
.yb-friend-group .yb-groupTimeErr .yb-group-btn {
  background: #CDCDCD;
}
.yb-outOfStock .yb-group-btn {
  background: #CDCDCD;
}
.yb-outOfStock .group-main-btn {
  background: #CDCDCD;
}
.yb-outOfStock .group-minor-btn {
  border-color: #CDCDCD;
  color: #CDCDCD;
}
#yb-bargainWxTip {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  padding: .9rem 1.4rem 0 0;
  background: transparent;
  box-sizing: border-box;
  z-index: 2000;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#yb-bargainWxTip .tip-con .tip-icon {
  float: right;
  width: 3.7rem;
  height: 4.3rem;
  background: url('http://imgw.pospal.cn/we/westroeBargain/img/details/wxShare@2x.png');
  background-size: 100% 100%;
}
#yb-bargainWxTip .tip-con .tip-p {
  clear: both;
  padding-right: 1rem;
  color: #fff;
  font-size: 16px;
  text-align: right;
}
.share-btn {
  position: absolute;
  bottom: 0;
  right: -0.5rem;
  width: 2.35rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: .3rem;
  height: .9rem;
  background: #F4F4F4 url('//imgw.pospal.cn/we/mini/image/icons/share_icon.svg') 5px center no-repeat;
  border-radius: 100px 0px 0px 100px;
  color: #666;
  font-size: .5rem;
  line-height: 1;
  text-align: right;
}
.yb-attr-wrapper .yb-product-maxBuy {
  font-size: 0.5rem;
  color: #3A3C4C;
  background: #FFD554;
  border-radius: 2px;
  padding: 2px 3px;
  position: relative;
  display: inline-block;
  margin-left: 12px;
}
.yb-attr-wrapper .yb-product-maxBuy::before {
  content: '';
  display: inline-block;
  height: 0px;
  width: 0px;
  position: absolute;
  left: -15px;
  top: 50%;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 10px solid #FFD554;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
}
.yb-current-sels i {
  font-style: normal;
}
.yb-category-searche {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 15px 12px;
  background: #f8f8f8;
  height: 55px;
  box-sizing: border-box;
  width: 100%;
}
.yb-group-input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #fff;
  border-radius: 6px;
  padding: 4px 0;
  border: 1px solid #e5e5e5;
  height: 100%;
}
.yb-group-search-img {
  width: 15px;
  height: 15px;
  margin-left: 15px;
  margin-right: 7px;
}
.yb-category-searche input {
  font-size: 13px;
  color: #3a3c4c;
  -webkit-box-flex: 0.7;
  -webkit-flex: 0.7;
          flex: 0.7;
  border: 0 solid;
}
.yb-searchWarning {
  text-align: center;
  padding-top: 30%;
  padding-bottom: 60%;
}
.yb-searchWarning img {
  width: 5.7rem;
  height: 5.7rem;
}
.yb-searchWarning p {
  font-size: 0.8rem;
  color: #3A3C4C;
  padding: 0 0.5rem;
}
.yb-searchWarning span {
  font-size: 13px;
  color: #BBBBBB;
}
.gohome-btn {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 2rem;
  height: 1rem;
  padding-left: 1rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5rem;
  color: #fff;
  font-size: 0.6rem;
  line-height: 1rem;
  z-index: 2;
}
.gohome-btn::before {
  position: absolute;
  left: 0.4rem;
  top: 50%;
  width: 0.3rem;
  height: 0.3rem;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  content: '';
}
.yb-footer-home-group {
  display: none;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
  height: 2rem;
  background-color: #fff;
}
.yb-footer-home-group .yb-footer__item {
  padding: 0;
}
.yb-footer-home-group .yb-footer-label {
  margin-top: .4rem;
}
.yb-cart-operate-group {
  position: absolute;
  right: 0.4rem ;
  top: 0.5rem;
  background: #FF6D5A;
  border-radius: 0.2rem;
}
.yb-cart-operate-group a {
  padding: 0.2rem 0.4rem;
  font-size: 0.65rem;
  color: #FFFFFF;
}
.yb-product-price del {
  font-size: 0.6rem;
  margin-left: 0.2rem;
}
.yb-outOfStock .yb-join-group {
  background: #bbbbbb;
}
.yb-grouptimeover .yb-join-group {
  background: #bbbbbb;
}
.yb-grouptimeover .yb-btn_primary {
  background: #bbbbbb;
}
.yb-groupTimeErr .yb-join-group_btn {
  background-color: #bbbbbb;
}
.yb-groupTimeErr_pr .yb-cart-order_group {
  background-color: #bbbbbb;
}
